https://github.com/he4et/oddsquat
My own private fanzine about experiments, code and other cyberpunk stuff
https://github.com/he4et/oddsquat
Last synced: about 2 months ago
JSON representation
My own private fanzine about experiments, code and other cyberpunk stuff
- Host: GitHub
- URL: https://github.com/he4et/oddsquat
- Owner: He4eT
- Created: 2024-01-14T21:01:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-04-15T16:53:59.000Z (2 months ago)
- Last Synced: 2026-04-15T17:32:55.524Z (2 months ago)
- Language: CSS
- Homepage: https://oddsquat.org
- Size: 9.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oddsquat
Oddsquat is my own private fanzine about experiments, code and other cyberpunk stuff.
## Conventions
- Descriptions should end with a period.
## 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`