Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rose <est.michael@gmail.com>2014-01-02 19:59:56 +0400
committerMichael Rose <est.michael@gmail.com>2014-01-02 19:59:56 +0400
commit78d37e0e2865dd609bf6ecce81177cbf470836ab (patch)
treecefde008e82ca8eb0ff750fc845e51a837a66629 /README.md
parent764b62eb7a4c728a25c863a679cfda96161084aa (diff)
Fix typos add notes about setting site.url properly
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
index 044da62..e8c8801 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ They say three times the charm, so here is another free responsive Jekyll theme
## What HPSTR brings to the table:
* Responsive templates for post, page, and post index `_layouts`. Looks great on mobile, tablet, and desktop devices.
-* Gracefully degrads in older browsers. Compatible with Internet Explorer 8+ and all modern browsers.
+* Gracefully degrades in older browsers. Compatible with Internet Explorer 8+ and all modern browsers.
* Modern and minimal design.
* Sweet animated menu.
* Readable typography to make your words shine.
@@ -24,7 +24,7 @@ They say three times the charm, so here is another free responsive Jekyll theme
---
-General notes and suggestions for customizing **HPSTR RDX**.
+General notes and suggestions for customizing **HPSTR**.
## Basic Setup for a new Jekyll site
@@ -33,7 +33,7 @@ General notes and suggestions for customizing **HPSTR RDX**.
3. Clone the repo you just forked to your computer.
4. Edit `_config.yml` to personalize your site.
5. Check out the sample posts in `_posts` to see examples for pulling in large feature images, tags, and other YAML data.
-6. Read the documentation below for further customization pointers and documentation.
+6. Read the documentation below for additional customization pointers and documentation.
[Download the Theme](https://github.com/mmistakes/hpstr-jekyll-theme)
@@ -51,7 +51,10 @@ General notes and suggestions for customizing **HPSTR RDX**.
title: Site Title
description: Describe your website here.
disqus_shortname: shortname
-url: http://your-website.com
+# Your site's domain goes here. When working locally use localhost server leave blank
+# PS. If you set this wrong stylesheets and scripts won't load and most links will break.
+# PPS. If you leave it blank for local testing home links won't work, they'll be fine for live domains though.
+url: http://localhost:4000
# Owner/author information
owner:
@@ -100,7 +103,7 @@ paginate: 5
## More Theme Setup Goodness
-To learn more about how to customize the theme, how feature images work, use the Grunt build script, and some other junk, [read up here](http://mmistakes.github.io/hpstr-jekyll-theme/theme-setup/).
+To learn more about how to customize the theme, include feature images in posts, use the Grunt build script, and some other junk, [read up here](http://mmistakes.github.io/hpstr-jekyll-theme/theme-setup/).
---
@@ -112,4 +115,4 @@ Having a problem getting something to work or want to know why I setup something
## License
-This theme is free and open source software, distributed under the [GNU General Public License](https://github.com/mmistakes/hpstr-jekyll-theme/blob/master/LICENSE) version 2 or later. So feel free to use this Jekyll theme on your site without linking back to me or including a disclaimer.
+This theme is free and open source software, distributed under the [GNU General Public License](https://github.com/mmistakes/hpstr-jekyll-theme/blob/master/LICENSE) version 2 or later. So feel free to to modify this theme to suit your needs.