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

https://github.com/tdr2d/forgefolio

Blog, Page-Builder CMS in go, fast and themable
https://github.com/tdr2d/forgefolio

blog blog-engine blog-platform cms content-management-system go microservice page-builder static-site-generator wysiwyg

Last synced: 15 days ago
JSON representation

Blog, Page-Builder CMS in go, fast and themable

Awesome Lists containing this project

README

          

## Development
Roadmap: read TODO.md

### Prerequisites
- go
- npm
- Install Js dependencies:
```
make installjs
```
### Run locally
Start command:
```
make core
```
Compile javascript for the blog editor page:
```
make blogjs
```

### Documentations
- Fiber: https://docs.gofiber.io/ and https://github.com/gofiber/recipes
- Jet templates: https://github.com/CloudyKit/jet/blob/master/docs/syntax.md
- icons: https://feathericons.com/
- babel compiler: https://esbuild.github.io/getting-started/#your-first-bundle
- wysiwyg: https://editorjs.io/
- codeflask: https://github.com/kazzkiq/CodeFlask