https://github.com/ahmadalli/public-notes
Documentation of my ideas, thoughts, and experiences.
https://github.com/ahmadalli/public-notes
blog documentation personal-blog
Last synced: 3 months ago
JSON representation
Documentation of my ideas, thoughts, and experiences.
- Host: GitHub
- URL: https://github.com/ahmadalli/public-notes
- Owner: ahmadalli
- License: cc-by-4.0
- Created: 2023-06-13T10:37:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-01T05:36:26.000Z (3 months ago)
- Last Synced: 2026-04-04T03:55:40.918Z (3 months ago)
- Topics: blog, documentation, personal-blog
- Language: TypeScript
- Homepage: https://publicnotes.io/
- Size: 36.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Public Notes
My public second brain — documentation of my ideas, thoughts, and experiences.
Published at [publicnotes.io](https://publicnotes.io).
## Development
Built with [Docusaurus 3](https://docusaurus.io/).
```shell
npm ci # install dependencies
npm start # local dev server
npm run build # production build (primary validation — fails on broken links)
```
Deployment is automated via GitHub Actions on push to `main`.
## Style
Prose linting is handled by [Vale](https://vale.sh) to enforce a consistent style across the documentation.