A personal site made from scratch! https://badblocks.dev
Find a file
badbl0cks 0350a4b8e3
Modularize CSS; add reset, theme and fonts
Introduce reset.css and theme.css and refactor style.css
to import them via layers; add Unscii font files and preload links.
Add RSS XSL/CSS and a css-test page; remove legacy snes.min.css.
Tweak BaseLayout and contact layout (preloads, grid gaps). Rename index.astro to parallax.astro and
created new basic index page. Improve input styles and contact form placeholders
2026-02-01 10:08:58 -08:00
.vscode Initial commit from Astro 2025-12-19 14:06:51 -08:00
db Add support for cap, a pow captcha, and implement on contact form 2026-01-06 20:50:30 -08:00
public Modularize CSS; add reset, theme and fonts 2026-02-01 10:08:58 -08:00
src Modularize CSS; add reset, theme and fonts 2026-02-01 10:08:58 -08:00
.dockerignore docker image building and docker compose support 2026-01-06 08:08:12 -08:00
.gitignore work on porting over contact form from old site, also added initial db support 2026-01-06 08:07:19 -08:00
.prettierrc.mjs Add contact actions and migrate contact form to Astro actions 2026-01-22 14:04:27 -08:00
astro.config.mjs More progress but need to fully refactor into Astro action and take advantage of 2026-01-19 18:10:33 -08:00
bun.lockb Switch to Cap invisible widget, add form drafts to middleware, and improve OTP 2026-01-27 09:49:06 -08:00
docker-compose.yml docker image building and docker compose support 2026-01-06 08:08:12 -08:00
Dockerfile docker image building and docker compose support 2026-01-06 08:08:12 -08:00
package.json Switch to Cap invisible widget, add form drafts to middleware, and improve OTP 2026-01-27 09:49:06 -08:00
tsconfig.json Add contact actions and migrate contact form to Astro actions 2026-01-22 14:04:27 -08:00