Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.08 KB

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: