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 😉