29 lines
604 B
TOML
29 lines
604 B
TOML
baseurl = "https:/tango.hodakov.me/"
|
|
title = "Tango Theme"
|
|
languageCode = "en-us"
|
|
copyright = "Copyright © 2018 - Author Name"
|
|
canonifyurls = true
|
|
theme = "tango"
|
|
paginate = 3
|
|
pygmentsCodeFences = true
|
|
pygmentsUseClasses = true
|
|
|
|
[permalinks]
|
|
posts = "/:year/:month/:title/"
|
|
|
|
summaryLength = 30
|
|
enableEmoji = true
|
|
pygmentsCodeFences = true
|
|
|
|
[author]
|
|
name = "Author Name"
|
|
email = "author@example.com"
|
|
|
|
[params]
|
|
description = "Design inspired by linux.org.ru default theme"
|
|
i18n_categories = "Categories:"
|
|
i18n_read_time = " min. to read"
|
|
i18n_read_more = "Read more →"
|
|
|
|
|