A basic website. Can be redone later, just enough to fill the domain and point people in the right direction.

This commit is contained in:
Ryan McGrath 2019-05-24 17:20:52 -07:00
parent 1ba17c9a37
commit 2044ab7fc7
No known key found for this signature in database
GPG key ID: 811674B62B666830
29 changed files with 202 additions and 4 deletions

16
website/config.toml Normal file
View file

@ -0,0 +1,16 @@
# The URL the site will be built for
base_url = "https://alchemy.rs"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = false
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
highlight_theme = "dracula"
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
[extra]
# Put all your custom variables here