From 5e114f37d60cf115f9e0c8e694dd35dcc17b6d1b Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Fri, 16 Sep 2011 10:56:30 +0200 Subject: [PATCH] split content into subpages --- _config.yml | 7 +-- _includes/nav.html | 5 +- _layouts/base.html | 2 - _layouts/index.html | 4 ++ _layouts/post.html | 13 ++--- _layouts/simple.html | 14 +++++ _less/bitcoin.less | 44 +++++++++++----- about.html | 83 +++++++++++++++++++++++++++++ index.html | 121 ++++++++++--------------------------------- lib/app.js | 55 +++++++------------- 10 files changed, 184 insertions(+), 164 deletions(-) create mode 100644 _layouts/index.html create mode 100644 _layouts/simple.html create mode 100644 about.html diff --git a/_config.yml b/_config.yml index c906404d..c040d148 100644 --- a/_config.yml +++ b/_config.yml @@ -40,13 +40,14 @@ kramdown: coderay_css: style navigation: +- text: Home + url: / + section: index - text: News url: /news.html - layout: post + section: news - text: About url: /about.html -- text: Features - url: /features.html aliases: s_nakamoto: Satoshi Nakamoto diff --git a/_includes/nav.html b/_includes/nav.html index f9aa647e..fe294a9a 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,11 +1,10 @@ -
+