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-18 18:21:18 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-05-18 18:21:18 +0300
commita9a81b0195f44630c5eb7c668ee7fb38cfcf7ca7 (patch)
treea97fd75ee160d7751253413cf90d85a7c88ea56d
parent047567934ba40bbd66724066adcdf8537b60ecc2 (diff)
Update theme to 0.5.1v0.5.1
-rw-r--r--config.codekit334
-rw-r--r--theme.toml2
2 files changed, 35 insertions, 1 deletions
diff --git a/config.codekit3 b/config.codekit3
index 12f69f8..639dfb3 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 9efc534..a14fb71 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"