Documentation for the projects and setups of lnorg.
Find a file
2023-08-16 23:32:17 +02:00
docs Final one for the night 2023-08-16 23:32:17 +02:00
.gitignore Added a lot of pages 2023-08-16 23:13:16 +02:00
mkdocs.yml Converted all Git wiki pages to mkdocs 2023-08-16 23:26:07 +02:00
README.md Updated README 2023-08-16 22:44:11 +02:00

Void-desktop

Guides and configuration files of my desktop Void install.

To begin go to the wiki!

Prerequisites

Install mkdocs through pip:

# xbps-install -Sy python3-devel python3-pip
$ pip install mkdocs mkdocs-material

This will put an executable in ~/.local/lib/python3.11/site-packages/mkdocs/__main__.py

I would recommended creating an alias for using it. For example:

alias mkdocs="python ~/.local/lib/python3.11/site-packages/mkdocs/__main__.py"

Building

Build the website through:

$ mkdocs build

And preview it with:

$ mkdocs serve

This will host the website locally on http://127.0.0.1:8000/.