AakLak
March 30, 2018, 3:56am
1
Source: https://github.com/AakLak/aaklak-blog
Theme I’m using: https://github.com/spf13/hyde
Live version showing theme default text in sidebar, local version is not.
Running on localhost, sidebar shows my edits:
Same source running on server (Netlify), is showing the theme’s default sidebar:
The words “An elegant open source and mobile first theme for hugo made by @mdo . Originally made for Jekyll.” don’t even appear in my source, so not sure what’s going on.
Thank You
Looks like it is expecting a description in your config.toml params -
… but I don’t see one here:
# pygmentsUseClasses = true
# pygmentCodeFences = true
pygmentsStyle="monokai"
#disqusShortname = "XXX"
#googleAnalytics = "XXX"
[blackfriday]
hrefTargetBlank = true
extensions = ["hardLineBreak"]
[Params]
subtitle = ""
logo = "img/aaklak-logo.png"
favicon = "img/favicon.ico"
dateFormat = "January 2, 2006"
commit = false
rss = true
comments = true
# gcse = "012345678901234567890:abcdefghijk" # Get your code from google.com/cse. Make sure to go to "Look and Feel" and change Layout to "Full Width" and Theme to "Classic"
#[[Params.bigimg]]
1 Like
AakLak
March 30, 2018, 4:10am
3
RickCogley:
description
Bingo, that did the trick, thank you.
Still getting used to Hugo , amazing community!
1 Like