Content update
This commit is contained in:
parent
358854e6fa
commit
2c8890ee55
17 changed files with 146 additions and 15 deletions
|
|
@ -1,17 +1,18 @@
|
|||
# Welcome to MkDocs
|
||||
---
|
||||
title: Home
|
||||
icon: material/home
|
||||
hide:
|
||||
- toc
|
||||
---
|
||||
|
||||
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
|
||||
This site is where I’ve started documenting everything I do in my homelab. It covers a mix of IT topics—from home networking to cloud stuff—and anything else I’ve found worth keeping track of.
|
||||
|
||||
## Commands
|
||||
Lately, I’ve been trying to stay more organized with both tech and day-to-day processes, and this is just one more way to keep things dialed in.
|
||||
|
||||
* `mkdocs new [dir-name]` - Create a new project.
|
||||
* `mkdocs serve` - Start the live-reloading docs server.
|
||||
* `mkdocs build` - Build the documentation site.
|
||||
* `mkdocs -h` - Print help message and exit.
|
||||
### Here for Plex?
|
||||
|
||||
## Project layout
|
||||
[Click here to start setting up your streaming app.](plex/user-guide/index.md)
|
||||
|
||||
mkdocs.yml # The configuration file.
|
||||
docs/
|
||||
index.md # The documentation homepage.
|
||||
... # Other markdown pages, images and other files.
|
||||
## A Note About Privacy
|
||||
|
||||
Fear not—my tinfoil hat’s on tight. This site has no cookies, no external tracking. If you pop open dev tools, you’ll see everything is served statically from this domain. That means no Google fonts, no sneaky scripts—nothing tracking what pages you visit.
|
||||
Loading…
Add table
Add a link
Reference in a new issue