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