updated documentation posts

This commit is contained in:
Panos Sakkos 2015-11-24 00:29:48 +01:00
parent 15b31962d1
commit 90ebb77e38
4 changed files with 9 additions and 18 deletions

View file

@ -48,7 +48,7 @@ vkontakte-share: True
### Comments
And you can enable <a href="http://www.disqus.com" target="\_blank">Disqus</a> comments by just setting your Disqus username here:
You can enable <a href="http://www.disqus.com" target="\_blank">Disqus</a> comments by just setting your Disqus username here:
<pre><code data-trim class="yaml">
disqus-shortname: "Your Disqus username"

View file

@ -9,8 +9,6 @@ You can make your website behave like a native web app in iOS and Android device
by providing links for the icons for each resolution:
<pre><code data-trim class="yaml">
# Web app mode
web-app-mode: True
# Icons for Web App mode
@ -23,7 +21,7 @@ icon-144p: "/img/web-app/icon-144p.png"
icon-192p: "/img/web-app/icon-192p.png"
</code></pre>
<small>If you want to disable this feature, simply set the web-app-mode variable to false</small>
<small>If you want to disable this feature, simply set the web-app-mode variable to False</small>
This is how the website will look when added to the homescreen:

View file

@ -39,10 +39,6 @@ background-img: "../img/intro-bg.jpg"
The welcome text is controlled by the following (self-explanatory) variables:
<pre><code data-trim class="yaml">
##############################
# Dynamic Text on the header #
##############################
dynamic-typing: True
shuffle: True # Shuffle the lines.
loop: True
@ -55,6 +51,8 @@ lines: # You can add HTML Tags in the Text
- text: "Wheres your will to be weird?"
</code></pre>
<small>Many thanks to <a href="https://github.com/prashantsolanki3" target="blank">@prashantsolanki3</a> for the dynamic typing feature!</small>
### Your image
You can set your image from the following variable:
@ -63,6 +61,4 @@ You can set your image from the following variable:
me-img: "/img/jetpacktocat.png"
</code></pre>
<small>Many thanks to <a href="https://github.com/prashantsolanki3" target="blank">@prashantsolanki3</a> for this feature!</small>
All set!

View file

@ -31,9 +31,9 @@ baseurl: /personal-jekyll-theme
google-tracking-id: "UA-35880426-4"
</code></pre>
The url and baseurl variables are essential to be set, because they are used *everywhere* where an anchor is defined!
The url and baseurl variables are essential, because they are used *everywhere* where an anchor is defined!
The Google tracking code will be placed in every generated page.
If you don't want Google tracking, set it to an empty string.
If you don't want Google analytics tracking your website's traffic, set the google-tracking-id to an empty string.
### HTTPS
@ -56,16 +56,13 @@ force-https: True
### HTML Head
<pre><code data-trim class="yaml">
#############
# HTML Head #
#############
author: "John Smith"
lang: "en"
author: "John Smith"
title: "{ John Smith }"
favicon: "/img/favicon.ico"
description: "Blog and website of John Smith, blogging mainly for tech. Opinions expressed are mine."
keywords: "smith, jones, personal, jekyll, theme"
favicon: "/img/favicon.ico"
404-img: "/img/labtocat.png"
</code></pre>
The values that you set, will be placed in the head section of every generated HTML page.