summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2022-04-03 12:01:38 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2022-04-03 12:01:38 +0400
commita3e3a41f47a80ed53cddf36a0f2a59a399b9176f (patch)
tree5156fb69e65d4b704cb3d5e9b6fdca834a95b0b4 /config.toml
Initial commit
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml14
1 files changed, 14 insertions, 0 deletions
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
+