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>2020-01-03 16:00:31 +0300
committerselmanceker <selmanceker@gmail.com>2020-01-03 16:00:31 +0300
commit4729cff16077d87607149ce8d45ff71f51a00484 (patch)
tree9f19d29d0d9d9b79211ed6af37171860fccf7da5
parent28dd9004743fb590b75e4e1412d850e0bac1b81d (diff)
theme name made same everywhere, unnecessary config file removed
-rw-r--r--README.md4
-rwxr-xr-xconfig.toml73
-rwxr-xr-xexampleSite/config.toml2
-rwxr-xr-xtheme.toml2
4 files changed, 5 insertions, 76 deletions
diff --git a/README.md b/README.md
index b7593d5..28c8425 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
-# raditian-hugo-theme
+# raditian-free-hugo-theme
###### Raditian Hugo Theme for Personal Websites
A free Hugo Theme by Radity: Modern, Fast, Fresh and of course responsive.
+Demo: https://raditian-hugo.radity.com
+
<img src="https://raditycmswebsite-live-5f5ab2ec57ec4907b-b52c0bb.divio-media.net/filer_public/73/76/7376fcbd-46ff-4e8b-85b6-e4f9175658ad/01_-_mainpage_exportable_copy_31x_2.png" width="100%" alt="raditian-hugo-theme-by-radity">
## Download
diff --git a/config.toml b/config.toml
deleted file mode 100755
index 6d56544..0000000
--- a/config.toml
+++ /dev/null
@@ -1,73 +0,0 @@
-baseURL = "https://raditian-hugo.radity.com/"
-languageCode = "en-us"
-theme = "raditian"
-
-# Plugins
-[params.plugins]
-
- # CSS Plugins
- [[params.plugins.css]]
- URL = "/css/main.css"
- [[params.plugins.css]]
- URL = "/css/rad-icons.css"
- [[params.plugins.css]]
- URL = "/css/custom.css"
-
- # JS Plugins
- [[params.plugins.js]]
- URL = "/js/rad-animations.js"
- [[params.plugins.js]]
- URL = "/js/sticky-header.js"
- [[params.plugins.js]]
- URL = "/js/library/fontfaceobserver.js"
-
-
-# navigation
-[menu]
-
- [[menu.header]]
- name = "About"
- URL = "#about"
- weight = 2
-
- [[menu.header]]
- name = "Portfolio"
- URL = "#portfolio"
- weight = 3
-
- [[menu.header]]
- name = "Contact"
- URL = "#contact"
- weight = 4
-
-
- [[menu.footer]]
- name = "About"
- URL = "#about"
- weight = 2
-
- [[menu.footer]]
- name = "Portfolio"
- URL = "#portfolio"
- weight = 3
-
- [[menu.footer]]
- name = "Contact"
- URL = "#contact"
- weight = 4
-
-
-[params]
-
- googleTagManagerID = "GTM-000000" # Google Analytics works with Google Tag Manager
-
- [params.logo]
- text1 = "Andreas"
- text2 = "Ellure"
-
- [params.footer]
- copyright = "© Raditian. All rights reserved."
- [params.footer.radity_logo]
- x = "/img/general/design-and-code-radity.png"
- _2x = "/img/general/design-and-code-radity@2x.png"
- alt = "Design & Code - Radity" \ No newline at end of file
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6d56544..50192f1 100755
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,6 +1,6 @@
baseURL = "https://raditian-hugo.radity.com/"
languageCode = "en-us"
-theme = "raditian"
+theme = "raditian-free-hugo-theme"
# Plugins
[params.plugins]
diff --git a/theme.toml b/theme.toml
index 82c2a7a..1916f8f 100755
--- a/theme.toml
+++ b/theme.toml
@@ -1,4 +1,4 @@
-name = "Raditian Personal Website by Radity"
+name = "raditian-free-hugo-theme"
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."