Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kav2k/enhancer-symposium
https://github.com/kav2k/enhancer-symposium
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kav2k/enhancer-symposium
- Owner: kav2k
- Created: 2022-11-27T21:17:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T17:24:08.000Z (2 months ago)
- Last Synced: 2024-12-08T01:40:23.930Z (about 2 months ago)
- Language: HTML
- Size: 191 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Static website for EnhanceR Symposium 2024
To generate, use 11ty:
```
npx @11ty/eleventy
```For development, use watch/serve mode:
```
npx @11ty/eleventy --serve
```Final site is at `_site`, deploy where needed.