Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Aggregate of my offensive (Red), DevOps (Green), and defensive (Blue) knowledge in the form of an Obsidian Vault hosted by an mkdocs-material Github Pages site.

License

Notifications You must be signed in to change notification settings

tylerdotrar/RGBwiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGBwiki

Aggregate of my offensive (Red), DevOps (Green), and defensive (Blue) knowledge in the form of an Obsidian Vault hosted by an mkdocs-material Github Pages site.

RGBwiki

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 a Local Obsidian Vault

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

  • (3) Profit.

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

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

About

Aggregate of my offensive (Red), DevOps (Green), and defensive (Blue) knowledge in the form of an Obsidian Vault hosted by an mkdocs-material Github Pages site.

Resources

License

Stars

Watchers

Forks