1.1 KiB
Executable file
1.1 KiB
Executable file
Site
This repo contains the files for maintaining my personal website: gugulet.hu and is built using the Zensical static site generator.
Setup steps
- Clone the repo and enter the directory:
git clone git:git.gugulet.hu/g_it/site.g_it; cd site - Setup the virtual environment:
python3 -m venv .venv - Activate the virtual environment:
source .venv/bin/activate - Install all the packages:
pip install -r requirements.txt - Activate direnv:
brew install direnv; direnv allow