ezhil/exampleSite/config.toml

57 lines
1.1 KiB
TOML
Raw Normal View History

2019-04-19 19:16:01 +00:00
baseURL = "http://example.org/"
languageCode = "en-us"
title = "Ezhil"
theme = "ezhil"
2019-10-12 17:32:22 +00:00
paginate = 5
2019-04-19 19:16:01 +00:00
2019-10-10 11:01:45 +00:00
copyright = "© Copyright notice"
2019-04-19 19:16:01 +00:00
pygmentsstyle = "vs"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
googleAnalytics = "UA-123-45"
disqusShortname = "ezhil-demo"
2019-04-19 19:16:01 +00:00
[params]
subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)"
disableDisqusTypes = ["page"]
featherIconsCDN = true
2019-10-12 17:04:38 +00:00
mode = "auto" # "dark" or "auto"
2019-10-22 19:04:47 +00:00
# customCSS = "css/custom.css" # Custom CSS applied to default styles.
# customDarkCSS = "css/custom-dark.css" # Custom styles applied to dark mode css.
# customJS = ["js/custom.js", "js/custom1.js"] # Custom JS scripts.
2019-04-19 19:16:01 +00:00
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "All posts"
url = "/posts"
weight = 2
[[menu.main]]
name = "About"
url = "/about"
weight = 3
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 4
[[params.social]]
name = "Github"
icon = "github"
url = "https://github.com/vividvilla/ezhil"
2019-04-20 08:42:08 +00:00
[[params.social]]
name = "RSS"
icon = "rss"
url = "/index.xml"
2019-04-19 19:16:01 +00:00
[taxonomies]
tag = "tags"