From 9094304e08c4ea1a538813e2b7656bd916fb2863 Mon Sep 17 00:00:00 2001 From: HelloRusk Date: Tue, 14 Jun 2022 21:17:53 +0900 Subject: update username --- README.md | 2 +- layouts/partials/footer.html | 2 +- theme.toml | 8 ++++---- 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 @@

- Powered By Hugo / Theme HugoTeX + Powered By Hugo / Theme HugoTeX
{{ .Site.Author.name }} © 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 -- cgit v1.2.3