website-theme/exampleSite/config.toml

38 lines
875 B
TOML
Raw Normal View History

2018-09-23 07:11:35 -04:00
baseurl = "https://example.com/"
title = "Site Title"
theme = "pulp"
canonifyurls = true
pygmentsCodefences = true
pygmentsUseClasses = true
[params]
author = "Kazuki Koide"
avatar = "avatar.jpg"
discription = """
Im a Web Engeneer working in Tokyo.
Id like to make products that take people to the future.
Have a look at some of my blog posts.
If you have a comment, please feel free to
follow on Twitter or contact by Email.
"""
publicationYear = "2018"
custom_css = ["css/custom.css"]
custom_js = ["js/custom.js"]
[[params.nav]]
name = "Blog"
2018-09-23 10:02:15 -04:00
url = "/blog/"
2018-09-23 07:11:35 -04:00
[[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"