Headless CMS using Hugo, Github Issues and Github Actions.
Every time a new issue is created, a new post is created as well.
- main branch holds the content in markdown format. See
content
folder - gh-pages branch contains the distributable html site.
Serve your content before publish it using ngrok.Take a look at .github/workflows/gh-serve.yml
- Hugo
- Github Actions
- actions/checkout@v2
- peaceiris/actions-hugo@v2
- stefanzweifel/git-auto-commit-action@v4
- oscarnevarezleal/ngrok-tunneling-action@dev