Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-karan/notes
Collection of my byte sized notes on programming and other random topics.
https://github.com/mr-karan/notes
mkdocs mkdocs-material
Last synced: about 2 months ago
JSON representation
Collection of my byte sized notes on programming and other random topics.
- Host: GitHub
- URL: https://github.com/mr-karan/notes
- Owner: mr-karan
- License: mit
- Created: 2020-12-07T03:32:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T06:04:15.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T08:19:05.011Z (4 months ago)
- Topics: mkdocs, mkdocs-material
- Language: Makefile
- Homepage: https://notes.mrkaran.dev/
- Size: 1.53 MB
- Stars: 35
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - mr-karan/notes - Collection of my byte sized notes on programming and other random topics. (Makefile)
README
# notes
Collection of my byte sized notes on programming and other random topics.
## Local Setup
To preview the site locally:
```bash
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
make run
```## Workflow
I write these notes in [Obsidian](https://obsidian.md/) and use [Material for Mkdocs](https://squidfunk.github.io/mkdocs-material/) with a bunch of extensions and plugins to publish them at [notes.mrkaran.dev](https://notes.mrkaran.dev).