Skip to content

AntoniosBarotsis/antoniosbarotsis.github.io

Repository files navigation

My Personal Website

github pages

Created with Zola using the Terminimal.

Running Locally

Make sure you have Zola installed.

git clone https://github.com/getzola/zola.git
cd zola
cargo install --path .
zola --version

After cloning the repo, make sure you install the submodules with

git submodule update --init --recursive

Run: zola serve --drafts to serve the file at http://localhost:1111/.

The webpage is updated automatically through Github Actions.