Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemsheludko/chelia
Chelia – Simple & Responsive Portfolio Theme for Jekyll
https://github.com/artemsheludko/chelia
jekyll jekyll-site jekyll-theme minimal personal portfolio portfolio-website responsive simple theme
Last synced: 3 months ago
JSON representation
Chelia – Simple & Responsive Portfolio Theme for Jekyll
- Host: GitHub
- URL: https://github.com/artemsheludko/chelia
- Owner: artemsheludko
- License: mit
- Created: 2019-03-16T09:47:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T09:58:40.000Z (over 5 years ago)
- Last Synced: 2024-09-29T02:42:19.569Z (3 months ago)
- Topics: jekyll, jekyll-site, jekyll-theme, minimal, personal, portfolio, portfolio-website, responsive, simple, theme
- Language: CSS
- Homepage: https://artemsheludko.github.io/chelia/
- Size: 2.85 MB
- Stars: 17
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Chelia - Simple & Responsive Portfolio Theme for Jekyll
======
Chelia is a simple and responsive portfolio theme for Jekyll. Chelia includes lots of flexible settings, created to showcase your personal data (skills, experience, education, work, blog, etc). A careful approach to design and features make it an easy solution for a site portfolio.* * *
Table of Contents
-----------------
* [Features](#features)
* [Demo](#demo)
* [Deployment](#deployment)
* [Posts](#posts)
* [Work](#work)
* [Disqus Comments](#DisqusComments)
* [Google Analytics](#GoogleAnalytics)
* [Update favicon](#UpdateFavicon)
* [Credits](#Credits)
* [Support](#Support)* * *
### Features
* 100% responsive and clean theme
* Optimized for mobile devices
* Minimal design
* Valid HTML5 code
* Post sharing
* SASS files included
* Supports Disqus Comments
* Ionicons Icons
* Google Fonts
* Many More
* * *
### Demo
Check the theme in action [Demo](https://artemsheludko.github.io/chelia/)
![Main page preview](https://github.com/artemsheludko/chelia/blob/master/images/mackbook-preview.png?raw=true)
* * *
### Deployment
To run the theme locally, navigate to the theme directory and run `bundle install` to install the dependencies, then run `bundle exec jekyll serve` to start the Jekyll server.
I would recommend checking the [Deployment Methods](https://jekyllrb.com/docs/deployment-methods/) page on Jekyll website.
* * *
### Posts
To create a new post, you can create a new markdown file inside the \_posts directory by following the [recommended file structure](https://jekyllrb.com/docs/posts/#creating-post-files).
---
layout: post
title: Last weekend with friends
date: 2018-08-23 16:04:00 +0300
image: 03.jpg
---
You can set the tags and the post image.
Add post images to **/images/** directory.
For tags, try to not add space between two words, for example, `Ruby on Rails`, could be something like (`ruby-on-rails`, `Ruby_on_Rails`, or `Ruby-on-Rails`).
* * *
### Work
To create a new work item.
1. Add example image work to `/images/work/` directory.
2. Change the `name`: and `image`: value in `projects`:
projects:
- {name: Design Talks, image: '10.jpg'}
* * *
### Disqus Comments
Chelia Theme comes with Disqus comments enabled.
Open `_data/settings.yml` file, and change the `mr-brown` value on line 26 with your [Disqus account shortname](https://help.disqus.com/customer/portal/articles/466208).
Comment Section (Disqus)
disqus-identifier: mr-brown \# Add your shortname for Disqus Comment. For example mr-brown
That’s all you need to setup Disqus from the theme side. If you get any issue regarding that comments are unable to load. First, make sure you have [registered your website with Disqus (Step 1)](https://help.disqus.com/customer/portal/articles/466182-publisher-quick-start-guide).
And also check [Disqus troubleshooting guide](https://help.disqus.com/customer/portal/articles/472007-i-m-receiving-the-message-%22we-were-unable-to-load-disqus-%22) if you still have issues.
* * *
### Google Analytics
To integrate Google Analytics, open `_data/settings.yml`, and add your Google Analytics identifier.
# Google Analytics
google-analytics: \# Add your identifier. For example UA-99631805-1
* * *
### Update favicon
You can find the current favicon (favicon.ico) inside the theme root directory, just replace it with your new favicon.
* * *
### Credits
I have used the following scripts, fonts or other files as listed.
* [Google Fonts](https://fonts.google.com/specimen/Nunito) (Nunito, Sans Serif).
* [Ionicons Icons](https://ionicons.com/)
* [FitVids.js](http://fitvidsjs.com/)
* [Featherlight](https://noelboss.github.io/featherlight/)
* [Easypiechart](https://github.com/rendro/easy-pie-chart/)
* [SmoothState](https://github.com/miguel-perez/smoothState.js/)
* [StickyJs](https://github.com/garand/sticky/)
* [Slick Slider](https://kenwheeler.github.io/slick/)
* [jQuery.com](https://jquery.com/)
* Preview Images form [unsplash.com](https://unsplash.com/), [pexels.com](https://www.pexels.com/)* * *
### LicenseMit License
* * *
### Support
If you want to show your appreciation, buy me one Thank you for your support ❤️