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.
51 lines
1.1 KiB
51 lines
1.1 KiB
# The URL the site will be built for |
|
base_url = "https://timharek.no" |
|
|
|
title = "Tim Hårek" |
|
description = """ |
|
Full-stack developer from Norway that cares about creating solutions that |
|
respects people in terms of privacy, security and user experience.""" |
|
|
|
default_language = "en" |
|
|
|
compile_sass = true |
|
build_search_index = false |
|
generate_feed = true |
|
feed_filename = "rss.xml" |
|
|
|
minify_html = true |
|
|
|
taxonomies = [ |
|
{ name = "tags", feed = false }, |
|
] |
|
|
|
[languages.no] |
|
title = "Tim Hårek" |
|
|
|
[markdown] |
|
highlight_code = true |
|
highlight_theme = "one-dark" |
|
external_links_target_blank = true |
|
external_links_no_referrer = true |
|
smart_punctuation = true |
|
|
|
[extra] |
|
author = "Tim Hårek Andreassen" |
|
author_img = "img/me.jpeg" |
|
email = "tim@harek.no" |
|
date_format = "%Y-%m-%d" |
|
date_format__updated = "%Y-%m-%d" |
|
logo = "img/logo.svg" |
|
cover = "img/cover.png" |
|
|
|
nav = [ |
|
{ name = "Blog", path = "@/blog/_index.md" }, |
|
{ name = "Connect", path = "@/connect.md" }, |
|
{ name = "About", path = "@/about.md" }, |
|
] |
|
|
|
footer_nav = [ |
|
{ name = "Privacy", path = "@/privacy.md" }, |
|
{ name = "RSS", path = "/rss.xml" } |
|
] |
|
|
|
|