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

github.com/jnjosh/internet-weblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Johnson <josh@ba3.us>2017-01-05 07:31:25 +0300
committerJosh Johnson <josh@ba3.us>2017-01-05 07:31:25 +0300
commit3d318f339feca77a77784d69ff6c10d73d4c0b55 (patch)
tree005a29d1e53dace393beefa31126a4e1c2e7e945
parent6a9c9a54690ced05ecf72e17c693da17221e3d85 (diff)
Changes images in readme to absolute links instead of relative to fix #1
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5defbb4..d981823 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ The theme features a customizable bio-section and flickr-based photo stream in i
To see more, [check out my blog which is rendered with this theme](http://jnjosh.com) and see it's [configuration on Github](https://github.com/jnjosh/jnjosh.com).
-![internet-weblog showing a Micropost.](images/screenshot.png)
+![internet-weblog showing a Micropost.](https://github.com/jnjosh/internet-weblog/blob/master/images/screenshot.png)
## Contents
@@ -55,7 +55,7 @@ It also assumes you want to display links to your sections of content (`posts`,
The theme works with other content types, but posts work best when grouped under `posts`. When using the `posts` (_note that it is plural_) content type you'll have a customized list page sorted by year and the default list page. Here's an example:
-![Custom List Page sorted by Year](images/posts.png)
+![Custom List Page sorted by Year](https://github.com/jnjosh/internet-weblog/raw/master/images/posts.png)
**Recommendation:** Organize your blog posts under the `posts` directory.
@@ -127,7 +127,7 @@ externalurl = "http://kickstarter.com"
These posts are rendered slightly different with an → to signify that it is remote.
-![External URL](images/linkpost.png)
+![External URL](https://github.com/jnjosh/internet-weblog/raw/master/images/linkpost.png)
### Variables
@@ -145,7 +145,7 @@ These posts are rendered slightly different with an → to signify that it is re
| `[params]` - `Description` | `Describe your site` | No. If set this is added to your pages metadata. |
| `[params]` - `ShowCopyright` | `true` or `false` | No. If true, Copyright text will be added to the footer. |
| `[params]` - `RSSEnabled` | `true` or `false` | No. If true, RSS pages will be generated. |
-| `[params]` - `RSSSections` | `[ "Posts", "Microposts", "Photos" ]` | If you want RSS links in the menu, Yes. These strings need to be the display name of the section where you want to have an RSS icon displayed. ![rss](images/rss.png) |
+| `[params]` - `RSSSections` | `[ "Posts", "Microposts", "Photos" ]` | If you want RSS links in the menu, Yes. These strings need to be the display name of the section where you want to have an RSS icon displayed. ![rss](https://github.com/jnjosh/internet-weblog/blob/master/images/rss.png) |
Here is an example `config.toml`: