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
- Host: GitHub
- URL: https://github.com/tdr2d/forgefolio
- Owner: tdr2d
- License: gpl-3.0
- Created: 2020-10-31T18:30:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T23:34:00.000Z (over 5 years ago)
- Last Synced: 2025-12-17T09:47:17.979Z (3 months ago)
- Topics: blog, blog-engine, blog-platform, cms, content-management-system, go, microservice, page-builder, static-site-generator, wysiwyg
- Language: JavaScript
- Homepage:
- Size: 2.14 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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