Deploying Zola (part 1) on Apache 2.4

Domenge published on
5 min, 918 words

Motivation

For fun I want to host my portfolio site on a homebrew FreeBSD server running iocage jails. This portfolio site (the one you are reading now) is intented to present some of my explorations in computer science and by the side getting me hired.

For tuning up the site, a development copy must run on my desktop machine, a FreeBSD (13.0-RELEASE) + KDE plasma (5.22). So I installed zola on FreeBSD.

Motivation

I - Installation on the development computer (desktop)

1 - Zola installation on FreeBSD

dc@kahlo /u/h/dc> pkg search zola
zola-0.15.2                    Fast static site generator
dc@kahlo /u/h/dc> sudo pkg install zola

2 - Visual Studio Code installation

dc@kahlo /u/h/dc> pkg search vscode
vscode-1.63.2                  Visual Studio Code - Open Source ("Code - OSS")
dc@kahlo /u/h/dc> sudo pkg install vscode
Read More
#