diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 06:36:27 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 06:36:27 +0100 |
commit | 3f05e1e592ba91fccc06b745f0b31a10ab2a1391 (patch) | |
tree | 936f5fb836cc756cb7de461674f5556fed331a5f /config.toml | |
parent | 3a362ab91b53dac61c5337d15cab587a9331d11d (diff) |
added downloadable roboto font and change styling
Diffstat (limited to '')
-rw-r--r-- | config.toml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/config.toml b/config.toml index e77a6a1..7422107 100644 --- a/config.toml +++ b/config.toml @@ -21,7 +21,7 @@ pygmentsUseClasses = true title = "blog" url = "/blog/" weight = 10 - pre = '| ' + post = '| ' [[menu.main]] identifier = "about" @@ -29,7 +29,15 @@ pygmentsUseClasses = true title = "about" url = "/about/" weight = 20 - pre = '| ' + post = '| ' + + [[menu.main]] + identifier = "categories" + name = "Categories" + title = "Categories" + url = "/categories/" + weight = 20 + post = '| ' [[menu.main]] identifier = "reading" @@ -37,7 +45,7 @@ pygmentsUseClasses = true title = "Reading" url = "/reading/" weight = 20 - pre = '| ' + post = '| ' [[menu.main]] identifier = "tags" @@ -45,15 +53,7 @@ pygmentsUseClasses = true title = "Tags" url = "/tags/" weight = 20 - pre = '| ' - [[menu.main]] - identifier = "categories" - name = "Categories" - title = "Categories" - url = "/categories/" - weight = 20 - pre = '| ' [permalinks] posts = "/:title/" |