-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.json
69 lines (69 loc) · 4.01 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "Adam",
"description": "An elegant and clean multi-purpose theme",
"author": "Marc Anton Dahmen",
"license": "MIT",
"masks": {
"page": [
"formatDatePost",
"formatDateProject",
"imageAppleTouchIcon",
"imageFavicon",
"labelClearSearch",
"labelRelated",
"labelShowAll",
"labelSortDateDesc",
"labelSortDateAsc",
"labelSortTitleAsc",
"labelSortTitleDesc",
"locale",
"notificationNoSearchResults",
"placeholderSearch",
"urlSearchResults"
],
"shared": [
"+main"
]
},
"tooltips": {
"+main": "The main content block area",
"brand": "The brand HTML, SVG or text to be used as logo",
"checkboxHideFilters": "Hide the filter button",
"checkboxHideFiltersAndSort": "Hide filter and sorting buttons",
"checkboxHideInMenu": "Hide this page in the main menu",
"checkboxHidePrevNextNav": "Hide the prev/next navigation at the bottom",
"checkboxHideTitle": "Hide the page title",
"checkboxShowAllPagesInPagelist": "Show not only children but all pages in the pagelist",
"checkboxShowInFooter": "Show a link to this page in the footer menu",
"checkboxShowInNavbar": "Show a link to this page in the main navbar",
"filterPagelistByUrl": "Filters the pagelist by URLs matching a given regular expression like for example '(/portfolio|/blog)'",
"formatDatePost": "The format for displaying the date of a post",
"formatDateProject": "The format for displaying the date of a project",
"imageAppleTouchIcon": "The image to be used as the Apple touch icon",
"imageFavicon": "The icon to be used as favicon",
"imageTeaser": "The filename or glob pattern for the image to be used as the teaser image in a pagelist",
"imageLogo": "The path to your logo - this variable should be defined globally in the shared data section",
"itemsFooter": "Additional markup to be added to page's footer",
"itemsHeader": "Additional markup to be added to page's <head></head> section",
"itemsPerPage": "Limit the items of the pagelist per page",
"labelClearSearch": "Button text for clearing search results",
"labelRelated": "Label for related pages section",
"labelShowAll": "Label text for filter button when no filter is selected",
"labelSortDateDesc": "Label text in dropdown for sorting pages by date descending",
"labelSortDateAsc": "Label text in dropdown for sorting pages by date ascending",
"labelSortTitleAsc": "Label text in dropdown for sorting pages by title ascending",
"labelSortTitleDesc": "Label text in dropdown for sorting pages by title descending",
"locale": "The locale information to format date and time according to like 'en_EN' or 'de_DE'",
"logoHeight": "The height of your logo - this variable should be defined globally in the shared data section",
"metaDescription": "An optional meta description to be used for Twitter, Facebook or similar social network cards",
"metaTitle": "An optional meta title to be used for the browser title bar and links used on Twitter, Facebook or similar social networks",
"notificationNoSearchResults": "Notification text for an empty list of search results",
"ogImage": "A glob pattern to select a preview image for Twitter, Facebook or similar social network cards. This could be for example `*.png, *.jpg`",
"placeholderSearch": "Placeholder text for the search field of the main menu",
"showPagesBelow": "Define an alternative URL to be used as the pagelist's parent page, instead of the current one",
"sortPagelist": "Sorting of the pages in a portfolio or blog pagelist. Note that the sorting and filtering buttons should be hidden in case this variable is defined! The default is 'date desc'. You can choose any other page variable in combination with an order (asc or desc) like ':path asc'.",
"sortRelatedPages": "Sorting of the pagelist with related pages. The default is 'date desc'. You can choose any other page variable in combination with an order (asc or desc).",
"urlTagLinkTarget": "The target URL of the pagelist page for the tag buttons",
"urlSearchResults": "The URL of the pagelist page to show the search results"
}
}