awesome-devops/mkdocs.yml

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