diff options
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" |