From 125bbb0c3d83de2ad5eb01fcd83ce0b994134d3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=C2=BBmo=2E=C2=AB=20Sauer?= Date: Mon, 12 Jan 2015 13:51:38 +0100 Subject: [PATCH] search and 404 page --- _includes/google_search.html | 8 ++++++++ pages/404.md | 18 ++++++++++++++++++ pages/roadmap.md | 4 ++-- 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 _includes/google_search.html create mode 100644 pages/404.md diff --git a/_includes/google_search.html b/_includes/google_search.html new file mode 100644 index 0000000..3d6d4ec --- /dev/null +++ b/_includes/google_search.html @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/pages/404.md b/pages/404.md new file mode 100644 index 0000000..b58eddf --- /dev/null +++ b/pages/404.md @@ -0,0 +1,18 @@ +--- +layout: page +title: "404" +subheadline: "Oops! There is noting here..." +description: "..., this is an error-page. Maybe the webpage moved or we deleted it. Or did you maybe mistype the URL?" +permalink: "/404.html" +--- +## No problem! + +Try... +...to start over on the [home page]({{ site.url }}). +...our **search**. + +{% include google_search.html %} + +
+ +
\ No newline at end of file diff --git a/pages/roadmap.md b/pages/roadmap.md index e4cfbb6..cdb876d 100644 --- a/pages/roadmap.md +++ b/pages/roadmap.md @@ -14,8 +14,6 @@ permalink: "/roadmap/" * Convert Foundation Sass to use native Jekyll Sass support * Create custom 404.html-webpage * More post-formats for blogging like special post formats for links, audio, tweets,... -* Patterns for header -* Alternative non-landscape header * [Submit *Feeling Responsive* to jekyllthemes.org](http://jekyllthemes.org/) * Produce some small tutorials to show features and how to customize *Feeling Responsive* * Optimize HTML and use Schema.org-Attributes ›  @@ -24,6 +22,8 @@ permalink: "/roadmap/" ## Done +* Alternative non-landscape header +* Patterns for header * Clean up color scheme and highlighting colors * Make theme translation ready * [Add draft-templates for new pages/posts](https://github.com/Phlow/feeling-responsive/tree/gh-pages/_drafts)