]> git.otsuka.systems Git - cotsuka.github.io/commit
remove tailwind, improve content collection types
authorCameron Otsuka <cameron@otsuka.haus>
Thu, 19 Jun 2025 19:29:58 +0000 (12:29 -0700)
committerCameron Otsuka <cameron@otsuka.haus>
Thu, 19 Jun 2025 19:29:58 +0000 (12:29 -0700)
commit676a2a894681ed19807581c6e52fd60caca1d65b
treef25c96431369d606899330a8a28365e3dcc6d7eb
parent7096e74ca80f9dc87580b57cee5a03d1805babf7
remove tailwind, improve content collection types
31 files changed:
astro.config.mjs
bun.lock
data/contributions.json [deleted file]
data/metadata.json
data/socials.json [deleted file]
package.json
src/components/footer.astro
src/components/head/article.astro
src/components/head/base.astro
src/components/heading.astro
src/components/metadata.astro [new file with mode: 0644]
src/components/navigation.astro
src/components/posse.astro [deleted file]
src/components/ui/callout.astro
src/components/ui/figure.astro
src/components/youtube.astro
src/content.config.ts
src/layouts/base.astro
src/pages/articles/[date]-[id].astro
src/pages/articles/index.astro
src/pages/bitcoin.astro
src/pages/feed.xml.ts
src/pages/index.astro
src/pages/links/[date]-[id].astro
src/pages/links/index.astro
src/pages/reviews/[date]-[id].astro
src/pages/reviews/index.astro
src/styles/global.css [deleted file]
src/styles/reset.css [new file with mode: 0644]
src/styles/style.css [new file with mode: 0644]
tsconfig.json