Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/oscarnevarezleal/gh-cms

Headless CMS using Github Issues and Github Actions
https://github.com/oscarnevarezleal/gh-cms

Last synced: 3 months ago
JSON representation

Headless CMS using Github Issues and Github Actions

Lists

README

        

# Gh-Cms

> Headless CMS using Hugo, Github Issues and Github Actions.

## How?
Every time a new issue is created, a new post is created as well.

## Branch structure

- _main_ branch holds the content in markdown format. See `content` folder
- _gh-pages_ branch contains the distributable html site.

## Bonus feature
Serve your content before publish it using ngrok.Take a look at `.github/workflows/gh-serve.yml`

## Tech

- Hugo
- Github Actions

## Github actions

- actions/checkout@v2
- peaceiris/actions-hugo@v2
- stefanzweifel/git-auto-commit-action@v4
- oscarnevarezleal/ngrok-tunneling-action@dev