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 <42170307+2-REC@users.noreply.github.com>2018-09-10 10:30:12 +0300
committerGitHub <noreply@github.com>2018-09-10 10:30:12 +0300
commitef224bbd038f6f12e84e7bdda5a2005429d601ed (patch)
treeca0ed91e079cf6be7e0803f832b6a137e5f603cb /theme.toml
parent4dc67cffa49f060841d1e72f59a799883d0a6bba (diff)
parentf259bd1c2a7db400c93de5e82e541617c417f8bf (diff)
Merge pull request #1 from 2-REC/first-commits
First commits
Diffstat (limited to '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"