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

github.com/radity/raditian-free-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselmanceker <selmanceker@gmail.com>2019-12-26 13:25:55 +0300
committerselmanceker <selmanceker@gmail.com>2019-12-26 13:25:55 +0300
commit28dd9004743fb590b75e4e1412d850e0bac1b81d (patch)
tree2f8410a848dc4829b8d47b3e579c3e860e53e643
parentc624668a1d8bce99718e3ba3ddc3810adb46c968 (diff)
base url updated
-rwxr-xr-xconfig.toml2
-rwxr-xr-xexampleSite/config.toml2
-rwxr-xr-xtheme.toml4
3 files changed, 4 insertions, 4 deletions
diff --git a/config.toml b/config.toml
index 0cda788..6d56544 100755
--- a/config.toml
+++ b/config.toml
@@ -1,4 +1,4 @@
-baseURL = "https://raditian.onrender.com"
+baseURL = "https://raditian-hugo.radity.com/"
languageCode = "en-us"
theme = "raditian"
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0cda788..6d56544 100755
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseURL = "https://raditian.onrender.com"
+baseURL = "https://raditian-hugo.radity.com/"
languageCode = "en-us"
theme = "raditian"
diff --git a/theme.toml b/theme.toml
index ba39c93..82c2a7a 100755
--- a/theme.toml
+++ b/theme.toml
@@ -1,8 +1,8 @@
-name = "Radity Personal Website"
+name = "Raditian Personal Website by Radity"
license = "MIT"
licenselink = "https://github.com/radity/raditian-free-hugo-theme/blob/master/LICENSE"
description = "A free Hugo Theme by Radity: Modern, Fast, Fresh and of course responsive."
-homepage = "https://raditian.onrender.com/"
+homepage = "https://raditian-hugo.radity.com//"
tags = ['personal-website', 'fast', 'typography', 'fresh', 'modern', 'hugo-theme', 'hugo', 'bootstrap', 'responsive', 'clean', 'simple', 'creative', 'contact form', 'custom-design', 'minimalistic', 'portfolio', 'google tag manager', 'google analytics', 'customizable', 'flexbox', 'theme']
features = ['responsive', 'bootstrap']
min_version = "0.55"