This repo contains the files for maintaining my personal website ⇢ gugulet.hu
  • CSS 61.9%
  • JavaScript 15.1%
  • Shell 11.2%
  • Python 5.7%
  • HTML 5.3%
  • Other 0.8%
Find a file
g_it 49a4500bb7
Some checks failed
lint / runner / vale (push) Has been cancelled
Lint / MegaLinter (push) Has been cancelled
.
2026-04-02 00:02:27 +02:00
.checks Add doc-detective test and remove sitemap from build. 2026-02-18 14:13:44 +01:00
.github/workflows Fixed partials and overrides. Added analytics and meta blocks to header. 2026-02-02 20:38:05 +01:00
.vale Updating griffe to test. 2026-03-16 12:21:07 +01:00
content . 2026-04-02 00:02:27 +02:00
.envrc Moving folder locally. NAS is not it for dev. 2026-03-18 11:26:59 +01:00
.vale.ini Allowing the annoying LinkedIN bot to scan the site. 2026-04-01 23:47:53 +02:00
CLAUDE.md . 2026-04-02 00:02:27 +02:00
Dockerfile Going for max minify for css, js, and html. 2026-03-15 00:48:10 +01:00
minify.py Level 2 minification for CSS. 2026-03-15 13:40:44 +01:00
readme.md Allowing the annoying LinkedIN bot to scan the site. 2026-04-01 23:47:53 +02:00
requirements.txt Allowing the annoying LinkedIN bot to scan the site. 2026-04-01 23:47:53 +02:00
skills.md . 2026-04-02 00:02:27 +02:00
zensical.toml Remove section menu in Resume. 2026-03-14 22:41:29 +01:00

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