mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2024-12-21 22:28:17 -05:00
Fix typos add notes about setting site.url properly
This commit is contained in:
parent
764b62eb7a
commit
78d37e0e28
15
README.md
15
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:
|
## What HPSTR brings to the table:
|
||||||
|
|
||||||
* Responsive templates for post, page, and post index `_layouts`. Looks great on mobile, tablet, and desktop devices.
|
* 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.
|
* Modern and minimal design.
|
||||||
* Sweet animated menu.
|
* Sweet animated menu.
|
||||||
* Readable typography to make your words shine.
|
* 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
|
## 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.
|
3. Clone the repo you just forked to your computer.
|
||||||
4. Edit `_config.yml` to personalize your site.
|
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.
|
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)
|
[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
|
title: Site Title
|
||||||
description: Describe your website here.
|
description: Describe your website here.
|
||||||
disqus_shortname: shortname
|
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/author information
|
||||||
owner:
|
owner:
|
||||||
@ -100,7 +103,7 @@ paginate: 5
|
|||||||
|
|
||||||
## More Theme Setup Goodness
|
## 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
|
## 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user