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 <jnjosh@jnjosh.com>2016-02-22 05:34:41 +0300
committerJosh Johnson <jnjosh@jnjosh.com>2016-02-22 05:34:41 +0300
commitb664f054d6036605455d8f6b29a22b56559e4abc (patch)
tree42c92ce3bf9d5e7ee2dc37ba6e73e484ecad0a18
parent4c1da511025e7f2500098a3842a257ad65d311de (diff)
renamed _meta to images and added thumbnail to conform to hugotheme rules
-rw-r--r--README.md8
-rw-r--r--images/linkpost.png (renamed from _meta/linkpost.png)bin135454 -> 135454 bytes
-rw-r--r--images/posts.png (renamed from _meta/posts.png)bin53062 -> 53062 bytes
-rw-r--r--images/rss.png (renamed from _meta/rss.png)bin13996 -> 13996 bytes
-rw-r--r--images/screenshot.png (renamed from _meta/sample.png)bin568197 -> 568197 bytes
-rw-r--r--images/tn.pngbin0 -> 185275 bytes
6 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index f109262..0b982af 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.](_meta/sample.png)
+![internet-weblog showing a Micropost.](images/sample.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](_meta/posts.png)
+![Custom List Page sorted by Year](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](_meta/linkpost.png)
+![External URL](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](_meta/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](images/rss.png) |
Here is an example `config.toml`:
diff --git a/_meta/linkpost.png b/images/linkpost.png
index f33ab19..f33ab19 100644
--- a/_meta/linkpost.png
+++ b/images/linkpost.png
Binary files differ
diff --git a/_meta/posts.png b/images/posts.png
index 87955c1..87955c1 100644
--- a/_meta/posts.png
+++ b/images/posts.png
Binary files differ
diff --git a/_meta/rss.png b/images/rss.png
index b4300a3..b4300a3 100644
--- a/_meta/rss.png
+++ b/images/rss.png
Binary files differ
diff --git a/_meta/sample.png b/images/screenshot.png
index fa7ae6e..fa7ae6e 100644
--- a/_meta/sample.png
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
new file mode 100644
index 0000000..8f93527
--- /dev/null
+++ b/images/tn.png
Binary files differ