Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/selfhostedshow/wiki

The official Wiki of the selfhosted.show Podcast.
https://github.com/selfhostedshow/wiki

hacktoberfest wiki

Last synced: 4 days ago
JSON representation

The official Wiki of the selfhosted.show Podcast.

Awesome Lists containing this project

README

        

[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/selfhostedshow/wiki)

# selfhostedshow/wiki

![CI Status Badge](https://github.com/selfhostedshow/wiki/workflows/Test/badge.svg)

This repository contains the backend for the [Self-Hosted](https://selfhosted.show) podcast wiki.

## Usage

### Start development server

`docker-compose up`

Then open your browser to http://localhost:8000

### Build documentation

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.

### Contribution Template

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.