Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjenaro/e11ty-collected-notes
e11ty starter hooked up with collected notes.
https://github.com/cjenaro/e11ty-collected-notes
Last synced: 5 days ago
JSON representation
e11ty starter hooked up with collected notes.
- Host: GitHub
- URL: https://github.com/cjenaro/e11ty-collected-notes
- Owner: cjenaro
- Created: 2020-07-23T00:59:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T23:02:03.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T19:38:21.588Z (3 months ago)
- Language: HTML
- Size: 613 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# e11ty-collected-notes
e11ty starter hooked up with collected notes.
Read more about it [here](https://collectednotes.com/jenaro/collected-notes-as-a-cms)
If you want these template to show your own notes just
```
npx degit https://github.com/jenaro94/e11ty-collected-notes/ my-dir
cd my-diryarn
yarn devnpm install
npm run dev
```On the _data folder change the URL to point wherever you'd like
```
axios.get('https://collectednotes.com/.json')
```