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:
authorHelloRusk <hellorusk1998@gmail.com>2022-02-23 05:47:32 +0300
committerHelloRusk <hellorusk1998@gmail.com>2022-02-23 05:47:32 +0300
commit20c5d35a1ec84b8712129e80ee05a7bbfe5f5a98 (patch)
tree7463af05382126b75d1450eb31a4763847781106
parent58577a37ac43856b2f37dd30f1c2db9b8f5ce2f2 (diff)
update minimal version of Hugo
-rw-r--r--README.md2
-rw-r--r--theme.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ed97d9a..df7fc90 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ hugo server -t ../..
# open http://localhost:1313/
```
-Hugo (>= **0.77.0**) is required.
+Hugo (>= **0.92.0**) is required.
## Config settings
diff --git a/theme.toml b/theme.toml
index 2ac0285..bfcc054 100644
--- a/theme.toml
+++ b/theme.toml
@@ -6,7 +6,7 @@ homepage = "https://github.com/HelloRusk/HugoTeX"
demosite = "https://hugotex.vercel.app/"
tags = ["dark", "light", "blog", "minimal", "simple", "LaTeX"]
features = ["minimal", "simple", "responsive", "syntax highlight", "LaTeX"]
-min_version = "0.77.0"
+min_version = "0.92.0"
[author]
name = "HelloRusk"