# Site settings baseurl = "https://example.org/" languageCode = "en-us" title = "Agency" theme = "hugo-agency-theme" # Enter your tracking code to enable Google Analytics googleAnalytics = "" [params] # You can use Markdown syntax for urls [text](//url.to/source) or # most longer texts. # # All icons using Fontawesome's icon font. Look at fortawesome.github.io/Font-Awesome/icons/ # for more icons. The icons are represented by their corresponding # CSS class. # To provide some metadata for search engines feel free to add a few # information about you and your website. name = "Your name" description = "Your description" # email = "your@email.com" # Link custom assets relative to /static custom_css = [] custom_js = [] favicon = "favicon.ico" # Possibility to disable external/additional fonts # Exception: Fontawesome disableFonts = false # 404 error customization [params.error404] heading = "Page couldn't be found" text = "Please visit [this page](/)" # Optional piwik tracking #[params.analytics.piwik] # URL = "https://stats.example.com" # ID = "42" # # Track all subdomains with "*.example.com" # domain = "www.example.com" # # Optional integrity check hash # hash = "sha512-RfeD0pacGTqy9m7U6PgehQfS4cc7SIt+e+P+H5e848kEvB/RW84CUGO3O4O3LNbxjevym6KPUZ8muPsMrI8WIw==" # Navigation [params.navigation] brand = "The Agency" # Optional logo as brand stored in img/ #logo = "logo.svg" services = "Services" portfolio = "Portfolio" about = "About" team = "Team" contact = "Contact" # Add custom links. Those can be pre- and postpended to the default menu above. # Use the weight attribute to order your custom links. Uncomment the example # below and replace the values with your own. # prepended links #[[menu.prepend]] # url = "http://gohugo.io" # name = "Hugo" # weight = 10 # postpended links [[menu.postpend]] url = "http://gohugo.io" name = "External link" weight = 10 # Hero section [params.hero] # To change the background image of the hero, replace 'header-bg.jpg' in # the 'static/img' folder. title = "Welcome To Our Studio!" subtitle = "It's nice to meet you" buttonText = "Tell me more" # Services section [params.services] enable = true title = "Services" subtitle = "Lorem ipsum dolor sit amet consectetur." [[params.services.row]] [[params.services.row.list]] icon = "fa-shopping-cart" title = "E-Commerce" description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit." url = "#" [[params.services.row.list]] icon = "fa-laptop" title = "Responsive Design" description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit." url = "#" [[params.services.row.list]] icon = "fa-lock" title = "Web" description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit." url = "#" # Portfolio section [params.portfolio] enable = true # All projects defined in their own files. You can find example projects # at 'exampleSite/data/projects'. Copy the 'projects' folder into the 'data' directory # at the root of this Hugo site. # For more informtion take a look at the README. title = "Portfolio" subtitle = "Lorem ipsum dolor sit amet consectetur." [params.portfolio.modal] client = "Client" date = "Date" category = "Category" buttonText = "Close project" # About section [params.about] enable = true title = "About" subtitle = "Lorem ipsum dolor sit amet consectetur." endpoint = "Be part
of our
story!" # The events will be listed from the top to the bottom. # All images are stored under 'static/img/about'. # Replace them with your own. [[params.about.events]] img = "1.jpg" date = "2009-2011" title = "Our Humble Beginnings" description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!" [[params.about.events]] img = "2.jpg" date = "March 2011" title = "An Agency is Born" description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!" [[params.about.events]] img = "3.jpg" date = "December 2012" title = "Our Humble Beginnings" description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!" [[params.about.events]] img = "4.jpg" date = "July 2014" title = "Phase Two Expansion" description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!" # Team section [params.team] enable = true # Possibility to center items #center = true title = "Our amazing team" subtitle = "Lorem ipsum dolor sit amet consectetur." description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde." # All team member's pictures are stored under 'static/img/team'. # Replace them with your own too. # Suggestion: Image size should be at least 360px*360px or the alignment might be affected. [[params.team.members]] img = "1.jpg" name = "Kay Garland" position = "Lead Designer" reportsTo = "CTO" livesIn = "[Munich, Germany](#some-maps-url)" scope = [ "UX for [member dashboard](#)", "Maintainer for [awesome-project](#)", "Open Source [community management](#)" ] # For bio markdown and even multiline strings are available. bio = """Kay is an awesome Lead Designer with heaps of experience in the field of UX. She worked at Pied Piper for years until they went belly up.""" social = [ ["fa-twitter", "#"], ["fa-facebook", "#"], ["fa-linkedin", "#"] ] [[params.team.members]] img = "2.jpg" name = "Larry Parker" position = "Lead Marketer" social = [ ["fa-twitter", "#"], ["fa-facebook", "#"], ["fa-linkedin", "#"] ] [[params.team.members]] img = "3.jpg" name = "Diana Pertersen" position = "Lead Developer" social = [ ["fa-twitter", "#"], ["fa-facebook", "#"], ["fa-linkedin", "#"] ] # Client section [params.clients_list] enable = true # Possibility to center items #center = true # Optional client title specifying the involvement #title = "Used and trusted by" # All the clients' logos are stored under 'static/img/logos'. # Replace them with your clients's logos. # Suggestion: .svg in the size of 280px*80px looks good [[params.clients]] logo = "envato.jpg" link = "#" [[params.clients]] logo = "designmodo.jpg" link = "#" [[params.clients]] logo = "themeforest.jpg" link = "#" [[params.clients]] logo = "creative-market.jpg" link = "#" # Contact section [params.contact] enable = true title = "Contact us" subtitle = "Lorem ipsum dolor sit amet consectetur." buttonText = "Send message" # netlify = true # Since this template is static, the contact form uses www.formspree.io as a # proxy. The form makes a POST request to their servers to send the actual # email. Visitors can send up to a 1000 emails each month for free. # # What you need to do for the setup? # # - set your email address under 'email' below # - upload the generated site to your server # - send a dummy email yourself to confirm your account # - click the confirm link in the email from www.formspree.io # - you're done. Happy mailing! # It is possible to substitute formspring with other providers # as an example the mailout plugin from caddy. # Provide the post URL for the form and depending on the provider # add some custom JS script to finish the implementation. # postURL = "https://example.com/mailout/" email = "your@email.com" # Success and error message overwrite for async contact form #thanks = "Thank you for awesomely contacting us." #error = "Message could not be send. Please contact us at mail@example.com instead." [params.contact.captcha] # sitekey = "" # 'warning' defines error messages for invalid inputs [params.contact.form.name] text = "Your Name *" warning = "Please enter your name." [params.contact.form.email] text = "Your Email *" warning = "Please enter your email address." [params.contact.form.phone] text = "Your Phone *" warning = "Please enter your phone number." [params.contact.form.message] text = "Your Message *" warning = "Please enter a message." # Add optional form fields to identify contact forms #[[params.contact.form.hidden]] # name = "someID" # value = "example.com" # #[[params.contact.form.hidden]] # Special values for name such as "page" and "site" will be autofilled # name = "page" # Footer section [params.footer] enable = true copyright = "Published under the Apache License 2.0." [[params.footer.social]] icon = "fa-twitter" link = "#" title = "Twitter" [[params.footer.social]] icon = "fa-facebook" link = "#" title = "Facebook" [[params.footer.social]] icon = "fa-linkedin" link = "#" title = "LinkedIn" [[params.footer.quicklinks]] text = "Privacy Policy" link = "#" [[params.footer.quicklinks]] text = "Terms of Use" link = "#"