Feature Request | Jekyll HTML - add categories and simple search functionality to the site #22
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?
Searching through posts and organizing data on any site is important when sifting through the data. In Jekyll we are able to make use of simple search functionalities and support our viewers surfing through various types of content via any type of collection.
By default, the only collections Ruby is able to pull are: Authors, Posts and Products.
Any other collection types will need to be added.