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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netlify.toml13
-rw-r--r--theme.toml2
2 files changed, 14 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..5e12501
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,13 @@
+[build]
+publish = "exampleSite/public"
+command = "cd exampleSite && hugo --themesDir ../.."
+
+[build.environment]
+HUGO_VERSION = "0.78.2"
+HUGO_THEME = "repo"
+HUGO_BASEURL = "https://ublogger.netlify.app"
+
+[[headers]]
+for = "/*"
+[headers.values]
+Access-Control-Allow-Origin = "*" \ No newline at end of file
diff --git a/theme.toml b/theme.toml
index b4ffbac..6599275 100644
--- a/theme.toml
+++ b/theme.toml
@@ -31,4 +31,4 @@ min_version = "0.62.0"
[original]
name = "LoveIt"
homepage = "https://dillonzq.com/"
- repo = "https://github.com/dillonzq/LoveIt"
+ repo = "https://github.com/dillonzq/LoveIt" \ No newline at end of file