Skip to content

Commit 34dcbf7

Browse files
committed
Update post
1 parent 8a48b00 commit 34dcbf7

File tree

7 files changed

+1099
-3
lines changed

7 files changed

+1099
-3
lines changed

.Rprofile

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ options(
1010
# to automatically serve the site on RStudio startup, set this option to TRUE
1111
blogdown.serve_site.startup = FALSE,
1212
# to disable knitting Rmd files on save, set this option to FALSE
13-
blogdown.knit.on_save = TRUE
13+
blogdown.knit.on_save = TRUE,
14+
blogdown.method = "markdown"
1415
)
1516

1617
# fix Hugo version

README.Rmd

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,15 @@ file.edit("content/event/modeshift-2022/index.md")
3030
blogdown::install_hugo()
3131
3232
# new blog post:
33-
blogdown::new_post(title = "testing-valhalla", ext = ".Rmd")
33+
blogdown::new_post(title = "tartu2024", ext = ".Rmd")
3434
3535
blogdown::new_content(path = "software/index.Rmd")
3636
3737
# serve site
3838
blogdown::serve_site()
39+
40+
# build site
41+
blogdown::build_site()
3942
```
4043

4144
To update publications run:

config/_default/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ related:
6969
security:
7070
_merge: deep
7171
sitemap:
72-
_merge: deep
72+
_merge: deep
Loading

content/post/2024-07-23-professorship/index.Rmd

+364
Large diffs are not rendered by default.

content/post/2024-07-23-professorship/index.html

+364
Large diffs are not rendered by default.

content/post/2024-07-23-professorship/index.qmd

+364
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)