DEV Community

aKuad
aKuad

Posted on

GitHub Pages official supported Jekyll themes screenshot

About

(No detail of GitHub Pages deployment here.)

GitHub Pages official supported themes are here.

https://github.com/orgs/pages-themes/repositories

Just only 1 line config to apply a theme on them.

Preview site is available. But no screenshots here. So, I wrote this article for compare themes by screenshots.

Screenshots

Architect

theme: jekyll-theme-architect
Enter fullscreen mode Exit fullscreen mode

Architect theme sample page

Cayman

theme: jekyll-theme-cayman
Enter fullscreen mode Exit fullscreen mode

Cayman theme sample page

Dinky

theme: jekyll-theme-dinky
Enter fullscreen mode Exit fullscreen mode

Dinky theme sample page

Hacker

theme: jekyll-theme-hacker
Enter fullscreen mode Exit fullscreen mode

Hacker theme sample page

Leap day

theme: jekyll-theme-leap-day
Enter fullscreen mode Exit fullscreen mode

Leap day theme sample page

Merlot

theme: jekyll-theme-merlot
Enter fullscreen mode Exit fullscreen mode

Merlot theme sample page

Midnight

theme: jekyll-theme-midnight
Enter fullscreen mode Exit fullscreen mode

Midnight theme sample page

Minima

remote_theme: "jekyll/minima"
Enter fullscreen mode Exit fullscreen mode

Minima theme sample page

Others are CC0 license, but only it is MIT license.

The MIT License (MIT)

Copyright (c) 2016-present Parker Moore and the minima contributors

Minimal

theme: jekyll-theme-minimal
Enter fullscreen mode Exit fullscreen mode

Minimal theme sample page

Modernist

theme: jekyll-theme-modernist
Enter fullscreen mode Exit fullscreen mode

Modernist theme sample page

Slate

theme: jekyll-theme-slate
Enter fullscreen mode Exit fullscreen mode

Slate theme sample page

Tactile

theme: jekyll-theme-tactile
Enter fullscreen mode Exit fullscreen mode

Tactile theme sample page

Time machine

theme: jekyll-theme-time-machine
Enter fullscreen mode Exit fullscreen mode

Time machine theme sample page

More themes

Official supported themes are over. But you can find more themes on Jekyll pick up sites.

https://jekyllrb.com/docs/themes/

Top comments (0)