Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kuntoaji/dekyll

Clean and Minimal Jekyll theme based on Jekyll's Minima Layout
https://github.com/kuntoaji/dekyll

dekyll disqus google-analytic google-analytics jekyll jekyll-seo-tag jekyll-theme jekyll-themes pagination sitemap template theme

Last synced: about 2 months ago
JSON representation

Clean and Minimal Jekyll theme based on Jekyll's Minima Layout

Awesome Lists containing this project

README

        

# Dekyll

Dekyll is a clean and minimal blog theme for Jekyll based on Minima theme, the Jekyll's default theme. All configurations are under `_config.yml` file.
By default, Dekyll does not compatible with Github Pages.
You need to build locally and push to Github repository if you want to use Dekyll with Github Pages. In the future Dekyll will re-architecture as gem-based theme.

See [railsmine.net](https://www.railsmine.net) for demo.

## How to Run Dekyll on local machine

1. Make sure [Jekyll] is installed
2. Clone this repository. `git clone [email protected]:kuntoaji/dekyll.git`
3. Change directory to dekyll.
4. Run `bundle install`.
5. Run `bundle exec jekyll serve`

## Features

* Support Jekyll 4
* No Javascript required
* CSS Compression
* Related articles
* Responsive
* Support pagination
* Sitemap with Last-Modified-At
* Social media sharing buttons
* Google Analytic and Disqus
* Jekyll SEO tag
* Pagination on Category and Tag pages

## How to Build
Google Analytic and Disqus are only rendered in production environment, you must set `JEKYLL_ENV=production` when building Dekyll.

```
JEKYLL_ENV=production jekyll build
```

[Jekyll]: https://jekyllrb.com/