init staticcms
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
commit
57d66eb0c1
16 changed files with 221 additions and 0 deletions
7
content/about/contents.lr
Normal file
7
content/about/contents.lr
Normal 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
3
content/blog/contents.lr
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
_model: blog
|
||||
---
|
||||
title: Blog
|
||||
9
content/blog/first-post/contents.lr
Normal file
9
content/blog/first-post/contents.lr
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
title: Hello Website
|
||||
---
|
||||
pub_date: 2019-09-24
|
||||
---
|
||||
author: ungleich
|
||||
---
|
||||
body:
|
||||
|
||||
This is an example blog post. Not much here but that's not the point :)
|
||||
6
content/contents.lr
Normal file
6
content/contents.lr
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
title: Welcome to ungleich static cms!
|
||||
---
|
||||
body:
|
||||
|
||||
This is a basic demo website that shows how to use Lektor for a basic
|
||||
website with some pages and a blog.
|
||||
9
content/projects/contents.lr
Normal file
9
content/projects/contents.lr
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
title: Projects
|
||||
---
|
||||
body:
|
||||
|
||||
This is a list of the projects:
|
||||
|
||||
* Project 1
|
||||
* Project 2
|
||||
* Project 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue