mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
18 lines
572 B
TOML
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
|