34 lines
806 B
TOML
34 lines
806 B
TOML
# -- Site Configuration --
|
|
# Refer to the theme docs for more details about each of these parameters.
|
|
# https://jpanther.github.io/congo/docs/getting-started/
|
|
|
|
# baseURL = "https://blog.okami101.io/"
|
|
languageCode = "en"
|
|
defaultContentLanguage = "en"
|
|
theme = "congo"
|
|
|
|
title = "Okami101 Blog"
|
|
# copyright = "Copy, _right?_ :thinking_face:"
|
|
|
|
enableEmoji = true
|
|
enableRobotsTXT = true
|
|
|
|
summaryLength = 0
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS", "JSON"]
|
|
|
|
[author]
|
|
name = "Adrien Beaudouin"
|
|
image = "author.jpg"
|
|
bio = "A senior web developer @janze"
|
|
links = [
|
|
{ email = "mailto:adrien@okami101.io" },
|
|
{ github = "https://github.com/adr1enbe4udou1n" },
|
|
{ linkedin = "https://linkedin.com/in/adr1enbe4udou1n" },
|
|
{ twitter = "https://twitter.com/adr1enbe4udou1n" },
|
|
]
|
|
|
|
[permalinks]
|
|
posts = "/:year/:month/:title/"
|