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-06-14 15:17:53 +0300
committerHelloRusk <hellorusk1998@gmail.com>2022-06-14 15:17:53 +0300
commit9094304e08c4ea1a538813e2b7656bd916fb2863 (patch)
tree1ae60bdb0bc886e4f76da75d0dd61efcb05183b4
parenta9524e9f197b140f318c75b439bf9f1a3970b6fe (diff)
update username
-rw-r--r--README.md2
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--theme.toml8
3 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index d9e466d..b47088b 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ This theme is heavily inspired by [latex-css](https://latex.now.sh/).
## Quick Start
```bash
-git clone https://github.com/HelloRusk/HugoTeX
+git clone https://github.com/kaisugi/HugoTeX
cd HugoTeX/exampleSite
hugo server -t ../..
# open http://localhost:1313/
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 1f3fb63..8c65b3b 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -2,7 +2,7 @@
<div class="container">
<p class="credits copyright">
<p class="credits theme-by">
- Powered By <a href="https://gohugo.io">Hugo</a>&nbsp;/&nbsp;Theme&nbsp;<a href="https://github.com/HelloRusk/HugoTeX">HugoTeX</a>
+ Powered By <a href="https://gohugo.io">Hugo</a>&nbsp;/&nbsp;Theme&nbsp;<a href="https://github.com/kaisugi/HugoTeX">HugoTeX</a>
<br>
<a href="{{ .Site.BaseURL }}about">{{ .Site.Author.name }}</a>
&copy;
diff --git a/theme.toml b/theme.toml
index bfcc054..45eb4b7 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,13 +1,13 @@
name = "HugoTeX"
license = "MIT"
-licenselink = "https://github.com/HelloRusk/HugoTeX/blob/master/LICENSE"
+licenselink = "https://github.com/kaisugi/HugoTeX/blob/master/LICENSE"
description = "LaTeX style hugo theme"
-homepage = "https://github.com/HelloRusk/HugoTeX"
+homepage = "https://github.com/kaisugi/HugoTeX"
demosite = "https://hugotex.vercel.app/"
tags = ["dark", "light", "blog", "minimal", "simple", "LaTeX"]
features = ["minimal", "simple", "responsive", "syntax highlight", "LaTeX"]
min_version = "0.92.0"
[author]
- name = "HelloRusk"
- homepage = "https://github.com/hellorusk" \ No newline at end of file
+ name = "kaisugi"
+ homepage = "https://github.com/kaisugi" \ No newline at end of file