Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/queensferryme/hugo-theme-texify.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQueensferry <queensferry.me@gmail.com>2021-02-26 11:26:48 +0300
committerQueensferry <queensferry.me@gmail.com>2021-02-26 11:48:59 +0300
commitdc680d72f128e56b145e31947c2baee3d779ae49 (patch)
treeca1fad1015daff69378f64d79658ab65844c4228
parentca87543be2ea7e4bc18956c0e5063c5fea3ef61c (diff)
chore: add netlify configuration
-rw-r--r--exampleSite/config.toml2
-rw-r--r--netlify.toml8
2 files changed, 9 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ba0bad5..5eb1309 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseURL = "https://example.com/"
+baseURL = "https://hugo-theme-texify.qufy.me"
defaultContentLanguage = "en"
hasCJKLanguage = true
languageCode = "en"
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..7ebb2c0
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,8 @@
+[build]
+publish = "public"
+command = "git clone https://github.com/queensferryme/hugo-theme-texify.git /opt/build/hugo-theme-texify && make build"
+
+[context.production.environment]
+HUGO_VERSION = "0.80.0"
+HUGO_ENV = "production"
+HUGO_ENABLEGITINFO = "true"