-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththeme.json
72 lines (72 loc) · 4.03 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
70
71
72
{
"name": "Baker",
"description": "An elegant documentation and blogging theme based on the official Automad documentation theme",
"author": "Marc Anton Dahmen",
"license": "MIT",
"masks": {
"page": [
"formatDate",
"imageAppleTouchIcon",
"imageFavicon",
"imageLogo",
"labelShowAll",
"locale",
"logoHeight",
"notificationNoSearchResults",
"placeholderSearch",
"urlFacebook",
"urlGithub",
"urlInstagram",
"urlSearchResults",
"urlTwitter"
],
"shared": [
"+main",
"checkboxShowInFooter",
"checkboxShowInNavbar",
"checkboxHideTitle",
"metaDescription",
"metaTitle",
"urlContextForPagelist"
]
},
"tooltips": {
"+main": "The main content of the page",
"brand": "In case there is no logo defined, this field can be used for any kind of markup like HTML or SVG to serve as the brand of the site",
"checkboxHideDate": "Hide the date",
"checkboxHideFilters": "Hide the filter dropdown menu",
"checkboxHideRelatedPages": "Hide related pages at the bottom of the page",
"checkboxHideThumbnails": "Hide thumbnails within a masonry page grid",
"checkboxHideTitle": "Hide the page title and tags",
"checkboxShowAllPagesInPagelist": "Show not only children but all pages in the pagelist",
"checkboxShowInFooter": "Show a link to this page in the footer",
"checkboxShowInNavbar": "Show a link to this page in the navbar",
"checkboxSimpleRelatedPagelist": "Use a simplified layout for the related pages list",
"checkboxSmallPagelistGrid": "Use a 3-column grid for pagelists in full width templates",
"checkboxStretchThumbnails": "Stretch images in pagelists to the full width",
"filterPagelistByUrl": "Filters the pagelist by URLs matching a given regular expression like for example '(/portfolio|/blog)'",
"formatDate": "The format for displaying the date of a page — you can find more information about date formats <a href=\"https://www.php.net/manual/en/datetime.format.php\">here</a>",
"imageAppleTouchIcon": "The file to be used as Apple touch icon",
"imageFavicon": "The file to be used as favicon",
"imageLogo": "The logo image",
"imageTeaser": "A glob pattern or a filename to define the teaser image for a page",
"itemsFooter": "Additional markup to be included right before the closing body tag",
"itemsHeader": "Additional markup to be included right before the closing head tag",
"itemsPerPage": "Limit the items of the pagelist per page",
"labelShowAll": "The text for show all button",
"locale": "The locale information to format date and time according to like 'en_EN' or 'de_DE'",
"logoHeight": "The height of your logo",
"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",
"urlContextForPagelist": "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 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'",
"urlFacebook": "If an URL to a Facebook page is given, a Facebook icon is added to the navbar",
"urlGithub": "If an URL to a GitHub page is given, a GitHub icon is added to the navbar",
"urlInstagram": "If an URL to a Instagram page is given, a Instagram icon is added to the navbar",
"urlSearchResults": "The URL of the search results page — defaults to the homepage",
"urlTwitter": "If an URL to a Twitter page is given, a Twitter icon is added to the navbar"
}
}