Skip to content

Commit 44c55ad

Browse files
committed
update building codes
1 parent 8f69b7a commit 44c55ad

File tree

5 files changed

+7
-14
lines changed

5 files changed

+7
-14
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
public/
1+
public/
2+
*.lock

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A hugo theme which looks like a LaTeX document.
44

55
![screenshot](images/tn.png)
66

7-
**Live Demo: https://hugotex.netlify.app/**
7+
**Live Demo: https://hugotex.vercel.app/**
88

99
This theme is heavily inspired by [latex-css](https://latex.now.sh/).
1010

@@ -24,7 +24,7 @@ Hugo (>= **0.77.0**) is required.
2424
example
2525

2626
```toml
27-
baseURL = "https://hugotex.netlify.app/"
27+
baseURL = "https://hugotex.vercel.app/"
2828
title = "HugoTeX"
2929
paginate = 3
3030
languageCode = "en"

exampleSite/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "https://hugotex.netlify.app/"
1+
baseURL = "https://hugotex.vercel.app/"
22
title = "HugoTeX"
33
paginate = 3
44
languageCode = "en"

netlify.toml

-8
This file was deleted.

theme.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ license = "MIT"
33
licenselink = "https://github.com/HelloRusk/HugoTeX/blob/master/LICENSE"
44
description = "LaTeX style hugo theme"
55
homepage = "https://github.com/HelloRusk/HugoTeX"
6-
demosite = "https://hugotex.netlify.app/"
6+
demosite = "https://hugotex.vercel.app/"
77
tags = ["dark", "light", "blog", "minimal", "simple", "LaTeX"]
88
features = ["minimal", "simple", "responsive", "syntax highlight", "LaTeX"]
99
min_version = "0.77.0"
1010

1111
[author]
1212
name = "HelloRusk"
13-
homepage = "https://hellorusk.vercel.app"
13+
homepage = "https://github.com/hellorusk"

0 commit comments

Comments
 (0)