1
0
Fork 0

Get rid of more not needed pages

This commit is contained in:
Luca Beltrame 2015-05-10 00:28:44 +02:00
parent 45c13f177d
commit ee02c0422a
2 changed files with 0 additions and 33 deletions

View file

@ -1,25 +0,0 @@
---
layout: page
show_meta: false
title: "Getting Started"
subheadline: "A Step-by-Step Guide"
teaser: "This step-by-step guide helps you to customize Feeling Responsive to your needs."
header:
image_fullwidth: "header_homepage_13.jpg"
permalink: "/getting-started/"
---
1. Open `_config.yml` and work it through, it's well documented
2. Add your own `logo.png` to `/images/`.
3. Open `_data/socialmedia.yml` and add your own social media links.
4. Open `_data/navigation.yml` and customize your navigation.
5. Open `_data/language.yml` and translate the theme if necessary.
6. Open `_data/services.yml` and customize links in the footer.
7. Open `_data/network.yml` and customize links in the footer.
8. Open `_data/authors.yml` and edit author information and set default author in `config.yml.
9. [Read the documentation][1] to check out all features of *Feeling Responsive*.
10. Make it yours and add your own content.
<a class="radius button small" href="{{ site.url }}/documentation/">Check out the documentation for all the tricks </a>
[1]: {{ site.url }}/documentation/

View file

@ -1,8 +0,0 @@
---
title: "A website that doesn't exit"
layout: redirect
sitemap: false
permalink: /redirect-page/
redirect_to: "http://phlow.github.io/feeling-responsive/info/"
---
This is just a page to demonstrate the `redirect`-layout, programmend by [Kanishk](http://codingtips.kanishkkunal.in/about/).