Sign inSign up

rbecheras/mkdocs-material

By rbecheras

Updated over 9 years ago

Mkdocs + Google Material Design Theme

Image
1

1.4K

rbecheras/mkdocs-material repository overview

Simple & Beautiful Static Site Generator

Mkdocs is a simple but powerful static site generator perfect for generating clean and browsable technical documentations from markdown files.

Mkdocs home page & documentation: https://www.mkdocs.org

This docker image provides a distribution of mkdocs bundled with Google Material Design as default theme.

Mkdocs is an open source software written in python under the MIT License.

Usage

$ docker run -it --rm \
  -p 8800:8800 \
  -v $(pwd):/data \
  -u ${UID} \
  -w /data \
  --name mkdocs \
  rbecheras/mkdocs-material \
  mkdocs serve -a 0.0.0.0:8800

Tag summary

Content type

Image

Digest

Size

308.1 MB

Last updated

over 9 years ago

docker pull rbecheras/mkdocs-material