(Yet Another) Static Website Theme Directory - see it live @ drjekyllthemes.github.io
First fork the /themes
repo on GitHub.
themes.yml
datafileAdd 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
thumbnails
folderMake 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.
Check that everything is ok, then open up a pull request.
That's it. Thanks!
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.
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
The themes directory is dedicated to the public domain. Use it as you please with no restrictions whatsoever.
Post them to the wwwmake forum. Thanks!