init mkdocs config

This commit is contained in:
vincent 2022-10-16 11:09:02 +02:00
parent ed4752f059
commit ec24a076f9
3 changed files with 33 additions and 4 deletions

2
.gitignore vendored
View File

@ -35,4 +35,4 @@ override.tf.json
# Ignore CLI configuration files
.terraformrc
terraform.rc
site

View File

@ -1,9 +1,9 @@
# homelab
# Homelab
## rebuild
## Rebuild
to rebuild from scratch ansible need a vault server up and unseal
you can rebuild a standalone vault srver with a consul database snaphot with
you can rebuild a standalone vault server with a consul database snaphot with
```
make vault-dev FILE=./yourconsulsnaphot.snap

29
mkdocs.yml Normal file
View File

@ -0,0 +1,29 @@
---
site_name: Homelab
copyright: Copyright © 2021 - 2022 VincentDcmps
repo_url: https://git.ducamps.win/vincent/homelab
site_author: VincentDcmps
site_url: https://www.ducamps.win/homelab
theme:
name: material
highlightjs: true
palette:
scheme: default
primary: black
hljs_languages:
- yaml
features:
- navigation.indexes
- navigation.instant
- navigation.sections
- search.highlight
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/vincentDcmps