Skip to content

ajaust/mkdocs-poster-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkdocs-poster-tutorial

This README briefly explains what software needs to be installed and where to find further documentation

Installing dependencies

The mandatory requirements for the tutorial are mkdocs and the mkdocs-material theme. This includes some dependencies such as Pygments and pymdown-extensions. This might be available via your package manager, but the packages might be old.

  1. Install pip for python3
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py --user
  1. Install needed packages (List might be incomplete)
pip3 install --user mkdocs mkdocs-material Pygments pymdown-extensions

The optional dependencies are:

  • ffmpeg: Encoding/decoding videos
  • asciinema: Small videos of your terminal
sudo apt-get install ffmpeg asciinema

Documentation

Quickstart

Create page: mkdocs serve. You can check your homepage in a browser. The URL is usually http://127.0.0.1:8000/ Edit files: mkdocs.yml and docs/index.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages