Skip to content
forked from mr-karan/notes

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

License

Notifications You must be signed in to change notification settings

Aexmuxomor/notes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 69.5%
  • HTML 30.5%