base_url = "https://ng.k0r.in" compile_sass = true build_search_index = false generate_rss = true highlight_code = true # theme = "k0r.386" default_language = "en" title = "k0r" description = "programmer and engineer based in Berlin" taxonomies = [ {name="categories", rss=true}, {name="tags", rss=true}, ] [markdown] # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola highlight_code = true [extra] author = "Norman Köhring" year = "2023" keywords = "homepage, personal, programming, webdev, retro, hacking" theme_color = "#190084" menu_items = [ {path="", name="Home"}, {path="categories", name="Categories"}, {path="tags", name="Tags"}, {path="about", name="About"}, ] sidebars = [ {title="Main Menu", internal=true, items=[ {path="/", name="Home"}, {path="/cv", name="CV / Résumé"}, {path="/til", name="Today I Learned"}, {path="/articles", name="Articles"}, {path="/log", name="Microblog"}, {path="/slides", name="Slides"}, ]}, {title="Selfhosted", internal=false, items=[ {path="https://m.k0r.in/@n", name="Fediverse/Mastodon"}, {path="https://git.k0r.in", name="Code"}, {path="https://ci.k0r.in", name="CI"}, {path="https://koehr.pw", name="Passwords"}, {path="https://url.k0r.in", name="Bookmarks"}, {path="https://srx.k0r.in", name="Search"}, ]}, {title="Elsewhere", internal=false, items=[ {path="https://mstdn.io/@koehr", name="Fediverse/Mastodon"}, {path="https://twitter.com/koehr_in", name="Twitter"}, {path="https://github.com/nkoehring", name="Github"}, {path="https://sr.ht/~koehr", name="Sourcehut"}, {path="https://instagram.com/coffee_n_code", name="Instagram"}, {path="https://500px.com/koehr", name="Photography"}, {path="mailto:n[at]koehr.in", name="Mail"}, ]} ] ### THIRD PARTY # google_analytics = "UA-012345-67" # disqus = "disqus-user" ### SOCIAL MEDIA image = "https://raw.githubusercontent.com/lopes/zola.386/master/screenshot.png" twitter_user = "koehr_in" linkedin_user = "nkoehring" github_user = "nkoehring" # gitlab_user = "" ### I18N WORDS label_tags = "Tags" label_tag = "Tag" label_categories = "Categories" label_category = "Category" label_author = "Author" label_date = "Date" label_taxonomy = "Taxonomy" label_reading = "Reading time" label_read_more = "Read more"