Skip to content

OmerShubi/omershubi.github.io

Repository files navigation

My Website

This repository holds the source files for my personal website omershubi.github.io.

The website is published with Wowchemy and based on the Hugo Academic Theme.

Editing

  • Change favicon in assets/media/icon.png

  • Add icons in assets/media/icons/

  • Update personal info in content/authors/admin/_index.md

  • Add pulications in content/publication. See upload options and specific format in the docs. Basically:

    conda activate academic
    academic import --bibtex data/publications.bib

    Then edit the generated files in content/publication/ to add pdfs, links, etc.

  • Update website name in config/_default/config.yaml.

  • Update site settings, including footer in config/_default/params.yaml.

Additional documentation: