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
2024-07-27 03:14:09 +02:00
src posts: initial post: typo 2024-07-27 03:14:09 +02:00
tools tools: rss: update entries 2024-07-17 07:32:16 +02:00
.gitignore .gitignore: update 2024-01-14 22:19:12 +01: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 Update README.md 2024-07-19 14:13:28 +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.

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