import kgva site
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " }}"
|
||||
slug: "{{ .Name }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
thumbnail: "/img/{{ .Name }}/thumbnail.webp"
|
||||
studies: "/studies/hslu/ba/semester_00"
|
||||
schools: ["hslu"]
|
||||
degrees: ["ba"]
|
||||
semesters: ["semester_00"]
|
||||
images:
|
||||
- { src: "/img/{{ .Name }}/01.webp", name: "01.webp" }
|
||||
- { src: "/img/{{ .Name }}/02.webp", name: "02.webp" }
|
||||
---
|
||||
|
||||
a short description of the project.
|
||||
Reference in New Issue
Block a user