Graphite/website/config.toml
2023-01-22 00:59:26 -08:00

18 lines
572 B
TOML

# The URL the site will be built for
base_url = "https://graphite.rs"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
title = "Graphite"
description = "2D raster & vector editor that melds traditional layers & tools with a modern node-based procedural workflow."
feed_filename = "rss.xml"
[markdown]
# Whether to do syntax highlighting
# Theme can be customized by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
highlight_theme = "css"
[extra]
# Put all your custom variables here