iniital website

This commit is contained in:
hbr
2021-04-25 12:05:34 +02:00
parent b66ad2d9e1
commit ec1098912a
16 changed files with 221 additions and 0 deletions

View File

@ -0,0 +1,7 @@
title: About this Website
---
body:
This is a website that was made with the Lektor quickstart.
And it does not contain a lot of information.

3
content/blog/contents.lr Normal file
View File

@ -0,0 +1,3 @@
_model: blog
---
title: Blog

View File

@ -0,0 +1,9 @@
title: Hello Website
---
pub_date: 2021-04-25
---
author: hbr
---
body:
This is an example blog post. Not much here but that's not the point :)

6
content/contents.lr Normal file
View File

@ -0,0 +1,6 @@
title: Welcome to Webseite!
---
body:
This is a basic demo website that shows how to use Lektor for a basic
website with some pages and a blog.

View File

@ -0,0 +1,9 @@
title: Projects
---
body:
This is a list of the projects:
* Project 1
* Project 2
* Project 3