forked from reudnetz/website
first testing with gutenberg render engine
This commit is contained in:
parent
bbb515bf4e
commit
9141aced4e
44 changed files with 216 additions and 168 deletions
14
config.toml
Normal file
14
config.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
# The URL the site will be built for
|
||||
base_url = "https://reudnetz.org"
|
||||
|
||||
# Whether to automatically compile all Sass files in the sass directory
|
||||
compile_sass = true
|
||||
|
||||
# Whether to do syntax highlighting
|
||||
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Gutenberg
|
||||
highlight_code = false
|
||||
|
||||
title = "Reudnetz w.V."
|
||||
|
||||
[extra]
|
||||
# Put all your custom variables here
|
Loading…
Add table
Add a link
Reference in a new issue