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

https://github.com/plsr/notes-thing

Working notes
https://github.com/plsr/notes-thing

Last synced: about 1 year ago
JSON representation

Working notes

Awesome Lists containing this project

README

          

# Notes

My working notes. They're rough by design.

## How it works

- content goes into the `content` folder, in the `.md` format
- `lib/convert.js` reads the content folder, converts every `.md` file to `.html` and writes it to the `dist` folder, using the `util/base.html` file as a template (might actually need this later on)

## TODO

- [ ] Add metadata
- [ ] Tagging system
- [ ] Folders
- [ ] Shared styling between content and index page
- [ ] Deleted files are not deleted from generated html
- [x] Add a proper index.html that list all files as links
- [x] Add github actions to publish this on Github Pages