FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ahmadalli/public-notes: Documentation of my ideas, thoughts, and experiences. · GitHub

Repository files navigation

Public Notes

My public second brain — documentation of my ideas, thoughts, and experiences.

Published at publicnotes.io.

Development

Built with Docusaurus 3.

npm ci           # install dependencies
npm start        # local dev server
npm run build    # production build (primary validation — fails on broken links)

Document URL commands:

npm run check:document-urls     # normal validation of document IDs, canonical URLs, and aliases
npm run verify:redirects        # verify generated legacy redirects after a build
npm run assign-uids -- --capture-aliases  # completed one-time migration; do not repeat

New documents need a unique uid, slug: /d/<uid>, and aliases: []. Existing URL frontmatter is permanent.

Deployment is automated via GitHub Actions on push to main.

Style

Prose linting is handled by Vale to enforce a consistent style across the documentation.

About

Documentation of my ideas, thoughts, and experiences.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL