From 4bf1cde2f4ba6d437c5f9c306f4afb1d327bda83 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Tue, 23 Oct 2018 08:25:20 +0200 Subject: [PATCH] :rocket: --- .gitignore | 4 ++++ README.md | 4 ++-- _layouts/default.html | 19 +++++++++++++++++++ alertmanager.md | 2 ++ assets/favicon.ico | Bin 0 -> 4442 bytes rules.md | 2 +- 6 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 assets/favicon.ico diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2ca8682 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +_site/ +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata diff --git a/README.md b/README.md index 7eae0e8..74115e5 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Awesome -(WIP) +![Awesome logo](assets/logo.svg) -[https://awesome-prometheus-alerts.grep.to](https://awesome-prometheus-alerts.grep.to) +Collection here: [https://awesome-prometheus-alerts.grep.to](https://awesome-prometheus-alerts.grep.to). ## Todo diff --git a/_layouts/default.html b/_layouts/default.html index f5a0176..8cfbf89 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -18,8 +18,27 @@ + + Skip to the content.