Initial commit

This commit is contained in:
Felipe M 2016-12-03 22:10:25 +01:00
commit edb5816892
30 changed files with 534 additions and 0 deletions

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

@ -0,0 +1,3 @@
_model: blog
---
_template: blog/list.html

View 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
View 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

View 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