|
1 month ago | |
---|---|---|
.github | 2 months ago | |
.gitpod | 1 month ago | |
docs | 1 month ago | |
prod | 1 year ago | |
.gitignore | 1 year ago | |
.gitpod.yml | 1 month ago | |
CONTRIBUTING.md | 1 month ago | |
Dockerfile | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 month ago | |
contribution-template.md | 2 months ago | |
docker-compose.yml | 2 months ago | |
mkdocs.yml | 2 months ago | |
requirements.txt | 1 year ago |
This repository contains the backend for the Self-Hosted podcast wiki.
docker-compose up
Then open your browser to http://localhost:8000
Sometimes, you just want to output the HTML into a directory, rather than use the development server.
docker-compose run wiki build
The site will then be output into the site/
directory.
The file contribution-template.md
has been provided as a sample and possible starting point. It is located along with this README
file. Feel free to copy and use the template.