#Limelight
Limelight is a light toned, describing theme for Jekyll.
#Screenshots
Welcome Page
Sample Post page
Mobile layouts
#Features
#Usage
##Installation
git clone
gem install jekyll
for installing itjekyll serve
to run the site live.source watch.sh
to watch changes over screen.scss in case you plan to change default cssassets/img/
with names avatar.jpeg
and welcome.jpeg
assets/css/style.scss
##Creating Posts
For creating posts add this snippet in front of your post's markdown file:
---
layout: post
title: "your title here"
tags: your tags here
class: post
---
Add content below this and save the post in _posts
directory (you will have to create it).
#Todo
#License
Feel free to fork and contribute to the project, just create a pull request.
Open sourced under MIT License