mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 12:27:23 +00:00
My own private fanzine about experiments, code and other cyberpunk stuff
https://oddsquat.org
- CSS 73%
- JavaScript 10.3%
- EJS 9.5%
- HTML 6%
- Shell 1.2%
| src | ||
| tools | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| site.config.js | ||
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].mdgit 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