Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Simple and responsive portfolio theme for Jekyll with Disqus comments, Google Analytics, and project showcase.

A customizable Jekyll portfolio theme with about, portfolio, and tools sections, easily configured via _config.yml.
Chelia is a simple, responsive portfolio theme for Jekyll that turns markdown content into a personal portfolio site with project showcase, blog posts, and comment support.
Chelia is a minimal, responsive portfolio theme built for Jekyll, a static site generator. It takes markdown files for posts and work projects and produces a static HTML site that runs on GitHub Pages or any Jekyll-compatible host. The theme was created by Artem Sheludko and is distributed under an MIT license.
Chelia includes a list of features visible on its repository page:
_data/settings.yml._data/settings.yml to monitor site traffic./images/work/ and updating the projects list in _data.Chelia is for:
_data/settings.yml, and deploy on GitHub Pages.You can:
/images/work/ and updating the projects entries in _data; each item shows a name and image in the portfolio grid._posts directory with front matter specifying layout, title, date, and optional image; tags can be added but must avoid spaces (e.g., ruby-on-rails)._data/settings.yml; replace favicon.ico in the root directory to update the browser tab icon.bundle install and start Jekyll's local server with bundle exec jekyll serve, then deploy to Jekyll hosting like GitHub Pages.The theme is set up like most Jekyll sites: clone the repository, install the gem dependencies with bundle install, and start a local server with bundle exec jekyll serve. Content is added in markdown files: posts live in _posts with a front matter block that defines layout, title, date, and an optional image; work items are defined in the projects field of _data/settings.yml, and each project's image goes into /images/work/. Disqus comments are activated by adding your Disqus shortname to _data/settings.yml, and Google Analytics is wired by adding your tracking ID to the same file.
Yes, Chelia is distributed under the MIT license, meaning you can use, modify, and redistribute it freely. The repository is publicly hosted on GitHub.
Create a new markdown file in the _posts directory using Jekyll's recommended file naming (typically YYYY-MM-DD-title.md). In the file's front matter, set the layout to "post", provide a title, date, and optionally an image, and add tags if desired (separate multi-word tags with hyphens, e.g., ruby-on-rails).
Add an image for the project to the /images/work/ directory, then edit _data/settings.yml and add a new entry to the projects list with the project's name and the image filename. The theme's homepage will display these projects.
First, register your website with Disqus to get a shortname. Then open _data/settings.yml and replace the default mr-brown value found on line 26 with your own shortname. If comments fail to load, check Disqus' troubleshooting guide for common issues.
Add your Google Analytics tracking identifier (for example, UA-99631805-1) to the google-analytics field in _data/settings.yml. The theme will then include the analytics code on every page.
