57 lines
1.1 KiB
TOML
57 lines
1.1 KiB
TOML
baseURL = "http://example.org/"
|
|
languageCode = "en-us"
|
|
title = "Ezhil"
|
|
theme = "ezhil"
|
|
paginate = 5
|
|
|
|
copyright = "© Copyright notice"
|
|
|
|
pygmentsstyle = "solarized-dark"
|
|
pygmentscodefences = true
|
|
pygmentscodefencesguesssyntax = true
|
|
|
|
googleAnalytics = "UA-123-45"
|
|
disqusShortname = "ezhil-demo"
|
|
|
|
[params]
|
|
subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)"
|
|
disableDisqusTypes = ["page"]
|
|
featherIconsCDN = true
|
|
mode = "auto" # "dark", "auto", "light"
|
|
# customCSS = "css/custom.css" # Custom CSS applied to default styles.
|
|
# customDarkCSS = "css/custom-dark.css" # Custom styles applied to dark mode css.
|
|
customJS = ["https://code.jquery.com/jquery-3.4.1.js", "js/custom1.js"] # Custom JS scripts.
|
|
|
|
[[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"
|
|
|
|
[[params.social]]
|
|
name = "RSS"
|
|
icon = "rss"
|
|
url = "/index.xml"
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|