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-20 21:26:39 +0300
committerJosh Johnson <jnjosh@jnjosh.com>2016-02-20 21:26:39 +0300
commit14472b3a282edf64fcceec519a55bd59d5f036aa (patch)
treee2280b283a9deba1ba97f38dc1cc881403584233
parent7974c4694898b5fb73d762ce75ba6f3615c6ac50 (diff)
added section about link posts
-rw-r--r--README.md12
-rw-r--r--_meta/linkpost.pngbin0 -> 135454 bytes
2 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7362e2d..9884e4b 100644
--- a/README.md
+++ b/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.
+#### 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
| Variable | What value? | Required |
diff --git a/_meta/linkpost.png b/_meta/linkpost.png
new file mode 100644
index 0000000..f33ab19
--- /dev/null
+++ b/_meta/linkpost.png
Binary files differ