Questions tagged [blogdown]

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

The blogdown package is an open-source (GPL-3) R package to create blogs and websites based on R Markdown and the static site generator Hugo. The full documentation is at https://bookdown.org/yihui/blogdown.

526 questions
0
votes
1 answer

Add template for taxonomies to Blogdown default theme

I seek to add tags and categories to the default blogdown theme (hugo-lithium theme). As a first step, config.toml is configured to include Categories and Tags links in the theme's main menu: [[menu.main]] name = "Categories" url =…
John Williams
  • 75
  • 1
  • 1
  • 8
0
votes
1 answer

Add modal images?

Is it possible to add modal images to a blog post? In case is relevant, I'm using the Vimux/Mainroad theme.
Ignacio
  • 7,646
  • 16
  • 60
  • 113
0
votes
2 answers

Commiting to github from R Studio

I am trying to create a website using the R package blogdown. Just have a little problem here. After these functions, library(blogdown) new_site() I tried to commit the folders to Github (have a look) I don't get anything after pressing "Commit".…
user7426583
0
votes
1 answer

Resize a plot generated in R in a web page generated by blogdown to different screen size

Antecedent 1: A static hugo page generated by the blogdown R package. Antecedent 2: A blog post created from a rmarkdown document with R plots. Question: Some way to resize a plot produced by a chunk of R code in a rmarkdown post when I open the…
Cristóbal Alcázar
  • 1,153
  • 14
  • 26
0
votes
1 answer

hugo-academic theme in blogdown: how to always show social/academic icons on about widget

I was able to create a (static) web site with blogdown R package using hugo-academic theme. I have also customised several things around, but I'm struggling with a couple of points I'm not able to solve. The social/academic icons related to…
0
votes
1 answer

writing draft blog posts without the new_post() function

I'm trying to write a blog using blogdown. However, I may be drafting three or four posts at any given time without a firm date to release any of them. I certainly don't want any of them showing on my public site. How can I start these posts within…
Dov Chelst
  • 46
  • 1
0
votes
1 answer

About theme (hugo-academic) in blogdown

I am trying to install hugo-academic theme in blogdown. Within my site directory I ran R and installed with blogdown::install_theme("gcushen/hugo-academic") After installing I edited the config.toml file as shown below: baseurl = "/" relativeurls…
Suman Khanal
  • 3,079
  • 1
  • 17
  • 29
-1
votes
1 answer

Why is my blogdown website not updating despite working locally?

I'm trying to update a project website using hugo via blogdown through R and RStudio. I'm making edits to the Tweet embedded on the front page as well as the people on the committee page. All of the updates work fine when I run the page locally with…
adkane
  • 1,429
  • 14
  • 29
-1
votes
1 answer

OK to update hugo?

I am running a 2 year old version of the Hugo academic theme with blogdown. The latest version of hugo on Ubuntu 19.10 repos is 0.58. The newest version is 0.65 if downloaded from the Hugo website. Is updating a good idea for my use on .Rmd and…
Frank Harrell
  • 1,954
  • 2
  • 18
  • 36
-1
votes
1 answer

Hugo + Blackburn: reading time is not displayed

Is there any change in the usage of readingTime parameter in config.toml for displaying the reading time of the posts? [params] # Shown in the home page dateFormat = "02 Jan 2006, 15:04" # Show estimated reading time for posts? readingTime…
Prradep
  • 5,506
  • 5
  • 43
  • 84
-1
votes
1 answer

blogdown rss feed broken, links don't have domain name

I set up a blogdown site following instructions from https://bookdown.org/yihui/blogdown/ repository on Github, deployed via Netlify, using the XMin theme. After setting it up I updated the rss feed details on feedburner to the xml file from the…
novica
  • 655
  • 4
  • 11
-1
votes
1 answer

blogdown::newsite() not working

I am simply trying to library(blogdown) blogdown::install_hugo() blogdown::new_site() This is the error that comes up: 'C:\Users\nicknaue\AppData\Roaming\Hugo\hugo.exe" new site ".' is not recognized as an internal or external command, operable…
nak5120
  • 4,089
  • 4
  • 35
  • 94
-1
votes
1 answer

Google chrome truncating blog site

I have a static webpage created through R's blogdown and Hugo.It's working fine, mostly, except for some very peculiar behaviour on Chrome (but not iPhone chrome, or any other browser I've tried [firefox, safari]). you can see the culprit…
-1
votes
1 answer

Hugo theme similar to bookdown.org?

I am building a website using Hugo and wondering if there is any theme link this one: https://bookdown.org/yihui/blogdown/
Tue Nguyen
  • 73
  • 1
  • 6
-1
votes
1 answer

blogdown: how to add social media sharing to blog post view (default theme)?

Social media sharing of blog posts is, by definition, done within the individual blog post view. Each social media site has unique javascript to be called when the their share icon is clicked. Upon execution, a social media-specific window will…
John Williams
  • 75
  • 1
  • 1
  • 8
1 2 3
35
36