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
|
2023-01-02 00:03:06 +01:00
|
|
|
site_description: A curated list of awesome DevOps platforms, tools, practices and resources
|
2019-11-26 21:11:22 +01:00
|
|
|
site_author: Marius Stanca
|
2023-01-02 00:03:06 +01:00
|
|
|
repo_name: Awesome-DevOps Github
|
2020-04-09 01:33:27 +02:00
|
|
|
repo_url: http://github.com/wmariuss/awesome-devops
|
2023-01-02 00:03:06 +01:00
|
|
|
edit_uri: https://github.com/wmariuss/awesome-devops/blob/master/README.md
|
|
|
|
|
|
|
|
# Copyright
|
|
|
|
copyright: "Copyright © Awesome DevOps Community"
|
2020-04-09 01:33:27 +02:00
|
|
|
|
2019-11-26 21:11:22 +01:00
|
|
|
theme:
|
|
|
|
name: material
|
2020-04-09 01:33:27 +02:00
|
|
|
language: en
|
2023-01-02 00:03:06 +01:00
|
|
|
locale: en
|
2019-11-26 21:11:22 +01:00
|
|
|
palette:
|
2023-01-02 00:03:06 +01:00
|
|
|
primary: black
|
|
|
|
accent: blue
|
2020-04-09 02:07:03 +02:00
|
|
|
icon:
|
|
|
|
logo: material/library
|
|
|
|
repo: fontawesome/brands/git-alt
|
2023-01-02 00:03:06 +01:00
|
|
|
features:
|
|
|
|
- search.suggest
|
|
|
|
- search.highlight
|
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
|
2023-01-02 00:03:06 +01:00
|
|
|
font:
|
|
|
|
text: Roboto Slab
|
|
|
|
code: Source Code Pro
|
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
|
2023-01-02 00:03:06 +01:00
|
|
|
|
|
|
|
extra_css:
|
|
|
|
- stylesheets/syntax.css
|
|
|
|
- stylesheets/fonts.css
|
|
|
|
|
|
|
|
extra_javascript:
|
|
|
|
- javascripts/syntax.js
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
- search:
|
|
|
|
lang: en
|
|
|
|
|
2019-11-26 21:11:22 +01:00
|
|
|
nav:
|
2023-01-02 00:03:06 +01:00
|
|
|
- Welcome: "index.md"
|
|
|
|
- List: "list.md"
|
|
|
|
- Contribution: "contribution.md"
|
2020-04-09 01:33:27 +02:00
|
|
|
|
|
|
|
# Extensions
|
|
|
|
markdown_extensions:
|
|
|
|
- admonition
|
|
|
|
- codehilite:
|
|
|
|
guess_lang: false
|
|
|
|
- toc:
|
|
|
|
permalink: true
|