update config - include different types of content
continuous-integration/drone/push Build is passing Details

This commit is contained in:
James Ravenscroft 2021-12-24 16:07:31 +00:00
parent eb285c85bb
commit 1fa1a1559f
1 changed files with 15 additions and 6 deletions

View File

@ -20,28 +20,37 @@ googleAnalytics = "UA-186263385-1"
unsafe= true unsafe= true
[params] [params]
subtitle = "The irregular mental expulsions of a PhD student and CTO of Filament, my views are my own and do not represent my employers in any way." subtitle = "Digital Home of James Ravenscroft: PhD student and CTO @ <a href=\"https://filament.ai\">Filament</a>, my views are my own and do not represent my employers in any way."
avatar = "/images/avatar.png" avatar = "/images/avatar.png"
mainSections = ["post"] mainSections = ["post","note","reply","like","repost"]
[[menu.main]] [[menu.main]]
name = "Home" name = "Home"
url = "/" url = "/"
weight = 1 weight = 1
[[menu.main]]
name = "Articles"
url = "/posts"
weight = 2
[[menu.main]] [[menu.main]]
name = "Tags" name = "Notes"
url = "/tags" url = "/notes"
weight = 2 weight = 3
[[menu.main]] [[menu.main]]
name = "About Me" name = "About Me"
url = "https://jamesravey.me" url = "https://jamesravey.me"
weight = 3 weight = 4
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 5
[[params.social]] [[params.social]]
name = "Twitter" name = "Twitter"