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
- Host: GitHub
- URL: https://github.com/oscarnevarezleal/gh-cms
- Owner: oscarnevarezleal
- Created: 2021-11-14T22:58:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T07:28:04.000Z (5 months ago)
- Last Synced: 2024-07-27T10:32:41.845Z (4 months ago)
- Homepage: https://oscarnevarezleal.github.io/gh-cms/
- Size: 160 KB
- Stars: 182
- Watchers: 1
- Forks: 16
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - oscarnevarezleal/gh-cms - Headless CMS using Github Issues and Github Actions (Misc)
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