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.