mr-karan / notes

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

Home Page:https://notes.mrkaran.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://notes.mrkaran.dev/

License:MIT License


Languages

Language:Makefile 69.5%Language:HTML 30.5%