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>2021-03-24 02:48:18 +0300
committerHelloRusk <hellorusk1998@gmail.com>2021-03-24 02:48:18 +0300
commit6e34f7454341afe906c67d9c6290d57c1b79258c (patch)
tree0a0942b6cd8a05cf3241f5a8eb1ad565e53380e0
parente715842bd3d9372b0d8c387f4feb76a65c1db44d (diff)
update my screename
-rw-r--r--README.md5
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--theme.toml2
3 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index ab1e23d..2bee89d 100644
--- a/README.md
+++ b/README.md
@@ -10,10 +10,11 @@ This theme is heavily inspired by [latex-css](https://github.com.cnpmjs.org/vinc
## Quick Start
-```
-git clone https://github.com/7ma7X/HugoTeX
+```bash
+git clone https://github.com/HelloRusk/HugoTeX
cd HugoTeX/exampleSite
hugo server -t ../..
+# open http://localhost:1313/
```
Hugo (>= **0.77.0**) is required.
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 5ccbfa1..1f3fb63 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/7ma7X/HugoTeX">HugoTeX</a>
+ Powered By <a href="https://gohugo.io">Hugo</a>&nbsp;/&nbsp;Theme&nbsp;<a href="https://github.com/HelloRusk/HugoTeX">HugoTeX</a>
<br>
<a href="{{ .Site.BaseURL }}about">{{ .Site.Author.name }}</a>
&copy;
diff --git a/theme.toml b/theme.toml
index da0da44..75cdcb7 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,6 +1,6 @@
name = "HugoTeX"
license = "MIT"
-licenselink = "https://github.com/7ma7X/HugoTeX/blob/master/LICENSE"
+licenselink = "https://github.com/HelloRusk/HugoTeX/blob/master/LICENSE"
description = "LaTeX style hugo theme"
homepage = "https://hugotex.netlify.app/"
tags = ["blog", "minimal", "simple", "LaTeX"]