Files
Graphite/website/config.toml
James Lindsay 32f5fba3e3 Blog post: Graphite progress report (Q2 2024) (#1805)
* Q2 blogpost

* WIP

* WIP 2

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2024-08-02 06:14:29 -07:00

20 lines
659 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_filenames = ["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"
highlight_themes_css = [{ theme = "kronuz", filename = "syntax-highlighting.css" }]
[extra]
# Put all your custom variables here