No description
- JavaScript 50.6%
- Svelte 44.4%
- CSS 2.7%
- HTML 2.3%
Website of Mozaika Group from Rawicz (PL, Wlkp.)
Content
Place of content is in "static/content" directory.
Frontmatter
Placed at begin of markdown content.
Properties:
- title
- slug: only final part of URL, the name of content directory in "static/content/category/THIS"
- date: in format YEAR-MONTH-DAY
- status: "ongoing" or "planned" or "done"
- thumbnail: relative URL to image
- extract: short description
- images: relative URLS of images separated by coma
See example under.
Example
Content could be placed in "static/content/[about-us or work or something]/work1".
---
title: Work 1
slug: work1
date: 2025年06月10日
status: ongoing
thumbnail: /content/work/work1/rok.jpeg
extract: qweqweqweqwe
images: /content/work/work1/p1.png,/content/work/work1/sp1.jpeg,/content/work/work1/p1.png,/content/work/work1/sp1.jpeg,/content/work/work1/p1.png,/content/work/work1/sp1.jpeg
---
Content in markdown