Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 995 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 995 Bytes

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