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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParsiya <that_is_not_my_email@email.email>2016-02-02 10:01:29 +0300
committerParsiya <that_is_not_my_email@email.email>2016-02-02 10:01:29 +0300
commit46886e775451f254b3a3f1478106dcf490a3a190 (patch)
treeb5b2f9df63b88bb714b528137701ec867a0615c1 /theme.toml
parent9f332eb734c878002e8a7898b0a6d4a1c58b85cc (diff)
added a working theme with screenshots
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..05cace0
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,19 @@
+
+name = "Hugo-Octopress"
+license = "MIT"
+licenselink = "https://github.com/parsiya/Hugo-Octopress/blob/master/LICENSE.md"
+description = "Port of the Octopress classic theme for Hugo"
+homepage = "https://github.com/parsiya/hugo-octopress/"
+tags = ["Octopress", "Hugo"]
+features = ["blog", ""]
+min_version = 0.14
+
+[author]
+ name = "Parsia Hakimian"
+ homepage = "http://parsiya.net"
+
+# If porting an existing theme
+[original]
+ name = "Octopress classic theme"
+ homepage = "http://octopress.org"
+ repo = "https://github.com/imathis/octopress/tree/master/.themes/classic"