Skip to main content

Questions tagged [blogdown]

blogdown is an R package for creating websites based on R Markdown and Hugo

0 votes
1 answer
50 views

Hugo Website pages visible when locally served but not through github pages

I'm a relative novice using hugo, and I recently used the blogdown package to create a hugo website. I'm using the academic theme, which I forked from this github repository. While creating my content,...
Grant Foster's user avatar
1 vote
1 answer
17 views

Blogdown starting error and rmd render not working

I'm strugling to get blogdown with initial hugo theme working out of box. I have the following error when a new blogdown project with RStudio is created: Error in parse(n = -1, file = file, srcfile = ...
user319641's user avatar
0 votes
1 answer
104 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
  • 855
1 vote
2 answers
37 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,393
0 votes
0 answers
25 views

Error in install_hugo() : The Hugo version NA does not seem to exist

When I run blogdown::install_hugo(), there was error that the hugo version NA dose seem to exist. I have try to use install_hugo(version = 'the number of the hugo version'), but the same error was ...
CkShy's user avatar
  • 1
0 votes
2 answers
70 views

How do I remove the social widgets at the bottom of Projects in starter-academic hugo pages?

I have a wowchemy starter-academic website that I serve with blogdown via RStudio. I customized it and it works fine, but there is one thing I can't figure out how to change. At the bottom of each ...
lá'và's user avatar
0 votes
1 answer
41 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
35 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
  • 20.8k
1 vote
1 answer
241 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
  • 152
0 votes
0 answers
52 views

How to change font sizes in blogdown website?

I have a blogdown website using the Hugo Apero theme. I have tried downloading and changing the fonts listed (selecting larger sized font files) in the custom SCSS file in assets/, but this hasn't ...
Karthik Thrikkadeeri's user avatar
0 votes
0 answers
144 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
0 votes
0 answers
59 views

Hugo site via blogdown doesn't render stylesheet due to http/https protocol

[Added Docker tag since it looks like running rstudio in Docker is what's causing the issue described in my post] I recently posted about an issue I'm having rendering a stylesheet (deleting the old ...
Doug Fir's user avatar
  • 20.8k
2 votes
1 answer
80 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
181 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
111 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

15 30 50 per page
1
2 3 4 5
36