Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattdeboard/svelte-blog


https://github.com/mattdeboard/svelte-blog

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# What is this?

This is the source code for my static blog which is currently hosted at . It is a rewrite of my [original blog](https://github.com/mattdeboard/mattdeboard.net).

## Notes for myself

### How does it work?

1. I write a blog post in markdown
2. I save it under `src/posts////.md`
3. `npm run build`
4. `wrangler publish`

### Is `npm run build` idempotent?

Yes, and it should stay that way. This is mostly down to keeping [the build script](./scripts/build.sh) idempotent.