Awesome-DevOps-copy/mkdocs.yml

43 lines
1006 B
YAML
Raw Normal View History

2019-11-26 21:11:22 +01:00
site_name: Awesome DevOps
2020-04-09 01:33:27 +02:00
site_url: http://awesome-devops.xyz
2019-11-26 21:11:22 +01:00
site_description: A curated list of awesome DevOps tools, platforms and resources
site_author: Marius Stanca
repo_name: wmariuss/awesome-devops
2020-04-09 01:33:27 +02:00
repo_url: http://github.com/wmariuss/awesome-devops
2019-11-26 21:11:22 +01:00
theme:
name: material
2020-04-09 01:33:27 +02:00
language: en
2019-11-26 21:11:22 +01:00
palette:
2020-04-09 01:33:27 +02:00
primary: "black"
accent: "light blue"
font:
text: Roboto
code: Roboto Mono
2020-04-09 02:07:03 +02:00
icon:
logo: material/library
repo: fontawesome/brands/git-alt
2020-04-09 01:33:27 +02:00
2019-11-26 21:11:22 +01:00
extra:
2020-04-09 08:09:53 +02:00
feature:
tabs: true
2019-11-26 21:11:22 +01:00
social:
2020-04-09 01:48:25 +02:00
- icon: fontawesome/solid/globe
2019-11-27 17:26:37 +01:00
link: http://marius.xyz
2020-04-09 08:09:53 +02:00
- icon: fontawesome/brands/github-alt
2019-11-26 21:11:22 +01:00
link: https://github.com/wmariuss
2020-04-09 08:09:53 +02:00
- icon: fontawesome/brands/twitter
2019-11-26 21:11:22 +01:00
link: https://twitter.com/wmariuss
2020-04-09 08:09:53 +02:00
- icon: fontawesome/brands/linkedin
2019-11-26 21:11:22 +01:00
link: https://www.linkedin.com/in/wmariuss
nav:
2019-11-27 17:26:37 +01:00
- "Improve your DevOps skills": "index.md"
2020-04-09 01:33:27 +02:00
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true