https://github.com/whoabuddy/hugo-parsa-forestry
Testing out Forestry, Hugo, and Cloudflare
https://github.com/whoabuddy/hugo-parsa-forestry
Last synced: 3 months ago
JSON representation
Testing out Forestry, Hugo, and Cloudflare
- Host: GitHub
- URL: https://github.com/whoabuddy/hugo-parsa-forestry
- Owner: whoabuddy
- Created: 2020-07-30T14:04:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T20:58:17.000Z (almost 5 years ago)
- Last Synced: 2025-02-07T17:35:21.839Z (4 months ago)
- Language: HTML
- Homepage: https://test-hugo.chaos.workers.dev
- Size: 9.19 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## The Basics
This is a Proof of Concept for a new type of blog that can replace commonly-used big name proprietary and legacy technologies with something fast, flexible, open source, and downright **awesome**.
- Framework: [Hugo](https://gohugo.io/) - open source static site generator
- CMS: [Forestry](https://forestry.io/) - git-backed and markdwon-based content management
- Starter Template: [Hugo Parsa Theme developed by Themefischer](https://github.com/themefisher/parsa-hugo)
- Deployment: [Cloudflare Workers](https://workers.cloudflare.com) via [Wrangler](https://github.com/cloudflare/wrangler) and [GitHub Actions](https://github.com/features/actions)Website: https://test-hugo.chaos.workers.dev
Admin Panel: https://test-hugo.chaos.workers.dev/admin
## Content Management
Examples of Forestry.io interface below:


## Development
```bash
# clone the repository
git clone --recurse-submodules [email protected]:whoabuddy/hugo-parsa-forestry.git# cd in the project directory
cd hugo-parsa-forestry# Start local dev server
hugo server
```