From 54569b9181ebdce742cf484acefe8794359c14fe Mon Sep 17 00:00:00 2001 From: David Young Date: Mon, 25 May 2020 17:12:45 +1200 Subject: [PATCH] Let's have a nicer announcement message (#93) * Bump changelog * Let's have a nicer announcement message --- .../on-push-master-notify-discord.yml | 10 +++--- manuscript/CHANGELOG.md | 2 +- overrides/main.html | 33 ------------------- 3 files changed, 5 insertions(+), 40 deletions(-) diff --git a/.github/workflows/on-push-master-notify-discord.yml b/.github/workflows/on-push-master-notify-discord.yml index 2afb6d5..16a9a95 100644 --- a/.github/workflows/on-push-master-notify-discord.yml +++ b/.github/workflows/on-push-master-notify-discord.yml @@ -22,10 +22,8 @@ jobs: args: | Greetings, geeks! 🤓 - The [Geek's Cookbook](https://geek-cookbook.funkypenguin.co.nz] has been updated! + The [Geek's Cookbook](https://geek-cookbook.funkypenguin.co.nz) has been updated! - Here's what's changed: - > ${{github.event.commits[0].message}} - - Get more details at: - {{ EVENT_PAYLOAD.compare }} + Here's what's fresh: + -:white_check_mark: [${{github.event.commits[0].message}}]({{ EVENT_PAYLOAD.compare }}) + diff --git a/manuscript/CHANGELOG.md b/manuscript/CHANGELOG.md index 39fc5c8..9405c12 100644 --- a/manuscript/CHANGELOG.md +++ b/manuscript/CHANGELOG.md @@ -12,11 +12,11 @@ * Kubernetes recipes for UniFi controller, Miniflux, Kanboard and PrivateBin coming in March! (_19 Mar 2019_) ## Recently added recipes +* Overhauled [Ceph (Shared Storage)](https://geek-cookbook.funkypenguin.co.nz/ha-docker-swarm/shared-storage-ceph/) recipe for Ceph Octopus (v15) (_25 May 2020_) * Added recipe for making your own [DIY Kubernetes Cluster](/kubernetes/diycluster/) (_14 December 2019_) * Added recipe for [authenticating Traefik Forward Auth against KeyCloak](/ha-docker-swarm/traefik-forward-auth/keycloak/) (_16 May 2019_) * Added [Bitwarden](/recipes/bitwarden/), an **awesome** open-source password manager, with great mobile sync support (_14 May 2019_) * Added [Traefik Forward Auth](/ha-docker-swarm/traefik-forward-auth/), replacing function of multiple [oauth_proxies](/reference/oauth_proxy/) with a single, 7MB Go application, which can authenticate against Google, [KeyCloak](/recipes/keycloak/), and other OIDC providers (_10 May 2019_) -* Added Kubernetes version of [Miniflux](/recipes/kubernetes/miniflux/) recipe, a minimalistic RSS reader supporting the Fever API (_26 Mar 2019_) ## Recent improvements diff --git a/overrides/main.html b/overrides/main.html index f533d98..1bef24c 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -48,37 +48,4 @@ setTimeout(o.onerror = function() { c.parentNode && c.parentNode.removeChild(c); }, a); b.parentNode.insertBefore(o, b); })('1802694484', 20000, document); - {% set analytics = config.google_analytics %} - - - - {% endblock %}