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%
Find a file
2025-08-23 07:37:07 +02:00
src projects: add ddp and simpleSpaceApi 2025-08-23 07:37:07 +02:00
tools gh.release: ignore the build 2025-08-22 07:05:36 +02:00
.gitignore gh.release: ignore the build 2025-08-22 07:05:36 +02:00
package-lock.json Add rss-generator 2021-10-09 16:19:21 +05:00
package.json package.json: add release task 2024-01-15 00:01:34 +01:00
README.md convention: period in the descriptions 2025-05-08 06:02:56 +02:00
site.config.js nanogen: init 2020-10-30 00:13:55 +05:00

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