Skip to content

Commit

Permalink
Update theme + clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Apr 3, 2019
1 parent f2b10d9 commit 5035424
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
}
],
"require": {
"cecil/theme-hyde": "^1.13"
"cecil/theme-hyde": "^1.14"
}
}
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions config.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
site:
title: "Cecil"
baseline: "Your blog's butler."
baseurl: '/'
baseurl: "/"
canonicalurl: true
description: "Starter blog, with Netlify CMS."
pagination:
max: 5
path: 'page'
path: "page"
date:
format: 'j F Y'
timezone: 'Europe/Paris'
format: "j F Y"
timezone: "Europe/Paris"
netlify:
cms:
path: 'admin'
version: 'latest'
path: "admin"
version: "latest"
identity:
version: 'v1'
version: "v1"
output:
formats:
netlify_redirects:
mediatype: 'text/plain'
extension: ''
mediatype: "text/plain"
extension: ""
virtualpages:
admin:
layout: admin/index
output: html
title: 'Content Manager (Netlify CMS)'
title: "Content Manager (Netlify CMS)"
home:
redirect: /
_redirects:
output: netlify_redirects
theme: 'hyde'
theme: "hyde"
2 changes: 1 addition & 1 deletion content/about.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: About
title: "About"
menu:
main:
weight: 999
Expand Down
2 changes: 1 addition & 1 deletion content/blog/2017-10-26-post-2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Post 2
title: "Post 2"
date: 2017-12-27
tags: [Cecil, SSG]
published: true
Expand Down
2 changes: 1 addition & 1 deletion content/blog/2019-01-15-the-butler.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: The butler
title: "The butler"
date: 2019-01-15
image: /images/butler.jpg
tags: [Cecil, SSG]
Expand Down

0 comments on commit 5035424

Please sign in to comment.