- Copy the
.devcontainerfolder and theDockerfile. - Open the devcontainer in VScode.
- Open a new terminal and run
hugo new site . --force. - Add the blowfish theme with
git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blowfish. - Delete the auto-generated
hugo.tomlfile and copy all.tomlfiles fromthemes/blowfish/config/_defaultto your mainconfig/_default/folder. - Uncomment the highlighted lines in the new
config/_default/hugo.tomland happy editing runninghugo server!!
WIP
- For that, we will use
pandoc, an universal markup converter, that is already installed in the Docker container. - Open a new terminal on the root folder of the project, and run
pandoc --from=bibtex --to=csljson content/publications/publications.bib -o assets/publications.json, beingcontent/publications/publications.bibthe path where you have the.bibfile. Change it if needed. - A custom layout has been made, located at
layouts/_default/publications.htmlin this repository. Copy and modify as you need.