publishing Paxover to Codeberg
This commit is contained in:
285
blueprints.yaml
Normal file
285
blueprints.yaml
Normal file
@@ -0,0 +1,285 @@
|
||||
name: Paxover
|
||||
slug: paxover
|
||||
type: theme
|
||||
version: 1.0.0
|
||||
description: "Paxover is a theme for Tymoteusz Jóźwiak's personal website"
|
||||
icon: empire
|
||||
author:
|
||||
name: Tymoteusz Jóźwiak
|
||||
email: tymoteusz@jozwiak.top
|
||||
url: https://jozwiak.top
|
||||
homepage: https://github.com/tymoteuszjozwiak/paxover
|
||||
demo: https://jozwiak.top
|
||||
keywords: paxover
|
||||
bugs: https://github.com/tymoteuszjozwiak/paxover/issues
|
||||
license: MIT
|
||||
|
||||
dependencies:
|
||||
- { name: grav, version: ">=1.6.0" }
|
||||
|
||||
form:
|
||||
validation: loose
|
||||
|
||||
fields:
|
||||
blog_section:
|
||||
type: section
|
||||
title: Blog settings
|
||||
underline: true
|
||||
|
||||
blog.slug:
|
||||
type: text
|
||||
label: Blog slug
|
||||
help: Route to the blog page
|
||||
size: medium
|
||||
default: "/blog"
|
||||
|
||||
blog.tag_title:
|
||||
type: text
|
||||
label: Tag title
|
||||
help: Title displayed on tag view page
|
||||
size: medium
|
||||
default: "Tag:"
|
||||
|
||||
blog.pagination_limit:
|
||||
type: text
|
||||
label: Blog pagination limit
|
||||
help: Limit of posts displayed on one page
|
||||
size: medium
|
||||
default: "7"
|
||||
|
||||
blog.pagination_newer:
|
||||
type: text
|
||||
label: Pagination "newer"
|
||||
help: Title displayed on "newer" button
|
||||
size: medium
|
||||
default: ""
|
||||
|
||||
blog.pagination_newer_en:
|
||||
type: text
|
||||
label: Pagination "newer" EN
|
||||
help: English translation of the previous field
|
||||
size: medium
|
||||
default: "Newer"
|
||||
|
||||
blog.pagination_older:
|
||||
type: text
|
||||
label: Pagination "older"
|
||||
help: Title displayed on "older" button
|
||||
size: medium
|
||||
default: "Starsze"
|
||||
|
||||
blog.pagination_older_en:
|
||||
type: text
|
||||
label: Pagination "older" EN
|
||||
help: English translation of the previous field
|
||||
size: medium
|
||||
default: "Older"
|
||||
|
||||
blog.share:
|
||||
type: text
|
||||
label: Share section title
|
||||
size: medium
|
||||
default: ""
|
||||
|
||||
blog.share_en:
|
||||
type: text
|
||||
label: Share section title EN
|
||||
help: English translation of the previous field
|
||||
size: medium
|
||||
default: "Share"
|
||||
|
||||
blog.share_buttons:
|
||||
type: list
|
||||
label: Share buttons
|
||||
btnLabel: Add button
|
||||
|
||||
fields:
|
||||
.name:
|
||||
type: text
|
||||
label: Name
|
||||
size: medium
|
||||
.class:
|
||||
type: text
|
||||
label: Class (e.g. btn-twitter)
|
||||
size: medium
|
||||
.link:
|
||||
type: text
|
||||
label: Link
|
||||
size: medium
|
||||
.url_param:
|
||||
type: text
|
||||
label: URL param (e.g. url)
|
||||
size: medium
|
||||
.title:
|
||||
type: text
|
||||
label: Title
|
||||
size: medium
|
||||
.title_en:
|
||||
type: text
|
||||
label: Title [EN]
|
||||
size: medium
|
||||
|
||||
social_section:
|
||||
type: section
|
||||
title: Main page settings
|
||||
underline: true
|
||||
|
||||
social_buttons:
|
||||
type: list
|
||||
label: Social buttons
|
||||
btnLabel: Add button
|
||||
|
||||
fields:
|
||||
.name:
|
||||
type: text
|
||||
label: Name
|
||||
size: medium
|
||||
.class:
|
||||
type: text
|
||||
label: Class (e.g. btn-twitter)
|
||||
size: medium
|
||||
.link:
|
||||
type: text
|
||||
label: Link
|
||||
size: medium
|
||||
.title:
|
||||
type: text
|
||||
label: Title
|
||||
size: medium
|
||||
.title_en:
|
||||
type: text
|
||||
label: Title [EN]
|
||||
size: medium
|
||||
|
||||
contact:
|
||||
type: textarea
|
||||
label: Contact
|
||||
help: Contact info displayed on main page
|
||||
size: big
|
||||
default: ""
|
||||
|
||||
contact_en:
|
||||
type: textarea
|
||||
label: Contact EN
|
||||
help: English version of the previous field
|
||||
size: big
|
||||
default: ""
|
||||
|
||||
lang_title_en:
|
||||
type: text
|
||||
label: Lang title EN
|
||||
help: Main language title displayed on english version of main page
|
||||
size: medium
|
||||
default: ""
|
||||
|
||||
footer_section:
|
||||
type: section
|
||||
title: Footer settings
|
||||
underline: true
|
||||
|
||||
footer.title:
|
||||
type: text
|
||||
label: Footer link title
|
||||
size: medium
|
||||
default: ""
|
||||
|
||||
footer.title_en:
|
||||
type: text
|
||||
label: Footer link title EN
|
||||
help: English translation of footer link title
|
||||
size: medium
|
||||
default: ""
|
||||
|
||||
footer.url:
|
||||
type: text
|
||||
label: Footer link
|
||||
help: Footer link
|
||||
size: medium
|
||||
default: ""
|
||||
|
||||
footer.year:
|
||||
type: number
|
||||
label: Footer year
|
||||
help: Website start year displayed in footer
|
||||
size: medium
|
||||
default: ""
|
||||
|
||||
analytics:
|
||||
type: textarea
|
||||
label: Analytics script
|
||||
help: Script inserted at the bottom of every page
|
||||
size: big
|
||||
default: ""
|
||||
|
||||
cusdis_section:
|
||||
type: section
|
||||
title: Cusdis integration settings
|
||||
underline: true
|
||||
|
||||
cusdis.domain:
|
||||
type: text
|
||||
label: Cusdis domain
|
||||
help: Domain where your Cusdis instance is hosted
|
||||
size: medium
|
||||
default: "cusdis.com"
|
||||
|
||||
cusdis.app_id:
|
||||
type: text
|
||||
label: Cusdis App ID
|
||||
help: ID from Cusdis dashboard (e.g. 35b01c49-15f9-46b3-807f-9240f6cadc1a)
|
||||
size: medium
|
||||
default: ""
|
||||
|
||||
cusdis.title:
|
||||
type: text
|
||||
label: Comments section title
|
||||
size: medium
|
||||
default: ""
|
||||
|
||||
cusdis.title_en:
|
||||
type: text
|
||||
label: Comments section title EN
|
||||
help: English translation of the previous field
|
||||
size: medium
|
||||
default: "Comments"
|
||||
|
||||
cusdis.disable_comments:
|
||||
type: text
|
||||
label: Disable comments info text
|
||||
help: Information displayed where the comments are disabled
|
||||
size: medium
|
||||
default: ""
|
||||
|
||||
cusdis.disable_comments_en:
|
||||
type: text
|
||||
label: Disable comments info text EN
|
||||
help: English version of the previous field
|
||||
size: medium
|
||||
default: ""
|
||||
|
||||
cusdis.legal_info:
|
||||
type: textarea
|
||||
label: Cusdis legal info
|
||||
size: big
|
||||
default: ""
|
||||
|
||||
cusdis.legal_info_en:
|
||||
type: textarea
|
||||
label: Cusdis legal info EN
|
||||
help: English version of the previous field
|
||||
size: big
|
||||
default: ""
|
||||
|
||||
cusdis.lang:
|
||||
type: textarea
|
||||
label: Cusdis language override
|
||||
help: More info at https://cusdis.com/doc#/advanced/i18n?id=contributing-more-languages
|
||||
size: big
|
||||
default: ""
|
||||
|
||||
cusdis.lang_en:
|
||||
type: textarea
|
||||
label: Cusdis language override EN
|
||||
help: English version of the previous field
|
||||
size: big
|
||||
default: ""
|
||||
Reference in New Issue
Block a user