From b3ca8e903c1e208241375b88cb10af896b5b7eea Mon Sep 17 00:00:00 2001 From: Adrian Moreno Date: Thu, 23 Jun 2016 18:56:56 +0200 Subject: Adds an example site using the theme --- exampleSite/config.toml | 136 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 exampleSite/config.toml (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml new file mode 100644 index 0000000..8c477bb --- /dev/null +++ b/exampleSite/config.toml @@ -0,0 +1,136 @@ +baseurl = "http://www.yourdomain.com/" +languageCode = "en-us" +title = "Universal" +# Enable comments by entering your Disqus shortname +disqusShortname = "devcows" +# Enable Google Analytics by entering your tracking code +googleAnalytics = "" +# Define the number of posts per page +paginate = 10 +theme = "universal" + +[params] + author = "DevCows" + # bio = "Blogger - Programmer - Gopher" + # location = "Earth" + # site_description = "" + copyright = "Copyright (c) 2015 - 2016, YourCompany; all rights reserved." + # avatar = "css/images/avatar.png" + # Format dates with Go's time formatting + date_format = "2006-01-02" + logo = "images/logo.png" + +[[params.menu]] + name = "Home" + url = "/" + weight = 1 + +[[params.menu]] + name = "Blog" + url = "/post" + weight = 2 + +[social] + github = "devcows" + +# Enable and disable widgets for the right sidebar +[params.widgets] + categories = true + tags = true + +[[params.carousel]] + title = "Multipurpose responsive theme" + description = "

Business. Corporate. Agency.
Portfolio. Blog. E-commerce.

" + image = "images/carousel/template-homepage.png" + +[[params.carousel]] + title = "46 HTML pages full of features" + description = """""" + image = "images/carousel/template-mac.png" + +[[params.carousel]] + title = "Design" + description = """""" + image = "images/carousel/template-easy-customize.png" + +[[params.carousel]] + title = "Easy to customize" + description = """""" + image = "images/carousel/template-easy-code.png" + +[[params.features]] + name = "Webdesign" + icon = "fa fa-desktop" + description = "Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring." + +[[params.features]] + name = "Print" + icon = "fa fa-print" + description = "Advantage old had otherwise sincerity dependent additions. It in adapted natural hastily is justice. Six draw you him full not mean evil. Prepare garrets it expense windows shewing do an." + +[[params.testimonials]] + text = "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections." + name = "John McIntyre" + position = "CEO, TransTech" + avatar = "images/testimonials/person-1.jpg" + +[[params.testimonials]] + text = "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections." + name = "John McIntyre" + position = "CEO, TransTech" + avatar = "images/testimonials/person-1.jpg" + +[[params.testimonials]] + text = "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections." + name = "John McIntyre" + position = "CEO, TransTech" + avatar = "images/testimonials/person-1.jpg" + +[[params.testimonials]] + text = "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections." + name = "John McIntyre" + position = "CEO, TransTech" + avatar = "images/testimonials/person-1.jpg" + +[[params.testimonials]] + text = "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections." + name = "John McIntyre" + position = "CEO, TransTech" + avatar = "images/clients/person-1.jpg" + +[[params.clients]] + name = "customer-1" + image = "images/clients/customer-1.png" + +[[params.clients]] + name = "customer-2" + image = "images/clients/customer-2.png" + +[[params.clients]] + name = "customer-3" + image = "images/clients/customer-3.png" + +[[params.clients]] + name = "customer-4" + image = "images/clients/customer-4.png" + +[[params.clients]] + name = "customer-5" + image = "images/clients/customer-5.png" + +[[params.clients]] + name = "customer-6" + image = "images/clients/customer-6.png" -- cgit v1.2.3