mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-25 18:34:23 +01:00
Feature Request: Add Configurable HTML Partial Template with Slick Slider for itch.io Projects Showcase #4
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Aroy/Rinkusu#4
Loading…
Reference in a new issue
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?
Description:
I would like to request the addition of a configurable HTML partial template to the Hugo theme, designed to showcase projects from itch.io using the Slick slider. This feature will enhance the theme by providing users with a visually appealing way to display their itch.io projects on their websites.
Rationale:
Integrating a Slick slider to showcase itch.io projects directly into the Hugo theme will greatly benefit users who develop and share games and other projects on itch.io. This feature will enhance user engagement by providing a dynamic and interactive way to browse projects.
Use Cases:
Implementation Ideas:
itchio-slider.html
) in the theme.Additional Context:
Many Hugo theme users are creators who share their projects on itch.io. Adding this feature will enhance their websites by providing an engaging way to showcase their work. The integration of the Slick slider will ensure a modern and interactive user experience.
Example configuration in
config.yaml
:Example usage in a Hugo template:
Example
itchio-slider.html
partial template:Additional Notes:
This implementation assumes the use of jQuery for Slick slider initialization, which is common with Bootstrap-based themes. Ensure jQuery and Slick slider libraries are included in the theme’s assets.