LASP website built using Hugo Blox theme for Research Groups.
- Install Hugo, see here.
- Install python (required by publication), see here
- Choose a editor, see here
- Edit.
- Git commit and push your changes.
- The deployment is done by the an GitHub workflow .github/workflows/gh-pages.yml. So, It is automatically done when do a git push. It can also be done from the actions section.
To create the publication folder, you should run the update_publication.sh
to like below.
sh scripts/update_publication.sh # only once
hugo server
- hugo-blox theme documentation: https://docs.hugoblox.com/
- hugo-blox theme blocks: https://docs.hugoblox.com/getting-started/page-builder/
- hugo-blox theme starter for research group: https://github.com/HugoBlox/theme-research-group
- hugo-blox academic cli to produce pages from bib: https://github.com/hugo-blox/hugo-academic-cli
- hugo static site tool documentation: https://gohugo.io/documentation/>