feat: use collections and add frontmatter

This commit is contained in:
sthag 2024-08-11 15:15:07 +02:00
parent c18ed30b74
commit da86b19aba
19 changed files with 117 additions and 136 deletions

View file

@ -1,6 +1,10 @@
<!-- basics.page -->
---
title: Basics
tags:
- index
---
{% set pageBase = "../" %}
{% set pageId = "basics" %}
{% set pageId = page.fileSlug %}
{% extends "demo/_main.njk" %}
@ -10,6 +14,7 @@
{% endblock %}
{% block main %}
<!-- {{ page.fileSlug }}.page -->
{% include "hippie/partials/_body_nav.njk" %}
<div id="begin" class="demo__intro">