-
### System details
```
> devtools::session_info()
Session info ------------------------------------------------------------------------
setting value
version R versio…
yihui updated
5 years ago
-
Hi there,
it was working before on my old Mac, I have a new Mac and now it gives me this error.
```r
blogdown::serve_site()
Building sites … ERROR 2018/10/02 11:22:49 Error while rendering "pa…
-
currently we build off of tagged releases. The tagged releases are helpful because it tells us what the material was at the time we taught it, but it is problematic to build off of them because underl…
-
Hi Yihui and Team
For my use case I'm trying to create a new site with the Docdock theme:
```r
blogdown::new_site(theme = "vjeantet/hugo-theme-docdock")
```
After this code:
```r
Warning…
-
This question was asked on [StackExchange](https://stackoverflow.com/questions/50322490/rstudio-blogdown-adding-permalinks-to-config-toml-in-academic-theme-appears-t) but got zero replies in two days.…
-
Hi,
I try to get blogdown running on EC2:
The preview works:
> blogdown::serve_site()
But deploy not:
> blogdown::build_site()
I get an empty page:
http://ec2-13-59-94-130.us-east-2.com…
-
Error while rendering "home": template: theme/index.html:18:11: executing "theme/index.html" at
-
I've been using this theme for one of my personal Hugo-based websites. I just upgraded the submodule oI had of this theme from d6a5676 to `master` and found that running `hugo build` via the [`blogdo…
-
After updating several files – including blogdown and your theme – I noticed a very strange behavior. At first I couldn't determine the origin but after a rollback it turned out that with the version …
-
Hi,
I'm using the` hugo-creative-theme` and I would like to use the "Get started!" Button in the About section as a download button to my cv.pdf located in /public/img.
Since I couldn't find an…