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

github.com/damiencaselli/hugo-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Caselli <damien.caselli@gmail.com>2017-07-23 19:13:09 +0300
committerDamien Caselli <damien.caselli@gmail.com>2017-07-23 19:13:09 +0300
commit0b35562cc172ebeb52ae765dc233d939d0d1267c (patch)
tree540ec8756ada4ff4fae3e3567a59fd0f62d73757 /theme.toml
parent189d4519a9a2d00f422f7dbb3a40633ff235d257 (diff)
Add code scaffold
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..02a8d08
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,12 @@
+name = "Journal"
+license = "MIT"
+licenselink = "https://github.com/damiencaselli/journal/blob/master/LICENSE.md"
+description = "Minimalist theme for Hugo."
+homepage = "https://damiencaselli.github.io/journal"
+tags = ["minimalist", "reading", "blog"]
+features = ["blog"]
+min_version = "0.25.1"
+
+[author]
+ name = "Damien Caselli"
+ homepage = "https://damiencaselli.github.io/journal"