diff --git a/config.toml b/config.toml index 4c512d9..8aa2586 100644 --- a/config.toml +++ b/config.toml @@ -1,60 +1,57 @@ -baseURL = "https://culinary.kemonine.info" -disablePathToLower = false -languageCode = "en-us" -title = "KemoNine's Culinary Notebook" -theme = "gochowdown" -defaultcontentlanguage = "en" -paginate = 20 -canonifyurls = true -pygmentsstyle = "monokai" -pygmentscodefences = true -pygmentscodefencesguesssyntax = true -pygmentsOptions = "linenos=table" - -[permalinks] -posts = "/posts/:year/:month/:title" - -[outputs] - home = ["HTML", "RSS", "JSON"] - -[params] -author = "KemoNine" -description = "a confused culinary notebook" -keywords = "recipes" -favicon_32 = "/images/favicon-32x32.png" -favicon_16 = "/images/favicon-16x16.png" -hidecredits = false -hidecopyright = false -showNavTitle = true -custom_css = [ "style.css" ] - -#[[menu.main]] -#name = "Home" -#weight = 1 -#url = "/" - -[[menu.main]] -name = "By Category" -weight = 20 -url = "/category/" - -[[menu.main]] -name = "By Cuisine" -weight = 30 -url = "/cuisine/" - -[[menu.main]] -name = "By Tag" -weight = 40 -url = "/tags/" - -[[menu.main]] -name = "Notes" -weight = 99 -url = "/notes/" - -[taxonomies] -category = "category" -cuisine = "cuisine" -tag = "tags" +baseURL = "https://culinary.kemonine.info" +disablePathToLower = false +languageCode = "en-us" +title = "KemoNine's Culinary Notebook" +theme = "gochowdown" +defaultcontentlanguage = "en" +paginate = 20 +canonifyurls = true +pygmentsstyle = "monokai" +pygmentscodefences = true +pygmentscodefencesguesssyntax = true +pygmentsOptions = "linenos=table" + +[permalinks] +recipes = "/recipes/:title" +notes = "/notes/:title" + +[outputs] + home = ["HTML", "RSS", "JSON"] + +[params] +author = "KemoNine" +description = "a confused culinary notebook" +keywords = "recipes" +favicon_32 = "/images/favicon-32x32.png" +favicon_16 = "/images/favicon-16x16.png" +hidecredits = false +hidecopyright = false +showNavTitle = true +custom_css = [ "style.css" ] +mainSections = ["recipe", "recipes", "note", "notes"] + +[[menu.main]] +name = "By Category" +weight = 20 +url = "/category/" + +[[menu.main]] +name = "By Cuisine" +weight = 30 +url = "/cuisine/" + +[[menu.main]] +name = "By Tag" +weight = 40 +url = "/tags/" + +[[menu.main]] +name = "Notes" +weight = 99 +url = "/notes/" + +[taxonomies] +category = "category" +cuisine = "cuisine" +tag = "tags" note = "notes" \ No newline at end of file diff --git a/themes/gochowdown/layouts/notes/single.html b/themes/gochowdown/layouts/notes/single.html index 89f4c5a..7b094d2 100644 --- a/themes/gochowdown/layouts/notes/single.html +++ b/themes/gochowdown/layouts/notes/single.html @@ -4,6 +4,51 @@ {{ define "content" }}
Chef: - {{if .Params.authorurl }} - {{.Params.AuthorName}} - {{else}} - {{.Params.AuthorName}} - {{end}} - {{ if .Params.inspiration }} -
Inspiration & Resources
- {{ range .Params.inspiration }} -Chef: - {{if .Params.authorurl }} - {{.Params.AuthorName}} - {{else}} - {{.Params.AuthorName}} - {{end}} - {{ if .Params.inspiration }} -
Inspiration & Resources
+ {{ if .Params.inspiration }} +