website-theme/exampleSite/config.toml
koirand 5e7d82f192 🐶 Changed absolute path to relative path
there is no need to be an absolute path becouse there is a canonifyurls option.
2018-09-25 01:17:56 +09:00

35 lines
735 B
TOML

baseurl = "https://example.com/"
title = "Site Title"
theme = "pulp"
canonifyurls = true
pygmentsCodefences = true
pygmentsUseClasses = true
[params]
author = "Your Name"
avatar = "avatar.jpg"
favicon = "favicon.ico"
discription = """
Please write anything here.
Profiles, backgrounds, favorite things etc.
"""
publicationYear = "2018"
# custom_css = ["/css/custom.css"]
# custom_js = ["/js/custom.js"]
[[params.nav]]
name = "Blog"
url = "/blog/"
[[params.nav]]
name = "Twitter"
url = "https://twitter.com/username"
[[params.nav]]
name = "GitHub"
url = "https://github.com/username"
[[params.nav]]
name = "Email"
url = "mailto:username@example.com"