mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
Update README.md
This commit is contained in:
parent
04448751e1
commit
448f5795d8
1 changed files with 29 additions and 0 deletions
29
README.md
Normal file
29
README.md
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
# Oddsquat
|
||||||
|
|
||||||
|
Oddsquat is my own private fanzine about experiments, code and other cyberpunk stuff.
|
||||||
|
|
||||||
|
## New Post Internal Checklist
|
||||||
|
|
||||||
|
### Content
|
||||||
|
|
||||||
|
- Create `src/pages/posts/[year]/[name].md`
|
||||||
|
- Compose the post
|
||||||
|
- Commit the post
|
||||||
|
- Check the post content
|
||||||
|
|
||||||
|
### Format
|
||||||
|
|
||||||
|
- `npm run tool:linter src/pages/posts/[year]/[name].md`
|
||||||
|
- `git add -p` + commit
|
||||||
|
- Check the post format
|
||||||
|
|
||||||
|
### Preview on the Web
|
||||||
|
|
||||||
|
- `./tools/gh.release.sh`
|
||||||
|
|
||||||
|
### Publishing
|
||||||
|
|
||||||
|
- Update `src/pages/posts.md`
|
||||||
|
- Update `tools/rss-entries.js`
|
||||||
|
- `npm run tool:rss-generator`
|
||||||
|
- `./tools/gh.release.sh`
|
||||||
Loading…
Add table
Add a link
Reference in a new issue