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

github.com/geschke/hugo-tikva.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Geschke <ralf@kuerbis.org>2018-11-16 13:23:25 +0300
committerRalf Geschke <ralf@kuerbis.org>2018-11-16 13:23:25 +0300
commit06772cba5460032269a38227250457973e25fe0d (patch)
tree3bb31d415f4035ac6178f5d648631e5067b63d2b
parent72e6355600b2471255b5af0dbbec2f3204468f99 (diff)
Add content and configuratoin of exampleSite folder.
-rw-r--r--exampleSite/.gitignore2
-rw-r--r--exampleSite/config.toml216
-rw-r--r--exampleSite/content/_index.md8
-rw-r--r--exampleSite/content/about.html14
-rw-r--r--exampleSite/content/feedback.html13
-rw-r--r--exampleSite/content/footer/column01.md3
-rw-r--r--exampleSite/content/footer/column02.md1
-rw-r--r--exampleSite/content/footer/column03.md5
-rw-r--r--exampleSite/content/posts/_index.md9
-rw-r--r--exampleSite/content/posts/my-first-post.md10
-rw-r--r--exampleSite/content/posts/post02.md14
-rw-r--r--exampleSite/content/posts/post03.md14
-rw-r--r--exampleSite/content/posts/post04.md15
-rw-r--r--exampleSite/content/posts/post05.md16
-rw-r--r--exampleSite/content/sidebar/content01_about.html7
-rw-r--r--exampleSite/content/sidebar/content02.md4
-rw-r--r--exampleSite/content/subfooter/content.md1
-rw-r--r--exampleSite/layouts/partials/analytics/.keep0
-rw-r--r--exampleSite/layouts/partials/sidebar_item.html8
-rw-r--r--exampleSite/static/img/header_bg_example.jpgbin0 -> 183548 bytes
20 files changed, 360 insertions, 0 deletions
diff --git a/exampleSite/.gitignore b/exampleSite/.gitignore
new file mode 100644
index 0000000..364c4c9
--- /dev/null
+++ b/exampleSite/.gitignore
@@ -0,0 +1,2 @@
+public/
+themes
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..71007d8
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,216 @@
+baseURL = "http://gohlis/"
+#baseurl = "https://example.org/"
+languageCode = "en_US"
+title = "Hugo Tikva Theme"
+
+theme = "hugo-tikva"
+
+# Language setting of the site, for language configuration see
+# https://gohugo.io/content-management/multilingual/
+# There are only a few strings which need to be translated, feel free to add more
+# languages.
+DefaultContentLanguage = "en" # current values: "en" or "de"
+
+# To enable a demo of pagination, this value is set to 2 instead of the default. See https://gohugo.io/getting-started/configuration/
+# for all site variables. The paginate default is 10
+paginate = 2
+
+# Google Analytics setting, see Hugo internal templates
+#googleAnalytics = "UA-123-45"
+
+
+
+# For all color settings, please use the format "#rrggbb".
+
+# Generic parameters
+[params]
+ appendSiteTitle = true # Append site title to title tag on every page. Default false
+ #favicon = 'img/favicon.ico' # Add favicon, default empty
+ subtitle = "Example of Subtitle"
+
+ dateFormat = "02.01.2006" # Format dates with Go's time formatting
+ showDate = true # Show date on summaries. This is a global setting. If the date should be shown, you have to add a "date" parameter to the content files, otherwise the default value will be used, which is something you don't want.
+ showNumberOfWords = true # Show number of word on article header
+
+# Navigation bar settings
+
+[params.navbar]
+ style = "header" # Navigation bar style, values "fixed-top" or "header", default is fixed-top
+
+ colorScheme = "navbar-dark" # navbar-light, navbar-dark
+
+ bgScheme = "bg-primary" # see Bootstrap docs, bg.* utilities https://getbootstrap.com/docs/4.1/utilities/colors/
+
+ backgroundColor = '' # custom background color parameters, e.g. #e3f2fd !important, If color is set, it will be used for background. Set empty for above selection.
+
+ adjustHeader = 20 # Adjust header by adding a distance between navigation and content. Some of the styles need more space, so you can use this option to adjust. Use an integer value of pixels.
+
+ textAlignment = '' # don't set or leave empty for default (left), or justify-content-end, justify-content-center
+
+ #brandImage = 'img/rg_mod_20.png' # The "brand image" will be set in "fixed-top" style as icon beside the site title.
+
+
+# Meta header parameter settings
+
+# You can add as many rows as you want, every row defines a meta tag with its key and value.
+# The content will be included in the head of the site as: <meta name="_key_" content="_value_">.
+
+[params.meta]
+ description = "This is only an example value for the meta description"
+ keywords = "example, site, theme, tikva"
+ author = "John Doe"
+ "DC.Copyright" = "Karl Mustermann"
+
+
+# Theme configuration
+
+[params.theme]
+
+ bootstrapTheme = 'solar' # Use empty value for default Bootstrap color scheme or one of the following values:
+ # bolt, bstrap, btcn, calabaza, cerulean, cosmo, cyborg, darkly, flatly, hoff, journal,
+ # kdo_flatly, kdo2, kunsch, lumen, lux, malibu, materia, minim, minty, pulse, sandstone,
+ # signa, simplex, sketchy, slate_accessibility_ready, slate, solar, sonic, spacelab, united, yeti
+
+ backgroundColor = '' # If color is set, it will be used for background. Set empty for default.
+ backgroundImage = '' # Set background image, use file name with path in static folder, e.g. 'img/background.jpg'
+ backgroundImageRepeat = '' # Set background image repeat option, see https://developer.mozilla.org/de/docs/Web/CSS/background-repeat
+
+
+# Header configuration
+
+[params.theme.header]
+ # The following options are mostly used when the navbar is in "header" mode, i.e. not fixed-top
+ fontColor = '' # header font color, leave empty for default
+ linkColor = '' # header link color, leave empty for default
+ backgroundColor = '' # header background color, leave empty for default
+
+ image = 'img/header_bg_example.jpg' # Use header image. This option is only valid if the theme is configured to the "header" style.
+
+ width = 2512 # Width of header image. Please set this value to the correct size, because it will be used for size calculation.
+ height = 673 # Height of header image. Please set this value to the correct size, because it will be used for size calculation.
+ altText = 'alt text for header image' # Set alt text for header image, default empty
+ displayHeaderText = true # display the title and subtitle - yes or no?
+ titleOnImage = true # true|false, default false. Display title and subtitle as overlay in the foreground of the image. It is only possible to set the title as image overlay if an image is available. If no image is configured, the theme will do a fallback to non-overlay, i.e. title and subtitle will be displayed above the main navigation.
+ fontColorTitle = '#073642' # For all colors, please use #rrggbb format with # and 6 characters
+ fontColorSubtitle = '#333333'
+ overlayAlignment = 'lt' # lt = left/top, mt = middle/top, rt = right/top, lb = left/bottom, mb = middle/bottom, rb = right/bottom
+ overlayDistanceVertical = '20' # Dependent on the overlayAlignment option, this option is used to modify the vertical distance between the margin and the title/subtitle. This allows to place the title and subtitle on nearly any place related to the header image.
+ overlayDistanceHorizontal = '20' # The same as above, but for horizontal distance.
+ overlayDistanceBetween = '0' # Distance between title and subtitle
+ overlayBackgroundColor = '#000000'
+ overlayTransparency = '0' # default 70%, allowed values from 0 - 100 (without % sign!). This option enables a transparent background of title and subtitle. This is useful if the "titleOnImage" option is true, so the title is placed as overlay above the image. If this option is set to 0 or an empty value, the transparency color setting will be disabled.
+
+# Footer configuration
+
+[params.theme.footer]
+ enabled = true # Show the footer part
+ numberColumns = 3 # Set number of columns available in footer of a page. Use the "footer" folder in the page structure to add content. If nothing is set, the default number is 3
+ fontColor = '#f9fcf9' # set #rgb code, leave empty for default
+ linkColor = '' # Set color of links as #rrggbb code, leave empty for default
+ backgroundColor = '#29281f' # Set color of background as #rrggbb code, leave empty for default
+
+# Subfooter configuration
+
+# To use the subfooter, plase create a folder named "subfooter" in your "content" folder and add a markdown (or html) file. The first found file will be used as subfolder content
+
+[params.theme.subfooter]
+ enabled = true # Show the content below the footer
+ fontColor = '' # Text color in subfooter. Leave empty to use the theme default.
+ linkColor = '' # Link color in subfooter. Leave empty to use the theme default.
+ backgroundColor = '' # Background color of subfooter. Leave empty to use the theme default.
+
+# Font configuration
+
+# In this section it is possible to modify the font settings of title, subtitle, navigation bar, body (i.e. the default text used in the content areas) and headlines h1 - h6. You can use Google Fonts as well as any font string the browser supports.
+
+[params.fonts]
+
+ headerTitle = 'Exo' # set font, use string, e.g. "Lucida, Verdana, sans-serif". You can use any font value. Please activate Google Font option if you want to include Google Fonts, see their names on https://fonts.google.com/
+ headerTitleGoogleFont = true # If the font in the above variable is a Google font, set this option to true.
+ headerTitleVariant = '800' # font variant, if available, e.g. "regular", "bold" etc. Not every font is available in multiple variants.
+ headerTitleSize = '50px' # set font size, empty for default settings. Valid values are '20px', '1.2em' and so on
+
+ headerSubtitle = 'Exo' # Font settings for subtitle
+ headerSubtitleGoogleFont = true # If the font in the above variable is a Google font, set this option to true.
+ headerSubtitleVariant = '600' # See above
+ headerSubtitleSize = '30px' # See above
+
+ #navbar = 'Lucida, Verdana' # font settings for navigation bar
+ navbarGoogleFont = false # If the font in the above variable is a Google font, set this option to true.
+ navbarVariant = '' # See above
+ navbarSize = '20px' # See above
+
+ body = '' # font settings for body content
+ bodyGoogleFont = false # If the font in the above variable is a Google font, set this option to true.
+ bodyVariant = '' # See above
+ bodySize = '' # See above
+
+ headline = 'Open Sans' # font settings for body content
+ headlineGoogleFont = true # If the font in the above variable is a Google font, set this option to true.
+ headlineVariant = '' # See above
+ headlineBaseSize = '' # Set base font of headlines. The real size of H1 - H6 will be calculated based on this size with the same resize factors as in the CSS framework. Choose a size of 0 (zero) to use the default font size of the theme. Please use only integer values without "px", "em" or something else.
+
+
+# Web analytics configuration
+
+# For Google Analytics, set the googleAnalytics config option to use internal Google Analytics template as described on
+# https://gohugo.io/templates/internal/
+# The config option has to be in the first level above the [params] section!
+
+# This theme includes the standard embed codes for Matomo and Yandex Metrica. If you have configured some special options, you can simply overwrite the analytics partials. Just place the snippet code in the file "layouts/partials/analytics/matomo.html" or "layouts/partials/analytics/yandexmetrica.html" in your site folder. Or copy the theme partials from their path and change their options. If you have added custom snippet files, Hugo's lookup order will use your partial file at first.
+
+[params.analytics.matomo]
+ enabled = false # Enable Matomo web analytics
+ url = 'https://analytics.example.com' # URL of Matomo application
+ siteId = 0 # Matomo site id. Provided by Matomo when a site is added.
+
+[params.analytics.yandexmetrica]
+ enabled = false # Enable Yandex Metrica
+ tagNumber = '012345678' # Tag ID / number as seen on Yandex Metrica settings page
+
+# Sidebar section
+
+# To create a sidebar, it's recommended to add a folder "sidebar" into the "content" directory. Then you can
+# add some content files (.md or .html) to the sidebar folder.
+# Another approach is to use the "sidebar" type in the header section in the content files.
+# Every content file in the sidebar folder or which is declared as "sidebar" type will be displayed in the sidebar.
+# You can modify the style with a partial "sidebar_item.html", see example in "layouts/partials/".
+
+[params.sidebar]
+ enabled = true # default false; set to true to enable sidebar
+ style = 'right' # options: 'left', 'right'. Left means sidebar on the left side, right displays the sidebar on the right side
+
+
+# Menu section
+
+# This is an example of the main menu. You can also use the in-file setting in the header of the content files.
+
+[menu]
+
+ [[menu.main]]
+ identifier = "home"
+ name = "Home"
+ url = "/"
+ weight = 10
+
+
+ [[menu.main]]
+ identifier = "posts"
+ name = "Blog"
+ url = "/posts/"
+ weight = 20
+
+
+ [[menu.main]]
+ identifier = "about"
+ name = "About"
+ url = "/about/"
+ weight = 30
+
+
+
+ [[menu.main]]
+ name = "Feedback"
+ url = "/feedback/"
+ weight = 40
+
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
new file mode 100644
index 0000000..9689a22
--- /dev/null
+++ b/exampleSite/content/_index.md
@@ -0,0 +1,8 @@
+---
+date: 2018-11-04T21:52:00+01:00
+title: Welcome to Tikva theme for Hugo!
+---
+
+## This is a h2 header
+
+And here is the place for your content. This is the "_index.md" file, so this is the main or home page of your site. Please have a look at the Hugo documentation to add some senseful content here. \ No newline at end of file
diff --git a/exampleSite/content/about.html b/exampleSite/content/about.html
new file mode 100644
index 0000000..8198843
--- /dev/null
+++ b/exampleSite/content/about.html
@@ -0,0 +1,14 @@
+---
+title: "About"
+hideMeta: true
+---
+
+
+
+
+
+ <div class="container wrapper padding" style="padding-bottom: 10px;">
+<h2>About this site. </h2>
+This is some HTML content, just as example.
+
+ </div> \ No newline at end of file
diff --git a/exampleSite/content/feedback.html b/exampleSite/content/feedback.html
new file mode 100644
index 0000000..d47c161
--- /dev/null
+++ b/exampleSite/content/feedback.html
@@ -0,0 +1,13 @@
+---
+title: "Feedback"
+date: 2018-11-04T21:52:00+01:00
+---
+
+
+
+
+<div>
+
+Feel free to add some senseful content here.
+
+</div> \ No newline at end of file
diff --git a/exampleSite/content/footer/column01.md b/exampleSite/content/footer/column01.md
new file mode 100644
index 0000000..1340573
--- /dev/null
+++ b/exampleSite/content/footer/column01.md
@@ -0,0 +1,3 @@
+<div>
+This is a placeholder for a content file of the footer. You can use Markdown or HTML here. Just place your content with type "footer" or in the "content/footer" directory and enable the footer in the site config file.
+</div>
diff --git a/exampleSite/content/footer/column02.md b/exampleSite/content/footer/column02.md
new file mode 100644
index 0000000..56e1085
--- /dev/null
+++ b/exampleSite/content/footer/column02.md
@@ -0,0 +1 @@
+More content. \ No newline at end of file
diff --git a/exampleSite/content/footer/column03.md b/exampleSite/content/footer/column03.md
new file mode 100644
index 0000000..90a55bf
--- /dev/null
+++ b/exampleSite/content/footer/column03.md
@@ -0,0 +1,5 @@
+Again more content. And an example of creating links in the footer area.
+<br/>
+[About](/about/)
+
+
diff --git a/exampleSite/content/posts/_index.md b/exampleSite/content/posts/_index.md
new file mode 100644
index 0000000..3587821
--- /dev/null
+++ b/exampleSite/content/posts/_index.md
@@ -0,0 +1,9 @@
+
+---
+title: My Blog
+date: 2018-11-14
+publishdate: 2018-11-14
+---
+
+This is a blog example.
+
diff --git a/exampleSite/content/posts/my-first-post.md b/exampleSite/content/posts/my-first-post.md
new file mode 100644
index 0000000..d7c5c4d
--- /dev/null
+++ b/exampleSite/content/posts/my-first-post.md
@@ -0,0 +1,10 @@
+---
+title: "My First Post"
+date: 2018-11-04T21:52:00+01:00
+tags: ["Text","Blog","Post","First Post"]
+
+---
+
+# Test
+
+## Another test
diff --git a/exampleSite/content/posts/post02.md b/exampleSite/content/posts/post02.md
new file mode 100644
index 0000000..bd69198
--- /dev/null
+++ b/exampleSite/content/posts/post02.md
@@ -0,0 +1,14 @@
+---
+title: Post 02
+type: post
+
+tags: ["Text","Blog","Post","Example","Tikva","Lorem Ipsum"]
+author: "Ralf Geschke"
+
+---
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam laoreet nec justo at maximus. Vivamus at neque quis tellus feugiat imperdiet nec a augue. Integer nec nisi ultricies, vulputate leo ac, tristique quam. Suspendisse aliquet nec arcu et dictum. Ut in convallis felis. Fusce id congue tellus. Ut urna massa, varius a finibus a, pretium id felis. Praesent aliquet neque vel nisl luctus, ac lobortis urna porttitor. Sed ac ultricies mi. Nunc pellentesque ut magna ac dapibus.
+
+In risus nisi, convallis et tempor vel, cursus hendrerit ipsum. Sed non turpis at odio dictum maximus. Vivamus vel sapien posuere, luctus nisl et, sollicitudin urna. Fusce vel tellus varius, congue justo sed, pretium lorem. Sed vitae mauris arcu. Nulla facilisi. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
+
+Nam vitae orci in neque venenatis fermentum eget eu metus. Cras luctus commodo metus, volutpat blandit lacus venenatis a. Maecenas ut purus quis ipsum tincidunt tristique. Curabitur eu lacinia tellus. Integer scelerisque venenatis sapien a aliquet. Quisque eu ex egestas, semper mi id, rhoncus diam. Aliquam erat volutpat. Donec tempor et orci in faucibus. Donec tortor mi, euismod sit amet felis eget, scelerisque scelerisque ligula. Pellentesque ac sapien quis magna porta tempor. Aliquam tristique sit amet nisi porttitor blandit. Nulla ullamcorper efficitur mi quis laoreet. Sed nulla justo, pellentesque in tempus id, dictum vel mauris. Fusce tempus lacus nulla, quis tincidunt lectus tristique a. Phasellus blandit quam vel luctus scelerisque. Quisque elementum mi id magna rhoncus ornare ultricies ut lacus.
diff --git a/exampleSite/content/posts/post03.md b/exampleSite/content/posts/post03.md
new file mode 100644
index 0000000..2f5499a
--- /dev/null
+++ b/exampleSite/content/posts/post03.md
@@ -0,0 +1,14 @@
+---
+title: Post 03
+date: 2018-11-12
+publishdate: 2018-11-12
+author: John Doe
+---
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas gravida tempus ante, vitae commodo libero tempus eu. Vivamus commodo, nisi ac rutrum tempor, ligula orci mollis lacus, ut scelerisque lorem lacus eu sapien. Aliquam est erat, tempor eget mollis et, dictum non arcu. Proin ultrices odio lobortis efficitur pharetra. Sed dapibus pellentesque dapibus. Donec ut ipsum libero. Duis interdum pulvinar odio non efficitur. In accumsan, metus quis tristique suscipit, purus nunc volutpat justo, nec rhoncus erat neque quis enim. Nunc quis sem suscipit, dapibus enim eget, ullamcorper mi. In eget nisi arcu. Donec ut dui et ex aliquet ullamcorper. In hac habitasse platea dictumst.
+
+Phasellus sit amet mi at sapien consectetur sodales. Vivamus consequat odio mauris, ac blandit est ultrices at. Mauris venenatis, ante scelerisque pulvinar malesuada, felis risus tempus sapien, ac porttitor augue eros vel magna. Suspendisse tempor facilisis nisi, sit amet feugiat ex lobortis venenatis. Nulla imperdiet lacus quam. Mauris non eros ut lacus fringilla molestie. Nunc eget suscipit massa, eu aliquam metus. Etiam elementum lacus nec velit dapibus, vel consectetur neque suscipit.
+
+Suspendisse eu risus vel quam rhoncus luctus. Proin pulvinar lorem eu risus ultrices imperdiet. In in ultricies enim, a semper ante. Proin efficitur pulvinar rhoncus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis varius arcu vitae mauris facilisis, et laoreet justo hendrerit. Mauris blandit pellentesque neque. Nunc cursus nunc sed turpis pretium varius. Donec ut tempus nulla. Nulla venenatis lacus mauris, a ultricies sem tristique ut. Sed et convallis nisi, ac tincidunt nisl. Quisque mollis consectetur eros, eget aliquet nisi. Aliquam massa est, placerat pellentesque diam nec, iaculis feugiat ipsum. Aliquam vel velit elementum, porta purus vel, sagittis nunc. Sed ac bibendum justo. Aenean ante est, elementum sit amet pellentesque a, sodales eu lectus.
+
+Nam nec risus tincidunt, faucibus purus nec, varius dui. Mauris tincidunt diam justo, sodales volutpat nulla suscipit sed. Morbi ut nisl lacinia, malesuada dui nec, eleifend velit. Nullam sed posuere justo, non tincidunt nibh. Cras non augue nec nisi porttitor elementum. Mauris volutpat semper justo at porta. Curabitur eu orci volutpat, suscipit ipsum vel, dictum nunc. Mauris id dolor vitae felis suscipit lobortis. Vestibulum commodo nisl nec sem dapibus, sed bibendum nibh lacinia. Duis et enim fringilla, euismod augue at, maximus diam. Sed auctor sem ut cursus bibendum. Quisque a magna sodales, ornare velit a, sagittis lectus. Donec non nunc tristique, vulputate dolor in, dictum elit. Duis sodales arcu molestie laoreet volutpat. Suspendisse sodales ipsum at neque luctus, iaculis commodo turpis sollicitudin. Nam porta mollis odio, eu imperdiet eros blandit eu.
+
diff --git a/exampleSite/content/posts/post04.md b/exampleSite/content/posts/post04.md
new file mode 100644
index 0000000..f895b2f
--- /dev/null
+++ b/exampleSite/content/posts/post04.md
@@ -0,0 +1,15 @@
+---
+title: Post 04
+date: 2018-11-09
+tags: ["Text","Blog","Post","Tikva","Lorem Ipsum"]
+
+---
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce egestas, arcu id malesuada finibus, ex lectus aliquet enim, mollis eleifend tortor est eu mi. Etiam dolor lectus, egestas et faucibus in, interdum et lorem. Nunc faucibus rhoncus scelerisque. Duis et massa id massa iaculis imperdiet non eget lorem. Curabitur porta convallis mauris, dapibus vestibulum enim interdum et. Nulla luctus sit amet lorem eget mollis. Donec varius malesuada ligula, vel vulputate ipsum laoreet nec. Nulla metus enim, varius quis congue quis, pulvinar sed nibh. Vivamus vel euismod magna. Vestibulum aliquam aliquam orci. Cras at nisi nulla.
+
+Etiam nisi dui, elementum non pharetra vitae, blandit ut ligula. Aenean aliquam imperdiet varius. Nullam sit amet ligula neque. Fusce convallis risus felis, eu fermentum turpis iaculis ac. Pellentesque dictum sagittis purus, efficitur gravida odio elementum eu. Etiam tincidunt consectetur ligula, eu placerat ex faucibus quis. Integer fermentum bibendum risus ut vestibulum. Donec vehicula quam nisi, eu efficitur dui egestas nec. Donec placerat libero quis sem sodales, in elementum metus facilisis. Nam ac blandit eros, quis euismod arcu. Praesent convallis orci ac aliquam dictum. In hac habitasse platea dictumst. Proin ac nisi tortor.
+
+Vivamus quis enim laoreet nibh aliquam scelerisque. Maecenas pulvinar nibh at neque consequat efficitur. Duis malesuada, nisl et congue congue, orci ante condimentum elit, nec imperdiet velit ex sed erat. Morbi ut lacus lorem. Aliquam et venenatis turpis, eu dapibus quam. Ut at turpis iaculis justo cursus interdum. Sed sed sodales arcu, vitae finibus turpis. Praesent et interdum ex. Donec efficitur viverra eleifend. Nulla finibus ultricies nunc, non tincidunt mauris congue at. Vestibulum sapien nibh, interdum eu nulla quis, consectetur tempor odio. Pellentesque vel felis pharetra quam ornare molestie sed eu lorem. Aenean non arcu quis ligula sollicitudin sagittis non ac lorem. Curabitur iaculis scelerisque magna, sit amet fermentum justo venenatis efficitur. Mauris eget ipsum et orci tempus ultrices. Proin eget pharetra purus.
+
+In eu bibendum felis, nec ornare nunc. Curabitur justo ex, aliquet eget euismod sit amet, bibendum vitae turpis. Cras iaculis urna id ante eleifend iaculis. Fusce eros mi, iaculis nec tempus in, tempus in ante. Donec vel iaculis leo. Integer id blandit lacus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nam dui nulla, luctus eget dui quis, pharetra vestibulum sapien. Aliquam orci lacus, tincidunt consequat gravida ut, cursus quis sem. Sed pellentesque, quam in hendrerit bibendum, neque eros egestas ex, ac malesuada ligula orci ac enim. Proin consequat tempus pellentesque.
+
+Proin in enim nisi. Vestibulum metus ligula, vulputate at quam ac, condimentum tempor nulla. Mauris non ligula venenatis, sodales nisl sit amet, lacinia leo. Ut scelerisque nulla quis sapien sollicitudin, nec venenatis tortor auctor. Vestibulum in velit efficitur, auctor elit eget, porta diam. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas non sagittis felis. Nullam ornare tempor enim, non condimentum quam facilisis sit amet. Phasellus quis nulla vitae purus volutpat efficitur. Vivamus ac interdum nisi, sit amet faucibus felis. Etiam rhoncus sapien lectus, quis imperdiet augue lacinia ac. Donec sed congue lorem, id facilisis mi. Vivamus porttitor lorem nec consectetur suscipit. \ No newline at end of file
diff --git a/exampleSite/content/posts/post05.md b/exampleSite/content/posts/post05.md
new file mode 100644
index 0000000..e012c7e
--- /dev/null
+++ b/exampleSite/content/posts/post05.md
@@ -0,0 +1,16 @@
+---
+title: Post 05
+date: 2018-11-10
+publishdate: 2018-11-10
+tags: ["Text","Blog","Post","Example","Lorem Ipsum"]
+hideMeta: true
+---
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur et quam congue, tristique ipsum eget, rhoncus enim. Curabitur imperdiet, lacus vel condimentum vestibulum, est ipsum mattis tortor, ultricies finibus justo nunc sit amet nunc. Donec condimentum elit in tellus commodo lacinia. Morbi fringilla fermentum est eget semper. Curabitur ac congue ipsum. Aenean ac nulla ornare, pulvinar tellus eu, convallis felis. Donec eu ipsum elit.
+
+Fusce et finibus nunc. Praesent non nisl ex. Duis dapibus ut lacus et pellentesque. Vestibulum tristique consequat facilisis. Nulla semper aliquet elit, vel lobortis leo mattis sed. Suspendisse viverra nulla eros, in ornare mi pellentesque quis. Pellentesque ante nibh, consectetur eget dui sed, tincidunt iaculis eros. Proin vitae tellus vitae lorem porta dictum. Proin augue ipsum, feugiat in ante ut, sodales interdum lorem. Integer ut aliquet enim. In auctor, velit eu ultricies malesuada, ante erat pulvinar odio, ut cursus nibh risus in ipsum. In bibendum varius egestas. Donec tincidunt odio at lacinia sagittis.
+
+Proin ex orci, rutrum sed eros vel, lacinia suscipit magna. Nullam sed leo id sem malesuada ultrices et iaculis quam. Mauris imperdiet ante in ex euismod pellentesque. In vel nulla et est euismod rutrum. Sed maximus justo eget eros venenatis cursus. Sed id eros metus. Donec id erat id lacus ultricies elementum. Phasellus velit augue, feugiat quis mattis in, tincidunt non ligula. Pellentesque in mauris tortor. Mauris scelerisque tortor ut volutpat dapibus. Etiam ut metus luctus, sollicitudin tortor ac, blandit ex. Mauris interdum convallis pulvinar. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+
+Phasellus elementum, augue nec dictum convallis, lacus tortor tristique dui, ac ornare odio urna eget lorem. Donec id risus quis nisi efficitur auctor in a leo. Duis placerat sem nec ipsum accumsan convallis. Cras laoreet placerat placerat. Praesent eget ante sollicitudin, pellentesque enim eu, lobortis arcu. Donec orci ex, commodo aliquet eros nec, porta posuere nisl. Proin varius nunc et metus mollis, sed maximus est accumsan. Praesent commodo tortor sed ligula blandit ornare. Etiam lacinia interdum egestas. Praesent placerat nulla ante. Cras nec pellentesque diam. Etiam a semper velit. Mauris vehicula dui vitae nibh pulvinar, sit amet convallis sem interdum. Duis rutrum, nibh sed dapibus posuere, diam lacus dignissim leo, vitae pharetra arcu leo non arcu.
+
+Vestibulum elementum facilisis quam at faucibus. Nunc a augue in arcu accumsan tempor ac et magna. Vivamus non porta tortor. Curabitur ullamcorper magna eu elit vestibulum facilisis. Morbi consequat tortor quis dui euismod fringilla. Pellentesque porttitor lorem vitae tincidunt pretium. Fusce a ipsum vitae orci consectetur fermentum. Ut magna nulla, congue ac egestas vel, faucibus et tortor. Ut justo felis, molestie at iaculis nec, vehicula sit amet leo. Nam posuere vitae tellus eget tincidunt. Mauris velit nisl, faucibus et pretium a, convallis sit amet est. Sed velit sem, vulputate quis eros vitae, tincidunt scelerisque urna. Proin neque metus, maximus sit amet vestibulum sit amet, tempor quis nisl. Donec laoreet lacus urna, ac tristique nisl porttitor non. \ No newline at end of file
diff --git a/exampleSite/content/sidebar/content01_about.html b/exampleSite/content/sidebar/content01_about.html
new file mode 100644
index 0000000..1ca6c70
--- /dev/null
+++ b/exampleSite/content/sidebar/content01_about.html
@@ -0,0 +1,7 @@
+---
+title: "About"
+type: "sidebar"
+---
+
+ <p class="mb-0">Etiam porta <em>sem malesuada magna</em> mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.</p>
+
diff --git a/exampleSite/content/sidebar/content02.md b/exampleSite/content/sidebar/content02.md
new file mode 100644
index 0000000..3ab1336
--- /dev/null
+++ b/exampleSite/content/sidebar/content02.md
@@ -0,0 +1,4 @@
+---
+title: "Example content"
+---
+You can place everything you want in this area. Just add HTML or Markdown files into a folder named "sidebar" in your content folder. This is an example of modifying the style with an individual "sidebar_item.html" partial. \ No newline at end of file
diff --git a/exampleSite/content/subfooter/content.md b/exampleSite/content/subfooter/content.md
new file mode 100644
index 0000000..a4fd3ec
--- /dev/null
+++ b/exampleSite/content/subfooter/content.md
@@ -0,0 +1 @@
+Powered by [Hugo](https://gohugo.io). Theme [Tikva](https://github.com/geschke/hugo-tikva) by [Ralf Geschke](https://www.kuerbis.org). As you can see, this is an example of the area below the footer. You can change this. \ No newline at end of file
diff --git a/exampleSite/layouts/partials/analytics/.keep b/exampleSite/layouts/partials/analytics/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/exampleSite/layouts/partials/analytics/.keep
diff --git a/exampleSite/layouts/partials/sidebar_item.html b/exampleSite/layouts/partials/sidebar_item.html
new file mode 100644
index 0000000..d30db00
--- /dev/null
+++ b/exampleSite/layouts/partials/sidebar_item.html
@@ -0,0 +1,8 @@
+<div class="col">
+ <div class="p-3 mb-3 bg-light rounded">
+ <h4>{{ .Title }}</h4>
+
+ <p> {{ .Content }}</p>
+
+ </div>
+</div> \ No newline at end of file
diff --git a/exampleSite/static/img/header_bg_example.jpg b/exampleSite/static/img/header_bg_example.jpg
new file mode 100644
index 0000000..3dcd3f9
--- /dev/null
+++ b/exampleSite/static/img/header_bg_example.jpg
Binary files differ