diff options
author | Anthony Wang | 2021-10-13 21:15:28 -0500 |
---|---|---|
committer | Anthony Wang | 2021-10-13 21:15:28 -0500 |
commit | 5783cf6aeafc2e4e548bc3b64ec6d1ee845ad277 (patch) | |
tree | df16f9bed286144f2984e1281c4b6f8018e1cfb2 /config.toml | |
parent | 657ba34f264d24d2b5b93e4492e489873d91dcfd (diff) |
Start converting HTML content to markdown
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/config.toml b/config.toml index a9032de..efa2dfc 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'http://example.org/' +baseURL = 'https://ta180m.github.io/' languageCode = 'en-us' title = 'Some Random Website' theme = 'gokarna' @@ -15,15 +15,20 @@ theme = 'gokarna' url = '/projects/' weight = 2 [[menu.main]] + identifier = 'fun' + name = 'Fun' + url = '/fun/' + weight = 3 + [[menu.main]] identifier = 'tags' name = 'Tags' url = '/tags/' - weight = 3 + weight = 4 [[menu.main]] identifier = 'github' url = 'https://github.com/Ta180m/ta180m.github.io' pre = '<span data-feather="github"></span>' - weight = 4 + weight = 5 [params] avatarURL = '/fun/dodecahedra/render-cropped.png' |