From 44c55ad1d9c1632e9a9abcb331d16a1a8965f47a Mon Sep 17 00:00:00 2001 From: HelloRusk Date: Sun, 13 Feb 2022 12:36:25 +0900 Subject: update building codes --- .gitignore | 3 ++- README.md | 4 ++-- exampleSite/config.toml | 2 +- netlify.toml | 8 -------- theme.toml | 4 ++-- 5 files changed, 7 insertions(+), 14 deletions(-) delete mode 100644 netlify.toml diff --git a/.gitignore b/.gitignore index d298be1..e98e120 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -public/ \ No newline at end of file +public/ +*.lock \ No newline at end of file diff --git a/README.md b/README.md index 85d84b7..34e78a9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A hugo theme which looks like a LaTeX document. ![screenshot](images/tn.png) -**Live Demo: https://hugotex.netlify.app/** +**Live Demo: https://hugotex.vercel.app/** This theme is heavily inspired by [latex-css](https://latex.now.sh/). @@ -24,7 +24,7 @@ Hugo (>= **0.77.0**) is required. example ```toml -baseURL = "https://hugotex.netlify.app/" +baseURL = "https://hugotex.vercel.app/" title = "HugoTeX" paginate = 3 languageCode = "en" diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 9d91525..fdd1033 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://hugotex.netlify.app/" +baseURL = "https://hugotex.vercel.app/" title = "HugoTeX" paginate = 3 languageCode = "en" diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index d2d9acf..0000000 --- a/netlify.toml +++ /dev/null @@ -1,8 +0,0 @@ -[context.production.environment] -HUGO_VERSION = "0.77.0" -HUGO_ENV = "production" -RUBY_VERSION = "2.6.2" - -[context.deploy-preview.environment] -HUGO_VERSION = "0.77.0" -RUBY_VERSION = "2.6.2" \ No newline at end of file diff --git a/theme.toml b/theme.toml index 3bf57e2..2ac0285 100644 --- a/theme.toml +++ b/theme.toml @@ -3,11 +3,11 @@ license = "MIT" licenselink = "https://github.com/HelloRusk/HugoTeX/blob/master/LICENSE" description = "LaTeX style hugo theme" homepage = "https://github.com/HelloRusk/HugoTeX" -demosite = "https://hugotex.netlify.app/" +demosite = "https://hugotex.vercel.app/" tags = ["dark", "light", "blog", "minimal", "simple", "LaTeX"] features = ["minimal", "simple", "responsive", "syntax highlight", "LaTeX"] min_version = "0.77.0" [author] name = "HelloRusk" - homepage = "https://hellorusk.vercel.app" \ No newline at end of file + homepage = "https://github.com/hellorusk" \ No newline at end of file -- cgit v1.2.3