From 153c0b55cdfc2713f785f4ee6136fddb8b603dad Mon Sep 17 00:00:00 2001 From: rjbasitali Date: Mon, 19 Sep 2022 03:16:47 +0500 Subject: [PATCH] intro --- config.toml | 76 ++++++++++++++++++++++++++++++++- themes/raditian-free-hugo-theme | 1 + 2 files changed, 75 insertions(+), 2 deletions(-) create mode 160000 themes/raditian-free-hugo-theme diff --git a/config.toml b/config.toml index e4b7418..85e786b 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,75 @@ -baseURL = "http://example.org/" +baseURL = "https://raditian-hugo.radity.com/" languageCode = "en-us" -title = "My New Hugo Site" +theme = "raditian-free-hugo-theme" + +# 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] + + sections = ["showcase", "about", "education", "experience", "client-and-work", "testimonial", "contact", "newsletter"] + + googleTagManagerID = "GTM-000000" # Google Analytics works with Google Tag Manager + + [params.logo] + text1 = "Basit" + text2 = "Ali" + + [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/themes/raditian-free-hugo-theme b/themes/raditian-free-hugo-theme new file mode 160000 index 0000000..a25af74 --- /dev/null +++ b/themes/raditian-free-hugo-theme @@ -0,0 +1 @@ +Subproject commit a25af74cbf97f2cc41f0c0bf204da10bcbae5b6b