Last active
August 12, 2021 06:55
-
-
Save panr/8f9b363e358aaa33f6d353c77feee959 to your computer and use it in GitHub Desktop.
Hello Friend YAML config example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
baseUrl: / | |
languageCode: en-us | |
theme: hello-friend | |
copyright: '' | |
paginate: 5 | |
params: | |
# dir name of your blog content (default is `content/posts`) | |
contentTypeName: posts | |
# "dark" or "light" | |
defaultTheme: dark | |
# if you set this to 0, only submenu trigger will be visible | |
showMenuItems: 2 | |
languages: | |
en: | |
title: Your site title | |
subtitle: Your site subtitle | |
keywords: '' | |
menuMore: Show more | |
writtenBy: Written by | |
readMore: Read more | |
readOtherPosts: Read other posts | |
newerPosts: Newer posts | |
olderPosts: Older posts | |
dateFormatSingle: 2006-01-02 | |
dateFormatList: 2006-01-02 | |
params: | |
logo: | |
logoText: hello friend | |
logoHomeLink: / | |
# or | |
# | |
# path: /img/your-example-logo.svg | |
# alt: Your example logo alt text | |
menu: | |
main: | |
- identifier: about | |
name: About | |
url: /about | |
- identifier: showcase | |
name: Showcase | |
url: /showcase |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nice simple