awesome-devops/mkdocs.yml

43 lines
1006 B
YAML
Raw Normal View History

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