Open eyarzebinski opened 4 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.
I'm using your theme to create a blog in RStudio. When creating posts using
.Rmd
and usingblogdown::build_site()
andserve_site()
, the posts do not appear on the front page but they are in thecontent/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:
Any help is appreciated, thank you!