Files
blog/config/_default/config.toml
2023-02-03 21:05:12 +01:00

36 lines
830 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
ignoreFiles = ['_data/*']
[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/"