plenti icon indicating copy to clipboard operation
plenti copied to clipboard

Static Site Generator with Go backend and Svelte frontend

Results 92 plenti issues
Sort by recently updated
recently updated
newest added

While building out a few sites and testing the CMS on different [Plenti themes](https://github.com/plenti-themes) I've noticed a couple of common naming conflicts with existing libraries and tools. I'm torn about...

breaking
cms

The discoverable CMS looks at the content source to provide a reasonable editing experience for users out-of-the-box without doing any special setup. However, there are going to be scenarios when...

cms

Revisiting [Goja](https://github.com/dop251/goja) a JS interpreter written in pure Go. If viable it would allow us to remove CGO which would simplify our cross-compile builds and _finally_ allow native windows support....

I would appreciate it very much if a sitemap generator is implemented, which adds every new page automatically.

We currently hold built javascript assets in a folder called `spa`, should we rename this folder `layouts` to better match the initial project files? Name conflicts with user defined routes...

breaking

Currently in the CMS we apply a simple rich text editing experience if the JSON value of a content source appears to be: - A simple string (as opposed to...

cms

Hi! I just discovered your project and I'm very excited about it. It looks like you read my mind about a project that would use Go and Svelte to make...

bug
good first issue

Currently we have a workflow in the CMS where if you try to add a file with the same filename that already exists, instead of creating a new file it...

cms

I wasn't able to install plenti initially through homebrew following instructions from the readme on a mac with m1 processor. After running `brew tap plentico/homebrew-plenti` I got the error below....

`mediaList` should probably be changed to something like `commitList` since this object is not only used for managing assets like png and jpg, but also used for creating and editing...

cms