Source repository for guerz.lol — a personal developer portfolio, dev log, and living build archive, served via GitHub Pages.
guerz.lol documents a self-taught, in-public path toward full-stack web development. The site itself is the artifact: every page is either a working demonstration of a concept just learned, or a log of the process getting there.
- Portfolio — coursework builds, cold builds, and interactive CSS/JS demonstrations
- Dev log — a running record of what's been learned, in the order it was learned
- Living document — pages are revised in place as skills improve; nothing here is "finished and frozen"
| Layer | Tool |
|---|---|
| Hosting | GitHub Pages |
| DNS | Porkbun |
| Forms | Formspree (GuerzBook guestbook) |
| Persistence | localStorage (GuerzBook entries, theme preference) |
| Fonts | Platypi, Space Grotesk, Recursive, IBM Plex Mono |
| No build step | Static HTML/CSS/JS — no framework, no bundler |
index.html → home
playbook.html → learning roadmap
fcc-build-archive.html → freeCodeCamp curriculum builds
sandbox.html → interactive CSS/JS concept demos (Sandbox)
about.html → about page
styles.css → single site-wide stylesheet
theme.js → day/night toggle
guerzbook.js → guestbook logic
projects.js → build archive interactivity
sitemap.xml / robots.txt → SEO
Nav order (top and footer) is: about → playbook → fcc build archive → sandbox → blogguerz (external).
--peach: #e8b48f /* day accent */
--lavender: #b3a8cc /* night accent */
--cream: #fdf5ee /* day background */
--ink: #17131f /* deep purple-black, night background */
--panel: #221d2dBrand mark: lowercase double-story {g} set in Platypi (weight 666), inside a hexagonal badge.
No build tooling required — this is a static site.
git clone https://github.com/gitguerz/gitguerz.github.io.git
cd gitguerz.github.io
open index.html # or serve with any static file serverChanges to main deploy automatically via GitHub Pages.
guerz.lol is registered through Porkbun, but DNS is managed and proxied through Cloudflare — the zone handles A/CNAME records, mail routing (MX + SPF/DKIM/DMARC), SSL cert validation, and Worker routes pointing guerz.lol and www.guerz.lol at gitguerz.github.io.
Personal project. Code is visible for learning-in-public purposes; not licensed for reuse.
Site voice, design system, and roadmap are documented separately — this README covers the repository itself.