parent
c3074a4397
commit
0cf1deabc1
1 changed files with 327 additions and 0 deletions
@ -0,0 +1,327 @@ |
||||
######################## default configuration #################### |
||||
baseURL = "https://thelyoncompany.com/" |
||||
title = "The Lyon Company | Building Information Technology Consulting Services Integral To Your Business’ Success! | Los Angeles & Orange County, CA" |
||||
theme = "copper-hugo" |
||||
# post pagination |
||||
paginate = "6" |
||||
# post excerpt |
||||
summaryLength = "10" |
||||
# google analytics |
||||
googleAnalytics = "" # example : UA-123-45 |
||||
# disqus short name |
||||
disqusShortname = "thelyoncompany-com" # get your shortname form here : https://disqus.com |
||||
# disable language |
||||
disableLanguages = "Fr" # desable language from here |
||||
|
||||
############################# Outputs ############################## |
||||
[outputs] |
||||
home = ["HTML", "RSS"] |
||||
|
||||
[markup.goldmark.renderer] |
||||
unsafe= true |
||||
|
||||
############################# Plugins ############################## |
||||
|
||||
# CSS Plugins |
||||
[[params.plugins.css]] |
||||
link = "plugins/bootstrap/bootstrap.min.css" |
||||
[[params.plugins.css]] |
||||
link = "plugins/themify-icons/themify-icons.css" |
||||
[[params.plugins.css]] |
||||
link = "plugins/slick/slick.css" |
||||
[[params.plugins.css]] |
||||
link = "plugins/slick/slick-theme.css" |
||||
[[params.plugins.css]] |
||||
link = "plugins/aos/aos.css" |
||||
|
||||
# JS Plugins |
||||
[[params.plugins.js]] |
||||
link = "plugins/jQuery/jquery.min.js" |
||||
[[params.plugins.js]] |
||||
link = "plugins/bootstrap/bootstrap.min.js" |
||||
[[params.plugins.js]] |
||||
link = "plugins/slick/slick.min.js" |
||||
[[params.plugins.js]] |
||||
link = "plugins/turbolinks/turbolinks.js" |
||||
[[params.plugins.js]] |
||||
link = "plugins/shuffle/shuffle.min.js" |
||||
[[params.plugins.js]] |
||||
link = "plugins/aos/aos.js" |
||||
|
||||
#################### default parameters ################################ |
||||
[params] |
||||
logo = "images/logo.png" |
||||
# Meta data |
||||
description = "In today’s fast pace digital world, information technology is integral to your business’ success. At The Lyon Company we will work with you to take care of the technical aspects of your business, allowing you to focus on important business initiatives." |
||||
author = "Edwin Lyon" |
||||
# contact form action |
||||
contact_form_action = "" # contact form works with https://formspree.io |
||||
|
||||
# Preloader |
||||
[params.preloader] |
||||
enable = false |
||||
preloader = "images/preloader.gif" # use jpg, png, svg or gif format. |
||||
|
||||
# navigation button |
||||
[params.navigation_button_bordered] |
||||
enable = true |
||||
label = "SIGN UP" |
||||
url = "https://element.thelyoncompany.com/#/register" |
||||
|
||||
[params.navigation_button_linked] |
||||
enable = true |
||||
label = "LOG IN" |
||||
url = "https://element.thelyoncompany.com/#/login" |
||||
|
||||
# subscription |
||||
[params.subscription] |
||||
enable = true |
||||
mailchimp_form_action = "" |
||||
mailchimp_form_name = "" |
||||
|
||||
# cookies |
||||
[cookies] |
||||
enable = true |
||||
expire_days = 2 |
||||
content = "This site uses cookies. By continuing to use this website, you agree to their use." |
||||
button = "I Accept" |
||||
|
||||
############################# social site ######################## |
||||
[[params.social]] |
||||
name = "facebook" |
||||
icon = "ti-facebook" # themify icon : https://themify.me/themify-icons |
||||
link = "https://facebook.com/" |
||||
|
||||
[[params.social]] |
||||
name = "github" |
||||
icon = "ti-github" # themify icon : https://themify.me/themify-icons |
||||
link = "https://github.com/practical-engelbart" |
||||
|
||||
[[params.social]] |
||||
name = "linkedin" |
||||
icon = "ti-linkedin" # themify icon : https://themify.me/themify-icons |
||||
link = "https://www.linkedin.com/company/the-lyon-company-llc" |
||||
|
||||
################################### English language ##################################### |
||||
[Languages.en] |
||||
languageName = "En" |
||||
languageCode = "en-us" |
||||
contentDir = "content/english" |
||||
weight = 1 |
||||
footer_content = "The Lyon Company is an information services & technology consultancy delivering advanced comprehensive IT and cyber security solutions for businesses and technology startups in Los Angeles & Orange County, CA." |
||||
# copyright |
||||
copyright = "Copyright © 2022 [The Lyon Company LLC.](https://www.thelyoncompany.com) All Rights Reserved. | [Privacy Policy](https://www.thelyoncompany.com/privacy-policy) | [Terms of Service](https://www.thelyoncompany.com/terms-of-service) | [Cookie Policy](https://www.thelyoncompany.com/cookie-policy)" |
||||
|
||||
|
||||
############### English navigation ################ |
||||
# main menu |
||||
[[Languages.en.menu.main]] |
||||
name = "HOME" |
||||
url = "/" |
||||
weight = 1 |
||||
|
||||
[[Languages.en.menu.main]] |
||||
name = "COMPANY" |
||||
weight = 2 |
||||
hasChildren = true |
||||
|
||||
[[Languages.en.menu.main]] |
||||
parent = "COMPANY" |
||||
name = "ABOUT US" |
||||
url = "about" |
||||
|
||||
[[Languages.en.menu.main]] |
||||
parent = "COMPANY" |
||||
name = "FAQ" |
||||
url = "faq" |
||||
|
||||
[[Languages.en.menu.main]] |
||||
parent = "COMPANY" |
||||
name = "LEADERSHIP" |
||||
url = "leadership" |
||||
|
||||
[[Languages.en.menu.main]] |
||||
name = "SOLUTIONS" |
||||
weight = 3 |
||||
hasChildren = true |
||||
|
||||
[[Languages.en.menu.main]] |
||||
parent = "SOLUTIONS" |
||||
name = "CONSULTING SERVICES" |
||||
url = "services" |
||||
|
||||
[[Languages.en.menu.main]] |
||||
parent = "SOLUTIONS" |
||||
name = "CYBERSECURITY" |
||||
url = "cybersecurity" |
||||
|
||||
[[Languages.en.menu.main]] |
||||
parent = "SOLUTIONS" |
||||
name = "INFRASTRUCTURE" |
||||
url = "infrastructure" |
||||
|
||||
[[Languages.en.menu.main]] |
||||
parent = "SOLUTIONS" |
||||
name = "IT STRATEGY" |
||||
url = "it-strategy" |
||||
|
||||
[[Languages.en.menu.main]] |
||||
name = "LEGAL" |
||||
weight = 4 |
||||
hasChildren = true |
||||
|
||||
[[Languages.en.menu.main]] |
||||
parent = "LEGAL" |
||||
name = "PRIVACY POLICY" |
||||
url = "privacy-policy" |
||||
|
||||
[[Languages.en.menu.main]] |
||||
parent = "LEGAL" |
||||
name = "TERMS OF SERVICE" |
||||
url = "terms-of-service" |
||||
|
||||
[[Languages.en.menu.main]] |
||||
parent = "LEGAL" |
||||
name = "COOKIE POLICY" |
||||
url = "cookie-policy" |
||||
|
||||
[[Languages.en.menu.main]] |
||||
name = "BLOG" |
||||
url = "blog" |
||||
weight = 5 |
||||
|
||||
[[Languages.en.menu.main]] |
||||
name = "CONTACT" |
||||
url = "contact" |
||||
weight = 6 |
||||
|
||||
# Footer menu |
||||
[[Languages.en.menu.footer]] |
||||
name = "About Us" |
||||
url = "about" |
||||
weight = 1 |
||||
|
||||
[[Languages.en.menu.footer]] |
||||
name = "Latest Post" |
||||
url = "blog" |
||||
weight = 2 |
||||
|
||||
[[Languages.en.menu.footer]] |
||||
name = "FAQ" |
||||
url = "faq" |
||||
weight = 3 |
||||
|
||||
[[Languages.en.menu.footer]] |
||||
name = "Cybersecurity" |
||||
url = "cybersecurity" |
||||
weight = 4 |
||||
|
||||
[[Languages.en.menu.footer]] |
||||
name = "Infrastructure" |
||||
url = "infrastructure" |
||||
weight = 5 |
||||
|
||||
[[Languages.en.menu.footer]] |
||||
name = "IT Strategy" |
||||
url = "it-strategy" |
||||
weight = 6 |
||||
|
||||
[[Languages.en.menu.footer]] |
||||
name = "Contact Us" |
||||
url = "contact" |
||||
weight = 7 |
||||
|
||||
|
||||
################################### French language ##################################### |
||||
[Languages.fr] |
||||
languageName = "Fr" |
||||
languageCode = "fr-fr" |
||||
contentDir = "content/french" |
||||
weight = 2 |
||||
footer_content = "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore dolore magna aliquyam eratnonumy onsetetur" |
||||
# copyright |
||||
copyright = "Designed By [Themefisher](https://themefisher.com/) & Developed By [Gethugothemes](https://gethugothemes.com/)" |
||||
|
||||
|
||||
############### English navigation ################ |
||||
# main menu |
||||
[[Languages.fr.menu.main]] |
||||
name = "Home" |
||||
url = "/" |
||||
weight = 1 |
||||
|
||||
[[Languages.fr.menu.main]] |
||||
name = "About" |
||||
url = "about" |
||||
weight = 2 |
||||
|
||||
[[Languages.fr.menu.main]] |
||||
name = "Services" |
||||
url = "services" |
||||
weight = 3 |
||||
|
||||
[[Languages.fr.menu.main]] |
||||
name = "Team" |
||||
url = "team" |
||||
weight = 4 |
||||
|
||||
[[Languages.fr.menu.main]] |
||||
name = "Blog" |
||||
url = "blog" |
||||
weight = 5 |
||||
|
||||
[[Languages.fr.menu.main]] |
||||
name = "Contact" |
||||
url = "contact" |
||||
weight = 6 |
||||
|
||||
[[Languages.fr.menu.main]] |
||||
name = "Pages" |
||||
weight = 7 |
||||
hasChildren = true |
||||
|
||||
[[Languages.fr.menu.main]] |
||||
parent = "Pages" |
||||
name = "Career" |
||||
url = "career" |
||||
|
||||
[[Languages.fr.menu.main]] |
||||
parent = "Pages" |
||||
name = "Pricing" |
||||
url = "pricing" |
||||
|
||||
[[Languages.fr.menu.main]] |
||||
parent = "Pages" |
||||
name = "How It Works" |
||||
url = "how-it-works" |
||||
|
||||
[[Languages.fr.menu.main]] |
||||
parent = "Pages" |
||||
name = "Testimonial" |
||||
url = "testimonial" |
||||
|
||||
[[Languages.fr.menu.main]] |
||||
parent = "Pages" |
||||
name = "Faq" |
||||
url = "faq" |
||||
|
||||
[[Languages.fr.menu.main]] |
||||
parent = "Pages" |
||||
name = "Changelog" |
||||
url = "changelog" |
||||
|
||||
# Footer menu |
||||
[[Languages.fr.menu.footer]] |
||||
name = "Faq" |
||||
url = "faq" |
||||
weight = 1 |
||||
|
||||
[[Languages.fr.menu.footer]] |
||||
name = "Terms & Conditions" |
||||
url = "terms-conditions" |
||||
weight = 2 |
||||
|
||||
[[Languages.fr.menu.footer]] |
||||
name = "Privacy Policy" |
||||
url = "privacy-policy" |
||||
weight = 3 |
Loading…
Reference in new issue