Skip to content

Instantly share code, notes, and snippets.

@panr
Last active August 13, 2019 14:42
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/9eeea6f595c257febdadc11763e3a6d1 to your computer and use it in GitHub Desktop.
Save panr/9eeea6f595c257febdadc11763e3a6d1 to your computer and use it in GitHub Desktop.
YAML configf for Hugo Terminal Theme
baseUrl: /
languageCode: en-us
theme: terminal
paginate: 5
params:
# dir name of your blog content (default is `content/posts`)
contentTypeName: posts
# ["orange", "blue", "red", "green", "pink"]
themeColor: orange
# if you set this to 0, only submenu trigger will be visible
showMenuItems: 3
# show selector to switch language
showLanguageSelector: false
# set theme to full screen width
fullWidthTheme: false
# center theme with default width
centerTheme: false
languages:
en:
languageName: English
title: Your site title
subtitle: Your site subtitle
keywords: ''
menuMore: Show more
readMore: Read more
readOtherPosts: Read other posts
params:
logo:
logoText: Terminal
logoHomeLink: /
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