beubo icon indicating copy to clipboard operation
beubo copied to clipboard

Beubo is a free, simple, and minimal CMS with unlimited extensibility using plugins

Results 26 beubo issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20201221181555-eec23a3978ad&new-version=0.1.0)](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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20210124154548-22da62e12c0c&new-version=0.1.0)](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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20210119194325-5f4716e94777&new-version=0.7.0)](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...

dependencies

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...

enhancement
help wanted
good first issue

Currently there is no way to manage menus. It would be good if menus are stored in the database similar to how pages work.

enhancement

Currently Beubo has been developed without localization. How could this be implemented and should it be a core feature of Beubo or a plugin?

enhancement

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.

enhancement

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...

enhancement

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.

enhancement

Use the hooks described here: https://gorm.io/docs/hooks.html We should make these hooks available to plugins.

enhancement