Skip to content

rbind/robinlovelace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

225d0c9 · Feb 21, 2025
Dec 31, 2020
Dec 30, 2020
Aug 26, 2022
Jul 24, 2024
Feb 21, 2025
Dec 12, 2023
Aug 26, 2022
Jan 1, 2022
Feb 21, 2025
Jan 5, 2025
Aug 26, 2022
Dec 30, 2020
Jul 24, 2024
May 11, 2022
Aug 26, 2022
Jan 20, 2025
Aug 27, 2023
Aug 26, 2022
Dec 30, 2020
Aug 26, 2022
Dec 30, 2020

Repository files navigation

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