-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
38 lines (36 loc) · 1.23 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
base_url = "https://www.gadom.ski"
title = "gadom.ski"
description = "Geospatial open source"
author = "Pete Gadomski"
default_language = "en"
taxonomies = [
{ name = "categories", feed = true },
{ name = "tags", feed = true },
]
theme = "tabi"
generate_feeds = true
[markdown]
highlight_code = true
[extra]
enable_csp = false
remote_repository_url = "https://github.com/gadomski/gadomski.github.io"
show_previous_next_article_links = true
quick_navigation_buttons = true
menu = [
{ name = "archive", url = "archive", trailing_slash = true },
{ name = "about", url = "about", trailing_slash = true },
]
feed_icon = true
email = "cGV0ZUBnYWRvbS5za2kK"
socials = [
{ name = "github", url = "https://github.com/gadomski", icon = "github" },
{ name = "bluesky", url = "https://bsky.app/profile/gadom.ski", icon = "bluesky" },
]
footer_menu = [
{ name = "tags", url = "tags", trailing_slash = true },
{ name = "categories", url = "categories", trailing_slash = true },
{ name = "publications", url = "publications", trailing_slash = true },
{ url = "privacy", name = "privacy", trailing_slash = true },
{ url = "sitemap.xml", name = "sitemap", trailing_slash = false },
]
copyright = "$TITLE © $CURRENT_YEAR $AUTHOR"