From 0714a9a13048a178029ff0a6952d57b56580957d Mon Sep 17 00:00:00 2001 From: Panos Sakkos Date: Tue, 24 Nov 2015 00:10:17 +0100 Subject: [PATCH] updated documentation post --- _config.yml | 6 +++--- _posts/2015-06-12-timeline-tutorial.md | 22 ++++++++++++---------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/_config.yml b/_config.yml index 625a1e1..1605f71 100755 --- a/_config.yml +++ b/_config.yml @@ -113,9 +113,9 @@ events: timeline-img: "/img/timeline/default.png" -################## -# Contact layout # -################## +########### +# Contact # +########### email: "your@email.here" diff --git a/_posts/2015-06-12-timeline-tutorial.md b/_posts/2015-06-12-timeline-tutorial.md index 2c53f13..4683279 100644 --- a/_posts/2015-06-12-timeline-tutorial.md +++ b/_posts/2015-06-12-timeline-tutorial.md @@ -6,23 +6,25 @@ category: tech 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. - -Open the \_config.yml and find the events list definition, it should look like this: +the form of a timeline of photos, dates and text descriptions. +Let's see how it works. Timeline is controlled by the following variables:

 events:
-  - image: "/img/career/spidertocat.png"
+  - image: "/img/timeline/spidertocat.png"
     date: "September 2013 - Today"
     description: "Saving the neighborhood!"
-  - image: "/img/career/baracktocat.jpg"
+  - image: "/img/timeline/baracktocat.jpg"
     date: "September 2007 - August 2013"
     description: "Started coding"
+
+    # First image of the Timeline
+
+    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! +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! -Bellow the events variable there is the career-img. -Set this path to the image that you want to show in the beginning of the timeline. - -Square images are most suited 😉 +Square images are most suited 😉