Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gamesrightmeow/gamesrightmeow.github.io
https://github.com/gamesrightmeow/gamesrightmeow.github.io
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gamesrightmeow/gamesrightmeow.github.io
- Owner: GamesRightMeow
- Created: 2018-02-05T20:47:50.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T02:51:31.000Z (about 2 months ago)
- Last Synced: 2024-11-13T03:32:04.477Z (about 2 months ago)
- Language: Liquid
- Size: 35.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`