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

github.com/mrmierzejewski/hugo-theme-console.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Mierzejewski <marcin@mierzejewski.net>2020-04-30 23:02:40 +0300
committerMarcin Mierzejewski <marcin@mierzejewski.net>2020-04-30 23:02:40 +0300
commit9943fc2d5557429370854c53356729c110a45938 (patch)
tree64c5de8fd1576113d67482a077c072078d6f95fc /theme.toml
big bang
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..c5d794f
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,18 @@
+name = "hugo-theme-console"
+license = "MIT"
+licenselink = "https://github.com/mrmierzejewski/hugo-theme-console/blob/master/LICENSE"
+description = "A minimal, responsive and light theme for Hugo inspired by Linux console."
+homepage = "https://github.com/mrmierzejewski/hugo-theme-console"
+tags = ["blog", "gallery", "portfolio", "console", "terminal", "clean", "personal", "minimal", "monotone", "simple", "technical", "responsive", "mobile", "minimalist", "retro", "animation"]
+features = ["disqus", "responsive", "google analytics"]
+min_version = "0.69.0"
+
+[author]
+ name = "Marcin Mierzejewski"
+ homepage = "https://mrmierzejewski.com"
+ github = "https://github.com/mrmierzejewski"
+
+[original]
+ author = "Jonas D."
+ homepage = "https://terminalcss.xyz/"
+ repo = "https://github.com/Gioni06/terminal.css"