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 <mmistakes@users.noreply.github.com>2015-12-15 05:28:57 +0300
committerMichael Rose <mmistakes@users.noreply.github.com>2015-12-15 05:28:57 +0300
commit1a0e590fee02a243e380503022ecb5eac346d709 (patch)
tree1d692504188f7ee4d45fee9398f880e2137273e7
parentf8a46160a15638d604ab1b138e8872e9c06effc9 (diff)
parent4d94cff64e39f0533a12cb8f23cfec271c1af692 (diff)
Merge pull request #126 from PabloDinella/master
Fix typo/markup in theme setup page
-rw-r--r--theme-setup/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/theme-setup/index.md b/theme-setup/index.md
index e023d88..c287369 100644
--- a/theme-setup/index.md
+++ b/theme-setup/index.md
@@ -29,8 +29,8 @@ General notes and suggestions for customizing **HPSTR**.
## Setup for an Existing Jekyll site
-1. Clone the following folders: `_includes`, `_layouts`, '_sass', `assets`, and `images`.
-2. Clone the following folders/files and personalize content as need: `about/`, `posts/`, `tags/`, `feed.xml`. and 'index.html'.
+1. Clone the following folders: `_includes`, `_layouts`, `_sass`, `assets`, and `images`.
+2. Clone the following folders/files and personalize content as need: `about/`, `posts/`, `tags/`, `feed.xml` and `index.html`.
3. Set the following variables in your `config.yml` file:
{% highlight yaml %}
@@ -212,7 +212,7 @@ On by default. To turn off remove `reading_time` from `_config.yml. Default word
A good rule of thumb is to keep feature images nice and wide so you don't push the body text too far down. An image cropped around around 1024 x 256 pixels will keep file size down with an acceptable resolution for most devices. If you want to serve these images responsively I'd suggest looking at the [Jekyll Picture Tag](https://github.com/scottjehl/picturefill)[^2] plugin.
-The two layouts make the assumption that the feature images live in the *images* folder. To add a feature image to a post or page just include the filename in the front matter like so.
+The two layouts make the assumption that the feature images live in the *images* folder. To add a feature image to a post or page just include the filename in the front matter like so.
{% highlight yaml %}
image:
@@ -287,4 +287,4 @@ This theme is free and open source software, distributed under the [MIT License]
[^1]: Used to generate absolute URLs in `feed.xml`, and for canonical URLs in `head.html`. Don't include a trailing `/` in your base url ie: http://mademistakes.com. When developing locally I suggest using http://localhost:4000 or whatever localhost you're using to properly load all theme stylesheets, scripts, and image assets. If you leave this variable blank all links will resolve correctly except those pointing to home.
-[^2]: If you're using GitHub Pages to host your site be aware that plugins are disabled. So you'll need to build your site locally and then manually deploy if you want to use this sweet plugin. \ No newline at end of file
+[^2]: If you're using GitHub Pages to host your site be aware that plugins are disabled. So you'll need to build your site locally and then manually deploy if you want to use this sweet plugin.