A personal site made from scratch! https://badblocks.dev
Find a file
badbl0cks 7dd61775b3
Switch to local Unscii font and begin work on new stylesheet
Remove Google Fonts and the old external stylesheet link. Add (inline for now)
@font-face rules for unscii fonts and new link/p/ul styles, and set the
root font to unscii16. Minor UI tweaks: style the skip link background,
remove the "Tools" nav item for now, fix the contact page title and link
markup, and replace the homepage copy with an "Under Construction"
message.
2026-01-27 15:18:10 -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 Switch to local Unscii font and begin work on new stylesheet 2026-01-27 15:18:10 -08:00
src Switch to local Unscii font and begin work on new stylesheet 2026-01-27 15:18:10 -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