figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit acd7db62553ba9bc4ca14395d6c4954d87b4024b
parent 06706653bcb3ed79c6a2c2fee3aa7f9f5c041e48
Author: FIGBERT <figbert@figbert.com>
Date:   Fri, 14 Aug 2020 01:04:18 -0700

:wrench: Customize Zola configuration

Diffstat:
Mconfig.toml | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/config.toml b/config.toml @@ -1,5 +1,10 @@ # The URL the site will be built for base_url = "https://figbert.com" +title = "FIGBERT" +description = "figbert.com is the official website and home of FIGBERT on the clearnet. It's my blog, portfolio, and wiki – a cask of information floating on the open web." + +# RSS/Atom feeds +generate_feed = true # Whether to automatically compile all Sass files in the sass directory compile_sass = false @@ -7,9 +12,15 @@ 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 = "ayu-mirage" # Whether to build a search index to be used later on by a JavaScript library build_search_index = true +# Language configuration +languages = [ + {code = "he", feed = true}, +] + [extra] # Put all your custom variables here