Skip to content

maxdoom-com/my-mkdocs-template

Repository files navigation

My mkdocs template

Installation

python3 -m venv env
env/bin/pip install -r requirements.txt
env/bin/pip install --editable custom_fences # if you want to use the custom_fences

If you don't want to use custom fences disable this config part in the mkdocs.yml config file:

markdown_extensions:
  - pymdownx.superfences:
      custom_fences:
        - { name: plain, class: plain, format: !!python/name:custom_fences.plain }

Building the HTML

./build-docs.sh

Building the SVGs

./build-svgs.sh

Running the development server

./run.sh

About

my template for mkdocs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published