atomicpapa / wiki

The official Wiki of the selfhosted.show Podcast.

Home Page:http://selfhostedshow.github.io/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

selfhostedshow/wiki

CI Status Badge

This repository contains the backend for the Self-Hosted podcast wiki.

Usage

Add the following line to your mkdocs.yml:

theme:
  name: 'material'

Mount the folder where your mkdocs.yml resides as a volume into /docs:

  • Start development server on http://localhost:8000

    docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material

  • Build documentation

    docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material build

  • Deploy documentation to GitHub Pages (don't do this in docker)

    mkdocs gh-deploy --clean

For detailed installation instructions and a demo, visit http://squidfunk.github.io/mkdocs-material/

About

The official Wiki of the selfhosted.show Podcast.

http://selfhostedshow.github.io/wiki

License:GNU General Public License v3.0