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

github.com/miguelsimoni/hugo-initio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel.Simoni <miguel.simoni@gmail.com>2021-05-09 01:49:05 +0300
committerMiguel.Simoni <miguel.simoni@gmail.com>2021-05-09 01:49:05 +0300
commit3c53346280580361859b69a05221d22717a8c455 (patch)
tree7f7bbffb61ada2b04315413925e9db3e6196a3cd
parent55efd02bad477d4cce72bc938277cde8e769e5cd (diff)
Configuration updates:
- This theme download link in the Downloads section - Author homepage - Param baseURL
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/home/downloads/download2.md2
-rw-r--r--theme.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 00931ff..8ee1684 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseURL = "http://localhost:1313/"
+baseURL = "https://miguelsimoni.github.io/hugo-initio-site/"
languageCode = "en"
title = "Initio - Free, multipurpose html5 template by GetTemplate"
theme = "hugo-initio"
diff --git a/exampleSite/content/home/downloads/download2.md b/exampleSite/content/home/downloads/download2.md
index 0f5f2b3..c675fc7 100644
--- a/exampleSite/content/home/downloads/download2.md
+++ b/exampleSite/content/home/downloads/download2.md
@@ -1,6 +1,6 @@
+++
title = "Download HUGO template"
-file = "https://github.com/miguelsimoni/hugo-initio/archive/master.zip"
+file = "https://github.com/miguelsimoni/hugo-initio/archive/main.zip"
weigth = 2
+++
diff --git a/theme.toml b/theme.toml
index ff44abb..0dfa823 100644
--- a/theme.toml
+++ b/theme.toml
@@ -9,7 +9,7 @@ min_version = "0.68.3"
[author]
name = "Miguel Simoni"
- homepage = "https://miguelsimoni.github.io/"
+ homepage = "https://miguelsimoni.xyz/"
[original]
name = "Initio"