intro
parent
5958a42494
commit
153c0b55cd
76
config.toml
76
config.toml
|
|
@ -1,3 +1,75 @@
|
||||||
baseURL = "http://example.org/"
|
baseURL = "https://raditian-hugo.radity.com/"
|
||||||
languageCode = "en-us"
|
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"
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a25af74cbf97f2cc41f0c0bf204da10bcbae5b6b
|
||||||
Loading…
Reference in New Issue