site/readme.md
g_it 3565dd7e5d
Some checks failed
lint / runner / vale (push) Has been cancelled
Lint / MegaLinter (push) Has been cancelled
.
2026-03-18 11:31:16 +01:00

1 KiB
Executable file

Site

GSAP Markdown CSS Jinja Docker Shell

This repo contains the files for maintaining my personal website: gugulet.hu and is built using the Zensical static site generator.

Setup steps

  1. Clone the repo and enter the directory: git clone git:git.gugulet.hu/g_it/site.g_it; cd site
  2. Setup the virtual environment: python3 -m venv .venv
  3. Activate the virtual environment: source .venv/bin/activate
  4. Install all the packages: pip install -r requirements.txt
  5. Activate direnv: direnv allow