π‘ Welcome to My Homelab
This is a placeholder post to test the features of my new blog powered by Hugo and the PaperMod
theme.
I like :
- Chicken
- Sausage
- Oranges
- Potatoes
- Pasta
- Beer
- Squid
- Doritos
- Banana
- Kiwi
π§± Markdown Elements
Headers
# H1
## H2
### H3
Lists
Unordered
- Docker
- Proxmox
- Kubernetes
Ordered
- Build homelab
- Break homelab π
- Fix it and learn
β Checkboxes
- Installed Hugo
- Added PaperMod theme
- Created this test post
- Sync with Obsidian vault
π Links
Check out PaperMod on GitHub
π¬ Blockquote
βSimplicity is the ultimate sophistication.β β Leonardo da Vinci
π‘ Inline Code
Use docker compose up -d
to start your stack.
π§βπ» Code Blocks
# A bash snippet
sudo apt update
sudo apt install hugo
# A YAML snippet
version: '3'
services:
blog:
image: nginx:alpine
ports:
- "80:80"
// A Go snippet (because Hugo is written in Go)
func main() {
fmt.Println("Hello, Hugo!")
}
πΈ Image
π Directory Tree
myblog/
βββ config.toml
βββ content/
β βββ posts/
β βββ hello-world.md
βββ themes/
βββ PaperMod/
Thanks for stopping by! π