This repository is for all of my notes related to a Curse of Strahd campaign that I am a player in. I take my notes in Obsidian, and this repository is mostly handled by the Obsidian Github Publisher plugin, so check the documentation for that plugin if you want to create your own.
The easiest way to view the notes is to visit the gh-pages site associated with this repository here.
As this is a repository for a single instance of a campaign, I am not expecting much, if any, contribution, but issues are welcome.
To run the blog locally, you need to install the requirements and run mkdocs serve
.
cd publish_blog pip install -r requirements.txt mkdocs serve
A tip: You can use a conda environment here (or a venv, but I prefer conda). Just use this command:
conda create -n Publisher python=3.11
conda activate Publisher
Run this command just before running pip install
.