Changes images in readme to absolute links instead of relative to fix #1
This commit is contained in:
parent
6a9c9a5469
commit
3d318f339f
1 changed files with 4 additions and 4 deletions
|
@ -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).
|
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).
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Contents
|
## 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:
|
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:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**Recommendation:** Organize your blog posts under the `posts` directory.
|
**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.
|
These posts are rendered slightly different with an → to signify that it is remote.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Variables
|
### 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]` - `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]` - `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]` - `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.  |
|
| `[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.  |
|
||||||
|
|
||||||
Here is an example `config.toml`:
|
Here is an example `config.toml`:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue