You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.2 KiB
32 lines
1.2 KiB
# The base URL of the site; the only required configuration variable.
|
|
base_url = "https://www.jakubvalenta.cz"
|
|
|
|
# The site title and description; used in feeds by default.
|
|
title = "Jakub Valenta"
|
|
description = "Personal website"
|
|
|
|
# When set to "true", the Sass files in the `sass` directory in the site root are compiled.
|
|
# Sass files in theme directories are always compiled.
|
|
compile_sass = true
|
|
|
|
# When set to "true", an RSS feed is automatically generated.
|
|
generate_feed = true
|
|
feed_filename = "rss.xml"
|
|
|
|
# The number of articles to include in the feed. All items are included if
|
|
# this limit is not set (the default).
|
|
feed_limit = 10
|
|
|
|
# You can put any kind of data here. The data
|
|
# will be accessible in all templates
|
|
[extra]
|
|
author = "Jakub Valenta"
|
|
links = [
|
|
# { name = "Twitter", url = "https://twitter.com/kuba100" },
|
|
# { name = "Facebook", url = "https://www.facebook.com/ef284" },
|
|
# { name = "Instagram", url = "https://www.instagram.com/g3ntle.giant/" },
|
|
{ name = "Git", url = "https://github.com/jakubvalenta" },
|
|
{ name = "Last.fm", url = "https://www.last.fm/user/Bacik" },
|
|
{ name = "ČSFD", url = "https://www.csfd.cz/uzivatel/18708-polaroid/" }
|
|
]
|
|
pgp = "E758_2303_2628_5069_5EF0 B8A7_97C3_CB6A_11E7_4F7E"
|
|
|