From 708bff4c0f1273f1be4c811fdba4484f0406107e Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Wed, 6 Apr 2016 13:12:47 +0200 Subject: [PATCH] Add blog, fix a couple of typos --- _config.yml | 2 +- _includes/header.html | 2 +- blog.html | 24 ++++++++++++++++++++++++ blog/index.html | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 blog.html diff --git a/_config.yml b/_config.yml index a47ee88..c83a1b7 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ email: jesper@graffen.dk description: > # this means to ignore newlines until "baseurl:" xmpp.dk is a secure, free and public XMPP/Jabber server that allows registration. baseurl: "" # the subpath of your site, e.g. /blog -url: "https://xmpp.dk" # the base hostname & protocol for your site +url: "http://localhost:4000" # the base hostname & protocol for your site sass: sass_dir: _sass include: ['_pages'] diff --git a/_includes/header.html b/_includes/header.html index 29f0808..1a7e89a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -14,5 +14,5 @@
-

{{ site.title }}

+

{{ site.title }}

\ No newline at end of file diff --git a/blog.html b/blog.html new file mode 100644 index 0000000..daf94d3 --- /dev/null +++ b/blog.html @@ -0,0 +1,24 @@ +--- +layout: default +permalink: /blog/ +--- + +
+ +

Posts

+ + + +

subscribe via RSS

+ +
diff --git a/blog/index.html b/blog/index.html index b049c25..720cb8f 100644 --- a/blog/index.html +++ b/blog/index.html @@ -2,7 +2,7 @@ layout: default --- -

blog

+

Blog

{% for post in site.posts %}

{{ post.title }}