GitHub - mr-karan/notes: Collection of my byte sized notes on programming and other random topics.

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

notes

Collection of my byte sized notes on programming and other random topics.

Local Setup

To preview the site locally:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
make run

Workflow

I write these notes in Obsidian and use Material for Mkdocs with a bunch of extensions and plugins to publish them at notes.mrkaran.dev.

About

Collection of my byte sized notes on programming and other random topics.

Topics

Resources

Readme

License

MIT license

Activity

Stars

40 stars

Watchers

3 watching

Forks

6 forks

Releases

No releases published