Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2017-05-19 18:01:17 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-05-19 18:01:17 +0300
commit439ba35abb50bf9861d1830197cd5524073e95d3 (patch)
treeb08218da7d7a69ff5d04424f03ade7c88639bdae /exampleSite
parent3f1b7e069d110316a835312bde0aad0483d62407 (diff)
Make host images absURL
Fixes #83
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/static/img/host/matt.pngbin0 -> 66491 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9d639f6..7aa28c8 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -78,7 +78,7 @@ media_prefix = "https://media.blubrry.com/arresteddevops/content.blubrry.com/arr
[params.authors]
[params.authors.Matt]
name = "Matt Stratton"
- thumbnail = "https://www.arresteddevops.com/img/matt.png"
+ thumbnail = "img/host/matt.png"
bio = "Matt Stratton is a solutions architect at Chef, where he demonstrates how Chef’s automation platform provides speed and flexibility to clients’ infrastructure. He is devoted to concepts like Continuous Delivery and Infrastructure as Code, and his license plate actually says “DevOps”. He lives in Chicago and has an unhealthy obsession with Doctor Who, Firefly, and Game of Thrones. And whiskey."
[params.authors.Matt.social]
github = "mattstratton"
diff --git a/exampleSite/static/img/host/matt.png b/exampleSite/static/img/host/matt.png
new file mode 100644
index 0000000..255505f
--- /dev/null
+++ b/exampleSite/static/img/host/matt.png
Binary files differ