Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.22 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.22 KB

deploy

Curse of Strahd Notes

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 Notes

The easiest way to view the notes is to visit the gh-pages site associated with this repository here.

Contributing

As this is a repository for a single instance of a campaign, I am not expecting much, if any, contribution, but issues are welcome.

Creating a local copy

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.