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

github.com/ianrodrigues/hugo-tailwind-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Rodrigues <ianrdgs@gmail.com>2019-11-19 21:36:13 +0300
committerGitHub <noreply@github.com>2019-11-19 21:36:13 +0300
commit31043c498319249e241db240e85cc3609ecb5737 (patch)
treef32056d54e7aa9f52e9ed5376850e524f541254f /theme.toml
parentb1538c8520b5539c0db282c934c3ac668962c287 (diff)
Hugo theme (#1)
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..2986f65
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,12 @@
+name = "Tailwind Journal"
+license = "MIT"
+licenselink = "https://github.com/ianrodrigues/hugo-tailwind-journal/blob/master/readme.md"
+description = "A minimalist journal template for Hugo using TailwindCSS."
+homepage = "https://github.com/ianrodrigues/hugo-tailwind-journal"
+tags = ["minimalist", "reading", "blog", "tailwindcss"]
+features = ["blog"]
+min_version = "0.54.0"
+
+[author]
+ name = "Ian Rodrigues"
+ homepage = "https://ianrodrigues.dev"