Skip to content

RCODI/rcodi-blog

Repository files navigation

Key information about static website

The website is built with Hugo, which is the academic template.

Wowchemy is the theme used.

Ecosystem

Analytics

Additional Setup

Website specific instructions

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

  1. Export BiBTex file from Zotero, and import it into the rcodi-blog directory.
  2. Install academic library if you haven't installed it first from command - pip3 install -U academic
  3. Process the bibtex file from command - academic import --bibtex publications.bib
  4. You will see new publications created in the content/publication directory.
  5. Commit new changes and push.

More information can be found here