add basic lektor project
This commit is contained in:
parent
b38c49022a
commit
0e9bdc0a6f
12 changed files with 171 additions and 21 deletions
7
lektor/content/about/contents.lr
Normal file
7
lektor/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.
|
||||
6
lektor/content/contents.lr
Normal file
6
lektor/content/contents.lr
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
title: Welcome to ucloud!
|
||||
---
|
||||
body:
|
||||
|
||||
This is a basic demo website that shows how to use Lektor for a basic
|
||||
website with some pages.
|
||||
9
lektor/content/projects/contents.lr
Normal file
9
lektor/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