This is a Jekyll version of the theme Helios: http://html5up.net/helios
You can check the build here: http://kaira.one/helios_jekyll
In the original Helios theme, the content is not abstracted. With this Jekyll theme, content can be managed (adding, deleting, or changing) under the _posts
and carousel
directories.
Adding Post Articles The main articles are located above the footer of the page. When a new article is created, the most recent one will show up to the left of the previous articles.
_posts
2015-01-01-post1.markdown
(YEAR-MM-DD-FILENAME.markdown
)Adding Carousel Articles The carousel articles are located below the banner of the page. When a new article is created, the most recent one will show up to the left of the previous articles.
_posts --> carousel
2015-01-01-post1.markdown
(YEAR-MM-DD-FILENAME.markdown
)---
layout: default
title: Post 1
desc: This is a sample post that is added under the "desc" part of the YAML.
img: pic01.jpg
categories: carousel
---