From a9a81b0195f44630c5eb7c668ee7fb38cfcf7ca7 Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Thu, 18 May 2017 11:21:18 -0400 Subject: [PATCH] Update theme to 0.5.1 --- config.codekit3 | 34 ++++++++++++++++++++++++++++++++++ theme.toml | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/config.codekit3 b/config.codekit3 index 12f69f8f..639dfb38 100644 --- a/config.codekit3 +++ b/config.codekit3 @@ -4689,6 +4689,12 @@ "oAP": "\/exampleSite\/.gitignore", "oF": 0 }, + "\/exampleSite\/config.toml": { + "ft": 8192, + "oA": 2, + "oAP": "\/exampleSite\/config.toml", + "oF": 0 + }, "\/exampleSite\/content\/about\/about.md": { "cS": 0, "eF": 1, @@ -4851,6 +4857,24 @@ "rFN": 0, "uCM": 0 }, + "\/exampleSite\/content\/episode\/june.md": { + "cS": 0, + "eF": 1, + "eL": 1, + "eLB": 0, + "ema": 1, + "eSQ": 1, + "ft": 4096, + "oA": 1, + "oAP": "\/exampleSite\/content\/episode\/june.html", + "oF": 0, + "oFM": 0, + "oS": 0, + "pHT": 0, + "pME": 1, + "rFN": 0, + "uCM": 0 + }, "\/exampleSite\/content\/episode\/march.md": { "cS": 0, "eF": 1, @@ -7986,6 +8010,16 @@ "oF": 0, "oS": 0 }, + "\/static\/css\/grey.css": { + "aP": 1, + "bl": 0, + "ft": 16, + "ma": 0, + "oA": 1, + "oAP": "\/static\/css\/grey-min.css", + "oF": 0, + "oS": 0 + }, "\/static\/css\/jssocials-theme-plain.css": { "aP": 1, "bl": 0, diff --git a/theme.toml b/theme.toml index 9efc534a..a14fb714 100644 --- a/theme.toml +++ b/theme.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/mattstratton/castanet" tags = ["podcast", "responsive"] features = ["podcast RSS", "subscribe buttons"] min_version = 0.19 -theme_version = "0.5.0" +theme_version = "0.5.1" [author] name = "Matt Stratton"