|
| 1 | +baseURL = "http://example.org/" |
| 2 | +languageCode = "en-us" |
| 3 | +title = "here" |
| 4 | +theme = "roxo-hugo" |
| 5 | +summarylength = 25 |
| 6 | + |
| 7 | +# Site Menus |
| 8 | +[menu] |
| 9 | + # Navbar Menus |
| 10 | + [[menu.nav]] |
| 11 | + name = "Home" |
| 12 | + url = "" |
| 13 | + weight = 1 |
| 14 | + [[menu.nav]] |
| 15 | + name = "About" |
| 16 | + url = "about" |
| 17 | + weight = 2 |
| 18 | + [[menu.nav]] |
| 19 | + name = "Portfolio" |
| 20 | + url = "portfolio" |
| 21 | + weight = 3 |
| 22 | + [[menu.nav]] |
| 23 | + name = "Blog" |
| 24 | + url = "blog" |
| 25 | + weight = 4 |
| 26 | + [[menu.nav]] |
| 27 | + name = "Get in touch" |
| 28 | + url = "contact" |
| 29 | + weight = 5 |
| 30 | + |
| 31 | +# Site Params |
| 32 | +[params] |
| 33 | + logo = "images/MiR_logo.png" |
| 34 | + dateFormat = "26 FEB 1994" |
| 35 | + # Meta data |
| 36 | + description = "Roxo Hugo themes | Design Agency Template by StaticMania" |
| 37 | + author = "StaticMania" |
| 38 | + # Google Analitycs |
| 39 | + googleAnalitycsID = "Your ID" |
| 40 | + # We're using formspree.io for form handling, paste your formspree url below |
| 41 | + formspreeFormUrl = "https://formspree.io/myykjpje" |
| 42 | + |
| 43 | + # Navbar Action Button |
| 44 | + [params.navAction] |
| 45 | + status = true |
| 46 | + name = "Join MiR" |
| 47 | + url = "contact" |
| 48 | + |
| 49 | + |
| 50 | + # Banner Section |
| 51 | + [params.banner] |
| 52 | + enable = true |
| 53 | + background_image = "images/backgrounds/mir_green_banner.png" |
| 54 | + heading = "" |
| 55 | + tagline = "WE WORK HARD, WE PLAY HARD" |
| 56 | + primary_button = "See Our Works" |
| 57 | + primary_button_url = "portfolio" |
| 58 | + secondary_button = "Connect with Us" |
| 59 | + secondary_button_url = "contact" |
| 60 | + |
| 61 | + [params.portfolio] |
| 62 | + enable = true |
| 63 | + title = "OUR RECENT WORKS" |
| 64 | + subtitle = "Crafting experiences and seeking to make the complex clear & beautiful." |
| 65 | + |
| 66 | + [params.call_to_action] |
| 67 | + enable = true |
| 68 | + background_image = "images/backgrounds/cta-background.jpg" |
| 69 | + title = "LET’S WORK TOGETHER" |
| 70 | + primary_button = "Submit Query" |
| 71 | + primary_button_url = "contact" |
| 72 | + secondary_button = "Not Convinced" |
| 73 | + secondary_button_url = "portfolio" |
| 74 | + |
| 75 | + [params.footer] |
| 76 | + # Footer Contact Info |
| 77 | + [params.footer.contactInfo] |
| 78 | + title = "Contact Info" |
| 79 | + address = "713 Elmwood St.<br>Prior Lake, MN 55372" |
| 80 | + phone = "409-896-1444" |
| 81 | + |
| 82 | + # Footer Sitemap |
| 83 | + [params.footer.sitemap] |
| 84 | + title = "Sitemap" |
| 85 | + [[params.footer.sitemap.link]] |
| 86 | + name = "About Company" |
| 87 | + url = "about" |
| 88 | + [[params.footer.sitemap.link]] |
| 89 | + name = "Projects" |
| 90 | + url = "portfolio" |
| 91 | + [[params.footer.sitemap.link]] |
| 92 | + name = "Blog" |
| 93 | + url = "blog" |
| 94 | + [[params.footer.sitemap.link]] |
| 95 | + name = "Contact" |
| 96 | + url = "contact" |
| 97 | + # Footer Social Media |
| 98 | + [params.footer.social] |
| 99 | + title = "Social Media" |
| 100 | + [[params.footer.social.link]] |
| 101 | + name = "Medium" |
| 102 | + url = "#" |
| 103 | + [[params.footer.social.link]] |
| 104 | + name = "Behance" |
| 105 | + url = "#" |
| 106 | + [[params.footer.social.link]] |
| 107 | + name = "Dribbble" |
| 108 | + url = "#" |
| 109 | + [[params.footer.social.link]] |
| 110 | + name = "Instagram" |
| 111 | + url = "#" |
| 112 | + # Footer Service |
| 113 | + [params.footer.service] |
| 114 | + title = "We help brands:" |
| 115 | + description = "develop design solutions<br>produce valuable cultural content<br>create fresh brand experience" |
0 commit comments