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

Site Navigation

Home
Search
All Pages
Recent Changes

Plans

Massive Wiki Roadmap
Pier2Pier
Massive Wiki Builder redesign

For Testing

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

For Fun

The Walrus

Edit This Page Clicking 'Edit This Page' opens this page on github.com. You can edit, and save changes, if you are a contributor to the repository. Close the edit page to return to this one.


How to set up and use a Massive Wiki

2024-03-15: some notes to scope the work needed to put a Massive Wiki into practice


What are the pre-requisites for using Massive Wiki?

  1. Familiar with Markdown formatting of text files
  2. Some experience using git and Github

What are the basic steps to getting a Massive Wiki working?

  1. Gather the Markdown files to be worked on and shared into a folder (this folder can contain subfolders)
  2. Establish this folder as a git repository that is hosted on Github (use massive-wiki-publishing-kit Github repository template?)
  3. Share this repository with collaborators and establish practices to support sharing the document work (writing, reviewing, editing, etc.) (You probably already know how to work together. Using git is best with some rules of practice.)

What are the steps needed to publish the documents on the Web?

  1. Install and configure Massive Wiki Publishing Kit
    • install web theme basso
    • set web site configuration properties in mwb.yaml
  2. Set up an account on a web-hosting service such as Netlify
  3. Configure Netlify to rebuild your website when the Github repository content is updated.

Pages that link to this page