https://github.com/apsdehal/limelight
A light toned, justifying theme for Jekyll
https://github.com/apsdehal/limelight
Last synced: 8 months ago
JSON representation
A light toned, justifying theme for Jekyll
- Host: GitHub
- URL: https://github.com/apsdehal/limelight
- Owner: apsdehal
- License: mit
- Created: 2014-06-17T18:46:48.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-28T06:45:35.000Z (over 11 years ago)
- Last Synced: 2025-01-31T16:49:57.806Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 832 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#Limelight
Limelight is a light toned, describing theme for Jekyll.
#Screenshots
Welcome Page

Sample Post page

Mobile layouts
 
#Features
- Responsive design
- Customizable
- About me and blog page
#Usage
##Installation
- Start by cloning the github repo using `git clone`
- You must have jekyll installed to run this, use `gem install jekyll` for installing it
- Use `jekyll serve` to run the site live.
- You can use `source watch.sh` to watch changes over screen.scss in case you plan to change default css
- Add your own avatar and welcome picture in `assets/img/` with names `avatar.jpeg` and `welcome.jpeg`
- To use welcome image, uncomment line 415 in `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
- Themes
- More customizations options
#License
Feel free to fork and contribute to the project, just create a pull request.
Open sourced under [MIT License](LICENSE.md)