Skip to content

About

About RGBwiki


  • This project is aimed at being a public resource, as well as an aggregate of the knowledge I have gained throughout my time in the field of Cyber and IT (as broad and buzzwordy of a statement as that is).
  • Unfortunately, I'm starting this project a couple years late, meaning some subjects are much less documented than others.

Wiki Usage


  • Another intent is for this repository to able to be utilized and interacted with as easily as possible; whether it be via the public facing website, via a personal Obsidian vault, or via a locally hosted MkDocs instance.

Usage via the Website

Usage via Obsidian

  • (1) Download the repository from GitHub.
# Clone Me
git clone https://github.com/tylerdotrar/RGBwiki
  • (2) Open the repository as a Vault in Obsidian.

Pasted image 20231014224324.png

  • (3) Profit.

Pasted image 20231017133015.png

Usage via a Local MkDocs Instance

  • (1) Download the repository from GitHub.
# Clone Me
git clone https://github.com/tylerdotrar/RGBwiki
  • (2) Install the MkDocs dependencies.
pip install -r requirements.txt
  • (3) Serve the vault locally on port 8000.
# From within the root RGBwiki directory
mkdocs serve

# Windows systems might require this syntax
python -m mkdocs serve

Pasted image 20231014230226.png
(Ignore the warning messages. They stem from my implementation of a custom home page.)