Allowing the annoying LinkedIN bot to scan the site.
Some checks are pending
lint / runner / vale (push) Waiting to run
Lint / MegaLinter (push) Waiting to run

This commit is contained in:
g_it 2026-04-01 23:47:53 +02:00
commit b6976c28d2
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
6 changed files with 101 additions and 7 deletions

28
skills.md Normal file
View file

@ -0,0 +1,28 @@
# Site
Personal portfolio website for gugulet.hu. Showcases three domains: Words, Visuals, and Technical.
## Stack
- Python 3.13 / Zensical (static site generator)
- Jinja2 templates
- GSAP / ScrollTrigger (animations)
- Markdown content with YAML frontmatter
- CSS with custom properties and clamp() sizing
- Docker / Caddy (production)
- Vale (prose linting)
- terser / clean-css-cli (minification)
## Skills
- Static site generation with Zensical/MkDocs
- Jinja2 templating and template inheritance
- GSAP scroll-driven animations with pinned timelines
- Responsive typography with viewport units and clamp()
- Per-section font strategies (serif, mono, display)
- Post-build asset minification (CSS, JS, HTML)
- Multi-stage Docker builds
- Caddy web server configuration
- GitHub Actions CI/CD (linting pipelines)
- SEO and robots/sitemap management
- Content protection (right-click/copy prevention)