init mkdocs config
This commit is contained in:
parent
ed4752f059
commit
ec24a076f9
2
.gitignore
vendored
2
.gitignore
vendored
@ -35,4 +35,4 @@ override.tf.json
|
|||||||
# Ignore CLI configuration files
|
# Ignore CLI configuration files
|
||||||
.terraformrc
|
.terraformrc
|
||||||
terraform.rc
|
terraform.rc
|
||||||
|
site
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# homelab
|
# Homelab
|
||||||
|
|
||||||
|
|
||||||
## rebuild
|
## Rebuild
|
||||||
to rebuild from scratch ansible need a vault server up and unseal
|
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
|
make vault-dev FILE=./yourconsulsnaphot.snap
|
29
mkdocs.yml
Normal file
29
mkdocs.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user