updated documentation posts

This commit is contained in:
Panos Sakkos 2015-11-24 00:33:10 +01:00
parent 90ebb77e38
commit 7180d5b1f2
4 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,6 @@ tags: [ 'tutorial' ]
Social buttons (rendered above the footer) are great for having a small hub with all your social footprint.
You can edit them with the following variables:
<pre><code data-trim class="yaml">

View file

@ -7,6 +7,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:
<pre><code data-trim class="yaml">
@ -24,7 +25,9 @@ events:
</code></pre>
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
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!
<small>Square images are most suited 😉</small>

View file

@ -70,6 +70,4 @@ int main()
### Emoji support
You can add emojis to your posts by simply typing their [emoji code](http://www.emoji-cheat-sheet.com/)
:wink:
You can add emojis to your posts by simply typing their [emoji code](http://www.emoji-cheat-sheet.com/) :wink:

View file

@ -81,7 +81,7 @@ Serve the jekyll website:
./scripts/serve-production
</code></pre>
And that's it!
That's it!
You are ready to start hacking around your { Personal } website!