GithubHelp home page GithubHelp logo

skaura / timeline-jekyll-theme Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kirbyt/timeline-jekyll-theme

0.0 1.0 0.0 1.49 MB

A multipurpose, single page Jekyll theme.

License: Apache License 2.0

HTML 6.70% CSS 89.57% JavaScript 3.73%

timeline-jekyll-theme's Introduction

Timeline Jekyll Theme

Timeline is multipurpose, single page Jekyll theme that includes a timeline section.

Example sites:

This theme is a mashup of two other themes:

Big thanks to the creators of Grayscale and Agency. This theme would not be possible without their hard work.

How to Use

Timeline works in a similar fashion as a Jekyll blog site with two differences:

  1. Pages are displayed as sections within the single HTML web page.
  2. Posts are displayed as timeline entries.

Creating a Section

To add a section, create a new .html file such as about.html. This will add the section to the navigation menu and display the section as part of the single page HTML. The file should include the following YAML front matter:

  • layout It's value should always be null.
  • title This is the text displayed in the navigation menu.
  • section-type This identifies the section type, or layout for the section. The possible values are:
    • default
    • contact
    • timeline

Use the section-type default when you want to display the content in a regular section.

Use the section-type contact to display a contact section. A contact section can optionally contain an email address and a list of social networks that are display below the content. See contact.html for an example of setting the email address and social networks.

Use the section-type timeline to display a timeline of entries.

More About Timelines

A timeline is a list of post sorted by date. To create a new timeline entry, add a new post to the _posts directory. The post should have the following YAML front matter properties:

  • layout It's value should always be null.
  • title This is the header text for the career entry.
  • subtitle (Optional) This is the sub-header text for the career entry.
  • image (Optional) This is a reference to the thumbnail image displayed with the career entry. If blank or not present, then site.career-img defined in the _config.yml is used.

Example timeline post front matter:

---
layout: null
title: 2014
subtitle:
image: "img/timeline/2014.png"
---

License

Code released under the Apache 2.0 license.

Portions copyrighted by

Copyright 2013-2015 Iron Summit Media Strategies, LLC.
Copyright 2014 Rick Kim (y7kim).
Copyright 2015 Kirby Turner

timeline-jekyll-theme's People

Contributors

kirbyt avatar le4ker avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.