Francesco's Home Page
Go to file
francesco 55678bb1e4
continuous-integration/drone Build was killed Details
Update new employer
2022-04-27 20:56:52 +02:00
assets/scss/pages fix mobile 2021-05-29 23:52:53 +02:00
content Update new employer 2022-04-27 20:56:52 +02:00
drone checking an other combo 2021-05-31 19:31:52 +02:00
layouts fix mobile 2021-05-29 23:52:53 +02:00
static/img add image to about 2021-05-30 01:07:25 +02:00
themes Copy builded site 2021-05-30 20:06:56 +02:00
.gitignore add theme to gitignore 2021-06-05 18:56:24 +02:00
.gitmodules add codex theme and initial content 2021-05-27 21:05:41 +02:00
Dockerfile delete comented code 2021-05-31 19:42:20 +02:00
README.md add codex theme and initial content 2021-05-27 21:05:41 +02:00
config.toml Update config 2021-05-28 00:47:01 +02:00

README.md

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