Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gamesrightmeow/gamesrightmeow.github.io


https://github.com/gamesrightmeow/gamesrightmeow.github.io

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Run locally

`npm run serve`

# Tag guide

- `page` = one off web pages (about, consulting, etc)
- `project` = project pages
- `featured-project` = projects that are featured on consulting page
- `garden` = garden posts
- `hide-recently-tended` = hides post from recently planted widgets
- `hide-recently-planted` = hides post from recently tended widgets

# Dates
`tended` and `planted` dates must be in ISO UTC format `YYYY-MM-DD[T]HH:mm:ss.SSS[Z]`, or `iso` if `Insert Date String (jsynowiec.vscode-insertdatestring)` extension.

Googling `date in iso utc` will return the current date in the correct format (UTC).

# Notes
- Regen favicon files at https://realfavicongenerator.net/
- Debug build time `set DEBUG=Eleventy:Benchmark* & npm run serve`