In this post I recored how I set up this blog using the Hugo Academic Themes and R blogdown.
-
blogdown::new_site()
-
Setup Academic themes following steps at https://sourcethemes.com/academic/docs/
- Adjust layout of the home page
- Update core parameters of the website at config/_default/params.toml file.
- Update the bibliography information located at content/authors/admin/_index.md. By default, you can update your information into the superuser admin, but …