fr.r4o/README.md

548 B

fr.r4o

Homepage of Francesco made with ❤️ and HUGO

Installation guide

On Arch Linux you can Install HUGO and HUGO-extenden for Sass/SCSS support like this

paru -S hugo-extended

Install theme

Follow this guide for installing Codex-Hugo-Theme

Developing with Docker

We can use the HUGO Docker from klakegg/hugo to develop localy.

Run the Container as a Server

docker run --rm -it \
  -v $(pwd):/src \
  -p 1313:1313 \
  klakegg/hugo:0.83.1 \
  server