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:
author7ma7X <hellorusk1998@gmail.com>2020-06-11 14:17:28 +0300
committer7ma7X <hellorusk1998@gmail.com>2020-06-11 14:17:28 +0300
commit4f2d79d776b17c2b906ffa6922ccb7c6331db75f (patch)
tree1ccb538d66efd54c5869408b66b84d4e25e129c8
parent5c1ee356eb1fc573bfc725e3f474efe61df42294 (diff)
fix baseURL and licenselink
-rw-r--r--exampleSite/config.toml2
-rw-r--r--theme.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f5568f5..5a48a70 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseURL = "https://hugotex.netlify.app/"
+baseURL = "https://www.example.com"
title = "HugoTeX"
paginate = 3
languageCode = "en"
diff --git a/theme.toml b/theme.toml
index eafac5c..da0da44 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,6 +1,6 @@
name = "HugoTeX"
license = "MIT"
-licenselink = "https://github.com/7ma7X/HugoTeX"
+licenselink = "https://github.com/7ma7X/HugoTeX/blob/master/LICENSE"
description = "LaTeX style hugo theme"
homepage = "https://hugotex.netlify.app/"
tags = ["blog", "minimal", "simple", "LaTeX"]