Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kuntoaji/dekyll
- Owner: kuntoaji
- License: mit
- Created: 2016-02-21T14:29:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T08:38:43.000Z (3 months ago)
- Last Synced: 2024-10-27T09:38:31.785Z (3 months ago)
- Topics: dekyll, disqus, google-analytic, google-analytics, jekyll, jekyll-seo-tag, jekyll-theme, jekyll-themes, pagination, sitemap, template, theme
- Language: HTML
- Homepage:
- Size: 106 KB
- Stars: 9
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
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/