Skip to main content

All Questions

Tagged with
4 votes
1 answer
69 views

Using Swift as custom engine in knitr and including all previous content

Backrgound I'm working on a R Mardkown document which I'm renderring using the knitr package. The document uses Swift as a custom enginge. I'm defining the Swift engine as follows: ```{r, setup, eval=...
Konrad's user avatar
  • 18.8k
0 votes
0 answers
37 views

Blogdown::serve_site is failing

I'm relatively new to blogdown and am trying to preview my site. I've done this before, but it stopped working recently. Here's what I'm seeing: > install.packages("blogdown") WARNING: ...
Mohamad Moslimani's user avatar
3 votes
3 answers
112 views

How to change the global date format?

In a newly created Hugo Apéro blog, all posts and elements in the site have their date in the following format: "November 1, 2024". Is there a way to change all dates to a different format? ...
Bastián Olea Herrera's user avatar
0 votes
1 answer
126 views

"About" page not working when using a fresh hugo apero build

I followed the exact same instruction as described here: https://hugo-apero-docs.netlify.app/start/setup/ Everthing works, I can stage, commit and push from within R Studio to GitHub. Now I want to ...
Stefan's user avatar
  • 905
1 vote
2 answers
57 views

Change blogdown rss template

I know there are many similar questions, but none so far worked for me, please read the question before flagging as duplicate. I created a site with the Rstudio addins that the blogdown package ...
snaut's user avatar
  • 2,662
0 votes
1 answer
49 views

baseURL is changing after build_site()

When using Academic theme and building using blogdown in Rstudio, the baseurl is not preserved. My menu items link to https://heima.hafro.is/#experience instead of https://heima.hafro.is/~jim/#...
jimken's user avatar
  • 117
1 vote
1 answer
58 views

Cannot get a toc with Rmd using blogdown

I'm attempting to add a table of contents to a blogdown page using yaml. Read this post before posting. Also read through docs. Within rstudio if I create a new project and choose the new blogdown ...
Doug Fir's user avatar
  • 21.5k
1 vote
1 answer
395 views

In Hugo/blogdown academic theme: How does one show full lists of posts, publications, and talks?

How does one display the whole list of publications, talks, etc. shown in the latest yaml based hugo/blogdown academic-theme? instead of default = abbreviated list of five publications with a link to &...
shizzle's user avatar
  • 190
0 votes
0 answers
272 views

RStudio-install blogdown: ERROR: dependencies ‘httpuv’, ‘servr’ are not available for package ‘blogdown’

I've tried installing from the repositories with no success. I've tried the solutions in this question thread. No luck. So I found the offending packages' zip files in my tmp folder, moved them to ...
user86874's user avatar
2 votes
1 answer
117 views

Unable to create new posts with Hugo and blogdown

I am struggling to create new posts via blogdown. Everytime I attempt to create a new post, I get the following message: Loading required package: shiny Listening on http://127.0.0.1:4451 Warning in ...
starship9's user avatar
1 vote
1 answer
255 views

How can I create a new post in blogdown with a .Rmd extension?

I'm trying to create an R Markdown file using the function blogdown::new_post("my new post"), but it always creates a straight markdown file with a .md extension. In the RStudio addin there ...
Claire Furney's user avatar
2 votes
1 answer
160 views

Fixing broken relative links in RSS feed for blogdown posts using Hugo

Overall, the topic of my question is an old one: how to fix image paths to be absolute in RSS feed. As @Yihui notes, this is mostly a Hugo problem, not a blogdown problem, and is a problem everyone ...
Claudiu Papasteri's user avatar
1 vote
2 answers
340 views

How can I fix the Jekyll error "Liquid Exception: Invalid Date:..." when building my hugo-apero website using blogdown?

When I build my hugo-apero website in GitHub, I get the following error: Liquid Exception: Invalid Date: '{}' is not a valid datetime. in /_layouts/default.html ERROR: YOUR SITE COULD ...
layal's user avatar
  • 195
0 votes
1 answer
105 views

How to display my chart from highcharter package correctly in my blogdown site? website available

I have a website that I created using the R package blogdown, which in turn is built on the Hugo framework. This website allows me to post R markdown files. The issue is the following: I need the ...
capital97's user avatar
0 votes
0 answers
32 views

No image shown after inserting image using Blogdown Addins 'insert image' and remind me to download the image everytime I refresh the page

I tried to insert image following the tutorial, but it doesnt work out. I insert image in the pop-up window from Addins 'Insert Image', it does copy the image to content/post/2023-02-03-new-post/...
Eye of the Storm's user avatar

15 30 50 per page
1
2 3 4 5
26