From 828879c854ece37e1206d589b9602c01c6361267 Mon Sep 17 00:00:00 2001 From: Damien Degois Date: Thu, 28 Nov 2024 14:00:19 +0100 Subject: [PATCH] add link to github's project --- README.md | 6 ++---- content/_index.md | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8baafd9..f79d276 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ -# Build +# Dev run ```bash -hugo +hugo server --logLevel debug --disableFastRender -p 1313 -D ``` - -Publish `public` folder :) diff --git a/content/_index.md b/content/_index.md index fc3c49f..1f90cdf 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,7 +3,7 @@ title: Teams Notifier toc: false --- -Home page of the project Teams Notifier, a set of services and APIs to securely communicate easily with Microsoft Teams to post, update or delete messages to various channels. +Home page of the project [Teams Notifier](https://github.com/teams-notifier/), a set of services and APIs to securely communicate easily with Microsoft Teams to post, update or delete messages to various channels. Initially it was intended to replace and extend the retired webhook solution.