commit 4b8cf0927fa649dc4a8c90466c6796f48ae68bce
parent 7c30384f59d08ba8a5bdd40f6f94c94bd54e1646
Author: Frederic Cambus <fred@statdns.com>
Date: Sun, 18 Mar 2018 19:26:57 +0100
Update examples to account for the switch from Lua to Ruby
Diffstat:
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/examples/motyl.conf b/examples/motyl.conf
@@ -1,8 +1,8 @@
lang: en
-title: Opinionated static site generator
+title: Opinionated blog-aware static site generator
name: Motyl
-description: Motyl, an opinionated static site generator written in Lua.
-keywords: static, site, generator, ssg, motyl, lua
+description: Motyl, an opinionated blog-aware static site generator written in Ruby.
+keywords: static, site, generator, ssg, motyl, ruby
author: Frederic Cambus
copyright: '2016-2018'
url: https://github.com/fcambus/motyl
@@ -15,6 +15,6 @@ pages:
- title: '· RSS'
url: /atom.xml
categoryMap:
- Lua: lua
News: news
Miscellaneous: miscellaneous
+ Ruby: ruby
diff --git a/examples/posts/hello-world.yaml b/examples/posts/hello-world.yaml
@@ -1,7 +1,7 @@
title: Hello World!
date: 2016-06-28 18:17
description: This is a sample post for Motyl.
-keywords: motyl, lua
+keywords: motyl, ruby
categories:
- News
-- Lua
+- Ruby