Go to file
Radar231 1f7f5e4032 updated info for starbug 2024-04-14 09:18:17 -04:00
docs updated info for starbug 2024-04-14 09:18:17 -04:00
overrides/partials initial checkin 2023-11-10 20:29:26 -05:00
.gitignore initial checkin 2023-11-10 20:29:26 -05:00
README.md added reference links to readme 2023-11-10 21:20:52 -05:00
mkdocs.yml initial checkin 2023-11-10 20:29:26 -05:00

README.md

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 .