aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/notes/config.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-28 19:50:38 -0700
committerFranck Cuny <franck@fcuny.net>2022-03-28 19:50:38 -0700
commit5483be5a93faac53c2319696e1d024fd049b8a09 (patch)
treee1ad0e84de062d9cebc2ffd43127dd11b553ffb4 /users/fcuny/notes/config.toml
parentnote: update list of chipset for alder lake (diff)
downloadinfra-5483be5a93faac53c2319696e1d024fd049b8a09.tar.gz
convert blog to notes
Separating the two sites so I can customize them differently.
Diffstat (limited to '')
-rw-r--r--users/fcuny/notes/config.toml22
1 files changed, 4 insertions, 18 deletions
diff --git a/users/fcuny/notes/config.toml b/users/fcuny/notes/config.toml
index 1fe49bc..6ee3e63 100644
--- a/users/fcuny/notes/config.toml
+++ b/users/fcuny/notes/config.toml
@@ -1,11 +1,12 @@
-baseURL = "https://fcuny.net/"
+baseURL = "https://notes.fcuny.net/"
languageCode = "en-us"
-title = "Franck's rambling"
+title = "Franck's notes"
publishDir = "docs"
enableGitInfo = true
[params]
homeText = "A collection of notes"
+ mainSections = ['notes']
[author]
name = "Franck Cuny"
@@ -15,29 +16,14 @@ enableGitInfo = true
tag = "tags"
[permalinks]
- blog = "/blog/:slug/"
notes = "/notes/:slug/"
tags = "/tags/:slug/"
[menu]
[[menu.main]]
- identifier = "articles"
- name = "blog"
- title = "articles"
- url = "/blog/"
- weight = 110
-
- [[menu.main]]
- identifier = "notes"
- name = "notes"
- title = "notes"
- url = "/notes/"
- weight = 120
-
- [[menu.main]]
identifier = "RSS"
name = "RSS"
- title = "RSS"
+ title = "~/notes/feed"
url = "/feed.xml"
weight = 130