radar231.com/README.md

738 B

Markdown source for radar231.com

References

Info

  • This is the markdown source for the radar231.com website. It uses MkDocs and Material for MkDocs.

  • MkDocs is installed into a python virtual environment (venv). Then mkdocs-material and mkdocs-rss-plugin are installed into the mkdocs venv using the venv pip binary.

$ cd $HOME/bin/venv
$ python -m venv mkdocs
$ cd mkdocs
$ ./bin/pip install mkdocs
$ ./bin/pip install mkdocs-material
$ ./bin/pip install mkdocs-rss-plugin
$ cd $HOME/bin
$ ln -s venv/mkdocs/bin/mkdocs .