rbind / robinlovelace

Robin Lovelace's website
http://robinlovelace.net
6 stars 3 forks source link

robinlovelace

This is the source code of my website. I plan to store notes on how to use it here.

New talk:

hugo new  --kind event event/ogh23
cp -Rv content/event/qmul-2022 content/event/ogh23
file.edit("content/event/modeshift-2022/index.md")
blogdown::install_hugo()

# new blog post:
blogdown::new_post(title = "2022-reflections", ext = ".Rmd")

blogdown::new_content(path = "software/index.Rmd")

# serve site
blogdown::serve_site()

To update publications run:

pip3 install academic==0.5.1
# academic import --bibtex static/bibs/robin-lovelaces-publications.bib
academic import --bibtex static/bibs/robin-lovelaces-publications.bib --over