From a3e3a41f47a80ed53cddf36a0f2a59a399b9176f Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sun, 3 Apr 2022 12:01:38 +0400 Subject: Initial commit --- config.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config.toml (limited to 'config.toml') diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..dfaa22d --- /dev/null +++ b/config.toml @@ -0,0 +1,14 @@ +baseURL = 'http://vasthecat.ru/' +enableRobotsTXT = true +languageCode = 'ru-ru' +title = 'vasthecat.ru' +theme = 'smol' + +# Header +[menu] + [[menu.main]] + identifier = "posts" + name = "Posts" + url = "/posts/" + weight = 1 + -- cgit v1.2.3