Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Build
# Dev run

```bash
hugo
hugo server --logLevel debug --disableFastRender -p 1313 -D
```

Publish `public` folder :)
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down