This repository has been archived on 2024-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
vitrine/config.toml

41 lines
902 B
TOML
Raw Permalink Normal View History

2022-01-07 14:15:18 +01:00
baseURL = "/"
2022-01-05 23:28:57 +01:00
languageCode = "en-us"
2022-01-07 14:15:18 +01:00
title = "Bienvenue au Fablab Coh@bit"
2022-01-05 23:28:57 +01:00
disableKinds = ["sitemap", "RSS"]
theme = "reveal-hugo"
# css
custom_css = "css/custom.css"
2022-01-05 23:28:57 +01:00
# uncomment for browsing at file:///
relativeURLs = true
uglyURLs = true
[author]
2022-01-07 14:15:18 +01:00
name = "Fablab Coh@bit - @habsinn"
2022-01-05 23:28:57 +01:00
# currently only the unsafe mode for goldmark is supported
[markup.goldmark.renderer]
unsafe = true
# choose between Hugo compile-time or Highlight.js
# syntax highlighting for code inside of code fences
[markup.highlight]
codeFences = false # use highlight.js
# codeFences = true # use hugo highlighting at compile time
style = "tango" # set a style for hugo highlighting
[outputFormats.Reveal]
baseName = "index"
mediaType = "text/html"
isHTML = true
[params.reveal_hugo]
history = true
# used in content/template-example
[params.reveal_hugo.templates.grey]
background = "#424242"
transition = "convex"