An open API service indexing awesome lists of open source software.

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

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`