Skip to content

n0mn0m/n0mn0m.github.io

Repository files navigation

BurningDaylight

Source repo for my content at burningdaylight.io. Content maintained using Obsidian and published using Obsidian Publish mkdocs.

Serving locally

  1. git clone the repo

  2. Set up a project venv

    python3 -m venv venv

  3. Source the venv

    Update pip pip install -U pip after the first activation, and as needed after.

  4. Install requirements

    pip install -r requirements.txt

  5. Serve the docs

    mkdocs serve

Full steps assuming python3 is installed, but no venv setup

python3 -m venv venv
source ./venv/bin/activate
pip install -U 
pip install -r requirements.txt
mkdocs serve

About

burningdaylight.io

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published