diff options
author | sptaule <lecas83@gmail.com> | 2022-01-29 14:42:09 +0100 |
---|---|---|
committer | sptaule <lecas83@gmail.com> | 2022-01-29 14:42:09 +0100 |
commit | e6f8f43b6ca5ff00d33b3a539e67eb2255fa1dd0 (patch) | |
tree | 1c08c3482e3ac79de1b040d77e3ca3d4f37b8fad /config.toml | |
parent | e958d4a1d06878100170cd96ce548966e3d5222a (diff) | |
download | garagehq.deuxfleurs.fr-e6f8f43b6ca5ff00d33b3a539e67eb2255fa1dd0.tar.gz garagehq.deuxfleurs.fr-e6f8f43b6ca5ff00d33b3a539e67eb2255fa1dd0.zip |
Improve responsive, icons, refactor search, update readme
Diffstat (limited to 'config.toml')
-rwxr-xr-x | config.toml | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/config.toml b/config.toml index 5db7b77..fff3bc2 100755 --- a/config.toml +++ b/config.toml @@ -9,10 +9,6 @@ ignored_content = [] generate_feed = true feed_filename = "rss.xml" hard_link_static = false -# taxonomies = [ -# { name = "categories", feed = true, paginate_by = 10 }, -# { name = "tags", feed = true, paginate_by = 10 } -# ] build_search_index = true [markdown] @@ -50,18 +46,17 @@ chart.enabled = false mermaid.enabled = true galleria.enabled = false navbar_items = [ - { code = "en", nav_items = [ + {code = "en", nav_items = [ { url = "$BASE_URL/", name = "Overview" }, { url = "$BASE_URL/documentation/", name = "Docs" }, { url = "$BASE_URL/blog/", name = "Blog" } - ] }, + ]}, ] [extra.favicon] favicon_16x16 = "/icons/favicon-16x16.png" favicon_32x32 = "/icons/favicon-32x32.png" apple_touch_icon = "/icons/apple-touch-icon.png" -safari_pinned_tab = "/icons/safari-pinned-tab.svg" webmanifest = "/icons/site.webmanifest" [extra.organization] @@ -77,11 +72,4 @@ avatar = "/images/garage-logo.svg" [extra.social] git = "https://git.deuxfleurs.fr/Deuxfleurs/garage" -email = "contact@garagehq.com" - -[extra.analytics] -google = "UA-176984489-2" - -[extra.mapbox] -enabled = true -access_token = "pk.eyJ1IjoicmF0YW5zaHJlc2h0aGEiLCJhIjoiY2tla2s2NmM3MDd0ZzJzbXFtc3Y2YmU0NyJ9.0RhUnJPKbxHWw3xGPnnBlA" +email = "contact@garagehq.com"
\ No newline at end of file |