Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c03694

Browse files
authored
Merge pull request #2 from rbind/develop
New post and housekeeping
2 parents cac36ad + b947c00 commit 8c03694

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+98941
-50291
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,5 @@ vignettes/*.pdf
6060

6161
# Local Netlify folder
6262
.netlify
63+
64+
/.quarto/

R/maintenance.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,17 @@ get_asset_unpkg <- function(package, version, file) {
2626

2727
# littlefoot.js -----
2828
# https://github.com/goblindegook/littlefoot/releases
29-
littlefoot_version <- "4.0.0-6"
29+
littlefoot_version <- "4.1.2"
3030

3131
get_asset_unpkg("littlefoot", littlefoot_version, "dist/littlefoot.js")
3232
get_asset_unpkg("littlefoot", littlefoot_version, "dist/littlefoot.css")
3333

3434
# Make chroma style ----
3535

3636
chroma_gen <- function(style = "monokai") {
37-
cmd <- glue::glue("hugo gen chromastyles --style={style} > static/css/syntax-{style}.css")
37+
cmd <- glue::glue(
38+
"hugo gen chromastyles --style={style} > static/css/syntax-{style}.css"
39+
)
3840
system(cmd)
3941
}
4042

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22

33
Just a blog.
44
Running on [Hugo](https://gohugo.io/) and [blogdown](https://github.com/rstudio/blogdown)
5+
6+
[Development preview](https://develop--blog-jemu.netlify.app/)

0 commit comments

Comments
 (0)