hypnagaga_old/src/posts/2023-10-30-demos.md
2024-02-07 12:30:33 +01:00

1.3 KiB

title description date demos
Demo pages As of version 2.0, the demos featured here are all directly built in the starter. 2023-10-30
title description preview
Gallery A gallery with good old "popup" functionality inside a dialog element and a regular loop over images. /blog/post-with-a-gallery/
title description preview
Pagination The blog collection with a pagination. To work with visual current page indication, :has() pseudo-class support is required. /blog/page-0/
title description preview
Tags The blog has a basic tag system. Tags can be stored in front matter, as a YAML list or as an array. /tags/

Important: As of version 2.0, the demos featured here are all directly built in the starter.

I did not want to clutter the starter with too many features, that you might not need, but I find myself using them frequently for my own projects, so now they are "baked in". I will keep the old demo repos for the moment, but they are not maintained and are deprecated.

If you never saw version 1, nevermind.

Demos

{% for item in demos %}

{{ item.title }}

{{ item.description }}

Demo
{% endfor %}