Skip to content

Commit

Permalink
Customization Pass 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Podrock committed Jan 23, 2024
1 parent 7717e2c commit d86900a
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 14 deletions.
2 changes: 2 additions & 0 deletions docs/blog/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Area for Broom Bloggins

14 changes: 1 addition & 13 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# Welcome to The Broom's Wiki
# The Broom Home

You can visit out website at [thebroom.us](https://thebroom.us).

## Commands

* `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.

## Project layout

mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
1 change: 1 addition & 0 deletions docs/safety.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# The Safety Info
1 change: 1 addition & 0 deletions docs/styleguide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# The Broom's Style Guide
22 changes: 21 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ theme:
name: material
logo: assets/logo.jpg
palette:

# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
Expand All @@ -23,3 +22,24 @@ theme:
toggle:
icon: material/brightness-4
name: Switch to system preference

features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.path
- search.suggest
- search.share

nav:
- Home: index.md
- Docs:
- Style guide: styleguide.md
- Safety Form: safety.md
- Blog:
- blog/index.md

plugins:
- search
- blog

0 comments on commit d86900a

Please sign in to comment.