23 lines
982 B
Markdown
23 lines
982 B
Markdown
---
|
||
layout: page
|
||
title: "Getting Started"
|
||
subheadline: "A Step-by-Step Guide"
|
||
description: "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. [Read the documentation][1] to check out all features of *Feeling Responsive*.
|
||
9. 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/
|