2019-11-26 15:11:22 -05:00
|
|
|
site_name: Awesome DevOps
|
2020-04-08 19:33:27 -04:00
|
|
|
site_url: http://awesome-devops.xyz
|
2023-01-01 18:03:06 -05:00
|
|
|
site_description: A curated list of awesome DevOps platforms, tools, practices and resources
|
2019-11-26 15:11:22 -05:00
|
|
|
site_author: Marius Stanca
|
2023-01-02 13:50:53 -05:00
|
|
|
repo_name: awesome-devops
|
2023-01-02 13:41:19 -05:00
|
|
|
repo_url: https://github.com/wmariuss/awesome-devops
|
|
|
|
edit_uri: https://github.com/wmariuss/awesome-devops/blob/master
|
2023-01-01 18:03:06 -05:00
|
|
|
|
|
|
|
# Copyright
|
|
|
|
copyright: "Copyright © Awesome DevOps Community"
|
2020-04-08 19:33:27 -04:00
|
|
|
|
2023-01-01 19:30:05 -05:00
|
|
|
# Theme
|
2019-11-26 15:11:22 -05:00
|
|
|
theme:
|
|
|
|
name: material
|
2020-04-08 19:33:27 -04:00
|
|
|
language: en
|
2023-01-01 18:03:06 -05:00
|
|
|
locale: en
|
2023-01-01 20:00:44 -05:00
|
|
|
font: false
|
2019-11-26 15:11:22 -05:00
|
|
|
palette:
|
2023-01-01 18:03:06 -05:00
|
|
|
primary: black
|
|
|
|
accent: blue
|
2023-01-02 13:26:07 -05:00
|
|
|
icon:
|
2023-01-02 13:41:19 -05:00
|
|
|
repo: fontawesome/brands/github
|
2023-01-02 13:26:07 -05:00
|
|
|
edit: material/pencil-circle
|
|
|
|
view: material/eye
|
2023-01-02 04:32:59 -05:00
|
|
|
logo: assets/logo.png
|
|
|
|
favicon: assets/favicon.ico
|
2023-01-01 18:03:06 -05:00
|
|
|
features:
|
|
|
|
- search.suggest
|
|
|
|
- search.highlight
|
2023-01-02 04:29:17 -05:00
|
|
|
- navigation.indexes
|
2023-01-02 13:26:07 -05:00
|
|
|
- code.action.view
|
2023-01-03 05:43:11 -05:00
|
|
|
- navigation.footer
|
2020-04-08 19:33:27 -04:00
|
|
|
|
2023-01-01 19:30:05 -05:00
|
|
|
# Extra
|
2019-11-26 15:11:22 -05:00
|
|
|
extra:
|
2023-01-01 20:00:44 -05:00
|
|
|
# Font
|
|
|
|
font:
|
|
|
|
text: Roboto Slab
|
|
|
|
code: Source Code Pro
|
2020-04-09 02:09:53 -04:00
|
|
|
feature:
|
|
|
|
tabs: true
|
2019-11-26 15:11:22 -05:00
|
|
|
social:
|
2023-01-02 04:29:17 -05:00
|
|
|
- icon: fontawesome/brands/github
|
2019-11-26 15:11:22 -05:00
|
|
|
link: https://github.com/wmariuss
|
2020-04-09 02:09:53 -04:00
|
|
|
- icon: fontawesome/brands/twitter
|
2019-11-26 15:11:22 -05:00
|
|
|
link: https://twitter.com/wmariuss
|
2023-01-01 18:03:06 -05:00
|
|
|
|
|
|
|
extra_css:
|
|
|
|
- stylesheets/syntax.css
|
|
|
|
- stylesheets/fonts.css
|
|
|
|
|
|
|
|
extra_javascript:
|
|
|
|
- javascripts/syntax.js
|
|
|
|
|
2023-01-01 19:30:05 -05:00
|
|
|
# Plugins
|
2023-01-01 18:03:06 -05:00
|
|
|
plugins:
|
|
|
|
- search:
|
|
|
|
lang: en
|
2023-01-02 13:26:07 -05:00
|
|
|
- git-committers:
|
|
|
|
repository: wmariuss/awesome-devops
|
|
|
|
branch: master
|
|
|
|
- git-authors
|
2023-01-02 13:52:47 -05:00
|
|
|
# - git-revision-date-localized:
|
|
|
|
# enable_creation_date: true
|
2023-01-01 18:03:06 -05:00
|
|
|
|
2023-01-01 19:30:05 -05:00
|
|
|
# Navigator
|
2019-11-26 15:11:22 -05:00
|
|
|
nav:
|
2023-01-01 18:03:06 -05:00
|
|
|
- Welcome: "index.md"
|
2023-01-02 04:29:17 -05:00
|
|
|
- Awesome list: "list.md"
|
2023-01-01 18:03:06 -05:00
|
|
|
- Contribution: "contribution.md"
|
2020-04-08 19:33:27 -04:00
|
|
|
|
|
|
|
# Extensions
|
|
|
|
markdown_extensions:
|
2023-01-03 18:46:56 -05:00
|
|
|
- attr_list
|
|
|
|
- md_in_html
|
2020-04-08 19:33:27 -04:00
|
|
|
- admonition
|
2023-01-01 20:00:44 -05:00
|
|
|
- footnotes
|
2023-01-02 04:29:17 -05:00
|
|
|
- pymdownx.critic
|
|
|
|
- pymdownx.caret
|
|
|
|
- pymdownx.keys
|
|
|
|
- pymdownx.mark
|
|
|
|
- pymdownx.tilde
|
2020-04-08 19:33:27 -04:00
|
|
|
- toc:
|
|
|
|
permalink: true
|
2023-01-02 04:29:17 -05:00
|
|
|
- pymdownx.tasklist:
|
|
|
|
custom_checkbox: true
|