Skip to content

Opinionated collection of articles, films, podcasts and other artefacts related to the climate crisis.

Notifications You must be signed in to change notification settings

jnsprnw/climate-blog

Repository files navigation

Artefacts of a Burning World

Opinionated collection of articles, films, podcasts and other artefacts related to the climate crisis.

This is the source code of the website climate.jonasparnow.com.

It’s a work in progress.

This blog is built with SvelteKit and Tailwind. Special attention was paid to minimal size, accessibility and web standards. The CMS for this blog is Pocketbase because of its lightness. It runs on Pockethost.io. The page itself is hosted on Cloudflare Pages.

Data fetching

Fetch the content from Pocketbase:

make fetch

Developing

Once you've created a project and installed dependencies with bun install start a development server:

bun run dev

Building

To create a production version of your app:

npm run build