Skip to content

mpaluchowski/hugo-mpaluchowski-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpaluchowski 2019 Hugo Theme

The Hugo theme for my blog at https://michal.paluchowski.com.

Installation

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