blogdown Questions

20

Solved

I'm running a static blogdown site and deploy it on Netlify. I source files on GitHub, Hugo builds the site, and Netlify deploys it. Netlify reports that the site is live (deploy log enclosed at th...
Kutaisi asked 8/6, 2018 at 2:0

2

Solved

I read this post and the blogdown documentation, but I can't seem to find a relevant answer for my case. EDIT: I found this blog post describing a workaround using build_site(method="custom&qu...
Thebaine asked 22/6, 2020 at 6:48

3

Solved

1. An amount between $5 and $10. 2. An amount between \$5 and \$10. 3. An amount between \\$5 and \\$10. Please include the code chunk above in a blogdown .Rmd file, and make sure your Hugo th...
Misesteem asked 15/7, 2020 at 13:19

3

Solved

Documentation for Bootswatch suggests I can use a dropdown menu from a tab in a tabset: How can I achieve this with Rmarkdown? I've tried: # SECTION 1 {.tabset .tabset-fade} ## Section 1.1 #...
Fairminded asked 13/5, 2017 at 18:6

1

Solved

I've been following the instructions here to install the R blogdown package and get my new site running. When I get to the step where I run serve_site(), I get the following error message: Launchi...
Daughterinlaw asked 21/12, 2021 at 0:6

2

I am using blogdown and kakawait/hugo-tranquilpeak-theme to write a plain markdown blog post. When I add images with the shortcode option tag such as {{< image classes="fancybox right clear" s...
Picoline asked 29/9, 2017 at 12:48

3

Solved

I am using R blogdown package to create my personal website. I am basing it on the hugo-academic theme (code here) I would like to add a "working papers" section to the publications. In my discipl...
Hula asked 27/12, 2017 at 15:15

1

I attempt to bring the following blog style blogdown::new_site(theme = "shenoybr/hugo-goa") to r-bloggers. Following How do I get my blogdown blog on R-Bloggers? seems to be outdated. A n...
Freelance asked 25/12, 2020 at 10:29

0

I saw in the html_document help page an easy-way to customize the anchor style by adapting the anchor-section class. This works well for individual Rmd documents. I would like to know how to achiev...
Succubus asked 16/12, 2020 at 18:39

2

Solved

I'm creating a blog with blogdown in which I compare code from R and code from Stata. I would like to show both codes so that the user can compare how it's done in R and in Stata. Howewer, putting ...
Wilburn asked 28/12, 2019 at 13:21

2

Solved

Background: I am featuring a blog built on @YihuiXie's R package blogdown. Problem: When I render_site(), all source files (*.Rmd) are rendered - even the unchanged source files are re-reendere...
Sappington asked 28/5, 2018 at 11:31

1

Solved

I am trying to create a website using R Blogdown Hugo-Academic theme. Typically, I would create a website by running the following commands: blogdown::new_site(theme = 'gcushen/hugo-academic') blog...
Tizes asked 3/9, 2020 at 15:54

2

Solved

I'm building a post using blogdown with the theme hugo-tranquilpeak-theme. Is there a way which I can change the width of the rendered page ? I have an example here: It seems me too narrow. Cou...
Chairwoman asked 25/4, 2019 at 0:9

2

Solved

I generate my blog using blogdown, but when I have tried to submit it to R-Bloggers it is not accepted because my feed returns the following error: This XML document is invalid, likely due to inva...
Decapolis asked 26/2, 2018 at 21:20

1

Solved

I can create a new blogdown site utilizing the default hugo-lithium theme and the text statement below will not render as a LaTeX equation, which is the behavior I expect. An amount between $5 and ...
Corruption asked 16/7, 2020 at 4:23

2

Solved

How can I add a favicon to by blogdown website? I am using the minimal theme. I tried adding the line in the config.toml favicon = imgPath and I also attemped to move 'favicon.ico' to the static fo...
Backwoods asked 28/1, 2018 at 20:43

2

Solved

I have a hugo-academic website (methods101.com) that has been working well for last year. I just went to edit some pages and I've started getting a new error. The code that seems to be creating...
Turne asked 19/2, 2020 at 2:12

1

I am using blogdown 0.14 with a slightly modified hugo-lithium theme. It seems that the home page of the blog created has changed. It used to be a page with the toc of the posts, not it is a page...
Dewayne asked 16/8, 2019 at 16:34

1

Solved

Suppose I have an older post in contents/post/2019-04-29-old-post.Rmd and I want to link to it from a new rmarkdown post. Is there any way to do it without using the hardcoded url of the live site ...
Archaeology asked 1/5, 2019 at 1:29

2

Solved

kable(head(mtcars) %>% kable_styling(bootstrap_options = c("striped", "hover")) A normal R Markdown document, utilizing a kable table (see above), is quite striking and looks like this: Ho...
Topper asked 27/3, 2019 at 18:55

3

Solved

I am creating a web using RStudio and HUGO, by means of the Blogdown package. When serving the site locally in RStudio, it seems to be rendered properly. All the files are created within the folder...
Craze asked 3/3, 2019 at 18:58

0

I'm not sure how to troubleshoot the error in creating a new post on my blogdown project, https://github.com/ssp3nc3r/ssp3nc3r.github.io using the new post addin, which occurs whether I set the ...
Bodwell asked 17/10, 2018 at 15:56

3

Solved

I've added a couple of blogposts to my blogdown/netlify backed site today: https://github.com/brainstorm/brainblog/blob/master/content/brainstorm/2018-03-12-umccr-arteria.md https://github.com/br...
Driver asked 12/3, 2018 at 5:33

1

Solved

Since I did not use git clone to install the Hugo academic theme with R blogdown, and since I use my own git repository to manage the entire blogdown directory structure (which includes theme) it s...
Puffery asked 23/7, 2018 at 12:37

1

I would like to remove the date from a post without having to manually delete from the html from the public folder after running blogdown::build_site(). I have a post called Gallery which has the ...
Only asked 13/7, 2018 at 10:42

© 2022 - 2025 — McMap. All rights reserved.