diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-31 21:01:40 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-31 21:03:54 +0200 |
commit | ce4943e8bf7b11fd174fe62e258dd827ca03d238 (patch) | |
tree | 5d009eed0a8f8826cb9126ca8962e7e40bd2291f /config.toml | |
parent | Config: Enable robots.txt (diff) | |
download | baitinq.ml-ce4943e8bf7b11fd174fe62e258dd827ca03d238.tar.gz baitinq.ml-ce4943e8bf7b11fd174fe62e258dd827ca03d238.tar.bz2 baitinq.ml-ce4943e8bf7b11fd174fe62e258dd827ca03d238.zip |
Add blog and projects template
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/config.toml b/config.toml index aefeaf4..c71e96f 100644 --- a/config.toml +++ b/config.toml @@ -1,12 +1,10 @@ baseURL = 'http://baitinq.github.io/' languageCode = 'en-us' title = 'Baitinq' -math = true enableRobotsTXT = true theme = "researcher" - [params] author = "Baitinq" description = "Personal website." @@ -36,10 +34,6 @@ theme = "researcher" [menu] [[menu.main]] - name = "About" - url = "/about" - weight = 1 - [[menu.main]] name = "Resume" url = "/cv.pdf" weight = 1 @@ -51,3 +45,7 @@ theme = "researcher" name = "Blog" url = "/blog" weight = 1 + +[permalinks] + blog = "/posts/:filename" + projects = "/project/:filename" |