Source code for my personal website: about me, blog, projects, and CV. Happy reading!
- Built with blogdown and Hugo (v0.82.1) using the Hugo Apéro theme.
- Posts are written in
.Rmarkdownand knitted locally to.markdown; Netlify only runshugo, so the rendered.markdownmust be committed. - Pushing to
maindeploys automatically via Netlify. The domainmanuelrademaker.comis registered through Netlify with auto-renewal on.
blogdown::serve_site()The code used in my blog entries can be found in the code folder.
Raw data sitting next to a post (shapefiles, CSVs) is only needed for knitting and is excluded from the site via ignoreFiles in config.yaml.