hugo-tanka
hugo-tanka copied to clipboard
Posts not appearing on homepage
I'm using your theme to create a blog in RStudio. When creating posts using .Rmd and using blogdown::build_site() and serve_site(), the posts do not appear on the front page but they are in the content/post folder. Accessing that, I can see the .Rmd files and HTML files are there (you can view it here: https://github.com/eyarzebinski/ChickenScratch/tree/master/content/post).
When running it in RStudio, I get the following warnings:
Start building sites …
WARN 2020/09/30 20:43:49 found no layout file for "HTML" for kind "section": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2020/09/30 20:43:49 found no layout file for "HTML" for kind "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2020/09/30 20:43:49 found no layout file for "HTML" for kind "term": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2020/09/30 20:43:49 found no layout file for "HTML" for kind "term": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2020/09/30 20:43:49 found no layout file for "HTML" for kind "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2020/09/30 20:43:49 found no layout file for "HTML" for kind "term": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2020/09/30 20:43:49 found no layout file for "HTML" for kind "term": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2020/09/30 20:43:49 found no layout file for "HTML" for kind "term": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2020/09/30 20:43:49 Page.RSSLink is deprecated and will be removed in a future release. Use the Output Format's link, e.g. something like:
{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}
Any help is appreciated, thank you!
@eyarzebinski -thanks for using the theme. This might be an issue caused by the Hugo version updates. To address these issues, I have rewritten the theme from ground up using Bootstrap 4 while still keeping the original look. Please try it out.