A web publishing tool for the modern web. Inspired by ONCE Writebook, implemented in Kirby 4. Find a demo here.
Write in Markdown, publish to the web, and share your work with the world. Or, if you don't want to, keep it private and share it with a select few.
- Clone this repository to the web server you want to run it on.
- Go to /panel and follow the installation instructions.
- Enjoy!
Note: I probably won't update this unless there's game-breaking bugs, so PLEASE update Kirby to the latest version. You can do this by running composer update
in the root directory of the project.
- PHP 8.2 or higher
- A webserver
- Something to share!
Grimoire is in essence a "theme" for Kirby 4, as much as is possible with a system as flexible as Kirby, anyway. As such, it is licensed under the same license as Kirby 4 itself, which is the Kirby End User License Agreement. Kirby 4 is not free software. You are allowed to use it for evaluation purposes only. If you want to use it in a live environment, you need to purchase a license from getkirby.com.
As for the content of this repository apart from Kirby's copyrighted code, it is licensed under the MIT License. This means you can do whatever you want with it, as long as you include the original license and copyright notice.
- Kirby for the CMS
- ONCE Writebook for the inspiration
- Tailwind CSS for the CSS framework