Enable some useful features, change logo

This commit is contained in:
Marius Stanca 2023-01-02 11:29:17 +02:00
parent ed0c6ca950
commit ebbc566633
No known key found for this signature in database
GPG Key ID: 3F18F3CF10AD6E8D
4 changed files with 20 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,6 +1,6 @@
# Welcome
A curated list of awesome DevOps platforms, tools, practices and resources. A list which help you to adopt and grow *DevOps* culture in your company. Also this list can be easily used for your *SRE* (Site Reliability Engineering) team.
A curated list of awesome DevOps platforms, tools, practices and resources. A list which help you to adopt and grow *DevOps* culture in your company. Also this list can be easily used for your *SRE*[^1] team.
## What is DevOps
@ -17,14 +17,16 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
## Practices
* Continuous Integration
* Continuous Delivery
* Continuous Deployment
* Continuous Integration (CI)
* Continuous Delivery (CD)
* Continuous Deployment (CD)
* Microservices
* Infrastructure as Code
* Infrastructure as Code (IaC)
* Monitoring and Logging
* Communication and Collaboration
## Tools
For list of tools check [list](http://awesome-devops.xyz/list) page.
[^1]: Site Reliability Engineering.

View File

@ -23,6 +23,8 @@ theme:
features:
- search.suggest
- search.highlight
- navigation.indexes
- toc.integrate
# Extra
extra:
@ -33,14 +35,10 @@ extra:
feature:
tabs: true
social:
- icon: fontawesome/solid/globe
link: http://marius.xyz
- icon: fontawesome/brands/github-alt
- icon: fontawesome/brands/github
link: https://github.com/wmariuss
- icon: fontawesome/brands/twitter
link: https://twitter.com/wmariuss
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/wmariuss
extra_css:
- stylesheets/syntax.css
@ -53,17 +51,25 @@ extra_javascript:
plugins:
- search:
lang: en
- minify:
minify_html: true
# Navigator
nav:
- Welcome: "index.md"
- List: "list.md"
- Awesome list: "list.md"
- Contribution: "contribution.md"
# Extensions
markdown_extensions:
- admonition
- footnotes
- meta
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- toc:
permalink: true
- pymdownx.tasklist:
custom_checkbox: true