galty687 / tc-timeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jekyll-timeline

License: MIT

Visualize time structured data with this simple jekyll-template.
This Jekyll site is perfect for your résumé or other timelines.

HERE is a demo

screenshots

SCREENSHOT RÉSUMÉ SCREENSHOT COMPOSERS

how to use it?

  1. Fork this repository

  2. Configure Github-Pages in the Repo Settings

  3. Edit the Markdown files in the collection steps in the _steps folder

    Required data fields in the frontmatter:

    • title: <TITLE>
    • date: 2016-09-31 00:00:00 -0700 (Only Year and Month are shown)

    Optional fields:

    • enddate: 2017-1-1 00:00:00 -0700
  4. Change site configuration _config.yml

    • the Site title: title
    • background color color
    • url (very important) url
    • baseurl (important) baseurl (name it after the repo)
    • site's description
  5. You're done! (Look at https://<USERNAME>.github.io/<REPO>)

Feel free to contribute, give feedback, a star, and share it!

About

License:MIT License


Languages

Language:HTML 88.1%Language:CSS 11.9%