33 lines
724 B
YAML
33 lines
724 B
YAML
baseURL: https://blog.balki.me/
|
|
languageCode: en-us
|
|
title: Balki's Blog
|
|
theme: mytheme
|
|
markup:
|
|
highlight:
|
|
# This setting makes code highlighting use theme's colors instead of hugo's default
|
|
noClasses: false
|
|
|
|
params:
|
|
themeStyleSwitcher: true
|
|
footerText: "[theme](https://gitea.balki.me/balki/no-js-hugo-theme)"
|
|
showTagList: false
|
|
|
|
menu:
|
|
main:
|
|
- identifier: home
|
|
name: Home
|
|
pageRef: /
|
|
weight: 1
|
|
- identifier: gitea
|
|
name: Gitea
|
|
url: https://gitea.balki.me/balki
|
|
weight: 2
|
|
- identifier: github
|
|
name: Github
|
|
url: https://github.com/balki
|
|
weight: 3
|
|
- identifier: rss
|
|
name: RSS
|
|
url: https://blog.balki.me/index.xml
|
|
weight: 4
|