Initial commit
This commit is contained in:
commit
edb5816892
30 changed files with 534 additions and 0 deletions
3
content/blog/contents.lr
Normal file
3
content/blog/contents.lr
Normal file
|
@ -0,0 +1,3 @@
|
|||
_model: blog
|
||||
---
|
||||
_template: blog/list.html
|
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: 2016-11-27
|
||||
---
|
||||
author: Felipe Martin
|
||||
---
|
||||
body: This is an example blog post. Not much here but that's not the point :)
|
||||
---
|
||||
_template: blog/post.html
|
8
content/contents.lr
Normal file
8
content/contents.lr
Normal file
|
@ -0,0 +1,8 @@
|
|||
title: Welcome to Felipe Martin!
|
||||
---
|
||||
body:
|
||||
|
||||
This is a basic demo website that shows how to use Lektor for a basic
|
||||
website with some pages and a blog.
|
||||
---
|
||||
_template: home.html
|
13
content/projects/contents.lr
Normal file
13
content/projects/contents.lr
Normal file
|
@ -0,0 +1,13 @@
|
|||
title: Portfolio
|
||||
---
|
||||
body:
|
||||
|
||||
This is a list of the projects:
|
||||
|
||||
* Project 1
|
||||
* Project 2
|
||||
* Project 3
|
||||
---
|
||||
_slug:
|
||||
---
|
||||
_template: portfolio.html
|
Loading…
Add table
Add a link
Reference in a new issue