update config file
Deploy Website / build (push) Failing after 16s
Details
Deploy Website / build (push) Failing after 16s
Details
This commit is contained in:
parent
68b2a8832b
commit
7f0d831f6a
|
@ -37,14 +37,18 @@ unsafe= true
|
||||||
|
|
||||||
avatar = "/images/avatar_small.png"
|
avatar = "/images/avatar_small.png"
|
||||||
|
|
||||||
favicon = "/images/favicon.png"
|
favicon = "/images/avatar_small.png"
|
||||||
|
|
||||||
mainSections = ["post","note","reply","like","repost","bookmark", "watch"]
|
copyright = "James Ravenscroft"
|
||||||
|
|
||||||
|
recentSections = ["posts"]
|
||||||
|
|
||||||
|
mainSections = ["posts","notes","reply","like","repost","bookmark", "watch"]
|
||||||
|
|
||||||
[Author] # Used in authorbox
|
[Author] # Used in authorbox
|
||||||
name = "James Ravenscroft"
|
name = "James Ravenscroft"
|
||||||
bio = "James is an NLP and Machine Learning specialist and software generalist, currently CTO at Filament and previously an IBMer"
|
bio = "James is an NLP and Machine Learning specialist and software generalist, currently CTO at Filament and previously an IBMer"
|
||||||
avatar = "img/avatar.png"
|
avatar = "/images/avatar.png"
|
||||||
|
|
||||||
|
|
||||||
[Params.Logo]
|
[Params.Logo]
|
||||||
|
@ -55,7 +59,7 @@ unsafe= true
|
||||||
list = "right" # Configure layout for list pages
|
list = "right" # Configure layout for list pages
|
||||||
single = false # Configure layout for single pages
|
single = false # Configure layout for single pages
|
||||||
# Enable widgets in given order
|
# Enable widgets in given order
|
||||||
widgets = ["search", "recent", "categories", "taglist", "social", "languages"]
|
widgets = ["search", "recent", "types", "categories", "taglist", "social", "languages"]
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Home"
|
name = "Home"
|
||||||
|
@ -63,7 +67,7 @@ url = "/"
|
||||||
weight = 1
|
weight = 1
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Posts"
|
name = "Blog Posts"
|
||||||
url = "/posts"
|
url = "/posts"
|
||||||
weight = 2
|
weight = 2
|
||||||
|
|
||||||
|
@ -73,11 +77,6 @@ name = "About Me"
|
||||||
url = "/pages/about"
|
url = "/pages/about"
|
||||||
weight = 3
|
weight = 3
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Web Activity"
|
|
||||||
url = "/webfeed"
|
|
||||||
weight = 4
|
|
||||||
|
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "My Work"
|
name = "My Work"
|
||||||
|
|
Loading…
Reference in New Issue