All Projects → drjekyllthemes → Themes

drjekyllthemes / Themes

Licence: cc0-1.0
Dr. Jekyll's Themes - Add Your Theme!

Projects that are alternatives of or similar to Themes

dimension-jekyll-theme
A Jekyll version of the "Dimension" theme by HTML5 UP.
Stars: ✭ 29 (-68.82%)
Mutual labels:  jekyll, jekyll-themes, static-site
lens-jekyll-theme
A Jekyll version of the "Lens" theme by HTML5 UP.
Stars: ✭ 56 (-39.78%)
Mutual labels:  jekyll, jekyll-themes, static-site
Editorial Jekyll Theme
A Jekyll version of the "Editorial" theme by HTML5 UP.
Stars: ✭ 121 (+30.11%)
Mutual labels:  jekyll, static-site, jekyll-themes
eventually-jekyll-theme
A Jekyll version of the "Eventually" theme by HTML5 UP.
Stars: ✭ 26 (-72.04%)
Mutual labels:  jekyll, jekyll-themes, static-site
Particle
A simple portfolio Jekyll theme:
Stars: ✭ 747 (+703.23%)
Mutual labels:  jekyll, jekyll-themes
Moving
A clean and minimalist theme for Jekyll.
Stars: ✭ 701 (+653.76%)
Mutual labels:  jekyll, jekyll-themes
Starving Artist Jekyll Theme
A portfolio theme for Jekyll for artists to display their work - http://chrisanthropic.github.io/starving-artist-jekyll-theme/
Stars: ✭ 83 (-10.75%)
Mutual labels:  jekyll, jekyll-themes
Jekyll Boilerplate
Helpful files to get started working on a new Jekyll website
Stars: ✭ 30 (-67.74%)
Mutual labels:  jekyll, static-site
Flexible Jekyll
Flexible-Jekyll is a simple and clean theme for Jekyll
Stars: ✭ 531 (+470.97%)
Mutual labels:  jekyll, jekyll-themes
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+823.66%)
Mutual labels:  jekyll, jekyll-themes
Bay
🐟 A simple theme for Jekyll. Live at https://eliottvincent.github.io/bay/
Stars: ✭ 37 (-60.22%)
Mutual labels:  jekyll, jekyll-themes
Forty Jekyll Theme
A Jekyll version of the "Forty" theme by HTML5 UP.
Stars: ✭ 695 (+647.31%)
Mutual labels:  jekyll, static-site
Type Theme
A free and open-source Jekyll theme with responsive design. Great for blogs and easy to customize.
Stars: ✭ 657 (+606.45%)
Mutual labels:  jekyll, jekyll-themes
Mediumish Theme Jekyll
Jekyll Template - Mediumish
Stars: ✭ 786 (+745.16%)
Mutual labels:  jekyll, jekyll-themes
Jekyll Uno
Jekyll-Uno - a minimal, responsive theme for Jekyll based on Uno for Ghost
Stars: ✭ 559 (+501.08%)
Mutual labels:  jekyll, jekyll-themes
Jekyll Theme Scribbles
A minimalistic Jekyll theme recreating the look of plain Markdown file (with some extras)
Stars: ✭ 15 (-83.87%)
Mutual labels:  jekyll, jekyll-themes
Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-50.54%)
Mutual labels:  jekyll, jekyll-themes
Jekyll Theme Unit Test
📎 Sample Jekyll content (posts, pages, collections, and images) to test your theme against.
Stars: ✭ 43 (-53.76%)
Mutual labels:  jekyll, jekyll-themes
Mzlogin.github.io
Jekyll Themes / GitHub Pages 博客模板 / A template repository for Jekyll based blog
Stars: ✭ 1,060 (+1039.78%)
Mutual labels:  jekyll, jekyll-themes
Jekyll Netlify Boilerplate
A simple Jekyll template for creating a fast, static website on Netlify
Stars: ✭ 62 (-33.33%)
Mutual labels:  jekyll, static-site

Dr. Jekyll's Themes - Add Your Theme!

(Yet Another) Static Website Theme Directory - see it live @ drjekyllthemes.github.io

How-To Add Your Theme

First fork the /themes repo on GitHub.

Step 1: Add a new entry in the themes.ymldatafile

Add a new entry in the themes.yml datafile and fill out all fields. Example:

- name:      Basically Basic
  github:    mmistakes/jekyll-theme-basically-basic
  branch:    master                              ## note: defaults to master; only needed for gh-pages
  demo_url:  https://mmistakes.github.io/jekyll-theme-basically-basic
  author:    Michael Rose
  thumbnail: basicallybasic.png
  license:   MIT
  gem:       jekyll-theme-basically-basic         ## optional
  tags:     [minimal, responsive, blog, resume]   ## optional

or (without the github+branch shortcuts)

- name:         Basically Basic
  home_url:     https://github.com/mmistakes/jekyll-theme-basically-basic
  download_url: https://github.com/mmistakes/jekyll-theme-basically-basic/archive/master.zip
  demo_url:     https://mmistakes.github.io/jekyll-theme-basically-basic
  author:       Michael Rose
  thumbnail:    basicallybasic.png
  license:      MIT
  gem:          jekyll-theme-basically-basic         ## optional
  tags:        [minimal, responsive, blog, resume]   ## optional

Step 2 - Add a 250 x 200 thumbnail (screenshot preview pic) in the thumbnails folder

Make a 250 x 200 thumbnail and drop it in the thumbnails folder. Example: thumbnails/basicallybasic.png (250 x 200 px)

Note: Do NOT forget to list its filename in the themes.yml entry.

Step 3 - Send a pull request

Check that everything is ok, then open up a pull request.

That's it. Thanks!


Frequently Asked Questions 'n' Answers

Q: I added my theme why is it not displaying on the website. Can you please take a look?

A: Thanks for your patience. You can double check and see your theme on the Themes Quick Test Page auto-built with every commit / pull request merge.

Note: For the Dr Jekyll's website itself (see source) the themes.yml has to run through build steps (see source) to get github stars 'n' history etc. and, sorry, for now this is still a manual task / procedure that will get done "by hand". For your theme to show up, thus, please wait for the next site update.

Tips & Tricks

Q: How to create a 250 x 200 thumbnail?

A: One way is to create a regular-size screenshoot e.g. 1024 x 768 in step one. In step two calculate how much to zoom in (divide the required width, that is, 250 pixel by your current width, that is, 1024 pixel) e.g.

 250
---- * 100 =  24.4 %
1024

Than readjust the scale to 24.4% and set the width and height to 250 x 200. That's it.

Another example - let's say the screenshoot size is 500 x 400 using the formula calculate how much to zoom in e.g.

 250
---- * 100 =  50 %
 500

License

The themes directory is dedicated to the public domain. Use it as you please with no restrictions whatsoever.

Questions? Comments?

Post them to the wwwmake forum. Thanks!

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].