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

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Severin <severinderek@gmail.com>2018-09-10 10:25:24 +0300
committerDerek Severin <severinderek@gmail.com>2018-09-10 10:25:24 +0300
commitf259bd1c2a7db400c93de5e82e541617c417f8bf (patch)
treeca0ed91e079cf6be7e0803f832b6a137e5f603cb
parentea6fa8bbc08508cd145b618fa0fe75823805e0e6 (diff)
Added theme.toml
-rw-r--r--theme.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..a500294
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,17 @@
+name = "MyPortfolio"
+license = "Apache License 2.0"
+licenselink = "//github.com/2-REC/hugo-myportfolio-theme/blob/master/LICENSE"
+description = "A portfolio HUGO theme for developers and creatives."
+homepage = "//github.com/2-REC/hugo-myportfolio-theme"
+tags = ["portfolio"]
+features = ["responsive", "portfolio", "substitutable strings"]
+min_version = 0.44
+
+[author]
+ name = "2-REC"
+ homepage = "//github.com/2-REC"
+
+[original]
+ name = "digitalcraftsman"
+ homepage = "//github.com/digitalcraftsman"
+ repo = "//github.com/digitalcraftsman/hugo-creative-theme"