(we are switching to a new theme,
don't worry if things look different for a while!)

Site Navigation

Plans

Massive Wiki Roadmap
Pier2Pier
Massive Wiki Builder redesign

For Testing

wiki link test page
Mistletoe parser test page
Mistletoe & the ampersand story

Edit on GitHub


markpub setup notes

2024-12-16, 2024-12-20: FIRST REQUIREMENTS:

pip install --upgrade pip
pip install markpub

NOTE: these steps assume that only one directory of Markdown documents is being set up. TODO: create steps to install markpub to initialize several separate document collections

git init
git add .
git commit -m "initial commit"
git branch -M main
git remote add origin https://github.com/band/repository-name.git
git status
git push -u origin main
markpub init directory-name