The Hugo theme for my blog at https://michal.paluchowski.com.
Clone the repository to your /themes
directory, ie.
$ cd /your/hugo/site
$ git clone https://github.com/mpaluchowski/hugo-mpaluchowski-2019 themes/mpaluchowski-2019
Build the SASS files from /assets/css
:
$ sass --no-source-map --style=compressed --update assets:assets
Then tell Hugo to render your site with the theme:
$ hugo --theme=mpaluchowski-2019