{"id":14979371,"url":"https://github.com/drjekyllthemes/themes","last_synced_at":"2026-04-02T02:07:24.679Z","repository":{"id":24854222,"uuid":"28269417","full_name":"drjekyllthemes/themes","owner":"drjekyllthemes","description":"Dr. Jekyll's Themes - Add Your Theme!","archived":false,"fork":false,"pushed_at":"2023-11-02T08:24:27.000Z","size":10040,"stargazers_count":97,"open_issues_count":0,"forks_count":74,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-14T21:46:40.990Z","etag":null,"topics":["jekyll","jekyll-themes","static-site"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drjekyllthemes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-20T14:39:20.000Z","updated_at":"2025-07-07T22:46:00.000Z","dependencies_parsed_at":"2024-09-19T02:03:27.814Z","dependency_job_id":"1a966857-242f-424b-8bfc-3eb5fdc21e1f","html_url":"https://github.com/drjekyllthemes/themes","commit_stats":{"total_commits":397,"total_committers":111,"mean_commits":"3.5765765765765765","dds":"0.47858942065491183","last_synced_commit":"efc58cdf52f9bb927b910cb609448cb7903e1afc"},"previous_names":["feedreader/planet-jekyll","planetjekyll/themes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drjekyllthemes/themes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drjekyllthemes%2Fthemes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drjekyllthemes%2Fthemes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drjekyllthemes%2Fthemes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drjekyllthemes%2Fthemes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drjekyllthemes","download_url":"https://codeload.github.com/drjekyllthemes/themes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drjekyllthemes%2Fthemes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jekyll","jekyll-themes","static-site"],"created_at":"2024-09-24T13:59:53.766Z","updated_at":"2026-04-02T02:07:24.650Z","avatar_url":"https://github.com/drjekyllthemes.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dr. Jekyll's Themes - Add Your Theme!\n\n(Yet Another) Static Website Theme Directory - see it live @ [`drjekyllthemes.github.io`](http://drjekyllthemes.github.io)\n\n\n\n## How-To Add Your Theme\n\nFirst fork the [`/themes` repo](https://github.com/drjekyllthemes/themes) on GitHub.\n\n### Step 1: Add a new entry in the `themes.yml`datafile\n\nAdd a new entry in the [`themes.yml`](https://github.com/drjekyllthemes/themes/blob/master/themes.yml) datafile\nand fill out all fields. Example:\n\n``` yaml\n- name:      Basically Basic\n  github:    mmistakes/jekyll-theme-basically-basic\n  branch:    master                              ## note: defaults to master; only needed for gh-pages\n  demo_url:  https://mmistakes.github.io/jekyll-theme-basically-basic\n  author:    Michael Rose\n  thumbnail: basicallybasic.png\n  license:   MIT\n  gem:       jekyll-theme-basically-basic         ## optional\n  tags:     [minimal, responsive, blog, resume]   ## optional\n```\n\nor (without the github+branch shortcuts)\n\n``` yaml\n- name:         Basically Basic\n  home_url:     https://github.com/mmistakes/jekyll-theme-basically-basic\n  download_url: https://github.com/mmistakes/jekyll-theme-basically-basic/archive/master.zip\n  demo_url:     https://mmistakes.github.io/jekyll-theme-basically-basic\n  author:       Michael Rose\n  thumbnail:    basicallybasic.png\n  license:      MIT\n  gem:          jekyll-theme-basically-basic         ## optional\n  tags:        [minimal, responsive, blog, resume]   ## optional\n```\n\n### Step 2 - Add a 250 x 200 thumbnail (screenshot preview pic) in the `thumbnails` folder\n\nMake a 250 x 200 thumbnail and drop it in the thumbnails folder.\nExample: `thumbnails/basicallybasic.png` (250 x 200 px)\n\n![](thumbnails/basicallybasic.png)\n\nNote: Do NOT forget to list its filename in the `themes.yml` entry.\n\n\n### Step 3 - Send a pull request\n\nCheck that everything is ok, then open up a pull request.\n\nThat's it. Thanks!\n\n\n---\n\n\n##  Frequently Asked Questions 'n' Answers\n\n**Q: I added my theme why is it not displaying on the website. Can you please take a look?**\n\nA: Thanks for your patience.\nYou can double check and see your theme\non the [Themes Quick Test Page](http://drjekyllthemes.github.io/themes)\nauto-built with every commit / pull request merge.\n\nNote: For the Dr Jekyll's website itself (see [source](https://github.com/drjekyllthemes/drjekyllthemes.github.io)) the `themes.yml` has to run through build steps (see [source](https://github.com/yorobot/planetjekyll))\nto get github stars 'n' history etc. and, sorry, for now this is still a manual task / procedure\nthat will get done \"by hand\".\nFor your theme to show up, thus, please wait for the next site update.\n\n\n\n## Tips \u0026 Tricks\n\nQ: How to create a 250 x 200 thumbnail?\n\nA: One way is to create a regular-size screenshoot e.g. 1024 x 768 in step one.\nIn step two calculate how much to zoom in\n(divide the required width, that is, 250 pixel by your current width,\nthat is, 1024 pixel) e.g.\n\n     250\n    ---- * 100 =  24.4 %\n    1024\n\nThan readjust the scale to 24.4% and set the width and height to 250 x 200.\nThat's it.\n\nAnother example - let's say the screenshoot size is 500 x 400 using the formula\ncalculate how much to zoom in e.g.\n\n     250\n    ---- * 100 =  50 %\n     500\n\n\n## License\n\n![](https://publicdomainworks.github.io/buttons/zero88x31.png)\n\nThe themes directory is dedicated to the public domain.\nUse it as you please with no restrictions whatsoever.\n\n## Questions? Comments?\n\n\nPost them to the [wwwmake forum](http://groups.google.com/group/wwwmake). Thanks!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrjekyllthemes%2Fthemes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrjekyllthemes%2Fthemes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrjekyllthemes%2Fthemes/lists"}