added section about link posts
This commit is contained in:
parent
7974c46948
commit
14472b3a28
2 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### Variables
|
### Variables
|
||||||
|
|
||||||
| Variable | What value? | Required |
|
| Variable | What value? | Required |
|
||||||
|
|
BIN
_meta/linkpost.png
Normal file
BIN
_meta/linkpost.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
Loading…
Add table
Reference in a new issue