website-theme/exampleSite/config.toml
2018-09-23 20:11:35 +09:00

37 lines
875 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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"
url = "/post/"
[[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"