updated documentation posts

This commit is contained in:
Panos Sakkos 2015-11-24 00:47:31 +01:00
parent 3052477fd0
commit 0fcb4839f3
5 changed files with 7 additions and 13 deletions

View file

@ -16,13 +16,9 @@ The contact part of the index page is consisted of two elements:
You can modify the Contact text from the /contact.html file and set the email in the site config:
<pre><code data-trim class="yaml">
###########
# Contact #
###########
email: "your@email.here"
</code></pre>
Don't be afraid of Email Harvesting, write your email properly, and the page will perform javascript obfuscation.
Don't be afraid of email harvesting, write your email properly and the page will perform javascript obfuscation.
<small>Many thanks to <a href="https://github.com/joariasl" target="\_blank">@joariasl</a> for this feature!</small>

View file

@ -8,7 +8,7 @@ tags: [ 'tutorial' ]
One of the coolest features of { Personal } is that enables you to tell your life's story in
the form of a timeline of photos, dates and text descriptions.
Let's see how it works. Timeline is controlled by the following variables:
The Timeline is controlled by the following variables:
<pre><code data-trim class="yaml">
events:
@ -27,7 +27,6 @@ timeline-img: "/img/timeline/default.png"
For each event of your life, add a tuple of image, date and description to the events,
and the timeline will be automatically generated!
The timeline-img path variable is
the image that you want to show up in the beginning of your Timeline, be creative!
The timeline-img path variable is the image that you want to show up in the beginning of your Timeline, be creative!
<small>Square images are most suited 😉</small>
<small>Square images are recommended 😉</small>

View file

@ -41,7 +41,6 @@ The *layout* and *section-type* variables are used by the theme and you shouldn'
Jekyll generates a static pages.
As a result we have to create the tag pages before building and publishing the site.
In order to generate the tag pages, simply run the *generate-tags* script from the repo's root directory:
<pre><code data-trim class="bash">
@ -50,7 +49,7 @@ In order to generate the tag pages, simply run the *generate-tags* script from t
The script will parse all your posts, and generate the tag pages for the newly added tags.
If you are not using GitHub Pages, you can automate the execution of this script during build time.
<small>If you are not using GitHub Pages, you can automate the execution of this script during build time.</small>
### Syntax highlighting

View file

@ -23,7 +23,7 @@ icon-192p: "/img/web-app/icon-192p.png"
<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:
This is how your website will look when added to the homescreen:
![iOS](https://dl.dropboxusercontent.com/u/8522559/personal-jekyll-theme/ios.jpg)

View file

@ -82,6 +82,6 @@ Serve the jekyll website:
That's it!
You are ready to start hacking around your { Personal } website!
Visit [http://127.0.0.1:4000](http://127.0.0.1:4000) and you are ready to start hacking around your { Personal } website!
<small>Many thanks to <a href="https://github.com/joariasl" target="\_blank">@joariasl</a> for the language support! </small>