Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miguelsimoni/hugo-initio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Simoni <miguel.simoni@gmail.com>2017-10-10 04:01:27 +0300
committerMiguel Simoni <miguel.simoni@gmail.com>2017-10-10 04:01:27 +0300
commit8dfeceb5887aa68c2e10e3aef90c36b17a89d880 (patch)
tree49d208e3ea88c605b5613da824cdb31ce0ce2d05 /exampleSite
parent5a9ed72e4b246a202265b849c4e9f0cc8af34569 (diff)
updated: readme file, footer template. added example site.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/LICENSE.md21
-rw-r--r--exampleSite/README.md5
-rw-r--r--exampleSite/config.toml98
-rw-r--r--exampleSite/content/about.md18
-rw-r--r--exampleSite/content/post/vivamus-lacus-mauris.md12
-rw-r--r--exampleSite/content/service/service1.md5
-rw-r--r--exampleSite/content/service/service2.md5
-rw-r--r--exampleSite/content/service/service3.md5
-rw-r--r--exampleSite/content/service/service4.md5
-rw-r--r--exampleSite/data/recentworks.json102
-rw-r--r--exampleSite/docs/about/index.html228
-rw-r--r--exampleSite/docs/categories/index.xml14
-rw-r--r--exampleSite/docs/css/styles.css816
-rw-r--r--exampleSite/docs/images/avatar_man.pngbin0 -> 15072 bytes
-rw-r--r--exampleSite/docs/images/avatar_woman.pngbin0 -> 27712 bytes
-rw-r--r--exampleSite/docs/images/bg_head.jpgbin0 -> 44976 bytes
-rw-r--r--exampleSite/docs/images/gt_favicon.pngbin0 -> 370 bytes
-rw-r--r--exampleSite/docs/images/guy.jpgbin0 -> 28418 bytes
-rw-r--r--exampleSite/docs/images/mac.jpgbin0 -> 37478 bytes
-rw-r--r--exampleSite/docs/images/s1.jpgbin0 -> 15305 bytes
-rw-r--r--exampleSite/docs/images/s2.jpgbin0 -> 39801 bytes
-rw-r--r--exampleSite/docs/images/sample_clients.pngbin0 -> 12327 bytes
-rw-r--r--exampleSite/docs/index.html435
-rw-r--r--exampleSite/docs/index.xml70
-rw-r--r--exampleSite/docs/js/html5shiv.js8
-rw-r--r--exampleSite/docs/js/template.js38
-rw-r--r--exampleSite/docs/post/index.html227
-rw-r--r--exampleSite/docs/post/index.xml24
-rw-r--r--exampleSite/docs/post/page/1/index.html1
-rw-r--r--exampleSite/docs/post/vivamus-lacus-mauris/index.html238
-rw-r--r--exampleSite/docs/service/index.html262
-rw-r--r--exampleSite/docs/service/index.xml50
-rw-r--r--exampleSite/docs/service/page/1/index.html1
-rw-r--r--exampleSite/docs/service/service1/index.html234
-rw-r--r--exampleSite/docs/service/service2/index.html234
-rw-r--r--exampleSite/docs/service/service3/index.html234
-rw-r--r--exampleSite/docs/service/service4/index.html234
-rw-r--r--exampleSite/docs/sitemap.xml57
-rw-r--r--exampleSite/docs/tags/index.xml14
39 files changed, 3695 insertions, 0 deletions
diff --git a/exampleSite/LICENSE.md b/exampleSite/LICENSE.md
new file mode 100644
index 0000000..0546bef
--- /dev/null
+++ b/exampleSite/LICENSE.md
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2017 Miguel Simoni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/exampleSite/README.md b/exampleSite/README.md
new file mode 100644
index 0000000..67f08ae
--- /dev/null
+++ b/exampleSite/README.md
@@ -0,0 +1,5 @@
+# Example Site for Hugo Initio Theme
+
+Example Site for Hugo Initio Theme
+
+https://github.com/miguelsimoni/hugo-initio
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..178566d
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,98 @@
+baseURL = "https://miguelsimoni.github.io/hugo-initio-site/"
+languageCode = "en-us"
+title = "Initio - Free, multipurpose html5 template by GetTemplate"
+theme = "hugo-initio"
+publishDir = "docs"
+
+[params]
+ name = "Anthony Russel"
+ description = "A mystery person"
+ email = "anthony.russel42@example.com"
+ phone = "+234 23 9873237"
+ address = "234 Hidden Pond Road, Ashland City, TN 37015"
+ year = 2017
+ background = ""
+ favicon = "images/gt_favicon.png"
+ DateForm = "January 2, 2006"
+
+ showSubheader = true
+ showServices = true
+ showRecentWorks = true
+ showDownload = true
+ showClients = true
+
+[[menu.main]]
+ name = "home"
+ url = "/"
+ weight = 1
+[[menu.main]]
+ name = "blog"
+ url = "/post/"
+ weight = 5
+
+[params.disqus]
+ site = "hugo-initio-site.disqus.com"
+
+[params.sharethis]
+ property = "123456789012345678901234"
+ custom = true
+
+[params.google.analytics]
+ trackerID = "GA-000000000-0"
+
+[[params.social]]
+ title = "facebook"
+ url = "https://www.facebook.com/nickname"
+ icon = "fa-facebook-square"
+ footer = true
+ sharethis = true
+ network = "facebook"
+[[params.social]]
+ title = "twitter"
+ url = "https://twitter.com/nickname"
+ icon = "fa-twitter-square"
+ footer = true
+ sharethis = true
+ network = "twitter"
+[[params.social]]
+ title = "instagram"
+ url = "https://www.instagram.com/nickname"
+ icon = "fa-instagram"
+ footer = true
+ sharethis = false
+ network = ""
+[[params.social]]
+ title = "google+"
+ url = "https://plus.google.com/+nickname"
+ icon = "fa-google-plus-square"
+ footer = false
+ sharethis = true
+ network = "googleplus"
+[[params.social]]
+ title = "linkedin"
+ url = "https://www.linkedin.com/in/nickname"
+ icon = "fa-linkedin-square"
+ footer = false
+ sharethis = true
+ network = "linkedin"
+[[params.social]]
+ title = "tumblr"
+ url = "https://nickname.tumblr.com"
+ icon = "fa-tumblr-square"
+ footer = false
+ sharethis = false
+ network = "tumblr"
+[[params.social]]
+ title = "github"
+ url = "https://github.com/nickname"
+ icon = "fa-github"
+ footer = true
+ sharethis = false
+ network = ""
+[[params.social]]
+ title = "email"
+ url = "mailto:some.email@somewhere.com"
+ icon = "fa-envelope"
+ footer = false
+ sharethis = true
+ network = "email"
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
new file mode 100644
index 0000000..3d72c8f
--- /dev/null
+++ b/exampleSite/content/about.md
@@ -0,0 +1,18 @@
++++
+menu = "main"
+title = "About"
+type = "about"
+weight = 10
++++
+
+Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eveniet, consequuntur eius repellendus eos aliquid molestiae ea laborum ex quibusdam laudantium voluptates placeat consectetur quam aliquam beatae soluta accusantium iusto nihil nesciunt unde veniam magnam repudiandae sapiente.
+
+![about](../images/mac.jpg)
+
+### Necessitatibus
+
+Velit, odit, eius, libero unde impedit quaerat dolorem assumenda alias consequuntur optio quae maiores ratione tempore sit aliquid architecto eligendi pariatur ab soluta doloremque dicta aspernatur labore quibusdam dolore corrupti quod inventore. Maiores, repellat, consequuntur eius repellendus eos aliquid molestiae ea laborum ex quibusdam laudantium voluptates placeat consectetur quam aliquam!
+
+### Fugit, laboriosam
+
+Eum, quasi, est, vitae, ipsam nobis consectetur ea aspernatur ad eos voluptatibus fugiat nisi perferendis impedit. Quam, nulla, excepturi, voluptate minus illo tenetur sint ab in culpa cumque impedit quibusdam. Saepe, molestias quia voluptatem natus velit fugiat omnis rem eos sapiente quasi quaerat aspernatur quisquam deleniti accusantium laboriosam odio id?
diff --git a/exampleSite/content/post/vivamus-lacus-mauris.md b/exampleSite/content/post/vivamus-lacus-mauris.md
new file mode 100644
index 0000000..e2a522f
--- /dev/null
+++ b/exampleSite/content/post/vivamus-lacus-mauris.md
@@ -0,0 +1,12 @@
++++
+date = "2013-06-17T12:00:00-00:00"
+title = "Vivamus Lacus Mauris"
+
++++
+
+Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit, rerum voluptates veniam. Esse, nihil, ea, eaque, quos cum id tempore voluptate nisi nemo debitis impedit officiis culpa repellat voluptatum in aperiam error quo minima ratione ex pariatur maxime eligendi dolore nesciunt molestiae enim alias atque commodi delectus perferendis. Blanditiis, iste placeat nostrum in! Eligendi, omnis, unde, quos ullam nesciunt molestias quis a saepe nisi distinctio molestiae voluptate obcaecati officiis consequuntur similique aspernatur rerum sequi placeat iure quaerat itaque libero officia recusandae ad corrupti aperiam cum beatae. Adipisci ad natus deleniti.
+
+Dolores harum alias consequatur blanditiis. Inventore, quod, ullam veritatis eum ratione neque quis fugit quae optio facilis in ipsa! Maiores, quia, possimus repellendus iusto nostrum nisi doloribus qui excepturi ducimus veritatis molestiae autem consequatur quae ex nihil id sapiente minima adipisci. Quibusdam, aperiam, sapiente, nobis, possimus vero laudantium delectus esse minus quo nihil perspiciatis accusamus. Cupiditate sapiente illum accusantium animi pariatur sed minima nam.
+
+Harum, consectetur, quia nisi fugiat quasi ea amet cum inventore aperiam optio qui perspiciatis debitis molestiae laborum minima doloremque ullam eum nesciunt repellendus dolor dicta cumque deserunt. Quaerat, saepe, maxime, quod, dolor nisi assumenda aut est quos optio animi aliquid quidem voluptates adipisci hic recusandae dicta quis eligendi illo ducimus asperiores reiciendis odit distinctio natus? In, reprehenderit, facere, ipsam, vel architecto autem temporibus a quidem voluptatum at nesciunt quas facilis. Soluta, excepturi, nihil, illum dicta hic ratione tenetur voluptate dolorum a tempore dignissimos reprehenderit voluptas expedita officiis enim minus adipisci?
+
diff --git a/exampleSite/content/service/service1.md b/exampleSite/content/service/service1.md
new file mode 100644
index 0000000..aab6e52
--- /dev/null
+++ b/exampleSite/content/service/service1.md
@@ -0,0 +1,5 @@
++++
+title = "Custom website design"
++++
+
+I don't think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn't eat for three weeks. i once heard a wise man say there are no perfect men.
diff --git a/exampleSite/content/service/service2.md b/exampleSite/content/service/service2.md
new file mode 100644
index 0000000..f7558c5
--- /dev/null
+++ b/exampleSite/content/service/service2.md
@@ -0,0 +1,5 @@
++++
+title = "Wordpress integration"
++++
+
+I don't think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn't eat for three weeks. i once heard a wise man say there are no perfect men.
diff --git a/exampleSite/content/service/service3.md b/exampleSite/content/service/service3.md
new file mode 100644
index 0000000..15ecf48
--- /dev/null
+++ b/exampleSite/content/service/service3.md
@@ -0,0 +1,5 @@
++++
+title = "Application development"
++++
+
+I don't think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn't eat for three weeks. i once heard a wise man say there are no perfect men.
diff --git a/exampleSite/content/service/service4.md b/exampleSite/content/service/service4.md
new file mode 100644
index 0000000..e1c4b35
--- /dev/null
+++ b/exampleSite/content/service/service4.md
@@ -0,0 +1,5 @@
++++
+title = "SEO &amp; SEM services"
++++
+
+I don't think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn't eat for three weeks. i once heard a wise man say there are no perfect men.
diff --git a/exampleSite/data/recentworks.json b/exampleSite/data/recentworks.json
new file mode 100644
index 0000000..dee9108
--- /dev/null
+++ b/exampleSite/data/recentworks.json
@@ -0,0 +1,102 @@
+[
+ {
+ "id": 0,
+ "name": "Sample title - big data solutions",
+ "image": "images/s1.jpg",
+ "url": "#",
+ "items": [
+ {
+ "name": "Web design",
+ "url": "#"
+ },
+ {
+ "name": "Wordpress",
+ "url": "#"
+ },
+ {
+ "name": "Logotype",
+ "url": "#"
+ }
+ ]
+ },
+ {
+ "id": 1,
+ "name": "Pure ipsum - development services for people",
+ "image": "images/s1.jpg",
+ "url": "#",
+ "items": [
+ {
+ "name": "Web design",
+ "url": "#"
+ },
+ {
+ "name": "Wordpress",
+ "url": "#"
+ }
+ ]
+ },
+ {
+ "id": 2,
+ "name": "Lorem studios - interior and patio design",
+ "image": "images/s1.jpg",
+ "url": "#",
+ "items": [
+ {
+ "name": "Web design",
+ "url": "#"
+ },
+ {
+ "name": "Logotype",
+ "url": "#"
+ }
+ ]
+ },
+ {
+ "id": 3,
+ "name": "Pure ipsum - development services for people",
+ "image": "images/s1.jpg",
+ "url": "#",
+ "items": [
+ {
+ "name": "Web design",
+ "url": "#"
+ },
+ {
+ "name": "Wordpress",
+ "url": "#"
+ }
+ ]
+ },
+ {
+ "id": 4,
+ "name": "Lorem studios - interior and patio design",
+ "image": "images/s1.jpg",
+ "url": "#",
+ "items": [
+ {
+ "name": "Web design",
+ "url": "#"
+ },
+ {
+ "name": "Logotype",
+ "url": "#"
+ }
+ ]
+ },
+ {
+ "id": 5,
+ "name": "Lorem studios - interior and patio design",
+ "image": "images/s1.jpg",
+ "url": "#",
+ "items": [
+ {
+ "name": "Web design",
+ "url": "#"
+ },
+ {
+ "name": "Logotype",
+ "url": "#"
+ }
+ ]
+ }
+]
diff --git a/exampleSite/docs/about/index.html b/exampleSite/docs/about/index.html
new file mode 100644
index 0000000..d2d009e
--- /dev/null
+++ b/exampleSite/docs/about/index.html
@@ -0,0 +1,228 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="description" content="">
+ <meta name="author" content="Sergey Pozhilov (GetTemplate.com)">
+
+ <title>About</title>
+
+ <link rel="shortcut icon" href="https://miguelsimoni.github.io/hugo-initio-site/images/gt_favicon.png">
+
+
+ <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css" rel="stylesheet">
+
+ <link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700">
+
+ <link rel="stylesheet" href="https://miguelsimoni.github.io/hugo-initio-site/css/styles.css">
+
+
+
+
+ <script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=123456789012345678901234&product=inline-share-buttons"></script>
+
+
+</head>
+<body class="home">
+
+<header id="header">
+ <div id="head" class="parallax" parallax-speed="2">
+ <h1 id="logo" class="text-center">
+ <img class="img-circle" src="https://miguelsimoni.github.io/hugo-initio-site/images/guy.jpg" alt="">
+ <span class="title">Anthony Russel</span>
+ <span class="tagline">A mystery person<br>
+ <a href="">anthony.russel42@example.com</a>
+ </span>
+ </h1>
+ </div>
+
+ <nav class="navbar navbar-default navbar-sticky">
+ <div class="container-fluid">
+
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
+ </div>
+
+ <div class="navbar-collapse collapse">
+
+ <ul class="nav navbar-nav">
+
+ <li>
+ <a href="/hugo-initio-site/">home</a>
+ </li>
+
+ <li>
+ <a href="/hugo-initio-site/post/">blog</a>
+ </li>
+
+ <li>
+ <a href="/hugo-initio-site/about/">About</a>
+ </li>
+
+
+ </ul>
+
+ </div>
+ </div>
+</nav>
+
+
+</header>
+
+
+<main id="main">
+
+ <div class="container">
+
+ <div class="row topspace">
+
+
+ <aside class="col-sm-4 sidebar sidebar-right">
+
+ <div class="nav text-right nav-side">
+ <li class="active"><a href="#">About</a></li>
+ </div>
+
+ </aside>
+
+
+
+ <article class="col-sm-8 maincontent">
+
+
+<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eveniet, consequuntur eius repellendus eos aliquid molestiae ea laborum ex quibusdam laudantium voluptates placeat consectetur quam aliquam beatae soluta accusantium iusto nihil nesciunt unde veniam magnam repudiandae sapiente.</p>
+
+<p><img src="../images/mac.jpg" alt="about" /></p>
+
+<h3 id="necessitatibus">Necessitatibus</h3>
+
+<p>Velit, odit, eius, libero unde impedit quaerat dolorem assumenda alias consequuntur optio quae maiores ratione tempore sit aliquid architecto eligendi pariatur ab soluta doloremque dicta aspernatur labore quibusdam dolore corrupti quod inventore. Maiores, repellat, consequuntur eius repellendus eos aliquid molestiae ea laborum ex quibusdam laudantium voluptates placeat consectetur quam aliquam!</p>
+
+<h3 id="fugit-laboriosam">Fugit, laboriosam</h3>
+
+<p>Eum, quasi, est, vitae, ipsam nobis consectetur ea aspernatur ad eos voluptatibus fugiat nisi perferendis impedit. Quam, nulla, excepturi, voluptate minus illo tenetur sint ab in culpa cumque impedit quibusdam. Saepe, molestias quia voluptatem natus velit fugiat omnis rem eos sapiente quasi quaerat aspernatur quisquam deleniti accusantium laboriosam odio id?</p>
+
+ </article>
+
+
+
+ </div>
+ </div>
+
+</main>
+
+<footer id="footer">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Contact</h3>
+ <div class="widget-body">
+ <p>&#43;234 23 9873237<br>
+ <a href="mailto:anthony.russel42@example.com">anthony.russel42@example.com</a><br>
+ <br>
+ 234 Hidden Pond Road, Ashland City, TN 37015
+ </p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Follow me</h3>
+ <div class="widget-body">
+ <p class="follow-me-icons">
+
+
+ <a href="https://www.facebook.com/nickname" target="_blank"><i class="fa fa-facebook-square fa-2"></i></a>
+
+
+
+ <a href="https://twitter.com/nickname" target="_blank"><i class="fa fa-twitter-square fa-2"></i></a>
+
+
+
+ <a href="https://www.instagram.com/nickname" target="_blank"><i class="fa fa-instagram fa-2"></i></a>
+
+
+
+
+
+
+
+
+
+ <a href="https://github.com/nickname" target="_blank"><i class="fa fa-github fa-2"></i></a>
+
+
+
+
+ </p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Text widget</h3>
+ <div class="widget-body">
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, nihil natus explicabo ipsum quia iste aliquid repellat eveniet velit ipsa sunt libero sed aperiam id soluta officia asperiores adipisci maxime!</p>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, nihil natus explicabo ipsum quia iste aliquid repellat eveniet velit ipsa sunt libero sed aperiam id soluta officia asperiores adipisci maxime!</p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Form widget</h3>
+ <div class="widget-body">
+ <p>&#43;234 23 9873237<br>
+ <a href="mailto:anthony.russel42@example.com">anthony.russel42@example.com</a><br>
+ <br>
+ 234 Hidden Pond Road, Ashland City, TN 37015
+ </p>
+ </div>
+ </div>
+
+ </div>
+ </div>
+</footer>
+
+<footer id="underfooter">
+ <div class="container">
+ <div class="row">
+
+ <div class="col-md-6 widget">
+ <div class="widget-body">
+ <p>234 Hidden Pond Road, Ashland City, TN 37015</p>
+ </div>
+ </div>
+
+ <div class="col-md-6 widget">
+ <div class="widget-body">
+ <p class="text-right">
+ Copyright &copy; 2017, Anthony Russel<br>
+ Design: <a href="http://www.gettemplate.com" rel="designer">Initio by GetTemplate</a> </p>
+ </div>
+ </div>
+
+ </div>
+ </div>
+</footer>
+
+
+
+
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
+<script src="https://miguelsimoni.github.io/hugo-initio-site/js/template.js"></script>
+<script id="dsq-count-scr" src="//hugo-initio-site.disqus.com/count.js" async></script>
+<script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'GA-000000000-0', 'auto');
+ ga('send', 'pageview');
+</script>
+
+</body>
+</html>
+
diff --git a/exampleSite/docs/categories/index.xml b/exampleSite/docs/categories/index.xml
new file mode 100644
index 0000000..5d04a1a
--- /dev/null
+++ b/exampleSite/docs/categories/index.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Categories on Initio - Free, multipurpose html5 template by GetTemplate</title>
+ <link>https://miguelsimoni.github.io/hugo-initio-site/categories/</link>
+ <description>Recent content in Categories on Initio - Free, multipurpose html5 template by GetTemplate</description>
+ <generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+
+ <atom:link href="https://miguelsimoni.github.io/hugo-initio-site/categories/index.xml" rel="self" type="application/rss+xml" />
+
+
+ </channel>
+</rss> \ No newline at end of file
diff --git a/exampleSite/docs/css/styles.css b/exampleSite/docs/css/styles.css
new file mode 100644
index 0000000..03040a7
--- /dev/null
+++ b/exampleSite/docs/css/styles.css
@@ -0,0 +1,816 @@
+html {
+ font-size: 100%;
+}
+body {
+ font-size: 15px;
+ font-size: 0.9375rem;
+ font-family: "Open sans", Helvetica, Arial, sans-serif;
+ color: #666666;
+ padding: 0;
+}
+.topspace {
+ margin-top: 40px;
+}
+/*********************************************************************
+
+
+ Navigation in header
+
+
+**********************************************************************/
+.navbar {
+ border-width: 1px 0;
+ -webkit-border-radius: 0;
+ -webkit-background-clip: padding-box;
+ -moz-border-radius: 0;
+ -moz-background-clip: padding;
+ border-radius: 0;
+ background-clip: padding-box;
+ width: 100%;
+}
+.navbar.stick {
+ position: fixed;
+ top: 0;
+ left: 0;
+ opacity: .85;
+}
+.navbar-collapse {
+ -webkit-border-radius: 0;
+ -webkit-background-clip: padding-box;
+ -moz-border-radius: 0;
+ -moz-background-clip: padding;
+ border-radius: 0;
+ background-clip: padding-box;
+ font-family: "Open sans", Helvetica, Arial, sans-serif;
+ font-weight: 300;
+ text-transform: uppercase;
+}
+.navbar-collapse .navbar-nav {
+ float: none;
+ margin: 0 auto;
+ text-align: center;
+}
+.navbar-collapse .navbar-nav > li {
+ float: none;
+ display: inline-block;
+}
+.navbar-collapse .navbar-nav > li > a {
+ padding: 20px 30px;
+}
+.dropdown ul.dropdown-menu {
+ top: 85%;
+ text-align: left;
+}
+.dropdown ul.dropdown-menu > li > a {
+ padding: 5px 30px;
+}
+.navbar-default {
+ background-color: #ffffff;
+ border-color: #cccccc;
+}
+.navbar-default .navbar-nav > li > a {
+ color: #454545;
+}
+.navbar-default .navbar-nav > li > a:hover,
+.navbar-default .navbar-nav > li > a:focus {
+ color: #000000;
+ background-color: #ffffff;
+}
+.navbar-default .navbar-nav > .active > a,
+.navbar-default .navbar-nav > .active > a:hover,
+.navbar-default .navbar-nav > .active > a:focus {
+ color: #000000;
+ background-color: #ffffff;
+}
+.navbar-default .dropdown ul.dropdown-menu > li > a {
+ color: #454545;
+}
+.navbar-default .dropdown ul.dropdown-menu > li > a:hover {
+ background-color: #eeeeee;
+ color: #000000;
+}
+.navbar-default .navbar-toggle {
+ border-color: #666666;
+}
+.navbar-default .navbar-toggle:hover,
+.navbar-default .navbar-toggle:focus {
+ background-color: #ffffff;
+}
+.navbar-default .navbar-toggle .icon-bar {
+ background-color: #333333;
+}
+.navbar-default .navbar-collapse,
+.navbar-default .navbar-form {
+ border-color: #cccccc;
+}
+.navbar-default .navbar-nav > .open > a,
+.navbar-default .navbar-nav > .open > a:hover,
+.navbar-default .navbar-nav > .open > a:focus {
+ background-color: #ffffff;
+ color: #000000;
+}
+/****************************************************************************************
+
+
+ Sidebar special Nav
+
+
+*****************************************************************************************/
+.nav-side {
+ font-size: 24px;
+ font-size: 1.5rem;
+ font-weight: 300;
+ margin-top: -0.37em;
+}
+.nav-side > li > a {
+ padding-top: 5px;
+ padding-bottom: 5px;
+ color: #f392b4;
+}
+.nav-side > li > a:hover {
+ color: #bd1550;
+ background: none;
+}
+.nav-side > li.active > a {
+ color: #bd1550;
+}
+/*********************************************************************
+
+
+ TYPOGRAPHY
+
+
+**********************************************************************/
+p {
+ line-height: 1.6em;
+ margin: 0 0 30px 0;
+}
+ul,
+ol {
+ line-height: 1.6em;
+ margin: 0 0 30px 0;
+}
+blockquote {
+ padding: 10px 20px;
+ margin: 0 0 30px;
+ border-left: 5px solid #eee;
+}
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+.h1,
+.h2,
+.h3,
+.h4,
+.h5,
+.h6 {
+ font-family: "Open sans", Helvetica, Arial, sans-serif;
+ font-weight: 400;
+ color: #333333;
+}
+h1 {
+ font-size: 40px;
+ font-size: 2.5rem;
+}
+h2 {
+ font-size: 36px;
+ font-size: 2.25rem;
+}
+h3 {
+ font-size: 30px;
+ font-size: 1.875rem;
+}
+h4 {
+ font-size: 24px;
+ font-size: 1.5rem;
+}
+h5 {
+ font-size: 20px;
+ font-size: 1.25rem;
+}
+a {
+ color: #bd1550;
+}
+a:hover {
+ color: #e93675;
+}
+.lead {
+ font-weight: 300;
+ font-size: 21px;
+ font-size: 1.3125rem;
+}
+.text-msg {
+ line-height: 1.7em;
+ color: #b3b3b3;
+ font-weight: 300;
+ text-transform: capitalize;
+ margin-top: -0.23em;
+}
+.size-auto,
+.size-full,
+.size-large,
+.size-medium,
+.size-thumbnail {
+ max-width: 100%;
+ height: auto;
+}
+/*********************************************************************
+
+
+ HEADER
+
+
+**********************************************************************/
+#head {
+ background: #f4f4f4 url(../images/bg_head.jpg) top center;
+ background-size: cover;
+ color: #7C7C7C;
+ padding: 30px 0 35px 0;
+}
+#head img.img-circle {
+ display: block;
+ width: 140px;
+ height: 140px;
+ overflow: hidden;
+ border: 9px solid rgba(0, 0, 0, 0.05);
+ margin: 0 auto;
+}
+#head .title {
+ font-family: Alice, Georgia, serif;
+ font-size: 49px;
+ font-size: 3.0625rem;
+}
+#head .title a {
+ text-decoration: none;
+ color: #333333;
+}
+#head .tagline {
+ display: block;
+ font-size: 14px;
+ font-size: 0.875rem;
+ line-height: 1.2em;
+ color: #7C7C7C;
+ margin: 5px 0 0;
+}
+#head .tagline b {
+ font-weight: normal;
+}
+#head .tagline a {
+ color: #5E5E5E;
+}
+.home #head {
+ padding: 90px 0;
+}
+.home #head .title {
+ font-size: 49px;
+ font-size: 3.0625rem;
+}
+.home #head .tagline {
+ font-size: 16px;
+ font-size: 1rem;
+ margin: 15px 0 0;
+}
+/*********************************************************************
+
+
+ CONTENT
+
+
+**********************************************************************/
+img {
+ max-width: 100%;
+}
+.btn {
+ font-size: 12px;
+ font-size: 0.75rem;
+ text-decoration: none;
+ text-transform: uppercase;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ color: #333;
+ -webkit-border-radius: 0px;
+ -webkit-background-clip: padding-box;
+ -moz-border-radius: 0px;
+ -moz-background-clip: padding;
+ border-radius: 0px;
+ background-clip: padding-box;
+ -webkit-transition-property: all;
+ -moz-transition-property: all;
+ -o-transition-property: all;
+ -ms-transition-property: all;
+ transition-property: all;
+ -webkit-transition-duration: 0.2s;
+ -moz-transition-duration: 0.2s;
+ -o-transition-duration: 0.2s;
+ transition-duration: 0.2s;
+ border: 0 none;
+ padding: 12px 35px;
+ text-shadow: 0 1px 0px #780d33;
+}
+.btn-primary {
+ color: #fff;
+ background-color: #bd1550;
+}
+.btn-primary:hover,
+.btn-primary:focus,
+.btn-primary:active,
+.btn-primary.active {
+ color: #fff;
+ background-color: #e61f65;
+}
+.btn-action {
+ font-weight: bold;
+ background: transparent!important;
+ border: 1px solid #333;
+ text-shadow: none;
+}
+.btn-action:hover,
+.btn-action:focus,
+.btn-action:active,
+.btn-action.active {
+ color: #bd1550;
+ border-color: #bd1550;
+}
+.btn-lg {
+ padding: 15px 60px;
+ font-size: 12px;
+ line-height: 1.33;
+ font-weight: bold;
+}
+.panel-cta {
+ box-shadow: 0 0 0 1px #e1e1e1, 0 0 0 3px #fff, 0 0 0 4px #e1e1e1;
+ background: #f3f3f3;
+ -webkit-border-radius: 0;
+ -webkit-background-clip: padding-box;
+ -moz-border-radius: 0;
+ -moz-background-clip: padding;
+ border-radius: 0;
+ background-clip: padding-box;
+}
+.panel-cta p,
+.panel-cta h3,
+.panel-cta h4,
+.panel-cta h5,
+.panel-cta h6 {
+ margin: 0;
+}
+.panel-cta .panel-body {
+ padding: 35px;
+}
+/* Section - Featured */
+.featured {
+ font-size: 13px;
+ font-size: 0.8125rem;
+}
+.featured h3 {
+ font-weight: bold;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 24px;
+ font-size: 1.5rem;
+ text-transform: uppercase;
+ line-height: 1.4em;
+ vertical-align: middle;
+ margin: 0 0 25px 0;
+}
+/* Section - Recent works */
+.thumbnails {
+ padding: 0;
+}
+.thumbnails li {
+ margin-bottom: 30px;
+}
+.thumbnails .details {
+ display: block;
+ text-align: center;
+ font-size: 12px;
+ font-size: 0.75rem;
+}
+.thumbnail {
+ display: block;
+ -webkit-border-radius: 0;
+ -webkit-background-clip: padding-box;
+ -moz-border-radius: 0;
+ -moz-background-clip: padding;
+ border-radius: 0;
+ background-clip: padding-box;
+ border: 0 none;
+ margin-bottom: 10px;
+ padding: 0;
+ text-align: center;
+ text-decoration: none;
+ color: #333;
+}
+.thumbnail .img {
+ display: block;
+ width: 100%;
+ overflow: hidden;
+ height: 180px;
+ margin: 0 0 20px;
+ position: relative;
+}
+.thumbnail .title {
+ text-transform: uppercase;
+ margin: 0 2em;
+ display: block;
+ text-indent: 0;
+}
+.thumbnail .cover {
+ position: absolute;
+ display: block;
+ opacity: 0;
+ width: 100%;
+ height: 180px;
+ background-color: rgba(255, 255, 255, 0.8);
+ -webkit-transition-property: all;
+ -moz-transition-property: all;
+ -o-transition-property: all;
+ -ms-transition-property: all;
+ transition-property: all;
+ -webkit-transition-duration: 550ms;
+ -moz-transition-duration: 550ms;
+ -o-transition-duration: 550ms;
+ transition-duration: 550ms;
+}
+.thumbnail .cover .more {
+ position: absolute;
+ bottom: 15px;
+ right: 0;
+ height: 32px;
+ line-height: 32px;
+ padding: 0 20px;
+ -webkit-border-radius: 1px 0 0 1px;
+ -webkit-background-clip: padding-box;
+ -moz-border-radius: 1px 0 0 1px;
+ -moz-background-clip: padding;
+ border-radius: 1px 0 0 1px;
+ background-clip: padding-box;
+ font-size: 12px;
+ font-size: 0.75rem;
+ text-transform: uppercase;
+ text-shadow: 0 1px 0px #780d33;
+ background: #bd1550;
+ color: white;
+}
+.thumbnail img {
+ width: 100%;
+ position: absolute;
+ top: 0;
+ left: 0;
+}
+.thumbnail:hover {
+ color: #333;
+ text-decoration: none;
+}
+.thumbnail:hover img {
+ -webkit-filter: saturate(0%);
+}
+.thumbnail:hover .cover {
+ opacity: 1;
+}
+/* pagination */
+.pagination > li > a {
+ color: #808080;
+ border: 0 none;
+ font-size: 20px;
+ font-size: 1.25rem;
+ font-family: Georgia, serif;
+}
+.pagination > li > a:hover {
+ color: #000000;
+ background: none;
+}
+.pagination > li.active > a {
+ color: #333333;
+ background: none;
+}
+.pagination > li.active > a:hover {
+ color: #000000;
+ background: none;
+}
+/*********************************************************************
+
+
+ BLOG
+
+
+**********************************************************************/
+.section-title,
+.entry-title {
+ display: block;
+ width: 100%;
+ overflow: hidden;
+ margin: 0px 0 25px;
+ text-align: center;
+ font-weight: 300;
+ text-transform: uppercase;
+ font-size: 36px;
+ font-size: 2.25rem;
+ letter-spacing: 1px;
+}
+.section-title a,
+.entry-title a {
+ color: #333333;
+}
+.section-title span,
+.entry-title span {
+ display: inline-block;
+ position: relative;
+}
+.section-title span:before,
+.entry-title span:before,
+.section-title span:after,
+.entry-title span:after {
+ content: "";
+ position: absolute;
+ height: 4px;
+ top: .53em;
+ width: 400%;
+ border-bottom: 1px solid #ccc;
+ border-top: 1px solid #ccc;
+}
+.section-title span:before,
+.entry-title span:before {
+ right: 100%;
+ margin-right: 45px;
+}
+.section-title span:after,
+.entry-title span:after {
+ left: 100%;
+ margin-left: 45px;
+}
+.entry-header .entry-meta {
+ text-align: center;
+ font-family: Georgia, serif;
+ font-size: 18px;
+ font-size: 1.125rem;
+ font-style: italic;
+ font-weight: normal;
+ color: #a5a5a5;
+ margin: 0 0 15px 0;
+}
+.entry-header .entry-meta a {
+ color: #a5a5a5;
+}
+.entry-content {
+ margin: 0 0 60px 0;
+}
+.entry-content h2 {
+ line-height: 1.2;
+ font-size: 30px;
+ font-size: 1.875rem;
+ padding-top: 20px;
+ margin-bottom: 20px;
+}
+.meta-nav,
+.more-link {
+ font-family: Georgia, serif;
+ font-style: italic;
+ font-weight: bold;
+ color: #666666;
+ text-decoration: none;
+}
+.meta-nav:hover,
+.more-link:hover {
+ color: #333333;
+ text-decoration: underline;
+}
+.more-link {
+ display: block;
+ width: 100%;
+ text-align: right;
+}
+/* Posts navigation */
+#nav-below {
+ position: fixed;
+ top: 48%;
+}
+#nav-below .meta-nav {
+ display: block;
+ padding: 27px 7px;
+ background: #444;
+ color: #fff;
+ -webkit-border-radius: 3px;
+ -webkit-background-clip: padding-box;
+ -moz-border-radius: 3px;
+ -moz-background-clip: padding;
+ border-radius: 3px;
+ background-clip: padding-box;
+ font-family: "Open sans", Helvetica, Arial, sans-serif;
+ font-style: normal;
+ font-weight: normal;
+ text-decoration: none;
+ opacity: 0.2;
+}
+#nav-below .meta-nav:hover {
+ text-decoration: none;
+ color: #333;
+}
+#nav-below .nav-next {
+ position: fixed;
+ right: -3px;
+}
+#nav-below .nav-previous {
+ position: fixed;
+ left: -3px;
+}
+#nav-below b {
+ display: none;
+}
+footer.entry-meta {
+ border-top: 1px solid #ccc;
+ border-bottom: 1px solid #ccc;
+ margin: 0 0 35px 0;
+ padding: 2px 0;
+ color: #888888;
+ font-size: 12px;
+ font-size: 0.75rem;
+}
+footer.entry-meta a {
+ color: #333333;
+}
+footer.entry-meta .meta-in {
+ border-top: 1px solid #ccc;
+ border-bottom: 1px solid #ccc;
+ padding: 10px 0;
+}
+.page-header {
+ padding-bottom: 0;
+ margin: 0;
+ border-bottom: none;
+ text-align: left;
+}
+.page-header .page-title {
+ margin-top: 0;
+ margin-bottom: 30px;
+}
+/*********************************************************************
+
+
+ COMMENTS
+
+
+**********************************************************************/
+#comments {
+ font-size: 13px;
+ font-size: 0.8125rem;
+}
+#comments .comments-title {
+ margin: 0 0 5px 0;
+}
+#comments .leave-comment {
+ display: block;
+ margin: 0 0 40px 0;
+}
+#comments ul,
+#comments ol {
+ margin: 0;
+ padding: 0;
+}
+#comments .comment {
+ margin: 0;
+ padding: 0;
+ list-style: none;
+ clear: both;
+}
+#comments .comments-title {
+ text-shadow: none;
+ margin-bottom: 0;
+}
+#comments .avatar {
+ float: left;
+ width: 70px;
+ height: 70px;
+ margin-bottom: 30px;
+ border: 5px solid #eeeeee;
+ -webkit-border-radius: 50%;
+ -webkit-background-clip: padding-box;
+ -moz-border-radius: 50%;
+ -moz-background-clip: padding;
+ border-radius: 50%;
+ background-clip: padding-box;
+}
+#comments .children {
+ margin: 0 0 0 90px;
+}
+#comments .comment-meta {
+ margin: 0 0 0 90px;
+}
+#comments .comment-meta a {
+ color: #333333;
+}
+#comments .comment-meta a:hover {
+ color: #bd1550;
+}
+#comments .comment-meta .author {
+ margin: 0 20px 0 0;
+ font-weight: bold;
+}
+#comments .comment-meta .date {
+ margin: 0 20px 0 0;
+}
+#comments .comment-meta .date a {
+ color: #666666;
+}
+#comments .comment-meta .reply {
+ float: right;
+}
+#comments .comment-body {
+ margin: 0 0 35px 90px;
+}
+.comment-navigation {
+ width: 100%;
+ border-top: 1px solid #ccc;
+ padding: 2px 0 0 0;
+}
+.comment-navigation .nav-content {
+ border-top: 1px solid #ccc;
+ width: 100%;
+ padding: 10px 0 0 0;
+}
+.comment-navigation .nav-previous {
+ float: left;
+ width: 50%;
+}
+.comment-navigation .nav-next {
+ float: right;
+ width: 50%;
+ text-align: right;
+}
+#respond {
+ margin: 55px 0 0 0;
+}
+/*********************************************************************
+
+
+ FOOTER
+
+
+**********************************************************************/
+#footer {
+ background: #232323;
+ padding: 30px 0 0 0;
+ font-size: 12px;
+ color: #999;
+}
+#footer a {
+ color: #ccc;
+}
+#footer a:hover {
+ color: #fff;
+}
+#footer h3.widget-title {
+ font-size: 15px;
+ font-size: 0.9375rem;
+ text-transform: uppercase;
+ color: #ccc;
+ margin: 0 0 20px;
+}
+#underfooter {
+ background: #191919;
+ padding: 15px 0;
+ color: #777;
+ font-size: 12px;
+}
+#underfooter a {
+ color: #aaa;
+}
+#underfooter a:hover {
+ color: #fff;
+}
+#underfooter p {
+ margin: 0;
+}
+.follow-me-icons {
+ font-size: 30px;
+}
+.follow-me-icons i {
+ float: left;
+ margin: 0 10px 0 0;
+}
+/* Max page width
+/////////////////////////////////////////////////////////////////////*/
+@media (min-width: 1200px) {
+ .container {
+ max-width: 1080px;
+ }
+}
+/*********************************************************************
+
+
+ SHARE THIS
+
+
+**********************************************************************/
+.st-custom-button[data-network] {
+ background-color: #fff;
+ display: inline-block;
+ padding: 0px 5px 20px 5px;
+ cursor: pointer;
+ font-weight: bold;
+ color: #666666;
+ &:hover, &:focus {
+ color: #004488;
+ }
+}
diff --git a/exampleSite/docs/images/avatar_man.png b/exampleSite/docs/images/avatar_man.png
new file mode 100644
index 0000000..081bf3f
--- /dev/null
+++ b/exampleSite/docs/images/avatar_man.png
Binary files differ
diff --git a/exampleSite/docs/images/avatar_woman.png b/exampleSite/docs/images/avatar_woman.png
new file mode 100644
index 0000000..30b4e92
--- /dev/null
+++ b/exampleSite/docs/images/avatar_woman.png
Binary files differ
diff --git a/exampleSite/docs/images/bg_head.jpg b/exampleSite/docs/images/bg_head.jpg
new file mode 100644
index 0000000..7775b8f
--- /dev/null
+++ b/exampleSite/docs/images/bg_head.jpg
Binary files differ
diff --git a/exampleSite/docs/images/gt_favicon.png b/exampleSite/docs/images/gt_favicon.png
new file mode 100644
index 0000000..bac684b
--- /dev/null
+++ b/exampleSite/docs/images/gt_favicon.png
Binary files differ
diff --git a/exampleSite/docs/images/guy.jpg b/exampleSite/docs/images/guy.jpg
new file mode 100644
index 0000000..64ca55d
--- /dev/null
+++ b/exampleSite/docs/images/guy.jpg
Binary files differ
diff --git a/exampleSite/docs/images/mac.jpg b/exampleSite/docs/images/mac.jpg
new file mode 100644
index 0000000..e62fd9e
--- /dev/null
+++ b/exampleSite/docs/images/mac.jpg
Binary files differ
diff --git a/exampleSite/docs/images/s1.jpg b/exampleSite/docs/images/s1.jpg
new file mode 100644
index 0000000..c16059c
--- /dev/null
+++ b/exampleSite/docs/images/s1.jpg
Binary files differ
diff --git a/exampleSite/docs/images/s2.jpg b/exampleSite/docs/images/s2.jpg
new file mode 100644
index 0000000..5755be9
--- /dev/null
+++ b/exampleSite/docs/images/s2.jpg
Binary files differ
diff --git a/exampleSite/docs/images/sample_clients.png b/exampleSite/docs/images/sample_clients.png
new file mode 100644
index 0000000..6170659
--- /dev/null
+++ b/exampleSite/docs/images/sample_clients.png
Binary files differ
diff --git a/exampleSite/docs/index.html b/exampleSite/docs/index.html
new file mode 100644
index 0000000..8670c43
--- /dev/null
+++ b/exampleSite/docs/index.html
@@ -0,0 +1,435 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta name="generator" content="Hugo 0.21" />
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="description" content="">
+ <meta name="author" content="Sergey Pozhilov (GetTemplate.com)">
+
+ <title>Initio - Free, multipurpose html5 template by GetTemplate</title>
+
+ <link rel="shortcut icon" href="https://miguelsimoni.github.io/hugo-initio-site/images/gt_favicon.png">
+
+
+ <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css" rel="stylesheet">
+
+ <link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700">
+
+ <link rel="stylesheet" href="https://miguelsimoni.github.io/hugo-initio-site/css/styles.css">
+
+
+
+
+ <script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=123456789012345678901234&product=inline-share-buttons"></script>
+
+
+</head>
+<body class="home">
+
+<header id="header">
+ <div id="head" class="parallax" parallax-speed="2">
+ <h1 id="logo" class="text-center">
+ <img class="img-circle" src="https://miguelsimoni.github.io/hugo-initio-site/images/guy.jpg" alt="">
+ <span class="title">Anthony Russel</span>
+ <span class="tagline">A mystery person<br>
+ <a href="">anthony.russel42@example.com</a>
+ </span>
+ </h1>
+ </div>
+
+ <nav class="navbar navbar-default navbar-sticky">
+ <div class="container-fluid">
+
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
+ </div>
+
+ <div class="navbar-collapse collapse">
+
+ <ul class="nav navbar-nav">
+
+ <li>
+ <a href="/hugo-initio-site/">home</a>
+ </li>
+
+ <li>
+ <a href="/hugo-initio-site/post/">blog</a>
+ </li>
+
+ <li>
+ <a href="/hugo-initio-site/about/">About</a>
+ </li>
+
+
+ </ul>
+
+ </div>
+ </div>
+</nav>
+
+
+</header>
+
+<main id="main">
+
+ <div class="container">
+
+
+ <div class="row section topspace">
+ <div class="col-md-12">
+ <p class="lead text-center text-muted">
+ Let me tell you something my friend. hope is a dangerous thing. hope can drive a man insane. you <a href="about.html">measure</a> yourself by the people who measure themselves by you. it only took me <a href="sidebar-right.html">six days</a>.
+ </p>
+ </div>
+</div>
+
+
+
+
+ <div class="row section featured topspace">
+ <h2 class="section-title"><span>Services</span></h2>
+ <div class="row">
+
+ <div class="col-sm-6 col-md-3">
+ <h3 class="text-center">Application development</h3>
+ <p><p>I don&rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</p>
+</p>
+ <p class="text-center"><a href="https://miguelsimoni.github.io/hugo-initio-site/service/service3/" class="btn btn-action">Read more</a></p>
+ </div>
+
+ <div class="col-sm-6 col-md-3">
+ <h3 class="text-center">Custom website design</h3>
+ <p><p>I don&rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</p>
+</p>
+ <p class="text-center"><a href="https://miguelsimoni.github.io/hugo-initio-site/service/service1/" class="btn btn-action">Read more</a></p>
+ </div>
+
+ <div class="col-sm-6 col-md-3">
+ <h3 class="text-center">SEO &amp;amp; SEM services</h3>
+ <p><p>I don&rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</p>
+</p>
+ <p class="text-center"><a href="https://miguelsimoni.github.io/hugo-initio-site/service/service4/" class="btn btn-action">Read more</a></p>
+ </div>
+
+ <div class="col-sm-6 col-md-3">
+ <h3 class="text-center">Wordpress integration</h3>
+ <p><p>I don&rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</p>
+</p>
+ <p class="text-center"><a href="https://miguelsimoni.github.io/hugo-initio-site/service/service2/" class="btn btn-action">Read more</a></p>
+ </div>
+
+ </div>
+</div>
+
+
+
+
+ <div class="row section recentworks topspace">
+
+ <h2 class="section-title"><span>Recent Works</span></h2>
+
+ <div class="thumbnails recentworks row">
+
+
+ <div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
+ <a class="thumbnail" href="#">
+ <span class="img">
+ <img src="images/s1.jpg" alt="">
+ <span class="cover"><span class="more">Ver detalles &rarr;</span></span>
+ </span>
+ <span class="title">Sample title - big data solutions</span>
+ </a>
+ <span class="details">
+
+
+ <a href="#">Web design</a>
+ |
+
+ <a href="#">Wordpress</a>
+ |
+
+ <a href="#">Logotype</a>
+
+
+ </span>
+ <h4></h4>
+ <p></p>
+ </div>
+
+ <div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
+ <a class="thumbnail" href="#">
+ <span class="img">
+ <img src="images/s1.jpg" alt="">
+ <span class="cover"><span class="more">Ver detalles &rarr;</span></span>
+ </span>
+ <span class="title">Pure ipsum - development services for people</span>
+ </a>
+ <span class="details">
+
+
+ <a href="#">Web design</a>
+ |
+
+ <a href="#">Wordpress</a>
+
+
+ </span>
+ <h4></h4>
+ <p></p>
+ </div>
+
+ <div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
+ <a class="thumbnail" href="#">
+ <span class="img">
+ <img src="images/s1.jpg" alt="">
+ <span class="cover"><span class="more">Ver detalles &rarr;</span></span>
+ </span>
+ <span class="title">Lorem studios - interior and patio design</span>
+ </a>
+ <span class="details">
+
+
+ <a href="#">Web design</a>
+ |
+
+ <a href="#">Logotype</a>
+
+
+ </span>
+ <h4></h4>
+ <p></p>
+ </div>
+
+ <div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
+ <a class="thumbnail" href="#">
+ <span class="img">
+ <img src="images/s1.jpg" alt="">
+ <span class="cover"><span class="more">Ver detalles &rarr;</span></span>
+ </span>
+ <span class="title">Pure ipsum - development services for people</span>
+ </a>
+ <span class="details">
+
+
+ <a href="#">Web design</a>
+ |
+
+ <a href="#">Wordpress</a>
+
+
+ </span>
+ <h4></h4>
+ <p></p>
+ </div>
+
+ <div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
+ <a class="thumbnail" href="#">
+ <span class="img">
+ <img src="images/s1.jpg" alt="">
+ <span class="cover"><span class="more">Ver detalles &rarr;</span></span>
+ </span>
+ <span class="title">Lorem studios - interior and patio design</span>
+ </a>
+ <span class="details">
+
+
+ <a href="#">Web design</a>
+ |
+
+ <a href="#">Logotype</a>
+
+
+ </span>
+ <h4></h4>
+ <p></p>
+ </div>
+
+ <div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
+ <a class="thumbnail" href="#">
+ <span class="img">
+ <img src="images/s1.jpg" alt="">
+ <span class="cover"><span class="more">Ver detalles &rarr;</span></span>
+ </span>
+ <span class="title">Lorem studios - interior and patio design</span>
+ </a>
+ <span class="details">
+
+
+ <a href="#">Web design</a>
+ |
+
+ <a href="#">Logotype</a>
+
+
+ </span>
+ <h4></h4>
+ <p></p>
+ </div>
+
+
+</div>
+
+
+
+
+ <div class="row section topspace">
+ <div class="panel panel-cta">
+ <div class="panel-body">
+ <div class="col-lg-8">
+ <p>A simple, nice-looking <b>call to action box</b>. Boxing is about respect. getting it for yourself,
+ and taking it away from the other guy. no, this is mount everest. </p>
+ </div>
+ <div class="col-lg-4 text-right">
+ <a href="http://www.gettemplate.com/downloads/initio.zip " class="btn btn-primary btn-lg">Download original template</a>
+ </div>
+ </div>
+ </div>
+</div>
+
+<div class="row section topspace">
+ <div class="panel panel-cta">
+ <div class="panel-body">
+ <div class="col-lg-8">
+ <p>A simple, nice-looking <b>call to action box</b>. Boxing is about respect. getting it for yourself,
+ and taking it away from the other guy. no, this is mount everest. </p>
+ </div>
+ <div class="col-lg-4 text-right">
+ <a href="https://github.com/miguelsimoni/hugo-initio/archive/master.zip " class="btn btn-primary btn-lg">Download HUGO template</a>
+ </div>
+ </div>
+ </div>
+</div>
+
+
+
+
+ <div class="row section clients topspace">
+ <h2 class="section-title"><span>Clients</span></h2>
+ <div class="col-lg-12">
+ <p>
+ <img src="images/sample_clients.png" alt="">
+ </p>
+ </div>
+</div>
+
+
+
+ </div>
+
+</main>
+
+<footer id="footer">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Contact</h3>
+ <div class="widget-body">
+ <p>&#43;234 23 9873237<br>
+ <a href="mailto:anthony.russel42@example.com">anthony.russel42@example.com</a><br>
+ <br>
+ 234 Hidden Pond Road, Ashland City, TN 37015
+ </p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Follow me</h3>
+ <div class="widget-body">
+ <p class="follow-me-icons">
+
+
+ <a href="https://www.facebook.com/nickname" target="_blank"><i class="fa fa-facebook-square fa-2"></i></a>
+
+
+
+ <a href="https://twitter.com/nickname" target="_blank"><i class="fa fa-twitter-square fa-2"></i></a>
+
+
+
+ <a href="https://www.instagram.com/nickname" target="_blank"><i class="fa fa-instagram fa-2"></i></a>
+
+
+
+
+
+
+
+
+
+ <a href="https://github.com/nickname" target="_blank"><i class="fa fa-github fa-2"></i></a>
+
+
+
+
+ </p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Text widget</h3>
+ <div class="widget-body">
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, nihil natus explicabo ipsum quia iste aliquid repellat eveniet velit ipsa sunt libero sed aperiam id soluta officia asperiores adipisci maxime!</p>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, nihil natus explicabo ipsum quia iste aliquid repellat eveniet velit ipsa sunt libero sed aperiam id soluta officia asperiores adipisci maxime!</p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Form widget</h3>
+ <div class="widget-body">
+ <p>&#43;234 23 9873237<br>
+ <a href="mailto:anthony.russel42@example.com">anthony.russel42@example.com</a><br>
+ <br>
+ 234 Hidden Pond Road, Ashland City, TN 37015
+ </p>
+ </div>
+ </div>
+
+ </div>
+ </div>
+</footer>
+
+<footer id="underfooter">
+ <div class="container">
+ <div class="row">
+
+ <div class="col-md-6 widget">
+ <div class="widget-body">
+ <p>234 Hidden Pond Road, Ashland City, TN 37015</p>
+ </div>
+ </div>
+
+ <div class="col-md-6 widget">
+ <div class="widget-body">
+ <p class="text-right">
+ Copyright &copy; 2017, Anthony Russel<br>
+ Design: <a href="http://www.gettemplate.com" rel="designer">Initio by GetTemplate</a> </p>
+ </div>
+ </div>
+
+ </div>
+ </div>
+</footer>
+
+
+
+
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
+<script src="https://miguelsimoni.github.io/hugo-initio-site/js/template.js"></script>
+<script id="dsq-count-scr" src="//hugo-initio-site.disqus.com/count.js" async></script>
+<script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'GA-000000000-0', 'auto');
+ ga('send', 'pageview');
+</script>
+
+</body>
+</html>
+
diff --git a/exampleSite/docs/index.xml b/exampleSite/docs/index.xml
new file mode 100644
index 0000000..b7de1e2
--- /dev/null
+++ b/exampleSite/docs/index.xml
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Initio - Free, multipurpose html5 template by GetTemplate</title>
+ <link>https://miguelsimoni.github.io/hugo-initio-site/</link>
+ <description>Recent content on Initio - Free, multipurpose html5 template by GetTemplate</description>
+ <generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+ <lastBuildDate>Mon, 17 Jun 2013 12:00:00 +0000</lastBuildDate>
+
+ <atom:link href="https://miguelsimoni.github.io/hugo-initio-site/index.xml" rel="self" type="application/rss+xml" />
+
+
+ <item>
+ <title>About</title>
+ <link>https://miguelsimoni.github.io/hugo-initio-site/about/</link>
+ <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+
+ <guid>https://miguelsimoni.github.io/hugo-initio-site/about/</guid>
+ <description>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eveniet, consequuntur eius repellendus eos aliquid molestiae ea laborum ex quibusdam laudantium voluptates placeat consectetur quam aliquam beatae soluta accusantium iusto nihil nesciunt unde veniam magnam repudiandae sapiente.
+Necessitatibus Velit, odit, eius, libero unde impedit quaerat dolorem assumenda alias consequuntur optio quae maiores ratione tempore sit aliquid architecto eligendi pariatur ab soluta doloremque dicta aspernatur labore quibusdam dolore corrupti quod inventore. Maiores, repellat, consequuntur eius repellendus eos aliquid molestiae ea laborum ex quibusdam laudantium voluptates placeat consectetur quam aliquam!</description>
+ </item>
+
+ <item>
+ <title>Vivamus Lacus Mauris</title>
+ <link>https://miguelsimoni.github.io/hugo-initio-site/post/vivamus-lacus-mauris/</link>
+ <pubDate>Mon, 17 Jun 2013 12:00:00 +0000</pubDate>
+
+ <guid>https://miguelsimoni.github.io/hugo-initio-site/post/vivamus-lacus-mauris/</guid>
+ <description>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit, rerum voluptates veniam. Esse, nihil, ea, eaque, quos cum id tempore voluptate nisi nemo debitis impedit officiis culpa repellat voluptatum in aperiam error quo minima ratione ex pariatur maxime eligendi dolore nesciunt molestiae enim alias atque commodi delectus perferendis. Blanditiis, iste placeat nostrum in! Eligendi, omnis, unde, quos ullam nesciunt molestias quis a saepe nisi distinctio molestiae voluptate obcaecati officiis consequuntur similique aspernatur rerum sequi placeat iure quaerat itaque libero officia recusandae ad corrupti aperiam cum beatae.</description>
+ </item>
+
+ <item>
+ <title>Application development</title>
+ <link>https://miguelsimoni.github.io/hugo-initio-site/service/service3/</link>
+ <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+
+ <guid>https://miguelsimoni.github.io/hugo-initio-site/service/service3/</guid>
+ <description>I don&amp;rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&amp;rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</description>
+ </item>
+
+ <item>
+ <title>Custom website design</title>
+ <link>https://miguelsimoni.github.io/hugo-initio-site/service/service1/</link>
+ <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+
+ <guid>https://miguelsimoni.github.io/hugo-initio-site/service/service1/</guid>
+ <description>I don&amp;rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&amp;rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</description>
+ </item>
+
+ <item>
+ <title>SEO &amp;amp; SEM services</title>
+ <link>https://miguelsimoni.github.io/hugo-initio-site/service/service4/</link>
+ <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+
+ <guid>https://miguelsimoni.github.io/hugo-initio-site/service/service4/</guid>
+ <description>I don&amp;rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&amp;rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</description>
+ </item>
+
+ <item>
+ <title>Wordpress integration</title>
+ <link>https://miguelsimoni.github.io/hugo-initio-site/service/service2/</link>
+ <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+
+ <guid>https://miguelsimoni.github.io/hugo-initio-site/service/service2/</guid>
+ <description>I don&amp;rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&amp;rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</description>
+ </item>
+
+ </channel>
+</rss> \ No newline at end of file
diff --git a/exampleSite/docs/js/html5shiv.js b/exampleSite/docs/js/html5shiv.js
new file mode 100644
index 0000000..448cebd
--- /dev/null
+++ b/exampleSite/docs/js/html5shiv.js
@@ -0,0 +1,8 @@
+/*
+ HTML5 Shiv v3.7.0 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
+*/
+(function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag();
+a.createElement=function(c){return!e.shivMethods?b.createElem(c):p(c,a,b)};a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/[\w\-]+/g,function(a){b.createElem(a);b.frag.createElement(a);return'c("'+a+'")'})+");return n}")(e,b.frag)}function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a;c=d.createElement("p");d=d.getElementsByTagName("head")[0]||d.documentElement;c.innerHTML="x<style>article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}</style>";
+c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||
+"undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output progress section summary template time video",version:"3.7.0",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,b){a||(a=f);
+if(g)return a.createDocumentFragment();for(var b=b||i(a),c=b.frag.cloneNode(),d=0,e=m(),h=e.length;d<h;d++)c.createElement(e[d]);return c}};l.html5=e;q(f)})(this,document);
diff --git a/exampleSite/docs/js/template.js b/exampleSite/docs/js/template.js
new file mode 100644
index 0000000..5d2c94f
--- /dev/null
+++ b/exampleSite/docs/js/template.js
@@ -0,0 +1,38 @@
+jQuery(document).ready(function($) {
+
+ var my_nav = $('.navbar-sticky');
+ // grab the initial top offset of the navigation
+ var sticky_navigation_offset_top = my_nav.offset().top;
+
+ // our function that decides weather the navigation bar should have "fixed" css position or not.
+ var sticky_navigation = function(){
+ var scroll_top = $(window).scrollTop(); // our current vertical position from the top
+
+ // if we've scrolled more than the navigation, change its position to fixed to stick to top, otherwise change it back to relative
+ if (scroll_top > sticky_navigation_offset_top) {
+ my_nav.addClass( 'stick' );
+ } else {
+ my_nav.removeClass( 'stick' );
+ }
+ };
+
+ var initio_parallax_animation = function() {
+ $('.parallax').each( function(i, obj) {
+ var speed = $(this).attr('parallax-speed');
+ if( speed ) {
+ var background_pos = '-' + (window.pageYOffset / speed) + "px";
+ $(this).css( 'background-position', 'center ' + background_pos );
+ }
+ });
+ }
+
+ // run our function on load
+ sticky_navigation();
+
+ // and run it again every time you scroll
+ $(window).scroll(function() {
+ sticky_navigation();
+ initio_parallax_animation();
+ });
+
+}); \ No newline at end of file
diff --git a/exampleSite/docs/post/index.html b/exampleSite/docs/post/index.html
new file mode 100644
index 0000000..500af83
--- /dev/null
+++ b/exampleSite/docs/post/index.html
@@ -0,0 +1,227 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="description" content="">
+ <meta name="author" content="Sergey Pozhilov (GetTemplate.com)">
+
+ <title>Posts</title>
+
+ <link rel="shortcut icon" href="https://miguelsimoni.github.io/hugo-initio-site/images/gt_favicon.png">
+
+
+ <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css" rel="stylesheet">
+
+ <link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700">
+
+ <link rel="stylesheet" href="https://miguelsimoni.github.io/hugo-initio-site/css/styles.css">
+
+
+
+
+ <script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=123456789012345678901234&product=inline-share-buttons"></script>
+
+
+</head>
+<body class="home">
+
+<header id="header">
+ <div id="head" class="parallax" parallax-speed="2">
+ <h1 id="logo" class="text-center">
+ <img class="img-circle" src="https://miguelsimoni.github.io/hugo-initio-site/images/guy.jpg" alt="">
+ <span class="title">Anthony Russel</span>
+ <span class="tagline">A mystery person<br>
+ <a href="">anthony.russel42@example.com</a>
+ </span>
+ </h1>
+ </div>
+
+ <nav class="navbar navbar-default navbar-sticky">
+ <div class="container-fluid">
+
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
+ </div>
+
+ <div class="navbar-collapse collapse">
+
+ <ul class="nav navbar-nav">
+
+ <li>
+ <a href="/hugo-initio-site/">home</a>
+ </li>
+
+ <li>
+ <a href="/hugo-initio-site/post/">blog</a>
+ </li>
+
+ <li>
+ <a href="/hugo-initio-site/about/">About</a>
+ </li>
+
+
+ </ul>
+
+ </div>
+ </div>
+</nav>
+
+
+</header>
+
+
+<main id="main">
+
+ <div class="container">
+ <div class="row topspace">
+ <div class="col-sm-8 col-sm-offset-2">
+
+
+ <article class="post">
+ <header class="entry-header">
+ <div class="entry-meta">
+ <span class="posted-on"><time class="entry-date published" date="2013-06-17 12:00:00 &#43;0000 &#43;0000">June 17, 2013</time></span>
+ </div>
+ <h1 class="entry-title"><a href="https://miguelsimoni.github.io/hugo-initio-site/post/vivamus-lacus-mauris/" rel="bookmark">Vivamus Lacus Mauris</a></h1>
+ </header>
+ <div class="entry-content">
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit, rerum voluptates veniam. Esse, nihil, ea, eaque, quos cum id tempore voluptate nisi nemo debitis impedit officiis culpa repellat voluptatum in aperiam error quo minima ratione ex pariatur maxime eligendi dolore nesciunt molestiae enim alias atque commodi delectus perferendis. Blanditiis, iste placeat nostrum in! Eligendi, omnis, unde, quos ullam nesciunt molestias quis a saepe nisi distinctio molestiae voluptate obcaecati officiis consequuntur similique aspernatur rerum sequi placeat iure quaerat itaque libero officia recusandae ad corrupti aperiam cum beatae. Adipisci ad natus deleniti.</p>
+
+<p>Dolores harum alias consequatur blanditiis. Inventore, quod, ullam veritatis eum ratione neque quis fugit quae optio facilis in ipsa! Maiores, quia, possimus repellendus iusto nostrum nisi doloribus qui excepturi ducimus veritatis molestiae autem consequatur quae ex nihil id sapiente minima adipisci. Quibusdam, aperiam, sapiente, nobis, possimus vero laudantium delectus esse minus quo nihil perspiciatis accusamus. Cupiditate sapiente illum accusantium animi pariatur sed minima nam.</p>
+
+<p>Harum, consectetur, quia nisi fugiat quasi ea amet cum inventore aperiam optio qui perspiciatis debitis molestiae laborum minima doloremque ullam eum nesciunt repellendus dolor dicta cumque deserunt. Quaerat, saepe, maxime, quod, dolor nisi assumenda aut est quos optio animi aliquid quidem voluptates adipisci hic recusandae dicta quis eligendi illo ducimus asperiores reiciendis odit distinctio natus? In, reprehenderit, facere, ipsam, vel architecto autem temporibus a quidem voluptatum at nesciunt quas facilis. Soluta, excepturi, nihil, illum dicta hic ratione tenetur voluptate dolorum a tempore dignissimos reprehenderit voluptas expedita officiis enim minus adipisci?</p>
+
+ </div>
+ </article>
+
+
+ </div>
+ </div>
+
+ <center class="">
+ <ul class="pagination">
+
+
+ </ul>
+ </center>
+
+
+ </div>
+
+</main>
+
+<footer id="footer">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Contact</h3>
+ <div class="widget-body">
+ <p>&#43;234 23 9873237<br>
+ <a href="mailto:anthony.russel42@example.com">anthony.russel42@example.com</a><br>
+ <br>
+ 234 Hidden Pond Road, Ashland City, TN 37015
+ </p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Follow me</h3>
+ <div class="widget-body">
+ <p class="follow-me-icons">
+
+
+ <a href="https://www.facebook.com/nickname" target="_blank"><i class="fa fa-facebook-square fa-2"></i></a>
+
+
+
+ <a href="https://twitter.com/nickname" target="_blank"><i class="fa fa-twitter-square fa-2"></i></a>
+
+
+
+ <a href="https://www.instagram.com/nickname" target="_blank"><i class="fa fa-instagram fa-2"></i></a>
+
+
+
+
+
+
+
+
+
+ <a href="https://github.com/nickname" target="_blank"><i class="fa fa-github fa-2"></i></a>
+
+
+
+
+ </p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Text widget</h3>
+ <div class="widget-body">
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, nihil natus explicabo ipsum quia iste aliquid repellat eveniet velit ipsa sunt libero sed aperiam id soluta officia asperiores adipisci maxime!</p>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, nihil natus explicabo ipsum quia iste aliquid repellat eveniet velit ipsa sunt libero sed aperiam id soluta officia asperiores adipisci maxime!</p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Form widget</h3>
+ <div class="widget-body">
+ <p>&#43;234 23 9873237<br>
+ <a href="mailto:anthony.russel42@example.com">anthony.russel42@example.com</a><br>
+ <br>
+ 234 Hidden Pond Road, Ashland City, TN 37015
+ </p>
+ </div>
+ </div>
+
+ </div>
+ </div>
+</footer>
+
+<footer id="underfooter">
+ <div class="container">
+ <div class="row">
+
+ <div class="col-md-6 widget">
+ <div class="widget-body">
+ <p>234 Hidden Pond Road, Ashland City, TN 37015</p>
+ </div>
+ </div>
+
+ <div class="col-md-6 widget">
+ <div class="widget-body">
+ <p class="text-right">
+ Copyright &copy; 2017, Anthony Russel<br>
+ Design: <a href="http://www.gettemplate.com" rel="designer">Initio by GetTemplate</a> </p>
+ </div>
+ </div>
+
+ </div>
+ </div>
+</footer>
+
+
+
+
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
+<script src="https://miguelsimoni.github.io/hugo-initio-site/js/template.js"></script>
+<script id="dsq-count-scr" src="//hugo-initio-site.disqus.com/count.js" async></script>
+<script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'GA-000000000-0', 'auto');
+ ga('send', 'pageview');
+</script>
+
+</body>
+</html>
+
diff --git a/exampleSite/docs/post/index.xml b/exampleSite/docs/post/index.xml
new file mode 100644
index 0000000..f237921
--- /dev/null
+++ b/exampleSite/docs/post/index.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Posts on Initio - Free, multipurpose html5 template by GetTemplate</title>
+ <link>https://miguelsimoni.github.io/hugo-initio-site/post/</link>
+ <description>Recent content in Posts on Initio - Free, multipurpose html5 template by GetTemplate</description>
+ <generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+ <lastBuildDate>Mon, 17 Jun 2013 12:00:00 +0000</lastBuildDate>
+
+ <atom:link href="https://miguelsimoni.github.io/hugo-initio-site/post/index.xml" rel="self" type="application/rss+xml" />
+
+
+ <item>
+ <title>Vivamus Lacus Mauris</title>
+ <link>https://miguelsimoni.github.io/hugo-initio-site/post/vivamus-lacus-mauris/</link>
+ <pubDate>Mon, 17 Jun 2013 12:00:00 +0000</pubDate>
+
+ <guid>https://miguelsimoni.github.io/hugo-initio-site/post/vivamus-lacus-mauris/</guid>
+ <description>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit, rerum voluptates veniam. Esse, nihil, ea, eaque, quos cum id tempore voluptate nisi nemo debitis impedit officiis culpa repellat voluptatum in aperiam error quo minima ratione ex pariatur maxime eligendi dolore nesciunt molestiae enim alias atque commodi delectus perferendis. Blanditiis, iste placeat nostrum in! Eligendi, omnis, unde, quos ullam nesciunt molestias quis a saepe nisi distinctio molestiae voluptate obcaecati officiis consequuntur similique aspernatur rerum sequi placeat iure quaerat itaque libero officia recusandae ad corrupti aperiam cum beatae.</description>
+ </item>
+
+ </channel>
+</rss> \ No newline at end of file
diff --git a/exampleSite/docs/post/page/1/index.html b/exampleSite/docs/post/page/1/index.html
new file mode 100644
index 0000000..909ed09
--- /dev/null
+++ b/exampleSite/docs/post/page/1/index.html
@@ -0,0 +1 @@
+<!DOCTYPE html><html><head><title>https://miguelsimoni.github.io/hugo-initio-site/post/</title><link rel="canonical" href="https://miguelsimoni.github.io/hugo-initio-site/post/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=https://miguelsimoni.github.io/hugo-initio-site/post/" /></head></html> \ No newline at end of file
diff --git a/exampleSite/docs/post/vivamus-lacus-mauris/index.html b/exampleSite/docs/post/vivamus-lacus-mauris/index.html
new file mode 100644
index 0000000..cad65f4
--- /dev/null
+++ b/exampleSite/docs/post/vivamus-lacus-mauris/index.html
@@ -0,0 +1,238 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="description" content="">
+ <meta name="author" content="Sergey Pozhilov (GetTemplate.com)">
+
+ <title>Vivamus Lacus Mauris</title>
+
+ <link rel="shortcut icon" href="https://miguelsimoni.github.io/hugo-initio-site/images/gt_favicon.png">
+
+
+ <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css" rel="stylesheet">
+
+ <link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700">
+
+ <link rel="stylesheet" href="https://miguelsimoni.github.io/hugo-initio-site/css/styles.css">
+
+
+
+
+ <script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=123456789012345678901234&product=inline-share-buttons"></script>
+
+
+</head>
+<body class="home">
+
+<header id="header">
+ <div id="head" class="parallax" parallax-speed="2">
+ <h1 id="logo" class="text-center">
+ <img class="img-circle" src="https://miguelsimoni.github.io/hugo-initio-site/images/guy.jpg" alt="">
+ <span class="title">Anthony Russel</span>
+ <span class="tagline">A mystery person<br>
+ <a href="">anthony.russel42@example.com</a>
+ </span>
+ </h1>
+ </div>
+
+ <nav class="navbar navbar-default navbar-sticky">
+ <div class="container-fluid">
+
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
+ </div>
+
+ <div class="navbar-collapse collapse">
+
+ <ul class="nav navbar-nav">
+
+ <li>
+ <a href="/hugo-initio-site/">home</a>
+ </li>
+
+ <li>
+ <a href="/hugo-initio-site/post/">blog</a>
+ </li>
+
+ <li>
+ <a href="/hugo-initio-site/about/">About</a>
+ </li>
+
+
+ </ul>
+
+ </div>
+ </div>
+</nav>
+
+
+</header>
+
+
+<main id="main">
+
+ <div class="container">
+
+ <div class="row topspace">
+ <div class="col-sm-8 col-sm-offset-2">
+
+ <article class="post">
+ <header class="entry-header">
+ <div class="entry-meta">
+ <span class="posted-on"><time class="entry-date published" date="2013-06-17 12:00:00 &#43;0000 &#43;0000">June 17, 2013</time></span>
+ </div>
+ <h1 class="entry-title"><a href="https://miguelsimoni.github.io/hugo-initio-site/post/vivamus-lacus-mauris/" rel="bookmark">Vivamus Lacus Mauris</a></h1>
+ </header>
+ <div class="entry-content">
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit, rerum voluptates veniam. Esse, nihil, ea, eaque, quos cum id tempore voluptate nisi nemo debitis impedit officiis culpa repellat voluptatum in aperiam error quo minima ratione ex pariatur maxime eligendi dolore nesciunt molestiae enim alias atque commodi delectus perferendis. Blanditiis, iste placeat nostrum in! Eligendi, omnis, unde, quos ullam nesciunt molestias quis a saepe nisi distinctio molestiae voluptate obcaecati officiis consequuntur similique aspernatur rerum sequi placeat iure quaerat itaque libero officia recusandae ad corrupti aperiam cum beatae. Adipisci ad natus deleniti.</p>
+
+<p>Dolores harum alias consequatur blanditiis. Inventore, quod, ullam veritatis eum ratione neque quis fugit quae optio facilis in ipsa! Maiores, quia, possimus repellendus iusto nostrum nisi doloribus qui excepturi ducimus veritatis molestiae autem consequatur quae ex nihil id sapiente minima adipisci. Quibusdam, aperiam, sapiente, nobis, possimus vero laudantium delectus esse minus quo nihil perspiciatis accusamus. Cupiditate sapiente illum accusantium animi pariatur sed minima nam.</p>
+
+<p>Harum, consectetur, quia nisi fugiat quasi ea amet cum inventore aperiam optio qui perspiciatis debitis molestiae laborum minima doloremque ullam eum nesciunt repellendus dolor dicta cumque deserunt. Quaerat, saepe, maxime, quod, dolor nisi assumenda aut est quos optio animi aliquid quidem voluptates adipisci hic recusandae dicta quis eligendi illo ducimus asperiores reiciendis odit distinctio natus? In, reprehenderit, facere, ipsam, vel architecto autem temporibus a quidem voluptatum at nesciunt quas facilis. Soluta, excepturi, nihil, illum dicta hic ratione tenetur voluptate dolorum a tempore dignissimos reprehenderit voluptas expedita officiis enim minus adipisci?</p>
+
+ </div>
+ </article>
+
+ </div>
+ </div>
+
+ <div class="row">
+ <div class="col-sm-8 col-sm-offset-2">
+
+ <div id="share">
+
+ </div>
+ </div>
+ </div>
+ <div class="clearfix"></div>
+
+ <div class="row">
+ <div class="col-sm-8 col-sm-offset-2">
+
+ <div id="comments">
+
+ </div>
+ </div>
+ </div>
+ <div class="clearfix"></div>
+
+ </div>
+
+</main>
+
+<footer id="footer">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Contact</h3>
+ <div class="widget-body">
+ <p>&#43;234 23 9873237<br>
+ <a href="mailto:anthony.russel42@example.com">anthony.russel42@example.com</a><br>
+ <br>
+ 234 Hidden Pond Road, Ashland City, TN 37015
+ </p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Follow me</h3>
+ <div class="widget-body">
+ <p class="follow-me-icons">
+
+
+ <a href="https://www.facebook.com/nickname" target="_blank"><i class="fa fa-facebook-square fa-2"></i></a>
+
+
+
+ <a href="https://twitter.com/nickname" target="_blank"><i class="fa fa-twitter-square fa-2"></i></a>
+
+
+
+ <a href="https://www.instagram.com/nickname" target="_blank"><i class="fa fa-instagram fa-2"></i></a>
+
+
+
+
+
+
+
+
+
+ <a href="https://github.com/nickname" target="_blank"><i class="fa fa-github fa-2"></i></a>
+
+
+
+
+ </p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Text widget</h3>
+ <div class="widget-body">
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, nihil natus explicabo ipsum quia iste aliquid repellat eveniet velit ipsa sunt libero sed aperiam id soluta officia asperiores adipisci maxime!</p>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, nihil natus explicabo ipsum quia iste aliquid repellat eveniet velit ipsa sunt libero sed aperiam id soluta officia asperiores adipisci maxime!</p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Form widget</h3>
+ <div class="widget-body">
+ <p>&#43;234 23 9873237<br>
+ <a href="mailto:anthony.russel42@example.com">anthony.russel42@example.com</a><br>
+ <br>
+ 234 Hidden Pond Road, Ashland City, TN 37015
+ </p>
+ </div>
+ </div>
+
+ </div>
+ </div>
+</footer>
+
+<footer id="underfooter">
+ <div class="container">
+ <div class="row">
+
+ <div class="col-md-6 widget">
+ <div class="widget-body">
+ <p>234 Hidden Pond Road, Ashland City, TN 37015</p>
+ </div>
+ </div>
+
+ <div class="col-md-6 widget">
+ <div class="widget-body">
+ <p class="text-right">
+ Copyright &copy; 2017, Anthony Russel<br>
+ Design: <a href="http://www.gettemplate.com" rel="designer">Initio by GetTemplate</a> </p>
+ </div>
+ </div>
+
+ </div>
+ </div>
+</footer>
+
+
+
+
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
+<script src="https://miguelsimoni.github.io/hugo-initio-site/js/template.js"></script>
+<script id="dsq-count-scr" src="//hugo-initio-site.disqus.com/count.js" async></script>
+<script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'GA-000000000-0', 'auto');
+ ga('send', 'pageview');
+</script>
+
+</body>
+</html>
+
diff --git a/exampleSite/docs/service/index.html b/exampleSite/docs/service/index.html
new file mode 100644
index 0000000..f264f5e
--- /dev/null
+++ b/exampleSite/docs/service/index.html
@@ -0,0 +1,262 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="description" content="">
+ <meta name="author" content="Sergey Pozhilov (GetTemplate.com)">
+
+ <title>Services</title>
+
+ <link rel="shortcut icon" href="https://miguelsimoni.github.io/hugo-initio-site/images/gt_favicon.png">
+
+
+ <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css" rel="stylesheet">
+
+ <link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700">
+
+ <link rel="stylesheet" href="https://miguelsimoni.github.io/hugo-initio-site/css/styles.css">
+
+
+
+
+ <script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=123456789012345678901234&product=inline-share-buttons"></script>
+
+
+</head>
+<body class="home">
+
+<header id="header">
+ <div id="head" class="parallax" parallax-speed="2">
+ <h1 id="logo" class="text-center">
+ <img class="img-circle" src="https://miguelsimoni.github.io/hugo-initio-site/images/guy.jpg" alt="">
+ <span class="title">Anthony Russel</span>
+ <span class="tagline">A mystery person<br>
+ <a href="">anthony.russel42@example.com</a>
+ </span>
+ </h1>
+ </div>
+
+ <nav class="navbar navbar-default navbar-sticky">
+ <div class="container-fluid">
+
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
+ </div>
+
+ <div class="navbar-collapse collapse">
+
+ <ul class="nav navbar-nav">
+
+ <li>
+ <a href="/hugo-initio-site/">home</a>
+ </li>
+
+ <li>
+ <a href="/hugo-initio-site/post/">blog</a>
+ </li>
+
+ <li>
+ <a href="/hugo-initio-site/about/">About</a>
+ </li>
+
+
+ </ul>
+
+ </div>
+ </div>
+</nav>
+
+
+</header>
+
+
+<main id="main">
+
+ <div class="container">
+ <div class="row topspace">
+ <div class="col-sm-8 col-sm-offset-2">
+
+
+ <article class="post">
+ <header class="entry-header">
+ <div class="entry-meta">
+ <span class="posted-on"><time class="entry-date published" date="0001-01-01 00:00:00 &#43;0000 UTC">January 1, 0001</time></span>
+ </div>
+ <h1 class="entry-title"><a href="https://miguelsimoni.github.io/hugo-initio-site/service/service3/" rel="bookmark">Application development</a></h1>
+ </header>
+ <div class="entry-content">
+ <p>I don&rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</p>
+
+ </div>
+ </article>
+
+ <article class="post">
+ <header class="entry-header">
+ <div class="entry-meta">
+ <span class="posted-on"><time class="entry-date published" date="0001-01-01 00:00:00 &#43;0000 UTC">January 1, 0001</time></span>
+ </div>
+ <h1 class="entry-title"><a href="https://miguelsimoni.github.io/hugo-initio-site/service/service1/" rel="bookmark">Custom website design</a></h1>
+ </header>
+ <div class="entry-content">
+ <p>I don&rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</p>
+
+ </div>
+ </article>
+
+ <article class="post">
+ <header class="entry-header">
+ <div class="entry-meta">
+ <span class="posted-on"><time class="entry-date published" date="0001-01-01 00:00:00 &#43;0000 UTC">January 1, 0001</time></span>
+ </div>
+ <h1 class="entry-title"><a href="https://miguelsimoni.github.io/hugo-initio-site/service/service4/" rel="bookmark">SEO &amp;amp; SEM services</a></h1>
+ </header>
+ <div class="entry-content">
+ <p>I don&rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</p>
+
+ </div>
+ </article>
+
+ <article class="post">
+ <header class="entry-header">
+ <div class="entry-meta">
+ <span class="posted-on"><time class="entry-date published" date="0001-01-01 00:00:00 &#43;0000 UTC">January 1, 0001</time></span>
+ </div>
+ <h1 class="entry-title"><a href="https://miguelsimoni.github.io/hugo-initio-site/service/service2/" rel="bookmark">Wordpress integration</a></h1>
+ </header>
+ <div class="entry-content">
+ <p>I don&rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</p>
+
+ </div>
+ </article>
+
+
+ </div>
+ </div>
+
+ <center class="">
+ <ul class="pagination">
+
+
+ </ul>
+ </center>
+
+
+ </div>
+
+</main>
+
+<footer id="footer">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Contact</h3>
+ <div class="widget-body">
+ <p>&#43;234 23 9873237<br>
+ <a href="mailto:anthony.russel42@example.com">anthony.russel42@example.com</a><br>
+ <br>
+ 234 Hidden Pond Road, Ashland City, TN 37015
+ </p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Follow me</h3>
+ <div class="widget-body">
+ <p class="follow-me-icons">
+
+
+ <a href="https://www.facebook.com/nickname" target="_blank"><i class="fa fa-facebook-square fa-2"></i></a>
+
+
+
+ <a href="https://twitter.com/nickname" target="_blank"><i class="fa fa-twitter-square fa-2"></i></a>
+
+
+
+ <a href="https://www.instagram.com/nickname" target="_blank"><i class="fa fa-instagram fa-2"></i></a>
+
+
+
+
+
+
+
+
+
+ <a href="https://github.com/nickname" target="_blank"><i class="fa fa-github fa-2"></i></a>
+
+
+
+
+ </p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Text widget</h3>
+ <div class="widget-body">
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, nihil natus explicabo ipsum quia iste aliquid repellat eveniet velit ipsa sunt libero sed aperiam id soluta officia asperiores adipisci maxime!</p>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, nihil natus explicabo ipsum quia iste aliquid repellat eveniet velit ipsa sunt libero sed aperiam id soluta officia asperiores adipisci maxime!</p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Form widget</h3>
+ <div class="widget-body">
+ <p>&#43;234 23 9873237<br>
+ <a href="mailto:anthony.russel42@example.com">anthony.russel42@example.com</a><br>
+ <br>
+ 234 Hidden Pond Road, Ashland City, TN 37015
+ </p>
+ </div>
+ </div>
+
+ </div>
+ </div>
+</footer>
+
+<footer id="underfooter">
+ <div class="container">
+ <div class="row">
+
+ <div class="col-md-6 widget">
+ <div class="widget-body">
+ <p>234 Hidden Pond Road, Ashland City, TN 37015</p>
+ </div>
+ </div>
+
+ <div class="col-md-6 widget">
+ <div class="widget-body">
+ <p class="text-right">
+ Copyright &copy; 2017, Anthony Russel<br>
+ Design: <a href="http://www.gettemplate.com" rel="designer">Initio by GetTemplate</a> </p>
+ </div>
+ </div>
+
+ </div>
+ </div>
+</footer>
+
+
+
+
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
+<script src="https://miguelsimoni.github.io/hugo-initio-site/js/template.js"></script>
+<script id="dsq-count-scr" src="//hugo-initio-site.disqus.com/count.js" async></script>
+<script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'GA-000000000-0', 'auto');
+ ga('send', 'pageview');
+</script>
+
+</body>
+</html>
+
diff --git a/exampleSite/docs/service/index.xml b/exampleSite/docs/service/index.xml
new file mode 100644
index 0000000..c2f5084
--- /dev/null
+++ b/exampleSite/docs/service/index.xml
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Services on Initio - Free, multipurpose html5 template by GetTemplate</title>
+ <link>https://miguelsimoni.github.io/hugo-initio-site/service/</link>
+ <description>Recent content in Services on Initio - Free, multipurpose html5 template by GetTemplate</description>
+ <generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+
+ <atom:link href="https://miguelsimoni.github.io/hugo-initio-site/service/index.xml" rel="self" type="application/rss+xml" />
+
+
+ <item>
+ <title>Application development</title>
+ <link>https://miguelsimoni.github.io/hugo-initio-site/service/service3/</link>
+ <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+
+ <guid>https://miguelsimoni.github.io/hugo-initio-site/service/service3/</guid>
+ <description>I don&amp;rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&amp;rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</description>
+ </item>
+
+ <item>
+ <title>Custom website design</title>
+ <link>https://miguelsimoni.github.io/hugo-initio-site/service/service1/</link>
+ <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+
+ <guid>https://miguelsimoni.github.io/hugo-initio-site/service/service1/</guid>
+ <description>I don&amp;rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&amp;rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</description>
+ </item>
+
+ <item>
+ <title>SEO &amp;amp; SEM services</title>
+ <link>https://miguelsimoni.github.io/hugo-initio-site/service/service4/</link>
+ <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+
+ <guid>https://miguelsimoni.github.io/hugo-initio-site/service/service4/</guid>
+ <description>I don&amp;rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&amp;rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</description>
+ </item>
+
+ <item>
+ <title>Wordpress integration</title>
+ <link>https://miguelsimoni.github.io/hugo-initio-site/service/service2/</link>
+ <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+
+ <guid>https://miguelsimoni.github.io/hugo-initio-site/service/service2/</guid>
+ <description>I don&amp;rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&amp;rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</description>
+ </item>
+
+ </channel>
+</rss> \ No newline at end of file
diff --git a/exampleSite/docs/service/page/1/index.html b/exampleSite/docs/service/page/1/index.html
new file mode 100644
index 0000000..66a51c4
--- /dev/null
+++ b/exampleSite/docs/service/page/1/index.html
@@ -0,0 +1 @@
+<!DOCTYPE html><html><head><title>https://miguelsimoni.github.io/hugo-initio-site/service/</title><link rel="canonical" href="https://miguelsimoni.github.io/hugo-initio-site/service/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=https://miguelsimoni.github.io/hugo-initio-site/service/" /></head></html> \ No newline at end of file
diff --git a/exampleSite/docs/service/service1/index.html b/exampleSite/docs/service/service1/index.html
new file mode 100644
index 0000000..fdfb4bb
--- /dev/null
+++ b/exampleSite/docs/service/service1/index.html
@@ -0,0 +1,234 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="description" content="">
+ <meta name="author" content="Sergey Pozhilov (GetTemplate.com)">
+
+ <title>Custom website design</title>
+
+ <link rel="shortcut icon" href="https://miguelsimoni.github.io/hugo-initio-site/images/gt_favicon.png">
+
+
+ <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css" rel="stylesheet">
+
+ <link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700">
+
+ <link rel="stylesheet" href="https://miguelsimoni.github.io/hugo-initio-site/css/styles.css">
+
+
+
+
+ <script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=123456789012345678901234&product=inline-share-buttons"></script>
+
+
+</head>
+<body class="home">
+
+<header id="header">
+ <div id="head" class="parallax" parallax-speed="2">
+ <h1 id="logo" class="text-center">
+ <img class="img-circle" src="https://miguelsimoni.github.io/hugo-initio-site/images/guy.jpg" alt="">
+ <span class="title">Anthony Russel</span>
+ <span class="tagline">A mystery person<br>
+ <a href="">anthony.russel42@example.com</a>
+ </span>
+ </h1>
+ </div>
+
+ <nav class="navbar navbar-default navbar-sticky">
+ <div class="container-fluid">
+
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
+ </div>
+
+ <div class="navbar-collapse collapse">
+
+ <ul class="nav navbar-nav">
+
+ <li>
+ <a href="/hugo-initio-site/">home</a>
+ </li>
+
+ <li>
+ <a href="/hugo-initio-site/post/">blog</a>
+ </li>
+
+ <li>
+ <a href="/hugo-initio-site/about/">About</a>
+ </li>
+
+
+ </ul>
+
+ </div>
+ </div>
+</nav>
+
+
+</header>
+
+
+<main id="main">
+
+ <div class="container">
+
+ <div class="row topspace">
+ <div class="col-sm-8 col-sm-offset-2">
+
+ <article class="post">
+ <header class="entry-header">
+ <div class="entry-meta">
+ <span class="posted-on"><time class="entry-date published" date="0001-01-01 00:00:00 &#43;0000 UTC">January 1, 0001</time></span>
+ </div>
+ <h1 class="entry-title"><a href="https://miguelsimoni.github.io/hugo-initio-site/service/service1/" rel="bookmark">Custom website design</a></h1>
+ </header>
+ <div class="entry-content">
+ <p>I don&rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</p>
+
+ </div>
+ </article>
+
+ </div>
+ </div>
+
+ <div class="row">
+ <div class="col-sm-8 col-sm-offset-2">
+
+ <div id="share">
+
+ </div>
+ </div>
+ </div>
+ <div class="clearfix"></div>
+
+ <div class="row">
+ <div class="col-sm-8 col-sm-offset-2">
+
+ <div id="comments">
+
+ </div>
+ </div>
+ </div>
+ <div class="clearfix"></div>
+
+ </div>
+
+</main>
+
+<footer id="footer">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Contact</h3>
+ <div class="widget-body">
+ <p>&#43;234 23 9873237<br>
+ <a href="mailto:anthony.russel42@example.com">anthony.russel42@example.com</a><br>
+ <br>
+ 234 Hidden Pond Road, Ashland City, TN 37015
+ </p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Follow me</h3>
+ <div class="widget-body">
+ <p class="follow-me-icons">
+
+
+ <a href="https://www.facebook.com/nickname" target="_blank"><i class="fa fa-facebook-square fa-2"></i></a>
+
+
+
+ <a href="https://twitter.com/nickname" target="_blank"><i class="fa fa-twitter-square fa-2"></i></a>
+
+
+
+ <a href="https://www.instagram.com/nickname" target="_blank"><i class="fa fa-instagram fa-2"></i></a>
+
+
+
+
+
+
+
+
+
+ <a href="https://github.com/nickname" target="_blank"><i class="fa fa-github fa-2"></i></a>
+
+
+
+
+ </p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Text widget</h3>
+ <div class="widget-body">
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, nihil natus explicabo ipsum quia iste aliquid repellat eveniet velit ipsa sunt libero sed aperiam id soluta officia asperiores adipisci maxime!</p>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, nihil natus explicabo ipsum quia iste aliquid repellat eveniet velit ipsa sunt libero sed aperiam id soluta officia asperiores adipisci maxime!</p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Form widget</h3>
+ <div class="widget-body">
+ <p>&#43;234 23 9873237<br>
+ <a href="mailto:anthony.russel42@example.com">anthony.russel42@example.com</a><br>
+ <br>
+ 234 Hidden Pond Road, Ashland City, TN 37015
+ </p>
+ </div>
+ </div>
+
+ </div>
+ </div>
+</footer>
+
+<footer id="underfooter">
+ <div class="container">
+ <div class="row">
+
+ <div class="col-md-6 widget">
+ <div class="widget-body">
+ <p>234 Hidden Pond Road, Ashland City, TN 37015</p>
+ </div>
+ </div>
+
+ <div class="col-md-6 widget">
+ <div class="widget-body">
+ <p class="text-right">
+ Copyright &copy; 2017, Anthony Russel<br>
+ Design: <a href="http://www.gettemplate.com" rel="designer">Initio by GetTemplate</a> </p>
+ </div>
+ </div>
+
+ </div>
+ </div>
+</footer>
+
+
+
+
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
+<script src="https://miguelsimoni.github.io/hugo-initio-site/js/template.js"></script>
+<script id="dsq-count-scr" src="//hugo-initio-site.disqus.com/count.js" async></script>
+<script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'GA-000000000-0', 'auto');
+ ga('send', 'pageview');
+</script>
+
+</body>
+</html>
+
diff --git a/exampleSite/docs/service/service2/index.html b/exampleSite/docs/service/service2/index.html
new file mode 100644
index 0000000..25007e8
--- /dev/null
+++ b/exampleSite/docs/service/service2/index.html
@@ -0,0 +1,234 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="description" content="">
+ <meta name="author" content="Sergey Pozhilov (GetTemplate.com)">
+
+ <title>Wordpress integration</title>
+
+ <link rel="shortcut icon" href="https://miguelsimoni.github.io/hugo-initio-site/images/gt_favicon.png">
+
+
+ <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css" rel="stylesheet">
+
+ <link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700">
+
+ <link rel="stylesheet" href="https://miguelsimoni.github.io/hugo-initio-site/css/styles.css">
+
+
+
+
+ <script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=123456789012345678901234&product=inline-share-buttons"></script>
+
+
+</head>
+<body class="home">
+
+<header id="header">
+ <div id="head" class="parallax" parallax-speed="2">
+ <h1 id="logo" class="text-center">
+ <img class="img-circle" src="https://miguelsimoni.github.io/hugo-initio-site/images/guy.jpg" alt="">
+ <span class="title">Anthony Russel</span>
+ <span class="tagline">A mystery person<br>
+ <a href="">anthony.russel42@example.com</a>
+ </span>
+ </h1>
+ </div>
+
+ <nav class="navbar navbar-default navbar-sticky">
+ <div class="container-fluid">
+
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
+ </div>
+
+ <div class="navbar-collapse collapse">
+
+ <ul class="nav navbar-nav">
+
+ <li>
+ <a href="/hugo-initio-site/">home</a>
+ </li>
+
+ <li>
+ <a href="/hugo-initio-site/post/">blog</a>
+ </li>
+
+ <li>
+ <a href="/hugo-initio-site/about/">About</a>
+ </li>
+
+
+ </ul>
+
+ </div>
+ </div>
+</nav>
+
+
+</header>
+
+
+<main id="main">
+
+ <div class="container">
+
+ <div class="row topspace">
+ <div class="col-sm-8 col-sm-offset-2">
+
+ <article class="post">
+ <header class="entry-header">
+ <div class="entry-meta">
+ <span class="posted-on"><time class="entry-date published" date="0001-01-01 00:00:00 &#43;0000 UTC">January 1, 0001</time></span>
+ </div>
+ <h1 class="entry-title"><a href="https://miguelsimoni.github.io/hugo-initio-site/service/service2/" rel="bookmark">Wordpress integration</a></h1>
+ </header>
+ <div class="entry-content">
+ <p>I don&rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</p>
+
+ </div>
+ </article>
+
+ </div>
+ </div>
+
+ <div class="row">
+ <div class="col-sm-8 col-sm-offset-2">
+
+ <div id="share">
+
+ </div>
+ </div>
+ </div>
+ <div class="clearfix"></div>
+
+ <div class="row">
+ <div class="col-sm-8 col-sm-offset-2">
+
+ <div id="comments">
+
+ </div>
+ </div>
+ </div>
+ <div class="clearfix"></div>
+
+ </div>
+
+</main>
+
+<footer id="footer">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Contact</h3>
+ <div class="widget-body">
+ <p>&#43;234 23 9873237<br>
+ <a href="mailto:anthony.russel42@example.com">anthony.russel42@example.com</a><br>
+ <br>
+ 234 Hidden Pond Road, Ashland City, TN 37015
+ </p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Follow me</h3>
+ <div class="widget-body">
+ <p class="follow-me-icons">
+
+
+ <a href="https://www.facebook.com/nickname" target="_blank"><i class="fa fa-facebook-square fa-2"></i></a>
+
+
+
+ <a href="https://twitter.com/nickname" target="_blank"><i class="fa fa-twitter-square fa-2"></i></a>
+
+
+
+ <a href="https://www.instagram.com/nickname" target="_blank"><i class="fa fa-instagram fa-2"></i></a>
+
+
+
+
+
+
+
+
+
+ <a href="https://github.com/nickname" target="_blank"><i class="fa fa-github fa-2"></i></a>
+
+
+
+
+ </p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Text widget</h3>
+ <div class="widget-body">
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, nihil natus explicabo ipsum quia iste aliquid repellat eveniet velit ipsa sunt libero sed aperiam id soluta officia asperiores adipisci maxime!</p>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, nihil natus explicabo ipsum quia iste aliquid repellat eveniet velit ipsa sunt libero sed aperiam id soluta officia asperiores adipisci maxime!</p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Form widget</h3>
+ <div class="widget-body">
+ <p>&#43;234 23 9873237<br>
+ <a href="mailto:anthony.russel42@example.com">anthony.russel42@example.com</a><br>
+ <br>
+ 234 Hidden Pond Road, Ashland City, TN 37015
+ </p>
+ </div>
+ </div>
+
+ </div>
+ </div>
+</footer>
+
+<footer id="underfooter">
+ <div class="container">
+ <div class="row">
+
+ <div class="col-md-6 widget">
+ <div class="widget-body">
+ <p>234 Hidden Pond Road, Ashland City, TN 37015</p>
+ </div>
+ </div>
+
+ <div class="col-md-6 widget">
+ <div class="widget-body">
+ <p class="text-right">
+ Copyright &copy; 2017, Anthony Russel<br>
+ Design: <a href="http://www.gettemplate.com" rel="designer">Initio by GetTemplate</a> </p>
+ </div>
+ </div>
+
+ </div>
+ </div>
+</footer>
+
+
+
+
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
+<script src="https://miguelsimoni.github.io/hugo-initio-site/js/template.js"></script>
+<script id="dsq-count-scr" src="//hugo-initio-site.disqus.com/count.js" async></script>
+<script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'GA-000000000-0', 'auto');
+ ga('send', 'pageview');
+</script>
+
+</body>
+</html>
+
diff --git a/exampleSite/docs/service/service3/index.html b/exampleSite/docs/service/service3/index.html
new file mode 100644
index 0000000..f684be1
--- /dev/null
+++ b/exampleSite/docs/service/service3/index.html
@@ -0,0 +1,234 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="description" content="">
+ <meta name="author" content="Sergey Pozhilov (GetTemplate.com)">
+
+ <title>Application development</title>
+
+ <link rel="shortcut icon" href="https://miguelsimoni.github.io/hugo-initio-site/images/gt_favicon.png">
+
+
+ <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css" rel="stylesheet">
+
+ <link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700">
+
+ <link rel="stylesheet" href="https://miguelsimoni.github.io/hugo-initio-site/css/styles.css">
+
+
+
+
+ <script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=123456789012345678901234&product=inline-share-buttons"></script>
+
+
+</head>
+<body class="home">
+
+<header id="header">
+ <div id="head" class="parallax" parallax-speed="2">
+ <h1 id="logo" class="text-center">
+ <img class="img-circle" src="https://miguelsimoni.github.io/hugo-initio-site/images/guy.jpg" alt="">
+ <span class="title">Anthony Russel</span>
+ <span class="tagline">A mystery person<br>
+ <a href="">anthony.russel42@example.com</a>
+ </span>
+ </h1>
+ </div>
+
+ <nav class="navbar navbar-default navbar-sticky">
+ <div class="container-fluid">
+
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
+ </div>
+
+ <div class="navbar-collapse collapse">
+
+ <ul class="nav navbar-nav">
+
+ <li>
+ <a href="/hugo-initio-site/">home</a>
+ </li>
+
+ <li>
+ <a href="/hugo-initio-site/post/">blog</a>
+ </li>
+
+ <li>
+ <a href="/hugo-initio-site/about/">About</a>
+ </li>
+
+
+ </ul>
+
+ </div>
+ </div>
+</nav>
+
+
+</header>
+
+
+<main id="main">
+
+ <div class="container">
+
+ <div class="row topspace">
+ <div class="col-sm-8 col-sm-offset-2">
+
+ <article class="post">
+ <header class="entry-header">
+ <div class="entry-meta">
+ <span class="posted-on"><time class="entry-date published" date="0001-01-01 00:00:00 &#43;0000 UTC">January 1, 0001</time></span>
+ </div>
+ <h1 class="entry-title"><a href="https://miguelsimoni.github.io/hugo-initio-site/service/service3/" rel="bookmark">Application development</a></h1>
+ </header>
+ <div class="entry-content">
+ <p>I don&rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</p>
+
+ </div>
+ </article>
+
+ </div>
+ </div>
+
+ <div class="row">
+ <div class="col-sm-8 col-sm-offset-2">
+
+ <div id="share">
+
+ </div>
+ </div>
+ </div>
+ <div class="clearfix"></div>
+
+ <div class="row">
+ <div class="col-sm-8 col-sm-offset-2">
+
+ <div id="comments">
+
+ </div>
+ </div>
+ </div>
+ <div class="clearfix"></div>
+
+ </div>
+
+</main>
+
+<footer id="footer">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Contact</h3>
+ <div class="widget-body">
+ <p>&#43;234 23 9873237<br>
+ <a href="mailto:anthony.russel42@example.com">anthony.russel42@example.com</a><br>
+ <br>
+ 234 Hidden Pond Road, Ashland City, TN 37015
+ </p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Follow me</h3>
+ <div class="widget-body">
+ <p class="follow-me-icons">
+
+
+ <a href="https://www.facebook.com/nickname" target="_blank"><i class="fa fa-facebook-square fa-2"></i></a>
+
+
+
+ <a href="https://twitter.com/nickname" target="_blank"><i class="fa fa-twitter-square fa-2"></i></a>
+
+
+
+ <a href="https://www.instagram.com/nickname" target="_blank"><i class="fa fa-instagram fa-2"></i></a>
+
+
+
+
+
+
+
+
+
+ <a href="https://github.com/nickname" target="_blank"><i class="fa fa-github fa-2"></i></a>
+
+
+
+
+ </p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Text widget</h3>
+ <div class="widget-body">
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, nihil natus explicabo ipsum quia iste aliquid repellat eveniet velit ipsa sunt libero sed aperiam id soluta officia asperiores adipisci maxime!</p>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, nihil natus explicabo ipsum quia iste aliquid repellat eveniet velit ipsa sunt libero sed aperiam id soluta officia asperiores adipisci maxime!</p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Form widget</h3>
+ <div class="widget-body">
+ <p>&#43;234 23 9873237<br>
+ <a href="mailto:anthony.russel42@example.com">anthony.russel42@example.com</a><br>
+ <br>
+ 234 Hidden Pond Road, Ashland City, TN 37015
+ </p>
+ </div>
+ </div>
+
+ </div>
+ </div>
+</footer>
+
+<footer id="underfooter">
+ <div class="container">
+ <div class="row">
+
+ <div class="col-md-6 widget">
+ <div class="widget-body">
+ <p>234 Hidden Pond Road, Ashland City, TN 37015</p>
+ </div>
+ </div>
+
+ <div class="col-md-6 widget">
+ <div class="widget-body">
+ <p class="text-right">
+ Copyright &copy; 2017, Anthony Russel<br>
+ Design: <a href="http://www.gettemplate.com" rel="designer">Initio by GetTemplate</a> </p>
+ </div>
+ </div>
+
+ </div>
+ </div>
+</footer>
+
+
+
+
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
+<script src="https://miguelsimoni.github.io/hugo-initio-site/js/template.js"></script>
+<script id="dsq-count-scr" src="//hugo-initio-site.disqus.com/count.js" async></script>
+<script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'GA-000000000-0', 'auto');
+ ga('send', 'pageview');
+</script>
+
+</body>
+</html>
+
diff --git a/exampleSite/docs/service/service4/index.html b/exampleSite/docs/service/service4/index.html
new file mode 100644
index 0000000..bd69bfe
--- /dev/null
+++ b/exampleSite/docs/service/service4/index.html
@@ -0,0 +1,234 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="description" content="">
+ <meta name="author" content="Sergey Pozhilov (GetTemplate.com)">
+
+ <title>SEO &amp;amp; SEM services</title>
+
+ <link rel="shortcut icon" href="https://miguelsimoni.github.io/hugo-initio-site/images/gt_favicon.png">
+
+
+ <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css" rel="stylesheet">
+
+ <link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700">
+
+ <link rel="stylesheet" href="https://miguelsimoni.github.io/hugo-initio-site/css/styles.css">
+
+
+
+
+ <script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=123456789012345678901234&product=inline-share-buttons"></script>
+
+
+</head>
+<body class="home">
+
+<header id="header">
+ <div id="head" class="parallax" parallax-speed="2">
+ <h1 id="logo" class="text-center">
+ <img class="img-circle" src="https://miguelsimoni.github.io/hugo-initio-site/images/guy.jpg" alt="">
+ <span class="title">Anthony Russel</span>
+ <span class="tagline">A mystery person<br>
+ <a href="">anthony.russel42@example.com</a>
+ </span>
+ </h1>
+ </div>
+
+ <nav class="navbar navbar-default navbar-sticky">
+ <div class="container-fluid">
+
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
+ </div>
+
+ <div class="navbar-collapse collapse">
+
+ <ul class="nav navbar-nav">
+
+ <li>
+ <a href="/hugo-initio-site/">home</a>
+ </li>
+
+ <li>
+ <a href="/hugo-initio-site/post/">blog</a>
+ </li>
+
+ <li>
+ <a href="/hugo-initio-site/about/">About</a>
+ </li>
+
+
+ </ul>
+
+ </div>
+ </div>
+</nav>
+
+
+</header>
+
+
+<main id="main">
+
+ <div class="container">
+
+ <div class="row topspace">
+ <div class="col-sm-8 col-sm-offset-2">
+
+ <article class="post">
+ <header class="entry-header">
+ <div class="entry-meta">
+ <span class="posted-on"><time class="entry-date published" date="0001-01-01 00:00:00 &#43;0000 UTC">January 1, 0001</time></span>
+ </div>
+ <h1 class="entry-title"><a href="https://miguelsimoni.github.io/hugo-initio-site/service/service4/" rel="bookmark">SEO &amp;amp; SEM services</a></h1>
+ </header>
+ <div class="entry-content">
+ <p>I don&rsquo;t think they tried to market it to the billionaire, spelunking, base-jumping crowd. i did the same thing to gandhi, he didn&rsquo;t eat for three weeks. i once heard a wise man say there are no perfect men.</p>
+
+ </div>
+ </article>
+
+ </div>
+ </div>
+
+ <div class="row">
+ <div class="col-sm-8 col-sm-offset-2">
+
+ <div id="share">
+
+ </div>
+ </div>
+ </div>
+ <div class="clearfix"></div>
+
+ <div class="row">
+ <div class="col-sm-8 col-sm-offset-2">
+
+ <div id="comments">
+
+ </div>
+ </div>
+ </div>
+ <div class="clearfix"></div>
+
+ </div>
+
+</main>
+
+<footer id="footer">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Contact</h3>
+ <div class="widget-body">
+ <p>&#43;234 23 9873237<br>
+ <a href="mailto:anthony.russel42@example.com">anthony.russel42@example.com</a><br>
+ <br>
+ 234 Hidden Pond Road, Ashland City, TN 37015
+ </p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Follow me</h3>
+ <div class="widget-body">
+ <p class="follow-me-icons">
+
+
+ <a href="https://www.facebook.com/nickname" target="_blank"><i class="fa fa-facebook-square fa-2"></i></a>
+
+
+
+ <a href="https://twitter.com/nickname" target="_blank"><i class="fa fa-twitter-square fa-2"></i></a>
+
+
+
+ <a href="https://www.instagram.com/nickname" target="_blank"><i class="fa fa-instagram fa-2"></i></a>
+
+
+
+
+
+
+
+
+
+ <a href="https://github.com/nickname" target="_blank"><i class="fa fa-github fa-2"></i></a>
+
+
+
+
+ </p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Text widget</h3>
+ <div class="widget-body">
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, nihil natus explicabo ipsum quia iste aliquid repellat eveniet velit ipsa sunt libero sed aperiam id soluta officia asperiores adipisci maxime!</p>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, nihil natus explicabo ipsum quia iste aliquid repellat eveniet velit ipsa sunt libero sed aperiam id soluta officia asperiores adipisci maxime!</p>
+ </div>
+ </div>
+
+ <div class="col-md-3 widget">
+ <h3 class="widget-title">Form widget</h3>
+ <div class="widget-body">
+ <p>&#43;234 23 9873237<br>
+ <a href="mailto:anthony.russel42@example.com">anthony.russel42@example.com</a><br>
+ <br>
+ 234 Hidden Pond Road, Ashland City, TN 37015
+ </p>
+ </div>
+ </div>
+
+ </div>
+ </div>
+</footer>
+
+<footer id="underfooter">
+ <div class="container">
+ <div class="row">
+
+ <div class="col-md-6 widget">
+ <div class="widget-body">
+ <p>234 Hidden Pond Road, Ashland City, TN 37015</p>
+ </div>
+ </div>
+
+ <div class="col-md-6 widget">
+ <div class="widget-body">
+ <p class="text-right">
+ Copyright &copy; 2017, Anthony Russel<br>
+ Design: <a href="http://www.gettemplate.com" rel="designer">Initio by GetTemplate</a> </p>
+ </div>
+ </div>
+
+ </div>
+ </div>
+</footer>
+
+
+
+
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
+<script src="https://miguelsimoni.github.io/hugo-initio-site/js/template.js"></script>
+<script id="dsq-count-scr" src="//hugo-initio-site.disqus.com/count.js" async></script>
+<script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'GA-000000000-0', 'auto');
+ ga('send', 'pageview');
+</script>
+
+</body>
+</html>
+
diff --git a/exampleSite/docs/sitemap.xml b/exampleSite/docs/sitemap.xml
new file mode 100644
index 0000000..d9832b3
--- /dev/null
+++ b/exampleSite/docs/sitemap.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
+ xmlns:xhtml="http://www.w3.org/1999/xhtml">
+
+ <url>
+ <loc>https://miguelsimoni.github.io/hugo-initio-site/about/</loc>
+ </url>
+
+ <url>
+ <loc>https://miguelsimoni.github.io/hugo-initio-site/post/vivamus-lacus-mauris/</loc>
+ <lastmod>2013-06-17T12:00:00+00:00</lastmod>
+ </url>
+
+ <url>
+ <loc>https://miguelsimoni.github.io/hugo-initio-site/service/service3/</loc>
+ </url>
+
+ <url>
+ <loc>https://miguelsimoni.github.io/hugo-initio-site/categories/</loc>
+ <priority>0</priority>
+ </url>
+
+ <url>
+ <loc>https://miguelsimoni.github.io/hugo-initio-site/service/service1/</loc>
+ </url>
+
+ <url>
+ <loc>https://miguelsimoni.github.io/hugo-initio-site/</loc>
+ <lastmod>2013-06-17T12:00:00+00:00</lastmod>
+ <priority>0</priority>
+ </url>
+
+ <url>
+ <loc>https://miguelsimoni.github.io/hugo-initio-site/post/</loc>
+ <lastmod>2013-06-17T12:00:00+00:00</lastmod>
+ <priority>0</priority>
+ </url>
+
+ <url>
+ <loc>https://miguelsimoni.github.io/hugo-initio-site/service/service4/</loc>
+ </url>
+
+ <url>
+ <loc>https://miguelsimoni.github.io/hugo-initio-site/service/</loc>
+ <priority>0</priority>
+ </url>
+
+ <url>
+ <loc>https://miguelsimoni.github.io/hugo-initio-site/tags/</loc>
+ <priority>0</priority>
+ </url>
+
+ <url>
+ <loc>https://miguelsimoni.github.io/hugo-initio-site/service/service2/</loc>
+ </url>
+
+</urlset> \ No newline at end of file
diff --git a/exampleSite/docs/tags/index.xml b/exampleSite/docs/tags/index.xml
new file mode 100644
index 0000000..de46c66
--- /dev/null
+++ b/exampleSite/docs/tags/index.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Tags on Initio - Free, multipurpose html5 template by GetTemplate</title>
+ <link>https://miguelsimoni.github.io/hugo-initio-site/tags/</link>
+ <description>Recent content in Tags on Initio - Free, multipurpose html5 template by GetTemplate</description>
+ <generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+
+ <atom:link href="https://miguelsimoni.github.io/hugo-initio-site/tags/index.xml" rel="self" type="application/rss+xml" />
+
+
+ </channel>
+</rss> \ No newline at end of file