Feature Request | Jekyll HTML Template + Strapi CMS - Add sidebar feature for sites that want to use a WP like sidebar #13
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A sidebar for a site template is a fun feature to have for folks. Many folks are accustomed to using a sidebar because of WordPress and Joomla templating.
We should have a simlar feature for our stack architecture.
HTML Template + Strapi CMS | Add sidebar feature for sites that want to use a WP like sidebarto Feature Request | HTML Template + Strapi CMS | Add sidebar feature for sites that want to use a WP like sidebarFeature Request | HTML Template + Strapi CMS | Add sidebar feature for sites that want to use a WP like sidebarto Feature Request | Jekyll HTML Template + Strapi CMS | Add sidebar feature for sites that want to use a WP like sidebarFeature Request | Jekyll HTML Template + Strapi CMS | Add sidebar feature for sites that want to use a WP like sidebarto Feature Request | Jekyll HTML Template + Strapi CMS - Add sidebar feature for sites that want to use a WP like sidebarA sidebar if enabled should allow various types of content to be used.
The types of these content can range from:
An editor or admin of a Strapi CMS interface should be able to manipulate the data on this sidebar and arrange it as he or she sees fit. The developer and designer of the Jekyll template will do most of the heavy lifting to allow these various types of content to exist.
All of this functionality are mostly HTML snippets from other media.
Jekyll is able to build content for a sidebar, but to use it with Strapi editors and authors, I will need to add a collection called sidebar as an example and allow various types of content to exist on that API structure.
Then, in Ruby, we pull this authenticated data into a index.json file and extrapolate all the data and inject it into our HTML templates and build it with Jekyll.
We don't use Strapi anymore; eww yuk javascript.