www

my website
git clone https://tilde.team/~marisa/repo/www.git
Log | Files | Refs | README

commit eeb91db0e6929c0b780da0b0c72a94339d5893b9
parent 488b99025bb3f7511e46c5b95f63f20609c13cde
Author: mokou <mokou@posteo.de>
Date:   Wed,  8 Jul 2020 13:19:27 +0200

Change baseurl

Diffstat:
Mconfig.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.toml b/config.toml @@ -1,7 +1,7 @@ title = "marisa's website" # The URL the site will be built for -base_url = "https://marisa.touhou.cz" +base_url = "https://mokou.org" # Whether to automatically compile all Sass files in the sass directory compile_sass = false