added section about link posts

This commit is contained in:
Josh Johnson 2016-02-20 13:26:39 -05:00
parent 7974c46948
commit 14472b3a28
2 changed files with 12 additions and 0 deletions

View file

@ -107,6 +107,18 @@ More details about each of these overrides are below in the [overrides](#overrid
**Recommendation:** Add a `layouts/partials/bio.html` file to your site that tells your readers about you. **Recommendation:** Add a `layouts/partials/bio.html` file to your site that tells your readers about you.
#### Creating a Link Post
Sometimes you want a post that just links to another website. This can be done by including the `externalurl` parameter on your individual post. For example, on a post talking about some kickstarter project, you can add this to your individual post's Front Matter:
```
externalurl = "http://kickstarter.com"
```
These posts are rendered slightly different with an → to signify that it is remote.
![External URL](_meta/linkpost.png)
### Variables ### Variables
| Variable | What value? | Required | | Variable | What value? | Required |

BIN
_meta/linkpost.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB