Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattdeboard/svelte-blog
https://github.com/mattdeboard/svelte-blog
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattdeboard/svelte-blog
- Owner: mattdeboard
- Created: 2021-11-17T21:26:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T02:45:24.000Z (almost 3 years ago)
- Last Synced: 2024-04-17T09:52:31.304Z (7 months ago)
- Language: Svelte
- Size: 1.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.