https://github.com/plsr/notes-thing
Working notes
https://github.com/plsr/notes-thing
Last synced: about 1 year ago
JSON representation
Working notes
- Host: GitHub
- URL: https://github.com/plsr/notes-thing
- Owner: Plsr
- Created: 2024-04-27T10:11:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T07:19:29.000Z (about 2 years ago)
- Last Synced: 2025-04-23T04:13:24.797Z (about 1 year ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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