The website is built with Hugo, which is the academic template.
Wowchemy is the theme used.
- 👉 Get Started
- 📚 View the documentation
- 💬 Chat with the Wowchemy community or Hugo community
- 🐦 Twitter: @wowchemy @GeorgeCushen #MadeWithWowchemy
- 💡 Request a feature or report a bug for Wowchemy
- ⬆️ Updating Wowchemy? View the Update Guide and Release Notes
- Git LFS
- [Netlify CLI](npm install netlify-cli -g)
- Hugo Academic CLI - Automatically import publications from BibTeX
How to write a post
To create a post,
-
You will need to create a folder with the post name and post date, e.g.
2022-01-01-title-of-post
. In the folder, create an index file,index.md
. This is the link to the template here. This is the template of an index file. Make sure to use the metadata correctly. -
If you want to add a featured image at the top, you have to place the image in the folder, and it needs to be a PNG. The optimal size of the image is 720 ( width ) x 250 px ( height ).
How to create a page not visible on navigation bar
How to update Publications site with .bib file
- Export BiBTex file from Zotero, and import it into the rcodi-blog directory.
- Install academic library if you haven't installed it first from command -
pip3 install -U academic
- Process the bibtex file from command -
academic import --bibtex publications.bib
- You will see new publications created in the content/publication directory.
- Commit new changes and push.
More information can be found here