diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-10-26 19:02:26 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-10-26 19:09:44 -0700 |
| commit | 79b990318a08a5cb5643e993f3d3a73da7509ea0 (patch) | |
| tree | fcd5a6fef5a5e9d68617fc6ee3f1135bca4b7e13 /config.toml | |
| parent | Merge pull request #5 from fcuny/update_flake_lock_action (diff) | |
| download | fcuny.net-79b990318a08a5cb5643e993f3d3a73da7509ea0.tar.gz | |
content: add the notes back
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config.toml b/config.toml index ace03c8..47f85f4 100644 --- a/config.toml +++ b/config.toml @@ -16,9 +16,23 @@ enableGitInfo = false [permalinks] blog = "/blog/:slug/" + notes = "/notes/:slug/" tags = "/tags/:slug/" [menu] + [[menu.main]] + identifier = "blog" + name = "blog" + title = "~/blog" + url = "/blog/" + weight = 110 + + [[menu.main]] + identifier = "notes" + name = "notes" + title = "~/notes" + url = "/notes/" + weight = 120 [markup] [markup.highlight] |
