beubo
beubo copied to clipboard
Beubo is a free, simple, and minimal CMS with unlimited extensibility using plugins
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20201221181555-eec23a3978ad to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210124154548-22da62e12c0c to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210119194325-5f4716e94777 to 0.7.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I would like to make a local docker configuration so it's easier to get going with Beubo locally. I currently run it from my terminal behind caddy to get the...
Currently there is no way to manage menus. It would be good if menus are stored in the database similar to how pages work.
Currently Beubo has been developed without localization. How could this be implemented and should it be a core feature of Beubo or a plugin?
Currently posts take html input via a frontend WYSIWYG editor. I would like to switch to markdown instead to get rid of the extra frontend clutter.
Use https://github.com/hashicorp/go-plugin After playing around with different plugin options I think the plugin package from hashicorp will offer the most flexibility for Beubo without many downsides. The biggest downside is...
Currently some pages still send a map of strings to the pages. These pages should be updated to use `github.com/uberswe/beubo/pkg/structs/page/component` instead.
Use the hooks described here: https://gorm.io/docs/hooks.html We should make these hooks available to plugins.