(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


MWB to NXC upgrade notes

2024-10-20

python3 -m venv venv
source venv/bin/activate
--extra-index-url https://test.pypi.org/simple/
nxc
(venv) $ pip install -r requirements.txt
(venv) $ nxc init /file/path/to/existing/mwb-directory
 $ nxc init /Users/band/Documents/myWiki 
Enter the website title: My Wiki
Enter the author name(s): Me, the unpaid anderbill
Enter Git repository url: github.com/band/myWiki
git add .gitignore
git add netlify.toml netlify-prior.toml .nxc/
git commit -m "nxc initialization"
git push

TODO: specify the details on building the website using GitHub Pages and Actions

TODO: document information about default website theme, and how it may be customized.