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

github.com/7ma7X/HugoTeX.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author7ma7X <hellorusk1998@gmail.com>2020-06-01 11:39:47 +0300
committer7ma7X <hellorusk1998@gmail.com>2020-06-01 11:39:47 +0300
commit75c97e730a5931426848997f6163c6555cd50ae2 (patch)
treef99bf0fc68637ae05fdb4aec64fa41a6a52633e5 /theme.toml
initial commit
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..73881de
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,15 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "HugoTeX"
+license = "MIT"
+licenselink = "https://github.com/7ma7X/HugoTeX"
+description = "LaTeX style hugo theme"
+homepage = "http://example.com/"
+tags = ["blog", "minimal", "simple", "LaTeX"]
+features = ["minimal", "simple", "responsive", "syntax highlight", "LaTeX"]
+min_version = "0.59.1"
+
+[author]
+ name = "HelloRusk"
+ homepage = "https://hellorusk.net" \ No newline at end of file