Skip to content

freakydude/freakydude.github.io

Repository files navigation

Published

You can find that site under

https://blog.freakydu.de

Clone, build and run source

Clone Source

git clone https://github.com/freakydude/freakydude.github.io

Init PaperMod submodule

git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
git submodule update --init --recursive

Build and run hugo server

  • With installed hugo packages

    hugo serve
  • With docker-compose

    docker-compose up server