All Projects → P0WEX → Gesko

P0WEX / Gesko

Licence: MIT license
Gesko is a simple and minimalistic jekyll blogging theme.

Programming Languages

HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Gesko

Reverie
🎨 A ridiculously elegant Jekyll theme.
Stars: ✭ 442 (+200.68%)
Mutual labels:  jekyll-theme, github-page, blog-theme
Portfolyou
A beautiful portfolio Jekyll theme that works with GitHub Pages.
Stars: ✭ 334 (+127.21%)
Mutual labels:  jekyll-theme, minimal, blog-theme
Liberxue.github.io
Liberxue blog for lightweight Jekyll themes 轻量级自适应 简洁 卡片式博客主题 3秒搞定GitHub blog
Stars: ✭ 330 (+124.49%)
Mutual labels:  jekyll-theme, github-page, blog-theme
Type
🎉 Minimal and Clean Free Jekyll Theme
Stars: ✭ 185 (+25.85%)
Mutual labels:  jekyll-theme, minimal, blog-theme
Modern Resume Theme
A modern static resume template and theme. Powered by Jekyll and GitHub pages.
Stars: ✭ 868 (+490.48%)
Mutual labels:  jekyll-theme, github-page
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+484.35%)
Mutual labels:  jekyll-theme, blog-theme
Derrick
🙌 Derrick is a clean minimal and fast theme for a personal blog.
Stars: ✭ 51 (-65.31%)
Mutual labels:  jekyll-theme, minimal
Adam Blog
Adam Blog is a minimal clear theme for Jekyll
Stars: ✭ 167 (+13.61%)
Mutual labels:  jekyll-theme, minimal
Whiteglass
Minimal, responsive Jekyll theme for hackers
Stars: ✭ 503 (+242.18%)
Mutual labels:  jekyll-theme, blog-theme
Jekyll Rtd Theme
Just another documentation theme compatible with GitHub Pages
Stars: ✭ 92 (-37.41%)
Mutual labels:  jekyll-theme, github-page
Oscailte
Oscailte — A powerful light, clean, and responsive Jekyll theme.
Stars: ✭ 178 (+21.09%)
Mutual labels:  jekyll-theme, blog-theme
Jekyll Theme Chirpy
A minimal, sidebar, responsive web design Jekyll theme that focuses on text presentation.
Stars: ✭ 773 (+425.85%)
Mutual labels:  jekyll-theme, blog-theme
Huxpro.github.io
My Blog / Jekyll Themes / PWA
Stars: ✭ 6,031 (+4002.72%)
Mutual labels:  jekyll-theme, blog-theme
Bay
🐟 A simple theme for Jekyll. Live at https://eliottvincent.github.io/bay/
Stars: ✭ 37 (-74.83%)
Mutual labels:  jekyll-theme, blog-theme
Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (+256.46%)
Mutual labels:  jekyll-theme, blog-theme
Gaohaoyang.github.io
blog & blog theme🤘
Stars: ✭ 1,699 (+1055.78%)
Mutual labels:  jekyll-theme, blog-theme
Hagura
A light weight, minimal Jekyll theme.
Stars: ✭ 235 (+59.86%)
Mutual labels:  jekyll-theme, minimal
No Style Please
A (nearly) no-CSS, fast, minimalist Jekyll theme.
Stars: ✭ 192 (+30.61%)
Mutual labels:  jekyll-theme, blog-theme
duo
👬 A Simple Jekyll Theme.
Stars: ✭ 76 (-48.3%)
Mutual labels:  jekyll-theme, blog-theme
Type On Strap
🎨 Simplistic, responsive jekyll based open source theme
Stars: ✭ 471 (+220.41%)
Mutual labels:  jekyll-theme, github-page

Gesko

Simple and minimal Jekyll blog. Forked from Asko. Original theme from Sidey.

Features

  • Responsive Design
  • Dark/Ligh theme 🌗
  • Inline CSS
  • Anchor headings
  • Tags & Tag pages
  • 404 page
  • Robots.txt 🤖
  • Atom & Json feeds 📡
  • Sass
  • About page, with Timeline! 🗣️
  • PageSpeed and w3Validator tests PASSED ✔️
  • Search bar 🔎
  • Next & Previous Post ⏮️ ⏭️
  • Automatic/Manual reading time estimation 🕐
  • Disqus section ✍️

Screenshot

light-theme dark-theme

Installation

Be sure to have all you need before running anything.

Run local server:

$ git clone https://github.com/DavideBri/Gesko.git
$ cd Gesko
$ bundle install
$ bundle exec jekyll build
$ bundle exec jekyll serve

Navigate to localhost:4000. You're Welcome, Fork and be Stargazer. If you want to upload it to Github Pages, remember to update the _congif.yml and if you are going to upload in a repo called yournickname.github.io, remember to update the {{ site.baseurl }} to {{ site.url }} . Note that there is also a gtag in the _layouts/default.html, you should remove it.

To create new tag, create a folder in tag/ with the name of the new one. In this folder add an index.html file and just add this header:

---
layout: tag
tag: yourNewTag
---

Then build again and you're ready!!

Contributing

Yeaaa feel free to open a pull request.

If you see any typos or formatting errors in a post, or want to helping reduce backlogs or any other issue that needs to be addressed, please do not hesitate to open a pull request and fix it!, please read contributing before PR.

License

This project is open source and available under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].