You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
604 B
TOML
29 lines
604 B
TOML
baseurl = "https:/tango.hodakov.me/"
|
|
title = "Tango Theme"
|
|
languageCode = "en-us"
|
|
copyright = "Copyright © 2019 - 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 →"
|
|
|
|
|