Welcome
Hello and welcome to my homelab documentation site!
I’ve been wanting to start this site to host knowledge, documentation, and proof of concept surrounding cybersecurity, server administration, PowerShell, and well… I guess anything, really.
How its hosted…
I’m hosting this using Github Pages with help of a static site generator; in this case, Jekyll.
I also chose to use a theme called Chirpy since, well, it looks great. Support for dark mode? Let’s go.
Content to be published…
- Labs related to offensive/defensive security
- Server administration stuff
- Active Directory stuff
- PowerShell scripts
- Food recipes?
A quick note about code blocks…
1
Javascript
1
console.log('hello world!');
Yaml
1
2
3
4
5
6
7
8
9
name: 'push-remote'
on:
push:
branches:
- master
paths-iignore:
- .gitignore
- .README.md
- LICENSE
Bash
1
sudo apt update && sudo apt upgrade
Here’s to hoping I continue with this journey.