-
Notifications
You must be signed in to change notification settings - Fork 38
Custom front matter variables
Other than the front matter variables implemented in Hugo, here are some other variables that you can use on this repository.
Variables in this section are available in all pages.
Disables analytics if it is set to true
.
no_analytics: true
Sets the value of the robots meta tag. No robots meta tag will be included if it is not defined.
robots_tag: noindex
This will result this robots meta tag.
<meta name="robots" content='noindex' />
Defines the i18n key that is going to be used as the site name for the section.
robots_tag: Docs.SectionSiteName
This will set the site name to "Scratch Addons Docs," as defined on the i18n string files.
Defines the root for the docs navigation. Currently only one page uses it, and may be deprecated soon.
Defines the title shown on the docs navigation.
Defines the title shown on the heading of the page. May contain Markdown.
http://scratchaddons.com/docs/reference/addon-api/addon.self/ has the value shown below.
h1_title: "`h1_title`"
© 2024 Scratch Addons contributors. Licensed under the terms of GNU General Public License v3.0.
Any issues? Have questions? Tell them here.
- Themes
- Changelog data structure
- Specific Hugo changes
- Blog
- Internationalization/Localization/Translation (i18n)
- Feedback presend warning
- Addon Docs
- Integration status dashboard