Skip to content

Instantly share code, notes, and snippets.

@panr
Last active August 12, 2021 06:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save panr/8f9b363e358aaa33f6d353c77feee959 to your computer and use it in GitHub Desktop.
Save panr/8f9b363e358aaa33f6d353c77feee959 to your computer and use it in GitHub Desktop.
Hello Friend YAML config example
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
@wastu01
Copy link

wastu01 commented Aug 12, 2021

nice simple

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment