nanxstats / hugo-tanka

📝 A minimalist, text-oriented, and performant theme for Hugo/blogdown.
https://nanx.me/hugo-tanka/
GNU General Public License v3.0
83 stars 38 forks source link

Posts not appearing on homepage #3

Open eyarzebinski opened 4 years ago

eyarzebinski commented 4 years ago

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!

nanxstats commented 3 years ago

@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.