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-13 06:36:25 +0300
committerHelloRusk <hellorusk1998@gmail.com>2022-02-13 06:36:25 +0300
commit44c55ad1d9c1632e9a9abcb331d16a1a8965f47a (patch)
tree3a4dc80fc1be3f07d9ec5f835e8d1f466b1fd005
parent8f69b7abef4f1b4a6f9b52df94224b615a4f8754 (diff)
update building codes
-rw-r--r--.gitignore3
-rw-r--r--README.md4
-rw-r--r--exampleSite/config.toml2
-rw-r--r--netlify.toml8
-rw-r--r--theme.toml4
5 files changed, 7 insertions, 14 deletions
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