From 3ed1ad6376959a678ceac990310dd51d2f2864f8 Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Fri, 8 Jan 2021 10:20:32 +0100 Subject: [PATCH] docs: update readme --- .github/workflows/readme.yml | 18 ++++++++++++++++++ README.md | 4 ++++ 2 files changed, 22 insertions(+) create mode 100644 .github/workflows/readme.yml diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml new file mode 100644 index 0000000..9c0375d --- /dev/null +++ b/.github/workflows/readme.yml @@ -0,0 +1,18 @@ +name: Readme + +on: + schedule: + # Once a day at 10 PM + - cron: 0 22 * * * + push: + branches: + - master + +jobs: + update: + runs-on: ubuntu-latest + steps: + - uses: JasonEtco/rss-to-readme@v1 + with: + feed-url: https://henkverlinde.com/blog/index.xml + readme-section: feed \ No newline at end of file diff --git a/README.md b/README.md index c99054e..0dc5847 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,7 @@ Doks comes with [commands](https://getdoks.org/docs/prologue/commands/) for comm - [Netlify Community](https://community.netlify.com/) - [Hugo Forums](https://discourse.gohugo.io/) - [Doks Discussions](https://github.com/h-enk/doks/discussions) + +## Blog + +