🐼 first commit

This commit is contained in:
koirand 2018-09-23 20:11:35 +09:00
commit 8c7ec3df80
27 changed files with 2823 additions and 0 deletions

37
exampleSite/config.toml Normal file
View file

@ -0,0 +1,37 @@
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"