-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththeme.json
42 lines (42 loc) · 1.77 KB
/
theme.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "Terminal",
"description": "A minimal blog theme for terminal lovers",
"author": "Marc Anton Dahmen",
"license": "MIT",
"masks": {
"page": [
"appleTouchIcon",
"favicon",
"labelMore",
"labelShowAll",
"placeholderSearch"
],
"shared": [
"text",
"textTeaser"
]
},
"tooltips": {
"appleTouchIcon": "The file to be used as Apple touch icon",
"checkboxDarkTheme": "Enable dark theme",
"checkboxHideFilters": "Hide filters for blog posts",
"checkboxHideSearch": "Hide search field",
"checkboxShowInFooter": "Show a link to this page in the footer menu",
"checkboxShowInNavbar": "Show a link to this page in the navbar menu",
"date": "Set a date to show up as post info",
"favicon": "The file to be use as favicon",
"formatDate": "The format for displaying the date of a page",
"itemsFooter": "Additional markup to be added to page's footer",
"itemsHeader": "Additional markup to be added to page's <head></head> section",
"itemsPerPage": "The maximum number of items shown on a blog page",
"labelMore": "Optional label text for the \"More\" buttons",
"labelShowAll": "Label text for button to clear all filters",
"metaTitle": "A custom meta title",
"ogImage": "Open graph image",
"placeholderSearch": "Placeholder text for the search field of the main menu",
"templateFilter": "Filter blog items by template names (regex)",
"text": "The main content of the page",
"textTeaser": "The content of the teaser section",
"urlTagLinkTarget": "The target URL of the pagelist page for the tag buttons"
}
}