jpescador / hugo-future-imperfect

A ported theme with some extras for the Hugo static website engine
MIT License
309 stars 228 forks source link

RMD files rendering but not showing when using Future Imperfect (and FI Slim) in RStudio with blogdown #162

Open DiegoUsaiUK opened 5 years ago

DiegoUsaiUK commented 5 years ago

Expected Behavior

I followed the instructions provided in bookdown.org/yihui/blogdown/ to create a website using RStudio and bookdown with the FI template . The sample website renders OK and I can visualise that locally on my PC with both Chrome and Firefox. Unfortunately in both cases the sample Rmarkdown (.Rmd) file "2015-07-23-r-rmarkdown" that comes with the default content does not show anywhere.

Current Behavior

Interestingly, when I look at "Categories", the "R" category assigned to the sample Rmarkdown file shows up fine, as shown in the picture below... FI_RMD_issue_pc1

...but when I click on "R" nothing shows up! FI_RMD_issue_pc2

Possible Solution

Steps to Reproduce or Template with Error (for bugs)

Ive followed the steps in this blogpost (http://estebanmoro.org/post/2019-02-02-setting-up-your-blog-with-rstudio-and-blogdown-i-creating-the-blog/) under the section "Creating the blog"

    • installed the blogdown package in RStudio with install.packages("blogdown")
    • Open a new project in RStudio: File → New Project → New Directory → Website using Blogdown
    • paste "jpescador/hugo-future-imperfect" in the "Hugo theme" window
    • Hit the Create Project
    • run "blogdown::serve_site()" in the console, visualise the sample site in either Chrome or Firefox and check that everything is working fine.

Context

I'm trying to use the FI theme as it has many more facilities than the one I'm currently using (casper-two) but all of my projects and articles are in .Rmd format and I won't be able to transfer them.

Your Environment

Hugo Version: v0.59.0

Browser: Chrome & Firefox

Desktop or Mobile: Desktop

Link to your project: There is no link to a project as I've only tried it locally for now.