This is built using http://www.catalog.style/
We use the standalone version of catalog as documented here: https://docs.catalog.style/installation/standalone
- Open a Terminal
cd the/path/to/catalog/folder- run one of the following two commands:
npx http-serverorpython -m SimpleHTTPServer - Check the output of the above command, it will tell you something about a port
- Open a Browser and go to
localhost:8080where you replace8080with whatever the above command told you about a port number
- Add the markdown file at the appropriate place in
/pagesfolder - Add the page configuration in
index.htmlfile. See the already existing ones for examples