45 lines
835 B
TOML
45 lines
835 B
TOML
title = "jutty.dev"
|
|
description = "Computer nerd memory leaks"
|
|
author = "Juno Takano"
|
|
base_url = "https://blog.jutty.dev"
|
|
default_language = "en"
|
|
|
|
generate_feeds = true
|
|
feed_filenames = [ "atom.xml" ]
|
|
|
|
taxonomies = [
|
|
{ name = "tags", feed = true, render = true },
|
|
]
|
|
|
|
[markdown]
|
|
smart_punctuation = true
|
|
bottom_footnotes = true
|
|
external_links_class = "out-link"
|
|
insert_anchor_links = "right"
|
|
|
|
[markdown.highlighting]
|
|
theme = "night-owl"
|
|
style = "class"
|
|
|
|
[extra]
|
|
title_separator = "-"
|
|
|
|
[translations]
|
|
page = "page"
|
|
page_plural = "pages"
|
|
|
|
[languages]
|
|
|
|
[languages.pt]
|
|
generate_feeds = true
|
|
feed_filenames = ["atom.xml"]
|
|
title = "jutty.dev"
|
|
description = "Vazamentos de uma memória nerd-computante"
|
|
|
|
taxonomies = [
|
|
{ name = "tags", feed = true, render = true },
|
|
]
|
|
|
|
[languages.pt.translations]
|
|
page = "página"
|
|
page_plural = "páginas"
|