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 /README.md
parent8f69b7abef4f1b4a6f9b52df94224b615a4f8754 (diff)
update building codes
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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"