diff --git a/.gitignore b/.gitignore index 2e86b7996..e7407c5bf 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ public .DS_Store # Jetbrains -.idea/ +.idea # Logs logs @@ -75,4 +75,6 @@ typings/ content/test # Visual Studio Code project settings -.vscode \ No newline at end of file +.vscode +# Local Netlify folder +.netlify diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index e7e9d11d4..000000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Default ignored files -/workspace.xml diff --git a/.idea/jamstackthemes.iml b/.idea/jamstackthemes.iml deleted file mode 100644 index c956989b2..000000000 --- a/.idea/jamstackthemes.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 28a804d89..000000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 99bf95a63..000000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index cacf947f7..000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index 60d8c7195..0b84a8ce3 100644 --- a/README.md +++ b/README.md @@ -4,35 +4,35 @@ A list of themes and starters for the Jamstack and static site generators. https ## Submit A Theme -Anyone can submit an open-source theme by adding a markdown file to the `content/theme` folder. +Anyone can submit an open-source theme by doing a pull request. -1. Fork this repo and create a new markdown `.md` file in `content/theme` folder. For example `hugo-air.md`. Another option is to add a new file using the [Github UI](https://github.com/stackbit/jamstackthemes/tree/master/content/theme) _(click the "add file" button)_ +1. Fork this repo and create a new markdown `.md` file in `content/theme` folder. For example `hugo-air.md`. 2. Add the required front-matter as shown in the **Example Theme** below. 3. Submit a pull request -> **Tip:** Do not generate the Github stars or theme screenshots. Please just submit the markdown file in your pull request. +> 💡 Another option is to add a new file using the [Github UI](https://github.com/stackbit/jamstackthemes/tree/master/content/theme) _(click the "add file" button)_ **Example Theme** ```yaml --- title: "My Theme Name" github: https://github.com/username/repo -demo: https://www.demo.com # Please make sure this links to a theme demo and not your personal/business site. The demo url must use https +demo: https://www.demo.com author: authorname -date: 2019-08-20 # Enter the date you submitted the theme YYYY-MM-DD +date: 2024-03-18 ssg: - - Gridsome # at least 1 ssg is required + - Astro cms: - - No CMS # at least 1 cms is required. If your theme uses markdown (no CMS) the cms should be "No CMS" -css: # css is optional - - Bootstrap -archetype: # archetype is optional + - No CMS +css: + - Tailwind +archetype: - Blog - Portfolio description: This is an amazing theme and this is a small description about it! --- -# A simple starter kit for Gridsome +# A simple starter kit for Astro.js This theme is a lightweight starter kit. It also gives you a well organised starting point to extend it for yourself. @@ -44,53 +44,10 @@ This theme is a lightweight starter kit. It also gives you a well organised star * Progressively enhanced, semantic and accessible ``` -## Contribution Guidelines + +## Submission Guidelines * Any open source themes with a public github repo can be submitted. -* Please make sure the demo URL links to a demo of the theme and not your personal or business site. - - -## Develop Locally - -Github stars, image thumbnails and last commit date are generated at build time when this site is deployed to Netlify. Basically the Netlify site runs `npm run deploy` - -This site is built on [Hugo](https://gohugo.io/) - -Development Server - -``` -hugo serve -``` - -Build Site - -``` -hugo -``` - -Generate Github stars, image screenshots etc - -``` -npm install -export GITHUB_TOKEN=XXX -npm run deploy -``` - -> Generating github data requires a Github Token. You can generate this token in your Github account at settings > developer settings > personal access tokens https://github.com/settings/tokens - -## Submitting New Categories -Themes can be categorised with terms from these 4 taxonomies. `ssg`, `cms`, `css` and `archetype` - -If you are adding a theme which uses an SSG or CMS which doesnt exist you will need to add it as part of your pull-request. - -1. Create a new taxonomy term by creating the markdown file under `content/ssg/` or `content/cms`. For example let's say you wanted to add a new SSG called "Super Duper". Add a file under `content/ssg/super-duper/_index.md` and add the following frontmatter -``` ---- -title: "Super Duper" -icon: images/icons/super-duper.svg -official_url: https://super-duper.org ---- -``` - -2. Add the icon. You will need to upload an icon into `static/images/icons`. The icon should in SVG format under 3KB. If it's a PNG please make sure the size is 60x60px and the size is as small as possible (you should be able to keep it under 5KB) -3. Update the Javascript filter logic. Update the file `themes/jamstackthemes/assets/js/filter/filter-groups.js` and add `super-duper` to the ssg array. \ No newline at end of file +* Please make sure the `demo` links to a theme demo and not your personal/business site. The demo url must use https +* at least 1 `ssg` is required. +* at least 1 `cms` is required. If your theme uses markdown (no CMS) the cms should be "No CMS" diff --git a/config.toml b/config.toml index 35fd960fa..90f40510a 100644 --- a/config.toml +++ b/config.toml @@ -5,6 +5,7 @@ theme = "jamstackthemes" paginate = 18 summaryLength = 10 # enableGitInfo = false + pygmentsCodeFences = true pygmentsCodefencesGuessSyntax = true pygmentsUseClasses = true @@ -13,6 +14,7 @@ pygmentsUseClasses = true description = "Over 1000 themes and starters for Jamstack and static site generators." stackbit_button = true iframe_demo = true + assets_url = "https://assets.jamstackthemes.dev" [theme_card] show_archetype_icons = false show_services_icons = false diff --git a/content/archetype/admin/_index.md b/content/archetype/admin/_index.md new file mode 100644 index 000000000..544a47bbc --- /dev/null +++ b/content/archetype/admin/_index.md @@ -0,0 +1,4 @@ +--- +title: "Admin" +icon: images/icons/admin.svg +--- diff --git a/content/archetype/agency/_index.md b/content/archetype/agency/_index.md deleted file mode 100644 index 9cecef0ef..000000000 --- a/content/archetype/agency/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "Agency" -icon: images/icons/agency.svg ---- \ No newline at end of file diff --git a/content/archetype/business/_index.md b/content/archetype/business/_index.md index 353ba3997..b00ecda06 100644 --- a/content/archetype/business/_index.md +++ b/content/archetype/business/_index.md @@ -1,4 +1,4 @@ --- title: "Business" -icon: images/icons/noun_triangles_329583.svg +icon: images/icons/business.svg --- \ No newline at end of file diff --git a/content/archetype/ecommerce/_index.md b/content/archetype/ecommerce/_index.md index 88f4ab356..97145b018 100644 --- a/content/archetype/ecommerce/_index.md +++ b/content/archetype/ecommerce/_index.md @@ -1,4 +1,4 @@ --- title: "Ecommerce" -icon: images/icons/noun_Twelve Triangles_327786.svg +icon: images/icons/ecommerce.svg --- diff --git a/content/archetype/event/_index.md b/content/archetype/event/_index.md new file mode 100644 index 000000000..bf88eb7c9 --- /dev/null +++ b/content/archetype/event/_index.md @@ -0,0 +1,4 @@ +--- +title: "Event" +icon: images/icons/event.svg +--- diff --git a/content/archetype/multi-page/_index.md b/content/archetype/multi-page/_index.md deleted file mode 100644 index 9c3667220..000000000 --- a/content/archetype/multi-page/_index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Multi Page" ---- diff --git a/content/archetype/multi-purpose/_index.md b/content/archetype/multi-purpose/_index.md deleted file mode 100644 index a3acdcafc..000000000 --- a/content/archetype/multi-purpose/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "Multi Purpose" -icon: images/icons/noun_Triangle Abstract_327762.svg ---- \ No newline at end of file diff --git a/content/archetype/single-page/_index.md b/content/archetype/single-page/_index.md index b30fa2ce0..e049b647c 100644 --- a/content/archetype/single-page/_index.md +++ b/content/archetype/single-page/_index.md @@ -1,4 +1,4 @@ --- title: "Single Page" -icon: images/icons/noun_down_329586.svg +icon: images/icons/single-page.svg --- diff --git a/content/cms/decapcms/_index.md b/content/cms/decapcms/_index.md new file mode 100644 index 000000000..62f83b8c5 --- /dev/null +++ b/content/cms/decapcms/_index.md @@ -0,0 +1,7 @@ +--- +title: "DecapCMS" +icon: images/icons/decapcms.svg +official_url: https://decapcms.org/ +vitalstats_url: https://jamstack.org/headless-cms/decap-cms/ +taxonomy: cms +--- \ No newline at end of file diff --git a/content/cms/directus/_index.md b/content/cms/directus/_index.md index 69917b2ac..478977611 100644 --- a/content/cms/directus/_index.md +++ b/content/cms/directus/_index.md @@ -3,5 +3,4 @@ title: "Directus" icon: images/icons/directus.svg official_url: https://directus.io/ taxonomy: cms -draft: true --- diff --git a/content/cms/flotiq/_index.md b/content/cms/flotiq/_index.md new file mode 100644 index 000000000..7ec1d0f0b --- /dev/null +++ b/content/cms/flotiq/_index.md @@ -0,0 +1,6 @@ +--- +title: "Flotiq" +icon: images/icons/flotiq.svg +official_url: https://flotiq.com/ +taxonomy: cms +--- diff --git a/content/cms/graphcms/_index.md b/content/cms/graphcms/_index.md new file mode 100644 index 000000000..e45a3a007 --- /dev/null +++ b/content/cms/graphcms/_index.md @@ -0,0 +1,7 @@ +--- +title: "GraphCMS" +icon: images/icons/graphcms.svg +official_url: https://www.graphcms.com/ +vitalstats_url: https://jamstack.org/headless-cms/graphcms/ +taxonomy: cms +--- \ No newline at end of file diff --git a/content/cms/notion/_index.md b/content/cms/notion/_index.md new file mode 100644 index 000000000..c209a8a5c --- /dev/null +++ b/content/cms/notion/_index.md @@ -0,0 +1,6 @@ +--- +title: "Notion" +icon: images/icons/notion.svg +official_url: https://notion.so/ +taxonomy: cms +--- \ No newline at end of file diff --git a/content/cms/stackbit/_index.md b/content/cms/stackbit/_index.md index 1a8d86e85..fb5c58c4e 100644 --- a/content/cms/stackbit/_index.md +++ b/content/cms/stackbit/_index.md @@ -3,5 +3,4 @@ title: "Stackbit" icon: images/icons/stackbit.svg official_url: https://www.stackbit.com taxonomy: cms -draft: true --- diff --git a/content/cms/storyblok/_index.md b/content/cms/storyblok/_index.md index 9957db9be..91b6ac54b 100644 --- a/content/cms/storyblok/_index.md +++ b/content/cms/storyblok/_index.md @@ -4,5 +4,4 @@ icon: images/icons/storyblok.svg official_url: https://www.storyblok.com/ vitalstats_url: https://headlesscms.org/projects/storyblok taxonomy: cms -draft: true --- \ No newline at end of file diff --git a/content/cms/supabase/_index.md b/content/cms/supabase/_index.md new file mode 100644 index 000000000..e5d08551f --- /dev/null +++ b/content/cms/supabase/_index.md @@ -0,0 +1,5 @@ +--- +title: "Supabase" +icon: images/icons/supabase.svg +official_url: https://supabase.com/ +--- \ No newline at end of file diff --git a/content/cms/tina/_index.md b/content/cms/tina/_index.md new file mode 100644 index 000000000..3d6ce3a34 --- /dev/null +++ b/content/cms/tina/_index.md @@ -0,0 +1,7 @@ +--- +title: "Tina" +icon: images/icons/tina.svg +official_url: https://tina.io/ +vitalstats_url: https://jamstack.org/headless-cms/tinacms/ +taxonomy: cms +--- \ No newline at end of file diff --git a/content/cms/wisp/_index.md b/content/cms/wisp/_index.md new file mode 100644 index 000000000..7e26988c2 --- /dev/null +++ b/content/cms/wisp/_index.md @@ -0,0 +1,6 @@ +--- +title: "Wisp" +icon: images/icons/wisp.svg +official_url: https://www.wisp.blog/ +taxonomy: cms +--- diff --git a/content/css/chota/_index.md b/content/css/chota/_index.md new file mode 100644 index 000000000..1053a00fd --- /dev/null +++ b/content/css/chota/_index.md @@ -0,0 +1,5 @@ +--- +title: "Chota" +icon: images/icons/chota.svg +official_url: https://jenil.github.io/chota/ +--- \ No newline at end of file diff --git a/content/css/css/_index.md b/content/css/css/_index.md new file mode 100644 index 000000000..3c6e73a75 --- /dev/null +++ b/content/css/css/_index.md @@ -0,0 +1,4 @@ +--- +title: "CSS" +icon: images/icons/css.svg +--- \ No newline at end of file diff --git a/content/css/material-ui/_index.md b/content/css/material-ui/_index.md new file mode 100644 index 000000000..a2b7c9e01 --- /dev/null +++ b/content/css/material-ui/_index.md @@ -0,0 +1,6 @@ +--- +title: "Material Ui" +icon: images/icons/material-ui.svg +official_url: https://mui.com/ +taxonomy: css +--- \ No newline at end of file diff --git a/content/css/styled-components/_index.md b/content/css/styled-components/_index.md new file mode 100644 index 000000000..5f10d0954 --- /dev/null +++ b/content/css/styled-components/_index.md @@ -0,0 +1,5 @@ +--- +title: "Styled Components" +icon: images/icons/styled-components.png +official_url: https://styled-components.com/ +--- diff --git a/content/css/vuetify/_index.md b/content/css/vuetify/_index.md new file mode 100644 index 000000000..522568c31 --- /dev/null +++ b/content/css/vuetify/_index.md @@ -0,0 +1,5 @@ +--- +title: "Vuetify" +icon: images/icons/vuetify.svg +official_url: https://vuetifyjs.com/ +--- \ No newline at end of file diff --git a/content/ssg/astro/_index.md b/content/ssg/astro/_index.md new file mode 100644 index 000000000..3e0297a60 --- /dev/null +++ b/content/ssg/astro/_index.md @@ -0,0 +1,7 @@ +--- +title: "Astro" +icon: images/icons/astro.svg +official_url: https://astro.build/ +vitalstats_url: https://www.staticgen.com/astro +taxonomy: ssg +--- diff --git a/content/ssg/docusaurus/_index.md b/content/ssg/docusaurus/_index.md index 9635a045f..eb3ee8ccc 100644 --- a/content/ssg/docusaurus/_index.md +++ b/content/ssg/docusaurus/_index.md @@ -4,5 +4,4 @@ icon: images/icons/docusaurus.svg official_url: https://docusaurus.io/ vitalstats_url: https://www.staticgen.com/docusaurus taxonomy: ssg -draft: true --- diff --git a/content/ssg/gozer/_index.md b/content/ssg/gozer/_index.md new file mode 100644 index 000000000..f2ee7066a --- /dev/null +++ b/content/ssg/gozer/_index.md @@ -0,0 +1,6 @@ +--- +title: "Gozer" +icon: images/icons/gozer.svg +official_url: https://github.com/dannyvankooten/gozer +taxonomy: ssg +--- \ No newline at end of file diff --git a/content/ssg/hyde/_index.md b/content/ssg/hyde/_index.md deleted file mode 100644 index f4be83f55..000000000 --- a/content/ssg/hyde/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Hyde" -icon: images/icons/hyde.svg -official_url: https://hyde.github.io/ -draft: true ---- diff --git a/content/ssg/metalsmith/_index.md b/content/ssg/metalsmith/_index.md index ce9de9bf4..274d4c90c 100644 --- a/content/ssg/metalsmith/_index.md +++ b/content/ssg/metalsmith/_index.md @@ -4,5 +4,4 @@ icon: images/icons/metalsmith.svg official_url: https://metalsmith.io/ vitalstats_url: https://www.staticgen.com/metalsmith taxonomy: ssg -draft: true --- diff --git a/content/ssg/remix/_index.md b/content/ssg/remix/_index.md new file mode 100644 index 000000000..71fe23331 --- /dev/null +++ b/content/ssg/remix/_index.md @@ -0,0 +1,7 @@ +--- +title: "Remix" +icon: images/icons/remix.svg +official_url: https://remix.run/ +vitalstats_url: https://www.staticgen.com/remix +taxonomy: ssg +--- \ No newline at end of file diff --git a/content/ssg/sveltekit/_index.md b/content/ssg/sveltekit/_index.md new file mode 100644 index 000000000..dcd34a639 --- /dev/null +++ b/content/ssg/sveltekit/_index.md @@ -0,0 +1,6 @@ +--- +title: "Sveltekit" +icon: images/icons/sveltekit.svg +official_url: https://kit.svelte.dev +taxonomy: ssg +--- \ No newline at end of file diff --git a/content/ssg/tanstack/_index.md b/content/ssg/tanstack/_index.md new file mode 100644 index 000000000..76970a63e --- /dev/null +++ b/content/ssg/tanstack/_index.md @@ -0,0 +1,6 @@ +--- +title: "TanStack Start" +icon: images/icons/tanstack.svg +official_url: https://tanstack.com/start/latest +taxonomy: ssg +--- \ No newline at end of file diff --git a/content/ssg/zola/_index.md b/content/ssg/zola/_index.md new file mode 100644 index 000000000..12964cb87 --- /dev/null +++ b/content/ssg/zola/_index.md @@ -0,0 +1,7 @@ +--- +title: "Zola" +icon: images/icons/zola.svg +official_url: https://www.getzola.org/ +vitalstats_url: https://jamstack.org/generators/zola/ +taxonomy: ssg +--- diff --git a/content/theme/11straps.md b/content/theme/11straps.md new file mode 100644 index 000000000..7381ba1db --- /dev/null +++ b/content/theme/11straps.md @@ -0,0 +1,36 @@ +--- +title: 11straps +github: https://github.com/holger1411/11straps +demo: https://11straps-demo.netlify.app/ +author: Holger Koenemann +date: 2021-07-10T00:00:00.000Z +ssg: + - Eleventy +cms: + - No CMS +css: + - Bootstrap + - PostCSS + - SCSS +archetype: + - Blog + - Portfolio + - Business +description: A Eleventy + Bootstrap 5 starter kit. +stale: false +--- + +# A combination of Eleventy and Bootstrap 5 + +11straps combines static site generation via Eleventy and frontend styling via Bootstrap 5. It comes with a dev and a prod build process. The dev output is fast but dirty, the prod output takes a bit longer but will clean, purege, minify, uglify etc. the output. + +## Features + +* Fast dev output for local development +* Clean prod output for going live (incl. PurgeCSS) +* Build-in template to overwrite Bootstrap 5 variables +* Basic Blog included +* Netlify config included. +* Local server and tweaked browser sync. Will update your browser on .scss changes, too. +* Sample integration of Inter UI font +* Free and open source diff --git a/content/theme/11ty-Serene.md b/content/theme/11ty-Serene.md new file mode 100644 index 000000000..165ce1397 --- /dev/null +++ b/content/theme/11ty-Serene.md @@ -0,0 +1,29 @@ +--- +title: "11ty Serene" +github: https://github.com/CLCK0622/11ty-Serene +demo: https://11ty-serene.vercel.app/ +author: CLCK +date: 2024-08-07 +ssg: + - Eleventy +cms: + - No CMS +css: + - Tailwind + - PostCSS +archetype: + - Homepage + - Portfolio +description: A minimal theme for a landing page, featuring a simple structure, smooth scrolling, and scroll-revealing effects. +--- + +# 11ty-theme-Serene + +A minimal theme for a landing page, featuring a simple structure, smooth scrolling, and scroll-revealing effects. + +Built with [11ty](https://www.11ty.dev/) and [Tailwind CSS](https://tailwindcss.com/). + +Made by [CLCK](https://github.com/CLCK0622). + +![image](https://github.com/user-attachments/assets/7d3183a2-68dd-48e3-926d-8166a7abfa6b) + diff --git a/content/theme/11ty-bliss.md b/content/theme/11ty-bliss.md new file mode 100644 index 000000000..0caa25e6d --- /dev/null +++ b/content/theme/11ty-bliss.md @@ -0,0 +1,34 @@ +--- +title: Bliss +github: https://github.com/lwojcik/eleventy-template-bliss +demo: https://eleventy-bliss.vercel.app/ +author: Łukasz Wójcik +date: 2023-02-19T00:00:00.000Z +ssg: + - Eleventy +cms: + - No CMS +css: + - scss +archetype: + - Blog +description: Elegant single-column blog template for Eleventy +stale: false +--- + +# Bliss - Blog Template For Eleventy + +Bliss is a single-column blog template for Eleventy with strong focus on simplicity without sacrificing functionality. + +## Features + +- light / dark mode switcher + honoring browser color scheme preference +- sharing buttons for popular social media (Mastodon, Twitter, FB and a few more) + copying post URL to clipboard +- Mastodon integration: auto-generated `.well-known/webfinger` file + adding `` meta tags for verifying site ownership +- translation ready +- PWA ready +- RSS, JSON, Twtxt.txt feeds + JSON-LD data +- accessibility features +- HSL color palette and CSS variables for quick personalization +- custom disclaimers alongside post content +- and more diff --git a/content/theme/11ty-blog-starter.md b/content/theme/11ty-blog-starter.md new file mode 100644 index 000000000..cd286425d --- /dev/null +++ b/content/theme/11ty-blog-starter.md @@ -0,0 +1,72 @@ +--- +title: Eleventy Blog Starter +github: https://github.com/netlify-templates/eleventy-blog-starter +demo: https://11ty-blog-starter-demo.netlify.app/ +author: Netlify Templates +date: 2024-12-11 +ssg: + - Eleventy +cms: + - No Cms +css: + - tailwind +archetype: + - Blog + - Personal +description: >- + 11ty Starter showing how to build a blog with the Eleventy and Tailwind CSS. +featured: false +netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/eleventy-blog-starter +--- + +A starter repository showing how to build a blog with the [Eleventy](https://www.11ty.dev/) and [Tailwind CSS](https://tailwindcss.com/). + +**View demo:** [https://11ty-blog-starter-demo.netlify.app/](https://11ty-blog-starter-demo.netlify.app/) + +## Deploying to Netlify + +If you click "Deploy to Netlify" button, it will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify. + +[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/eleventy-blog-starter) + + +## Getting Started + +1. Clone this Repository + +``` +git clone https://github.com/netlify-templates/eleventy-blog-starter.git +``` + +2. Install dependencies + +``` +npm install +``` + +3. Run Eleventy locally + +``` +npm run dev +``` + +4. Generate a production-ready build + +``` +npm run build +``` + +Or you can run [debug mode](https://www.11ty.dev/docs/debugging/) to see all the internals. + +## Project Structure + +- `content/blog/` has the blog posts but really they can live in any directory. They need only the `posts` tag to be included in the blog posts [collection](https://www.11ty.dev/docs/collections/). +- Use the `eleventyNavigation` key (via the [Eleventy Navigation plugin](https://www.11ty.dev/docs/plugins/navigation/)) in your front matter to add a template to the top level site navigation. This is in use on `content/index.njk` and `content/about/index.md`. +- Content can be in _any template format_ (blog posts needn’t exclusively be markdown, for example). Configure your project’s supported templates in `eleventy.config.js` -> `templateFormats`. +- The `public` folder in your input directory will be copied to the output folder (via `addPassthroughCopy` in the `eleventy.config.js` file). This means `./public/*` will live at `./_site/*` after your build completes. +- This project uses three [Eleventy Layouts](https://www.11ty.dev/docs/layouts/): + - `_includes/layouts/base.njk`: the top level HTML structure + - `_includes/layouts/home.njk`: the home page template (wrapped into `base.njk`) + - `_includes/layouts/post.njk`: the blog post template (wrapped into `base.njk`) +- `_includes/postslist.njk` is a Nunjucks include and is a reusable component used to display a list of all the posts. `content/index.njk` has an example of how to use it. + diff --git a/content/theme/11ty-docs.md b/content/theme/11ty-docs.md new file mode 100644 index 000000000..e1490aa02 --- /dev/null +++ b/content/theme/11ty-docs.md @@ -0,0 +1,29 @@ +--- +title: 11ty documentation template using Tailwind CSS +github: https://github.com/SpinalCMS/11ty-docs-template +demo: https://11ty-docs-theme.spinalcms.com/ +author: Spinal CMS Developers +date: 2022-09-22T00:00:00.000Z +ssg: + - Eleventy +cms: + - No CMS +css: + - Tailwind +archetype: + - Documentation +description: A 11ty + Tailwind CSS theme for your documentation site +disabled: true +disabled_reason: demo url not found +stale: false +--- + +# Eleventy documentation template using Tailwind CSS + +An 11ty documentation site theme, built with Tailwind CSS. + +## Features + +* Responsive (non-JS collapsible/expandable navigation sidebar) +* Group resources by “section” stored in frontmatter +* Search using DuckDuckGo form submit (non-JS) diff --git a/content/theme/11ty-fundamenty.md b/content/theme/11ty-fundamenty.md index ba5a3033f..6bda6a9f9 100644 --- a/content/theme/11ty-fundamenty.md +++ b/content/theme/11ty-fundamenty.md @@ -13,7 +13,6 @@ css: archetype: - Blog - Business - - Multi Purpose description: >- 11ty Starter with Multi-language support, SEO-friendly, GitHub/GitLab Pages-ready diff --git a/content/theme/11ty-hylia-forestry.md b/content/theme/11ty-hylia-forestry.md index c0e64d11e..ada0b463e 100644 --- a/content/theme/11ty-hylia-forestry.md +++ b/content/theme/11ty-hylia-forestry.md @@ -11,7 +11,7 @@ date: 2019-08-11T00:00:00.000Z description: >- Hylia is a lightweight Eleventy starter kit to help you to create your own blog or personal website. -stale: false +stale: true --- Hylia is a lightweight Eleventy starter kit with Forestry CMS pre-configured, so that you can one-click install a progressive, accessible blog in minutes. diff --git a/content/theme/11ty-hylia.md b/content/theme/11ty-hylia.md index 0c8a8f35e..4bf74e821 100644 --- a/content/theme/11ty-hylia.md +++ b/content/theme/11ty-hylia.md @@ -6,10 +6,10 @@ author: Andy Bell ssg: - Eleventy cms: - - NetlifyCMS + - DecapCMS date: 2019-06-11T20:15:02.000Z github_branch: master -featured: true +featured: false description: >- Hylia is a lightweight Eleventy starter kit to help you to create your own blog or personal website. @@ -18,13 +18,13 @@ stale: true # A simple starter kit for Eleventy -Hylia is a lightweight [Eleventy](https://11ty.io) starter kit with [Netlify CMS](https://www.netlifycms.org/) pre-configured, so that you can one-click install a progressive, accessible blog in minutes. It also gives you a well organised starting point to extend it for yourself. +Hylia is a lightweight [Eleventy](https://11ty.io) starter kit with [Netlify CMS](https://www.DecapCMS.org/) pre-configured, so that you can one-click install a progressive, accessible blog in minutes. It also gives you a well organised starting point to extend it for yourself. ## Features Hylia version 0.5.1 features: -✍️ A pre-configured [Netlify CMS](https://www.netlifycms.org/) setup +✍️ A pre-configured [Netlify CMS](https://www.DecapCMS.org/) setup 🎨 Customisable design tokens to make it your own 🌍 Customisable global data and navigation 📂 Tags and tag archives diff --git a/content/theme/11ty-landing-page.md b/content/theme/11ty-landing-page.md index 62a597a45..08dd18f10 100644 --- a/content/theme/11ty-landing-page.md +++ b/content/theme/11ty-landing-page.md @@ -14,7 +14,7 @@ css: archetype: - Business description: A simple landing page built with 11ty and Tailwind CSS. -stale: false +stale: true --- # 11ty Landing Page diff --git a/content/theme/11ty-multiplicity.md b/content/theme/11ty-multiplicity.md new file mode 100644 index 000000000..d2fb21f31 --- /dev/null +++ b/content/theme/11ty-multiplicity.md @@ -0,0 +1,31 @@ +--- +title: Multiplicity +github: https://github.com/lwojcik/eleventy-template-multiplicity +demo: https://eleventy-m10y.lkmt.us/ +author: Łukasz Wójcik +date: 2023-09-16T00:00:00.000Z +ssg: + - Eleventy +cms: + - No CMS +css: + - scss +archetype: + - Other +description: RSS-based blog aggregator starter pack based on Eleventy +--- + +# Multiplicity - RSS Aggregator Starter Based On Eleventy + +Multiplicity is a simple starter pack based on Eleventy allows you to create a RSS-based aggregator site. + +Alongside the template code, it also contains a GitHub Actions workflow required to keep the site up to date. + +## Features + +- light / dark mode switcher + honoring color scheme preference +- pagination +- translation ready (separate file with static phrases) +- automatic favicon generation +- support for RSS and JSON feeds +- custom avatar alongside each article diff --git a/content/theme/11ty-soft-ui-design.md b/content/theme/11ty-soft-ui-design.md new file mode 100644 index 000000000..2c14c80fd --- /dev/null +++ b/content/theme/11ty-soft-ui-design.md @@ -0,0 +1,35 @@ +--- +title: Eleventy Soft UI Design +github: https://github.com/app-generator/eleventy-soft-ui-design +demo: https://eleventy-soft-ui.appseed-srv1.com/ +author: AppSeed +date: 2021-08-09T00:00:00.000Z +ssg: + - Eleventy +cms: + - Prismic +css: + - Bootstrap +archetype: + - Blog + - Portfolio +description: >- + Eleventy Soft UI is an Eleventy adaptation of Soft UI Design System, a modern + Bootstrap 5 Design, including a Blog system that uses Prismic CMS for content + management +stale: true +--- + +# Open-source starter built with 11ty and prismic CMS + +[Eleventy Soft UI](https://appseed.us/product/eleventy-soft-ui) is an **Eleventy** adaptation of Soft UI Design System (a user-friendly and beautiful design system based on Bootstrap 5), including a Blog system that uses Prismic CMS for content management. +Soft UI Design System is built with over 70 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining. + +## Features + +- UI: **Soft UI Design System** / Bootstrap 5 +- **Prismic CMS** for blog posts +- CSS Pipeline (Sass, CleanCSS) +- JS Bundling (Webpack) +- SVG Icon Sprite Generation +- Critical CSS, HTML Minification diff --git a/content/theme/11ty-starter-boilerplate.md b/content/theme/11ty-starter-boilerplate.md index 4adb501c4..909960ce3 100644 --- a/content/theme/11ty-starter-boilerplate.md +++ b/content/theme/11ty-starter-boilerplate.md @@ -14,7 +14,7 @@ date: 2020-06-21T14:48:50.000Z description: >- 🚀 Eleventy Starter Boilerplate is production-ready with SEO-friendly for quickly starting a blog. -stale: false +stale: true --- # Eleventy Starter Boilerplate diff --git a/content/theme/11ty-yetty.md b/content/theme/11ty-yetty.md new file mode 100644 index 000000000..77d3d0dba --- /dev/null +++ b/content/theme/11ty-yetty.md @@ -0,0 +1,35 @@ +--- +title: Eleventy Yetty +github: https://github.com/ygoex/yetty +demo: https://yetty.netlify.app/ +author: Yolanda Gorriz Exposito +ssg: + - Eleventy +cms: + - No CMS +date: 2021-08-17T00:00:00.000Z +archetype: + - Blog + - Portfolio +description: >- + Yetty is yet another [Eleventy](https://11ty.io) starter kit for my (& your) + new projects. Built with accessibility and performance in mind. +stale: true +--- + +# Yet another starter kit for Eleventy + +Yetty is yet another [Eleventy](https://11ty.io) starter kit for my (& your) new projects. Built with accessibility and performance in mind. It also gives you a well organised starting point to extend it for yourself. + +## Features + +- [Sass/Scss](https://github.com/sass/node-sass): Scss files are compiled before Eleventy builds the site. The files are compiled in the `./src/styles` folder and then will be passed through copy (see `.eleventy.js`) to the new site created under `./dist/`. For Netlify users, an alternative option with plugins is explained here: [https://css-tricks.com/making-my-netlify-build-run-sass/](https://css-tricks.com/making-my-netlify-build-run-sass/). +- [Critical CSS](https://github.com/gregives/eleventy-critical-css): Critical CSS is automatically included in the head of the document using the [eleventy-critical-css plugin](https://www.npmjs.com/package/eleventy-critical-css). +- PostCSS ([Autoprefixer](https://github.com/postcss/autoprefixer) and [PurgeCSS](https://github.com/FullHuman/purgecss)): Both dependencies have been set up to run through the main css stylesheet after Eleventy has generated the dist folder. +- Persistent dark mode using local storage as seen here: [https://css-tricks.com/a-complete-guide-to-dark-mode-on-the-web/](https://css-tricks.com/a-complete-guide-to-dark-mode-on-the-web/) +- Cache busting via filter based on [https://rob.cogit8.org/posts/2020-10-28-simple-11ty-cache-busting/](https://rob.cogit8.org/posts/2020-10-28-simple-11ty-cache-busting/). +- HTML minified on prooduction with [https://www.npmjs.com/package/html-minifier](https://www.npmjs.com/package/html-minifier) package. +- PWA using [https://github.com/okitavera/eleventy-plugin-pwa](https://github.com/okitavera/eleventy-plugin-pwa) plugin. +- JS compilation and minification with [Webpack](https://webpack.js.org/) CLI. +- Image processing with [eleventy-img](https://github.com/11ty/eleventy-img) plugin. Generates multiple sizes images in two different formats (jpg and webp), and markup with `
`, `` and native lazy loading. +- [Modernizr](https://modernizr.com/) CLI: To build a custom and minified version of the library as seen here: [https://v2.14islands.com/blog/2016/04/20/better-way-to-use-modernizr-with-command-line-config/](https://v2.14islands.com/blog/2016/04/20/better-way-to-use-modernizr-with-command-line-config/). Yetty is using it to detect if the browser supports Webp as background-image in CSS. diff --git a/content/theme/Antarctica.md b/content/theme/Antarctica.md new file mode 100644 index 000000000..579660b21 --- /dev/null +++ b/content/theme/Antarctica.md @@ -0,0 +1,54 @@ +--- +title: Antarctica +github: https://github.com/SdtElectronics/jekyll-theme-antarctica +demo: https://sdtelectronics.github.io/jekyll-theme-antarctica/ +author: Sdtelectronics +date: 2021-09-25T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +archetype: + - Blog + - Portfolio +description: Stylish and feature-rich theme for Jekyll +stale: false +--- + + +![4U6cuV.png](https://z3.ax1x.com/2021/09/22/4U6cuV.png) + + +The goal of Antarctica is evolving to an elegant and feature-rich theme across platforms. + + +[Live demo](https://sdtelectronics.github.io/jekyll-theme-antarctica/) + +## Features +* Fully responsive layout achieves best visual on different screens +* Flexible widgets provide extensible functionality +* Integrated [NerdFonts](www.nerdfonts.com) with 3000+ icons +* Automatic sitemap generation with [Jekyll Sitemap](https://github.com/jekyll/jekyll-sitemap) +* Configuration-free search engine optimization with [Jekyll Seo Tag](https://github.com/jekyll/jekyll-seo-tag) +* Reduced JavaScript usage to accelerate loading. No external js file for main frame (Some widgets require external JavaScript). + +## Installation +There are three ways to install: +* If you are hosting the site by yourself, you may prefer to [install as a gem-based theme](https://jekyllrb.com/docs/themes/#installing-a-theme) +* If you are hosting the site on Github pages, you can [install as a remote theme](https://github.blog/2017-11-29-use-any-theme-with-github-pages/) +* You can also fork the master branch of this repository + +## Customization +Customizable options are under [_config.yml](_config.yml). Coments inside will help you to edit them. + +## Roadmap + +| Feature | Planned Version | +| :-------------------------- | :--------------: | +| Scrollable widget bar | 0.2 | +| Bottom nav popup expansion | 0.2 | +| Comment widget improvement | 0.2 | +| Related sites widget | 0.2 | +| Related sites widget | 0.2 | +| Arcylic color scheme | 0.3 | + diff --git a/content/theme/AstroWind.md b/content/theme/AstroWind.md new file mode 100644 index 000000000..73c0d75b3 --- /dev/null +++ b/content/theme/AstroWind.md @@ -0,0 +1,38 @@ +--- +title: AstroWind +github: https://github.com/onwidget/astrowind/ +demo: https://astrowind.vercel.app/ +author: onWidget +date: 2023-03-08T00:00:00.000Z +ssg: + - Astro +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog + - Business + - Multi Purpose +description: >- + AstroWind is a free and open-source template to make your website using Astro + 2.0 + Tailwind CSS. Ready to start a new project and designed taking into + account web best practices. +stale: false +--- + +# 🚀 AstroWind + +**AstroWind** tries to give you quick access to creating a website using [Astro 2.0](https://astro.build/blog/astro-2/) + [Tailwind CSS](https://tailwindcss.com/). It's a free theme focuses on simplicity, good practices and high performance. + +Very little vanilla javascript is used only to provide basic functionality so that each developer decides which framework (React, Vue, Svelte, Solid JS...) to use and how to approach their goals.. + +## Features + +- ✅ Integration with **Tailwind CSS** ([@astrojs/tailwind](https://docs.astro.build/en/guides/integrations-guide/tailwind/)) supporting **Dark mode**. +- ✅ **Production-ready** scores in [Lighthouse](https://web.dev/measure/) and [PageSpeed Insights](https://pagespeed.web.dev/) reports. +- ✅ **Fast and SEO friendly blog** with automatic **RSS feed** ([@astrojs/rss](https://docs.astro.build/en/guides/rss/)), [**MDX** support](https://docs.astro.build/en/guides/integrations-guide/mdx/), **Categories & Tags**, **Social Share**, ... +- ✅ **Image optimization** ([@astrojs/images](https://docs.astro.build/en/guides/integrations-guide/image/)) and **Font optimization**. +- ✅ Generation of **project sitemap** based on your routes ([@astrojs/sitemap](https://docs.astro.build/en/guides/integrations-guide/sitemap/)). +- ✅ **Open Graph tags** for social media sharing. +- ✅ **Analytics** built-in Google Analytics, and Splitbee integration. diff --git a/content/theme/Ephesus.md b/content/theme/Ephesus.md new file mode 100644 index 000000000..dd5e0ca2e --- /dev/null +++ b/content/theme/Ephesus.md @@ -0,0 +1,38 @@ +--- +title: Ephesus +github: https://github.com/onepase/Ephesus +demo: https://pardin.us/ephesus +author: Hakan Torun +date: 2021-09-25T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +archetype: + - Blog +description: Ephesus is a minimalist Jekyll theme, designed for personal blog use. +stale: true +--- + +# Ephesus - Minimalist Blog Theme + +Ephesus is a minimalist Jekyll theme, designed for personal blog use. + +### Features + +- [x] Tiny CSS & No Dependency +- [x] Responsive Design +- [x] Dark/Light Theme +- [x] Custom 404 Page +- [x] About Page +- [x] Tags Page +- [x] Code Highlighter +- [x] Social Share +- [x] Atom & Json feeds +- [x] Robots.txt +- [x] Sitemap +- [x] Next & Previous Post +- [x] Pagination +- [x] Disqus +- [x] Mathjax Support +- [x] Google Analytics diff --git a/content/theme/Flexy-mui-free-nextjs-admin.md b/content/theme/Flexy-mui-free-nextjs-admin.md new file mode 100644 index 000000000..2a64e3511 --- /dev/null +++ b/content/theme/Flexy-mui-free-nextjs-admin.md @@ -0,0 +1,51 @@ +--- +title: Flexy Material Ui Admin Template +github: https://github.com/wrappixel/Flexy-admin-Nextjs-Free +demo: https://flexy-admin-nextjs-free.vercel.app/ +author: WrapPixel +date: 2022-04-22T00:00:00.000Z +ssg: + - Next +cms: + - No CMS +css: + - Scss +archetype: + - Admin + - Dashboard +description: >- + Flexy Free Nextjs version is built with Most Popular Framework React + Material-UI. 8+ readymade UI component pages, SCSS, fully Responsive. +stale: false +--- + +# Flexy Material UI Dashboard + +Flexy Material UI Dashboard is easy to use free next js template for your next web application based on Next.js framework. It is built using Next.js, TypeScript, Prettier, ESLint and PostCSS. +Checkout other Nextjs Templates and React Themes by WrapPixel. + +## Flexy Next.js Template Features + +* Nice and Creative Dashboard +* 10+ Custom Page Templates +* 4+ Integrated Plugins +* Charts, Tables and Form Designs +* Cars and Widgets + +## Developer friendly + +* Next.js for Static Site Generator +* Linter with ESLint +* Code Formatter with Prettier +* SEO metadata + +## This Template comes with + +* Code Splitting +* SEO Friendly +* Easy to Customize +* Production Ready + + + + diff --git a/content/theme/Gatsby-Clean-Blog-Starter.md b/content/theme/Gatsby-Clean-Blog-Starter.md new file mode 100644 index 000000000..4356ec4a7 --- /dev/null +++ b/content/theme/Gatsby-Clean-Blog-Starter.md @@ -0,0 +1,29 @@ +--- +title: "Gatsby Clean Blog Starter" +github: https://github.com/soheee-bae/Gatsby-Clean-Blog-Starter +demo: https://gatsbycleanblogstarterkit.gatsbyjs.io/ +author: soheee-bae +date: 2023-02-18 +ssg: + - Gatsby +cms: + - No CMS +css: + - SCSS +archetype: + - Blog +description: A Gatsby Blog starter with clean and simple theme! +--- + +# A simple starter kit for Gatsby + +This theme is a lightweight starter kit with a clean theme. It gives lots of features that are customizable. + +## Features + +* Supports light and dark theme +* Supports pagination +* Supports markdown with Five frontmatter +* Easily customisable design, color and layout +* Clean and simple theme +* Clear nested navigation bar based on the directory structure diff --git a/content/theme/Gesko.md b/content/theme/Gesko.md index 92b5782e6..e0b8d33db 100644 --- a/content/theme/Gesko.md +++ b/content/theme/Gesko.md @@ -13,10 +13,10 @@ css: archetype: - Blog - Portfolio - - multi-page - - multi-purpose description: Gesko is a simple and minimalistic jekyll blogging theme stale: false +disabled: true +disabled_reason: demo url not found --- # Gesko - Minimal blogging theme diff --git a/content/theme/HugoTheme-VibrantShadows.md b/content/theme/HugoTheme-VibrantShadows.md new file mode 100644 index 000000000..a1a812f3c --- /dev/null +++ b/content/theme/HugoTheme-VibrantShadows.md @@ -0,0 +1,43 @@ +--- +title: "Vibrant Shadows" +github: https://github.com/Softorage/HugoTheme-VibrantShadows +demo: https://vibrantshadows.softorage.com +author: Sofotrage +date: 2023-11-28 +ssg: + - Hugo +cms: + - No CMS +css: + - Bootstrap +archetype: + - Blog +description: A deeply customizable, extremely lightweight, and super fast 'Blog Theme' for Hugo, with mobile support and a lot more. +--- + +# Vibrant Shadows + +A deeply customizable, extremely lightweight, and super fast 'Blog Theme' for Hugo, with mobile support and a lot more. + +If you like our work & find it useful, please consider to star on GitHub. We are on Facebook, X, and Instagram, you can follow us there too! It motivates us! + +## Features + +* Pagination +* Infinite Scrolling +* Smart Dark/Light Mode +* Cookie Consent: "Opt-in", "Opt-out" and "None" +* SEO Optimization and Customization +* Disqus Comments +* Deeply customizable (see [config](https://github.com/Softorage/HugoTheme-VibrantShadows#configuration)) +* Custom Taxonomy options, including tagging and category options +* Deeplinks +* Dedicated 'Table of Contents' +* Logo Alignment +* Sane defaults +* Mobile support with configurable menu alignment +* Syntax Highlighting +* Social media Share buttons on the post +* Custom fonts for different elements +* Ability to customize positions of various elements +* ... a lot more! diff --git a/content/theme/Paws.md b/content/theme/Paws.md new file mode 100644 index 000000000..6addd0e16 --- /dev/null +++ b/content/theme/Paws.md @@ -0,0 +1,28 @@ +--- +title: Paws +github: https://github.com/codexfelis/paws-template +demo: https://paws.codexfelis.dev/ +author: Codex Felis +date: 2022-03-31T00:00:00.000Z +ssg: + - SvelteKit +cms: + - DecapCMS +archetype: + - Blog + - Portfolio +description: >- + Lightweight and simple static site template for researchers in the Digital + Humanities. +stale: false +--- + +# A simple starter kit for researchers, built with SvelteKit + +Paws is a static site built on SvelteKit, using Markdown for blog content, optionally with Netlify CMS. Developer tooling to help with editing the template in VSCode is provided. + +"Static site" means that the website is made up of pre-built HTML, CSS and a tiny bit of JavaScript. The web pages load the same way every time, unlike dynamic websites, which load differently based on things such as the user's location, the time of day, or user actions. A static website can be served for free or very low cost, and provides a smooth and fast experience for users of the website. There's no content database to make things slow, or pose security issues as in for example a Wordpress site. + + + + diff --git a/content/theme/Xtreme-free-nextjs-admin.md b/content/theme/Xtreme-free-nextjs-admin.md new file mode 100644 index 000000000..f87317130 --- /dev/null +++ b/content/theme/Xtreme-free-nextjs-admin.md @@ -0,0 +1,49 @@ +--- +title: Xtreme NextJs Free Admin Template +github: https://github.com/wrappixel/xtreme-admin-nextjs-free +demo: https://xtreme-admin-nextjs-free.vercel.app/ +author: WrapPixel +date: 2022-03-21T00:00:00.000Z +ssg: + - Next +cms: + - No CMS +css: + - Scss + - Bootstrap +archetype: + - Admin +description: >- + Xtreme admin is Free NextJs React admin Template. It allows you to create + stunning backend application and more. It comes with ready to use UI Blocks & + Elements to help level up the design and aesthetics of your project. Xtreme + Next Js is built on Reactstrap, which is a responsive React Framework. +stale: false +--- + +# Xtreme NextJs Free Dashboard + +The free version comes with elegant grid design that helps you play around with the look and feel of the web app the way you want. Even if you're a novice developer, clean code and easy to customize will get you up to speed in no time. +Checkout other Nextjs Themes and React Templates by WrapPixel. + +## Xtreme Next.js Template Features + +* Nice and Creative Dashboard +* 10+ Custom Page Templates +* 4+ Integrated Plugins +* Charts, Tables and Form Designs +* Cars and Widgets + +## Developer friendly + +* Next.js for Static Site Generator +* Linter with ESLint +* Code Formatter with Prettier +* SEO metadata + +## This Template comes with + +* Code Splitting +* SEO Friendly +* Easy to Customize +* Production Ready diff --git a/content/theme/affiliates-jekyll-theme.md b/content/theme/affiliates-jekyll-theme.md index edea3042d..7e06ed6a8 100644 --- a/content/theme/affiliates-jekyll-theme.md +++ b/content/theme/affiliates-jekyll-theme.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2018-02-01T16:37:57.000Z description: Affiliates - Jekyll Blogging Theme for Affiliate Marketers -stale: false +stale: true --- Affiliates - Jekyll Blogging Theme for Affiliate Marketers diff --git a/content/theme/airspace-hugo.md b/content/theme/airspace-hugo.md deleted file mode 100644 index 664080079..000000000 --- a/content/theme/airspace-hugo.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Airspace Hugo -github: https://github.com/themefisher/airspace-hugo -demo: https://demo.themefisher.com/airspace-hugo/ -author: Themefisher -ssg: - - Hugo -cms: - - No Cms -date: 2018-01-09T22:28:21.000Z -description: Airspace theme (Hugo version) -stale: false -disabled: true -disabled_reason: demo url not found ---- diff --git a/content/theme/alembic.md b/content/theme/alembic.md index 79ae9ecf8..65782fcca 100644 --- a/content/theme/alembic.md +++ b/content/theme/alembic.md @@ -6,7 +6,7 @@ author: David Darnes ssg: - Jekyll cms: - - NetlifyCMS + - DecapCMS - Forestry - DatoCMS - Contentful @@ -14,7 +14,7 @@ date: 2016-08-27T15:50:21.000Z description: >- ⚗️ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website -stale: false +stale: true disabled: false disabled_reason: '' --- diff --git a/content/theme/alphabet-theme.md b/content/theme/alphabet-theme.md new file mode 100644 index 000000000..8dec842ab --- /dev/null +++ b/content/theme/alphabet-theme.md @@ -0,0 +1,21 @@ +--- +title: "Alphabet Theme" +github: https://github.com/piandhust/alphabet-theme +demo: https://piandhust.github.io/alphabet-theme/ +author: trannguyenhan +date: 2024-03-04 +ssg: + - Jekyll +cms: + - No CMS +archetype: + - Personal + - Blog +description: Alphabet theme is a perfect theme for your showcase website. +--- + +## Features + +* Simple for a referral site +* Easy to setup +* Nice interface, responsive diff --git a/content/theme/artisan-static.md b/content/theme/artisan-static.md index 7de613945..b99c2a545 100644 --- a/content/theme/artisan-static.md +++ b/content/theme/artisan-static.md @@ -7,11 +7,11 @@ date: 2020-06-03T00:00:00.000Z ssg: - Jigsaw cms: - - NetlifyCMS + - DecapCMS archetype: - Blog description: An advanced starter template for building a static Jigsaw blog. -stale: false +stale: true --- An advanced starter template for building a static Jigsaw blog hosted on Netlify with analytics, comments, code highlighting, a contact form, a CMS, and more. diff --git a/content/theme/astro-astromax.md b/content/theme/astro-astromax.md new file mode 100644 index 000000000..b5f1ecaab --- /dev/null +++ b/content/theme/astro-astromax.md @@ -0,0 +1,30 @@ +--- +title: "Astro Max" +github: https://github.com/michael-andreuzza/astromax +demo: https://astromax.lexingtonthemes.com/ +author: Lexington Themes +date: 2024-01-23 +ssg: + - Astro +cms: + - No CMS +css: + - Tailwind +archetype: + - Agency + - Personal +description: AstroMax is a brutalist landing page for your agency. +featured: false +netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/michael-andreuzza/astromax +--- + +# What's included? +- @astrojs/tailwind +- @astrojs/sitemap +- @astrojs/mdx +- @astrojs/rss + + +## Features +**Pages** +- Home diff --git a/content/theme/astro-astrosaas.md b/content/theme/astro-astrosaas.md new file mode 100644 index 000000000..26a6394fc --- /dev/null +++ b/content/theme/astro-astrosaas.md @@ -0,0 +1,35 @@ +--- +title: "AstroSaas" +github: https://github.com/michael-andreuzza/astrosaas +demo: https://astrosaas.lexingtonthemes.com/ +author: Lexington Themes +date: 2023-06-07 +ssg: + - Astro +cms: + - No CMS +css: + - Tailwind +archetype: + - SaaS + - Business +description: An open source template for your next project. +featured: false +netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/michael-andreuzza/astrosaas +--- + +# What's included? +- 6 Demo pages + +## Features +- 6 Demo Pages +- 10+ Sections +- 50+ compoinents + +**Pages** +- Home +- Faq +- Terms +- Privacy +- Sign up +- Sign in \ No newline at end of file diff --git a/content/theme/astro-landing-page.md b/content/theme/astro-landing-page.md new file mode 100644 index 000000000..3c1500261 --- /dev/null +++ b/content/theme/astro-landing-page.md @@ -0,0 +1,27 @@ +--- +title: Astro Landing Page +github: https://github.com/ttntm/astro-landing-page +demo: https://awesomestro.ttntm.me +author: ttntm +date: 2023-08-24T00:00:00.000Z +ssg: + - Astro +cms: + - No CMS +css: + - Tailwind +archetype: + - Business +description: A simple landing page built with Astro and Tailwind CSS. +--- + +# Astro Landing Page + +A simple landing page starter template built with Astro and Tailwind CSS. + +## Features + +* Modular single page approach based on sections +* Customisable global data for feature lists +* Fully responsive and tested on a wide range of devices +* Fast and low on dependencies diff --git a/content/theme/astro-microblog.md b/content/theme/astro-microblog.md new file mode 100644 index 000000000..71ae7e67b --- /dev/null +++ b/content/theme/astro-microblog.md @@ -0,0 +1,35 @@ +--- +title: "Micro Blog" +github: https://github.com/michael-andreuzza/microblog +demo: https://microblog.lexingtonthemes.com/ +author: Lexington Themes +date: 2024-01-23 +ssg: + - Astro +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog + - Personal +description: Microblog is a tiny blog template built with Astro, Tailwind CSS and MDX it includes the next integrations +featured: false +netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/michael-andreuzza/microblog +--- + +# What's included? +- @astrojs/tailwind +- @astrojs/sitemap +- @astrojs/mdx +- @astrojs/rss + + +## Features + +**Pages** +- Blog Home +- Blog post +- Tag index +- Tag category +- RSS diff --git a/content/theme/astro-minimal.md b/content/theme/astro-minimal.md new file mode 100644 index 000000000..56ee8f725 --- /dev/null +++ b/content/theme/astro-minimal.md @@ -0,0 +1,25 @@ +--- +title: "Minimal" +github: https://github.com/ekmas/minimal +demo: https://astro-minimal.netlify.app/ +author: Samuel Breznjak +date: 2024-01-18 +ssg: + - Astro +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog +description: Minimal is a minimalistic astro theme for blogs. +--- + +# Features + +- Astro v4 +- Tailwind for styling +- Responsive & SEO-friendly +- Dark/Light mode support +- MD & MDX posts +- Shiki code syntax styling diff --git a/content/theme/astro-paper.md b/content/theme/astro-paper.md new file mode 100644 index 000000000..b60ffe76f --- /dev/null +++ b/content/theme/astro-paper.md @@ -0,0 +1,40 @@ +--- +title: AstroPaper +github: https://github.com/satnaing/astro-paper +demo: https://astro-paper.pages.dev/ +author: satnaing +date: 2023-12-09T03:01:26.946Z +ssg: + - Astro +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog + - Personal +description: A minimal, accessible and SEO-friendly Astro blog theme +featured: false +netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/satnaing/astro-paper +--- + +# AstroPaper + +**AstroPaper** is crafted with best practices and accessibility in mind. If you want a blog with clean design, fully responsiveness, good accessibility (keyboard/VoiceOver navigation, proper landmarks etc), and fast performance, then AstroPaper is for you. + +Moreover, **AstroPaper** is highly customizable - from color schemes, social links to meta tags for SEO. You can customize AstroPaper according to your taste and requirements. + +## Features + +- 🔐 built with TypeScript and has type-safe markdown +- ⚡️ super fast performance +- ♿️ accessible (Keyboard/VoiceOver) +- 📱 responsive (mobile ~ desktops) +- 🤖 SEO-friendly +- 🌙 light & dark mode +- 🔎 fuzzy search +- 📖 draft posts & pagination +- 🧭 sitemap & rss feed +- 💻 followed best practices +- 😎 highly customizable +- 🔥 dynamic OG image generation for blog posts diff --git a/content/theme/astro-platform-starter.md b/content/theme/astro-platform-starter.md new file mode 100644 index 000000000..91d2ba681 --- /dev/null +++ b/content/theme/astro-platform-starter.md @@ -0,0 +1,20 @@ +--- +title: Astro.js on Netlify Platform Starter +github: https://github.com/netlify-templates/astro-platform-starter +demo: https://astro-platform-starter.netlify.app/ +author: Netlify +date: 2024-04-24 +ssg: + - Astro +cms: + - No CMS +css: + - Tailwind +archetype: + - Other +description: Modern starter based on Astro.js, Tailwind, daisyUI, and Netlify Core Primitives. +featured: true +netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/astro-platform-starter +--- + +A modern starter based on Astro.js, Tailwind, daisyUI, and [Netlify Core Primitives](https://docs.netlify.com/core/overview/#develop) (Edge Functions, Image CDN, Blob Store). \ No newline at end of file diff --git a/content/theme/astro-quickstore.md b/content/theme/astro-quickstore.md new file mode 100644 index 000000000..1711b3142 --- /dev/null +++ b/content/theme/astro-quickstore.md @@ -0,0 +1,24 @@ +--- +title: "Quick Store" +github: https://github.com/michael-andreuzza/quickstore +demo: https://quickstorre.vercel.app/ +author: Lexington Themes +date: 2023-06-07 +ssg: + - Astro +cms: + - No CMS +css: + - Tailwind +archetype: + - SaaS + - Business +description: A simple Astro and Tailwind CSS open source template for your store. Embed products from services like Gumroad or Lemonsqueezy. +--- + +# What's included? +- Homepage + +## Features +- Stylish +- Great color palette diff --git a/content/theme/astro-react-boilerplate.md b/content/theme/astro-react-boilerplate.md new file mode 100644 index 000000000..795eff4c7 --- /dev/null +++ b/content/theme/astro-react-boilerplate.md @@ -0,0 +1,152 @@ +--- +title: Astro React Boilerplate with TypeScript and Tailwind CSS +github: https://github.com/ixartz/Astro-boilerplate +demo: https://creativedesignsguru.com/demo/astro-boilerplate/ +author: Ixartz +date: 2022-11-29T00:00:00.000Z +ssg: + - Astro +cms: + - No Cms +css: + - Tailwind +archetype: + - Blog + - Personal + - Portfolio +github_branch: main +description: >- + Astro boilerplate with responsive blog and portfolio template using TypeScript + and React styled with Tailwind CSS +stale: false +--- + +# Astro Boilerplate with TypeScript and Tailwind CSS + +🚀 Astro Boilerplate is starter code for your blog or portfolio based on Astro +with Tailwind CSS 3.0. ⚡️ Made with Astro, TypeScript, ESLint, Prettier, +Tailwind CSS. + +Clone this project and use it to create your own Astro blog. You can check the +[Astro templates demo](https://creativedesignsguru.com/demo/astro-boilerplate/). + +## Features + +A complete Blog feature: + +- 🎈 Syntax Highlighting +- 🤖 SEO friendly with sitemap.xml and robots.txt +- ⚙️ RSS feed +- 📖 Pagination +- 🌈 Include a dark blog theme +- ⬇️ Markdown +- 📦 Image lazy loading +- 💎 Responsive design + +Developer experience first: + +- 🔥 Astro +- 🎨 Tailwind CSS with aspect ratio and typography plugin +- 🎉 TypeScript +- ✏️ ESLint compatible with .astro files +- 🛠 Prettier compatible with .astro files +- 🦊 Husky +- 🚫 lint-staged +- 🚨 Commitlint +- 🔧 One-click deploy on Netlify (or, manual if you prefer) + +ESLint with: + +- Airbnb styled guide +- TypeScript compatible +- Astro compatible +- Automatically remove unused imports +- Import sorting +- Tailwind CSS plugin + +### Philosophy + +- Minimal code +- SEO-friendly +- 🚀 Production-ready + +### Nextless.js SaaS Boilerplate + +Build your SaaS product faster with [React SaaS Boilerplate](https://nextlessjs.com). + +### Requirements + +- Node.js and npm + +#### Optional + +- [nvm](https://github.com/nvm-sh/nvm) +- [volta](https://volta.sh/) + +While Astro-boilerplate should work with the latest Node version, it has been +tested with the versions in .nvmrc & the bottom of package.json. At current +writing, that's Node v16.15.1 + +### Getting started + +Run the following command on your local environment: + +``` bash +git clone --depth=1 https://github.com/ixartz/Astro-boilerplate +cd my-project-name +npm install +``` + +Then, you can run locally in development mode with live reload: + +``` bash +npm run dev +``` + +Open [http://localhost:3000](http://localhost:3000) with your favorite browser +to see your project. + +### Deploy to production (manual) + +You can create an optimized production build with: + +```shell +npm run build +``` + +Now, your blog is ready to be deployed. All generated files are located at +`dist` folder, which you can deploy the folder to any hosting service you +prefer. + +### Deploy to Netlify + +Clone this repository on own GitHub account and deploy to Netlify: + +[![Netlify Deploy button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/ixartz/Astro-boilerplate) + +## 🧞 Commands + +All commands are run from the root of the project, from a terminal: + +| Command | Action | +|:---------------- |:-------------------------------------------- | +| `npm install` | Installs dependencies | +| `npm run dev` | Starts local dev server at `localhost:3000` | +| `npm run build` | Build your production site to `./dist/` | +| `npm run preview` | Preview your build locally, before deploying | +| `npm run clean` | Remove `./dist` folder | +| `npm run lint` | Run ESLint and report styling error | + +### Contributions + +Everyone is welcome to contribute to this project. +Feel free to open an issue if you have question or found a bug. + +### Additional Checks + +This README.md was linted with +[markdownlint](https://github.com/igorshubovych/markdownlint-cli) + +### License + +Licensed under the MIT License, Copyright © 2022 diff --git a/content/theme/astro-sanity-starter.md b/content/theme/astro-sanity-starter.md new file mode 100644 index 000000000..159ba4b97 --- /dev/null +++ b/content/theme/astro-sanity-starter.md @@ -0,0 +1,42 @@ +--- +title: Astro Netlify Sanity Starter +github: https://github.com/netlify-templates/astro-sanity-starter +demo: https://astro-sanity-starter-demo.netlify.app/ +author: Netlify +date: 2024-07-18 +ssg: + - Astro +cms: + - Sanity +css: + - Tailwind +archetype: + - SaaS + - Business +description: Netlify Astro and Sanity starter with visual editing. +featured: false +netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/astro-sanity-starter +--- + + +## Astro Netlify Sanity Starter + +Netlify starter with a Astro, Sanity CMS, Tailwind CSS and [visual editing](https://docs.netlify.com/visual-editor/overview/). + +**⚡ View demo:** [https://astro-sanity-starter-demo.netlify.app/](https://astro-sanity-starter-demo.netlify.app/) + +## Deploying to Netlify + +If you click "Deploy to Netlify" button, it will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify. + +[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/astro-sanity-starter) + +## Next Steps + +Here are a few suggestions on what to do next if you're new to Netlify visual editor: + +- Learn [how Netlify visual editor works](https://docs.netlify.com/visual-editor/overview/) +- Check [Netlify visual editor reference documentation](https://visual-editor-reference.netlify.com/) + + + diff --git a/content/theme/astro-starlight.md b/content/theme/astro-starlight.md new file mode 100644 index 000000000..64bfcc197 --- /dev/null +++ b/content/theme/astro-starlight.md @@ -0,0 +1,41 @@ +--- +title: "Starlight Docs" +github: https://github.com/withastro/starlight +demo: https://starlight.astro.build/ +author: withastro +date: 2023-11-10 +ssg: + - Astro +cms: + - No CMS +css: + - CSS +archetype: + - Documentation +description: Everything you need to build a stellar documentation website. Fast, accessible, and easy-to-use. +--- + +Starlight is a full-featured, eco-friendly, accessible-by-default documentation theme built on Astro. + +### Features include + +* site navigation +* search +* internationalization +* SEO +* easy-to-read typography +* code highlighting +* dark & light mode +* … and more! + +### Powered by Astro + +Leverage the full power and performance of Astro. Extend Starlight with your favorite Astro integrations and libraries. + +### Markdown, Markdoc, and MDX + +Bring your favorite markup language. Starlight gives you built-in frontmatter validation with TypeScript type-safety. + +### Bring your own UI components + +Starlight ships as a framework-agnostic, complete docs solution. Extend with React, Vue, Svelte, Solid, and more. \ No newline at end of file diff --git a/content/theme/astro-supabase-starter.md b/content/theme/astro-supabase-starter.md new file mode 100644 index 000000000..746fdb115 --- /dev/null +++ b/content/theme/astro-supabase-starter.md @@ -0,0 +1,16 @@ +--- +title: "Astro Supabase Starter" +github: https://github.com/netlify-templates/astro-supabase-starter +demo: https://astro-supabase-starter.netlify.app/ +author: Netlify Templates +date: 2024-12-16 +ssg: + - Astro +css: + - Tailwind +description: The Astro Supabase starter demonstrates how to integrate Supabase into an Astro project deployed on Netlify. +featured: false +netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/astro-supabase-starter +--- + +The Astro Supabase starter demonstrates how to integrate Supabase into an Astro project deployed on Netlify. \ No newline at end of file diff --git a/content/theme/astro-swissfolio.md b/content/theme/astro-swissfolio.md new file mode 100644 index 000000000..efbc6629c --- /dev/null +++ b/content/theme/astro-swissfolio.md @@ -0,0 +1,26 @@ +--- +title: "SwissFolio" +github: https://github.com/michael-andreuzza/swissfolio +demo: https://swissfolio.lexingtonthemes.com/ +author: Lexington Themes +date: 2023-06-07 +ssg: + - Astro +cms: + - No CMS +css: + - Tailwind +archetype: + - Portfolio + - Personal +description: free and open source personal landing page template with Swiss Design in mind. +--- + +# What's included? +- Stylish +- Swiss Design +- Aos animations + +## Features +**Pages** +- Home diff --git a/content/theme/astroship.md b/content/theme/astroship.md new file mode 100644 index 000000000..942d6a252 --- /dev/null +++ b/content/theme/astroship.md @@ -0,0 +1,29 @@ +--- +title: "Astroship - Astro SAAS Starter" +github: https://github.com/surjithctly/astroship +demo: https://astroship.web3templates.com/ +author: Surjith +date: 2024-03-12 +ssg: + - Astro +cms: + - No CMS +css: + - TailWind +archetype: + - SaaS + - Business +description: Astroship is a starter template for startups, marketing websites, landing pages & blog. Built with Astro & TailwindCSS. +featured: false +netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/surjithctly/astroship +--- + +# A simple starter kit for Astro.Build + +## Features + +* Astro v3 +* Tailwind CSS +* Mobile Responsive +* Contact Page +* Content Collections diff --git a/content/theme/automatic-app-landing-page.md b/content/theme/automatic-app-landing-page.md index 90f09c0dc..7946e7af9 100644 --- a/content/theme/automatic-app-landing-page.md +++ b/content/theme/automatic-app-landing-page.md @@ -11,5 +11,5 @@ date: 2019-01-05T10:20:11.000Z description: >- A Jekyll theme for automatically generating and deploying landing page sites for mobile apps. -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/awake-blog-template-nuxt.md b/content/theme/awake-blog-template-nuxt.md index 49288b1f9..bd8f7a22c 100644 --- a/content/theme/awake-blog-template-nuxt.md +++ b/content/theme/awake-blog-template-nuxt.md @@ -7,13 +7,13 @@ date: 2020-06-03T00:00:00.000Z ssg: - Nuxt cms: - - NetlifyCMS + - DecapCMS archetype: - Blog description: >- Awake is a Nuxt.js template for generating a beautifully robust static site with blog -stale: false +stale: true --- Awake is a Nuxt.js template for generating a beautifully robust static site with blog. It comes with support for site search, newsletter sign-up via mailchimp, comments via disqus and more. It's built with performance in mind (auto image resizing, lazy loading, and more). \ No newline at end of file diff --git a/content/theme/awesome-jekyll-theme.md b/content/theme/awesome-jekyll-theme.md new file mode 100644 index 000000000..9324584e7 --- /dev/null +++ b/content/theme/awesome-jekyll-theme.md @@ -0,0 +1,29 @@ +--- +title: "Awesome Jekyll Theme" +github: https://github.com/a-chacon/awesome-jekyll-theme +demo: https://a-chacon.com/awesome-jekyll-theme +author: a-chacon +date: 2024-07-08 +ssg: + - Jekyll +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog + - Portfolio +description: A clean, versatile Jekyll theme with minimalist design and robust features. +--- + +# Awesome Jekyll Theme + +A clean, versatile Jekyll theme with minimalist design and robust features. Ideal for portfolios, blogs, and project showcases with responsive layouts and easy customization. + +## Features + +- Clean and minimalist design with ample white space, focusing on content readability and visual appeal. +- Versatile layout options including a grid-style projects page, a blog listing with featured posts, and a simple yet elegant home page with a circular profile image. +- Consistent navigation with a header menu and social media integration in the footer, providing a cohesive user experience across different page types. +- Responsive design that appears to adapt well to different screen sizes, ensuring a good viewing experience on various devices. +- Category-based organization for blog posts, allowing for easy content discovery and improved site structure. diff --git a/content/theme/bael-theme.md b/content/theme/bael-theme.md index 631c7efb8..3db19a9ad 100644 --- a/content/theme/bael-theme.md +++ b/content/theme/bael-theme.md @@ -6,10 +6,10 @@ author: jake101 ssg: - Nuxt cms: - - NetlifyCMS + - DecapCMS date: 2019-11-09T00:00:00.000Z description: Brutalist Blog theme for Netlify CMS -stale: false +stale: true --- Bael is a free blogging theme to use with Netlify CMS. It has a utilitarian, brutalist design that lends itself to written content and full width images. It has the option of a grid-based layout or full-width, image-based layout. Made by jake101. diff --git a/content/theme/bigcommerce-gatsby-netlify-cms-starter.md b/content/theme/bigcommerce-gatsby-netlify-cms-starter.md index 36565782c..9dc91ac18 100644 --- a/content/theme/bigcommerce-gatsby-netlify-cms-starter.md +++ b/content/theme/bigcommerce-gatsby-netlify-cms-starter.md @@ -7,13 +7,13 @@ date: 2020-06-03T00:00:00.000Z ssg: - Gatsby cms: - - NetlifyCMS + - DecapCMS archetype: - Ecommerce description: >- Example Gatsby, BigCommerce and Netlify CMS project meant to jump start Jamstack ecommerce sites. -stale: false +stale: true --- Example Gatsby, BigCommerce and Netlify CMS project meant to jump start Jamstack ecommerce sites. diff --git a/content/theme/bilberry-hugo-theme.md b/content/theme/bilberry-hugo-theme.md new file mode 100644 index 000000000..0133f632e --- /dev/null +++ b/content/theme/bilberry-hugo-theme.md @@ -0,0 +1,33 @@ +--- +title: Bilberry Hugo +github: https://github.com/Lednerb/bilberry-hugo-theme +demo: https://lednerb.github.io/bilberry-hugo-theme +author: Sascha Brendel +date: 2021-11-07T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +archetype: + - Blog +description: >- + Clean, responsive, and feature-rich blogging theme ported from the WordPress + Lingonberry theme. +stale: false +--- + +## Features + +* Clean and responsive design +* Multilingual +* Built-in content search via Algolia SAAS +* Google Analytics support +* Comments integration via Commento, Disqus, Giscus, or Utterances +* Table of contents(TOC) and series taxonomy +* Automatic image resizing +* Support for video and audio content +* Configurable GDPR consent +* Customizable 404 page +* Support for favicons +* Cookie consent banner +* Support for Hugo modules diff --git a/content/theme/blagor-inroweb.md b/content/theme/blagor-inroweb.md new file mode 100644 index 000000000..42ce7a1e9 --- /dev/null +++ b/content/theme/blagor-inroweb.md @@ -0,0 +1,31 @@ +--- +title: Blagor +github: https://github.com/Inroweb/Blagor +demo: https://blagor-inroweb.netlify.app/ +author: inroweb +date: 2022-09-29T00:00:00.000Z +ssg: + - Gatsby +cms: + - DecapCMS +archetype: + - Blog +description: A starter for personal and professional blog, built with GatbyJS and Netlify CMS. +--- + +# Blagor + +A open-source template for jamstack community to build a personal and professional blog, built with GatbyJS and Netlify CMS. + +## Features + +* Landing, Blog, Contact pages +* Responsive Web Design +* Add / Modify / Delete Content from CMS including Blog posts, Theme colors, Settings, Etc +* Google Analytics +* Social media icons +* SEO Optimized +* Blog Tags +* Netlify Contact Form +* Pagination +* Theme Ui Styling diff --git a/content/theme/bleda.md b/content/theme/bleda.md index 860fa144a..1127fe5dd 100644 --- a/content/theme/bleda.md +++ b/content/theme/bleda.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-03-04T14:14:31.000Z description: Gridsome blog starter, built with Tailwind CSS -stale: false +stale: true --- diff --git a/content/theme/blog-nextjs-template b/content/theme/blog-nextjs-template deleted file mode 100644 index 6651d8dca..000000000 --- a/content/theme/blog-nextjs-template +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Minimal Blog | NextJS -github: https://github.com/jaymehta20/nextjs-blog-page -demo: https://nextjs-blog-page.vercel.app/ -author: Jay Mehta -date: 2021-04-29T00:00:00.000Z -ssg: - - NextJS -cms: - - Contentful -css: - - Bootstrap -archetype: - - Blog -description: A simple blog site created with NextJs -stale: false ---- - -## Features -## Dark Mode 🌚 -## Light Mode 🌞 -## Grid Layout 🚀 -## Full Responsive (Works on Galaxy fold too 😅) - - - diff --git a/content/theme/blog-nextjs-template.md b/content/theme/blog-nextjs-template.md new file mode 100644 index 000000000..3c8f14e77 --- /dev/null +++ b/content/theme/blog-nextjs-template.md @@ -0,0 +1,26 @@ +--- +title: Minimal Blog | NextJS +github: https://github.com/jaymehta20/nextjs-blog-page +demo: https://nextjs-blog-page.vercel.app/ +author: Jay Mehta +date: 2021-04-29T00:00:00.000Z +ssg: + - Next +cms: + - Contentful +css: + - Bootstrap +archetype: + - Blog +description: A simple blog site created with NextJs +stale: false +--- + +## Features +## Dark Mode 🌚 +## Light Mode 🌞 +## Grid Layout 🚀 +## Full Responsive (Works on Galaxy fold too 😅) + + + diff --git a/content/theme/blogbox-jekyll-theme.md b/content/theme/blogbox-jekyll-theme.md new file mode 100644 index 000000000..2bed5a520 --- /dev/null +++ b/content/theme/blogbox-jekyll-theme.md @@ -0,0 +1,34 @@ +--- +title: BlogBox Jekyll Theme +github: https://github.com/JustGoodThemes/BlogBox-Jekyll-Theme +demo: https://blogbox.netlify.app/ +author: JustGoodThemes +ssg: + - Jekyll +cms: + - No Cms +archetype: + - Blog +css: + - SCSS +date: 2022-12-30T00:00:00.000Z +description: >- + BlogBox is a minimal, bold, responsive, and easy-to-use Jekyll theme. It’s a + perfect fit for artists, photographers, or creative bloggers looking for a + bold design theme. +stale: false +disabled: false +disabled_reason: '' +--- + +## Theme Features + +- Responsive layout – your blog will be accessible on various devices (iPhone, iPad, Android, etc.) +- Clean, well commented code, easy to customize +- Optional fixed navigation +- Author information +- Tag page support +- Code syntax highlighter +- Newsletter, latest posts and tag cloud widgets +- Sharing post integration +- Social media icons \ No newline at end of file diff --git a/content/theme/blogge-hugo.md b/content/theme/blogge-hugo.md new file mode 100644 index 000000000..f089d932d --- /dev/null +++ b/content/theme/blogge-hugo.md @@ -0,0 +1,32 @@ +--- +title: Blogge Hugo +github: https://github.com/StaticMania/blogge-hugo-theme +demo: https://blogge-hugo.staticmania.com/ +author: StaticMania +date: 2022-08-31T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +css: + - Bootstrap +archetype: + - Business +description: >- + Blogge is a clean and minimal blog hugo theme suitable for someone with easy + creative features and effects who wants to create a personal blog site to + make readers enjoy the pleasure of reading blog posts and blogs. +stale: false +--- + +## Features + +* Responsive Ready. +* Powered by Bootstrap 4. +* Blog Template. +* Well formatted code. +* Easy Customization. +* Formspree Contact form. +* Google Analytics. +* Crafted for Personal Blogging +* Fully functional Blog theme diff --git a/content/theme/blogophonic-hugo.md b/content/theme/blogophonic-hugo.md index 982eed001..308ee3a9a 100644 --- a/content/theme/blogophonic-hugo.md +++ b/content/theme/blogophonic-hugo.md @@ -7,5 +7,5 @@ ssg: - Hugo date: 2019-04-10T19:54:55.000Z description: Blogophonic – a Hugo blog theme by Formspree -stale: false +stale: true --- diff --git a/content/theme/blowfish.md b/content/theme/blowfish.md new file mode 100644 index 000000000..cb1342b01 --- /dev/null +++ b/content/theme/blowfish.md @@ -0,0 +1,117 @@ +--- +title: Blowfish +github: https://github.com/nunocoracao/blowfish +demo: https://nunocoracao.github.io/blowfish/ +author: Nuno Coracao +date: 2019-08-20T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog + - Portfolio +description: A powerful, lightweight theme for Hugo built with Tailwind CSS. +stale: false +--- + +# Blowfish + +Blowfish is designed to be a powerful, lightweight theme for [Hugo](https://gohugo.io). It's built using Tailwind CSS with a clean and minimalist design that prioritises to your content. The theme is a fork of [Congo](https://github.com/jpanther/congo). + +🌏 [Demo site](https://nunocoracao.github.io/blowfish/) +📑 [Theme documentation](https://nunocoracao.github.io/blowfish/docs/) +🐛 [Bug reports & issues](https://github.com/nunocoracao/blowfish/issues) +💡 [Questions & feature requests](https://github.com/nunocoracao/blowfish/discussions) + +![blowfish logo](https://github.com/nunocoracao/blowfish/blob/main/logo.png?raw=true) + + +## Features + +- Fully responsive layout built with Tailwind CSS 3.0 +- Multiple colour schemes (or fully customise your own) +- Dark mode (forced on/off or auto-switching with user toggle) +- Highly customisable configuration +- Firebase integration to support dynamic data (i.e. views) +- Multiple homepage layouts +- Flexible with any content types, taxonomies and menus +- Multilingual content support inlcuding support for RTL languages +- Ability to link to posts on third-party websites +- Client-side site search powered by Fuse.js +- Diagrams and visualisations using Mermaid +- Charts using Chart.js +- Mathematical notation using KaTeX +- SVG icons from FontAwesome 6 +- Automatic image resizing using Hugo Pipes +- Heading anchors, Tables of Contents, Code copy, Buttons, Badges and more +- HTML and Emoji support in articles 🎉 +- SEO friendly with links for sharing to social media +- Fathom Analytics and Google Analytics support +- RSS feeds, Favicons and comments support +- Advanced customisation using simple Tailwind colour definitions and styles +- Optimised for performance and accessibility with perfect Lighthouse scores +- Fully documented with regular updates + +--- + +## Documentation + +Blowfish has [extensive documentation](https://nunocoracao.github.io/blowfish/docs/) that covers all aspects of the theme. Be sure to [read the docs](https://nunocoracao.github.io/blowfish/docs/) to learn more about how to use the theme and its features. + +--- + +## Installation + +Blowfish supports several installation methods - as a Hugo Module (easiest), a git submodule, or as a completely manual install. + +Detailed instructions for each method can be found in the [Installation](https://nunocoracao.github.io/blowfish/docs/installation) docs. You should consult the documentation for the simplest setup experience. Below is a quick start guide using Hugo modules if you're already confident installing Hugo themes. + +### Quick start using Hugo + +> **Note:** Ensure you have **Go** and **Hugo** installed, and that you have created a new Hugo project before proceeding. + +1. From your project directory, initialise Hugo Modules: + + ```shell + hugo mod init github.com// + ``` + +2. Create `config/_default/module.toml` and add the following: + + ```toml + [[imports]] + path = "github.com/nunocoracao/blowfish" + ``` + +3. Start your server using `hugo server` and the theme will be downloaded automatically. + +4. In the root folder of your website, delete the `config.toml` file that was generated by Hugo. Copy the `*.toml` config files from the theme into your `config/_default/` folder. + + > **Note:** Do not overwrite the `module.toml` file you created above! + + You will find these theme config files in the Hugo cache directory, or [download a copy](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/nunocoracao/blowfish/tree/main/config/_default) from GitHub. + +5. Follow the [Getting Started](https://nunocoracao.github.io/blowfish/docs/getting-started/) instructions to configure your website. + +### Installing theme updates + +As new releases are posted, you can update the theme using Hugo. Simply run `hugo mod get -u` from your project directory and the theme will automatically update to the latest release. + +Detailed [update instructions](https://nunocoracao.github.io/blowfish/docs/installation/#installing-updates) are available in the docs. + +--- + +## Contributing + +Blowfish is expected to evolve over time. I intend to keep adding features and making changes as required. + +Feel free to get in touch with any issues or suggestions for new features you'd like to see. + +- 🐛 **Bug reports & issues:** Use [GitHub Issues](https://github.com/nunocoracao/blowfish/issues) +- 💡 **Ideas for new features:** Open a discussion on [GitHub Discussions](https://github.com/nunocoracao/blowfish/discussions) +- 🙋‍♀️ **General questions:** Head to [GitHub Discussions](https://github.com/nunocoracao/blowfish/discussions) + +If you're able to fix a bug or implement a new feature, I welcome PRs for this purpose. Learn more in the [contributing guidelines](https://github.com/nunocoracao/blowfish/blob/main/CONTRIBUTING.md). \ No newline at end of file diff --git a/content/theme/bluise-nuxt-cms.md b/content/theme/bluise-nuxt-cms.md deleted file mode 100644 index 7f2c1e20f..000000000 --- a/content/theme/bluise-nuxt-cms.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Nuxt Tailwind Netlify CMS Starter -github: https://github.com/gomah/bluise -author: gomah -demo: https://bluise.netlify.com -date: 2020-06-03T00:00:00.000Z -ssg: - - Nuxt -cms: - - NetlifyCMS -archetype: - - Blog -description: >- - Start with Typescript, TailwindCSS, Nuxt, Netlify Forms & Netlify CMS, - includes pagination, seo & pwa ready. -stale: false ---- - -Start with Typescript, TailwindCSS, Nuxt, Netlify Forms & Netlify CMS, includes pagination, seo & pwa ready. diff --git a/content/theme/brevifolia-gridsome-forestry.md b/content/theme/brevifolia-gridsome-forestry.md index aadcc0bb1..97bd058ff 100644 --- a/content/theme/brevifolia-gridsome-forestry.md +++ b/content/theme/brevifolia-gridsome-forestry.md @@ -9,5 +9,5 @@ cms: - Forestry date: 2019-08-12T23:36:29.000Z description: A simple starter blog built with Gridsome & Forestry -stale: false +stale: true --- diff --git a/content/theme/brook.md b/content/theme/brook.md new file mode 100644 index 000000000..d8f1be3fd --- /dev/null +++ b/content/theme/brook.md @@ -0,0 +1,34 @@ +--- +title: Brook +github: https://github.com/holger1411/brook-dev +demo: https://brooks-html-template.netlify.app/ +author: Holger koenemann +date: 2022-10-21T00:00:00.000Z +ssg: + - Eleventy +cms: + - No CMS +css: + - Bootstrap + - PostCSS + - SCSS +archetype: + - Blog + - Portfolio + - Business +description: A Minimalisitc Eleventy Blogging Theme +stale: false +--- + +# A clean and handcrafted Eleventy Blog Theme + +Designed for a hyper focused blog. Made with the static site generator Eleventy 2.0+ and the CSS framework Bootstrap 5+ + +## Features + +* Bootstrap 5 +* Dev Server +* Minimizing and optimizing HTML and CSS output +* Automated jpg -> webP image generation +* Ready for Netlify +* GitHub template diff --git a/content/theme/brunch-phaser.md b/content/theme/brunch-phaser.md index 1955fe3c3..29d5d59f3 100644 --- a/content/theme/brunch-phaser.md +++ b/content/theme/brunch-phaser.md @@ -11,5 +11,5 @@ date: 2017-02-05T03:41:10.000Z description: >- A Brunch skeleton for making games with Phaser 3. Variants for CoffeeScript, ES6, TypeScript -stale: false +stale: true --- diff --git a/content/theme/brutalist-blog.md b/content/theme/brutalist-blog.md new file mode 100644 index 000000000..7da3575c0 --- /dev/null +++ b/content/theme/brutalist-blog.md @@ -0,0 +1,34 @@ +--- +title: brutalist-blog +github: https://github.com/andrewhwanpark/brutalist-blog +demo: https://andrewhwanpark.github.io/brutalist-blog/ +author: andrewhwanpark +date: 2021-07-20T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +css: + - Bootstrap +archetype: + - Blog + - Portfolio +description: >- + brutalist-blog is a no frills, fully-responsive, hyper-minimalistic dark/light + theme +stale: true +--- + +# brutalist-blog + +brutalist-blog is a no frills, fully-responsive, hyper-minimalistic dark/light theme. The theme is heavily inspired by Mark Otto's personal site: https://markdotto.com/ + +Demo: https://andrewhwanpark.github.io/brutalist-blog/ + +## Features + +- Automatically changes from dark/light modes depending on the OS settings. +- Easy integration with Google Analytics. +- Generates XML sitemap and RSS Atom feed. +- jekyll-seo-tag to add metadata tags for search engines and social networks to better index and display your site's content. +- Full markdown support: code blocks and tables are automatically bootstrap components. diff --git a/content/theme/centrarium.md b/content/theme/centrarium.md index 3667e4444..7d4f54b2e 100644 --- a/content/theme/centrarium.md +++ b/content/theme/centrarium.md @@ -10,6 +10,8 @@ cms: date: 2015-04-14T00:39:17.000Z description: A simple yet classy theme for your Jekyll website or blog. stale: true +disabled: true +disabled_reason: error checking demo url --- A simple yet classy theme for your Jekyll website or blog. \ No newline at end of file diff --git a/content/theme/cereus-pro.md b/content/theme/cereus-pro.md index 2a9f3f52e..9eaec41fd 100644 --- a/content/theme/cereus-pro.md +++ b/content/theme/cereus-pro.md @@ -6,7 +6,7 @@ author: arhen ssg: - Hugo cms: - - NetlifyCMS + - DecapCMS date: 2019-10-28T00:00:00.000Z description: ' Blazing Fast & Minimalist Blog Hugo Themes for Developer' stale: true diff --git a/content/theme/chulapa.md b/content/theme/chulapa.md new file mode 100644 index 000000000..f4695b622 --- /dev/null +++ b/content/theme/chulapa.md @@ -0,0 +1,43 @@ +--- +title: Chulapa +github: https://github.com/dieghernan/chulapa +demo: https://dieghernan.github.io/chulapa/ +author: Diego Hernangómez +date: 2022-11-24T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +css: + - Bootstrap +archetype: + - Blog + - Portfolio + - Personal + - Single Page +description: A full flexible Jekyll theme for Github Pages. +stale: false +--- + +## Welcome to Chulapa! + +- **Bootstrap 4** - Fully responsive +- **Fontawesome 6** - v5 also supported. v4 is supported via shims but would be deprecated at some point +- **3 different navbar styles** +- **Atom and RSS 2.0** feed +- **Internal search** by Algolia, Lunr or Google Custom Search +- **Comments** by Disqus and Giscus +- **Masonry gallery** +- **Video support** - self-hosted or from core providers: Youtube, Vimeo, DailyMotion... +- **Structured data** for better SEO +- **Code highlight** - +20 Pygment styles +- **Mathjax** inside +- **Google Analytics** +- **Twitter Cards** and **Open Graph** data valid for Facebook, LinkedIn and WhatsApp +- **14+ preinstalled skins** +- **Powerful look-and-feel customization** with a dedicated sandbox +- **Archive, cloud tag and index special layouts** +- **Do you like breadcrumbs?** We have it. +- **Multiple authors** with location, picture and social links. Travel blogs and colaborative sites welcome! + +A great alternative for blogs, news, portfolios and personal sites. Want to know more? [Go to Docs](https://dieghernan.github.io/chulapa/docs/01-install). diff --git a/content/theme/commercejs-chopchop-shop.md b/content/theme/commercejs-chopchop-shop.md index 44d0e83a0..5a547252c 100644 --- a/content/theme/commercejs-chopchop-shop.md +++ b/content/theme/commercejs-chopchop-shop.md @@ -13,7 +13,7 @@ css: archetype: - Ecommerce description: ChopChop is an eCommerce starter kit powered by Commerce.js. -stale: false +stale: true --- ChopChop is a beautifully designed, elegantly developed demo store and starter kit with a premium brand that sells fine tools for thoughtful cooks. It is an end to end commerce experience for developers and agencies. The commerce application is built with Next.js as the frontend, Commerce.js as the backend, with Stripe pre-integrated and a one-click deploy to Vercel. Read more about this resource on the [Commerce.js blog](https://commercejs.com/blog/chopchop-nextjs-starter-commerce/). diff --git a/content/theme/commercejs-vuejs-boilerplate.md b/content/theme/commercejs-vuejs-boilerplate.md index 4d41352e8..ea8698695 100644 --- a/content/theme/commercejs-vuejs-boilerplate.md +++ b/content/theme/commercejs-vuejs-boilerplate.md @@ -15,7 +15,7 @@ archetype: description: >- Commerce.js boilerplate built with Vue.js, for fast eCommerce development and design. -stale: false +stale: true --- Commerce.js boilerplate built with Vue.js, for fast eCommerce development and design. diff --git a/content/theme/content-ops-starter.md b/content/theme/content-ops-starter.md new file mode 100644 index 000000000..93bfad473 --- /dev/null +++ b/content/theme/content-ops-starter.md @@ -0,0 +1,39 @@ +--- +title: Content Ops Starter +github: https://github.com/netlify-templates/content-ops-starter +demo: https://content-ops-starter.netlify.app/ +author: Netlify +date: 2024-06-14 +ssg: + - Next +cms: + - No CMS +css: + - Tailwind +archetype: + - Agency + - Landing Page +description: Netlify starter that's made for customization with a flexible content model, component library, visual editing and Git Content Source. +featured: false +netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/content-ops-starter +--- + +## Netlify Content Ops Starter + +Netlify starter that's made for customization with a flexible content model, component library, [visual editing](https://docs.netlify.com/visual-editor/overview/) and [Git Content Source](https://docs.netlify.com/create/content-sources/git/). + +**⚡ View demo:** [https://content-ops-starter.netlify.app/](https://content-ops-starter.netlify.app/) + +## Deploying to Netlify + +If you click "Deploy to Netlify" button, it will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify. + +[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/content-ops-starter) + +## Next Steps + +Here are a few suggestions on what to do next if you're new to Netlify visual editor: + +- Learn [how Netlify visual editor works](https://docs.netlify.com/visual-editor/overview/) +- Check [Netlify visual editor reference documentation](https://visual-editor-reference.netlify.com/) + diff --git a/content/theme/dante-astro-theme.md b/content/theme/dante-astro-theme.md new file mode 100644 index 000000000..ce35165ba --- /dev/null +++ b/content/theme/dante-astro-theme.md @@ -0,0 +1,72 @@ +--- +title: Dante Portfolio & Blog Site with Astro +github: https://github.com/JustGoodUI/dante-astro-theme +demo: https://dante-astro-theme.netlify.app/ +author: justgoodui.com +date: 2025-01-12 +ssg: + - Astro +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog + - Portfolio + - Personal +description: >- + Dante - uncluttered minimal blog and portfolio Astro.js + Tailwind CSS theme designed for those who appreciate clarity and minimalism. +stale: false +disabled: false +featured: false +netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/JustGoodUI/dante-astro-theme +--- + +# Dante - Astro.js & Tailwind CSS Theme + +Dante is a single-author blog and portfolio theme for Astro.js. Featuring a minimal, slick, responsive and content-focused design. For more Astro.js themes please check [justgoodui.com](https://justgoodui.com/). + +## Theme Features: + +- ✅ Dark and light color mode +- ✅ Hero section with bio +- ✅ Portfolio collection +- ✅ Pagination support +- ✅ Post tags support +- ✅ Subscription form +- ✅ View transitions +- ✅ Tailwind CSS +- ✅ Mobile-first responsive layout +- ✅ SEO-friendly with canonical URLs and OpenGraph data +- ✅ Sitemap support +- ✅ RSS Feed support +- ✅ Markdown & MDX support + +## Template Integrations + +- @astrojs/tailwind - https://docs.astro.build/en/guides/integrations-guide/tailwind/ +- @astrojs/sitemap - https://docs.astro.build/en/guides/integrations-guide/sitemap/ +- @astrojs/mdx - https://docs.astro.build/en/guides/markdown-content/ +- @astrojs/rss - https://docs.astro.build/en/guides/rss/ + +## Project Structure + +Inside of Dante Astro theme, you'll see the following folders and files: + +```text +├── public/ +├── src/ +│   ├── components/ +│   ├── content/ +│   ├── data/ +│   ├── icons/ +│   ├── layouts/ +│   ├── pages/ +│   ├── styles/ +│   └── utils/ +├── astro.config.mjs +├── package.json +├── README.md +├── tailwind.config.cjs +└── tsconfig.json +``` \ No newline at end of file diff --git a/content/theme/dark-poole.md b/content/theme/dark-poole.md index 8d1a44301..def55ed09 100644 --- a/content/theme/dark-poole.md +++ b/content/theme/dark-poole.md @@ -14,7 +14,7 @@ archetype: - Blog - Portfolio description: Dark Poole is a permanent dark theme of the Poole theme by @mdo. -stale: false +stale: true --- # Minimal, responsive, and no frills theme diff --git a/content/theme/darkfolio.md b/content/theme/darkfolio.md index 03008442c..d80148d3b 100644 --- a/content/theme/darkfolio.md +++ b/content/theme/darkfolio.md @@ -9,5 +9,5 @@ cms: - Forestry date: 2019-08-14T09:55:03.000Z description: Gridsome portfolio theme (Forestry ready) -stale: false +stale: true --- diff --git a/content/theme/delog-gatsby-netlifycms.md b/content/theme/delog-gatsby-netlifycms.md index cd7a389f1..2a8195b6f 100644 --- a/content/theme/delog-gatsby-netlifycms.md +++ b/content/theme/delog-gatsby-netlifycms.md @@ -7,7 +7,7 @@ date: 2020-06-03T00:00:00.000Z ssg: - Gatsby cms: - - NetlifyCMS + - DecapCMS archetype: - Blog description: >- diff --git a/content/theme/dentistsmile.md b/content/theme/dentistsmile.md index 1f02be7c6..e801a0264 100644 --- a/content/theme/dentistsmile.md +++ b/content/theme/dentistsmile.md @@ -12,5 +12,5 @@ github_branch: master description: Single page Jekyll theme for dental clinics stale: true disabled: true -disabled_reason: Github repo not found +disabled_reason: error checking demo url --- diff --git a/content/theme/devlopr.md b/content/theme/devlopr.md index 3951374c2..b283aa853 100644 --- a/content/theme/devlopr.md +++ b/content/theme/devlopr.md @@ -8,7 +8,7 @@ ssg: - Jekyll cms: - Forestry - - NetlifyCMS + - DecapCMS css: - Bootstrap archetype: diff --git a/content/theme/dot-hugo-documentation-theme.md b/content/theme/dot-hugo-documentation-theme.md deleted file mode 100644 index 81ddee07c..000000000 --- a/content/theme/dot-hugo-documentation-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Dot -github: https://github.com/themefisher/dot-hugo-documentation-theme -demo: https://themes.gohugo.io/theme/dot-hugo-documentation-theme/ -author: Themefisher -ssg: - - Hugo -cms: - - No Cms -date: 2019-01-05T09:42:06.000Z -description: Dot - Hugo Documentation Theme -stale: false -disabled: true -disabled_reason: demo url not found ---- \ No newline at end of file diff --git a/content/theme/eleventy-blog-mnml.md b/content/theme/eleventy-blog-mnml.md index 218ad4565..9ae62e003 100644 --- a/content/theme/eleventy-blog-mnml.md +++ b/content/theme/eleventy-blog-mnml.md @@ -7,5 +7,5 @@ ssg: - Eleventy date: 2019-07-02T13:08:30.000Z description: A blog template using eleventy -stale: false +stale: true --- diff --git a/content/theme/eleventy-libdoc.md b/content/theme/eleventy-libdoc.md new file mode 100644 index 000000000..233453f32 --- /dev/null +++ b/content/theme/eleventy-libdoc.md @@ -0,0 +1,48 @@ +--- +title: "Eleventy LibDoc" +github: https://github.com/ita-design-system/eleventy-libdoc +demo: https://eleventy-libdoc.netlify.app +author: Olivier 3lanc +date: 2025-05-16 +ssg: + - Eleventy +cms: + - No CMS +css: + - CSS +archetype: + - Documentation + - Blog + - Portfolio +description: An Eleventy starter project to craft slick and responsive documentation +--- + +# Eleventy LibDoc + +![image](https://github.com/user-attachments/assets/ed2c2d53-5927-473f-852e-e9c8e98aaa5f) + +![image](https://github.com/user-attachments/assets/52fc521d-fb51-4174-8ab2-f6114af1abcc) + +## Key features + +* **Content focused**
LibDoc is easy to install, deploy and use. +* **Accessibility**
LibDoc was developed with accessibility awareness. +* **Performance**
Low front-end dependencies and vanilla JS self-made components make LibDoc cross-browser compatibility and good performances. View performances. +* **Search**
Quickly get search results and easily navigate through search occurrences with a dedicated UI. +* **Smart navigation**
On page change, the primary navigation menu keeps its position. +* **Smart table of content**
In addition of a pure static table of content, LibDoc generates a floating TOC always visible that also displays the current window scroll position. +* **Fallback if no Javascript available**
LibDoc can work even without Javascript with reduced features. +* **Image transcoding**
LibDoc transcodes and resizes your source images into production ready formats. +* **Printable**
Every page created with LibDoc can be printed. +* **Slick code highlighting**
Display your code in a nice style and adjust which code languages you really use. +* **Sandboxes**
Showcase small demos or full HTML pages into a responsive dual pane. + +## Documentation + +* [LibDoc’s homepage](https://eleventy-libdoc.netlify.app)
The website containing LibDocs’s presentation and comprehensive documentation. + * [Configuration](https://eleventy-libdoc.netlify.app/configuration/)
List and descriptions of every LibDoc parameter. + * [Creating content](https://eleventy-libdoc.netlify.app/creating-content/)
How LibDoc can display your content in multiple ways. + * [Front matter](https://eleventy-libdoc.netlify.app/front-matter/)
Documentation of all front matter settings related to a LibDoc page. + * [Primary navigation](https://eleventy-libdoc.netlify.app/primary-navigation/)
Detailed features of LibDoc’s primary navigation. + * [SEO](https://eleventy-libdoc.netlify.app/configuration/seo/)
How LibDoc’s configuration and pages parameters are applied for Search Engine Optimization. + * [Credits](https://eleventy-libdoc.netlify.app/configuration/credits/) LibDoc could not work without these resources. diff --git a/content/theme/eleventy-netlify-boilerplate.md b/content/theme/eleventy-netlify-boilerplate.md index d896451ad..422d64523 100644 --- a/content/theme/eleventy-netlify-boilerplate.md +++ b/content/theme/eleventy-netlify-boilerplate.md @@ -1,12 +1,12 @@ --- -title: Eleventy NetlifyCMS Boilerplate +title: Eleventy DecapCMS Boilerplate github: https://github.com/danurbanowicz/eleventy-netlify-boilerplate demo: https://eleventy-netlify-boilerplate.netlify.com/ author: Dan Urbanowicz ssg: - Eleventy cms: - - NetlifyCMS + - DecapCMS date: 2018-07-24T07:16:25.000Z description: >- A boilerplate for building a simple website with the Eleventy static site diff --git a/content/theme/eleventy-satisfactory.md b/content/theme/eleventy-satisfactory.md new file mode 100644 index 000000000..5c7c11eca --- /dev/null +++ b/content/theme/eleventy-satisfactory.md @@ -0,0 +1,41 @@ +--- +title: Eleventy Satisfactory +github: https://github.com/mendhak/eleventy-satisfactory +demo: https://code.mendhak.com/eleventy-satisfactory/ +author: mendhak +ssg: + - Eleventy +cms: + - No CMS +archetype: + - Blog +date: 2023-01-24T11:43:52.000Z +description: Eleventy blog theme with main focus on content, and less on everything else +stale: false +--- + +## Eleventy Satisfactory Blog Theme + +An opinionated [Eleventy](https://11ty.dev) blog theme making use of [SimpleCSS](https://simplecss.org/), with inspiration from [Hylia](https://hylia.website) and [minimal-mistakes](https://mmistakes.github.io/minimal-mistakes/). The focus is mainly on content, and less on everything else (author, social, tags, etc). + + +**Features** + +* Images using regular Markdown syntax are displayed with lightbox +* Image gallery with captions +* Extra wide images, videos and code blocks +* Full width images and videos +* Automatic light and dark mode +* Links to .md files are converted to their final URL +* Simplified post and home page layout +* Adjustable number of post listings +* Post excerpts below post listings +* Opengraph metadata for posts including preview image +* Code blocks rendered using Prism syntax highlighting +* Notice boxes such as info, warning, success +* Seamless gist integration as code blocks +* Github repo cards generator +* No tags listings, no site navigation, no social, no landing page, no analytics +* Draft posts appear locally +* Robots.txt, .well-known folder, Favicon + diff --git a/content/theme/eleventy-starter-ghost.md b/content/theme/eleventy-starter-ghost.md index ab54b815a..3dec0844f 100644 --- a/content/theme/eleventy-starter-ghost.md +++ b/content/theme/eleventy-starter-ghost.md @@ -9,5 +9,5 @@ cms: - Ghost date: 2019-07-15T11:43:52.000Z description: A starter template to build websites with Ghost & Eleventy -stale: false +stale: true --- diff --git a/content/theme/eleventyone.md b/content/theme/eleventyone.md index a4344f077..c41b823bc 100644 --- a/content/theme/eleventyone.md +++ b/content/theme/eleventyone.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-03-30T19:45:51.000Z description: A scaffold for a quick start building with the Eleventy SSG -stale: false +stale: true --- diff --git a/content/theme/fernfolio.md b/content/theme/fernfolio.md index 0b85f473f..cbd12c6ca 100644 --- a/content/theme/fernfolio.md +++ b/content/theme/fernfolio.md @@ -7,12 +7,12 @@ date: 2021-06-05T00:00:00.000Z ssg: - Eleventy cms: - - NetlifyCMS + - DecapCMS css: null archetype: - Blog - Portfolio -description: The super simple portfolio template built with Eleventy and NetlifyCMS +description: The super simple portfolio template built with Eleventy and DecapCMS stale: false --- @@ -20,7 +20,7 @@ stale: false An [Eleventy](https://www.11ty.io/) theme designed to simplify the process of deploying a beautiful portfolio and blog. Launch your site in minutes! ## ✨ Features -* Built in support for [NetlifyCMS](https://www.netlifycms.org/) with editor previews +* Built in support for [DecapCMS](https://www.DecapCMS.org/) with editor previews * Customizable blog and project pages with tag support * Working contact form powered by [Netlify Forms](https://www.netlify.com/products/forms/) * Super fast page render and high lighthouse scores diff --git a/content/theme/forever-jekyll.md b/content/theme/forever-jekyll.md new file mode 100644 index 000000000..d48fbac70 --- /dev/null +++ b/content/theme/forever-jekyll.md @@ -0,0 +1,46 @@ +--- +title: Forever Jekyll +github: https://github.com/forever-jekyll/forever-jekyll +demo: https://forever-jekyll.github.io/ +author: forever-jekyll +date: 2021-07-16T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +css: + - SCSS +archetype: + - Blog + - Personal +description: Forever Jekyll is a simple, elegant & full featured Jekyll theme. +stale: false +--- + +# A simple, elegant & full featured Jekyll theme. + +## Features + +Here are some of notable features of Forever Jekyll, + +- Simple, clean and distraction free layout. +- Responsive theme design. +- Mobile optimized theme. +- Good looking and readable font stack. +- Font Awesome icon set. +- Search engine optimization. +- SCSS/SCSS preprocessor support. +- Privacy friendly commenting system (optional). +- Privacy friendly analytics system (optional). +- Syntax highlighting. +- Multimedia content (Video, Audio, Images, Playlists, Maps) embedding. +- Lightbox for images and videos. +- Math typesetting. +- Diagrams and charts. +- Social sharing buttons for over 10 social networks. +- Page navigation (pagination). +- Post navigation. +- Post categories. +- Post read time. +- Site search. +- RSS feed. diff --git a/content/theme/garth.md b/content/theme/garth.md index aa0ab34e8..55e387843 100644 --- a/content/theme/garth.md +++ b/content/theme/garth.md @@ -13,7 +13,7 @@ css: - SCSS date: 2019-11-01T00:00:00.000Z description: 🥁 A really basic theme for Jekyll -stale: false +stale: true --- 🥁 A really basic theme for Jekyll, using the official Jekyll theme implementation. diff --git a/content/theme/gatsby-advanced-starter.md b/content/theme/gatsby-advanced-starter.md index 588621af6..e64d189aa 100644 --- a/content/theme/gatsby-advanced-starter.md +++ b/content/theme/gatsby-advanced-starter.md @@ -1,18 +1,86 @@ --- title: Gatsby Advanced Starter github: https://github.com/Vagr9K/gatsby-advanced-starter -demo: https://vagr9k.github.io/gatsby-advanced-starter/ -author: Ruben Harutyunyan +demo: https://advanced-demo.netlify.app/ +author: vagr9k +date: 2021-08-09T00:00:00.000Z ssg: - Gatsby cms: - - No Cms -archetype: - - Blog -date: 2017-07-18T20:18:32.000Z + - No CMS description: >- - A high performance skeleton starter for GatsbyJS that focuses on SEO/Social - features/development environment. + Gatsby Advanced Starter aims to provide a minimal base for building advanced + GatsbyJS powered websites by using the latest technologies to simplify your + process. stale: false -disabled_reason: demo url not found --- + +# A starter skeleton with advanced features + +The Advanced Starter doesn't define any UI limitations in any way and only gives you the basic components for SEO/Links/Infinite Scrolling while creating a comfortable development environment to get started. + +Starter supports both [TypeScript](https://www.typescriptlang.org/) and JavaScript, comes with [Jest](https://jestjs.io/) and [Cypress](https://www.cypress.io/) configurations and allows you to write Unit/Integration/E2E tests out of the box. + +You are free to use any UI framework/styling options or you can use the [`gatsby-theme-amaranth`](https://www.npmjs.com/package/gatsby-theme-amaranth) as a starting point, which provides a stylish blog design styled with [Styled Components](https://styled-components.com/) + +## Demos + +[With `gatsby-theme-advanced`](https://advanced-demo.netlify.app/) + +[With `gatsby-theme-amaranth`](https://amaranth-demo.netlify.app/). + +## Features + +- Gatsby v3 support +- First class [TypeScript](https://www.typescriptlang.org/) support (for query data and components exposed by the theme) +- Styled Components used for styling +- Posts in MDX + - Code syntax highlighting + - Embed videos + - Embed iframes +- Infinite Scrolling +- React Query for client side API calls +- Tags + - Separate page for posts under each tag +- Categories + - Separate page for posts under each category +- Social features + - Twitter tweet button + - Facebook share/share count + - Reddit share/share count + - LinkedIn share button +- Author section +- Related posts computation and display based on category/tag match ranking +- [Disqus](https://disqus.com/) support +- [gatsby-plugin-image](https://www.gatsbyjs.com/plugins/gatsby-plugin-image/) for optimized image generation +- Inline SVG imports +- High configurability +- Separate components for everything: + - Gatsby Link utilities + - SEO + - Disqus +- PWA features + - Offline support + - Web App Manifest support + - Loading progress for slow networks +- SEO + - [Google gtag.js](https://developers.google.com/gtagjs/) support + - Sitemap generation + - General description tags + - [Google Structured Data](https://developers.google.com/search/docs/advanced/structured-data/intro-structured-data) + - [OpenGraph Tags (Facebook/Google+/Pinterest)](https://ogp.me/) + - [Twitter Tags (Twitter Cards)](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/markup) +- RSS feeds +- Development tools + - Yarn 3 + - [Jest](https://jestjs.io/) for unit/integration testing + - [Cypress](https://www.cypress.io/) for E2E testing + - CI via GitHub Actions + - CD via GitHub Actions + - [ESLint](https://eslint.org/) for linting + - [Prettier](https://prettier.io/) for code formatting + - [React Hooks Linting](https://www.npmjs.com/package/eslint-plugin-react-hooks) + - Remark-Lint for linting Markdown + - write-good for linting English prose + - gh-pages for deploying to GitHub pages + - [Netlify](https://www.netlify.com/) deploy configuration diff --git a/content/theme/gatsby-agility-starter.md b/content/theme/gatsby-agility-starter.md index b14f06639..65fe84874 100644 --- a/content/theme/gatsby-agility-starter.md +++ b/content/theme/gatsby-agility-starter.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-08-01T14:14:40.000Z description: A sample GatsbyJS website using the Agility CMS Gatsby source plugin -stale: false +stale: true --- diff --git a/content/theme/gatsby-airtable-listing.md b/content/theme/gatsby-airtable-listing.md index 2b4e75278..7c785df7c 100644 --- a/content/theme/gatsby-airtable-listing.md +++ b/content/theme/gatsby-airtable-listing.md @@ -10,10 +10,8 @@ cms: - Airtable css: - Tailwind -archetype: - - Multi Purpose description: Gatsby starter theme integrated with Airtable -stale: false +stale: true --- # Airtable listing theme for Gatsby diff --git a/content/theme/gatsby-antd-docs.md b/content/theme/gatsby-antd-docs.md index 16e9e7c5c..8a8853447 100644 --- a/content/theme/gatsby-antd-docs.md +++ b/content/theme/gatsby-antd-docs.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-04-10T22:25:31.000Z description: A gatsby starter for a technical documentation website -stale: false +stale: true --- diff --git a/content/theme/gatsby-awesome-starter.md b/content/theme/gatsby-awesome-starter.md index b5f7e813c..5d7530a42 100644 --- a/content/theme/gatsby-awesome-starter.md +++ b/content/theme/gatsby-awesome-starter.md @@ -11,5 +11,5 @@ date: 2018-12-19T08:58:58.000Z description: >- 👌 A starter for GatsbyJS with a preconfigured MDX, Storybook and ESLint environment -stale: true +stale: false --- diff --git a/content/theme/gatsby-blog-cosmicjs.md b/content/theme/gatsby-blog-cosmicjs.md index 314321e60..fd3e19542 100644 --- a/content/theme/gatsby-blog-cosmicjs.md +++ b/content/theme/gatsby-blog-cosmicjs.md @@ -9,5 +9,5 @@ cms: - Cosmic date: 2018-06-05T18:40:26.000Z description: 🚀⚡️ Blazing fast blog built with Gatsby and Cosmic 🔥 -stale: false +stale: true --- diff --git a/content/theme/gatsby-blog-revista.md b/content/theme/gatsby-blog-revista.md new file mode 100644 index 000000000..951ef3dc8 --- /dev/null +++ b/content/theme/gatsby-blog-revista.md @@ -0,0 +1,32 @@ +--- +title: Revista +github: https://github.com/chrisnmorrison/revista-gatsby-blog-magazine +demo: https://revista-gatsby-blog-magazine.pages.dev/ +author: Chris Morrison +date: 2023-01-20T00:00:00.000Z +ssg: + - Gatsby +cms: + - No CMS +css: + - SCSS + - PostCSS +archetype: + - Blog + - Personal +description: A fast, clean, and modern blog/magazine template +stale: false +--- + +## Features + +- Open-source blog/magazine template built with Gatsby, React, and Markdown +- Many out-of-the-box configurations have already been completed, so all you have to do is write! +- Auto-generated category pages +- Clean, modern, **complete** design (i.e. more than a boilerplate), and very easy to customize +- Incredibly fast speeds +- Auto-optimized images using Gatsby's Image API +- SEO Friendly +- Complete pages (About, Categories, etc.) that only require changing text to suit your own use +- Social Links in Sidebar +- Cover image for each post (with Responsive image support) diff --git a/content/theme/gatsby-brevifolia-forestry.md b/content/theme/gatsby-brevifolia-forestry.md index f0be3b6dd..c1adfa84b 100644 --- a/content/theme/gatsby-brevifolia-forestry.md +++ b/content/theme/gatsby-brevifolia-forestry.md @@ -9,5 +9,5 @@ cms: - Forestry date: 2019-07-08T20:57:37.000Z description: A simple starter blog built with Gatsby & Forestry -stale: false +stale: true --- diff --git a/content/theme/gatsby-clay.md b/content/theme/gatsby-clay.md new file mode 100644 index 000000000..f265db10f --- /dev/null +++ b/content/theme/gatsby-clay.md @@ -0,0 +1,22 @@ +--- +title: Gatsby Clay +description: Image-centric Gatsby theme for publishers, portfolio, photographers blogs and more. +github: https://github.com/lilxyzz/clay-theme +demo: https://clay-theme.netlify.app +author: Travis Lord + Abdul Waqar +date: 2023-04-17 +ssg: + - Gatsby +gatsby: + version: 5+ + type: theme +cms: + - DecapCMS +github_branch: master +archetype: + - Publishers + - Portfolio + - Photographers + - Artists +license: MIT +--- \ No newline at end of file diff --git a/content/theme/gatsby-contentful-blog-portfolio.md b/content/theme/gatsby-contentful-blog-portfolio.md index 46695498a..d0f861207 100644 --- a/content/theme/gatsby-contentful-blog-portfolio.md +++ b/content/theme/gatsby-contentful-blog-portfolio.md @@ -14,7 +14,7 @@ archetype: - Portfolio date: 2020-02-19T12:10:46.000Z description: A Gatsby starter for a portfolio with a blog, using Contentful as the CMS -stale: false +stale: true --- # A simple starter kit for creating a Portfolio website with a blog, all served by Contentful diff --git a/content/theme/gatsby-contentful-portfolio.md b/content/theme/gatsby-contentful-portfolio.md index d3ce50d08..61a4a6df5 100644 --- a/content/theme/gatsby-contentful-portfolio.md +++ b/content/theme/gatsby-contentful-portfolio.md @@ -13,7 +13,7 @@ css: archetype: - Portfolio description: Gatsby portfolio theme integrated with Contentful -stale: false +stale: true --- # A simple portfolio starter kit for Gatsby, integrated with Contentful diff --git a/content/theme/gatsby-contentful-starter.md b/content/theme/gatsby-contentful-starter.md index 2d5cf66b5..4c682a98f 100644 --- a/content/theme/gatsby-contentful-starter.md +++ b/content/theme/gatsby-contentful-starter.md @@ -9,5 +9,5 @@ cms: - Contentful date: 2018-01-29T21:29:51.000Z description: Gatsby starter for a Contentful project. -stale: false +stale: true --- diff --git a/content/theme/gatsby-datocms-starter.md b/content/theme/gatsby-datocms-starter.md index 4e8f21ad3..5f462a08a 100644 --- a/content/theme/gatsby-datocms-starter.md +++ b/content/theme/gatsby-datocms-starter.md @@ -9,5 +9,5 @@ cms: - DatoCMS date: 2019-05-08T23:32:18.000Z description: ⚛️ My preferred configuration for Gatsby DatoCMS projects -stale: false +stale: true --- diff --git a/content/theme/gatsby-dev-blog-fitzgerald.md b/content/theme/gatsby-dev-blog-fitzgerald.md index 16b49e72f..22c31afd4 100644 --- a/content/theme/gatsby-dev-blog-fitzgerald.md +++ b/content/theme/gatsby-dev-blog-fitzgerald.md @@ -7,14 +7,13 @@ date: 2020-06-03T00:00:00.000Z ssg: - Gatsby cms: - - NetlifyCMS + - DecapCMS archetype: - Blog description: >- A fully customizable blog template designed for developers (or anyone else) wanting to get into blogging -stale: false -weight: 11 +stale: true --- A fully customizable blog template designed for developers (or anyone else) wanting to get into blogging. diff --git a/content/theme/gatsby-flotiq-blog-1.md b/content/theme/gatsby-flotiq-blog-1.md new file mode 100644 index 000000000..c4110a4e7 --- /dev/null +++ b/content/theme/gatsby-flotiq-blog-1.md @@ -0,0 +1,34 @@ +--- +title: Flotiq Gatsby Blog 1 – Gradient +github: https://github.com/flotiq/flotiq-gatsby-blog-1 +demo: https://flotiqgatsbyblog1master.gatsbyjs.io/ +author: Flotiq team +date: 2022-03-23T00:00:00.000Z +ssg: + - Gatsby +cms: + - Flotiq +css: + - Tailwind +archetype: + - Blog + - Personal +description: Flotiq starter for creating a blog with gatsby +stale: false +--- + +# Flotiq gatsby starter for blog + +The Flotiq blog is a modern headless CMS blog starter for businesses, freelancers or for personal uses. It was created to display the content in a clear and creative manner. It will fascinate your audience and provide them with a unique time. + +Whether it is Design, Product, Corporate, Engineering, or anything else you can imagine, it will show in a purposeful layout. + +## Features + +* Responsive design using UIkit +* Responsive navigation +* Rich media +* Easy to deploy +* Maximized page speed score +* SEO friendly +* Web fonts - built using fonts from Google Fonts diff --git a/content/theme/gatsby-flotiq-blog-2.md b/content/theme/gatsby-flotiq-blog-2.md new file mode 100644 index 000000000..a1a5cab6b --- /dev/null +++ b/content/theme/gatsby-flotiq-blog-2.md @@ -0,0 +1,32 @@ +--- +title: Flotiq Gatsby Blog 2 – Modern +github: https://github.com/flotiq/flotiq-gatsby-blog-2 +demo: https://flotiqgatsbyblog2.gatsbyjs.io/ +author: Flotiq team +date: 2022-03-23T00:00:00.000Z +ssg: + - Gatsby +cms: + - Flotiq +css: + - Tailwind +archetype: + - Blog + - Personal +description: Flotiq starter for creating a blog with gatsby +stale: false +--- + +# Flotiq gatsby starter for blog + +A flexible & minimalistic starter for personal or business purposes. We have designed this Blog starter for people who create nonstop content but still want to give a certain dynamism illustrated by images or even videos and audio files. With a modern grid, multi layouts & columns and easily customized design. + +## Features + +* Responsive design using UIkit +* Responsive navigation +* Rich media +* Easy to deploy +* Maximized page speed score +* SEO friendly +* Web fonts - built using fonts from Google Fonts diff --git a/content/theme/gatsby-flotiq-event-1.md b/content/theme/gatsby-flotiq-event-1.md new file mode 100644 index 000000000..aa293b135 --- /dev/null +++ b/content/theme/gatsby-flotiq-event-1.md @@ -0,0 +1,31 @@ +--- +title: Flotiq Gatsby Event 1 – Monthly View Calendar +github: https://github.com/flotiq/flotiq-gatsby-event-1 +demo: https://flotiqgatsbyevent1.gatsbyjs.io/ +author: Flotiq team +date: 2022-03-23T00:00:00.000Z +ssg: + - Gatsby +cms: + - Flotiq +css: + - Tailwind +archetype: + - Event +description: Flotiq starter for creating an event calendar with gatsby +stale: false +--- + +# Flotiq gatsby starter for event calendar + +Power your event with Flotiq for free. Use your starter for better organization and display information about events. Perfect for online webinars, education, non-profit or community needs. + +## Features + +* Responsive design using UIkit +* Responsive navigation +* Rich media +* Easy to deploy +* Maximized page speed score +* SEO friendly +* Web fonts - built using fonts from Google Fonts diff --git a/content/theme/gatsby-flotiq-event-2.md b/content/theme/gatsby-flotiq-event-2.md new file mode 100644 index 000000000..ef1135172 --- /dev/null +++ b/content/theme/gatsby-flotiq-event-2.md @@ -0,0 +1,31 @@ +--- +title: Flotiq Gatsby Event 2 – Weekly View Calendar +github: https://github.com/flotiq/flotiq-gatsby-event-2 +demo: https://flotiqgatsbyevent2.gatsbyjs.io/ +author: Flotiq team +date: 2022-03-23T00:00:00.000Z +ssg: + - Gatsby +cms: + - Flotiq +css: + - Tailwind +archetype: + - Event +description: Flotiq starter for creating an event calendar with gatsby +stale: false +--- + +# Flotiq gatsby starter for event calendar + +Highlight your event with a better view. Integrate with your favourite online meeting tools or eCommerce solutions. Flotiq Event Starter is perfect for schools, universities, and communities. + +## Features + +* Responsive design using UIkit +* Responsive navigation +* Rich media +* Easy to deploy +* Maximized page speed score +* SEO friendly +* Web fonts - built using fonts from Google Fonts diff --git a/content/theme/gatsby-flotiq-portfolio-1.md b/content/theme/gatsby-flotiq-portfolio-1.md new file mode 100644 index 000000000..1e84eeedc --- /dev/null +++ b/content/theme/gatsby-flotiq-portfolio-1.md @@ -0,0 +1,31 @@ +--- +title: Flotiq Gatsby Portfolio 1 – Creator +github: https://github.com/flotiq/flotiq-gatsby-portfolio-1 +demo: https://flotiqgatsbyportfolio1.gatsbyjs.io/ +author: Flotiq team +date: 2022-03-23T00:00:00.000Z +ssg: + - Gatsby +cms: + - Flotiq +css: + - Tailwind +archetype: + - Portfolio +description: Flotiq starter for creating a projects portfolio with gatsby +stale: false +--- + +# Flotiq gatsby starter for projects portfolio + +The Flotiq portfolio starter is a perfect way to create a website if you don't want to start from scratch. Easy edit and customize its simple, responsive layout, allowing you to create a portfolio that stands out quickly. + +## Features + +* Responsive design using UIkit +* Responsive navigation +* Rich media +* Easy to deploy +* Maximized page speed score +* SEO friendly +* Web fonts - built using fonts from Google Fonts diff --git a/content/theme/gatsby-flotiq-portfolio-2.md b/content/theme/gatsby-flotiq-portfolio-2.md new file mode 100644 index 000000000..cd97a150f --- /dev/null +++ b/content/theme/gatsby-flotiq-portfolio-2.md @@ -0,0 +1,31 @@ +--- +title: Flotiq Gatsby Portfolio 2 – Monochrome +github: https://github.com/flotiq/flotiq-gatsby-portfolio-2 +demo: https://flotiqgatsbyportfolio2.gatsbyjs.io/ +author: Flotiq team +date: 2022-03-23T00:00:00.000Z +ssg: + - Gatsby +cms: + - Flotiq +css: + - Tailwind +archetype: + - Portfolio +description: Flotiq starter for creating a projects portfolio with gatsby +stale: false +--- + +# Flotiq gatsby starter for projects portfolio + +A modern, clean design can be customized and applied for a wide range of purposes, with a stunning landing page design. There'll be no more searching for ideas or beginning from scratch. This template is responsive, which means it looks fantastic on any device. Typography, usability, and general user experience heavily emphasize the portfolio starter. + +## Features + +* Responsive design using UIkit +* Responsive navigation +* Rich media +* Easy to deploy +* Maximized page speed score +* SEO friendly +* Web fonts - built using fonts from Google Fonts diff --git a/content/theme/gatsby-flotiq-recipe-1.md b/content/theme/gatsby-flotiq-recipe-1.md new file mode 100644 index 000000000..d3d0b1b85 --- /dev/null +++ b/content/theme/gatsby-flotiq-recipe-1.md @@ -0,0 +1,32 @@ +--- +title: Flotiq Gatsby Recipe 1 – Black and White Classic +github: https://github.com/flotiq/flotiq-gatsby-recipe-1 +demo: https://flotiqgatsbyrecipe1.gatsbyjs.io/ +author: Flotiq team +date: 2022-03-23T00:00:00.000Z +ssg: + - Gatsby +cms: + - Flotiq +css: + - Tailwind +archetype: + - Blog + - Personal +description: Flotiq starter for creating a recipes catalogue with gatsby +stale: false +--- + +# Flotiq gatsby starter for recipes catalogue + +We introduce you to a recipe website with a modern and attractive layout. Simply add recipes to your website and watch it grow! This bright and colourful recipe starter is simple to use and customizable. Perfect for sharing recipes and the joy of cooking. + +## Features + +* Responsive design using UIkit +* Responsive navigation +* Rich media +* Easy to deploy +* Maximized page speed score +* SEO friendly +* Web fonts - built using fonts from Google Fonts diff --git a/content/theme/gatsby-flotiq-recipe-2.md b/content/theme/gatsby-flotiq-recipe-2.md new file mode 100644 index 000000000..a41393636 --- /dev/null +++ b/content/theme/gatsby-flotiq-recipe-2.md @@ -0,0 +1,32 @@ +--- +title: Flotiq Gatsby Recipe 2 – All you can eat +github: https://github.com/flotiq/flotiq-gatsby-recipe-2 +demo: https://flotiqgatsbyrecipe2.gatsbyjs.io/ +author: Flotiq team +date: 2022-03-23T00:00:00.000Z +ssg: + - Gatsby +cms: + - Flotiq +css: + - Tailwind +archetype: + - Blog + - Personal +description: Flotiq starter for creating a recipes catalogue with gatsby +stale: false +--- + +# Flotiq gatsby starter for recipes catalogue + +This template is focused on easy-to-read recipe articles that prioritize what users are looking for - ingredients and directions. It was designed and built with food bloggers and cooking content creators in mind. + +## Features + +* Responsive design using UIkit +* Responsive navigation +* Rich media +* Easy to deploy +* Maximized page speed score +* SEO friendly +* Web fonts - built using fonts from Google Fonts diff --git a/content/theme/gatsby-flotiq-shop-1.md b/content/theme/gatsby-flotiq-shop-1.md new file mode 100644 index 000000000..8fe70f4a2 --- /dev/null +++ b/content/theme/gatsby-flotiq-shop-1.md @@ -0,0 +1,33 @@ +--- +title: Flotiq Gatsby Shop 1 – Merch Store +github: https://github.com/flotiq/flotiq-gatsby-shop-1 +demo: https://flotiqgatsbyshop1.gatsbyjs.io/ +author: Flotiq team +date: 2022-03-23T00:00:00.000Z +ssg: + - Gatsby +cms: + - Flotiq +css: + - Tailwind +archetype: + - Ecommerce +description: Flotiq starter for creating a shop with gatsby +stale: false +--- + +# Flotiq gatsby starter for shop + +Merch Store is the fabulous Flotiq starter for selling merch, clothing, and other corporate goods. It is fully functioning; users may place orders and make payments using this theme. + +You will discover everything you need to start an online store with this e-commerce template that we have made for you. It is easily customizable to match your brand. + +## Features + +* Responsive design using UIkit +* Responsive navigation +* Rich media +* Easy to deploy +* Maximized page speed score +* SEO friendly +* Web fonts - built using fonts from Google Fonts diff --git a/content/theme/gatsby-flotiq-shop-2.md b/content/theme/gatsby-flotiq-shop-2.md new file mode 100644 index 000000000..29695a854 --- /dev/null +++ b/content/theme/gatsby-flotiq-shop-2.md @@ -0,0 +1,35 @@ +--- +title: Flotiq Gatsby Shop 2 – Green Shop +github: https://github.com/flotiq/flotiq-gatsby-shop-2 +demo: https://flotiqgatsbyshop2.gatsbyjs.io/ +author: Flotiq team +date: 2022-03-23T00:00:00.000Z +ssg: + - Gatsby +cms: + - Flotiq +css: + - Tailwind +archetype: + - Ecommerce +description: Flotiq starter for creating a shop with gatsby +stale: false +--- + +# Flotiq gatsby starter for shop + +We want to introduce you to the Flotiq E-commerce starter. Its beautiful and modern design focuses on simplicity and provides your consumers with the most incredible possible buying experience. + +The focus of this template is on simplicity. It has a simple layout, minimal and effective interactions, and no extra clutter, allowing the user to complete a transaction in just a few clicks. Flotiq design team carefully chose the site's typeface and colour design to give it a nice, uncomplicated appearance. + +Bootstrap simple e-commerce using Gastby.js, Snipcart and Flotiq. + +## Features + +* Responsive design using UIkit +* Responsive navigation +* Rich media +* Easy to deploy +* Maximized page speed score +* SEO friendly +* Web fonts - built using fonts from Google Fonts diff --git a/content/theme/gatsby-gate.md b/content/theme/gatsby-gate.md index 2b4b348fa..62f0baa0d 100644 --- a/content/theme/gatsby-gate.md +++ b/content/theme/gatsby-gate.md @@ -10,4 +10,6 @@ cms: date: 2019-01-29T09:40:17.000Z description: Static API documentation with GatsbyJS stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/gatsby-graphcms-tailwindcss-example.md b/content/theme/gatsby-graphcms-tailwindcss-example.md index 800741aac..44f58fb0f 100644 --- a/content/theme/gatsby-graphcms-tailwindcss-example.md +++ b/content/theme/gatsby-graphcms-tailwindcss-example.md @@ -11,4 +11,6 @@ css: - Tailwind date: 2018-09-19T13:00:05.000Z stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/gatsby-hello-friend.md b/content/theme/gatsby-hello-friend.md index 5377768f4..a0f802bc9 100644 --- a/content/theme/gatsby-hello-friend.md +++ b/content/theme/gatsby-hello-friend.md @@ -12,4 +12,6 @@ description: >- Pretty basic starter for Gatsby that covers all of the essentials. All you have to do is start typing! stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/gatsby-holo.md b/content/theme/gatsby-holo.md new file mode 100644 index 000000000..6f95ba87d --- /dev/null +++ b/content/theme/gatsby-holo.md @@ -0,0 +1,31 @@ +--- +title: Gatsby Holo +description: A stunning and minimal starter theme for Portfolio's, Blog's, and more. +github: https://github.com/lilxyzz/holo-theme +demo: https://holo-theme.netlify.app +author: Travis Lord +date: 2024-04-07 +ssg: + - Gatsby +css: + - Tailwind +cms: + - DecapCMS +archetype: + - Blog + - Portfolio + - Business +featured: false +netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/lilxyzz/holo-theme +--- + +# A simple starter kit with Gatsby + +Holo is a lightweight starter kit that provides an impeccably structured foundation to build upon and extend according to your unique requirements. + +## Features + +* CGatsby 5+ +* React 18+ +* Tailwind CSS 3+ +* Decap CMS (formerly Netlify CMS) 4+ diff --git a/content/theme/gatsby-juma.md b/content/theme/gatsby-juma.md new file mode 100644 index 000000000..7aeef7383 --- /dev/null +++ b/content/theme/gatsby-juma.md @@ -0,0 +1,15 @@ +--- +title: Juma +github: https://github.com/jmau111/gatsby-juma +demo: https://demos.julien-maury.dev/gatsby-juma/ +author: Julien Maury +ssg: + - Gatsby +cms: + - No Cms +date: 2021-12-07T07:07:07.000Z +description: A blue theme for Gatsby with Typescript +stale: false +disabled: true +disabled_reason: demo url not found +--- diff --git a/content/theme/gatsby-kea-starter.md b/content/theme/gatsby-kea-starter.md deleted file mode 100644 index 7bd3c8128..000000000 --- a/content/theme/gatsby-kea-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Kea Starter -github: https://github.com/benjamin-glitsos/gatsby-kea-starter -demo: https://gatsby-kea-starter.netlify.com/ -author: Benjamin Glitsos -ssg: - - Gatsby -cms: - - No Cms -date: 2019-06-10T01:54:29.000Z -description: Gatsby starter with redux and sagas made simpler by https://kea.js.org -stale: false ---- diff --git a/content/theme/gatsby-kontent-lumen.md b/content/theme/gatsby-kontent-lumen.md index 10738ed87..424cdb930 100644 --- a/content/theme/gatsby-kontent-lumen.md +++ b/content/theme/gatsby-kontent-lumen.md @@ -15,6 +15,8 @@ description: >- Lumen is a minimal, lightweight and mobile-first starter for creating blogs using Gatsby and Kentico Kontent. stale: false +disabled: true +disabled_reason: demo url not found --- # Gatsby Kontent Lumen diff --git a/content/theme/gatsby-kontent-paperbase.md b/content/theme/gatsby-kontent-paperbase.md index a491505f8..99ad96c21 100644 --- a/content/theme/gatsby-kontent-paperbase.md +++ b/content/theme/gatsby-kontent-paperbase.md @@ -8,8 +8,6 @@ ssg: - Gatsby cms: - Kontent -archetype: - - Multi Purpose description: Material UI Paperbase Starter for Gatsby with Kentico Kontent. stale: true --- diff --git a/content/theme/gatsby-markdown-material-typescript-starter.md b/content/theme/gatsby-markdown-material-typescript-starter.md index 15e917054..9db93e5cf 100644 --- a/content/theme/gatsby-markdown-material-typescript-starter.md +++ b/content/theme/gatsby-markdown-material-typescript-starter.md @@ -12,7 +12,7 @@ cms: - No Cms date: 2020-06-30T00:00:00.000Z description: Markdown Material UI TypeScript/TSX -stale: false +stale: true --- # A blog starter for a Material UI and TypeScript/TSX diff --git a/content/theme/gatsby-material-design-for-bootstrap.md b/content/theme/gatsby-material-design-for-bootstrap.md index 0ba220ae4..a774482c9 100644 --- a/content/theme/gatsby-material-design-for-bootstrap.md +++ b/content/theme/gatsby-material-design-for-bootstrap.md @@ -12,4 +12,6 @@ description: >- A simple starter which lets you quickly start developing with Gastby and Material Design For Bootstrap stale: true +disabled: true +disabled_reason: error checking demo url --- diff --git a/content/theme/gatsby-material-kit-react.md b/content/theme/gatsby-material-kit-react.md index 28566480b..468a70d69 100644 --- a/content/theme/gatsby-material-kit-react.md +++ b/content/theme/gatsby-material-kit-react.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-03-10T21:21:12.000Z description: Adapt Material Kit React to Gatsby -stale: false +stale: true --- diff --git a/content/theme/gatsby-material-starter.md b/content/theme/gatsby-material-starter.md index 4dc4636a6..99a13514a 100644 --- a/content/theme/gatsby-material-starter.md +++ b/content/theme/gatsby-material-starter.md @@ -1,13 +1,83 @@ --- title: Gatsby Material Starter github: https://github.com/Vagr9K/gatsby-material-starter -demo: https://vagr9k.github.io/gatsby-material-starter/ -author: Ruben Harutyunyan +demo: https://gatsby-theme-material.netlify.app/ +author: vagr9k +date: 2021-12-31T00:00:00.000Z ssg: - Gatsby cms: - - No Cms -date: 2017-07-02T14:02:13.000Z -description: A high performance blog starter with Material design in mind for GatsbyJS. + - No CMS +description: >- + A Material Design oriented blog starter for GatsbyJS equipped with advanced + features such as SEO, image optimization, PWA capabilities and infinite + scrolling feeds. stale: false --- + +# A starter skeleton with Material Design in mind + +This starter aims to provide a minimal base for building advanced GatsbyJS powered websites by using the latest technologies to simplify your process. + +Starter supports both [TypeScript](https://www.typescriptlang.org/) and JavaScript, comes with [Jest](https://jestjs.io/) and [Cypress](https://www.cypress.io/) configurations and allows you to write Unit/Integration/E2E tests out of the box. + +## Demo + +[Material Demo](https://gatsby-theme-material.netlify.app/). + +## Features + +- Gatsby v3 support +- First class [TypeScript](https://www.typescriptlang.org/) support (for query data and components exposed by the theme) +- [Material UI V5](https://material-ui.com/) components +- [Emotion](https://emotion.sh/docs/introduction) used for styling +- Posts in MDX + - Code syntax highlighting + - Embed videos + - Embed iframes +- Infinite Scrolling +- React Query for client side API calls +- Tags + - Separate page for posts under each tag +- Categories + - Separate page for posts under each category +- Social features + - Twitter tweet button + - Facebook share/share count + - Reddit share/share count + - LinkedIn share button +- Author section +- Related posts computation and display based on category/tag match ranking +- [Disqus](https://disqus.com/) support via [`gatsby-theme-advanced`](https://www.npmjs.com/package/gatsby-theme-advanced) +- [gatsby-plugin-image](https://www.gatsbyjs.com/plugins/gatsby-plugin-image/) for optimized image generation +- Inline SVG imports +- High configurability +- Separate components for everything: + - Gatsby Link utilities + - SEO + - Disqus +- PWA features + - Offline support + - Web App Manifest support + - Loading progress for slow networks +- SEO + - [Google gtag.js](https://developers.google.com/gtagjs/) support + - Sitemap generation + - General description tags + - [Google Structured Data](https://developers.google.com/search/docs/advanced/structured-data/intro-structured-data) + - [OpenGraph Tags (Facebook/Google+/Pinterest)](https://ogp.me/) + - [Twitter Tags (Twitter Cards)](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/markup) +- RSS feeds +- Development tools + - Yarn 3 + - [Jest](https://jestjs.io/) for unit/integration testing + - [Cypress](https://www.cypress.io/) for E2E testing + - CI via GitHub Actions + - CD via GitHub Actions + - [ESLint](https://eslint.org/) for linting + - [Prettier](https://prettier.io/) for code formatting + - [React Hooks Linting](https://www.npmjs.com/package/eslint-plugin-react-hooks) + - Remark-Lint for linting Markdown + - write-good for linting English prose + - gh-pages for deploying to GitHub pages + - [Netlify](https://www.netlify.com/) deploy configuration diff --git a/content/theme/gatsby-material-ui-business-starter.md b/content/theme/gatsby-material-ui-business-starter.md index 5938a0b78..7101f915d 100644 --- a/content/theme/gatsby-material-ui-business-starter.md +++ b/content/theme/gatsby-material-ui-business-starter.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-01-09T23:04:36.000Z description: Beautiful Gatsby Material UI Business Starter -stale: false +stale: true --- diff --git a/content/theme/gatsby-nes.md b/content/theme/gatsby-nes.md new file mode 100644 index 000000000..621ccac70 --- /dev/null +++ b/content/theme/gatsby-nes.md @@ -0,0 +1,21 @@ +--- +title: Nes +github: https://github.com/jmau111/gatsby-nes +demo: https://demos.julien-maury.dev/gatsby-nes/ +author: Julien Maury +ssg: + - Gatsby +cms: + - No Cms +category: + - Single Page +date: 2022-04-07T07:07:07.000Z +description: A nostalgic theme using Gatsby, Typescript, and Nes.css +stale: false +disabled: true +disabled_reason: demo url not found +--- + +# A tribute to 8-bit and retrograming using Gatsby and NES.css + +This Gatsby theme uses typescript and Nes.css to build a simple presentation page (One-Page Layout). diff --git a/content/theme/gatsby-netlify-cms.md b/content/theme/gatsby-netlify-cms.md index e171e44ec..5f8e7dd25 100644 --- a/content/theme/gatsby-netlify-cms.md +++ b/content/theme/gatsby-netlify-cms.md @@ -6,7 +6,7 @@ author: Robert Cooper ssg: - Gatsby cms: - - NetlifyCMS + - DecapCMS date: 2018-11-19T00:43:34.000Z description: Example website built with Gatsby V2 and Netlify CMS stale: true diff --git a/content/theme/gatsby-netlifycms-blog-web-app.md b/content/theme/gatsby-netlifycms-blog-web-app.md new file mode 100644 index 000000000..9bbabd961 --- /dev/null +++ b/content/theme/gatsby-netlifycms-blog-web-app.md @@ -0,0 +1,46 @@ +--- +title: Gatsby Netlify CMS Modern blog web-app +github: https://github.com/simarmannsingh/silverlux +demo: https://silverlux.netlify.app/ +author: Simar Mann Singh +date: 2021-07-03T00:00:00.000Z +ssg: + - Gatsby +cms: + - DecapCMS +css: + - Bulma +archetype: + - Blog +description: >- + This public repo is an example blog web-app that is built with Gatsby using + Netlify CMS. It follows the JAMstack architecture by using Git as a single + source of truth, and Netlify for continuous deployment, and CDN distribution. +stale: true +--- + +# Gatsby Netlify-CMS Modern blog + +A fully-responsive [Gatsby](https://www.gatsbyjs.org/) based template web-app which can be easily hosted on any platform. This web-app uses the [Netlify CMS](https://www.netlifycms.org) as its content management system. + +**Note:** This starter template is a customized version of the original template by Netlify that can be found on [Netlify CMS](https://www.netlifycms.org/) website and uses [Gatsby v2](https://www.gatsbyjs.org/blog/2018-09-17-gatsby-v2/). + +## Features + +- A simple landing page with a customized blog functionality built with Netlify CMS +- Editable Pages: About, Blog-Collection and Contact page with Netlify Form support +- Create Blog posts from Netlify CMS +- Tags support: Separate page for posts under each tag +- Basic directory organization +- Uses Bulma for styling, but size is reduced by `purge-css-plugin` +- Blazing fast loading times thanks to pre-rendered HTML and automatic chunk loading of JS files +- Uses `gatsby-image` with Netlify-CMS preview support +- Separate components for everything +- Netlify deploy configuration +- Netlify function support, see `lambda` folder +- Perfect score on Lighthouse for SEO, Accessibility and Performance (wip:PWA) +- ..and more + +## License + +This repository has MIT license which can be found [here](https://github.com/simarmannsingh/gatsby-netlifycms-starter-template/blob/master/LICENSE). diff --git a/content/theme/gatsby-nice-blog.md b/content/theme/gatsby-nice-blog.md index 8df1ad82a..3625f2d29 100644 --- a/content/theme/gatsby-nice-blog.md +++ b/content/theme/gatsby-nice-blog.md @@ -11,7 +11,7 @@ archetype: - Portfolio description: A nice starter gatsby blog post template with disabled: false -stale: false +stale: true disabled_reason: '' --- diff --git a/content/theme/gatsby-oneshopper.md b/content/theme/gatsby-oneshopper.md index 2f8458238..7e1f96848 100644 --- a/content/theme/gatsby-oneshopper.md +++ b/content/theme/gatsby-oneshopper.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-05-13T05:52:36.000Z description: This is repository create for Ecommerce site With Gatsby js -stale: false +stale: true --- diff --git a/content/theme/gatsby-personal-starter-blog.md b/content/theme/gatsby-personal-starter-blog.md index fe358f995..5106be50e 100644 --- a/content/theme/gatsby-personal-starter-blog.md +++ b/content/theme/gatsby-personal-starter-blog.md @@ -9,5 +9,7 @@ cms: - No Cms date: 2019-04-22T00:28:28.000Z description: Gatsby starter for a personal site && blog! 🐶 -stale: false +stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/gatsby-portfolio-dev.md b/content/theme/gatsby-portfolio-dev.md index 2d84d2410..994e0419f 100644 --- a/content/theme/gatsby-portfolio-dev.md +++ b/content/theme/gatsby-portfolio-dev.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-12-27T16:25:46.000Z description: A portfolio for developers -stale: false +stale: true --- diff --git a/content/theme/gatsby-portfolio.md b/content/theme/gatsby-portfolio.md index ede8cbea3..1f0cbcac0 100644 --- a/content/theme/gatsby-portfolio.md +++ b/content/theme/gatsby-portfolio.md @@ -9,5 +9,5 @@ cms: - DatoCMS date: 2017-12-01T17:08:02.000Z description: Sample DatoCMS website built with GatsbyJS -stale: false +stale: true --- diff --git a/content/theme/gatsby-prismic-starter-prist.md b/content/theme/gatsby-prismic-starter-prist.md index a9a87ccfe..35f82f787 100644 --- a/content/theme/gatsby-prismic-starter-prist.md +++ b/content/theme/gatsby-prismic-starter-prist.md @@ -9,5 +9,5 @@ cms: - Prismic date: 2020-03-18T00:00:00.000Z description: Gatsby starter for portfolios and blogs using Prismic CMS -stale: false +stale: true --- diff --git a/content/theme/gatsby-serif-theme.md b/content/theme/gatsby-serif-theme.md index a3ecd2e0d..b46fc28d4 100644 --- a/content/theme/gatsby-serif-theme.md +++ b/content/theme/gatsby-serif-theme.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-12-12T04:58:52.000Z description: Serif is a beautiful small business theme for Gatsby. -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-accessibility.md b/content/theme/gatsby-starter-accessibility.md index 979be2055..9de0212d3 100644 --- a/content/theme/gatsby-starter-accessibility.md +++ b/content/theme/gatsby-starter-accessibility.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-05-01T15:58:21.000Z description: A Gatsby starter with powerful built-in accessibility tools. -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-aerial.md b/content/theme/gatsby-starter-aerial.md index 5cd601157..69b27ea17 100644 --- a/content/theme/gatsby-starter-aerial.md +++ b/content/theme/gatsby-starter-aerial.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-05-11T14:53:26.000Z description: Gatsby.js V2 starter template based on aerial by HTML5 UP -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-apollo-netlify.md b/content/theme/gatsby-starter-apollo-netlify.md index 52ba2ac3f..4722fbb5c 100644 --- a/content/theme/gatsby-starter-apollo-netlify.md +++ b/content/theme/gatsby-starter-apollo-netlify.md @@ -12,5 +12,5 @@ description: >- This project is an easy way to start developing fullstack apps with Gatsby and Apollo Server (using Netlify Lambda functions). For developing we use Netlify Dev to bring all of this magic to our local machine. -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-auth-aws-amplify.md b/content/theme/gatsby-starter-auth-aws-amplify.md index ead05c474..1658c7471 100644 --- a/content/theme/gatsby-starter-auth-aws-amplify.md +++ b/content/theme/gatsby-starter-auth-aws-amplify.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-08-06T01:31:05.000Z description: A full-featured AWS Amplify Auth starter made with GatsbyJS -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-blog-amp-to-pwa.md b/content/theme/gatsby-starter-blog-amp-to-pwa.md index 253ee244a..db7ab06e9 100644 --- a/content/theme/gatsby-starter-blog-amp-to-pwa.md +++ b/content/theme/gatsby-starter-blog-amp-to-pwa.md @@ -10,4 +10,6 @@ cms: date: 2019-02-20T13:07:57.000Z description: Gatsby starter for creating a blog which support AMP and PWA stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/gatsby-starter-blog.md b/content/theme/gatsby-starter-blog.md index 552f55814..febf4bdf2 100644 --- a/content/theme/gatsby-starter-blog.md +++ b/content/theme/gatsby-starter-blog.md @@ -10,4 +10,6 @@ cms: date: 2015-07-22T00:07:37.000Z description: Gatsby starter for creating a blog stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/gatsby-starter-bootstrap-netlify.md b/content/theme/gatsby-starter-bootstrap-netlify.md index 7b99e5c2e..b7ac9b019 100644 --- a/content/theme/gatsby-starter-bootstrap-netlify.md +++ b/content/theme/gatsby-starter-bootstrap-netlify.md @@ -6,7 +6,7 @@ author: David Konsumer ssg: - Gatsby cms: - - NetlifyCMS + - DecapCMS css: - Bootstrap date: 2017-11-08T01:59:41.000Z diff --git a/content/theme/gatsby-starter-business.md b/content/theme/gatsby-starter-business.md index 1cc307c31..a2f0e4799 100644 --- a/content/theme/gatsby-starter-business.md +++ b/content/theme/gatsby-starter-business.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-03-31T13:20:45.000Z description: Gatsby Business Website Starter -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-carraway.md b/content/theme/gatsby-starter-carraway.md index 4ea83f000..8a6436607 100644 --- a/content/theme/gatsby-starter-carraway.md +++ b/content/theme/gatsby-starter-carraway.md @@ -11,5 +11,7 @@ date: 2019-06-08T14:42:17.000Z description: >- a Gatsby starter theme with Accessibility features, TypeScript, Jest, some basic UI elements, and a CircleCI pipeline -stale: false +stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/gatsby-starter-casual.md b/content/theme/gatsby-starter-casual.md index bf5771dfa..1f77afc75 100644 --- a/content/theme/gatsby-starter-casual.md +++ b/content/theme/gatsby-starter-casual.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-06-27T11:35:02.000Z description: Gatsby.js V2 starter template based on Casual by startbootstrap -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-contentful-i18n.md b/content/theme/gatsby-starter-contentful-i18n.md index c8d88a2b8..c4d49aa59 100644 --- a/content/theme/gatsby-starter-contentful-i18n.md +++ b/content/theme/gatsby-starter-contentful-i18n.md @@ -9,5 +9,5 @@ cms: - Contentful date: 2018-02-11T06:35:14.000Z description: i18n support and language switcher for Contentful starter repo -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-cv.md b/content/theme/gatsby-starter-cv.md index dcb79633b..04478c635 100644 --- a/content/theme/gatsby-starter-cv.md +++ b/content/theme/gatsby-starter-cv.md @@ -11,5 +11,5 @@ date: 2018-12-24T00:05:49.000Z description: >- A simple starter to get up and developing your digital curriculum with GatsbyJS -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-default-typescript.md b/content/theme/gatsby-starter-default-typescript.md index 05b7682d5..39e31ec3a 100644 --- a/content/theme/gatsby-starter-default-typescript.md +++ b/content/theme/gatsby-starter-default-typescript.md @@ -10,4 +10,6 @@ cms: date: 2019-05-27T08:33:21.000Z description: The default Gatsby starter TypeScript stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/gatsby-starter-default.md b/content/theme/gatsby-starter-default.md index 4ecab9e69..81b7eb522 100644 --- a/content/theme/gatsby-starter-default.md +++ b/content/theme/gatsby-starter-default.md @@ -10,4 +10,6 @@ cms: date: 2015-07-21T00:52:53.000Z description: The default Gatsby starter stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/gatsby-starter-developer-blog.md b/content/theme/gatsby-starter-developer-blog.md index aeabc3858..e3f52f0b8 100644 --- a/content/theme/gatsby-starter-developer-blog.md +++ b/content/theme/gatsby-starter-developer-blog.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2018-12-19T22:42:37.000Z description: Blog starter made with Gatbsy.js -stale: false +stale: true disabled: true disabled_reason: demo url not found --- diff --git a/content/theme/gatsby-starter-developer-diary.md b/content/theme/gatsby-starter-developer-diary.md index e7fdcf930..ebef8cf44 100644 --- a/content/theme/gatsby-starter-developer-diary.md +++ b/content/theme/gatsby-starter-developer-diary.md @@ -11,5 +11,5 @@ date: 2019-05-27T14:26:21.000Z description: >- An official Gatsby blog template designed for web developers. Blazing fast, it includes beautful web developer topic tags and social-media links -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-directive.md b/content/theme/gatsby-starter-directive.md index 2008d15d3..59f6ff8a9 100644 --- a/content/theme/gatsby-starter-directive.md +++ b/content/theme/gatsby-starter-directive.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-06-07T18:46:04.000Z description: Gatsby.js V2 starter template based on Directive by HTML5 UP -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-ecommerce.md b/content/theme/gatsby-starter-ecommerce.md index c503a497e..6f41085a0 100644 --- a/content/theme/gatsby-starter-ecommerce.md +++ b/content/theme/gatsby-starter-ecommerce.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-06-08T07:15:32.000Z description: Gatsby starter for creating an eCommerce site using the Moltin eCommerce Api -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-elemental.md b/content/theme/gatsby-starter-elemental.md index 49bc66c16..44774d078 100644 --- a/content/theme/gatsby-starter-elemental.md +++ b/content/theme/gatsby-starter-elemental.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-07-25T09:28:07.000Z description: Gatsby starter for portfolio sites -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-eventually.md b/content/theme/gatsby-starter-eventually.md index 869a010c1..d1f4cc02b 100644 --- a/content/theme/gatsby-starter-eventually.md +++ b/content/theme/gatsby-starter-eventually.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-05-12T07:05:30.000Z description: Gatsby.js V2 starter template based on Eventually by HTML5 UP -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-fashion-portfolio.md b/content/theme/gatsby-starter-fashion-portfolio.md index e0f29f646..eb94ad548 100644 --- a/content/theme/gatsby-starter-fashion-portfolio.md +++ b/content/theme/gatsby-starter-fashion-portfolio.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-07-19T17:57:04.000Z description: A Gatsby starter for a professional and minimal fashion portfolio. -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-forty.md b/content/theme/gatsby-starter-forty.md index d990e90f4..f14be84ac 100644 --- a/content/theme/gatsby-starter-forty.md +++ b/content/theme/gatsby-starter-forty.md @@ -12,4 +12,6 @@ description: >- Gatsby.js V2 starter template based on Forty, designed by HTML5 UP. Check out https://codebushi.com/gatsby-starters-and-themes/ for more Gatsby starters. stale: true +disabled: true +disabled_reason: error checking demo url --- diff --git a/content/theme/gatsby-starter-foundation.md b/content/theme/gatsby-starter-foundation.md index 862d6edfb..7b2d8cd8d 100644 --- a/content/theme/gatsby-starter-foundation.md +++ b/content/theme/gatsby-starter-foundation.md @@ -7,7 +7,7 @@ date: 2020-05-27T00:00:00.000Z ssg: - Gatsby cms: - - NetlifyCMS + - DecapCMS css: - scss archetype: diff --git a/content/theme/gatsby-starter-fractal.md b/content/theme/gatsby-starter-fractal.md index 0ac0e8d48..95e80a261 100644 --- a/content/theme/gatsby-starter-fractal.md +++ b/content/theme/gatsby-starter-fractal.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-09-11T03:24:03.000Z description: Gatsby.js V2 starter template based on Fractal by HTML5 UP -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-gatsbythemes.md b/content/theme/gatsby-starter-gatsbythemes.md index 13d2dd2d6..901ff6ac4 100644 --- a/content/theme/gatsby-starter-gatsbythemes.md +++ b/content/theme/gatsby-starter-gatsbythemes.md @@ -10,4 +10,6 @@ cms: date: 2017-10-21T09:52:00.000Z description: Basic gatsby-starter package stale: true +disabled: true +disabled_reason: error checking demo url --- diff --git a/content/theme/gatsby-starter-glass.md b/content/theme/gatsby-starter-glass.md index fd7f9208c..ecd9c5ad1 100644 --- a/content/theme/gatsby-starter-glass.md +++ b/content/theme/gatsby-starter-glass.md @@ -7,7 +7,7 @@ date: 2021-04-03T00:00:00.000Z ssg: - Gatsby cms: - - NetlifyCMS + - DecapCMS archetype: - Blog description: >- diff --git a/content/theme/gatsby-starter-googlesheets.md b/content/theme/gatsby-starter-googlesheets.md index cadc2afd6..5ac5c0f9a 100644 --- a/content/theme/gatsby-starter-googlesheets.md +++ b/content/theme/gatsby-starter-googlesheets.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-05-22T10:09:13.000Z description: 'A gatsby starter using Google Sheets ' -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-grayscale.md b/content/theme/gatsby-starter-grayscale.md index 156947759..089ac3b7d 100644 --- a/content/theme/gatsby-starter-grayscale.md +++ b/content/theme/gatsby-starter-grayscale.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-06-24T05:52:10.000Z description: Gatsby.js V2 starter template based on Grayscale by startbootstrap -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-highlights.md b/content/theme/gatsby-starter-highlights.md index 79c9ae487..e59cdc87f 100644 --- a/content/theme/gatsby-starter-highlights.md +++ b/content/theme/gatsby-starter-highlights.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-05-25T11:08:00.000Z description: Gatsby.js V2 starter template based on highlights by HTML5 UP -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-hyperspace.md b/content/theme/gatsby-starter-hyperspace.md index 364527bf0..5c3d940f8 100644 --- a/content/theme/gatsby-starter-hyperspace.md +++ b/content/theme/gatsby-starter-hyperspace.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-05-11T10:32:19.000Z description: Gatsby.js V2 starter template based on Hyperspace by HTML5 UP -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-i18n-blog.md b/content/theme/gatsby-starter-i18n-blog.md index 4aff97892..b307fea77 100644 --- a/content/theme/gatsby-starter-i18n-blog.md +++ b/content/theme/gatsby-starter-i18n-blog.md @@ -11,5 +11,5 @@ date: 2018-10-29T05:31:55.000Z description: >- Gatsby starter for creating a i18n blog. https://jackbravo.github.io/gatsby-starter-i18n-blog/ -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-icarus-blog.md b/content/theme/gatsby-starter-icarus-blog.md new file mode 100644 index 000000000..e015d462b --- /dev/null +++ b/content/theme/gatsby-starter-icarus-blog.md @@ -0,0 +1,15 @@ +--- +title: Gatsby Starter Icarus Blog +github: https://github.com/Kun8018/gatsby-starter-icarus-blog +demo: https://kunzhang.me/ +author: Kun8018 +ssg: + - Gatsby +cms: + - No Cms +date: 2022-08-21T13:40:48.000Z +description: >- + A Gatsby Blog theme like icarus theme in Hexo, Support typescript (GatsbyJS + Starter X Netlify ) +stale: false +--- diff --git a/content/theme/gatsby-starter-identity.md b/content/theme/gatsby-starter-identity.md index 07bd3b90b..9616d4460 100644 --- a/content/theme/gatsby-starter-identity.md +++ b/content/theme/gatsby-starter-identity.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-05-12T09:28:43.000Z description: Gatsby.js V2 starter template based on Identity by HTML5 UP -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-infinite-scroll.md b/content/theme/gatsby-starter-infinite-scroll.md index 432764bf8..81a9aec67 100644 --- a/content/theme/gatsby-starter-infinite-scroll.md +++ b/content/theme/gatsby-starter-infinite-scroll.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-03-01T16:48:18.000Z description: A Gatsby starter with infinite scroll and pagination. -stale: true +stale: false --- diff --git a/content/theme/gatsby-starter-lightbox.md b/content/theme/gatsby-starter-lightbox.md index a6ae44777..6839f9e38 100644 --- a/content/theme/gatsby-starter-lightbox.md +++ b/content/theme/gatsby-starter-lightbox.md @@ -9,4 +9,6 @@ cms: - No Cms date: 2018-08-05T22:04:23.000Z stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/gatsby-starter-markdown.md b/content/theme/gatsby-starter-markdown.md index 24dde9846..1e97f398f 100644 --- a/content/theme/gatsby-starter-markdown.md +++ b/content/theme/gatsby-starter-markdown.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-11-08T02:07:22.000Z description: boilerplate for markdown-based website -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-material-business-markdown.md b/content/theme/gatsby-starter-material-business-markdown.md index 1b723c8c7..d1ca49c09 100644 --- a/content/theme/gatsby-starter-material-business-markdown.md +++ b/content/theme/gatsby-starter-material-business-markdown.md @@ -9,5 +9,7 @@ cms: - No Cms date: 2019-05-02T16:21:45.000Z description: 'View Live Demo:' -stale: false +stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/gatsby-starter-morning-dew.md b/content/theme/gatsby-starter-morning-dew.md index 730c9e20c..ba0a76d72 100644 --- a/content/theme/gatsby-starter-morning-dew.md +++ b/content/theme/gatsby-starter-morning-dew.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-09-16T20:53:24.000Z description: ':rocket: A Gatsby theme/starter to build lightning-fast blog/websites' -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-multiverse.md b/content/theme/gatsby-starter-multiverse.md index aefe70e00..45a9998f1 100644 --- a/content/theme/gatsby-starter-multiverse.md +++ b/content/theme/gatsby-starter-multiverse.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-05-25T06:49:49.000Z description: Gatsby.js V2 starter template based on multiverse by HTML5 UP -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-netlify-cms.md b/content/theme/gatsby-starter-netlify-cms.md index c32e5487c..48969e15e 100644 --- a/content/theme/gatsby-starter-netlify-cms.md +++ b/content/theme/gatsby-starter-netlify-cms.md @@ -6,11 +6,10 @@ author: Netlify Templates ssg: - Gatsby cms: - - NetlifyCMS + - DecapCMS css: - Bulma date: 2017-08-15T23:15:14.000Z -featured: true description: Example gatsby + netlify cms project stale: false --- @@ -19,7 +18,7 @@ stale: false **Note:** This starter uses [Gatsby v2](https://www.gatsbyjs.org/blog/2018-09-17-gatsby-v2/). -This repo contains an example business website that is built with [Gatsby](https://www.gatsbyjs.org/), and [Netlify CMS](https://www.netlifycms.org): **[Demo Link](https://gatsby-netlify-cms.netlify.com/)**. +This repo contains an example business website that is built with [Gatsby](https://www.gatsbyjs.org/), and [Netlify CMS](https://www.DecapCMS.org): **[Demo Link](https://gatsby-netlify-cms.netlify.com/)**. It follows the [JAMstack architecture](https://jamstack.org) by using Git as a single source of truth, and [Netlify](https://www.netlify.com) for continuous deployment, and CDN distribution. @@ -63,7 +62,7 @@ $ yarn $ netlify dev # or ntl dev ``` -This uses the new [Netlify Dev](https://www.netlify.com/products/dev/?utm_source=blog&utm_medium=netlifycms&utm_campaign=devex) CLI feature to serve any functions you have in the `lambda` folder. +This uses the new [Netlify Dev](https://www.netlify.com/products/dev/?utm_source=blog&utm_medium=DecapCMS&utm_campaign=devex) CLI feature to serve any functions you have in the `lambda` folder. To test the CMS locally, you'll need run a production build of the site: @@ -115,7 +114,7 @@ $ npm run serve ### Setting up the CMS -Follow the [Netlify CMS Quick Start Guide](https://www.netlifycms.org/docs/quick-start/#authentication) to set up authentication, and hosting. +Follow the [Netlify CMS Quick Start Guide](https://www.DecapCMS.org/docs/quick-start/#authentication) to set up authentication, and hosting. ## Debugging diff --git a/content/theme/gatsby-starter-newage.md b/content/theme/gatsby-starter-newage.md index 8a4bb59b1..72a96e806 100644 --- a/content/theme/gatsby-starter-newage.md +++ b/content/theme/gatsby-starter-newage.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-07-12T17:18:52.000Z description: ' Gatsby.js V2 starter template based on New Age by startbootstrap' -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-overflow.md b/content/theme/gatsby-starter-overflow.md index 2290d3478..426228b4f 100644 --- a/content/theme/gatsby-starter-overflow.md +++ b/content/theme/gatsby-starter-overflow.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-05-19T10:28:43.000Z description: Gatsby.js V2 starter template based on overflow by HTML5 UP -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-paradigmshift.md b/content/theme/gatsby-starter-paradigmshift.md index 000aa7c84..935dff845 100644 --- a/content/theme/gatsby-starter-paradigmshift.md +++ b/content/theme/gatsby-starter-paradigmshift.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-05-31T06:48:11.000Z description: Gatsby.js V2 starter template based on Paradigm Shift by HTML5 UP -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-personal-portfolio b/content/theme/gatsby-starter-personal-portfolio deleted file mode 100644 index 1e0661d6d..000000000 --- a/content/theme/gatsby-starter-personal-portfolio +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: Gatsby Personal Portfolio -github: https://github.com/gmlunesa/gatsby-starter-personal-portfolio -demo: https://gatsby-starter-personal-portfolio.vercel.app/ -author: gmlunesa -date: 2020-10-28T00:00:00.000Z -ssg: - - Gatsby -cms: - - No CMS -css: - - Bootstrap -archetype: - - Blog - - Portfolio - - Personal -description: This theme is a minimalistic resume style Gatsby portfolio -stale: false ---- - -# A minimalistic resume style Gatsby portfolio - -Kick off your personal site with this minimalist resume style broilerplate. This starter features user-friendly components and mobile responsive design. - -## Blazing fast -You might have heard this term about GatsbyJS projects before. However, I am not exagerrating. Check out our Lighthouse scores and see it for yourself! - -## Device independent -Access the website through a laptop, tablet or phone with no problem. This site has been thoroughly tested to make sure that it can be viewed no matter the screen size. - -## Engaging layout -This starter template offers a change in format in how you relay information _about you_ to the readers. You can say goodbye to boring blocks of endless text, while still getting the benefits of organized content. - -## Show off your skills and projects -Separate sections are dedicated to your skills and projects, giving the spotlight to each and every one of them. No, you don't need to copy and paste blocks of HTML code for each additional skill you have. You can enumerate them in JSON files, and the rest gets taken care of. - -## Colors and dark mode -A dark mode toggle is available no matter where your user is on the site. Not quite satisfied with the color palette? Color schemes for both light and dark modes are customizable according to your preference. diff --git a/content/theme/gatsby-starter-personal-portfolio.md b/content/theme/gatsby-starter-personal-portfolio.md new file mode 100644 index 000000000..8399acdd5 --- /dev/null +++ b/content/theme/gatsby-starter-personal-portfolio.md @@ -0,0 +1,38 @@ +--- +title: Gatsby Personal Portfolio +github: https://github.com/gmlunesa/gatsby-starter-personal-portfolio +demo: https://gatsby-starter-personal-portfolio.vercel.app/ +author: gmlunesa +date: 2020-10-28T00:00:00.000Z +ssg: + - Gatsby +cms: + - No CMS +css: + - Bootstrap +archetype: + - Blog + - Portfolio + - Personal +description: This theme is a minimalistic resume style Gatsby portfolio +stale: true +--- + +# A minimalistic resume style Gatsby portfolio + +Kick off your personal site with this minimalist resume style broilerplate. This starter features user-friendly components and mobile responsive design. + +## Blazing fast +You might have heard this term about GatsbyJS projects before. However, I am not exagerrating. Check out our Lighthouse scores and see it for yourself! + +## Device independent +Access the website through a laptop, tablet or phone with no problem. This site has been thoroughly tested to make sure that it can be viewed no matter the screen size. + +## Engaging layout +This starter template offers a change in format in how you relay information _about you_ to the readers. You can say goodbye to boring blocks of endless text, while still getting the benefits of organized content. + +## Show off your skills and projects +Separate sections are dedicated to your skills and projects, giving the spotlight to each and every one of them. No, you don't need to copy and paste blocks of HTML code for each additional skill you have. You can enumerate them in JSON files, and the rest gets taken care of. + +## Colors and dark mode +A dark mode toggle is available no matter where your user is on the site. Not quite satisfied with the color palette? Color schemes for both light and dark modes are customizable according to your preference. diff --git a/content/theme/gatsby-starter-photo-book.md b/content/theme/gatsby-starter-photo-book.md index 25eea5658..ece8e86b9 100644 --- a/content/theme/gatsby-starter-photo-book.md +++ b/content/theme/gatsby-starter-photo-book.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-07-05T01:16:03.000Z description: A Gatsby starter for sharing photosets. -stale: true +stale: false --- diff --git a/content/theme/gatsby-starter-photon.md b/content/theme/gatsby-starter-photon.md index 56556c1b2..4af0d9286 100644 --- a/content/theme/gatsby-starter-photon.md +++ b/content/theme/gatsby-starter-photon.md @@ -12,4 +12,6 @@ description: >- Gatsby.js V2 starter template based on Photon. Check out https://codebushi.com/gatsby-starters-and-themes/ for more Gatsby starters. stale: true +disabled: true +disabled_reason: error checking demo url --- diff --git a/content/theme/gatsby-starter-plone.md b/content/theme/gatsby-starter-plone.md index 0839d8879..0996d1a44 100644 --- a/content/theme/gatsby-starter-plone.md +++ b/content/theme/gatsby-starter-plone.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-07-19T13:08:38.000Z description: Gatsby starter for Plone -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-point.md b/content/theme/gatsby-starter-point.md index 3e4f4c92b..37baa37b8 100644 --- a/content/theme/gatsby-starter-point.md +++ b/content/theme/gatsby-starter-point.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-10-24T02:47:15.000Z description: A humble Gatsby starter for blog -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-portfolio-bella.md b/content/theme/gatsby-starter-portfolio-bella.md index 42ada72c7..2d450257c 100644 --- a/content/theme/gatsby-starter-portfolio-bella.md +++ b/content/theme/gatsby-starter-portfolio-bella.md @@ -12,4 +12,6 @@ description: >- A bright single-page portfolio starter for Gatsby powered by Prismic.io. The target audience are designers and photographers. stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/gatsby-starter-primer.md b/content/theme/gatsby-starter-primer.md index 36ebcf1a1..9ef5b27ed 100644 --- a/content/theme/gatsby-starter-primer.md +++ b/content/theme/gatsby-starter-primer.md @@ -11,5 +11,7 @@ date: 2019-05-06T15:26:58.000Z description: >- A Gatsby starter featuring GitHub Primer Design System and React components 🐙⚪️ -stale: false +stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/gatsby-starter-prologue.md b/content/theme/gatsby-starter-prologue.md index d07e9e29f..bf96667e8 100644 --- a/content/theme/gatsby-starter-prologue.md +++ b/content/theme/gatsby-starter-prologue.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-05-18T11:51:19.000Z description: Gatsby.js V2 starter template based on readonly by HTML5 UP -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-readonly.md b/content/theme/gatsby-starter-readonly.md index efcad0d48..aa32dcd6e 100644 --- a/content/theme/gatsby-starter-readonly.md +++ b/content/theme/gatsby-starter-readonly.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-05-17T10:45:41.000Z description: Gatsby.js V2 starter template based on readonly by HTML5 UP -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-redux.md b/content/theme/gatsby-starter-redux.md index 0eb31ab4f..26804c65e 100644 --- a/content/theme/gatsby-starter-redux.md +++ b/content/theme/gatsby-starter-redux.md @@ -10,4 +10,6 @@ cms: date: 2018-02-11T03:38:08.000Z description: 'Simple and clean Startersite for Gatsby with Redux and Emotion ' stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/gatsby-starter-resume.md b/content/theme/gatsby-starter-resume.md index d3bb1632a..e413c093d 100644 --- a/content/theme/gatsby-starter-resume.md +++ b/content/theme/gatsby-starter-resume.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-06-22T16:31:13.000Z description: Gatsby.js V2 starter template based on Resume by startbootstrap -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-simple.md b/content/theme/gatsby-starter-simple.md index 7f71d3866..525fc118f 100644 --- a/content/theme/gatsby-starter-simple.md +++ b/content/theme/gatsby-starter-simple.md @@ -11,7 +11,7 @@ archetype: cms: - No Cms description: This is a minimal and lightweight blogging Gatsby template -stale: false +stale: true disabled: true disabled_reason: demo url not found --- diff --git a/content/theme/gatsby-starter-solidstate.md b/content/theme/gatsby-starter-solidstate.md index 416a0b609..e4678121e 100644 --- a/content/theme/gatsby-starter-solidstate.md +++ b/content/theme/gatsby-starter-solidstate.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-06-08T18:34:29.000Z description: Gatsby.js V2 starter template based on Solid State by HTML5 UP -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-spectral.md b/content/theme/gatsby-starter-spectral.md index 4e796b2a5..ca207adab 100644 --- a/content/theme/gatsby-starter-spectral.md +++ b/content/theme/gatsby-starter-spectral.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-06-08T08:30:22.000Z description: Gatsby.js V2 starter template based on Spectral by HTML5 UP -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-stellar.md b/content/theme/gatsby-starter-stellar.md index 842fa334f..887896308 100644 --- a/content/theme/gatsby-starter-stellar.md +++ b/content/theme/gatsby-starter-stellar.md @@ -12,4 +12,6 @@ description: >- Gatsby.js V2 starter template based on Stellar. Check out https://codebushi.com/gatsby-starters-and-themes/ for more Gatsby starters. stale: true +disabled: true +disabled_reason: error checking demo url --- diff --git a/content/theme/gatsby-starter-storybook.md b/content/theme/gatsby-starter-storybook.md index 45052bb87..ad4736dc3 100644 --- a/content/theme/gatsby-starter-storybook.md +++ b/content/theme/gatsby-starter-storybook.md @@ -10,4 +10,6 @@ cms: date: 2018-11-01T10:06:05.000Z description: 👾 Gatsby Storybook Starter stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/gatsby-starter-strata.md b/content/theme/gatsby-starter-strata.md index b85cffe77..ca2141b0d 100644 --- a/content/theme/gatsby-starter-strata.md +++ b/content/theme/gatsby-starter-strata.md @@ -12,4 +12,6 @@ description: >- Gatsby.js V2 starter template based on Strata, designed by HTML5 UP. Check out https://codebushi.com/gatsby-starters-and-themes/ for more Gatsby starters. stale: true +disabled: true +disabled_reason: error checking demo url --- diff --git a/content/theme/gatsby-starter-stripe.md b/content/theme/gatsby-starter-stripe.md index c3649400c..0b6409711 100644 --- a/content/theme/gatsby-starter-stripe.md +++ b/content/theme/gatsby-starter-stripe.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-02-22T00:49:32.000Z description: ' 🛒 A starter storefront with Gatsby, Stripe, & Netlify Functions.' -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-styled-components.md b/content/theme/gatsby-starter-styled-components.md index 4923fd978..de29933be 100644 --- a/content/theme/gatsby-starter-styled-components.md +++ b/content/theme/gatsby-starter-styled-components.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-02-26T23:36:59.000Z description: Gatsby starter using styled components with a sticky footer -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-stylish.md b/content/theme/gatsby-starter-stylish.md index fff718fd5..5ed993710 100644 --- a/content/theme/gatsby-starter-stylish.md +++ b/content/theme/gatsby-starter-stylish.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-06-25T11:47:44.000Z description: Gatsby.js V2 starter template based on Stylish Portfolio by startbootstrap -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-typescript-jest.md b/content/theme/gatsby-starter-typescript-jest.md index 23fbf0088..0765d92b3 100644 --- a/content/theme/gatsby-starter-typescript-jest.md +++ b/content/theme/gatsby-starter-typescript-jest.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-06-22T14:09:18.000Z description: The default Gatsby starter with Typescript and Jest -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-typescript-plus.md b/content/theme/gatsby-starter-typescript-plus.md index 37c775a20..df0a8ca12 100644 --- a/content/theme/gatsby-starter-typescript-plus.md +++ b/content/theme/gatsby-starter-typescript-plus.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-02-12T18:34:22.000Z description: A starter kit for TypeScript-based Gatsby projects with sensible defaults. -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-typescript-power-blog.md b/content/theme/gatsby-starter-typescript-power-blog.md index e104f8276..8e13619f0 100644 --- a/content/theme/gatsby-starter-typescript-power-blog.md +++ b/content/theme/gatsby-starter-typescript-power-blog.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-10-19T12:42:53.000Z description: Minimal Personal Blog with Gatsby and Typescript -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-typescript-rebass-netlifycms.md b/content/theme/gatsby-starter-typescript-rebass-netlifycms.md index e562b38e0..9f889939f 100644 --- a/content/theme/gatsby-starter-typescript-rebass-netlifycms.md +++ b/content/theme/gatsby-starter-typescript-rebass-netlifycms.md @@ -1,12 +1,12 @@ --- -title: Typescript Rebass Netlifycms +title: Typescript Rebass DecapCMS github: https://github.com/damassi/gatsby-starter-typescript-rebass-netlifycms demo: https://frosty-ride-4ff3b9.netlify.com/ author: Christopher Pappas ssg: - Gatsby cms: - - NetlifyCMS + - DecapCMS date: 2019-01-26T04:06:58.000Z description: 'My default Gatsby setup. Includes rich MDX support. ' stale: true diff --git a/content/theme/gatsby-starter-tyra.md b/content/theme/gatsby-starter-tyra.md index 8f026e5b6..b4fe73db1 100644 --- a/content/theme/gatsby-starter-tyra.md +++ b/content/theme/gatsby-starter-tyra.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-12-12T14:21:33.000Z description: Tyra - Feminine Gatsby Starter optimized for SEO -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-wordpress.md b/content/theme/gatsby-starter-wordpress.md index ab1f25b29..93e624786 100644 --- a/content/theme/gatsby-starter-wordpress.md +++ b/content/theme/gatsby-starter-wordpress.md @@ -9,5 +9,5 @@ cms: - Wordpress date: 2018-02-03T21:55:52.000Z description: A GatsbyJS starter template that leverages the WordPress API, ACF and more -stale: false +stale: true --- diff --git a/content/theme/gatsby-starter-zenii.md b/content/theme/gatsby-starter-zenii.md index 22ad41a4f..7e1a12cfc 100644 --- a/content/theme/gatsby-starter-zenii.md +++ b/content/theme/gatsby-starter-zenii.md @@ -15,7 +15,7 @@ archetype: - Business - Single Page description: A One-page Gatsby starter built with Tailwindcss and Postcss. -stale: false +stale: true --- # A simple one-page theme for Gatsby diff --git a/content/theme/gatsby-starter.md b/content/theme/gatsby-starter.md index e700fc689..86547f4f3 100644 --- a/content/theme/gatsby-starter.md +++ b/content/theme/gatsby-starter.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2017-04-13T12:50:52.000Z description: Gatsby 2.0 starter with typescript and many cools dev tools -stale: true +stale: false --- diff --git a/content/theme/gatsby-the-plain.md b/content/theme/gatsby-the-plain.md index b47cceeb4..d36a25893 100644 --- a/content/theme/gatsby-the-plain.md +++ b/content/theme/gatsby-the-plain.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-05-25T12:43:28.000Z description: A minimalist GatsbyJs starter for your personal blog. -stale: false +stale: true --- diff --git a/content/theme/gatsby-theme-intro.md b/content/theme/gatsby-theme-intro.md index b364a3d11..b5bbfdc4d 100644 --- a/content/theme/gatsby-theme-intro.md +++ b/content/theme/gatsby-theme-intro.md @@ -11,14 +11,12 @@ cms: css: - Tailwind archetype: - - Multi Purpose - Portfolio - Single Page services: - Formspree description: Personal branding theme for developers -stale: false -weight: 14 +stale: true --- # Intro - Personal branding theme for developers diff --git a/content/theme/gatsby-theme-novela.md b/content/theme/gatsby-theme-novela.md index 4d3017b35..5e6397b3a 100644 --- a/content/theme/gatsby-theme-novela.md +++ b/content/theme/gatsby-theme-novela.md @@ -10,7 +10,8 @@ cms: date: 2019-08-01T00:00:00.000Z description: Welcome to Novela, the simplest way to start publishing with Gatsby. stale: false -weight: 10 +disabled: true +disabled_reason: 'Github repo not found, status: 404' --- Welcome to Novela, the simplest way to start publishing with Gatsby. diff --git a/content/theme/gatsby-theme-pocket.md b/content/theme/gatsby-theme-pocket.md index 3a46a3b57..98dee9629 100644 --- a/content/theme/gatsby-theme-pocket.md +++ b/content/theme/gatsby-theme-pocket.md @@ -7,7 +7,7 @@ ssg: - Gatsby date: 2019-12-10T00:00:00.000Z description: A Gatsby theme that adds a pocket to your website. -stale: false +stale: true --- A Gatsby theme that adds your saved pocket articles to your gatsby site with inbuilt SEO. \ No newline at end of file diff --git a/content/theme/gatsby-theme-serial-programmer.md b/content/theme/gatsby-theme-serial-programmer.md new file mode 100644 index 000000000..13299cb91 --- /dev/null +++ b/content/theme/gatsby-theme-serial-programmer.md @@ -0,0 +1,17 @@ +--- +title: Serial Programmer +github: https://github.com/sharadcodes/gatsby-theme-serial-programmer +demo: https://gatsby-theme-serial-programmer.vercel.app/ +author: Sharad Raj Singh Maurya +ssg: + - Gatsby +cms: + - No Cms +category: + - Blog +date: 2021-11-07T00:00:00.000Z +description: A Gatsby theme for serial programmers by Sharad Raj Singh Maurya +archetype: + - Blog +stale: false +--- diff --git a/content/theme/gatsby-website-static.md b/content/theme/gatsby-website-static.md index a9a4a2dd8..06db535c6 100644 --- a/content/theme/gatsby-website-static.md +++ b/content/theme/gatsby-website-static.md @@ -8,5 +8,5 @@ ssg: cms: - No Cms date: 2019-06-04T16:34:12.000Z -stale: false +stale: true --- diff --git a/content/theme/gatsby-yellowcake.md b/content/theme/gatsby-yellowcake.md index ff821ec65..7f285d975 100644 --- a/content/theme/gatsby-yellowcake.md +++ b/content/theme/gatsby-yellowcake.md @@ -6,7 +6,7 @@ author: THRIVE ssg: - Gatsby cms: - - NetlifyCMS + - DecapCMS date: 2018-10-15T04:47:58.000Z description: >- A starter project for creating lightning-fast websites with Gatsby v2 and diff --git a/content/theme/geekyll-starter-blog.md b/content/theme/geekyll-starter-blog.md index c2a781566..1bcb2acee 100644 --- a/content/theme/geekyll-starter-blog.md +++ b/content/theme/geekyll-starter-blog.md @@ -11,7 +11,7 @@ cms: archetype: - Blog description: A minimal Jekyll theme for blogging inspired by Gatsby Starter Blog. -stale: false +stale: true --- ## Features diff --git a/content/theme/gohugo-amp.md b/content/theme/gohugo-amp.md index 642472841..063616ee6 100644 --- a/content/theme/gohugo-amp.md +++ b/content/theme/gohugo-amp.md @@ -10,4 +10,6 @@ cms: date: 2016-11-13T01:26:33.000Z description: ⚡ AMP starter theme for gohugo https://gohugo-amp.gohugohq.com stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/gohugo-theme-ananke.md b/content/theme/gohugo-theme-ananke.md index bf3871213..4f1fc10f5 100644 --- a/content/theme/gohugo-theme-ananke.md +++ b/content/theme/gohugo-theme-ananke.md @@ -1,7 +1,7 @@ --- title: Ananke -github: https://github.com/budparr/gohugo-theme-ananke -demo: https://gohugo-ananke-theme-demo.netlify.com/ +github: https://github.com/theNewDynamic/gohugo-theme-ananke +demo: https://gohugo-ananke-theme-demo.netlify.app/ author: Bud Parr ssg: - Hugo diff --git a/content/theme/gozer-magazine.md b/content/theme/gozer-magazine.md new file mode 100644 index 000000000..663460419 --- /dev/null +++ b/content/theme/gozer-magazine.md @@ -0,0 +1,29 @@ +--- +title: "Magazine" +github: https://github.com/htejera/magazine-gozer +demo: https://magazine-gozer.surge.sh +author: htejera +date: 2024-03-13 +ssg: + - Gozer +cms: + - No CMS +css: + - Bootstrap +archetype: + - Blog + - Portfolio +description: Free CSS “Magazine” template, adapted for the Gozer static generator. +--- + +# A simple template for Gozer + +Free CSS “Magazine” template, adapted for the Gozer static generator. +This template is a basic version of the original. +Pagination and support for tags is not included. + +## Features + +* Blog Home +* Blog post +* RSS diff --git a/content/theme/graphcms-blog.md b/content/theme/graphcms-blog.md new file mode 100644 index 000000000..da43d00b9 --- /dev/null +++ b/content/theme/graphcms-blog.md @@ -0,0 +1,61 @@ +--- +title: GraphCMS Blog +github: https://github.com/GraphCMS/gatsby-starter-graphcms-blog +demo: https://blog.withheadlesscms.com/ +author: GraphCMS +ssg: + - Gatsby +cms: + - GraphCMS +css: + - Tailwind +date: 2021-07-18T19:00:00.000Z +description: Gatsby starter for creating a basic blog with GraphCMS +stale: false +archetype: + - Blog +--- + +# gatsby-starter-graphcms-blog + +> A [Gatsby](httsp://gatsbyjs.com) starter for creating a basic blog with [GraphCMS](https://graphcms.com) + +• [Demo](https://gatsby-starter-graphcms-blog.vercel.app) • [`gatsby-source-graphcms`](https://github.com/GraphCMS/gatsby-source-graphcms) + +## Quick start + +1. **Create a new Gatsby project via the [Gatsby CLI](https://www.npmjs.com/package/gatsby-cli)** + +```shell +gatsby new graphcms-blog https://github.com/GraphCMS/gatsby-starter-graphcms-blog +``` + +2. **Provide your GraphCMS project keys** + +> In order to use this starter, you'll need to have created a new GraphCMS project using our `Blog Template`. + +Navigate into your new site’s directory and copy the `.env.sample` file. + +```shell +cd graphcms-blog +cp .env.sample .env +``` + +Inside of your newly created `.env` file, provide values for each variable. These variables can be found in the [project settings UI](https://graphcms.com/docs/guides/concepts/apis#working-with-apis). + +```env +GRAPHCMS_ENDPOINT="" +GRAPHCMS_TOKEN="" +``` + +3. **Start building!** + +```shell +yarn dev +``` + +## Features + +- Use [`gatsby-image`](https://www.gatsbyjs.org/packages/gatsby-image) with your GraphCMS image assets. +- MDX support via [`gatsby-plugin-mdx`](https://www.gatsbyjs.org/packages/gatsby-plugin-mdx) on GraphCMS `RichText` fields. +- Built with [Tailwind CSS](https://tailwindcss.com/). diff --git a/content/theme/graphcms-commerce.md b/content/theme/graphcms-commerce.md new file mode 100644 index 000000000..cc89276b9 --- /dev/null +++ b/content/theme/graphcms-commerce.md @@ -0,0 +1,19 @@ +--- +title: GraphCMS eCommerce Storefront +github: https://github.com/GraphCMS/graphcms-commerce-starter +demo: https://commerce.withheadlesscms.com/ +author: GraphCMS +ssg: + - Next +cms: + - GraphCMS +css: + - Tailwind +date: 2021-07-18T19:00:00.000Z +description: >- + Modern, SEO ready commerce storefront built with GraphCMS, Next.js, Stripe, + and Tailwind CSS +stale: false +archetype: + - Ecommerce +--- diff --git a/content/theme/graphcms-marketing-website.md b/content/theme/graphcms-marketing-website.md new file mode 100644 index 000000000..e4c2d288e --- /dev/null +++ b/content/theme/graphcms-marketing-website.md @@ -0,0 +1,90 @@ +--- +title: GraphCMS Marketing Website +github: https://github.com/GraphCMS/reference-marketing-website +demo: https://marketing-websites.withheadlesscms.com/ +author: GraphCMS +ssg: + - Next +cms: + - GraphCMS +css: + - Tailwind +date: 2021-07-18T19:00:00.000Z +description: Next.js starter for creating a SaaS Marketing Website with GraphCMS +stale: false +archetype: + - Business +--- + +# reference-marketing-website + +> A [Next.js](https://nextjs.org/) starter for creating a SaaS Marketing Website with [GraphCMS](https://graphcms.com) + +• [Demo](https://marketing-websites.withheadlesscms.com/) + +## Quick start + +1. Clone the repository and install project dependencies + +```shell +npx degit GraphCMS/reference-marketing-website#main reference-marketing-website +cd reference-marketing-website +yarn +``` + +2. **Provide your GraphCMS project keys** + +> In order to use this starter, you'll need to have created a new GraphCMS project using our `Marketing Website Template`. + +Navigate into your new site’s directory and copy the `.env.local.example` file. + +```shell +cp .env.local.example .env.local +``` + +Inside of your newly created `.env.local` file, provide values for the variable. These variables can be found in the [project settings UI](https://graphcms.com/docs/guides/concepts/apis#working-with-apis). + +```env +NEXT_PUBLIC_GRAPHCMS_URL= +``` + +3. **Start building!** + +```shell +yarn dev +``` + +## Next.js Preview Mode + +If you want to enable [Next.js Preview Mode](https://nextjs.org/docs/advanced-features/preview-mode) you'll need to add the following to your `.env`: + +```env +GRAPHCMS_TOKEN= +GRAPHCMS_PREVIEW_TOKEN= +GRAPHCMS_PREVIEW_SECRET= +``` + +### `GRAPHCMS_TOKEN` + +This should be a Permanent Auth Token that is set to fetch content from _PUBLISHED_ content stage by default. + +### `GRAPHCMS_PREVIEW_TOKEN` + +This should be a Permanent Auth Token that is set to fetch content from _DRAFT_ content stage by default. + +## `GRAPHCMS_PREVIEW_SECRET` + +You'll need to make sure when configuring the Preview URL inside GraphCMS that it passes the same secret value you assigned to `GRAPHCMS_PREVIEW_SECRET`. + +You'll need to update both the Page & Blog Post model to add a Preview URL. The URLs should look like this: + +- **Page**: `https://]your-domain.com]/api/preview?secret=[GRAPHCMS_PREVIEW_SECRET_VALUE_HERE]&slug={slug}` +- **Blog Post**: `https://]your-domain.com]/api/preview?secret=[GRAPHCMS_PREVIEW_SECRET_VALUE_HERE]&slug=blog/{slug}` + +## Features + +- [Next.js Preview Mode](https://nextjs.org/docs/advanced-features/preview-mode) +- [next/image](https://nextjs.org/docs/api-reference/next/image) +- [Internationalized Routing](https://nextjs.org/docs/advanced-features/i18n-routing) +- [GraphQL Union Types (Polymorphic Relations)](https://graphcms.com/docs/schema/field-types) +- [next-seo](https://www.npmjs.com/package/next-seo) diff --git a/content/theme/grayscale-theme.md b/content/theme/grayscale-theme.md index 624c45654..c0859cbf9 100644 --- a/content/theme/grayscale-theme.md +++ b/content/theme/grayscale-theme.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2015-02-02T14:45:08.000Z description: Jekyll theme based on Grayscale Start Bootstrap theme -stale: true +stale: false --- \ No newline at end of file diff --git a/content/theme/gridsome-kontent-dancing-goat.md b/content/theme/gridsome-kontent-dancing-goat.md index ca4a2619e..a08bb5a98 100644 --- a/content/theme/gridsome-kontent-dancing-goat.md +++ b/content/theme/gridsome-kontent-dancing-goat.md @@ -11,7 +11,7 @@ date: 2020-12-01T00:00:00.000Z archetype: - Business description: Gridsome implementation of the Dancing Goat Starter site. -stale: true +stale: false --- # Gridsome Kontent Dancing Goat diff --git a/content/theme/gridsome-kontent-lumen.md b/content/theme/gridsome-kontent-lumen.md index 62b719208..13f8516ff 100644 --- a/content/theme/gridsome-kontent-lumen.md +++ b/content/theme/gridsome-kontent-lumen.md @@ -14,7 +14,7 @@ archetype: description: >- Lumen is a minimal, lightweight and mobile-first starter for creating blogs using Gridsome. -stale: false +stale: true --- # Gridsome Kontent Lumen diff --git a/content/theme/gridsome-shopify.md b/content/theme/gridsome-shopify.md index a3cb26df6..3abe3d210 100644 --- a/content/theme/gridsome-shopify.md +++ b/content/theme/gridsome-shopify.md @@ -15,5 +15,5 @@ services: - Shopify date: 2020-07-03T18:24:48.000Z description: This Gridsome Shopify starter app is built with Tailwind CSS. -stale: false +stale: true --- diff --git a/content/theme/halide.md b/content/theme/halide.md new file mode 100644 index 000000000..020517472 --- /dev/null +++ b/content/theme/halide.md @@ -0,0 +1,43 @@ +--- +title: "Halide" +github: https://github.com/danurbanowicz/halide +demo: https://halide.netlify.app +author: danurbanowicz +date: 2023-12-11 +ssg: + - Eleventy +cms: + - Tina + - No CMS +css: + - CSS +archetype: + - Portfolio +description: Responsive image portfolio theme, built with Eleventy and Tina CMS +--- + +# Responsive image portfolio theme, built with Eleventy and Tina CMS + +Halide is a very simple and fast image portfolio template, ready for deployment to Netlify. + +It uses Eleventy under the hood to generate static HTML files from Markdown and YAML content, and responsive images in next-gen formats like AVIF and WebP. + +It doesn't use a front-end framework, and only contains a few lines of vanilla JavaScript to provide some progressive enhancement. Halide leverages native browser features as much as possible. + +Halide also comes with Tina CMS pre-configured. Tina CMS is an open source, headless content management system that uses GitHub as a robust and convenient content store. + +## Features + +* Responsive, static HTML front-end +* Exceptional performance ([Lighthouse test report](https://halide.netlify.app/reports/lighthouse/) +* Eleventy Image for optimized images in next-gen formats +* Automated syntax markup with srcset and sizes +* Optional Tina CMS for easy content management +* Dark mode support +* Customizable theme settings, colors, and typography +* Simple HTML/CSS/JS minification pipeline +* Clientside framework-free +* Markdown files for content +* Simple YAML configuration +* Netlify build caching for faster deploys +* Automatic CSP headers \ No newline at end of file diff --git a/content/theme/hallo-hugo.md b/content/theme/hallo-hugo.md index 41df9c2cf..c3ca3cdd1 100644 --- a/content/theme/hallo-hugo.md +++ b/content/theme/hallo-hugo.md @@ -10,4 +10,6 @@ cms: date: 2018-10-28T13:02:54.000Z description: Hallo is a single-page Hugo theme to introduce yourself. stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hawksworx.md b/content/theme/hawksworx.md index 1ca7cad45..7c03e384d 100644 --- a/content/theme/hawksworx.md +++ b/content/theme/hawksworx.md @@ -10,4 +10,6 @@ cms: date: 2012-07-23T11:28:15.000Z description: My hawksworx.com blog site, powered by Eleventy and Netlify stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/headless-gatsby-multilang.md b/content/theme/headless-gatsby-multilang.md new file mode 100644 index 000000000..0614a2948 --- /dev/null +++ b/content/theme/headless-gatsby-multilang.md @@ -0,0 +1,36 @@ +--- +title: Gatsby Headless Multilingual +github: https://github.com/smastrom/headless-gatsby-multilang +demo: https://headlessmultilingual.gatsbyjs.io/ +author: smastrom +date: 2021-10-17T00:00:00.000Z +ssg: + - Gatsby +cms: + - DatoCMS +archetype: + - Blog + - Business + - Personal +description: The most powerful multilanguage blog starter for Gatsby. Completely headless. +stale: false +--- + +# Headless Multilanguage Starter for Gatsby + +The most powerful multilanguage blog starter for Gatsby. Completely headless. + +## Features + +* 100% Headless: Define languages and translate pages, posts, slugs, SEO meta tags and PWA settings directly on DatoCMS. +* Language switcher component swapping between different slugs/paths per locale +* Automatic and easy internal links localization using custom Navigator component +* User preferred language detection and redirection +* Built-in support for RTL languages such as Arabic or Hebrew +* Per-locale PWA webmanifest files generation on build time, dynamically injected according to the page locale. +* Support for any language code path such as "/en-GB" or "/en" +* 404 page displaying localized content according to the user preferred language +* Choose which post or category to translate (and generate) for each locale. +* Related posts, social sharing and synthax highlighting. +* Dark mode with CSS variables +* Built without any internationalization plugin, just Gatsby APIs. diff --git a/content/theme/hello-friend-ng.md b/content/theme/hello-friend-ng.md index cb6d3025f..8eb242e7e 100644 --- a/content/theme/hello-friend-ng.md +++ b/content/theme/hello-friend-ng.md @@ -12,4 +12,6 @@ description: >- Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing! stale: false +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/hexo-material-netlify.md b/content/theme/hexo-material-netlify.md index cb422aab0..448bf978f 100644 --- a/content/theme/hexo-material-netlify.md +++ b/content/theme/hexo-material-netlify.md @@ -6,7 +6,7 @@ author: Luna Yu ssg: - Hexo cms: - - NetlifyCMS + - DecapCMS date: 2018-07-14T20:02:15.000Z description: Hexo + Netlify CMS starter based on material design stale: true diff --git a/content/theme/hexo-theme-Aath.md b/content/theme/hexo-theme-Aath.md index bedf7a58b..4c96c6fb6 100644 --- a/content/theme/hexo-theme-Aath.md +++ b/content/theme/hexo-theme-Aath.md @@ -10,6 +10,6 @@ cms: date: 2017-09-04T02:41:19.000Z description: Hexo 主题 stale: true -disabled_reason: demo url not found +disabled_reason: error checking demo url disabled: true --- diff --git a/content/theme/hexo-theme-Daily.md b/content/theme/hexo-theme-Daily.md index 139cb82f4..9a8272a50 100644 --- a/content/theme/hexo-theme-Daily.md +++ b/content/theme/hexo-theme-Daily.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2016-07-26T06:13:14.000Z description: A simple theme for Hexo -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/hexo-theme-alpha-dust.md b/content/theme/hexo-theme-alpha-dust.md index 03687c1eb..8b1e820ff 100644 --- a/content/theme/hexo-theme-alpha-dust.md +++ b/content/theme/hexo-theme-alpha-dust.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2016-06-21T01:22:11.000Z description: 🌠 Original Futuristic Hexo Theme -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/hexo-theme-antiquity.md b/content/theme/hexo-theme-antiquity.md index 676cb7e8d..165a9a97d 100644 --- a/content/theme/hexo-theme-antiquity.md +++ b/content/theme/hexo-theme-antiquity.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2019-01-12T09:22:31.000Z description: 一个有点古风的Hexo主题,来自一个不会设计不会配色的前端渣渣。点击这里预览--> -stale: false +stale: true disabled: true -disabled_reason: error checking demo url +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/hexo-theme-butterfly.md b/content/theme/hexo-theme-butterfly.md index d1b146a84..8a20d01be 100644 --- a/content/theme/hexo-theme-butterfly.md +++ b/content/theme/hexo-theme-butterfly.md @@ -10,6 +10,6 @@ cms: date: 2019-06-04T13:38:41.000Z description: 'A Hexo Theme: Butterfly' stale: false -disabled: true -disabled_reason: error checking demo url +disabled: false +disabled_reason: '' --- \ No newline at end of file diff --git a/content/theme/hexo-theme-chan.md b/content/theme/hexo-theme-chan.md index 5996b72ed..358cad1b5 100644 --- a/content/theme/hexo-theme-chan.md +++ b/content/theme/hexo-theme-chan.md @@ -10,4 +10,6 @@ cms: date: 2016-02-20T03:07:57.000Z description: A super simple and elegant theme for hexo stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/hexo-theme-clean-blog.md b/content/theme/hexo-theme-clean-blog.md index 5d0316379..72a594020 100644 --- a/content/theme/hexo-theme-clean-blog.md +++ b/content/theme/hexo-theme-clean-blog.md @@ -11,5 +11,5 @@ date: 2016-03-11T05:53:04.000Z description: >- Hexo implementation of Clean Blog https://blackrockdigital.github.io/startbootstrap-clean-blog/index.html -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/hexo-theme-huweihuang.md b/content/theme/hexo-theme-huweihuang.md index d676f3eb2..43515ac1b 100644 --- a/content/theme/hexo-theme-huweihuang.md +++ b/content/theme/hexo-theme-huweihuang.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2017-10-22T03:07:50.000Z description: ' Ported theme of Hux Blog by YuHsuan, Modified by Hu Weihuang' -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/hexo-theme-paperwhite.md b/content/theme/hexo-theme-paperwhite.md new file mode 100644 index 000000000..81b95ed01 --- /dev/null +++ b/content/theme/hexo-theme-paperwhite.md @@ -0,0 +1,26 @@ +--- +title: "Hexo Theme Paperwhite" +github: https://github.com/aeilot/hexo-theme-paperwhite +demo: https://en.blog.aeilot.top +author: aeilot +date: 2024-08-10 +ssg: + - Hexo +cms: + - No CMS +css: + - Stylus +archetype: + - Blog +description: This is a minimalist theme built with the belief that Less is More! +--- + +# A minialist homemade theme for Hexo + +This theme is minimalist, offering a plain, simple, and visually comfortable design. It’s crafted to meet its creator's needs, featuring a clean homepage and a serif font. + +## Features + +* (Absolutely) Minimalist design +* Giscus support +* Great support for serif fonts diff --git a/content/theme/hexo-theme-snippet.md b/content/theme/hexo-theme-snippet.md index 38a704aad..bc9494528 100644 --- a/content/theme/hexo-theme-snippet.md +++ b/content/theme/hexo-theme-snippet.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2017-07-10T09:26:39.000Z description: Snippet 简洁而不简单,也许是一款你寻找已久的hexo主题 -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/hexo-theme-solitude.md b/content/theme/hexo-theme-solitude.md new file mode 100644 index 000000000..72c47cef5 --- /dev/null +++ b/content/theme/hexo-theme-solitude.md @@ -0,0 +1,28 @@ +--- +title: "Hexo Theme Solitude" +github: https://github.com/everfu/hexo-theme-solitude +demo: https://www.efu.me/ +author: Ever Fu +date: 2024-06-15 +ssg: + - Hexo +cms: + - No CMS +archetype: + - Blog + - Portfolio +description: An elegant Hexo theme that supports lazy loading, PWA, Latex, and multiple comment systems. +--- + +# An elegant Hexo theme + +An elegant Hexo theme that supports lazy loading, PWA, Latex, and multiple comment systems. + +## Features +* Pjax、LazyLoad、PWA. +* Comments(Twikoo、Waline、Valine、Artalk、Giscus), Can double comment. +* ColorMode. +* Lightbox(medium-zoom、fancybox). +* Mathematical formulas(Latex). +* Featured pages: Instant Short Article, My Equipment, Online Tools, Music Gallery, Friend Chain Fish Pond, Photo Album Page, Douban Page, Barrage message page. +* Article features: AI summary, code highlighting. diff --git a/content/theme/hexo-webnary-template.md b/content/theme/hexo-webnary-template.md index bddbd1515..de633c126 100644 --- a/content/theme/hexo-webnary-template.md +++ b/content/theme/hexo-webnary-template.md @@ -18,6 +18,8 @@ description: >- open online library, testimonial blogs, news article and whatever you need it for. stale: false +disabled: true +disabled_reason: 'Github repo not found, status: 404' --- # A Fully Customisable starter template for Hexo diff --git a/content/theme/hitchens.md b/content/theme/hitchens.md index 53426e2ed..f5f97012f 100644 --- a/content/theme/hitchens.md +++ b/content/theme/hitchens.md @@ -7,5 +7,5 @@ ssg: - Jekyll date: 2018-07-31T01:12:09.000Z description: An inarguably well-designed Jekyll theme. View the demo at -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/hugo-aafu.md b/content/theme/hugo-aafu.md index b24895453..6ab63a6b4 100644 --- a/content/theme/hugo-aafu.md +++ b/content/theme/hugo-aafu.md @@ -10,4 +10,6 @@ cms: date: 2019-03-10T23:26:13.000Z description: Single page portfolio theme with accordion and switchable dark/light theme stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-adam-eve.md b/content/theme/hugo-adam-eve.md index f284001dc..17abacdeb 100644 --- a/content/theme/hugo-adam-eve.md +++ b/content/theme/hugo-adam-eve.md @@ -9,5 +9,7 @@ cms: - No Cms date: 2017-06-21T19:35:04.000Z description: Adam & Eve theme for Hugo -stale: false +stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-allegiant-theme.md b/content/theme/hugo-allegiant-theme.md index 32bfc4e38..2e1f4fab7 100644 --- a/content/theme/hugo-allegiant-theme.md +++ b/content/theme/hugo-allegiant-theme.md @@ -12,4 +12,6 @@ description: >- A kick-ass theme for Hugo, a static-site generator, similar to Jekyll, but programmed in Go. (It's fast). stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-anatole.md b/content/theme/hugo-anatole.md new file mode 100644 index 000000000..958713224 --- /dev/null +++ b/content/theme/hugo-anatole.md @@ -0,0 +1,34 @@ +--- +title: Anatole +github: https://github.com/lxndrblz/anatole +demo: https://anatole-demo.netlify.app/ +author: Alexander Bilz +date: 2021-12-26T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +archetype: + - Blog + - Portfolio +description: Anatole is a minimalist two-column Hugo theme based on farbox-theme-Anatole. +stale: false +--- + +## Features + +* Dark mode +* Multilingual +* RTL support +* Portfolio +* Post Thumbnails +* Publish posts as part of a series +* 100⁄100 Google Lighthouse score +* Support for Google Analytics +* Comments powered by Disqus, Commento or Utteranc.es +* Support for SimpleAnalytics +* Katex support +* Formspree Contact Form +* Twitter Cards support +* Open Graph support +* Custom CSS and JavaScript diff --git a/content/theme/hugo-anybodyhome-theme.md b/content/theme/hugo-anybodyhome-theme.md index d136d2b76..d6f070c61 100644 --- a/content/theme/hugo-anybodyhome-theme.md +++ b/content/theme/hugo-anybodyhome-theme.md @@ -10,4 +10,6 @@ cms: date: 2016-08-31T14:03:59.000Z description: A simple theme for simple people stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-apps-theme.md b/content/theme/hugo-apps-theme.md index 0b02865bb..ca421bd4e 100644 --- a/content/theme/hugo-apps-theme.md +++ b/content/theme/hugo-apps-theme.md @@ -10,4 +10,6 @@ cms: date: 2018-10-28T08:09:14.000Z description: Hugo Apps Theme stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-apsho.md b/content/theme/hugo-apsho.md new file mode 100644 index 000000000..941c0fe87 --- /dev/null +++ b/content/theme/hugo-apsho.md @@ -0,0 +1,33 @@ +--- +title: Apsho Hugo +github: https://github.com/StaticMania/hugo-apsho +demo: https://apsho.staticmania.com/ +author: StaticMania +date: 2022-04-07T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +css: + - Bootstrap +archetype: + - Business +description: >- + Apsho Hugo – App Landing Page is the perfect app showcase Hugo Theme. Apsho is + a better way to present your modern business and app showcasing. It’s easy to + customize and also well documented. And compatible with Desktop, laptop, + mobile, and also compatible with major browsers. We follow the modern design + system to craft the template. +stale: false +--- + +## Features + +* Responsive Ready. +* Powered by Bootstrap 4. +* Blog Support. +* Well formatted code. +* Easy Customization. +* Formspree Contact form. +* Google Analytics. +* Crafted for Personal Portfolio diff --git a/content/theme/hugo-arabica.md b/content/theme/hugo-arabica.md index 69523083c..6f192ec94 100644 --- a/content/theme/hugo-arabica.md +++ b/content/theme/hugo-arabica.md @@ -9,5 +9,7 @@ cms: - No Cms date: 2018-09-11T05:31:47.000Z description: A port of the Ghost arabica theme for Hugo -stale: true +stale: false +disabled: true +disabled_reason: error checking demo url --- diff --git a/content/theme/hugo-artists-theme.md b/content/theme/hugo-artists-theme.md index a279b7932..cfff360c3 100644 --- a/content/theme/hugo-artists-theme.md +++ b/content/theme/hugo-artists-theme.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2015-06-16T17:22:06.000Z description: Port of Travis Neilson's (DevTips) awesome Artists Theme to Hugo -stale: false +stale: true disabled_reason: demo url not found disabled: true --- diff --git a/content/theme/hugo-assembly-theme.md b/content/theme/hugo-assembly-theme.md index 3473688fc..f87e97c64 100644 --- a/content/theme/hugo-assembly-theme.md +++ b/content/theme/hugo-assembly-theme.md @@ -10,4 +10,6 @@ cms: date: 2018-06-30T06:36:45.000Z description: Assembly - a hugo theme stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-atlantic.md b/content/theme/hugo-atlantic.md new file mode 100644 index 000000000..93962479b --- /dev/null +++ b/content/theme/hugo-atlantic.md @@ -0,0 +1,46 @@ +--- +title: Hugo Atlantic Tailwind Blog +date: 2022-03-21T00:00:00.000Z +github: https://github.com/zerostaticthemes/hugo-atlantic-theme +demo: https://hugo-atlantic.netlify.app/ +author: Robert Austin +ssg: + - Hugo +cms: + - No Cms +css: + - Tailwind +archetype: + - Blog +description: Hugo Atlantic is a Tailwind 3 blog theme +stale: false +--- + +# Hugo Atlantic - Hugo Tailwind 3 Theme + +Atlantic is a clean and modern Tailwind 3 theme for Hugo. + +[Live Demo](https://hugo-atlantic.netlify.app/) | +[Zerostatic Themes](https://www.zerostatic.io/) + +![Hugo Atlantic Theme screenshot](https://www.zerostatic.io/theme/hugo-atlantic/hugo-atlantic-screenshot.png) + +## Features + + +- [Tailwind CSS v3](https://tailwindcss.com/docs) +- [PostCSS v8](https://postcss.org/) +- Uses PostCSS with `postcss-import` and `postcss-nested` +- Full Hugo blog functionality +- Beautfifuly designed responsive blog and post layouts +- Blog categories +- Blog pagination +- Responsive design +- Responsive menu +- 100/100 Google Lighthouse speed score ⚡ +- 100/100 Google Lighthouse seo score 🏆 +- 94/100 Google Lighthouse accessibility score (but this is just because of the green text color contrast) +- Page size is 8.7kB without images. You could load this site on a 56k modem in 1.5 seconds. +- Robust example content included +- Royalty free illustrations included +- Netlify ready - `netlify.toml` included diff --git a/content/theme/hugo-ava.md b/content/theme/hugo-ava.md new file mode 100644 index 000000000..721ca8c7e --- /dev/null +++ b/content/theme/hugo-ava.md @@ -0,0 +1,30 @@ +--- +title: Ava +github: https://github.com/jmau111/hugo-theme-ava +demo: https://demos.julien-maury.dev/hugo-theme-ava/ +author: Julien Maury +date: 2021-08-10T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +archetype: + - Blog +description: Ava is a light theme for your blog with essential features you might dig in. +stale: false +disabled: true +disabled_reason: demo url not found +--- + +# A simple theme for blogging with Hugo + +This theme is a very lightweight blog but with frequently needed features, such as dark mode toggle and SEO meta tags. It also gives you a starting point to extend it for yourself. + +## Features + +* SEO-oriented +* Dark/light mode with no Flash of inAccurate coloR (no FART ^^) +* Syntax highlighting with Chroma (no additional JavaScript) +* Progressively enhanced, semantic and accessible +* Automatic CSS prefix + diff --git a/content/theme/hugo-avicenna.md b/content/theme/hugo-avicenna.md index 3c36d8573..d06788b58 100644 --- a/content/theme/hugo-avicenna.md +++ b/content/theme/hugo-avicenna.md @@ -10,4 +10,6 @@ cms: date: 2019-06-29T12:33:47.000Z description: a minimal academic page for hugo stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-bare-min-theme.md b/content/theme/hugo-bare-min-theme.md index 4d4a6580e..ca3afd620 100644 --- a/content/theme/hugo-bare-min-theme.md +++ b/content/theme/hugo-bare-min-theme.md @@ -11,5 +11,5 @@ date: 2018-01-29T21:33:59.000Z description: >- A bare minimum theme for Hugo (https://gohugo.io) to help develop and debug Hugo sites -- https://hugo-bare-min.netlify.com/, -stale: true +stale: false --- diff --git a/content/theme/hugo-base16-theme.md b/content/theme/hugo-base16-theme.md index b6b28cb8c..172aa87e8 100644 --- a/content/theme/hugo-base16-theme.md +++ b/content/theme/hugo-base16-theme.md @@ -10,4 +10,6 @@ cms: date: 2015-12-09T16:01:53.000Z description: Hugo theme with base16 eighties colorscheme stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-beautifulhugo.md b/content/theme/hugo-beautifulhugo.md index da51d148d..906e6f139 100644 --- a/content/theme/hugo-beautifulhugo.md +++ b/content/theme/hugo-beautifulhugo.md @@ -10,4 +10,6 @@ cms: date: 2016-03-08T10:44:16.000Z description: Theme for the Hugo static website generator stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-beyondnothing.md b/content/theme/hugo-beyondnothing.md index d18794498..9378d3915 100644 --- a/content/theme/hugo-beyondnothing.md +++ b/content/theme/hugo-beyondnothing.md @@ -10,4 +10,6 @@ cms: date: 2018-06-03T01:57:33.000Z description: Hugo Theme stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-bilberry-theme.md b/content/theme/hugo-bilberry-theme.md deleted file mode 100644 index 7952ca451..000000000 --- a/content/theme/hugo-bilberry-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Bilberry -github: https://github.com/Lednerb/bilberry-hugo-theme -demo: https://lednerb.github.io/bilberry-hugo-theme/ -author: Sascha Brendel -ssg: - - Hugo -cms: - - No Cms -date: 2017-10-27T02:20:38.000Z -description: 'Premium theme for the hugo site builder. DEMO:' -stale: false ---- diff --git a/content/theme/hugo-binario.md b/content/theme/hugo-binario.md index 05a2d3984..2be09d613 100644 --- a/content/theme/hugo-binario.md +++ b/content/theme/hugo-binario.md @@ -10,4 +10,6 @@ cms: date: 2018-04-27T06:39:54.000Z description: Responsive card-based & code-light Hugo theme stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-bingo-theme.md b/content/theme/hugo-bingo-theme.md index 81dd750ae..3ae8567ce 100644 --- a/content/theme/hugo-bingo-theme.md +++ b/content/theme/hugo-bingo-theme.md @@ -10,4 +10,6 @@ cms: date: 2018-07-01T07:40:12.000Z description: Nothing but texts. stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-black-and-light-theme.md b/content/theme/hugo-black-and-light-theme.md index 42f0877c6..a859b69cf 100644 --- a/content/theme/hugo-black-and-light-theme.md +++ b/content/theme/hugo-black-and-light-theme.md @@ -9,4 +9,6 @@ cms: - No Cms date: 2017-01-10T01:03:05.000Z stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-blank.md b/content/theme/hugo-blank.md index d59a9b2a7..3682f6708 100644 --- a/content/theme/hugo-blank.md +++ b/content/theme/hugo-blank.md @@ -9,5 +9,7 @@ cms: - No Cms date: 2016-10-14T20:36:04.000Z description: Starter Hugo theme for use as a template for building custom themes -stale: true +stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-blist.md b/content/theme/hugo-blist.md new file mode 100644 index 000000000..797000540 --- /dev/null +++ b/content/theme/hugo-blist.md @@ -0,0 +1,31 @@ +--- +title: Blist +github: https://github.com/apvarun/blist-hugo-theme +demo: https://blist.vercel.app/ +author: Varun A P +date: 2021-07-17T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog + - Personal +description: Blist is a clean and fast blog theme for your Hugo site. +stale: false +--- + +# Blist is a clean and fast blog theme for your Hugo site. + +This is a hugo theme for creating a performant and SEO-optimzied personal blog. + +## Features: + +- Responsive content +- Blog pagination +- Text Search +- Social links +- Dark mode +- Fast performance diff --git a/content/theme/hugo-blog-awesome.md b/content/theme/hugo-blog-awesome.md new file mode 100644 index 000000000..deb499729 --- /dev/null +++ b/content/theme/hugo-blog-awesome.md @@ -0,0 +1,282 @@ +--- +title: Hugo blog awesome +github: https://github.com/hugo-sid/hugo-blog-awesome +demo: https://hba.sid.one/ +author: Sidharth R +date: 2023-02-15T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +css: + - SCSS +archetype: + - Blog + - Portfolio +description: Fast, minimal blog with dark mode support. +--- + +
+ + + + Hashnode logo + + +
+

Hugo Blog Awesome | Demo

+ +

⚡ Fast | 📰 Clean UI | 🌙 Dark mode support | 📱 Responsive design

+ +## Screenshots + +| Dark mode | Light mode | +| --- | --- | +| ![Dark mode](https://raw.githubusercontent.com/hugo-sid/hugo-blog-awesome/master/images/dark.png) | ![Light mode](https://raw.githubusercontent.com/hugo-sid/hugo-blog-awesome/master/images/light.png) | + +
+ Page speed score (click to expand) + +![Page speed score](https://raw.githubusercontent.com/hugo-sid/hugo-blog-awesome/master/images/pagespeed.png) + +Google PageSpeed Insights [test link](https://pagespeed.web.dev/report?url=https%3A%2F%2Fhugo-blog-awesome.netlify.app%2F). + +
+ +## Why this theme? + +Hugo Blog Awesome is a theme crafted to capture your readers' attention. + +Additionally, it's fast, [privacy-conscious](https://themarkup.org/blacklight?url=hba.sid.one), and comes with no external dependencies. That's right. There are no Google fonts, icon packs, or JavaScript frameworks. No trackers or ads to bloat your website. + +Its focus on minimalism and clean UI ensures that your content takes the spotlight. This, coupled with the support for dark mode, provides a stress-free (on the eyes) reading experience for your audience. + +Built with Hugo, SCSS, and vanilla JavaScript. + +## Features + +- Minimal design +- Responsive design +- Light and dark modes +- Syntax highlighting +- RSS feed +- No jQuery, Bootstrap +- 100/100 Google PageSpeed Insights [score](https://pagespeed.web.dev/report?url=https%3A%2F%2Fhugo-blog-awesome.netlify.app%2F) on all 4 metrics + +## Setup + +> **Note**: You need to have the Hugo extended version installed in order to use this theme. This theme uses SCSS for styling. With the Hugo extended version, SCSS can be compiled to CSS without any additional tools. + +To create a new Hugo site with this theme, run the following command: + + hugo new site myblog + +Then, clone this repository into the `themes` directory of your new site: + + cd myblog + git clone https://github.com/hugo-sid/hugo-blog-awesome.git themes/hugo-blog-awesome + +To preview the theme with example content, run the following command from the `exampleSite` directory: + + hugo server --themesDir ../.. + +## Usage + +To use this theme, set the `theme` variable in your site's `config.toml` to `hugo-blog-awesome`: + + theme = "hugo-blog-awesome" + +## Configuration + +You can take a look at the `config.toml` file in the `exampleSite` directory for an example configuration. +It is recommended that you copy the `config.toml` file from the `exampleSite` directory to the root directory of your Hugo site. You can then edit the `config.toml` file to suit your needs. + +### Adding favicon + +I used [realfavicongenerator.net](https://realfavicongenerator.net/) to generate the favicons. You can place the resulting files in the `assets\icons` folder. That should get your favicon working. + +If you want to customize anything further, you can modify `layouts\partials\head.html`. + +### Adding Social icons + +Social icons can be added by congifuring `config.toml` file in the following manner. + +```toml +[[params.socialIcons]] +name = "github" +url = "https://github.com/hugo-sid" + +[[params.socialIcons]] +name = "twitter" +url = "https://twitter.com" + +[[params.socialIcons]] +name = "Rss" +url = "index.xml" +``` + +
+ List of available icons (click to expand) + +| Name | Platform | +| --------------- | ------------------------------- | +| `123rf` | 123rf.com | +| `adobestock` | stock.adobe.com | +| `applemusic` | music.apple.com | +| `behance` | behance.net | +| `bilibili` | bilibili.com | +| `bitcoin` | - | +| `buymeacoffee` | buymeacoffee.com | +| `codepen` | codepen.io | +| `cryptohack` | cryptohack.org | +| `ctftime` | ctftime.org | +| `cv` | - | +| `deezer` | deezer.com | +| `dev` | dev.to | +| `discogs` | discogs.com | +| `discord` | discord.com | +| `dreamstime` | dreamstime.com | +| `dribbble` | dribbble.com | +| `email` | - | +| `facebook` | facebook.com | +| `flickr` | flickr.com | +| `freepik` | freepik.com | +| `gitea` | gitea.io | +| `github` | github.com | +| `gitlab` | gitlab.com | +| `goodreads` | goodreads.com | +| `googlescholar` | scholar.google.com | +| `guruShots` | gurushots.com | +| `hackerone` | hackerone.com | +| `hackerrank` | hackerrank.com | +| `hackthebox` | hackthebox.eu | +| `instagram` | instagram.com | +| `itchio` | itch.io | +| `kaggle` | - | +| `kakaotalk` | kakaocorp.com/service/KakaoTalk | +| `key` | - | +| `keybase` | keybase.io | +| `kofi` | ko-fi.com | +| `komoot` | - | +| `lastfm` | last.fm | +| `letterboxd` | - | +| `liberapay` | liberapay.com | +| `linkedin` | linkedin.com | +| `mastodon` | mastodon.social | +| `matrix` | matrix.org | +| `medium` | medium.com | +| `monero` | - | +| `mixcloud` | mixcloud.com | +| `nuget` | nuget.org | +| `paypal` | paypal.com | +| `peertube` | - | +| `pgp` | - | +| `phone` | - | +| `ploywork` | ploywork.com | +| `qq` | qq.com | +| `reddit` | reddit.com | +| `researchgate` | researchgate.net | +| `rss` | - | +| `serverfault` | serverfault.com | +| `soundcloud` | soundcloud.com | +| `shutterstock` | shutterstock.com | +| `slack` | slack.com | +| `snapchat` | snapchat.com/add | +| `spotify` | spotify.com | +| `stackoverflow` | stackoverflow.com | +| `steam` | steampowered.com | +| `strava` | strava.com | +| `telegram` | telegram.org | +| `tiktok` | tiktok.com | +| `twitch` | twitch.tv | +| `twitter` | twitter.com | +| `unsplash` | unsplash.com | +| `xda` | xda-developers.com | +| `xing` | xing.com | +| `ycombinator` | ycombinator.com | +| `youtube` | youtube.com | +| `other` | - | + +
+ +If you are trying to add an icon that is not listed above, you can modify `layouts\partials\svgs\svgs.html` to include your icon (SVG). You are encouraged to submit your icon by creating a pull request, so that others can benefit. + +### Enable go to top button + +To enable go to top button on blog posts, set `goToTop` to `true` in `config.toml` file. + +```toml +[params] + goToTop = true +``` + +## Content + +### Posts + +To create a new post, run the following command: + + hugo new posts/my-first-post.md + +Then, edit the `my-first-post.md` file to suit your needs. + +### Comments + +To enable Disqus comments, set `disqusShortname` in your site's `config.toml`. + +To use another comments system, provide your own `comments.html` partial in `layouts\partials\comments.html`. + +## Contributing + +Please read [CONTRIBUTING.md](https://github.com/hugo-sid/hugo-blog-awesome/blob/main/CONTRIBUTING.md). + +## Contributors + +Thanks to these wonderful people for contributing to Hugo blog awesome: + + + + + +## Websites using this theme + +If you are using this theme for any website, feel free to list the website here. You can submit a pull request (PR) to include your website. + +- +- +- +- +- +- +- +- +- +- +- +- + +## Support + +Don't forget to ⭐️ the repo if you liked this theme! + +Buy Me a Coffee at ko-fi.com + +## Credits + +The social icons are made possible thanks to [Aditya Telange](https://github.com/adityatelange)'s [hugo-PaperMod](https://github.com/adityatelange/hugo-PaperMod) theme. + +Thanks to [piharpi](https://harpi.me/) for creating the [Jekyll klise theme](https://github.com/piharpi/jekyll-klise). It served as an inspiration to create this Hugo theme. + +## License + +This theme is released under the MIT license. For more information read the [License](https://github.com/hugo-sid/hugo-blog-awesome/blob/main/LICENSE). + +## Stats + +### Visitors + +[![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2Fhugo-sid%2Fhugo-blog-awesome&countColor=%2337d67a&style=flat)](https://visitorbadge.io/status?path=https%3A%2F%2Fgithub.com%2Fhugo-sid%2Fhugo-blog-awesome) + +### Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=hugo-sid/hugo-blog-awesome&type=Date)](https://star-history.com/#hugo-sid/hugo-blog-awesome&Date) diff --git a/content/theme/hugo-blog-jeffprod.md b/content/theme/hugo-blog-jeffprod.md index ad7962d79..fab12cec8 100644 --- a/content/theme/hugo-blog-jeffprod.md +++ b/content/theme/hugo-blog-jeffprod.md @@ -12,4 +12,6 @@ description: >- A free blog theme for HUGO (https://gohugo.io/), with tags, archives, last posts... stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-book.md b/content/theme/hugo-book.md index a8fd0179f..0ad21adfb 100644 --- a/content/theme/hugo-book.md +++ b/content/theme/hugo-book.md @@ -1,7 +1,7 @@ --- title: Book github: https://github.com/alex-shpak/hugo-book -demo: https://themes.gohugo.io/theme/hugo-book/ +demo: https://hugo-book-demo.netlify.app/ author: Alex Shpak ssg: - Hugo @@ -10,4 +10,6 @@ cms: date: 2018-09-05T14:21:31.000Z description: Hugo documentation theme as simple as plain book stale: false +disabled: false +disabled_reason: null --- diff --git a/content/theme/hugo-bootstrap-bp-startpage.md b/content/theme/hugo-bootstrap-bp-startpage.md index c573f80a5..e9b7a7646 100644 --- a/content/theme/hugo-bootstrap-bp-startpage.md +++ b/content/theme/hugo-bootstrap-bp-startpage.md @@ -12,4 +12,6 @@ description: >- Bootstrap based Hugo startpage theme which provides out of the box best practices. stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-bootstrap-bp.md b/content/theme/hugo-bootstrap-bp.md index 9e049443a..039522dd5 100644 --- a/content/theme/hugo-bootstrap-bp.md +++ b/content/theme/hugo-bootstrap-bp.md @@ -10,4 +10,6 @@ cms: date: 2018-10-27T19:44:58.000Z description: Bootstrap based Hugo theme which provides out of the box best practices. stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-bootstrap.md b/content/theme/hugo-bootstrap.md new file mode 100644 index 000000000..7b504a034 --- /dev/null +++ b/content/theme/hugo-bootstrap.md @@ -0,0 +1,62 @@ +--- +title: Hugo Bootstrap Theme +github: https://github.com/razonyang/hugo-theme-bootstrap +demo: https://hugo-theme-bootstrap.netlify.app/ +author: razonyang +date: 2021-07-26T00:00:00.000Z +ssg: + - Hugo +css: + - Bootstrap +cms: + - No CMS +archetype: + - Blog +description: An extreme fast, responsive and feature-rich blog theme for Hugo. +stale: false +--- + +[English](https://github.com/razonyang/hugo-theme-bootstrap/blob/master/README.md) · +[简体中文](https://github.com/razonyang/hugo-theme-bootstrap/blob/master/README.zh-CN.md) · +[繁體中文](https://github.com/razonyang/hugo-theme-bootstrap/blob/master/README.zh-TW.md) + +## Screenshots + +![Screenshot](https://raw.githubusercontent.com/razonyang/hugo-theme-bootstrap/master/images/screenshot.png) + +**Dark Mode** + +![Screenshot in Dark Mode](https://raw.githubusercontent.com/razonyang/hugo-theme-bootstrap/master/images/screenshot-dark.png) + +## Live Preview + +- https://hugo-theme-bootstrap.netlify.app/ - Deploy on Netlify. +- https://hugo-theme-bootstrap.razonyang.com/ - A self-hosted server located in Asia. + +There is also a [list of websites that use this theme](https://github.com/razonyang/hugo-theme-bootstrap/blob/master/USERS.md). + +## Features + +- Extreme Fast: [Google PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights/?url=https://hugo-theme-bootstrap.netlify.app/en/)'s score `95-100`. +- Built on top of [Bootstrap 5](https://getbootstrap.com/). +- Responsive. +- Various Palettes: `blue`, `blue-gray`, `brown`, `cyan`, `green`, `indigo`, `orange`, `pink`, `purple`, `red`, `teal`, `yellow`. +- [Highly Configurable](#configuration). +- Dark Mode Switcher. +- Font Size Switcher. +- Multilingual(I18N). +- Search. +- Breadcrumb. +- Archive. +- [Syntax Highlighting](#syntax-highlighting) +- Resources Lazy Loading: `image` and `iframe`. +- Reward Widget: supports Alipay and Wechat. +- Table of Contents. +- Share Buttons: supports [AddThis](https://www.addthis.com). +- [Comments](#comments): supports [Disqus](#disqus) and [Utterances](#utterances). +- [Custom Assets](#custom-assets): custom CSS and JS. +- [Hooks](#hooks): provides ability to add custom code in page, such as `head`, `body`, `sidebar` etc. +- [Social Links](#social-links). +- [Various Shortcodes](#shortcodes). +- [Twitter Cards](https://gohugo.io/templates/internal/#configure-twitter-cards) and [Open Graph](https://gohugo.io/templates/internal/#configure-open-graph). +- [Creative Commons License](https://creativecommons.org/licenses/) diff --git a/content/theme/hugo-bootstrap4-theme.md b/content/theme/hugo-bootstrap4-theme.md index 16ad77562..70fc678fa 100644 --- a/content/theme/hugo-bootstrap4-theme.md +++ b/content/theme/hugo-bootstrap4-theme.md @@ -10,4 +10,6 @@ cms: date: 2015-10-27T13:16:12.000Z description: Bootstrap theme for Hugo stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-cactus-theme.md b/content/theme/hugo-cactus-theme.md index 20c22c4c0..e99468f29 100644 --- a/content/theme/hugo-cactus-theme.md +++ b/content/theme/hugo-cactus-theme.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2015-06-18T16:26:37.000Z description: Port of Nick Balestra's Cactus theme to Hugo. -stale: false +stale: true disabled_reason: demo url not found disabled: true --- diff --git a/content/theme/hugo-capsule.md b/content/theme/hugo-capsule.md index 8c62f630f..cf493fdce 100644 --- a/content/theme/hugo-capsule.md +++ b/content/theme/hugo-capsule.md @@ -12,4 +12,6 @@ css: date: 2017-09-30T15:29:45.000Z description: A Hugo theme based on the CSS-only Bulma framework. stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-cards-theme.md b/content/theme/hugo-cards-theme.md index f340849a6..c93f0966c 100644 --- a/content/theme/hugo-cards-theme.md +++ b/content/theme/hugo-cards-theme.md @@ -10,4 +10,6 @@ cms: date: 2018-09-29T23:11:06.000Z description: A bootstrap based minimal hugo theme based on webjeda-cards stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-changelog-theme.md b/content/theme/hugo-changelog-theme.md index dbd896be0..85d54ebff 100644 --- a/content/theme/hugo-changelog-theme.md +++ b/content/theme/hugo-changelog-theme.md @@ -10,4 +10,6 @@ cms: date: 2018-09-02T19:35:09.000Z description: A Hugo changelog theme stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-chringel.md b/content/theme/hugo-chringel.md new file mode 100644 index 000000000..61d4e4987 --- /dev/null +++ b/content/theme/hugo-chringel.md @@ -0,0 +1,34 @@ +--- +title: chringel +github: https://github.com/chringel21/chringel-hugo-theme +demo: https://chringel21.github.io/chringel-hugo-theme/ +author: Christian Engel +date: 2022-03-22T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog +description: Privacy focused theme for Hugo using TailwindCSS +stale: false +--- + +# Privacy focused theme for Hugo 🕵️ + +This theme was created with privacy in mind. By default, Disqus and Google Analytics are disabled, but you are free to use them, if you want. Instead this theme comes with configuration options for [Isso](https://posativ.org/isso/) and [umami](https://umami.is/). + +## Features + +* 🌝 /🌚 Automatic dark mode based on device setting +* 💬 Isso commenting server similar to Disqus ([self-hosted](https://posativ.org/isso/docs/install/)) +* 📈 umami - simple, easy to use, web analytics solution ([self-hosted](https://umami.is/docs/install)) +* 🐦 SVG (social) icons powered by [ionicons](https://ionic.io/ionicons), currently Twitter and Github are available, but more can be downloaded with a simple shell script +* 🧑‍💻 Syntax highlighting with copy function +* 🔗 Deeplinks to headings in a blog post + +## Full Installation Instructions + +https://github.com/chringel21/chringel-hugo-theme diff --git a/content/theme/hugo-clarity.md b/content/theme/hugo-clarity.md index 20c52d5b2..77c8a7eb3 100644 --- a/content/theme/hugo-clarity.md +++ b/content/theme/hugo-clarity.md @@ -15,6 +15,8 @@ description: >- Design System featuring rich code support, dark/light mode, mobile support, and much more. stale: false +disabled: true +disabled_reason: demo url not found --- # A perfect theme for bloggers who code diff --git a/content/theme/hugo-classic-theme.md b/content/theme/hugo-classic-theme.md index 37dd4a36f..a3a3aff88 100644 --- a/content/theme/hugo-classic-theme.md +++ b/content/theme/hugo-classic-theme.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2017-07-13T02:02:26.000Z description: A simple and text-centric theme for Hugo.io -stale: false +stale: true --- diff --git a/content/theme/hugo-classless-theme.md b/content/theme/hugo-classless-theme.md index f33dbb806..af67aaabd 100644 --- a/content/theme/hugo-classless-theme.md +++ b/content/theme/hugo-classless-theme.md @@ -10,4 +10,6 @@ cms: date: 2018-04-10T04:11:51.000Z description: The Classless templates and themes implemented in Hugo stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-coder.md b/content/theme/hugo-coder.md index 51d9feb76..83ecc21c5 100644 --- a/content/theme/hugo-coder.md +++ b/content/theme/hugo-coder.md @@ -12,4 +12,6 @@ css: date: 2018-02-17T13:45:54.000Z description: A minimalist blog theme for hugo. stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-cohub.md b/content/theme/hugo-cohub.md new file mode 100644 index 000000000..04393e45b --- /dev/null +++ b/content/theme/hugo-cohub.md @@ -0,0 +1,32 @@ +--- +title: CoHub Hugo +github: https://github.com/StaticMania/hugo-cohub +demo: https://cohub.staticmania.com/ +author: StaticMania +date: 2022-04-07T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +css: + - Bootstrap +archetype: + - Business +description: >- + coHub is a simple, minimal and responsive Portfolio Hugo Theme. coHub is well + organized, well-formatted and named accordingly so it’s easy to change any and + all of the design. coHub is built with Bootstrap 4.5. You can customize it + very easy to fit your needs. +stale: false +--- + +## Features + +* Responsive Ready. +* Powered by Bootstrap 4.5. +* Blog Support. +* Well formatted code. +* Easy Customization. +* Formspree Contact form. +* Google Analytics. +* Crafted for Personal Portfolio diff --git a/content/theme/hugo-conference-theme.md b/content/theme/hugo-conference-theme.md index e4d10abf5..2e43d1316 100644 --- a/content/theme/hugo-conference-theme.md +++ b/content/theme/hugo-conference-theme.md @@ -10,4 +10,6 @@ cms: date: 2017-10-29T12:19:33.000Z description: The easiest way to create websites for conference/events stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-congo.md b/content/theme/hugo-congo.md new file mode 100644 index 000000000..ec763b979 --- /dev/null +++ b/content/theme/hugo-congo.md @@ -0,0 +1,47 @@ +--- +title: Congo +github: https://github.com/jpanther/congo +demo: https://jpanther.github.io/congo/ +author: jpanther +date: 2021-08-23T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog + - Personal +description: A powerful, lightweight theme for Hugo built with Tailwind CSS. +stale: false +--- + +Congo is designed to be a powerful, lightweight theme for Hugo. It's built using Tailwind CSS with a clean and minimalist design that prioritises to your content. + +## Features + +- Fully responsive layout built with Tailwind CSS 3.0 +- Multiple colour schemes (or fully customise your own) +- Dark mode (forced on/off or auto-switching with user toggle) +- Highly customisable configuration +- Multiple homepage layouts +- Flexible with any content types, taxonomies and menus +- Multilingual content support inlcuding support for RTL languages +- Ability to link to posts on third-party websites +- Client-side site search powered by Fuse.js +- Diagrams and visualisations using Mermaid +- Charts using Chart.js +- Mathematical notation using KaTeX +- SVG icons from FontAwesome 5 +- Automatic image resizing using Hugo Pipes +- Heading anchors, Tables of Contents, Code copy, Buttons, Badges and more +- HTML and Emoji support in articles 🎉 +- SEO friendly with links for sharing to social media +- Fathom Analytics and Google Analytics support +- RSS feeds, Favicons and comments support +- Advanced customisation using simple Tailwind colour definitions and styles +- Optimised for performance and accessibility with perfect Lighthouse scores +- Fully documented with regular updates + +Check out the [demo site](https://jpanther.github.io/congo/) or [theme documentation](https://jpanther.github.io/congo/docs/) to learn more. diff --git a/content/theme/hugo-contrast-theme.md b/content/theme/hugo-contrast-theme.md index bffbec7c4..e36e00215 100644 --- a/content/theme/hugo-contrast-theme.md +++ b/content/theme/hugo-contrast-theme.md @@ -10,4 +10,6 @@ cms: date: 2019-07-15T13:03:07.000Z description: Minimalistic Hugo theme stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-crab-theme.md b/content/theme/hugo-crab-theme.md index 0220fc8aa..327501578 100644 --- a/content/theme/hugo-crab-theme.md +++ b/content/theme/hugo-crab-theme.md @@ -9,5 +9,7 @@ cms: - No Cms date: 2017-03-18T10:48:37.000Z description: Crab theme for Hugo -stale: false +stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-creative-portfolio-theme.md b/content/theme/hugo-creative-portfolio-theme.md index 646760995..ed46f1b01 100644 --- a/content/theme/hugo-creative-portfolio-theme.md +++ b/content/theme/hugo-creative-portfolio-theme.md @@ -10,4 +10,6 @@ cms: date: 2016-11-02T09:44:46.000Z description: Port of the creative portfolio theme to Hugo stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-creative-theme.md b/content/theme/hugo-creative-theme.md index 83aa7c17c..4cbd7f3ed 100644 --- a/content/theme/hugo-creative-theme.md +++ b/content/theme/hugo-creative-theme.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2015-06-12T18:40:58.000Z description: Port of Startbootstrap's Creative theme to Hugo -stale: true +stale: false disabled_reason: demo url not found disabled: true --- diff --git a/content/theme/hugo-curious.md b/content/theme/hugo-curious.md index 80b8930c8..22a240b82 100644 --- a/content/theme/hugo-curious.md +++ b/content/theme/hugo-curious.md @@ -8,7 +8,7 @@ ssg: - Hugo cms: - No CMS - - NetlifyCMS + - DecapCMS css: - SCSS archetype: @@ -17,7 +17,7 @@ archetype: description: >- A modern and full-featured Hugo theme for personal blog. Blogs, Notes, Projects, Contact form, Subscriber form, Comments... -stale: false +stale: true --- ## Story diff --git a/content/theme/hugo-devlitecv-theme.md b/content/theme/hugo-devlitecv-theme.md new file mode 100644 index 000000000..948528eb9 --- /dev/null +++ b/content/theme/hugo-devlitecv-theme.md @@ -0,0 +1,42 @@ +--- +title: "DevLite CV" +github: https://github.com/oborshch/devlite-cv +demo: https://oborshch.github.io/devlite-cv/ +author: oborshch +date: 2022-09-23 +ssg: + - Hugo +cms: + - No CMS +css: + - Bootstrap +archetype: + - CV + - Resume +description: Hugo Devlite CV theme is created for developers so they can create their CV effortlessly +--- + +### Features + +* Fully Responsive +* HTML5 + CSS3 +* Built on Bootstrap 3 +* Shields shields.io +* FontAwesome icons +* **LESS** files included +* Compatible with all modern browsers + +### Using + +1. Install Hugo +[How to install hugo](https://gohugo.io/overview/installing/) + +2. Create a new site +``` +hugo new site examplesite +``` +3. Clone this Git repository +``` +cd examplesite +git clone https://github.com/oborshch/devlite-cv.git themes/devlite-cv/ +``` diff --git a/content/theme/hugo-dgraph-theme.md b/content/theme/hugo-dgraph-theme.md index 89b712cd9..5b75ff14c 100644 --- a/content/theme/hugo-dgraph-theme.md +++ b/content/theme/hugo-dgraph-theme.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2016-07-25T08:45:30.000Z description: Hugo theme used for our blog -stale: false +stale: true --- diff --git a/content/theme/hugo-digital-garden.md b/content/theme/hugo-digital-garden.md new file mode 100644 index 000000000..10435d797 --- /dev/null +++ b/content/theme/hugo-digital-garden.md @@ -0,0 +1,37 @@ +--- +title: Digital Garden +github: https://github.com/apvarun/digital-garden-hugo-theme +demo: https://digital-garden-hugo-theme.vercel.app/ +author: Varun A P +date: 2021-12-23T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog + - Portfolio + - Personal +description: Build your own personal Digital Garden effortlessly with this Hugo theme +stale: false +disabled: false +--- + +Digital Garden theme is a well-optimized theme to build your personal digital presense. + +### Features: + +- Multi-column layout +- Responsive Website, Optimized for mobile reading +- Custom portfolio showcase layout +- Social media links +- Code highlighting (highlight.js) +- Light and Dark mode +- KaTeX math expression support +- Fast performance with perfect score on Lighthouse (Report) +- SEO optimized with support for Twitter Cards and Open Graph +- Built-in 404 page +- Google Analytics support +- Sitemap and RSS feed for your content (OOTB with Hugo) diff --git a/content/theme/hugo-dot-org-theme.md b/content/theme/hugo-dot-org-theme.md new file mode 100644 index 000000000..0064217a2 --- /dev/null +++ b/content/theme/hugo-dot-org-theme.md @@ -0,0 +1,54 @@ +--- +title: Dot-Org +github: https://github.com/cncf/dot-org-hugo-theme +demo: https://dot-org-hugo-theme-demo.netlify.app/ +author: CNCF +date: 2023-09-17T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +css: + - SCSS + - PostCSS +archetype: + - Blog + - Business + - Multi Purpose +description: Hugo theme for a small organization, developed by CNCF. +stale: false +--- + +# Dot-Org Theme for Hugo + +This Hugo theme is ideal for powering the website of a small organization or project. It was built initially by [CNCF.io](https://www.cncf.io) (part of [The Linux Foundation](https://www.linuxfoundation.org)) for the [TODO Group](https://todogroup.org) and has the following strengths: + +- **Modern** - simple yet effective modern design +- **Responsive** - works on mobile through to desktop, mobile first design +- **Accessible** - design and markup comply with WCAG 2.1 AA guidelines +- **Fast** - HTML/CSS/JS written from scratch to be as fast as possible without relying on frameworks or libraries +- **Performance** - perfect 100 Lighthouse/[PageSpeed Insight](https://pagespeed.web.dev/) scores :rocket: +- **Multilingual** - ready to support multiple languages of content +- **Mega Menu** - large menu with dropdown sections, custom footer menu +- **Blog** - blog posts ready to go +- **FAQ accordion** - FAQ page with accordion structure +- **Custom Shortcodes** - Easily insert advanced features with simple shortcodes +- **Social links** - Insert URLs to activate +- **Much more** - Google Analytics, insert custom JS and CSS, Open Graph OG content, favicons, Blog post authors linked to Twitter, Edit page link. + +#### Custom Shortcodes Included: + +- Buttons +- Cards +- Columns +- Current Year +- Img +- iFrame +- Linebreak +- Responsive Table +- Spacer +- Table of Contents +- YouTube Enhanced Embed + +For feedback, support or bug reporting, please see our [GitHub repo](https://github.com/cncf/dot-org-hugo-theme). + diff --git a/content/theme/hugo-dusk.md b/content/theme/hugo-dusk.md index cfe47d733..0dc691560 100644 --- a/content/theme/hugo-dusk.md +++ b/content/theme/hugo-dusk.md @@ -11,4 +11,5 @@ date: 2017-04-22T11:43:42.000Z description: Simple, minimalistic dark theme for Hugo. stale: true disabled_reason: demo url not found +disabled: true --- diff --git a/content/theme/hugo-dusky-neon-potato.md b/content/theme/hugo-dusky-neon-potato.md index 2f68d16f2..d1ac8f49b 100644 --- a/content/theme/hugo-dusky-neon-potato.md +++ b/content/theme/hugo-dusky-neon-potato.md @@ -10,4 +10,6 @@ cms: date: 2018-09-04T04:55:12.000Z description: a merging of the dusk and potato-dark themes for hugo stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-edidor-theme.md b/content/theme/hugo-edidor-theme.md index 46a345fef..12d19b02c 100644 --- a/content/theme/hugo-edidor-theme.md +++ b/content/theme/hugo-edidor-theme.md @@ -12,4 +12,6 @@ description: >- A hugo theme that looks like an editor with a builtin style generator, INFINITE COLOR MODE from a market perspective. 😂 stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-eiio.md b/content/theme/hugo-eiio.md index 3ab58c583..33af14bf8 100644 --- a/content/theme/hugo-eiio.md +++ b/content/theme/hugo-eiio.md @@ -10,4 +10,6 @@ cms: date: 2016-12-03T09:41:16.000Z description: Hugo Blog Theme stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-elate-theme.md b/content/theme/hugo-elate-theme.md index af99c0490..082913079 100644 --- a/content/theme/hugo-elate-theme.md +++ b/content/theme/hugo-elate-theme.md @@ -10,4 +10,6 @@ cms: date: 2016-11-18T15:14:54.000Z description: A one page parallax theme with animation for Hugo stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-elephants.md b/content/theme/hugo-elephants.md index 5bc38b137..3ac13a11c 100644 --- a/content/theme/hugo-elephants.md +++ b/content/theme/hugo-elephants.md @@ -10,4 +10,6 @@ cms: date: 2018-01-01T20:30:49.000Z description: Minimal Hugo theme using the Ubuntu font stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-engimo-theme.md b/content/theme/hugo-engimo-theme.md index 90a307183..99a12179a 100644 --- a/content/theme/hugo-engimo-theme.md +++ b/content/theme/hugo-engimo-theme.md @@ -11,5 +11,5 @@ date: 2018-07-26T17:44:04.000Z description: >- minimo-eng - Minimalist theme for Hugo tuned for engineering content, based on Minimo -stale: true +stale: false --- diff --git a/content/theme/hugo-er-theme.md b/content/theme/hugo-er-theme.md index 91021b816..0248beaf5 100644 --- a/content/theme/hugo-er-theme.md +++ b/content/theme/hugo-er-theme.md @@ -10,4 +10,6 @@ cms: date: 2018-04-30T18:02:34.000Z description: ':snail: a hugo theme' stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-eureka.md b/content/theme/hugo-eureka.md index 49cc7d60a..f53032fca 100644 --- a/content/theme/hugo-eureka.md +++ b/content/theme/hugo-eureka.md @@ -15,6 +15,8 @@ archetype: - Blog description: Eureka is a feature-rich and highly customizable Hugo theme. stale: false +disabled: true +disabled_reason: demo url not found --- English | [简体中文](https://github.com/wangchucheng/hugo-eureka/blob/master/README.zh.md) diff --git a/content/theme/hugo-ezhil.md b/content/theme/hugo-ezhil.md index e7bac4126..521efbda9 100644 --- a/content/theme/hugo-ezhil.md +++ b/content/theme/hugo-ezhil.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-04-09T20:57:27.000Z description: Clean and minimal personal blog theme for Hugo -stale: false +stale: true --- diff --git a/content/theme/hugo-fabric-theme.md b/content/theme/hugo-fabric-theme.md index 173ee3728..4d5e3a60d 100644 --- a/content/theme/hugo-fabric-theme.md +++ b/content/theme/hugo-fabric-theme.md @@ -10,4 +10,6 @@ cms: date: 2017-03-08T10:25:13.000Z description: Hugo Fabric Theme stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-faq-theme.md b/content/theme/hugo-faq-theme.md index cceebb042..fffef609c 100644 --- a/content/theme/hugo-faq-theme.md +++ b/content/theme/hugo-faq-theme.md @@ -10,4 +10,6 @@ cms: date: 2016-09-21T20:55:08.000Z description: Simple FAQ Theme for Hugo stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/hugo-flex.md b/content/theme/hugo-flex.md index e3ba69d5f..86d3227d9 100644 --- a/content/theme/hugo-flex.md +++ b/content/theme/hugo-flex.md @@ -1,13 +1,51 @@ --- title: Hugo Flex -github: https://github.com/de-souza/hugo-flex -demo: https://themes.gohugo.io/theme/hugo-flex/ -author: Léo De Souza +github: https://github.com/ldeso/hugo-flex +demo: https://ldeso.github.io/hugo-flex-demo/ +author: Léo de Souza ssg: - Hugo cms: - - No Cms -date: 2019-02-17T17:31:39.000Z -description: A lightweight Hugo theme leveraging CSS Flexbox + - DecapCMS +archetype: + - Blog + - Personal +date: 2024-01-23T08:26:31.000Z +description: A lightweight Hugo theme leveraging CSS Flexbox. stale: false --- + +# Hugo Flex + +A lightweight Hugo theme leveraging [CSS Flexbox](https://developer.mozilla.org/docs/Web/CSS/CSS_Flexible_Box_Layout). + +## Features + +- [Flexbox](https://developer.mozilla.org/docs/Web/CSS/CSS_Flexible_Box_Layout)-based responsive layout +- [100% performance and accessibility scores](https://pagespeed.web.dev/analysis/https-ldeso-github-io-hugo-flex-demo/2fffkrwjoi) on PageSpeed Insights +- No framework +- No javascript +- Full posts in RSS feed +- RSS page looks like a normal page +- [Multilingual support](https://gohugo.io/content-management/multilingual/) +- [Dark theme](https://mzl.la/3PVbdQX) + +Optional features: + +- [Syntax highlighting](https://github.com/ldeso/hugo-flex#syntax-highlighting) +- Show [summaries](https://gohugo.io/content-management/summaries/) on homepage +- [Schema.org](https://schema.org/), [Open Graph](https://ogp.me/) and [Twitter Cards](https://developer.twitter.com/cards/) metadata +- [Utterances](https://utteranc.es/) comments widget +- Custom CSS and JS may be added [site-wide](https://github.com/ldeso/hugo-flex#custom-css-and-js), or [dynamically](https://github.com/ldeso/hugo-flex#dynamically-embedded) with shortcodes +- Built-in shortcodes: + - [Math rendering](https://github.com/ldeso/hugo-flex#math-rendering) with [KaTeX](https://katex.org/) + - [Netlify contact form](https://github.com/ldeso/hugo-flex#netlify-contact-form) + - Privacy-friendly [SoundCloud player](https://github.com/ldeso/hugo-flex#soundcloud-player) + +## Instructions + +Instructions on how to use the theme are available [on GitHub](https://github.com/ldeso/hugo-flex). + +## License + +This theme is licensed under the [Apache License 2.0](https://github.com/ldeso/hugo-flex/raw/master/LICENSE). diff --git a/content/theme/hugo-foundation-theme.md b/content/theme/hugo-foundation-theme.md index 416dcf16e..eb0401965 100644 --- a/content/theme/hugo-foundation-theme.md +++ b/content/theme/hugo-foundation-theme.md @@ -10,4 +10,6 @@ cms: date: 2016-12-11T17:15:15.000Z description: Core theme files for Hugo Foundation. stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-frais-theme.md b/content/theme/hugo-frais-theme.md index 6af08f8c5..5cc95a21a 100644 --- a/content/theme/hugo-frais-theme.md +++ b/content/theme/hugo-frais-theme.md @@ -10,4 +10,6 @@ cms: date: 2016-10-06T16:42:56.000Z description: A fresh and french theme for Hugo stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-freelancer-theme.md b/content/theme/hugo-freelancer-theme.md index 3a3051b82..ede2714e6 100644 --- a/content/theme/hugo-freelancer-theme.md +++ b/content/theme/hugo-freelancer-theme.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2015-06-10T13:59:47.000Z description: Port of Startbootstrap's Freelancer theme to Hugo -stale: true +stale: false disabled_reason: demo url not found disabled: true --- diff --git a/content/theme/hugo-future-imperfect-slim.md b/content/theme/hugo-future-imperfect-slim.md index cf98df4f6..b0ab183e6 100644 --- a/content/theme/hugo-future-imperfect-slim.md +++ b/content/theme/hugo-future-imperfect-slim.md @@ -10,4 +10,6 @@ cms: date: 2019-04-06T17:48:53.000Z description: Multilingual Blogging Theme for Hugo stale: false +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/hugo-future-imperfect.md b/content/theme/hugo-future-imperfect.md index b70a6d283..ca20292d6 100644 --- a/content/theme/hugo-future-imperfect.md +++ b/content/theme/hugo-future-imperfect.md @@ -10,4 +10,6 @@ cms: date: 2016-03-21T00:52:47.000Z description: A ported theme with some extras for the Hugo static website engine stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-ghostwriter.md b/content/theme/hugo-ghostwriter.md index 265602ef3..3b5ca6967 100644 --- a/content/theme/hugo-ghostwriter.md +++ b/content/theme/hugo-ghostwriter.md @@ -10,4 +10,6 @@ cms: date: 2015-04-26T09:57:24.000Z description: A port of ghostwriter theme to Hugo. stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-goa.md b/content/theme/hugo-goa.md index f8a998f91..c54f8c0e1 100644 --- a/content/theme/hugo-goa.md +++ b/content/theme/hugo-goa.md @@ -10,4 +10,6 @@ cms: date: 2016-10-08T02:59:24.000Z description: Simple Minimalistic Theme for Hugo stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-gokarna.md b/content/theme/hugo-gokarna.md new file mode 100644 index 000000000..1de8af1fc --- /dev/null +++ b/content/theme/hugo-gokarna.md @@ -0,0 +1,30 @@ +--- +title: Gokarna +github: https://github.com/526avijitgupta/gokarna +demo: https://gokarna-hugo.netlify.app/ +author: 526avijitgupta +date: 2022-08-15T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +archetype: + - Blog + - Portfolio +description: An opinionated theme with a focus on minimalism and simplicity. +stale: false +--- + +## Features + +- Minimalistic & fast +- Customizable header +- Responsive +- Available in light and dark themes +- Native fonts and support for [feather icons](https://feathericons.com/) and [svg icons](https://gokarna-hugo.netlify.app/posts/theme-documentation-advanced/#icons-on-homepage) +- Syntax highlighting +- SEO Ready +- Table of contents which can be configured per page +- Option to add custom javascript and css +- RSS Feed +- Math typesetting using [Katex](https://gokarna-hugo.netlify.app/posts/theme-documentation-advanced/#katex) diff --git a/content/theme/hugo-grapes-theme.md b/content/theme/hugo-grapes-theme.md index 1e282045c..2871719d9 100644 --- a/content/theme/hugo-grapes-theme.md +++ b/content/theme/hugo-grapes-theme.md @@ -10,4 +10,6 @@ cms: date: 2018-10-23T04:13:29.000Z description: A minimalistic text based theme for Hugo with grapes color theme stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-gridside-theme.md b/content/theme/hugo-gridside-theme.md index f2d275b62..693163f7d 100644 --- a/content/theme/hugo-gridside-theme.md +++ b/content/theme/hugo-gridside-theme.md @@ -10,4 +10,6 @@ cms: date: 2015-08-09T19:22:58.000Z description: Personal portfolio and blog for use by the Hugo generator. stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-h5bp-simple.md b/content/theme/hugo-h5bp-simple.md index d665f4f5c..248255737 100644 --- a/content/theme/hugo-h5bp-simple.md +++ b/content/theme/hugo-h5bp-simple.md @@ -10,4 +10,6 @@ cms: date: 2015-07-24T20:42:48.000Z description: Simple responsive them for Go Hugo stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-hb-theme.md b/content/theme/hugo-hb-theme.md new file mode 100644 index 000000000..7e7276ada --- /dev/null +++ b/content/theme/hugo-hb-theme.md @@ -0,0 +1,59 @@ +--- +title: "HB Starter Theme" +github: https://github.com/hbstack/theme +demo: https://hb-theme.hugomods.com/ +author: Razon Yang +date: 2023-03-31 +ssg: + - Hugo +cms: + - No CMS +css: + - Bootstrap +archetype: + - Blog + - Documentation + - Personal + - Multi Purpose +description: The starter theme of Hugo Bootstrap framework (HB). +--- + +The starter theme template of [HB Framework](https://hb.hugomods.com). + +## Features + +- **Fast** and **SEO** friendly: [PageSpeed Insight](https://pagespeed.web.dev/analysis?url=https://hb-theme.hugomods.com/en/) scored perfect :100: in all four metrics on mobile and desktop. +- **Multi-purpose**: blog, project documentations, digital garden and so on. +- **Responsive**: mobile first, built on top of Bootstrap v5.3. +- :ice_cube: **Modular** and **flexible**: extend features via various modules. +- :first_quarter_moon: **Dark mode**: light, dark or auto (follow system). +- :mag: **Search**: powerful client side *fuzzy* search that allows *filtering* and *sorting* of results, as well as searching from all multilingual sites. +- **PurgeCSS**: remove unused CSS. +- :rocket: **PWA**: + - Installable: add site to home screen. + - Offline available: offline page and offline image. + - Allow precaching resources, such as CSS, JS and fonts. +- :framed_picture: **Images Processing**: process images via URL query string and fragment, such as alignment, resizing, cropping and so on, friendly to Markdown. +- :computer: **Code block panel**: expand toggle, code copy button, line number toggle and wrap toggle. +- **Menus**: supports header menus and footer menus. +- :framed_picture: Image viewer: zoom in/out image. +- :card_index_dividers: **Archives**: group by year and month. +- :memo: **Multiple authors**: articles can be co-authored. +- :globe_with_meridians: **Multilingual**. +- :arrow_left: **RTL**: supports Right-to-Left languages. +- :arrow_up: Back/Return to top button. +- Social links: supports header and footer social links. +- Content: supports KaTex (math), Mermaid (diagrams) and Bootstrap shortcodes. +- ... + +## Live Demos + +| Platform | URL | +| -------- | --- | +| Cloudflare Pages | https://hb-theme.hugomods.com/ | +| GitHub Pages | https://hbstack.github.io/theme/ | +| Netlify | https://hb-theme.netlify.app/ | + +## Screenshot + +![Screenshot](https://raw.githubusercontent.com/hbstack/theme/main/images/screenshot.png) diff --git a/content/theme/hugo-hestia-pure-theme.md b/content/theme/hugo-hestia-pure-theme.md index 6852cbba0..905b40044 100644 --- a/content/theme/hugo-hestia-pure-theme.md +++ b/content/theme/hugo-hestia-pure-theme.md @@ -10,4 +10,6 @@ cms: date: 2017-06-28T09:14:32.000Z description: Hestia Pure is a Hugo theme based on Pure CSS. stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-highlights-theme.md b/content/theme/hugo-highlights-theme.md index 61b89abd3..c7e9aeacc 100644 --- a/content/theme/hugo-highlights-theme.md +++ b/content/theme/hugo-highlights-theme.md @@ -10,4 +10,6 @@ cms: date: 2016-06-03T08:33:42.000Z description: a one page layout for gohugo.io stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-hikari-theme.md b/content/theme/hugo-hikari-theme.md index 5609f5257..cd4cce405 100644 --- a/content/theme/hugo-hikari-theme.md +++ b/content/theme/hugo-hikari-theme.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2015-07-26T17:27:04.000Z description: Port of Mathieu Mayer-Mazzoli's Hikari theme to Hugo -stale: false +stale: true disabled_reason: demo url not found disabled: true --- diff --git a/content/theme/hugo-hpstr-theme.md b/content/theme/hugo-hpstr-theme.md index 4969da1df..ef934af57 100644 --- a/content/theme/hugo-hpstr-theme.md +++ b/content/theme/hugo-hpstr-theme.md @@ -10,4 +10,6 @@ cms: date: 2016-09-20T06:39:12.000Z description: ':art: A Hugo theme based on the HPSTR Jekyll theme.' stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-hugotube.md b/content/theme/hugo-hugotube.md index 6e2cb9e83..738111c8a 100644 --- a/content/theme/hugo-hugotube.md +++ b/content/theme/hugo-hugotube.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2017-12-04T12:35:17.000Z description: Responsive Hugo theme inspired in YouTube layout -stale: false +stale: true --- diff --git a/content/theme/hugo-hugrid-theme.md b/content/theme/hugo-hugrid-theme.md index a344b678d..ad029b3ee 100644 --- a/content/theme/hugo-hugrid-theme.md +++ b/content/theme/hugo-hugrid-theme.md @@ -13,4 +13,6 @@ description: >- to perform anyone or anything quickly. Portfolio, collection, bookmarks, contacts and so on. stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-hyde-theme.md b/content/theme/hugo-hyde-theme.md index 499c50aa4..047805648 100644 --- a/content/theme/hugo-hyde-theme.md +++ b/content/theme/hugo-hyde-theme.md @@ -10,4 +10,6 @@ cms: date: 2014-05-23T19:47:51.000Z description: Port of Mdo's excellent theme to Hugo stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-icarus.md b/content/theme/hugo-icarus.md index 11f393010..31ccf021d 100644 --- a/content/theme/hugo-icarus.md +++ b/content/theme/hugo-icarus.md @@ -9,6 +9,7 @@ cms: - No Cms date: 2015-10-02T18:57:45.000Z description: Port of Ruipeng Zhang's Hexo theme Icarus to Hugo. -stale: false +stale: true disabled_reason: demo url not found +disabled: true --- \ No newline at end of file diff --git a/content/theme/hugo-icon.md b/content/theme/hugo-icon.md index 3f5928e47..31c5cb7a0 100644 --- a/content/theme/hugo-icon.md +++ b/content/theme/hugo-icon.md @@ -10,4 +10,6 @@ cms: date: 2017-09-19T11:24:46.000Z description: Icon theme for Hugo stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/hugo-identity-theme.md b/content/theme/hugo-identity-theme.md index bdfca92d8..db7ada489 100644 --- a/content/theme/hugo-identity-theme.md +++ b/content/theme/hugo-identity-theme.md @@ -10,4 +10,6 @@ cms: date: 2016-03-31T15:43:08.000Z description: Little profile/card-style template for Hugo. Based on Identity by HTML5 UP. stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-indigo.md b/content/theme/hugo-indigo.md index d2bd80e9b..59459cae5 100644 --- a/content/theme/hugo-indigo.md +++ b/content/theme/hugo-indigo.md @@ -9,5 +9,7 @@ cms: - No Cms date: 2018-08-14T10:10:53.000Z description: An IndieWeb-friendly custom theme for Hugo -stale: false +stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-infinity.md b/content/theme/hugo-infinity.md deleted file mode 100644 index d4cd2f155..000000000 --- a/content/theme/hugo-infinity.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Infinity -github: https://github.com/themefisher/infinity-hugo -demo: https://themes.gohugo.io/theme/infinity-hugo/ -author: Themefisher -ssg: - - Hugo -cms: - - No Cms -date: 2018-07-04T11:01:47.000Z -description: Infinity Coming Soon Template Hugo Version by themefisher -stale: false ---- diff --git a/content/theme/hugo-initio-theme.md b/content/theme/hugo-initio-theme.md index 080c72db7..062f07958 100644 --- a/content/theme/hugo-initio-theme.md +++ b/content/theme/hugo-initio-theme.md @@ -10,4 +10,6 @@ cms: date: 2017-05-30T14:34:35.000Z description: Hugo Theme adaptation of Initio from GetTemplate stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-inkblotty.md b/content/theme/hugo-inkblotty.md index 5d9b8da15..ee110242a 100644 --- a/content/theme/hugo-inkblotty.md +++ b/content/theme/hugo-inkblotty.md @@ -10,4 +10,6 @@ cms: date: 2019-03-19T14:10:18.000Z description: Responsive Hugo theme based on Inkblot of WordPress theme stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-internet-webblog.md b/content/theme/hugo-internet-webblog.md index dc84fa2f6..2338afac7 100644 --- a/content/theme/hugo-internet-webblog.md +++ b/content/theme/hugo-internet-webblog.md @@ -10,4 +10,6 @@ cms: date: 2016-02-20T05:44:23.000Z description: internet weblog theme for Hugo stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-journal.md b/content/theme/hugo-journal.md index 35c5b3649..a9389aa5c 100644 --- a/content/theme/hugo-journal.md +++ b/content/theme/hugo-journal.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2017-07-23T16:16:34.000Z description: Minimalist theme for gohugo -stale: false +stale: true --- diff --git a/content/theme/hugo-khata.md b/content/theme/hugo-khata.md index 9708ab58f..3fb262090 100644 --- a/content/theme/hugo-khata.md +++ b/content/theme/hugo-khata.md @@ -10,4 +10,6 @@ cms: date: 2019-07-02T02:28:29.000Z description: Hugo theme for documentation. stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-kiera.md b/content/theme/hugo-kiera.md index 4ba786214..05d99c98c 100644 --- a/content/theme/hugo-kiera.md +++ b/content/theme/hugo-kiera.md @@ -10,4 +10,6 @@ cms: date: 2017-11-13T00:53:41.000Z description: Kiera - A Hugo Theme for writing stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-kiss-theme.md b/content/theme/hugo-kiss-theme.md index a56e4e12b..23d399800 100644 --- a/content/theme/hugo-kiss-theme.md +++ b/content/theme/hugo-kiss-theme.md @@ -10,4 +10,6 @@ cms: date: 2017-10-23T19:57:06.000Z description: Stupidly simple Hugo blogging theme stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-kitab.md b/content/theme/hugo-kitab.md index 5c9800219..acb777671 100644 --- a/content/theme/hugo-kitab.md +++ b/content/theme/hugo-kitab.md @@ -10,4 +10,6 @@ cms: date: 2019-05-19T01:32:59.000Z description: A hugo theme for publishing books stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-kraiklyn-theme.md b/content/theme/hugo-kraiklyn-theme.md index 545653038..746a6f8f8 100644 --- a/content/theme/hugo-kraiklyn-theme.md +++ b/content/theme/hugo-kraiklyn-theme.md @@ -9,5 +9,7 @@ cms: - No Cms date: 2018-01-28T19:59:39.000Z description: A Hugo theme for one page documentation -stale: true +stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-kube-theme.md b/content/theme/hugo-kube-theme.md index f7d8ab734..77b3d0380 100644 --- a/content/theme/hugo-kube-theme.md +++ b/content/theme/hugo-kube-theme.md @@ -13,6 +13,6 @@ description: >- designers that offers a documentation section mixed with a landing page and a blog. stale: false -disabled: true -disabled_reason: demo url not found +disabled: false +disabled_reason: '' --- diff --git a/content/theme/hugo-lamp.md b/content/theme/hugo-lamp.md index 7f03b0077..924228305 100644 --- a/content/theme/hugo-lamp.md +++ b/content/theme/hugo-lamp.md @@ -9,5 +9,7 @@ cms: - No Cms date: 2018-05-28T08:10:44.000Z description: A light Hugo AMP responsive theme for blogger ⚡. -stale: false +stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/hugo-landing-page.md b/content/theme/hugo-landing-page.md index 1b3ca5b46..a62e26329 100644 --- a/content/theme/hugo-landing-page.md +++ b/content/theme/hugo-landing-page.md @@ -14,7 +14,7 @@ css: archetype: - Business description: A simple landing page built with Hugo and Tailwind CSS. -stale: false +stale: true --- # Hugo Landing Page diff --git a/content/theme/hugo-lanyon-theme.md b/content/theme/hugo-lanyon-theme.md index abb8a0dc2..fb8de4c29 100644 --- a/content/theme/hugo-lanyon-theme.md +++ b/content/theme/hugo-lanyon-theme.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2014-03-14T05:52:03.000Z description: Port of poole/lanyon, to spf13/hugo -stale: false +stale: true --- diff --git a/content/theme/hugo-leaveit-theme.md b/content/theme/hugo-leaveit-theme.md index 2b59fe153..30545e18e 100644 --- a/content/theme/hugo-leaveit-theme.md +++ b/content/theme/hugo-leaveit-theme.md @@ -10,4 +10,6 @@ cms: date: 2018-09-12T08:46:04.000Z description: A simple, minimal, clean blog theme for hugo. stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-light-theme.md b/content/theme/hugo-light-theme.md index 2d69f2609..c5cad5532 100644 --- a/content/theme/hugo-light-theme.md +++ b/content/theme/hugo-light-theme.md @@ -9,4 +9,6 @@ cms: - No Cms date: 2016-11-03T03:04:10.000Z stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-lime.md b/content/theme/hugo-lime.md index 43caf84ef..720f1b088 100644 --- a/content/theme/hugo-lime.md +++ b/content/theme/hugo-lime.md @@ -10,4 +10,6 @@ cms: date: 2018-08-25T17:12:50.000Z description: Hugo Lime is a business theme for GoHugo by https://uicard.io stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-liquorice.md b/content/theme/hugo-liquorice.md index bf6832d3d..8318b783e 100644 --- a/content/theme/hugo-liquorice.md +++ b/content/theme/hugo-liquorice.md @@ -10,4 +10,6 @@ cms: date: 2014-08-17T22:54:01.000Z description: Liquorice is a small black and white theme for Hugo. stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-lithium-theme.md b/content/theme/hugo-lithium-theme.md index a112bbe6f..3cb99c768 100644 --- a/content/theme/hugo-lithium-theme.md +++ b/content/theme/hugo-lithium-theme.md @@ -10,4 +10,6 @@ cms: date: 2016-05-06T02:29:31.000Z description: Lithium - A simple responsive Hugo theme stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-lodi-theme.md b/content/theme/hugo-lodi-theme.md index 0455e9c41..92fc41d50 100644 --- a/content/theme/hugo-lodi-theme.md +++ b/content/theme/hugo-lodi-theme.md @@ -10,4 +10,6 @@ cms: date: 2017-10-15T09:52:43.000Z description: Lodi theme for Hugo stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-lynx.md b/content/theme/hugo-lynx.md new file mode 100644 index 000000000..d8aca37cb --- /dev/null +++ b/content/theme/hugo-lynx.md @@ -0,0 +1,29 @@ +--- +title: Lynx +github: https://github.com/jpanther/lynx +demo: https://jpanther.github.io/lynx/ +author: jpanther +date: 2021-11-01T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +css: + - Tailwind +archetype: + - Personal +description: A simple links theme for Hugo built with Tailwind CSS. +stale: false +--- + +Lynx is designed to be a simple links page powered by Hugo. It's built using Tailwind CSS and inspired by services like LinkTree. + +## Features + +- Built with Tailwind CSS JIT for minified stylesheets without any excess code +- Fully responsive layout +- Dark mode (auto-switching based upon browser) +- SVG icons from FontAwesome 5 +- HTML and Emoji support +- Fathom Analytics and Google Analytics support +- Favicons support diff --git a/content/theme/hugo-m10c-theme.md b/content/theme/hugo-m10c-theme.md index 7e0b5fe98..0bf112eca 100644 --- a/content/theme/hugo-m10c-theme.md +++ b/content/theme/hugo-m10c-theme.md @@ -10,4 +10,6 @@ cms: date: 2019-01-19T09:43:35.000Z description: A minimalistic (m10c) blog theme for Hugo stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-manis.md b/content/theme/hugo-manis.md index e1d6927bb..9f7a56c69 100644 --- a/content/theme/hugo-manis.md +++ b/content/theme/hugo-manis.md @@ -10,4 +10,6 @@ cms: date: 2017-06-24T04:21:19.000Z description: Sweet little Hugo's theme for personal website stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-material-blog.md b/content/theme/hugo-material-blog.md index bda08639e..f220e2039 100644 --- a/content/theme/hugo-material-blog.md +++ b/content/theme/hugo-material-blog.md @@ -10,4 +10,6 @@ cms: date: 2018-04-21T15:43:28.000Z description: Clean Material Design blog theme for Hugo. stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-material-design.md b/content/theme/hugo-material-design.md index 6872a2f10..170b70d60 100644 --- a/content/theme/hugo-material-design.md +++ b/content/theme/hugo-material-design.md @@ -10,4 +10,6 @@ cms: date: 2015-05-15T13:44:38.000Z description: Simple Material Design Theme for Hugo stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-mediumish-theme.md b/content/theme/hugo-mediumish-theme.md index fc3196d5f..193931d9f 100644 --- a/content/theme/hugo-mediumish-theme.md +++ b/content/theme/hugo-mediumish-theme.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-10-07T08:26:20.000Z description: A mediumish gohugo theme, ported from jekyll -stale: false +stale: true --- diff --git a/content/theme/hugo-mero-theme.md b/content/theme/hugo-mero-theme.md index 35aa8ed3a..f01e3e41b 100644 --- a/content/theme/hugo-mero-theme.md +++ b/content/theme/hugo-mero-theme.md @@ -9,5 +9,7 @@ cms: - No Cms date: 2019-03-03T03:55:20.000Z description: Hugo theme for personal blogs -stale: true +stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-min-night.md b/content/theme/hugo-min-night.md index ad614a415..5f2cb228b 100644 --- a/content/theme/hugo-min-night.md +++ b/content/theme/hugo-min-night.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-05-19T17:36:39.000Z description: An easy on the eyes Hugo blog theme with dark mode. -stale: false +stale: true --- diff --git a/content/theme/hugo-minimage.md b/content/theme/hugo-minimage.md index 198be4682..506f9cb06 100644 --- a/content/theme/hugo-minimage.md +++ b/content/theme/hugo-minimage.md @@ -10,4 +10,6 @@ cms: date: 2017-11-04T10:52:19.000Z description: Hugo's theme stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-minimalist-spa.md b/content/theme/hugo-minimalist-spa.md index 8312b187d..cac8cc3c7 100644 --- a/content/theme/hugo-minimalist-spa.md +++ b/content/theme/hugo-minimalist-spa.md @@ -10,4 +10,6 @@ cms: date: 2018-09-15T14:57:06.000Z description: A minimalist single page application theme for Hugo stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-myportfolio-theme.md b/content/theme/hugo-myportfolio-theme.md index 81c18a6cc..7066f0e5a 100644 --- a/content/theme/hugo-myportfolio-theme.md +++ b/content/theme/hugo-myportfolio-theme.md @@ -9,5 +9,7 @@ cms: - No Cms date: 2018-09-10T06:57:49.000Z description: Adaptation of the HUGO Creative Theme to support several portfolios. -stale: false +stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-navigator.md b/content/theme/hugo-navigator.md deleted file mode 100644 index 334832ad6..000000000 --- a/content/theme/hugo-navigator.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Navigator Hugo -github: https://github.com/themefisher/navigator-hugo -demo: https://themes.gohugo.io/theme/navigator-hugo/en -author: Theme Fisher -ssg: - - Hugo -cms: - - No Cms -date: 2018-07-08T10:28:35.000Z -description: 'Navigator Template Hugo Version by themefisher . ' -stale: false ---- diff --git a/content/theme/hugo-nederburg-theme.md b/content/theme/hugo-nederburg-theme.md index 297b7b6e3..a4ecef2b2 100644 --- a/content/theme/hugo-nederburg-theme.md +++ b/content/theme/hugo-nederburg-theme.md @@ -10,4 +10,6 @@ cms: date: 2018-03-16T01:18:29.000Z description: Nederburg is a fast and secure hugo theme and is a port of the Tracks WP theme stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-niello-theme.md b/content/theme/hugo-niello-theme.md index 96ee26b7f..f89865b5a 100644 --- a/content/theme/hugo-niello-theme.md +++ b/content/theme/hugo-niello-theme.md @@ -10,4 +10,6 @@ cms: date: 2019-01-03T09:47:08.000Z description: A Dark Theme for Hugo stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-nofancy.md b/content/theme/hugo-nofancy.md index 17e852130..5c26e9df2 100644 --- a/content/theme/hugo-nofancy.md +++ b/content/theme/hugo-nofancy.md @@ -10,4 +10,6 @@ cms: date: 2015-01-08T23:10:17.000Z description: A Hugo blog theme stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-now-ui.md b/content/theme/hugo-now-ui.md index f5f23b591..7c27ebe49 100644 --- a/content/theme/hugo-now-ui.md +++ b/content/theme/hugo-now-ui.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2017-11-24T22:14:31.000Z description: ':globe_with_meridians: Hugo adaptation of Now-UI from Creative Tim' -stale: false +stale: true disabled_reason: demo url not found disabled: true --- \ No newline at end of file diff --git a/content/theme/hugo-now.md b/content/theme/hugo-now.md index bf81c5f5a..737bbf713 100644 --- a/content/theme/hugo-now.md +++ b/content/theme/hugo-now.md @@ -10,4 +10,6 @@ cms: date: 2017-07-02T23:22:27.000Z description: a Hugo port of Jekyll Now stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-onedly-theme.md b/content/theme/hugo-onedly-theme.md index 2e42fe769..b326f8de9 100644 --- a/content/theme/hugo-onedly-theme.md +++ b/content/theme/hugo-onedly-theme.md @@ -10,4 +10,6 @@ cms: date: 2019-08-05T19:25:52.000Z description: Hugo theme for documenting One-Day-Only projects stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-onepress.md b/content/theme/hugo-onepress.md index 49b56272d..43cf61b27 100644 --- a/content/theme/hugo-onepress.md +++ b/content/theme/hugo-onepress.md @@ -12,4 +12,6 @@ description: >- A simple, clean, and responsive 'Hugo - Static Site Generator' theme for bloggers stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-orbit-theme.md b/content/theme/hugo-orbit-theme.md index b7f999de6..05c10eb3d 100644 --- a/content/theme/hugo-orbit-theme.md +++ b/content/theme/hugo-orbit-theme.md @@ -10,4 +10,6 @@ cms: date: 2016-09-26T06:30:06.000Z description: Great looking resume/CV theme designed for developers. stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-osprey_delight.md b/content/theme/hugo-osprey_delight.md new file mode 100644 index 000000000..cd01c36f5 --- /dev/null +++ b/content/theme/hugo-osprey_delight.md @@ -0,0 +1,60 @@ +--- +title: Osprey Delight +github: https://github.com/kdevo/osprey-delight +demo: https://hugo-mods.github.io/ +author: kdevo +date: 2022-05-01T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +css: + - SCSS +archetype: + - Single-Page + - Portfolio + - Blog +description: >- + Modular and fast theme perfectly suited for showing your work. Built with + hugo-mods. +stale: false +--- + +[![Osprey Delight Logo](https://raw.githubusercontent.com/kdevo/osprey-delight/master/images/osprey-delight-logo.png)](https://github.com/kdevo/osprey-delight) + +[![GitHub Release](https://img.shields.io/github/v/release/kdevo/osprey-delight?style=flat-square&color=%230097a7&logo=github)](https://github.com/kdevo/osprey-delight/releases/latest) +[![Discussions](https://img.shields.io/badge/GitHub-Discussions-%230097a7?logo=github&style=flat-square)](https://github.com/kdevo/osprey-delight/discussions) +[![Hugo Minimum Version](https://img.shields.io/badge/hugo-%3E=v0.83-%230097a7?logo=hugo&style=flat-square)](https://github.com/gohugoio/hugo/releases) +[![Built with hugo-mods](https://img.shields.io/static/v1?label=%E2%9D%A4&message=hugo-mods&color=0097a7&style=flat-square)](https://github.com/hugo-mods) + +Osprey Delight is the free-minded artist's choice for a clutter-free and blazingly fast single-page portfolio. It's perfectly suited to show off your awesome work! + +This theme is built around the modules shown on the demo site [Hugo Mods](https://hugo-mods.github.io/), making it highly customizable. +If you are only interested in a subset of the functionality, take a look at the existing modules [in the `hugo-mods` GitHub organization](https://github.com/hugo-mods). + +> Originating from [the great Osprey theme](https://github.com/tomanistor/osprey), it brings new features to your **delight** while keeping the original design idea. + +### Features + +- Modular and made out of extensible section building blocks: + - About: Introduce yourself + - Gallery: Show your work using a grid-based gallery with interactive modal boxes + - Blog: Lightweight blog features + - Contact: Contact form with Basin support and built-in spambot protection +- Use your high-quality images [assets](https://gohugo.io/categories/asset-management): + - Lazy image loading plus completely automatic resizing using [lazyimg](https://github.com/hugo-mods/lazyimg) module + - Blur-up technique using automatic low-quality image placeholders (LQIP) + - Modern WebP support with fallback for older browsers +- SEO: + - Score 100 at PageSpeed Insights ([example](https://pagespeed.web.dev/report?url=https%3A%2F%2Fkdevo.github.io%2F)) + - Auto-generated structured ensures that everyone finds you +- Delightful UX: + - Choose between different themes + - Awesome social icons in footer via [icons module](https://github.com/hugo-mods/icons) + - Smooth scrolling plus scroll-spy + - Fetches GitHub repo data if wanted + - Sane fallbacks for No-Script/No-JS users +- Highly [customizable](https://github.com/kdevo/osprey-delight/blob/master/CUSTOMIZING.md) + + +### [Get started!](https://github.com/kdevo/osprey-delight#quickstart) diff --git a/content/theme/hugo-pacman-theme.md b/content/theme/hugo-pacman-theme.md index 894ab57b7..bda1a000a 100644 --- a/content/theme/hugo-pacman-theme.md +++ b/content/theme/hugo-pacman-theme.md @@ -10,4 +10,6 @@ cms: date: 2016-03-20T16:05:24.000Z description: pacman theme support Hugo v0.37.1 now stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-paper.md b/content/theme/hugo-paper.md index c389a1e52..e60874cd9 100644 --- a/content/theme/hugo-paper.md +++ b/content/theme/hugo-paper.md @@ -10,4 +10,6 @@ cms: date: 2018-01-08T16:26:30.000Z description: 🌩 A simple, clean, flexible Hugo theme stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-papermod.md b/content/theme/hugo-papermod.md index d4d2bd401..02906a6e2 100644 --- a/content/theme/hugo-papermod.md +++ b/content/theme/hugo-papermod.md @@ -14,3 +14,27 @@ archetype: description: A fast, clean, responsive Hugo theme based on Paper stale: false --- + +## Features + +- Multilingual support. (with language selector) +- Light/Dark theme (automatic theme switch a/c to browser theme and theme-switch button). +- SEO Friendly. +- Multiple Author support. +- Search Page with Fuse.js +- No webpack, nodejs and other dependencies are required to edit the theme. +- Uses Hugo's asset generator with pipelining, fingerprinting, bundling and minification by default. +- 3 Modes: + - [Regular Mode.](https://github.com/adityatelange/hugo-PaperMod/wiki/Features#regular-mode-default-mode) + - [Home-Info Mode.](https://github.com/adityatelange/hugo-PaperMod/wiki/Features#home-info-mode) + - [Profile Mode.](https://github.com/adityatelange/hugo-PaperMod/wiki/Features#profile-mode) +- Table of Content Generation (newer implementation). +- Archive of posts. +- Social Icons (home-info and profile-mode) +- Social-Media Share buttons on posts. +- Menu location indicator. +- Taxonomies +- Cover image for each post (with Responsive image support). +- Other Posts suggestion below a post +- Breadcrumb Navigation +- Code Block Copy buttons diff --git a/content/theme/hugo-personal-web.md b/content/theme/hugo-personal-web.md index 2074aa503..fa1cb8ff7 100644 --- a/content/theme/hugo-personal-web.md +++ b/content/theme/hugo-personal-web.md @@ -10,4 +10,6 @@ cms: date: 2019-02-25T16:08:01.000Z description: Hugo Template for Freelancer Portfolio and Blog stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-piercer-theme.md b/content/theme/hugo-piercer-theme.md index 5edaeaca6..7661a0904 100644 --- a/content/theme/hugo-piercer-theme.md +++ b/content/theme/hugo-piercer-theme.md @@ -12,4 +12,6 @@ description: >- Piercer is a very customizable, fast and simple Hugo theme designed under the mobile-first philosophy. stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-poison.md b/content/theme/hugo-poison.md new file mode 100644 index 000000000..ac4d5f92e --- /dev/null +++ b/content/theme/hugo-poison.md @@ -0,0 +1,42 @@ +--- +title: "Poison" +github: https://github.com/lukeorth/poison +demo: https://poison.lukeorth.com +author: Luke Orth +date: 2022-11-04 +ssg: + - Hugo +cms: + - No CMS +archetype: + - Blog + - Personal + - Portfolio +description: Professional Hugo theme for dev bloggers. Based on Mdo's classic Hyde theme. +--- + +# A clean, professional Hugo theme + +*Poison* is a **clean**, **professional** Hugo theme designed to **captivate** your readers. + +It's also **tiny** and **privacy conscious** with *no external dependencies* (unless you opt to include comments). No JavaScript frameworks, icon packs, or Google fonts. No ads or trackers polluting your console window. + +**We kept things simple**. A little vanilla JavaScript, a dash of CSS, and the power of Hugo. + +All the static assets for the site (JS files, CSS, and fonts) are kept in the theme's */assets/* directory. **That way you know *exactly* what's going on your site**. + +## Features + +* Light and dark mode +* Table of contents +* comments (Disqus and Remark42) +* Series +* Tabs +* KaTeX support +* Mermaid diagram support +* PlantUML diagram support + +## Full Installation Instructions + +* [README](https://github.com/lukeorth/poison) +* [Demo site (with instructions)](https://poison.lukeorth.com/posts/introducing-poison/) diff --git a/content/theme/hugo-polymer-theme.md b/content/theme/hugo-polymer-theme.md index 5fd7d6351..b8818792f 100644 --- a/content/theme/hugo-polymer-theme.md +++ b/content/theme/hugo-polymer-theme.md @@ -10,4 +10,6 @@ cms: date: 2015-06-30T09:07:58.000Z description: Polymer Material Design Theme for Hugo stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-primer-theme.md b/content/theme/hugo-primer-theme.md index 5e2c01979..9329e2aec 100644 --- a/content/theme/hugo-primer-theme.md +++ b/content/theme/hugo-primer-theme.md @@ -10,4 +10,6 @@ cms: date: 2019-12-02T10:25:28.000Z description: Hugo theme based on GitHub's Primer CSS stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-profile.md b/content/theme/hugo-profile.md index 10198301b..72769ea01 100644 --- a/content/theme/hugo-profile.md +++ b/content/theme/hugo-profile.md @@ -7,7 +7,7 @@ date: 2020-10-22T00:00:00.000Z ssg: - Hugo cms: - - NetlifyCMS + - DecapCMS css: - Bootstrap archetype: diff --git a/content/theme/hugo-pulp.md b/content/theme/hugo-pulp.md index 1f0554dc6..9a7a0c6e2 100644 --- a/content/theme/hugo-pulp.md +++ b/content/theme/hugo-pulp.md @@ -10,4 +10,6 @@ cms: date: 2018-09-23T10:34:53.000Z description: Pulp is a Hugo theme for getting a simple, easy-to-read blog site. stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-refresh.md b/content/theme/hugo-refresh.md index 4af036de8..d3cbe3c6b 100644 --- a/content/theme/hugo-refresh.md +++ b/content/theme/hugo-refresh.md @@ -9,4 +9,6 @@ cms: - No Cms date: 2019-07-01T23:19:32.000Z stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-restaurant.md b/content/theme/hugo-restaurant.md deleted file mode 100644 index de7ec49d9..000000000 --- a/content/theme/hugo-restaurant.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Restaurant -github: https://github.com/themefisher/restaurant-hugo -demo: https://themes.gohugo.io/theme/restaurant-hugo/ -author: Themefisher -ssg: - - Hugo -cms: - - No Cms -date: 2019-03-17T09:52:58.000Z -stale: false ---- diff --git a/content/theme/hugo-resume-theme.md b/content/theme/hugo-resume-theme.md index d48ea09d2..0b6fc8a0b 100644 --- a/content/theme/hugo-resume-theme.md +++ b/content/theme/hugo-resume-theme.md @@ -10,4 +10,6 @@ cms: date: 2018-02-12T22:23:50.000Z description: A Hugo theme ported from startbootrap.com's resume template stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-sada-theme.md b/content/theme/hugo-sada-theme.md index 0c0e8b6da..bd5c93d8a 100644 --- a/content/theme/hugo-sada-theme.md +++ b/content/theme/hugo-sada-theme.md @@ -10,4 +10,6 @@ cms: date: 2018-12-16T23:03:20.000Z description: Simple hugo theme for resume created using Bootstrap 4 stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-serif.md b/content/theme/hugo-serif.md index 81641bbfd..f703bce96 100644 --- a/content/theme/hugo-serif.md +++ b/content/theme/hugo-serif.md @@ -13,14 +13,13 @@ description: >- archetypical business website. The theme is fully responsive, blazing fast and artfully illustrated. stale: false -weight: 11 --- # Deployment ## Stackbit -Use Stackbit to deploy this theme and connect any headless CMS _(Forestry, NetlifyCMS, Sanity, Contentful, DatoCMS)_ - It's actually really amazing. This theme contains a valid and tested `stackbit.yaml` +Use Stackbit to deploy this theme and connect any headless CMS _(Forestry, DecapCMS, Sanity, Contentful, DatoCMS)_ - It's actually really amazing. This theme contains a valid and tested `stackbit.yaml` [![Create with Stackbit](https://assets.stackbit.com/badge/create-with-stackbit.svg)](https://app.stackbit.com/create?theme=https://github.com/zerostaticthemes/hugo-serif-theme) diff --git a/content/theme/hugo-silhouette-theme.md b/content/theme/hugo-silhouette-theme.md index b9dc78fa9..489dd49b1 100644 --- a/content/theme/hugo-silhouette-theme.md +++ b/content/theme/hugo-silhouette-theme.md @@ -8,5 +8,7 @@ ssg: cms: - No Cms date: 2018-12-15T10:28:21.000Z -stale: true +stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-simple-a.md b/content/theme/hugo-simple-a.md index 182824771..40156795c 100644 --- a/content/theme/hugo-simple-a.md +++ b/content/theme/hugo-simple-a.md @@ -10,4 +10,6 @@ cms: date: 2014-06-19T09:30:36.000Z description: Minimalistic Hugo theme stale: true +disabled: true +disabled_reason: error checking demo url --- diff --git a/content/theme/hugo-simpleit.md b/content/theme/hugo-simpleit.md index 7ec992533..f4a7dfe21 100644 --- a/content/theme/hugo-simpleit.md +++ b/content/theme/hugo-simpleit.md @@ -10,4 +10,6 @@ cms: date: 2018-08-06T20:17:57.000Z description: Responsive Hugo theme for hierarchical content websites stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-simplicity-theme.md b/content/theme/hugo-simplicity-theme.md index 5b5a05875..4a90d9217 100644 --- a/content/theme/hugo-simplicity-theme.md +++ b/content/theme/hugo-simplicity-theme.md @@ -10,4 +10,6 @@ cms: date: 2017-11-05T18:54:34.000Z description: Hugo theme. stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-slick-theme.md b/content/theme/hugo-slick-theme.md index c910a7638..cd1c2c87d 100644 --- a/content/theme/hugo-slick-theme.md +++ b/content/theme/hugo-slick-theme.md @@ -10,4 +10,6 @@ cms: date: 2018-12-09T14:04:20.000Z description: A fast, minimal, responsive theme for Hugo which honours your privacy stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-sodium-theme.md b/content/theme/hugo-sodium-theme.md index 68c4d73a5..b37b7b499 100644 --- a/content/theme/hugo-sodium-theme.md +++ b/content/theme/hugo-sodium-theme.md @@ -9,4 +9,6 @@ cms: - No Cms date: 2018-06-28T04:01:56.000Z stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-solar-theme.md b/content/theme/hugo-solar-theme.md index efe6683e7..55b0c12fa 100644 --- a/content/theme/hugo-solar-theme.md +++ b/content/theme/hugo-solar-theme.md @@ -10,4 +10,6 @@ cms: date: 2017-07-24T09:16:53.000Z description: A port of solar-theme-ghost for Hugo stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-split-theme.md b/content/theme/hugo-split-theme.md index cac5b1be3..902e50b2b 100644 --- a/content/theme/hugo-split-theme.md +++ b/content/theme/hugo-split-theme.md @@ -10,4 +10,6 @@ cms: date: 2017-12-20T22:30:43.000Z description: Port of Split template by One Page Love to Hugo stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-starter-blog-theme-casper.md b/content/theme/hugo-starter-blog-theme-casper.md index 6f773d4be..60d54767f 100644 --- a/content/theme/hugo-starter-blog-theme-casper.md +++ b/content/theme/hugo-starter-blog-theme-casper.md @@ -7,13 +7,13 @@ date: 2020-06-03T00:00:00.000Z ssg: - Hugo cms: - - NetlifyCMS + - DecapCMS archetype: - Blog -description: A Hugo boilerplate for creating a blog site backed with NetlifyCMS. -stale: false +description: A Hugo boilerplate for creating a blog site backed with DecapCMS. +stale: true --- -A Hugo boilerplate for creating a blog site backed with [NetlifyCMS](https://www.netlifycms.org) for content authoring. +A Hugo boilerplate for creating a blog site backed with [DecapCMS](https://www.DecapCMS.org) for content authoring. This site template has an asset pipeline using Gulp and Webpack for processing JavaScript with Babel, and CSS with PostCSS. \ No newline at end of file diff --git a/content/theme/hugo-starter-blog-theme-kaldi.md b/content/theme/hugo-starter-blog-theme-kaldi.md index f64cc095e..2243af1bc 100644 --- a/content/theme/hugo-starter-blog-theme-kaldi.md +++ b/content/theme/hugo-starter-blog-theme-kaldi.md @@ -7,13 +7,13 @@ date: 2020-06-03T00:00:00.000Z ssg: - Hugo cms: - - NetlifyCMS + - DecapCMS archetype: - Blog description: A Hugo boilerplate for creating a blog site stale: false --- -A Hugo boilerplate for creating a blog site backed with [NetlifyCMS](https://www.netlifycms.org) for content authoring and [Netlify Identity](https://www.netlify.com/docs/identity/) for CMS user authentication. +A Hugo boilerplate for creating a blog site backed with [DecapCMS](https://www.DecapCMS.org) for content authoring and [Netlify Identity](https://www.netlify.com/docs/identity/) for CMS user authentication. It has an asset pipeline using Gulp and Webpack for processing JavaScript with Babel, and CSS with PostCSS. \ No newline at end of file diff --git a/content/theme/hugo-startpage-theme.md b/content/theme/hugo-startpage-theme.md index 2ebf33ee5..fc673a71d 100644 --- a/content/theme/hugo-startpage-theme.md +++ b/content/theme/hugo-startpage-theme.md @@ -10,4 +10,6 @@ cms: date: 2018-04-23T09:40:29.000Z description: Hugo start page theme, link listing built from yaml stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-stellar-theme.md b/content/theme/hugo-stellar-theme.md index c601f52a4..ee8946b49 100644 --- a/content/theme/hugo-stellar-theme.md +++ b/content/theme/hugo-stellar-theme.md @@ -10,4 +10,6 @@ cms: date: 2018-06-09T03:49:08.000Z description: a port of html5up.net/stellar template for Hugo static site generator stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-stip-theme.md b/content/theme/hugo-stip-theme.md index 1a7a58ebb..ff75cee81 100644 --- a/content/theme/hugo-stip-theme.md +++ b/content/theme/hugo-stip-theme.md @@ -12,4 +12,6 @@ description: >- Stip is a single-page Hugo theme to introduce yourself, based on Material Design's tap target design pattern. stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-strange-case.md b/content/theme/hugo-strange-case.md index d19a0b244..b8d850f86 100644 --- a/content/theme/hugo-strange-case.md +++ b/content/theme/hugo-strange-case.md @@ -12,4 +12,6 @@ description: >- Strange Case is a Hugo theme for people who like the Hyde theme ported from Jekyll but prefer using Bootstrap. stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-sugoi.md b/content/theme/hugo-sugoi.md index 727a0e385..afaab6203 100644 --- a/content/theme/hugo-sugoi.md +++ b/content/theme/hugo-sugoi.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2020-05-18T00:00:00.000Z description: An Ultra Minimal Hugo Theme based on Skeleton -stale: false +stale: true --- diff --git a/content/theme/hugo-sustain.md b/content/theme/hugo-sustain.md index d3ed93683..f5bd0abd3 100644 --- a/content/theme/hugo-sustain.md +++ b/content/theme/hugo-sustain.md @@ -9,7 +9,9 @@ cms: - No Cms date: 2016-10-22T07:21:04.000Z description: 🦁 Personal blog theme built with Bootstrap, powered by Hugo. -stale: false +stale: true +disabled: true +disabled_reason: error checking demo url --- Personal blog theme built with Bootstrap, powered by Hugo. diff --git a/content/theme/hugo-swift-theme.md b/content/theme/hugo-swift-theme.md index b3e28f8ee..105a5b236 100644 --- a/content/theme/hugo-swift-theme.md +++ b/content/theme/hugo-swift-theme.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-02-14T21:49:30.000Z description: A simple open source theme for publishing with hugo -stale: false +stale: true --- diff --git a/content/theme/hugo-syna.md b/content/theme/hugo-syna.md index 2437f1881..e809a7512 100644 --- a/content/theme/hugo-syna.md +++ b/content/theme/hugo-syna.md @@ -10,4 +10,6 @@ cms: date: 2017-09-07T11:51:44.000Z description: Highly customizable open source theme for Hugo based static websites stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-tale.md b/content/theme/hugo-tale.md index ed62e0818..6e228d6be 100644 --- a/content/theme/hugo-tale.md +++ b/content/theme/hugo-tale.md @@ -12,4 +12,6 @@ description: >- A port of the Tale theme for Hugo. Tale is a minimal theme curated for storytellers. stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-terrassa-theme.md b/content/theme/hugo-terrassa-theme.md index bd5233732..cdb4d5cfb 100644 --- a/content/theme/hugo-terrassa-theme.md +++ b/content/theme/hugo-terrassa-theme.md @@ -11,5 +11,7 @@ date: 2018-12-04T19:18:39.000Z description: >- Terrassa is a simple, fast and responsive theme for Hugo with a strong focus on accessibility. -stale: false +stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-texify2.md b/content/theme/hugo-texify2.md new file mode 100644 index 000000000..a904b2553 --- /dev/null +++ b/content/theme/hugo-texify2.md @@ -0,0 +1,37 @@ +--- +title: "TeXify2" +github: https://github.com/weastur/hugo-texify2 +demo: https://texify2.io +author: weastur +date: 2023-06-21 +ssg: + - Hugo +cms: + - No CMS +archetype: + - Blog + - Portfolio +description: A minimal, latex-style hugo theme for personal blogging +--- + +# TeXify2 + +A minimal, latex-style hugo theme for personal blogging. + +## Features + +- Social sharing buttons +- Any comment engine (giscus, remark42, hyvor, etc.) +- Word Counter and Reading Time +- [Meramid](https://mermaid.js.org) support +- DuckDuckGo search +- Configurable root font size +- Buymeacoffee widget +- Simplified config +- Hugo modules support +- [Disqus](https://disqus.com/) & Google Analytics included +- Responsive design for mobile devices +- Customize the site with your stylesheets +- Math equations powered by [KaTeX](https://katex.org/) +([MathJax](https://www.mathjax.org/) has been deleted) +- Minimal CSS, No JavaScript, Blazing Fast! diff --git a/content/theme/hugo-theme-air.md b/content/theme/hugo-theme-air.md index ea9911caa..d2bbd38fb 100644 --- a/content/theme/hugo-theme-air.md +++ b/content/theme/hugo-theme-air.md @@ -10,4 +10,6 @@ cms: date: 2015-07-24T20:15:24.000Z description: 'cname : syui.cf' stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-blueberry-detox.md b/content/theme/hugo-theme-blueberry-detox.md index e3a674886..c8c741c6c 100644 --- a/content/theme/hugo-theme-blueberry-detox.md +++ b/content/theme/hugo-theme-blueberry-detox.md @@ -9,4 +9,6 @@ cms: - No Cms date: 2015-04-25T16:51:59.000Z stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-cactus-plus.md b/content/theme/hugo-theme-cactus-plus.md index 04c05ede8..af66abd70 100644 --- a/content/theme/hugo-theme-cactus-plus.md +++ b/content/theme/hugo-theme-cactus-plus.md @@ -10,4 +10,6 @@ cms: date: 2017-01-15T14:56:47.000Z description: A minimalistic hugo theme based on cactus stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-charaka.md b/content/theme/hugo-theme-charaka.md index 9b27b017c..90c3dbe4e 100644 --- a/content/theme/hugo-theme-charaka.md +++ b/content/theme/hugo-theme-charaka.md @@ -10,4 +10,6 @@ cms: date: 2018-08-21T20:17:16.000Z description: Minimalistic and Responsive blog theme for hugo stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-chunky-poster.md b/content/theme/hugo-theme-chunky-poster.md index 7992f8078..632344775 100644 --- a/content/theme/hugo-theme-chunky-poster.md +++ b/content/theme/hugo-theme-chunky-poster.md @@ -9,7 +9,7 @@ ssg: css: - Bootstrap description: A simple, bootstrap 4 based hugo blog theme. -stale: false +stale: true --- # Features diff --git a/content/theme/hugo-theme-den.md b/content/theme/hugo-theme-den.md index 54464b01d..8d8c1a0d0 100644 --- a/content/theme/hugo-theme-den.md +++ b/content/theme/hugo-theme-den.md @@ -9,5 +9,7 @@ cms: - No Cms date: 2018-07-15T13:29:45.000Z description: A Simple Theme for Hugo -stale: false +stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-docura.md b/content/theme/hugo-theme-docura.md new file mode 100644 index 000000000..351153b34 --- /dev/null +++ b/content/theme/hugo-theme-docura.md @@ -0,0 +1,28 @@ +--- +title: Docura +github: https://github.com/docura/docura +demo: https://docura.github.io +author: Dumindu Madunuwan +date: 2023-07-26 +ssg: + - Hugo +cms: + - No CMS +archetype: + - Documentation +description: A modular Hugo theme to build your next documentation site +--- + +# Docura + +A modular Hugo theme to build your next documentation site. + +## Features + +- Responsive and adaptive layouts. +- Built-in dark, light and night themes. +- Customizable menu with Hugo configs. +- Customizable sidebars using Hugo data templates. +- Support for multiple documentation sets. +- Minimal reliance on external frameworks (No CSS, JS/npm, icon, font frameworks). +- SCSS/Vanilla JS based UI components and Hugo pipes based building process. diff --git a/content/theme/hugo-theme-dopetrope.md b/content/theme/hugo-theme-dopetrope.md index 56e0f6f59..3c02ac05c 100644 --- a/content/theme/hugo-theme-dopetrope.md +++ b/content/theme/hugo-theme-dopetrope.md @@ -1,6 +1,6 @@ --- title: Dopetrope -github: https://github.com/curtistimson/hugo-theme-dopetrope +github: https://github.com/curtiscde/hugo-theme-dopetrope demo: https://hugo-theme-dopetrope.netlify.com/ author: Curtis Timson ssg: @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-02-10T14:10:30.000Z description: Dopetrope theme for Hugo static site generator -stale: true +stale: false --- diff --git a/content/theme/hugo-theme-dream.md b/content/theme/hugo-theme-dream.md index 10e511956..e25f586fe 100644 --- a/content/theme/hugo-theme-dream.md +++ b/content/theme/hugo-theme-dream.md @@ -10,4 +10,6 @@ cms: date: 2017-10-06T07:19:22.000Z description: 🌱Hugo theme named Dream. stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-e25dx.md b/content/theme/hugo-theme-e25dx.md new file mode 100644 index 000000000..d83dab009 --- /dev/null +++ b/content/theme/hugo-theme-e25dx.md @@ -0,0 +1,25 @@ +--- +title: E25DX +github: https://github.com/dumindu/E25DX +demo: https://learning-rust.github.io/docs/overview/ +author: Dumindu Madunuwan +date: 2024-06-24 +ssg: + - Hugo +cms: + - No CMS +archetype: + - Documentation +description: Your next documentation theme... +--- + +# E25DX + +Your next documentation theme... + +## Features + +- Responsive and adaptive layouts. +- Built-in dark, light and night themes. +- Customizable sidebars using Hugo data templates. +- Minimal reliance on external frameworks (No CSS, JS/npm, icon, font frameworks). diff --git a/content/theme/hugo-theme-hamburg.md b/content/theme/hugo-theme-hamburg.md index c54c86531..9d97532f8 100644 --- a/content/theme/hugo-theme-hamburg.md +++ b/content/theme/hugo-theme-hamburg.md @@ -9,5 +9,7 @@ cms: - No Cms date: 2018-08-24T23:12:19.000Z description: Simple and clean blog theme for hugo -stale: true +stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-hermit.md b/content/theme/hugo-theme-hermit.md index 9a1be555f..773ba127f 100644 --- a/content/theme/hugo-theme-hermit.md +++ b/content/theme/hugo-theme-hermit.md @@ -10,4 +10,6 @@ cms: date: 2018-10-23T04:59:56.000Z description: A minimal & fast Hugo theme for bloggers stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/hugo-theme-iris.md b/content/theme/hugo-theme-iris.md index 1dad5ec6b..84180da37 100644 --- a/content/theme/hugo-theme-iris.md +++ b/content/theme/hugo-theme-iris.md @@ -7,7 +7,7 @@ date: 2020-06-25T00:00:00.000Z ssg: - Hugo cms: - - NetlifyCMS + - DecapCMS css: - Bulma archetype: diff --git a/content/theme/hugo-theme-jane.md b/content/theme/hugo-theme-jane.md index 29e1f50f9..ec33bbadf 100644 --- a/content/theme/hugo-theme-jane.md +++ b/content/theme/hugo-theme-jane.md @@ -9,7 +9,7 @@ cms: - Contentful - DatoCMS - Forestry - - NetlifyCMS + - DecapCMS - Sanity date: 2018-03-06T11:48:50.000Z description: A readable & concise theme for Hugo diff --git a/content/theme/hugo-theme-lean-launch-page.md b/content/theme/hugo-theme-lean-launch-page.md index 6a15f8b90..94aae4c1b 100644 --- a/content/theme/hugo-theme-lean-launch-page.md +++ b/content/theme/hugo-theme-lean-launch-page.md @@ -12,4 +12,6 @@ description: >- A theme for people creating pre-launch pages for a product or business. Allows you to have a landing page while collecting emails. stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-learn.md b/content/theme/hugo-theme-learn.md index cacf269a4..e1a3341b8 100644 --- a/content/theme/hugo-theme-learn.md +++ b/content/theme/hugo-theme-learn.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2016-03-17T10:58:41.000Z description: Porting Grav Learn theme to Hugo -stale: false +stale: true --- diff --git a/content/theme/hugo-theme-massively.md b/content/theme/hugo-theme-massively.md index 6ddbca5e6..c7edbc8b5 100644 --- a/content/theme/hugo-theme-massively.md +++ b/content/theme/hugo-theme-massively.md @@ -1,6 +1,6 @@ --- title: Hugo Massively -github: https://github.com/curtistimson/hugo-theme-massively +github: https://github.com/curtiscde/hugo-theme-massively demo: https://hugo-theme-massively.netlify.com/ author: Curtis Timson ssg: @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-02-24T14:39:43.000Z description: Massively theme for Hugo static site generator -stale: true +stale: false --- diff --git a/content/theme/hugo-theme-meme.md b/content/theme/hugo-theme-meme.md index 680e1c4d8..27f74d6c9 100644 --- a/content/theme/hugo-theme-meme.md +++ b/content/theme/hugo-theme-meme.md @@ -10,4 +10,6 @@ cms: date: 2019-08-12T04:06:21.000Z description: You can’t spell aWEsoME without MEME! 😝 stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-minos.md b/content/theme/hugo-theme-minos.md index fbce3685a..da34af0c9 100644 --- a/content/theme/hugo-theme-minos.md +++ b/content/theme/hugo-theme-minos.md @@ -10,4 +10,6 @@ cms: date: 2017-02-18T21:48:02.000Z description: A simple and retro styled Hugo theme ported from Hexo stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-nix.md b/content/theme/hugo-theme-nix.md index 8dc0fd16f..942c08502 100644 --- a/content/theme/hugo-theme-nix.md +++ b/content/theme/hugo-theme-nix.md @@ -10,4 +10,6 @@ cms: date: 2016-09-30T08:11:59.000Z description: Nix is a simple, minimal theme for Hugo stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-pixyll.md b/content/theme/hugo-theme-pixyll.md index bafc5d848..1fdd7a2be 100644 --- a/content/theme/hugo-theme-pixyll.md +++ b/content/theme/hugo-theme-pixyll.md @@ -10,4 +10,6 @@ cms: date: 2014-11-15T12:25:29.000Z description: A simple, beautiful Hugo theme that's mobile first. stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-puppet.md b/content/theme/hugo-theme-puppet.md new file mode 100644 index 000000000..6fd81b7b6 --- /dev/null +++ b/content/theme/hugo-theme-puppet.md @@ -0,0 +1,29 @@ +--- +title: Puppet +github: https://github.com/roninro/hugo-theme-puppet +author: bdougie +demo: https://hugo-theme-puppet.netlify.app/ +date: 2022-08-25T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +archetype: + - Blog +description: a responsive, simple and clean Hugo theme based on the Huxblog Jekyll theme +stale: false +--- + +## Features + +* Responsive +* SEO +* Table of Contents +* Image Zoom +* Syntax Highlighting +* Search +* Comments +* Google Analytics +* Custom CSS and JS +* Custom 404 Page +* Custom Favicon diff --git a/content/theme/hugo-theme-robotico.md b/content/theme/hugo-theme-robotico.md index df200b61d..56b80ed1a 100644 --- a/content/theme/hugo-theme-robotico.md +++ b/content/theme/hugo-theme-robotico.md @@ -10,4 +10,6 @@ cms: date: 2018-10-31T06:02:08.000Z description: A minimal hugo theme based on Ala Geek stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-scroll.md b/content/theme/hugo-theme-scroll.md new file mode 100644 index 000000000..d228b1b59 --- /dev/null +++ b/content/theme/hugo-theme-scroll.md @@ -0,0 +1,32 @@ +--- +title: Scroll +github: https://github.com/zjedi/hugo-scroll +demo: https://zjedi.github.io/hugo-scroll/ +author: Janrasch,zjedi +date: 2023-04-10T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +css: + - SCSS +archetype: + - Single page + - Portfolio + - Business +description: Clean, responsive, single-page Hugo theme. +stale: false +--- + +## ⭐ Features +- Responsive to screen size/shape +- SEO friendly +- Customizable +- Video cover +- [Fork Awesome Icons][fork-awesome-icons] out of the box +- Header logo +- Visual guards to guarantee readability +- External links +- JS/CSS Assets optimized (Minification, Fingerpriting, pipeline-processed +into single file) +- git info in footer (opt-in) \ No newline at end of file diff --git a/content/theme/hugo-theme-serial-programmer.md b/content/theme/hugo-theme-serial-programmer.md new file mode 100644 index 000000000..c0ebf573a --- /dev/null +++ b/content/theme/hugo-theme-serial-programmer.md @@ -0,0 +1,17 @@ +--- +title: Serial Programmer +github: https://github.com/sharadcodes/hugo-theme-serial-programmer +demo: https://sharadcodes.github.io/hugo-theme-serial-programmer/ +author: Sharad Raj Singh Maurya +ssg: + - Hugo +cms: + - No Cms +category: + - Blog +date: 2021-11-06T00:00:00.000Z +description: A Hugo theme for serial programmers by Sharad Raj Singh Maurya +archetype: + - Blog +stale: false +--- diff --git a/content/theme/hugo-theme-sky.md b/content/theme/hugo-theme-sky.md index b83d99888..857afbed4 100644 --- a/content/theme/hugo-theme-sky.md +++ b/content/theme/hugo-theme-sky.md @@ -10,4 +10,6 @@ cms: date: 2018-05-29T05:57:18.000Z description: This is a simple Hugo theme that uses bootstrap stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-slim.md b/content/theme/hugo-theme-slim.md index 7b575a539..79fe55f89 100644 --- a/content/theme/hugo-theme-slim.md +++ b/content/theme/hugo-theme-slim.md @@ -10,4 +10,6 @@ cms: date: 2015-04-24T14:33:33.000Z description: Hugo theme—Slim stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-tailwind.md b/content/theme/hugo-theme-tailwind.md new file mode 100644 index 000000000..c802fdda8 --- /dev/null +++ b/content/theme/hugo-theme-tailwind.md @@ -0,0 +1,36 @@ +--- +title: Tailwind +github: https://github.com/tomowang/hugo-theme-tailwind +demo: https://hugo-theme-tailwind.tomo.dev/ +author: Xiaoliang Wang +author_link: https://tomo.dev +date: 2023-12-09 +ssg: + - Hugo +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog +description: Clean card Hugo theme for blog, created by using tailwindcss +--- + +# Hugo theme tailwind + +Hugo theme build using [Tailwind CSS](https://tailwindcss.com/), mostly for bloggers. + +Check [https://hugo-theme-tailwind.tomo.dev/](https://hugo-theme-tailwind.tomo.dev/) for demo. + +## Features + + * High Lighthouse score + * Dark mode - switch between light and dark mode, or default by system prefers. + * SVG icons thanks to [tabler icons](https://tabler-icons.io/) + * Google Analystics - add your Google Analytics ID to `hugo.toml` + * Comments settings for [disqus](https://disqus.com/) and [giscus](https://giscus.app/) + * Social media link data settings + * Additional short code: bilibili, asciinema + * Responsive design + * Multilingual + * Default image process for lazy load and srcset diff --git a/content/theme/hugo-theme-techdoc.md b/content/theme/hugo-theme-techdoc.md index 6ce7dc7d7..0b32b15db 100644 --- a/content/theme/hugo-theme-techdoc.md +++ b/content/theme/hugo-theme-techdoc.md @@ -10,4 +10,6 @@ cms: date: 2018-03-04T09:42:33.000Z description: The Techdoc is a Hugo Theme for technical documentation. stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-techlog-simple.md b/content/theme/hugo-theme-techlog-simple.md index c96cb8ec6..817eca6a8 100644 --- a/content/theme/hugo-theme-techlog-simple.md +++ b/content/theme/hugo-theme-techlog-simple.md @@ -10,4 +10,6 @@ cms: date: 2018-10-07T12:37:00.000Z description: A simple Hugp theme for tech-blogs. stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-vec.md b/content/theme/hugo-theme-vec.md index 4588bce62..cd2bb370f 100644 --- a/content/theme/hugo-theme-vec.md +++ b/content/theme/hugo-theme-vec.md @@ -10,4 +10,6 @@ cms: date: 2016-09-08T14:50:26.000Z description: Vec is a minimal, clean and beautiful theme for Hugo. stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-virgo.md b/content/theme/hugo-theme-virgo.md new file mode 100644 index 000000000..1935267b5 --- /dev/null +++ b/content/theme/hugo-theme-virgo.md @@ -0,0 +1,30 @@ +--- +title: Virgo +github: https://github.com/loveminimal/hugo-theme-virgo +demo: https://ovirgo.com +author: Jack Liu +date: 2022-07-13T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +css: + - Scss +archetype: + - Blog +description: A cool and pure theme. +stale: false +disabled: true +disabled_reason: error checking demo url +--- + +# A simple starter kit for Hugo + +This theme is a lightweight starter kit. It also gives you a well organised starting point to extend it for yourself. + +## Features + +* Dark/Light mode 🌗 +* A in-built local search 🔎 +* A realtime toc highlight 📃 +* A pure style & a cool style 🎉 diff --git a/content/theme/hugo-theme-w3css-basic.md b/content/theme/hugo-theme-w3css-basic.md index 6d96ab0e7..186268713 100644 --- a/content/theme/hugo-theme-w3css-basic.md +++ b/content/theme/hugo-theme-w3css-basic.md @@ -8,5 +8,5 @@ ssg: cms: - No Cms date: 2017-11-08T13:26:44.000Z -stale: false +stale: true --- diff --git a/content/theme/hugo-theme-wave.md b/content/theme/hugo-theme-wave.md index ac07ca9b0..0a45f8a71 100644 --- a/content/theme/hugo-theme-wave.md +++ b/content/theme/hugo-theme-wave.md @@ -9,4 +9,6 @@ cms: - No Cms date: 2016-06-03T16:17:46.000Z stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-winning.md b/content/theme/hugo-theme-winning.md index 3f97928a8..fdaaf7f39 100644 --- a/content/theme/hugo-theme-winning.md +++ b/content/theme/hugo-theme-winning.md @@ -9,4 +9,6 @@ cms: - No Cms date: 2018-07-06T02:33:01.000Z stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-yue.md b/content/theme/hugo-theme-yue.md new file mode 100644 index 000000000..c10ec5ff3 --- /dev/null +++ b/content/theme/hugo-theme-yue.md @@ -0,0 +1,44 @@ +--- +title: Yue +github: https://github.com/CyrusYip/hugo-theme-yue +demo: https://yue.cyrusyip.org/ +author: Cyrus Yip +date: 2024-07-27 +ssg: + - Hugo +cms: + - No CMS +css: + - SCSS +archetype: + - Blog + - Personal +description: A minimal, multilingual and customizable Hugo theme, suitable for blogging +--- + +# hugo-theme-yue + +Yue is a minimal, multilingual and customizable Hugo theme, suitable for blogging. + +## Features + +- Minimal appearance +- Mobile-first and responsive +- Automatic dark mode +- SCSS +- Multilingual + - Translation list in single page + - Language selector (go to corresponding page or homepage) +- Multiple authors +- Table of Content +- Modification date on home page, single page, section page and term page +- Tags and categories +- Copyright notice (author and year span can be set) +- RSS link +- Full-text RSS +- Heading anchor link +- Search engine optimization + - [Microdata](https://developer.mozilla.org/en-US/docs/Web/HTML/Microdata) + - meta description +- [Open Graph](https://ogp.me/) +- And more… diff --git a/content/theme/hugo-theme-yuki.md b/content/theme/hugo-theme-yuki.md index f2ba9c70e..aebb27b2f 100644 --- a/content/theme/hugo-theme-yuki.md +++ b/content/theme/hugo-theme-yuki.md @@ -10,4 +10,6 @@ cms: date: 2019-01-03T17:03:23.000Z description: ❄️ She is as pure as the snow stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-zdoc.md b/content/theme/hugo-theme-zdoc.md index 80b0ff910..83678937b 100644 --- a/content/theme/hugo-theme-zdoc.md +++ b/content/theme/hugo-theme-zdoc.md @@ -16,6 +16,8 @@ archetype: - Documentation description: Documentation theme for Hugo. It has rich features and looks clean. stale: false +disabled: true +disabled_reason: demo url not found --- ## Hugo Theme Zdoc diff --git a/content/theme/hugo-theme-zen.md b/content/theme/hugo-theme-zen.md index 0f3f0bc29..4d77f30f2 100644 --- a/content/theme/hugo-theme-zen.md +++ b/content/theme/hugo-theme-zen.md @@ -10,4 +10,6 @@ cms: date: 2017-03-09T13:05:40.000Z description: A fast and clean Hugo theme with css-grid and Hugo pipes support. stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-theme-zzo.md b/content/theme/hugo-theme-zzo.md index 0912095a8..ccc0ff8c5 100644 --- a/content/theme/hugo-theme-zzo.md +++ b/content/theme/hugo-theme-zzo.md @@ -17,6 +17,8 @@ description: >- Blog theme for Hugo. It has rich features including search, gallery, resume, talks, showcase, publication, presentation, etc. stale: false +disabled: true +disabled_reason: demo url not found --- ## Hugo Theme Zzo diff --git a/content/theme/hugo-tikva-theme.md b/content/theme/hugo-tikva-theme.md index aca3aba27..e624acbbb 100644 --- a/content/theme/hugo-tikva-theme.md +++ b/content/theme/hugo-tikva-theme.md @@ -10,4 +10,6 @@ cms: date: 2018-11-06T12:57:01.000Z description: Tikva is a minimalistic Hugo theme, based on Bootstrap v4 CSS framework. stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-tranquilpeak-theme.md b/content/theme/hugo-tranquilpeak-theme.md index 643633191..eb4c31517 100644 --- a/content/theme/hugo-tranquilpeak-theme.md +++ b/content/theme/hugo-tranquilpeak-theme.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2016-03-30T19:55:05.000Z description: A gorgeous responsive theme for Hugo blog framework -stale: true +stale: false --- diff --git a/content/theme/hugo-travelify-theme.md b/content/theme/hugo-travelify-theme.md index 0fef1851d..028af1413 100644 --- a/content/theme/hugo-travelify-theme.md +++ b/content/theme/hugo-travelify-theme.md @@ -10,4 +10,6 @@ cms: date: 2017-06-28T12:20:18.000Z description: Port of Aigars Silkalns's Wordpress theme Travelify to Hugo. Demo - stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-twentyfourteen.md b/content/theme/hugo-twentyfourteen.md index 5035e3e07..bbc70b318 100644 --- a/content/theme/hugo-twentyfourteen.md +++ b/content/theme/hugo-twentyfourteen.md @@ -10,4 +10,6 @@ cms: date: 2015-01-09T15:46:15.000Z description: A Hugo theme based on the Wordpress Twenty Fourteen theme. stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-type-theme.md b/content/theme/hugo-type-theme.md index 4475f2aaf..8021d0031 100644 --- a/content/theme/hugo-type-theme.md +++ b/content/theme/hugo-type-theme.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2015-06-15T19:05:08.000Z description: Port of Rohan Chandra's Type theme to Hugo. -stale: false +stale: true disabled_reason: demo url not found disabled: true --- diff --git a/content/theme/hugo-ublogger.md b/content/theme/hugo-ublogger.md index 64743ea0d..5f9630a8b 100644 --- a/content/theme/hugo-ublogger.md +++ b/content/theme/hugo-ublogger.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2020-12-15T19:49:50.000Z description: Content readability and seo optimization, that's what the topic prioritizes. -stale: false +stale: true --- diff --git a/content/theme/hugo-uilite.md b/content/theme/hugo-uilite.md index 03f8e1044..911953696 100644 --- a/content/theme/hugo-uilite.md +++ b/content/theme/hugo-uilite.md @@ -9,4 +9,6 @@ cms: - No Cms date: 2018-09-21T11:31:46.000Z stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-universal-theme.md b/content/theme/hugo-universal-theme.md index 535a40af1..a8217df78 100644 --- a/content/theme/hugo-universal-theme.md +++ b/content/theme/hugo-universal-theme.md @@ -10,4 +10,6 @@ cms: date: 2016-06-14T12:47:40.000Z description: Port of the Universal theme to Hugo stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-vex.md b/content/theme/hugo-vex.md deleted file mode 100644 index b09e61266..000000000 --- a/content/theme/hugo-vex.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Vex -github: https://github.com/themefisher/vex-hugo -demo: https://themes.gohugo.io/theme/vex-hugo/ -author: Themefisher -ssg: - - Hugo -cms: - - No Cms -date: 2018-01-09T21:59:07.000Z -description: Vex product landing page template (Hugo version) -stale: false ---- diff --git a/content/theme/hugo-vienna-theme.md b/content/theme/hugo-vienna-theme.md index 567d8dd9e..7a681abe9 100644 --- a/content/theme/hugo-vienna-theme.md +++ b/content/theme/hugo-vienna-theme.md @@ -10,4 +10,6 @@ cms: date: 2015-02-03T06:30:25.000Z description: Simple and clean blog theme for hugo stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-vncnt.md b/content/theme/hugo-vncnt.md index d8fa11799..450cefca9 100644 --- a/content/theme/hugo-vncnt.md +++ b/content/theme/hugo-vncnt.md @@ -10,4 +10,6 @@ cms: date: 2019-01-03T14:05:32.000Z description: a simple theme for hugo. stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugo-webslides.md b/content/theme/hugo-webslides.md index f7497da5e..b2a4fefb7 100644 --- a/content/theme/hugo-webslides.md +++ b/content/theme/hugo-webslides.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-08-09T08:35:08.000Z description: This is a Hugo template to create WebSlides presentation using markdown. -stale: true +stale: false --- diff --git a/content/theme/hugo-whisper-theme.md b/content/theme/hugo-whisper-theme.md index 2ab21085e..4b9a2ac43 100644 --- a/content/theme/hugo-whisper-theme.md +++ b/content/theme/hugo-whisper-theme.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-11-07T00:00:00.000Z description: Whisper is a minimal documentation theme for Hugo. -stale: false +stale: true --- diff --git a/content/theme/hugo-winston.md b/content/theme/hugo-winston.md new file mode 100644 index 000000000..337849161 --- /dev/null +++ b/content/theme/hugo-winston.md @@ -0,0 +1,40 @@ +--- +title: Hugo Winston +date: 2022-03-21T00:00:00.000Z +github: https://github.com/zerostaticthemes/hugo-winston-theme +demo: https://hugo-winston.netlify.app/ +author: Robert Austin +ssg: + - Hugo +cms: + - No Cms +css: + - Tailwind +archetype: + - Blog +description: Hugo Winston is a bold minimal blogging theme. +stale: false +--- + +# Hugo Winston Theme + +Hugo Winston is a bold minimal blogging theme. + + +[Live Demo](https://hugo-winston.netlify.app/) | +[Zerostatic Themes](https://www.zerostatic.io/) + +## Theme features + +- Posts (Markdown) +- Basic Page (Markdown) +- SCSS (Hugo Pipelines) +- Responsive design +- 100/100 Google Lighthouse speed score +- 100/100 Google Lighthouse SEO score +- 100/100 Google Lighthouse accessibility score +- Google analytics configured in `config.toml` +- Configure GID using env variable HUGO_GOOGLE_ANALYTICS_ID, compatible with Netlify. +- Title, meta description and meta tags automatically generated for every page +- OG Meta data for Facebook and Twitter +- Semantic HTML document structure \ No newline at end of file diff --git a/content/theme/hugo-xterm.md b/content/theme/hugo-xterm.md new file mode 100644 index 000000000..40214e8a7 --- /dev/null +++ b/content/theme/hugo-xterm.md @@ -0,0 +1,71 @@ +--- +title: Hugo Xterm +github: https://github.com/manid2/hugo-xterm/ +demo: https://manid2.github.io/hugo-xterm/ +author: Mani Kumar +date: 2023-07-25T16:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +archetype: + - Blog + - Documentation + - Personal + - Portfolio +description: >- + Hugo theme designed for reading and printing text with dark and + light modes. +stale: false +--- + +## Distinguishing features + +* Designed for __reading__ and __printing__ text. +* __Print:__ any page in light theme mode for readability. +* __[CV][10]:__ or resume template to reduce vertical space by using 2 columns + and shortcodes to list the experiences and skills. +* __Slides:__ support using [reveal.js][4] (improvement is WIP). +* __Lists__: separate view and pagination for simple list items and post + entries. +* __GitInfo:__ show the latest git commit short hash and subject message for + each page (requires Hugo GitInfo config enabled). +* __Fonts:__ + - __"Roboto Slab (serif)"__ for title (heading) text. + - __"Fira Sans (sans-serif)"__ for normal text. + - __"Ubuntu Mono (monospace)"__ for code. +* __Colors:__ in the theme are derived using a single primary color (blue) + from the [HSL colors][8]. +* Website banner is supported. + +## Adopted features + +* Minimal configuration. +* Switchable dark and light themes with automatic selection based on system + theme. +* SEO friendly OpenGraph and twitter cards support +* Customizable using configurations for: "full width:, "centered". +* Taxonomies and posts RSS. +* Responsive tested on desktop and on smart phones. +* Responsive menus for desktop and mobile screens. +* Accessibility tested using [WAVE Web Accessibility Evaluation Tool][5]. +* Code blocks are highlighted using Hugo built-in blazing fast [Chroma][9]. +* Copy code, see code language and file name (optional). +* Tightly coupled with Hugo extended latest version (v1.110.0) to compile and + generate asset bundles with pipelines, fingerprinting and minification. + +## Other features + +These are supported due to [panr/terminal][1] theme base code but not +tested as I don't use them myself: + +* Post cover image. +* Images in post with caption. +* Comments. + +[1]: https://github.com/panr/hugo-theme-terminal +[4]: https://github.com/hakimel/reveal.js +[5]: https://wave.webaim.org/ +[8]: https://en.wikipedia.org/wiki/HSL_and_HSV +[9]: https://github.com/alecthomas/chroma/ +[10]: https://manid2.gitlab.io/cv/ diff --git a/content/theme/hugo-yourfolio-theme.md b/content/theme/hugo-yourfolio-theme.md index e42bef358..559bec89c 100644 --- a/content/theme/hugo-yourfolio-theme.md +++ b/content/theme/hugo-yourfolio-theme.md @@ -10,4 +10,6 @@ cms: date: 2018-06-01T13:13:55.000Z description: ':star: Super simple and responsive theme for your personal website on Hugo' stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hugograyscale.md b/content/theme/hugograyscale.md index c5404e85c..824529349 100644 --- a/content/theme/hugograyscale.md +++ b/content/theme/hugograyscale.md @@ -11,5 +11,5 @@ date: 2018-09-16T01:12:43.000Z description: >- A multi-section single page theme intended as a landing page. This is derived from the startbootstrap-grayscale theme. -stale: false +stale: true --- diff --git a/content/theme/hyde-blog-with-netlify-cms.md b/content/theme/hyde-blog-with-netlify-cms.md index 052e638f6..b69fbdf5a 100644 --- a/content/theme/hyde-blog-with-netlify-cms.md +++ b/content/theme/hyde-blog-with-netlify-cms.md @@ -5,13 +5,13 @@ author: bdougie demo: https://hyde.netlify.com/ date: 2020-06-03T00:00:00.000Z ssg: - - Hyde + - Hugo cms: - - NetlifyCMS + - DecapCMS archetype: - Blog description: A boilerplate for creating a blog site with Hyde stale: true --- -A boilerplate for creating a blog site with Hyde (a static site generator written in Python) and with [Netlify CMS](https://www.netlifycms.org) for content authoring. \ No newline at end of file +A boilerplate for creating a blog site with Hyde (a static site generator written in Python) and with [Netlify CMS](https://www.DecapCMS.org) for content authoring. \ No newline at end of file diff --git a/content/theme/hyde-hyde.md b/content/theme/hyde-hyde.md index c0488e72d..f7ce1ecbb 100644 --- a/content/theme/hyde-hyde.md +++ b/content/theme/hyde-hyde.md @@ -10,4 +10,6 @@ cms: date: 2018-01-20T06:37:20.000Z description: A cool theme inspired by spf13's Hyde theme stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/hydeout.md b/content/theme/hydeout.md index 179b48ac1..ff2ebb0e5 100644 --- a/content/theme/hydeout.md +++ b/content/theme/hydeout.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2017-06-01T00:22:41.000Z description: A refreshed version of Hyde for Jekyll 3.x -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/hydra-jekyll-template.md b/content/theme/hydra-jekyll-template.md index 1055b1cb3..51720b900 100644 --- a/content/theme/hydra-jekyll-template.md +++ b/content/theme/hydra-jekyll-template.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2016-10-14T04:39:07.000Z description: ':dragon: Product marketing template for Jekyll' -stale: false +stale: true --- Product marketing template for Jekyll. \ No newline at end of file diff --git a/content/theme/hydure.md b/content/theme/hydure.md index bfbf60cfb..393463aff 100644 --- a/content/theme/hydure.md +++ b/content/theme/hydure.md @@ -10,9 +10,10 @@ cms: - No CMS archetype: - Blog - - Homepage description: A concise two-column blog theme for Jekyll. -stale: false +stale: true +disabled: true +disabled_reason: error checking demo url --- Hydure is a concise two-column blog theme for Jekyll. It is built on the [Pure.css](https://github.com/pure-css/pure) framework. diff --git a/content/theme/jam-hugo.md b/content/theme/jam-hugo.md new file mode 100644 index 000000000..7f9578e62 --- /dev/null +++ b/content/theme/jam-hugo.md @@ -0,0 +1,27 @@ +--- +title: Jam +github: https://github.com/ronv/jam +demo: https://jam-hugo.netlify.app/ +author: Ronalds Vilcins +date: 2021-12-06T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +archetype: + - Blog + - Portfolio +description: Jam is a minimal personal blog and portfolio theme powered by Hugo. +stale: false +--- + +# Jam Hugo theme + +Jam is a minimal personal blog and portfolio theme powered by Hugo. + +## Features + +* Minimalistic, clean and simple design +* Responsive design +* Inline CSS +* Seo optimized diff --git a/content/theme/jamdocs.md b/content/theme/jamdocs.md index 5becc6ff2..f40d587b6 100644 --- a/content/theme/jamdocs.md +++ b/content/theme/jamdocs.md @@ -11,5 +11,5 @@ date: 2019-06-26T11:39:42.000Z description: >- The ultimate staic generated documentation theme for the JAM-stack. Highly cusomizable, based on Gridsome, ready to deploy to Netlify in one click. -stale: false +stale: true --- diff --git a/content/theme/jamify-next-cms-ghost.md b/content/theme/jamify-next-cms-ghost.md index 352cf3f8c..927c166dd 100644 --- a/content/theme/jamify-next-cms-ghost.md +++ b/content/theme/jamify-next-cms-ghost.md @@ -13,6 +13,8 @@ archetype: date: 2020-12-04T00:00:00.000Z description: Publish flaring fast blogs with Next.js and Ghost CMS stale: false +disabled: true +disabled_reason: demo url not found --- # A rich starter kit for Ghost blogs diff --git a/content/theme/jamify-starter-ghost.md b/content/theme/jamify-starter-ghost.md index df7986edc..67502d8a6 100644 --- a/content/theme/jamify-starter-ghost.md +++ b/content/theme/jamify-starter-ghost.md @@ -12,7 +12,7 @@ archetype: - Portfolio date: 2020-06-11T00:00:00.000Z description: Publish flaring fast blogs with Gatsby and Ghost -stale: false +stale: true --- # A rich starter kit for Ghost blogs diff --git a/content/theme/jdox.md b/content/theme/jdox.md new file mode 100644 index 000000000..739de87e7 --- /dev/null +++ b/content/theme/jdox.md @@ -0,0 +1,42 @@ +--- +title: JDox +github: https://github.com/aliifam/jdox +demo: https://aliifam.github.io/jdox/ +author: Aliif Arief +date: 2022-04-10T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +css: + - scss +archetype: + - Blog +description: >- + JDox is jekyll theme designed for personal or team blog with fully responsive + css design, auto SEO optimization, and auto integrated with github pages. +stale: false +--- + +# JDox - Jekyll theme + +JDox is jekyll theme designed for personal or team blog with fully responsive css design and auto integrated with GitHub Pages. + +## Features + +- author pages +- auto SEO optimization and generator +- Search Page +- Archive page +- Love Button with applause button API +- Disqus Comment open on click +- share button with Icon and auto links +- Atom & Json feeds +- Lazy Load Image +- Medium Image Lightbox +- Tag and tags Pages +- Auto Minute Read +- Auto Dark/Ligh theme +- Next & Previous Post +- 404 page +- Anchor headings diff --git a/content/theme/jekyll-Biscuit.md b/content/theme/jekyll-Biscuit.md new file mode 100644 index 000000000..86bae663c --- /dev/null +++ b/content/theme/jekyll-Biscuit.md @@ -0,0 +1,31 @@ +--- +title: Biscuit +github: https://github.com/sblisesivdin/biscuit +demo: https://sblisesivdin.github.io/biscuit +author: Sefer Bora Lisesivdin +date: 2022-07-12T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +archetype: + - Single Page + - Personal +description: Biscuit is a single-page responsive Jekyll theme. +stale: false +--- + +# Biscuit theme for Jekyll + +[Biscuit](http://sblisesivdin.github.io/biscuit) is a single-page responsive Jekyll theme. This is the most simple and still-good-looking Jekyll theme that you can find. + +## Usage + +You can use this theme with [Jekyll](http://jekyllrb.com/) or you can simply use it with [Github Pages](https://pages.github.com). +For local usage just download [Jekyll](http://jekyllrb.com/), use installation guide for more. You can download latest Biscuit from [its Github repository](https://github.com/sblisesivdin/biscuit). + +If you prefer to use Github Pages, you do not need to download it, upload files to a new repository...etc, just [fork](https://docs.github.com/en/get-starter/quickstart/fork-a-repo) and use it. + +## License + +Biscuit is derived from currently deprecated theme [Solo](http://github.com/chibicode/solo). Biscuit and the previous code where Biscuit is derived are distributed with [MIT license](https://github.com/sblisesivdin/biscuit/blob/gh-pages/LICENSE). diff --git a/content/theme/jekyll-Fractal-theme.md b/content/theme/jekyll-Fractal-theme.md index 5a740d874..80e3ccc4f 100644 --- a/content/theme/jekyll-Fractal-theme.md +++ b/content/theme/jekyll-Fractal-theme.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2017-11-10T23:43:31.000Z description: An awesome jekyll-fractal theme for the html5 fractal template -stale: false +stale: true disabled_reason: demo url not found disabled: true --- \ No newline at end of file diff --git a/content/theme/jekyll-Jalpc-A.md b/content/theme/jekyll-Jalpc-A.md index a56320552..a3eaab6d6 100644 --- a/content/theme/jekyll-Jalpc-A.md +++ b/content/theme/jekyll-Jalpc-A.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2016-06-22T05:25:06.000Z description: 🍅Jalpc-A -- Jekyll Theme(blog written by Angularjs) -stale: false -disabled_reason: demo url not found +stale: true +disabled_reason: error checking demo url disabled: true --- diff --git a/content/theme/jekyll-Jalpc-theme.md b/content/theme/jekyll-Jalpc-theme.md index cf0f5ac7c..c8eba8df4 100644 --- a/content/theme/jekyll-Jalpc-theme.md +++ b/content/theme/jekyll-Jalpc-theme.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2016-05-29T08:02:13.000Z description: '🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website. ' -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-Liberxue-theme.md b/content/theme/jekyll-Liberxue-theme.md index 39943b16b..efcf6fbf8 100644 --- a/content/theme/jekyll-Liberxue-theme.md +++ b/content/theme/jekyll-Liberxue-theme.md @@ -11,5 +11,5 @@ date: 2017-08-02T04:58:02.000Z description: >- Liberxue blog for lightweight Jekyll themes 轻量级自适应 简洁 卡片式博客主题 3秒搞定GitHub blog -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-TeXt-theme.md b/content/theme/jekyll-TeXt-theme.md index 672de1640..6f30f31d0 100644 --- a/content/theme/jekyll-TeXt-theme.md +++ b/content/theme/jekyll-TeXt-theme.md @@ -12,4 +12,6 @@ description: >- 💎 🐳 A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc. stale: false +disabled: true +disabled_reason: error checking demo url --- \ No newline at end of file diff --git a/content/theme/jekyll-atlantic.md b/content/theme/jekyll-atlantic.md new file mode 100644 index 000000000..7c1deeca3 --- /dev/null +++ b/content/theme/jekyll-atlantic.md @@ -0,0 +1,50 @@ +--- +title: Jekyll Atlantic Tailwind Blog +date: 2021-10-02T00:00:00.000Z +github: https://github.com/zerostaticthemes/jekyll-atlantic-theme +demo: https://jekyll-atlantic.netlify.app/ +author: Robert Austin +ssg: + - Jekyll +cms: + - No Cms +css: + - Tailwind +archetype: + - Blog +description: >- + Jekyll Atlantic is a beautiful Tailwind CSS theme. It shows best practices for + using Tailwind with Jekyll. +stale: false +--- + +# Jekyll Atlantic - A Jekyll Tailwind Theme + +Atlantic is a beautiful Tailwind CSS theme. It shows best practices for using Tailwind with Jekyll. + +[Live Demo](https://jekyll-atlantic.netlify.app/) | [Zerostatic Themes](https://www.zerostatic.io/theme/jekyll-atlantic/) + +### Theme features + + [Jekyll](https://jekyllrb.com/) 4.1+ + [Tailwind CSS](https://tailwindcss.com/docs) v2.2+ + [PostCSS](https://postcss.org/) 8.3+ + +- Uses PostCSS with autoprefixer, nested css, cssnano (minify css) +- Works with native Jekyll commands `jekyll serve` and `jekyll build` +- Correctly uses Tailwind to purge CSS in production +- Full blog functionality +- Beautfifuly designed responsive blog and post layouts +- Blog categories +- Blog authors (multiple) +- Blog pagination +- Ready to deploy to Netlify +- Responsive design +- Responsive menu +- 100/100 Google Lighthouse speed score ⚡ +- 100/100 Google Lighthouse seo score 🏆 +- 94/100 Google Lighthouse accessibility score (but this is just because of the green text color contrast) +- Page size is 10KB without images, can you believe it?? 🔥 +- Robust example content included +- Royalty free illustrations included +- Netlify & Github Pages ready diff --git a/content/theme/jekyll-aviator.md b/content/theme/jekyll-aviator.md index fc5b2c2bd..6b5228e9d 100644 --- a/content/theme/jekyll-aviator.md +++ b/content/theme/jekyll-aviator.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2015-01-28T02:49:52.000Z description: ':droplet: API Documentation template for Jekyll' -stale: true +stale: false --- \ No newline at end of file diff --git a/content/theme/jekyll-bajawa.md b/content/theme/jekyll-bajawa.md index 06951e34e..81bd458aa 100644 --- a/content/theme/jekyll-bajawa.md +++ b/content/theme/jekyll-bajawa.md @@ -9,13 +9,15 @@ ssg: cms: - No CMS css: - - Sass + - SCSS archetype: - Blog description: >- A minimalist, simple, and lightweight jekyll theme for blogger and writer with a touch of pastel colors. stale: false +disabled: true +disabled_reason: demo url not found --- # A simple starter kit diff --git a/content/theme/jekyll-balzac.md b/content/theme/jekyll-balzac.md index 2b310dc44..31424898a 100644 --- a/content/theme/jekyll-balzac.md +++ b/content/theme/jekyll-balzac.md @@ -10,6 +10,6 @@ cms: date: 2013-08-02T12:31:24.000Z description: Your favorite AnchorCMS theme, now for Jekyll! stale: true -disabled: true -disabled_reason: error checking demo url +disabled: false +disabled_reason: '' --- \ No newline at end of file diff --git a/content/theme/jekyll-beNice17.md b/content/theme/jekyll-beNice17.md index 655d4f212..5097286a0 100644 --- a/content/theme/jekyll-beNice17.md +++ b/content/theme/jekyll-beNice17.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2016-12-30T13:15:34.000Z description: A Jekyll theme for my personal website -stale: false -disabled: true -disabled_reason: demo url not found +stale: true +disabled: false +disabled_reason: '' --- \ No newline at end of file diff --git a/content/theme/jekyll-cards-theme.md b/content/theme/jekyll-cards-theme.md index 9882747fd..965056086 100644 --- a/content/theme/jekyll-cards-theme.md +++ b/content/theme/jekyll-cards-theme.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2016-05-09T00:02:43.000Z description: A simple Jekyll Template Card Based. -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-cayman-blog.md b/content/theme/jekyll-cayman-blog.md index 937290738..c92e86005 100644 --- a/content/theme/jekyll-cayman-blog.md +++ b/content/theme/jekyll-cayman-blog.md @@ -11,5 +11,5 @@ date: 2016-01-27T21:10:18.000Z description: >- A Jekyll blog template made for simple, readable snippets of your brain drippings. -stale: true +stale: false --- \ No newline at end of file diff --git a/content/theme/jekyll-cayman-theme.md b/content/theme/jekyll-cayman-theme.md index bba13dd7d..01e2bd3a7 100644 --- a/content/theme/jekyll-cayman-theme.md +++ b/content/theme/jekyll-cayman-theme.md @@ -11,5 +11,5 @@ date: 2016-02-12T19:24:16.000Z description: >- A Jekyll theme for the responsive theme for GitHub Pages https://jasonlong.github.io/cayman-theme/ -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-cc-urban.md b/content/theme/jekyll-cc-urban.md index 8027a705e..5a2a57560 100644 --- a/content/theme/jekyll-cc-urban.md +++ b/content/theme/jekyll-cc-urban.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2016-11-10T03:08:36.000Z description: ':cloud: Agency template for Jekyll' -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-clean.md b/content/theme/jekyll-clean.md index 331e806fb..e0a570c58 100644 --- a/content/theme/jekyll-clean.md +++ b/content/theme/jekyll-clean.md @@ -10,4 +10,6 @@ cms: date: 2015-09-26T18:55:33.000Z description: A clean jekyll theme. stale: true +disabled: true +disabled_reason: error checking demo url --- \ No newline at end of file diff --git a/content/theme/jekyll-codinfox-lanyon.md b/content/theme/jekyll-codinfox-lanyon.md index 3914383a5..f169e962a 100644 --- a/content/theme/jekyll-codinfox-lanyon.md +++ b/content/theme/jekyll-codinfox-lanyon.md @@ -10,4 +10,6 @@ cms: date: 2015-03-05T06:44:00.000Z description: Another jekyll templated based on lanyon stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-compass.md b/content/theme/jekyll-compass.md index 779a956f4..749f78ff5 100644 --- a/content/theme/jekyll-compass.md +++ b/content/theme/jekyll-compass.md @@ -10,4 +10,6 @@ cms: date: 2015-01-03T21:56:41.000Z description: The Jekyll theme for your personal landing page. stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-contrast.md b/content/theme/jekyll-contrast.md index c6555f149..a067b0f96 100644 --- a/content/theme/jekyll-contrast.md +++ b/content/theme/jekyll-contrast.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-01-19T01:23:22.000Z description: Jekyll Theme -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-cookie.md b/content/theme/jekyll-cookie.md index c4c00bc79..f3f668edb 100644 --- a/content/theme/jekyll-cookie.md +++ b/content/theme/jekyll-cookie.md @@ -11,7 +11,6 @@ archetype: - Ecommerce - Business - Blog - - Multi Purpose css: - Tailwind date: 2021-03-04T00:00:00.000Z diff --git a/content/theme/jekyll-creative-theme-new.md b/content/theme/jekyll-creative-theme-new.md index 72d1cf5e9..c6dcecb69 100644 --- a/content/theme/jekyll-creative-theme-new.md +++ b/content/theme/jekyll-creative-theme-new.md @@ -14,7 +14,7 @@ archetype: - Blog - Portfolio description: A Jekyll theme based on Creative Theme v5.1.8 and Bootstrap v4.3.1 -stale: false +stale: true --- # Description diff --git a/content/theme/jekyll-cv.md b/content/theme/jekyll-cv.md new file mode 100644 index 000000000..328f502a9 --- /dev/null +++ b/content/theme/jekyll-cv.md @@ -0,0 +1,13 @@ +--- +title: Jekyll CV +github: https://github.com/Stavrospanakakis/jekyll-cv +demo: https://jekyll-cv.stavrospanakakis.com +author: Stavrospanakakis +date: 2021-07-29T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +description: Lightweight jekyll theme for your CV with dark mode support +stale: true +--- diff --git a/content/theme/jekyll-cvless.md b/content/theme/jekyll-cvless.md new file mode 100644 index 000000000..bf17550d1 --- /dev/null +++ b/content/theme/jekyll-cvless.md @@ -0,0 +1,28 @@ +--- +title: "Cvless" +github: https://github.com/piazzai/cvless +demo: https://piazzai.github.io/cvless/ +author: Michele Piazzai +date: 2023-05-20 +ssg: + - Jekyll +cms: + - No CMS +css: + - Bootstrap + - SCSS +archetype: + - Blog + - Personal +description: Jekyll theme for a beautiful online CV +--- + +# cvless + +Cvless is a theme for static websites built with Jekyll. It aims for simplicity and readability by following best practices of graphic design, like the use of [high contrast](https://www.contrastrebellion.com), [law of proximity](https://lawsofux.com/law-of-proximity), and responsive layout. Its typography is based on the [Piazzolla system](https://piazzolla.huertatipografica.com/), which performs extremely well over a wide range of font sizes. + +The main aesthetic feature of the theme is the use of [particles.js](https://vincentgarreau.com/particles.js/) in the home and the 404 pages. In addition, the theme includes a well-designed CV page. Printing this from browser automatically adapts the layout for a more traditional appearance, so you no longer have to maintain a separate CV for offline distribution. Finally, the theme offers a simple and easily extensible blog. + +Light and dark modes are available. The theme initializes based on system preferences and stores the user's preference for the duration of the session. + +See the [demo](https://cvless.netlify.app) to get a better sense of what the theme looks like. diff --git a/content/theme/jekyll-drjekyll-bootstrap.md b/content/theme/jekyll-drjekyll-bootstrap.md index 56382ffcf..dc8e6982e 100644 --- a/content/theme/jekyll-drjekyll-bootstrap.md +++ b/content/theme/jekyll-drjekyll-bootstrap.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2015-01-30T17:48:11.000Z description: jekyll starter theme w/ bootstrap (sass version) -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-dumbarton.md b/content/theme/jekyll-dumbarton.md index d32546796..e963402e5 100644 --- a/content/theme/jekyll-dumbarton.md +++ b/content/theme/jekyll-dumbarton.md @@ -14,7 +14,7 @@ archetype: - Portfolio date: 2020-10-30T00:00:00.000Z description: A Jekyll theme designed for academics, powered by Bootstrap -stale: false +stale: true --- # About diff --git a/content/theme/jekyll-easybook.md b/content/theme/jekyll-easybook.md index 585e46409..1d424d2cf 100644 --- a/content/theme/jekyll-easybook.md +++ b/content/theme/jekyll-easybook.md @@ -10,4 +10,6 @@ cms: date: 2015-01-15T06:14:44.000Z description: Another Jekyll Blog Theme 'EasyBook' stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-ed.md b/content/theme/jekyll-ed.md index 15d8f1ff0..f7e6fafad 100644 --- a/content/theme/jekyll-ed.md +++ b/content/theme/jekyll-ed.md @@ -10,4 +10,6 @@ cms: date: 2016-01-18T02:09:56.000Z description: A jekyll theme for minimal editions stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-edition.md b/content/theme/jekyll-edition.md index 3b692a80a..b1ed30e6b 100644 --- a/content/theme/jekyll-edition.md +++ b/content/theme/jekyll-edition.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2016-07-14T03:38:28.000Z description: ':books: Product documentation template for Jekyll' -stale: true +stale: false --- \ No newline at end of file diff --git a/content/theme/jekyll-ezora.md b/content/theme/jekyll-ezora.md index 62816a1ef..154141078 100644 --- a/content/theme/jekyll-ezora.md +++ b/content/theme/jekyll-ezora.md @@ -11,5 +11,5 @@ date: 2016-09-24T20:50:53.000Z description: >- Ezora is a responsive Jekyll theme with a clean single column layout, nifty text overlays for images and a mobile friendly navigation bar. -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-friday-theme.md b/content/theme/jekyll-friday-theme.md index 86dd6ccb4..9aa96e9e9 100644 --- a/content/theme/jekyll-friday-theme.md +++ b/content/theme/jekyll-friday-theme.md @@ -16,7 +16,7 @@ archetype: - Portfolio - Documentation description: A Bootstrap 4 portfolio and blog theme for Jekyll. -stale: false +stale: true --- # About diff --git a/content/theme/jekyll-frisco.md b/content/theme/jekyll-frisco.md index 5fa43ecce..32fa55e83 100644 --- a/content/theme/jekyll-frisco.md +++ b/content/theme/jekyll-frisco.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2016-11-01T04:12:15.000Z description: ':iphone: App marketing template for Jekyll' -stale: true +stale: false --- \ No newline at end of file diff --git a/content/theme/jekyll-fullit-theme.md b/content/theme/jekyll-fullit-theme.md index 6fd5968bf..bc5ff6967 100644 --- a/content/theme/jekyll-fullit-theme.md +++ b/content/theme/jekyll-fullit-theme.md @@ -8,5 +8,5 @@ ssg: cms: - No Cms date: 2017-03-23T11:59:12.000Z -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-galileo.md b/content/theme/jekyll-galileo.md index bb2c6bafb..c0933f6e5 100644 --- a/content/theme/jekyll-galileo.md +++ b/content/theme/jekyll-galileo.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2015-11-15T11:56:59.000Z description: Another damn theme for Jekyll -stale: false +stale: true disabled_reason: demo url not found disabled: true --- \ No newline at end of file diff --git a/content/theme/jekyll-garden.md b/content/theme/jekyll-garden.md new file mode 100644 index 000000000..1cc357d06 --- /dev/null +++ b/content/theme/jekyll-garden.md @@ -0,0 +1,29 @@ +--- +title: Jekyll Garden +github: https://github.com/Jekyll-Garden/jekyll-garden.github.io +demo: https://jekyll-garden.github.io/ +author: Hiran Venugopalan +date: 2021-08-28T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +description: >- + A Digital Garden Theme for Jekyll. Jekyll Garden lets you create a static HTML + version of your markdown notes and publish via Github pages. Made for Obsidian + users! +stale: false +--- + +# Jekyll Digital Garden + +A Digital Garden Theme for Jekyll. Jekyll Garden lets you create a static HTML version of your markdown notes and publish via Github pages. Made for Obsidian users! + +## Features +* Build for Obsidian Users +* Feed design, with an option to hide notes from feed. +* Option to set static page / feed as home page. +* Dark / Light / System Theme Support +* Mobile Friendly +* Easy Setup +* Good Search Mechanisms diff --git a/content/theme/jekyll-gatok.md b/content/theme/jekyll-gatok.md index 858b3a154..64802e990 100644 --- a/content/theme/jekyll-gatok.md +++ b/content/theme/jekyll-gatok.md @@ -9,5 +9,7 @@ cms: - No Cms date: 2016-07-15T17:24:18.000Z description: A minimal responsive jekyll theme -Webjeda Gatok -stale: true +stale: false +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-good-clean-read.md b/content/theme/jekyll-good-clean-read.md index adc15195e..bba7d7e09 100644 --- a/content/theme/jekyll-good-clean-read.md +++ b/content/theme/jekyll-good-clean-read.md @@ -11,5 +11,5 @@ date: 2016-01-16T17:35:55.000Z description: >- A Jekyll template for publishing clean, readable articles and single-page sites -stale: true +stale: false --- \ No newline at end of file diff --git a/content/theme/jekyll-guovz-pithy.md b/content/theme/jekyll-guovz-pithy.md index cdf220cc5..a33582e74 100644 --- a/content/theme/jekyll-guovz-pithy.md +++ b/content/theme/jekyll-guovz-pithy.md @@ -11,5 +11,5 @@ date: 2015-08-30T09:57:59.000Z description: a jekyll theme stale: true disabled: true -disabled_reason: error checking demo url +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-h2o-ac.md b/content/theme/jekyll-h2o-ac.md new file mode 100644 index 000000000..8ecf63a03 --- /dev/null +++ b/content/theme/jekyll-h2o-ac.md @@ -0,0 +1,33 @@ +--- +title: H2O-ac +github: https://github.com/zhonger/jekyll-theme-H2O-ac +demo: https://h2o-ac.pages.dev +author: zhonger +date: 2021-12-24T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +css: + - scss +archetype: + - Blog + - Personal +description: A jekyll theme for academic researchers and system maintainers! +stale: false +--- + +H2o-ac is designed for academic researchers and system maintainers to show the academic informations or project informations firstly. It also supports many useful features for authors and readers. + +Easy and happy to use it! + +Check out the [Live Demo](https://h2o-ac.pages.dev/), deployed and hosted on [Cloudflare Pages](https://www.netlify.com/). + +(Ps: This theme is based on [kaeyleo/jekyll-theme-H2O](https://github.com/kaeyleo/jekyll-theme-H2O). Thanks for the contributions from [kaeyleo](https://github.com/kaeyleo) and others.) + +## Features + +* Academic Home Page, Archive Page and System Log Pages +* A beatiful SNS icon set +* More practical supports in the post +* Beautiful and adaptive pages (Thanks for H2O) \ No newline at end of file diff --git a/content/theme/jekyll-hacked.md b/content/theme/jekyll-hacked.md new file mode 100644 index 000000000..c2d8ab166 --- /dev/null +++ b/content/theme/jekyll-hacked.md @@ -0,0 +1,25 @@ +--- +title: "Hacked Jekyll" +github: https://github.com/piazzai/hacked-jekyll +demo: https://piazzai.github.io/hacked-jekyll/ +author: Michele Piazzai +date: 2023-05-20 +ssg: + - Jekyll +cms: + - No CMS +css: + - SCSS +archetype: + - Personal + - Single Page +description: Jekyll microtheme that looks like JSON +--- + +# hacked-jekyll + +Hacked Jekyll is a responsive, minimalistic Jekyll theme for a tiny (163kb!) personal website. It consists of a homepage and a 404 page. The homepage lists information set within the configuration file in a format that resembles JSON, giving the website a "hacked" appearance. The user description features [typed.js](https://mattboldt.com/demos/typed-js/) to cycle through multiple lines of text, as long as multiple lines are provided in the configuration. + +The style is rebooted through [normalize.css](https://necolas.github.io/normalize.css/) and based on the [Open Color](https://yeun.github.io/open-color/) library. The monospaced typeface [Hack](https://sourcefoundry.org/hack/) is served together with the website. The favicons are generated by [favicon.io](https://favicon.io/). + +See the [demo](https://hacked-jekyll.netlify.app) to check the end result. diff --git a/content/theme/jekyll-hagura.md b/content/theme/jekyll-hagura.md index 25dee9310..22fedabf2 100644 --- a/content/theme/jekyll-hagura.md +++ b/content/theme/jekyll-hagura.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2016-11-02T14:30:30.000Z description: A light weight, minimal Jekyll theme. -stale: true +stale: false --- \ No newline at end of file diff --git a/content/theme/jekyll-halve-theme.md b/content/theme/jekyll-halve-theme.md index 932967ba5..6cfef0c2e 100644 --- a/content/theme/jekyll-halve-theme.md +++ b/content/theme/jekyll-halve-theme.md @@ -10,6 +10,6 @@ cms: date: 2016-05-30T18:47:21.000Z description: Stylish Two-Column Jekyll Theme stale: true -disabled_reason: demo url not found -disabled: true +disabled_reason: '' +disabled: false --- \ No newline at end of file diff --git a/content/theme/jekyll-hcz-material.md b/content/theme/jekyll-hcz-material.md index fff6f5241..adf359810 100644 --- a/content/theme/jekyll-hcz-material.md +++ b/content/theme/jekyll-hcz-material.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2016-06-02T07:30:03.000Z description: A simple material theme for blogger -stale: true +stale: false --- \ No newline at end of file diff --git a/content/theme/jekyll-helium-theme.md b/content/theme/jekyll-helium-theme.md index fb8a1d089..cde66b790 100644 --- a/content/theme/jekyll-helium-theme.md +++ b/content/theme/jekyll-helium-theme.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2017-10-07T14:59:13.000Z description: Bootstrap 4 responsive Jekyll Theme. -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-hitchens.md b/content/theme/jekyll-hitchens.md index 90f95d85d..26a42dc80 100644 --- a/content/theme/jekyll-hitchens.md +++ b/content/theme/jekyll-hitchens.md @@ -9,6 +9,6 @@ ssg: cms: - No Cms description: An inarguably well-designed Jekyll theme by Pat Dryburgh. -stale: false +stale: true --- "An inarguably well-designed Jekyll theme by Pat Dryburgh. Undoubtably one of the great minds of our time, [Christopher Hitchens](https://en.wikipedia.org/wiki/Christopher_Hitchens) challenged his readers to think deeply on topics of politics, religion, war, and science. This Jekyll theme's design is inspired by the trade paperback version his book, [Arguably](https://en.wikipedia.org/wiki/Arguably), and is dedicated to his memory." diff --git a/content/theme/jekyll-hmfaysal-notepad-theme.md b/content/theme/jekyll-hmfaysal-notepad-theme.md index 3dea4feaf..050a34502 100644 --- a/content/theme/jekyll-hmfaysal-notepad-theme.md +++ b/content/theme/jekyll-hmfaysal-notepad-theme.md @@ -10,6 +10,6 @@ cms: date: 2014-07-18T16:57:01.000Z description: Notepad is a Jekyll theme which is very simple, clean and beautiful stale: true -disabled_reason: error checking demo url +disabled_reason: demo url connection refused disabled: true --- \ No newline at end of file diff --git a/content/theme/jekyll-html-pages.md b/content/theme/jekyll-html-pages.md new file mode 100644 index 000000000..87b99601e --- /dev/null +++ b/content/theme/jekyll-html-pages.md @@ -0,0 +1,27 @@ +--- +title: "Jekyll HTML Pages" +github: https://github.com/francescobianco/jekyll-html-pages +demo: https://yafb.net/jekyll-html-pages/ +author: francescobianco +date: 2019-08-20 +ssg: + - Gridsome +cms: + - No CMS +css: + - No CSS +archetype: + - Blog + - Portfolio +description: A minimalistic Jekyll theme designed for use on GitHub Pages +--- + +# Pure HTML theme + +A minimalistic Jekyll theme designed for use on GitHub Pages. This theme embraces absolute simplicity by avoiding the use of CSS, +providing a nostalgic experience reminiscent of the early days of the World Wide Web at CERN. + +## Features + +* Extremely fast + diff --git a/content/theme/jekyll-hydrogen.md b/content/theme/jekyll-hydrogen.md new file mode 100644 index 000000000..7f20d6f21 --- /dev/null +++ b/content/theme/jekyll-hydrogen.md @@ -0,0 +1,46 @@ +--- +title: Hydrogen Jekyll +github: https://github.com/link9596/jekyll-theme-Hydrogen +demo: https://hydrogen.atlinker.cn +author: Link +date: 2021-09-26T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +css: + - SCSS +archetype: + - Blog + - Personal +description: A Lightweight and Concise Jekyll theme For You. +stale: false +--- + +# A simple, elegant & full featured Jekyll theme. + +## Features + +A concise and powerful Jekyll theme. + +In the Hydrogen, you can enjoy: + +1. Use the comment module integration + +2. More convenient custom theme options + +3. Transition animation more concise + +4. Automatic summary, automatic paging + +5. Add friend links more easily + +6. RSS feed + +7. Self-Adaption Layout + +8. Scss Support + +9. Syntax highlighting. + +And more waiting for you to explore. diff --git a/content/theme/jekyll-incorporated.md b/content/theme/jekyll-incorporated.md index b504078ee..24fdaed5b 100644 --- a/content/theme/jekyll-incorporated.md +++ b/content/theme/jekyll-incorporated.md @@ -10,6 +10,6 @@ cms: date: 2013-10-09T21:57:31.000Z description: Modern Jekyll based blog for companies stale: true -disabled_reason: demo url not found +disabled_reason: demo url connection refused disabled: true --- diff --git a/content/theme/jekyll-indigo.md b/content/theme/jekyll-indigo.md index 7a0d51eb8..1c2f1406b 100644 --- a/content/theme/jekyll-indigo.md +++ b/content/theme/jekyll-indigo.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2016-01-23T22:26:04.000Z description: ':ramen: Minimalist Jekyll Template' -stale: true +stale: false --- \ No newline at end of file diff --git a/content/theme/jekyll-j1-template.md b/content/theme/jekyll-j1-template.md index 1382e2e77..ad74f45e8 100644 --- a/content/theme/jekyll-j1-template.md +++ b/content/theme/jekyll-j1-template.md @@ -3,7 +3,7 @@ title: J1 Template Starter github: https://github.com/jekyll-one/j1-template-starter demo: https://j1-template-starter.netlify.app/ author: Jürgen Adams -date: 2021-04-01T00:00:00.000Z +date: 2021-11-06T00:00:00.000Z ssg: - Jekyll cms: @@ -14,70 +14,80 @@ archetype: - Personal - Portfolio - Blog - - Multi Purpose - Documentation - Business -description: J1 - Create powerful modern static websites. +description: J1 Template - Create powerful modern static websites. stale: false ---- - -# A fully configurable Jekyll Theme - -* Fully Responsive. J1 Template supports modern web browsers on all - devices for best results on PCs, Tablets, and SmartPhones. -* Full Bootstpap V4 support. Current Technology and Design. Excellent - performance running desktop and mobile websites. Use Jekyll One to - present your content at its best. -* Start in no time. No programming is needed to start using J1. The - Template provides a large number of building blocks to create modern - web pages in minutes. - -## Features - -J1 meets Jekyll and Bootstrap. And makes a lot of friends. The template -system combines the best free software for the web. Jekyll One Template -is OpenSource and the modules included are free to use as well. - -No license issues for private or professional use. - -### General - -* Jekyll 4.2 support -* Ruby 2.7 support -* Asciidoc (Asciidoctor) and Markdown support -* Asciidoctor plugins included -* Bootstrap V4 (v4.6) -* Responsive Design -* Material Design -* Responsive Text -* Responsive HTML tables -* Compressed HTML, CSS and Javascript support -* Themes support (Bootswatch) -* Icon Font support (MDI, FA, Iconify, Twitter Emoji) -* Themeable source code highlighting (Rouge) -* Desktop and Mobile Web and Navigation ready -* Fully configurable -* 100/100 Google Lighthouse scores - -### Modules and Extensions - -* Bootstrap extensions included -* Asciidoctor extensions included -* Smooth-scoll support -* Full-text search engine included (Lunr) -* Blog Post navigation included -* Clipboard module included -* Floating Action Buttons included -* Navigation modules included -* Lightbox modules included -* Gallery modules included -* Carousel module included -* Video modules included - -### Addons and Integrations - -* Featured example content included -* Royalty free images included -* Disqus support -* Google Analytics support -* Deploy to Github Pages, Netlify and Heroku ready +disabled: true +disabled_reason: error checking demo url +--- + +# A fully configurable Jekyll Theme + +* Fully Responsive. J1 Template supports modern web browsers on all + devices for best results on PCs, Tablets, and SmartPhones. +* Full Bootstpap V4 support. Current Technology and Design. Excellent + performance running desktop and mobile websites. Use Jekyll One to + present your content at its best. +* Start in no time. No programming is needed to start using J1. The + Template provides a large number of building blocks to create modern + web pages in minutes. + +## Features + +The template combines the best free software for the web. Jekyll One Template +is OpenSource and the modules included are free to use as well. No license +issues for private or professional use. + +* Fully Responsive. J1 Template supports modern web browsers on all + devices for best results on PCs, Tablets, and SmartPhones. +* Full Bootstpap V4 support. Current Technology and Design. Excellent + performance running desktop and mobile websites. Use Jekyll One to + present your content at its best. +* Start in no time. No programming is needed to start using J1. The + Template provides a large number of building blocks to create modern + web pages in minutes. + +### General + +* Jekyll 4.2 support +* Ruby 2.7 support +* Asciidoc (Asciidoctor) and Markdown support +* Asciidoctor plugins included +* Bootstrap V4 (v4.6) +* Responsive Design +* Material Design +* Responsive Text +* Responsive HTML tables +* Compressed HTML, CSS and Javascript support +* Themes support (Bootswatch) +* Icon Font support (MDI, FA, Iconify, Twitter Emoji) +* Themeable source code highlighting (Rouge) +* Desktop and Mobile Web and Navigation ready +* Fully configurable +* Highest Google Lighthouse scores + +### Modules and Extensions + +* Bootstrap extensions included +* Asciidoctor extensions included +* Smooth-srcoll support +* Full-text search engine included (Lunr) +* Blog Post navigation included +* GDPR compatible cookie consent module included +* Translator module (Google, Deepl) included +* Clipboard module included +* Floating Action Buttons included +* Navigation modules included +* Lightbox modules included +* Gallery modules included +* Carousel module included +* Video modules included + +### Addons and Integrations + +* Featured example content included +* Royalty free images included +* Comment provider support for Hyvor and Disqus +* Google Analytics support +* Deploy on Github Pages (source only), Netlify and Heroku ready diff --git a/content/theme/jekyll-jek.md b/content/theme/jekyll-jek.md index 4b46ce792..78037db09 100644 --- a/content/theme/jekyll-jek.md +++ b/content/theme/jekyll-jek.md @@ -17,6 +17,8 @@ description: >- user’s hands. Toggle between schemes hassle-free, create new ones on the go, and store settings in-browser. stale: false +disabled: true +disabled_reason: error checking demo url --- Jek is a minimalist Jekyll theme putting the power of color schemes in the user's hands. Toggle between schemes hassle-free, create new ones on the go, and store settings in-browser. diff --git a/content/theme/jekyll-justice.md b/content/theme/jekyll-justice.md index 18128f0aa..3386114ae 100644 --- a/content/theme/jekyll-justice.md +++ b/content/theme/jekyll-justice.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2016-11-10T00:56:02.000Z description: ':office: Law firm themed business template for Jekyll' -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-kasper.md b/content/theme/jekyll-kasper.md index bb008e809..b42cde1f3 100644 --- a/content/theme/jekyll-kasper.md +++ b/content/theme/jekyll-kasper.md @@ -10,4 +10,6 @@ cms: date: 2013-11-10T10:15:43.000Z description: Ghost's default theme (Casper) on Jekyll stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-leonids.md b/content/theme/jekyll-leonids.md index a7f4cced1..2142a3a15 100644 --- a/content/theme/jekyll-leonids.md +++ b/content/theme/jekyll-leonids.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2015-08-22T20:45:38.000Z description: A simple and clean two columns Jekyll theme. -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-leopard.md b/content/theme/jekyll-leopard.md index bc400b48d..5989f8937 100644 --- a/content/theme/jekyll-leopard.md +++ b/content/theme/jekyll-leopard.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2016-03-29T15:22:17.000Z description: 个人博客,看效果进入 -stale: false +stale: true disabled: true disabled_reason: error checking demo url --- \ No newline at end of file diff --git a/content/theme/jekyll-libdoc.md b/content/theme/jekyll-libdoc.md new file mode 100644 index 000000000..d7ce0071a --- /dev/null +++ b/content/theme/jekyll-libdoc.md @@ -0,0 +1,117 @@ +--- +title: Jekyll LibDoc +github: https://github.com/olivier3lanc/Jekyll-LibDoc +demo: https://olivier3lanc.github.io/Jekyll-LibDoc/ +author: Olivier 3lanc +date: 2022-09-01T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +archetype: + - Documentation + - Playground +description: A Jekyll documentation theme with built-in search and playground +stale: false +--- + +# A documentation theme with its playground + +LibDoc is a Jekyll theme that was crafted to easily and quickly get properly designed documentation especially for CSS and Javascript libraries. It comes with a [built-in playground](https://olivier3lanc.github.io/Jekyll-LibDoc/libdoc-playground.html) and local search engine. + +![LibDoc layout](https://olivier3lanc.github.io/Jekyll-LibDoc/assets/libdoc/img/libdoc-layout-page-split.webp) +## Features + +* **Quick and easy without installationnew**
Quickly deploy Jekyll LibDoc on a Github repository with [remote theme feature](https://olivier3lanc.github.io/Jekyll-LibDoc/libdoc-install.html#online---remote-theme) +* **Dual context: LibDoc + Playground**
LibDoc was made to craft documentation with its own embedded demos and examples. A major feature of the LibDoc Jekyll theme is its own built-in and configurable playground which is both a [layout](https://olivier3lanc.github.io/Jekyll-LibDoc/libdoc-layouts.html#playground) and a syntax highlighter extension. It extends the [syntax highlighter](https://olivier3lanc.github.io/Jekyll-LibDoc/libdoc-config.html#prismjs-syntax-highlighter) by running the specified code into a configurable context with user defined style sheets and scripts. [Learn more](https://olivier3lanc.github.io/Jekyll-LibDoc/libdoc-playground.html) +* **Gem free, plugin free**
LibDoc runs without any Gem nor plugin. +* **Github Pages compatible Jekyll theme**
Easily deploy your project on Github Pages, LibDoc is fully compatible. +* **5 layouts**
LibDoc comes with dedicated [layouts](https://olivier3lanc.github.io/Jekyll-LibDoc/libdoc-layouts.html) for common documentation usages. +* **Assets grid**
Built to allow visitors to view, download or copy URL of specified resources on your project. [Example](https://olivier3lanc.github.io/Jekyll-LibDoc/libdoc-layout-assets.html) +* **Local search engine**
LibDoc has its own internal search engine based on [lunr.js](https://lunrjs.com/). +* **Multiple lazy-loaded playgrounds on any page**
Add as mush as playgrounds on your documentation pages, playgrounds are loaded once into the viewport. +* **Can work locally, even without Internet connection**
LibDoc can run locally with Jekyll serve or any http host - *assuming you set up local resources.* +* **Customizeable settings**
LibDoc has its own settings editable on needs in the configuration file [config.yml](https://olivier3lanc.github.io/Jekyll-LibDoc/libdoc-config.html). +* **Front matter**
Optional parameters ready to be set into the front matter of each page and every layout, like `category`, `order` in sidebar and `unlisted` feature. [Learn more](https://olivier3lanc.github.io/Jekyll-LibDoc/libdoc-front-matter.html) +* **Github Flavoured Markdown**
LibDoc comes with native support of [Github Flavoured Markdown](https://github.github.com/gfm/). [Learn more](https://olivier3lanc.github.io/Jekyll-LibDoc/libdoc-markdown.html) +* **Metadata**
LibDoc supports social networks metadata into its document `` to enable proper social sharing. Favicon, image, author, color, language are supported in addition of site title and description. Metadata have dual settings for both [site/project](https://olivier3lanc.github.io/Jekyll-LibDoc/libdoc-config.html#metadata) and [playground](https://olivier3lanc.github.io/Jekyll-LibDoc/libdoc-config.html#playground) +* **Sidebar**
All the necessary UI components to navigate through your project. Customizeable features such as logo/text management, search engine and possibility to add links of page that are not contained into the project. All available pages of the project are listed into the responsive sidebar, excepting unlisted ones. You can also assign category to pages and set a custom order. [Learn more](https://olivier3lanc.github.io/Jekyll-LibDoc/libdoc-config.html#sidebar) +* **Customizable Logo**
The top left of the LibDoc’s theme is a homepage link that can display just site title or a custom logo. [Learn more](https://olivier3lanc.github.io/Jekyll-LibDoc/libdoc-sidebar.html#sidebar) +* **Pages order and category**
Pages created can optionally have a category and an order assigned through their front matter. Then, it is possible to group pages links in the sidebar with a tip above the link. [Learn more](https://olivier3lanc.github.io/Jekyll-LibDoc/libdoc-front-matter.html) +* **Unlisted pages**
It is possible to remove page link from the sidebar and search results thanks to the front matter `unlisted` property. [Learn more](https://olivier3lanc.github.io/Jekyll-LibDoc/libdoc-front-matter.html#unlisted) +* **Prims as syntax highlighter**
LibDoc uses customizeable [Prismjs](https://prismjs.com/) syntax highlighter for both playground and markdown code highlight. [Learn more](https://olivier3lanc.github.io/Jekyll-LibDoc/libdoc-config.html#prismjs-syntax-highlighter) +* **TOC - Table Of Content**
LibDoc supports `{:toc}` automatically generated from kramdown - markdown engine - TOC styling the table of content onto a right sidebar. [Learn more](https://olivier3lanc.github.io/Jekyll-LibDoc/libdoc-markdown.html#table-of-content-support) +* **Shields and badges**
![Badge example](https://shields.io/badge/style-for--the--badge-green?logo=appveyor&style=for-the-badge)
+Easily add [shields.io](https://shields.io/) badges into the footer. Create your own badges and add it through the config.yml. [Learn more](https://olivier3lanc.github.io/Jekyll-LibDoc/libdoc-badges.html) + +## Usage + +It is possible to use LibDoc through different ways: + +### Online - No installation as remote theme + +*Available only on GitHub*, [remote theme feature](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll#adding-a-theme) is the most simple way to use LibDoc, it does not require any installation, just follow these few steps: + +1. **Create a repository**
Just add a new repository on your GitHub account. [Example](https://github.com/olivier3lanc/LibDoc-remote-demo/) +2. **Create a LibDoc config file**
Create and configure your LibDoc config file called [_config.yml](libdoc-config.html), required for GitHub Pages, do not forget to add/uncomment the following line:
`remote_theme: olivier3lanc/Jekyll-LibDoc`
[View a _config.yml example](https://github.com/olivier3lanc/LibDoc-remote-demo/blob/main/_config.yml) +3. **Enable Github Pages**
To automatically compile your LibDoc project, just enable GitHub Pages at `https://github.com/[GH_USER_NAME]/[REPO_NAME]/settings/pages`. Each time you commit and push on the specified branch, [Github Pages](https://pages.github.com) builds and hosts your project on the URL `https://[GH_USER_NAME].github.io/[REPO_NAME]`. + +Your repository is now ready to be deployed as GitHub Pages website, all you have to do is adding your content! Learn more about [remote themes](https://github.blog/2017-11-29-use-any-theme-with-github-pages/) + + +### Online - No installation copy or clone + +![Github.dev](assets/libdoc/img/libdoc-edit-online.webp) + +It is possible to craft documentation with LibDoc only with your browser, [Github](https://www.github.com) and [Github Pages](https://pages.github.com). + +1. Copy, clone or fork [LibDoc repository](https://github.com/olivier3lanc/Jekyll-LibDoc) +2. On the forked/copy repository, press `Shift + .` or go to `https://github.dev/[GH_USER_NAME]/[REPO_NAME]/tree/[BRANCH_NAME]` +3. You are now into [Visual Studio Code](https://code.visualstudio.com/) and you can edit, commit and push. + +To automatically compile your LibDoc project, just enable your instance on this page `https://github.com/[GH_USER_NAME]/[REPO_NAME]/settings/pages`. Each time you commit and push on the specified branch, [Github Pages](https://pages.github.com) builds and hosts your project on the URL `https://[GH_USER_NAME].github.io/[REPO_NAME]`. + +### Local install + +LibDoc requires only [Jekyll](https://jekyllrb.com/) to compile your work. + +1. Install Jekyll on your machine following the steps described [here](https://jekyllrb.com/docs/) +2. Get the latest version of LibDoc + * [Download blank](https://github.com/olivier3lanc/Jekyll-LibDoc/archive/refs/heads/master.zip) or [Download with demo content](https://github.com/olivier3lanc/Jekyll-LibDoc/archive/refs/heads/develop.zip) + * You can also clone repository from your terminal `git clone git@github.com:olivier3lanc/Jekyll-LibDoc.git` +3. Into the folder where LibDoc was copied, adjust your settings of your YAML file, Most important are + * `url`
The host of your local set up, this can be for example *http://localhost* or *http://192.168.1.2* or domaine name + * `baseurl`
The path to your local copy of LibDoc. For example */Jekyll-LibDoc/_site* + * `title`
Title of the documentation + * `description`
Description of your documentation project +4. Compile your project using: + * `jekyll build`
Builds the project using *_config.yml* + * `jekyll build -c _personal-config.yml`
Builds the project using *_personal-config.yml* + * `jekyll build -c _personal-config.yml --watch`
Builds the project using *_personal-config.yml* and automatically compiles on detected changes. + * Learn more about command line usage on [official Jekyll documentation](https://jekyllrb.com/docs/usage/) + +### Local with remote theme + +[View example repository](https://github.com/olivier3lanc/LibDoc-remote-demo/tree/local) + +It is possible to only write your content without complete LibDoc installation, just use LibDoc as remote theme. You only need to use locally [Jekyll remote theme plugin](https://github.com/benbalter/jekyll-remote-theme) + +1. Install Jekyll on your machine following the steps described [here](https://jekyllrb.com/docs/) +2. Add a Gemfile with the following line + + ```ruby + gem "jekyll-remote-theme" + ``` + and run `bundle install` to install the plugin + +3. Add the following to your LibDoc's local config file `_config-local.yml` + + ```yml + remote_theme: olivier3lanc/Jekyll-LibDoc + plugins: + - jekyll-remote-theme + ``` + +4. Run `jekyll build` or with any custom config file `jekyll build -c _your-own-config.yml` + +Feel free to use the [example repository](https://github.com/olivier3lanc/LibDoc-remote-demo/tree/local) as starter template. diff --git a/content/theme/jekyll-light-material.md b/content/theme/jekyll-light-material.md index 6bbc665b9..088801ded 100644 --- a/content/theme/jekyll-light-material.md +++ b/content/theme/jekyll-light-material.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2016-09-06T08:42:27.000Z description: lightweight jekyll blog theme -stale: false +stale: true disabled_reason: demo url not found disabled: true --- \ No newline at end of file diff --git a/content/theme/jekyll-lightspeed.md b/content/theme/jekyll-lightspeed.md new file mode 100644 index 000000000..614a2ce82 --- /dev/null +++ b/content/theme/jekyll-lightspeed.md @@ -0,0 +1,33 @@ +--- +title: Lightspeed +github: https://github.com/tajacks/lightspeed +demo: https://lightspeed.tajacks.com +author: tajacks +date: 2023-02-18T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +css: + - SCSS +archetype: + - Blog + - Personal +description: A fast, simple, and privacy-respecting personal site and blog +stale: false +--- + +# Your simple home page + +Lightspeed was created to simply deliver content on the web with minimum fuss. Use it as a home page, a blog, or something in between + +## Features + +* Posts (blog) support +* Pagination & Categories +* RSS +* Syntax Highlighting (JS Served Locally) +* SEO Support +* Doesn't look half bad on mobile +* No intrusive JavaScript +* Extensible diff --git a/content/theme/jekyll-lora.md b/content/theme/jekyll-lora.md index f5a0bdcff..97b08f1c0 100644 --- a/content/theme/jekyll-lora.md +++ b/content/theme/jekyll-lora.md @@ -10,4 +10,6 @@ cms: date: 2015-11-15T17:33:04.000Z description: ':gem: Lora free Jekyll theme' stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-malt.md b/content/theme/jekyll-malt.md index 7a310bcd5..40e7263ee 100644 --- a/content/theme/jekyll-malt.md +++ b/content/theme/jekyll-malt.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2016-11-09T22:42:40.000Z description: ':beers: Event marketing template for Jekyll' -stale: true +stale: false --- \ No newline at end of file diff --git a/content/theme/jekyll-mangan.md b/content/theme/jekyll-mangan.md index 79845dcd8..efd64f9bf 100644 --- a/content/theme/jekyll-mangan.md +++ b/content/theme/jekyll-mangan.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2015-07-03T08:13:56.000Z description: Geek theme for Jekyll. -stale: true +stale: false --- \ No newline at end of file diff --git a/content/theme/jekyll-masonry.md b/content/theme/jekyll-masonry.md index d03a967fa..47e79a203 100644 --- a/content/theme/jekyll-masonry.md +++ b/content/theme/jekyll-masonry.md @@ -10,4 +10,6 @@ cms: date: 2014-09-03T14:35:16.000Z description: Jekyll theme based on masonry stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-massively-theme.md b/content/theme/jekyll-massively-theme.md index ba40ab2b7..9a6d92d5b 100644 --- a/content/theme/jekyll-massively-theme.md +++ b/content/theme/jekyll-massively-theme.md @@ -10,4 +10,6 @@ cms: date: 2017-11-13T02:43:40.000Z description: 'Preview ' stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-materialize-jekyll.md b/content/theme/jekyll-materialize-jekyll.md index 8661efdfa..80aca5268 100644 --- a/content/theme/jekyll-materialize-jekyll.md +++ b/content/theme/jekyll-materialize-jekyll.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2015-11-01T14:16:55.000Z description: Jekyll theme based on materialize. -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-materialize-theme.md b/content/theme/jekyll-materialize-theme.md index e620eb4b0..8678d6594 100644 --- a/content/theme/jekyll-materialize-theme.md +++ b/content/theme/jekyll-materialize-theme.md @@ -11,5 +11,5 @@ date: 2017-08-09T19:17:13.000Z description: Jekyll Materialize Starter Theme stale: true disabled: true -disabled_reason: error checking demo url +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-memoirs.md b/content/theme/jekyll-memoirs.md index eab53bd63..868a32b8c 100644 --- a/content/theme/jekyll-memoirs.md +++ b/content/theme/jekyll-memoirs.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2020-04-08T05:58:15.000Z description: Memoirs - beautiful free Jekyll theme -stale: false +stale: true --- "Memoirs" is a free Bootstrap Jekyll theme for blogging, collections, resources, reviews websites. \ No newline at end of file diff --git a/content/theme/jekyll-minimal.md b/content/theme/jekyll-minimal.md index d9497e551..9b1c6c159 100644 --- a/content/theme/jekyll-minimal.md +++ b/content/theme/jekyll-minimal.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2012-04-05T13:10:55.000Z description: A Theme for GitHub Pages -stale: true -disabled: true -disabled_reason: error checking demo url +stale: false +disabled: false +disabled_reason: '' --- \ No newline at end of file diff --git a/content/theme/jekyll-minimalist.md b/content/theme/jekyll-minimalist.md new file mode 100644 index 000000000..906a17bcd --- /dev/null +++ b/content/theme/jekyll-minimalist.md @@ -0,0 +1,26 @@ +--- +title: Minimalist +github: https://github.com/BDHU/minimalist +demo: https://www.bodunhu.com/minimalist/ +author: Bodun Hu +date: 2021-08-22T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +archetype: + - Portfolio + - Personal +description: Minimalist is a Jekyll theme inspired by the Minimal theme. +stale: false +--- + +# A simplistic theme with Jekyll + +This theme is modified based on the Minimal theme with multiple improvements. + +## Features + +* Dark/light mode +* Syntax highlighting +* Free to use and modified. diff --git a/content/theme/jekyll-modernist.md b/content/theme/jekyll-modernist.md index 878db6b7f..69918ec0c 100644 --- a/content/theme/jekyll-modernist.md +++ b/content/theme/jekyll-modernist.md @@ -10,6 +10,6 @@ cms: date: 2012-04-05T13:57:48.000Z description: A Theme for GitHub Pages stale: true -disabled: true -disabled_reason: error checking demo url +disabled: false +disabled_reason: '' --- \ No newline at end of file diff --git a/content/theme/jekyll-monday-theme.md b/content/theme/jekyll-monday-theme.md index 68fdc7862..a80a4904e 100644 --- a/content/theme/jekyll-monday-theme.md +++ b/content/theme/jekyll-monday-theme.md @@ -10,6 +10,6 @@ cms: date: 2017-03-10T15:42:27.000Z description: Monday is a minimal and 100% free blog template for Jekyll stale: true -disabled: true -disabled_reason: demo url not found +disabled: false +disabled_reason: '' --- \ No newline at end of file diff --git a/content/theme/jekyll-moonwalk.md b/content/theme/jekyll-moonwalk.md index c4ae1a3f1..82d148311 100644 --- a/content/theme/jekyll-moonwalk.md +++ b/content/theme/jekyll-moonwalk.md @@ -10,7 +10,6 @@ cms: archetype: - Blog - Portfolio - - Multi Purpose css: - SCSS date: 2020-12-04T00:00:00.000Z diff --git a/content/theme/jekyll-mr-brown.md b/content/theme/jekyll-mr-brown.md index 876b048a1..b52637815 100644 --- a/content/theme/jekyll-mr-brown.md +++ b/content/theme/jekyll-mr-brown.md @@ -10,6 +10,6 @@ cms: date: 2017-02-23T17:03:57.000Z description: Mr.Brown is a responsive Jekyll theme stale: true -disabled: true -disabled_reason: demo url not found +disabled: false +disabled_reason: '' --- \ No newline at end of file diff --git a/content/theme/jekyll-mr-green.md b/content/theme/jekyll-mr-green.md new file mode 100644 index 000000000..2c45c6a1a --- /dev/null +++ b/content/theme/jekyll-mr-green.md @@ -0,0 +1,52 @@ +--- +title: Mr. Green +github: https://github.com/MrGreensWorkshop/MrGreen-JekyllTheme +demo: https://jekyll-theme-mrgreen-demo.mrgreensworkshop.com +author: Mr. Green's Workshop +date: 2022-03-31T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +css: + - Scss + - Bootstrap +archetype: + - Personal + - Business + - Blog +description: >- + Mr. Green is a multilingual theme generated with Jekyll and fully compatible + with GitHub Pages. +stale: false +--- + +Mr. Green is a multilingual theme generated with Jekyll and fully compatible with GitHub Pages. + +## Features + +- Multilingual web site +- Recommended language offer feature +- Auto Navigation Button adder with icon enable disable options +- Layouts for Home, About, Archives, Post-list, Links, Projects and more +- Color scheme switching options (Dark light) +- Auto image referrer (no need to add full path for images. Just add : in front of it.) +- image lazy loader, image viewer +- Cool Footer with creative commons licensing +- Movable Table of Contents modal box for Posts +- Post Share Options +- Post-listing by Category or Tags +- Comments for posts +- Selectable numbered pagination or scroll to load type +- Sitemap feature +- Search Engine Optimization (SEO) +- Analytics (Google Analytics) +- Cookie consent feature +- Site Search feature +- Code Compression for small footprint (HTML JS SCSS) +- Mobile App support +- Mobile device friendly (Tested on Android and IOS) +- Well organized folder structure for developers (Tested on Chrome, Safari, FireFox) + + + diff --git a/content/theme/jekyll-mug.md b/content/theme/jekyll-mug.md index 6d38e831d..0965e4c04 100644 --- a/content/theme/jekyll-mug.md +++ b/content/theme/jekyll-mug.md @@ -10,4 +10,6 @@ cms: date: 2015-11-20T14:42:31.000Z description: 💎 mug Jekyll theme stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-nagymaros.md b/content/theme/jekyll-nagymaros.md new file mode 100644 index 000000000..e6ad12fed --- /dev/null +++ b/content/theme/jekyll-nagymaros.md @@ -0,0 +1,30 @@ +--- +title: "Nagymaros" +github: https://github.com/piazzai/jekyll-nagymaros +demo: https://piazzai.github.io/jekyll-nagymaros/ +author: Michele Piazzai +date: 2023-10-11 +ssg: + - Jekyll +cms: + - No CMS +css: + - Bootstrap + - SCSS +archetype: + - Event +description: Jekyll theme for a conference website +--- + +# jekyll-nagymaros + +Nagymaros is a [Jekyll](https://jekyllrb.com) theme designed for conferences, workshops, meetings, and similar events. It has a simple and intuitive structure featuring four pages that provide key information about the event: + +- An index, meant for basic details and links to external sources, such as submission systems. +- A program, allowing for single or multi-day schedules and color-coded event categories. +- A map of conference locations, customizable with markers, areas, and tooltips. +- An alphabetical list of contributors, with optional roles and email addresses. + +The theme is based on [Bootstrap 5](https://getbootstrap.com/), which makes it mobile-first and fully responsive. Body text is set in Inter, a clean sans-serif typeface that guarantees readability at small screen sizes. A slab-serif typeface, Zilla Slab, is used instead in display headings. The layout is adapted from [jekyll-conference-theme](https://github.com/DigitaleGesellschaft/jekyll-theme-conference) and remains quite similar to it, but compared to this theme, Nagymaros aims to be simpler and easier to customize. + +See the [demo](https://jekyll-nagymaros.netlify.app) to find out what the theme looks like. diff --git a/content/theme/jekyll-nandomoreira.me.md b/content/theme/jekyll-nandomoreira.me.md index 465f72de7..35bb1bd5b 100644 --- a/content/theme/jekyll-nandomoreira.me.md +++ b/content/theme/jekyll-nandomoreira.me.md @@ -10,4 +10,6 @@ cms: date: 2015-11-12T18:06:34.000Z description: 💎 My old website in Jekyll and Gulpjs stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-nangka.md b/content/theme/jekyll-nangka.md index e4d3f94a6..128a126ac 100644 --- a/content/theme/jekyll-nangka.md +++ b/content/theme/jekyll-nangka.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-12-29T17:37:54.000Z description: 'nangka-jekyll-theme #rmsu' -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-new-age.md b/content/theme/jekyll-new-age.md index c7c142f33..42a8d6d8a 100644 --- a/content/theme/jekyll-new-age.md +++ b/content/theme/jekyll-new-age.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2016-10-25T05:15:39.000Z description: Start Boostrap New Age Theme for Jekyll -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-onepage.md b/content/theme/jekyll-onepage.md index 7fc218f72..27b95f60e 100644 --- a/content/theme/jekyll-onepage.md +++ b/content/theme/jekyll-onepage.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2016-11-06T15:13:02.000Z description: uncomplicated single-page jekyll blog theme -stale: false +stale: true disabled_reason: demo url not found disabled: true --- \ No newline at end of file diff --git a/content/theme/jekyll-opentheme.md b/content/theme/jekyll-opentheme.md index 169d6c815..776e31202 100644 --- a/content/theme/jekyll-opentheme.md +++ b/content/theme/jekyll-opentheme.md @@ -13,5 +13,5 @@ description: >- websites and mobile-hybrid apps on GitHub Pages. stale: true disabled: true -disabled_reason: error checking demo url +disabled_reason: demo url connection refused --- \ No newline at end of file diff --git a/content/theme/jekyll-otter-pop.md b/content/theme/jekyll-otter-pop.md index 2f3080bd6..819a8dab0 100644 --- a/content/theme/jekyll-otter-pop.md +++ b/content/theme/jekyll-otter-pop.md @@ -10,6 +10,6 @@ cms: date: 2014-05-10T16:43:23.000Z description: The world's greatest jekyll theme stale: true -disabled: true -disabled_reason: error checking demo url +disabled: false +disabled_reason: '' --- \ No newline at end of file diff --git a/content/theme/jekyll-papyrus-theme.md b/content/theme/jekyll-papyrus-theme.md index ea593633e..ca7699354 100644 --- a/content/theme/jekyll-papyrus-theme.md +++ b/content/theme/jekyll-papyrus-theme.md @@ -10,4 +10,6 @@ cms: date: 2016-11-05T22:24:58.000Z description: Papyrus Jekyll Theme stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-personal.md b/content/theme/jekyll-personal.md index 206890f3f..39e753416 100644 --- a/content/theme/jekyll-personal.md +++ b/content/theme/jekyll-personal.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2015-06-27T16:56:59.000Z description: ' :bowtie: { Personal } Jekyll theme' -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-photorama.md b/content/theme/jekyll-photorama.md index 8f07044b3..ac94fef00 100644 --- a/content/theme/jekyll-photorama.md +++ b/content/theme/jekyll-photorama.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2016-03-27T21:21:59.000Z description: '''PHOTORAMA'' template for Jekyll' -stale: true +stale: false --- \ No newline at end of file diff --git a/content/theme/jekyll-pithy.md b/content/theme/jekyll-pithy.md index 1c3e2f78e..bcb81331a 100644 --- a/content/theme/jekyll-pithy.md +++ b/content/theme/jekyll-pithy.md @@ -10,4 +10,6 @@ cms: date: 2015-04-10T01:45:07.000Z description: Pithy Jekyll Theme stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-princess-diaries.md b/content/theme/jekyll-princess-diaries.md index cc0abd598..fa3dde9ea 100644 --- a/content/theme/jekyll-princess-diaries.md +++ b/content/theme/jekyll-princess-diaries.md @@ -10,4 +10,6 @@ cms: date: 2015-11-21T15:15:37.000Z description: 👸 A jekyll theme. stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-professional-resume.md b/content/theme/jekyll-professional-resume.md new file mode 100644 index 000000000..9e3e57f2a --- /dev/null +++ b/content/theme/jekyll-professional-resume.md @@ -0,0 +1,18 @@ +--- +title: "Jekyll-Professional-Resume" +github: https://github.com/byanko55/jekyll-professional-resume +demo: https://cvlian.github.io/ +author: Yankos +date: 2024-04-02 +ssg: + - Jekyll +cms: + - No CMS +css: + - scss +archetype: + - Single-page + - Personal + - Portfolio +description: A simple and modern resume template, best fit for either Academic CV (Curriculum Vitae) or Engineer Portfolio. +--- \ No newline at end of file diff --git a/content/theme/jekyll-project-gaia.md b/content/theme/jekyll-project-gaia.md index eab508c16..999bc06b2 100644 --- a/content/theme/jekyll-project-gaia.md +++ b/content/theme/jekyll-project-gaia.md @@ -10,4 +10,6 @@ cms: date: 2017-01-09T07:22:31.000Z description: 'Jekyll Theme Project Gaia. V2 Beta Released !! Check it out -> ' stale: false +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-researcher.md b/content/theme/jekyll-researcher.md index 0ad953823..ba31a4818 100644 --- a/content/theme/jekyll-researcher.md +++ b/content/theme/jekyll-researcher.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2016-08-29T16:23:36.000Z description: A jekyll based resume template -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-rtd-theme.md b/content/theme/jekyll-rtd-theme.md index 309f12a75..95a363b5a 100644 --- a/content/theme/jekyll-rtd-theme.md +++ b/content/theme/jekyll-rtd-theme.md @@ -12,4 +12,6 @@ description: >- Just another Jekyll theme for GitHub Pages based on ReadtheDocs's sphinx_rtd_theme styles stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/jekyll-sciblog.md b/content/theme/jekyll-sciblog.md index 11a50f636..9f265250c 100644 --- a/content/theme/jekyll-sciblog.md +++ b/content/theme/jekyll-sciblog.md @@ -11,5 +11,5 @@ date: 2016-02-10T04:25:25.000Z description: Sci Blog jekyll theme stale: true disabled: true -disabled_reason: demo url not found +disabled_reason: error checking demo url --- \ No newline at end of file diff --git a/content/theme/jekyll-serif.md b/content/theme/jekyll-serif.md index b8a75057d..84bc93a3a 100644 --- a/content/theme/jekyll-serif.md +++ b/content/theme/jekyll-serif.md @@ -9,12 +9,10 @@ cms: - No Cms archetype: - Business - - Multi Purpose css: - SCSS - Bootstrap date: 2019-11-08T00:00:00.000Z description: Serif is a beautiful small business theme for Jekyll. stale: false -weight: 10 --- diff --git a/content/theme/jekyll-simple-elegant-theme.md b/content/theme/jekyll-simple-elegant-theme.md index aaca6e582..b57ecaefc 100644 --- a/content/theme/jekyll-simple-elegant-theme.md +++ b/content/theme/jekyll-simple-elegant-theme.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2015-08-21T04:20:04.000Z description: Blog theme powered by Jekyll. -stale: false +stale: true disabled: true -disabled_reason: demo url not found +disabled_reason: error checking demo url --- diff --git a/content/theme/jekyll-simple-texture-theme.md b/content/theme/jekyll-simple-texture-theme.md index 95345dd11..c8904f7cb 100644 --- a/content/theme/jekyll-simple-texture-theme.md +++ b/content/theme/jekyll-simple-texture-theme.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2017-05-27T10:52:29.000Z description: A gem-based responsive simple texture styled Jekyll theme. -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-simplest.md b/content/theme/jekyll-simplest.md index 544392eb0..55acff913 100644 --- a/content/theme/jekyll-simplest.md +++ b/content/theme/jekyll-simplest.md @@ -10,4 +10,6 @@ cms: date: 2015-12-10T15:28:29.000Z description: 💎 Simple and beautiful Jekyll theme stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-sleek-blog.md b/content/theme/jekyll-sleek-blog.md index d06905a31..949609df6 100644 --- a/content/theme/jekyll-sleek-blog.md +++ b/content/theme/jekyll-sleek-blog.md @@ -10,4 +10,6 @@ cms: date: 2016-01-05T20:39:17.000Z description: A Empty template blog stale: true +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-slides.md b/content/theme/jekyll-slides.md index 6371f6559..ac8fe8168 100644 --- a/content/theme/jekyll-slides.md +++ b/content/theme/jekyll-slides.md @@ -9,5 +9,7 @@ cms: - No Cms date: 2016-07-06T17:15:11.000Z description: A presentstion theme -stale: true +stale: false +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-solana-theme.md b/content/theme/jekyll-solana-theme.md index 3d3e5d4bc..18b09d58d 100644 --- a/content/theme/jekyll-solana-theme.md +++ b/content/theme/jekyll-solana-theme.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2017-03-29T06:10:39.000Z description: A wholesome, flat, sunshiny Jekyll theme -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-space-theme.md b/content/theme/jekyll-space-theme.md index 9654c96d9..faa9c653d 100644 --- a/content/theme/jekyll-space-theme.md +++ b/content/theme/jekyll-space-theme.md @@ -11,5 +11,5 @@ date: 2016-09-12T16:49:05.000Z description: >- A simple spacemacs template on jekyll. https://victorvoid.github.io/space-jekyll-template/ -stale: true +stale: false --- \ No newline at end of file diff --git a/content/theme/jekyll-taken-theme.md b/content/theme/jekyll-taken-theme.md index 4553a8410..83c3e324e 100644 --- a/content/theme/jekyll-taken-theme.md +++ b/content/theme/jekyll-taken-theme.md @@ -11,5 +11,5 @@ date: 2016-04-28T04:46:31.000Z description: Minimalist two-column jekyll theme stale: true disabled: true -disabled_reason: error checking demo url +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-tale-theme.md b/content/theme/jekyll-tale-theme.md index 642fcdf9b..61a674c19 100644 --- a/content/theme/jekyll-tale-theme.md +++ b/content/theme/jekyll-tale-theme.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2017-03-10T04:32:23.000Z description: Minimal Jekyll theme for storytellers -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-textlog.md b/content/theme/jekyll-textlog.md index f53a30e17..2a9ea37a4 100644 --- a/content/theme/jekyll-textlog.md +++ b/content/theme/jekyll-textlog.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2017-01-15T08:19:03.000Z description: Minimalist, lefty-style Jekyll theme designed for documentation based blog. -stale: true +stale: false --- \ No newline at end of file diff --git a/content/theme/jekyll-theme-HardCandy.md b/content/theme/jekyll-theme-HardCandy.md index e8d1bdbb9..f55f2f25d 100644 --- a/content/theme/jekyll-theme-HardCandy.md +++ b/content/theme/jekyll-theme-HardCandy.md @@ -10,4 +10,6 @@ cms: date: 2018-05-28T12:09:01.000Z description: 一款清新 糖果色🍬 的 ‘Jekyll’ 主题。A candy-colored 🍬 ‘Jekyll’ theme. stale: true +disabled: true +disabled_reason: error checking demo url --- \ No newline at end of file diff --git a/content/theme/jekyll-theme-LOFFER.md b/content/theme/jekyll-theme-LOFFER.md index 8c7666e5d..0d89e13f6 100644 --- a/content/theme/jekyll-theme-LOFFER.md +++ b/content/theme/jekyll-theme-LOFFER.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-06-02T06:42:58.000Z description: '博客主题 A forkable Jekyll theme with Chinese UI and document ' -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-theme-PlainWhite.md b/content/theme/jekyll-theme-PlainWhite.md index db7702c48..6a2357e07 100644 --- a/content/theme/jekyll-theme-PlainWhite.md +++ b/content/theme/jekyll-theme-PlainWhite.md @@ -10,6 +10,6 @@ cms: date: 2019-03-24T16:00:17.000Z description: A configurable portfolio-style jekyll theme for writers. stale: false -disabled_reason: error checking demo url +disabled_reason: demo url connection refused disabled: true --- diff --git a/content/theme/jekyll-theme-Texture-Theme.md b/content/theme/jekyll-theme-Texture-Theme.md index bfecf60c9..902130fd4 100644 --- a/content/theme/jekyll-theme-Texture-Theme.md +++ b/content/theme/jekyll-theme-Texture-Theme.md @@ -10,6 +10,6 @@ cms: date: 2019-06-29T14:05:37.000Z description: A configurable theme for simply beautiful blogs. stale: false -disabled_reason: error checking demo url +disabled_reason: demo url connection refused disabled: true --- diff --git a/content/theme/jekyll-theme-barber.md b/content/theme/jekyll-theme-barber.md index 27f7b8345..ff14b0342 100644 --- a/content/theme/jekyll-theme-barber.md +++ b/content/theme/jekyll-theme-barber.md @@ -8,7 +8,7 @@ ssg: cms: - No Cms date: 2018-02-15T03:05:57.000Z -stale: false +stale: true disabled: true disabled_reason: error checking demo url --- \ No newline at end of file diff --git a/content/theme/jekyll-theme-basically-basic.md b/content/theme/jekyll-theme-basically-basic.md index b114067a0..489d459ce 100644 --- a/content/theme/jekyll-theme-basically-basic.md +++ b/content/theme/jekyll-theme-basically-basic.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2017-03-07T21:08:01.000Z description: Your new Jekyll default theme -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-theme-hackcss.md b/content/theme/jekyll-theme-hackcss.md index 01af835dc..02125fe3e 100644 --- a/content/theme/jekyll-theme-hackcss.md +++ b/content/theme/jekyll-theme-hackcss.md @@ -10,4 +10,6 @@ cms: date: 2016-07-29T19:17:30.000Z description: Dead simple CSS framework now with Jekyll. stale: true +disabled: true +disabled_reason: error checking demo url --- \ No newline at end of file diff --git a/content/theme/jekyll-theme-horizon-flow.md b/content/theme/jekyll-theme-horizon-flow.md new file mode 100644 index 000000000..00157a9c1 --- /dev/null +++ b/content/theme/jekyll-theme-horizon-flow.md @@ -0,0 +1,34 @@ +--- +title: "Horizon Flow" +github: https://github.com/papierkorp/jekyll-theme-horizon-flow +demo: https://papierkorp.github.io/jekyll-theme-horizon-flow/ +author: Markus Schiller +date: 2023-09-15 +ssg: + - Jekyll +cms: + - No CMS +css: + - SCSS +archetype: + - Blog +description: Mobile friendly with a clean sidebar-free layout, highly customizable. +--- + +# A simple starter kit for Gridsome + +Horizon-Flow is a mobile friendly Jekyll theme characterized by a serene color palette of blue, gray, and orange. It features a clean, sidebar-free layout, keeping all content in a single, flowing main container. The header remains fixed even while scrolling, ensuring easy navigation. Allows Custom content to be displayed in the footer and footer-sidebar. + +## Features + +* Custom Navigation +* Dynamically created Footer with Font Awesome Icons and Social Links +* Flexible customizable Footer-Sidebar (above the Footer) where you can include up to 5 elements. You can choose between 4 premade ones and lf created ones +* SEO best practices via Jekyll SEO Tag +* Javascript free besides the optional search page +* supports tags and categories +* offers an archive +* Carefully designed posts for almost all Markup elements +* Activateable TOC and to the TOP Buttons for each post +* Mobile Friendly +* Highly Customizable diff --git a/content/theme/jekyll-theme-material-you.md b/content/theme/jekyll-theme-material-you.md new file mode 100644 index 000000000..5a500f3a6 --- /dev/null +++ b/content/theme/jekyll-theme-material-you.md @@ -0,0 +1,17 @@ +--- +title: Material You +github: https://github.com/sharadcodes/jekyll-theme-material-you +demo: https://sharadcodes.github.io/jekyll-theme-material-you/ +author: Sharad Raj Singh Maurya +ssg: + - Jekyll +cms: + - No Cms +category: + - Blog +date: 2022-05-13T00:00:00.000Z +description: A Jekyll theme for Material You Lovers by Sharad Raj Singh Maurya +archetype: + - Blog +stale: false +--- diff --git a/content/theme/jekyll-theme-minimal-text.md b/content/theme/jekyll-theme-minimal-text.md index c90bfc994..6b796323a 100644 --- a/content/theme/jekyll-theme-minimal-text.md +++ b/content/theme/jekyll-theme-minimal-text.md @@ -10,4 +10,6 @@ cms: date: 2017-12-15T11:36:36.000Z description: Minimal Text is a clean and lightweight Jekyll Theme stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/jekyll-theme-mundana.md b/content/theme/jekyll-theme-mundana.md index e6ff4a650..89150a6c6 100644 --- a/content/theme/jekyll-theme-mundana.md +++ b/content/theme/jekyll-theme-mundana.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-02-08T19:25:42.000Z description: Mundana is a free Jekyll theme, Medium styled. -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-theme-panthera-jekyll.md b/content/theme/jekyll-theme-panthera-jekyll.md index 993b7ce79..79ac2b608 100644 --- a/content/theme/jekyll-theme-panthera-jekyll.md +++ b/content/theme/jekyll-theme-panthera-jekyll.md @@ -11,5 +11,5 @@ date: 2019-06-04T23:36:15.000Z description: >- A quick and simple responsive developer portfolio theme for jekyll sites and GitHub Pages. -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-theme-project-negya.md b/content/theme/jekyll-theme-project-negya.md index 1b2233cdc..ea1db8c7b 100644 --- a/content/theme/jekyll-theme-project-negya.md +++ b/content/theme/jekyll-theme-project-negya.md @@ -8,7 +8,7 @@ ssg: cms: - No Cms date: 2019-06-15T10:37:38.000Z -stale: false -disabled_reason: demo url not found -disabled: true +stale: true +disabled_reason: '' +disabled: false --- \ No newline at end of file diff --git a/content/theme/jekyll-theme-prologue.md b/content/theme/jekyll-theme-prologue.md index e9c7a5df0..1b291f9f9 100644 --- a/content/theme/jekyll-theme-prologue.md +++ b/content/theme/jekyll-theme-prologue.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-01-07T03:51:49.000Z description: A Jekyll version of the 'Prologue' theme by HTML5 UP -stale: false +stale: true --- diff --git a/content/theme/jekyll-theme-satellite.md b/content/theme/jekyll-theme-satellite.md new file mode 100644 index 000000000..3c687d9a3 --- /dev/null +++ b/content/theme/jekyll-theme-satellite.md @@ -0,0 +1,29 @@ +--- +title: "Jekyll-theme-Satellite" +github: https://github.com/byanko55/jekyll-theme-satellite +demo: https://byanko55.github.io/ +author: Yankos +date: 2024-02-06 +ssg: + - Jekyll +cms: + - No CMS +archetype: + - Blog +description: An emotional and adorable blog theme powered by Jekyll. +--- + +## Features + +* Comment System using *giscus* +* Copy contents of Code Block +* Dark/Light Theme +* Google Analytics +* Hierarchical Categorization +* Mobile friendly design +* Related Posts +* RSS/Sitemap support +* Search Post by Title or Tags +* Syntax Highlighter (*highlight.js*) +* Table of Contents +* Visitor Counter (*goatcounter*) \ No newline at end of file diff --git a/content/theme/jekyll-theme-serial-programmer.md b/content/theme/jekyll-theme-serial-programmer.md new file mode 100644 index 000000000..85778daaa --- /dev/null +++ b/content/theme/jekyll-theme-serial-programmer.md @@ -0,0 +1,17 @@ +--- +title: Serial Programmer +github: https://github.com/sharadcodes/jekyll-theme-serial-programmer +demo: https://sharadcodes.github.io/jekyll-theme-serial-programmer/ +author: Sharad Raj Singh Maurya +ssg: + - Jekyll +cms: + - No Cms +category: + - Blog +date: 2021-11-06T00:00:00.000Z +description: A Jekyll theme for serial programmers by Sharad Raj Singh Maurya +archetype: + - Blog +stale: false +--- diff --git a/content/theme/jekyll-theme-yat.md b/content/theme/jekyll-theme-yat.md index ea7918529..553ea8efc 100644 --- a/content/theme/jekyll-theme-yat.md +++ b/content/theme/jekyll-theme-yat.md @@ -11,7 +11,6 @@ cms: archetype: - Blog - Business - - Multi Purpose description: 🎨 Yet another theme for elegant writers with modern flat style. stale: false --- diff --git a/content/theme/jekyll-thinkspace.md b/content/theme/jekyll-thinkspace.md index 4e5b623fa..065da0846 100644 --- a/content/theme/jekyll-thinkspace.md +++ b/content/theme/jekyll-thinkspace.md @@ -11,5 +11,5 @@ date: 2016-06-11T09:31:31.000Z description: >- Just another minimalist Jekyll theme which designed for technical writing blog. -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-travelogue.md b/content/theme/jekyll-travelogue.md index 0b6576067..c5cdb88ed 100644 --- a/content/theme/jekyll-travelogue.md +++ b/content/theme/jekyll-travelogue.md @@ -11,5 +11,5 @@ date: 2015-01-13T15:49:27.000Z description: >- A minimal, single-column Jekyll theme that provides an immersive read experience for your readers. -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-uno-timeline.md b/content/theme/jekyll-uno-timeline.md index 1c269011b..4b74fe76b 100644 --- a/content/theme/jekyll-uno-timeline.md +++ b/content/theme/jekyll-uno-timeline.md @@ -15,7 +15,7 @@ date: 2020-01-31T06:00:00.000Z description: >- Jekyll-Uno-Timeline - a minimal, responsive theme for Jekyll based on Uno for Ghost with a list of projects as Timeline and without blog. -stale: true +stale: false disabled: true disabled_reason: error checking demo url --- diff --git a/content/theme/jekyll-uno.md b/content/theme/jekyll-uno.md index 3dee2f999..42c0ff25e 100644 --- a/content/theme/jekyll-uno.md +++ b/content/theme/jekyll-uno.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2016-01-10T03:59:53.000Z description: Jekyll-Uno - a minimal, responsive theme for Jekyll based on Uno for Ghost -stale: false +stale: true --- diff --git a/content/theme/jekyll-urban.md b/content/theme/jekyll-urban.md index 645af38b7..9dbf43712 100644 --- a/content/theme/jekyll-urban.md +++ b/content/theme/jekyll-urban.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2015-10-06T13:35:07.000Z description: minimal jekyll theme for visual artists -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-vyaasa.md b/content/theme/jekyll-vyaasa.md index e6a7507eb..89fc7b78c 100644 --- a/content/theme/jekyll-vyaasa.md +++ b/content/theme/jekyll-vyaasa.md @@ -9,5 +9,7 @@ cms: - No Cms date: 2016-09-22T14:23:34.000Z description: Here is the demo -stale: true +stale: false +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-webjeda-ashwath.md b/content/theme/jekyll-webjeda-ashwath.md index 6cb60f5aa..8f6f258f0 100644 --- a/content/theme/jekyll-webjeda-ashwath.md +++ b/content/theme/jekyll-webjeda-ashwath.md @@ -9,5 +9,7 @@ cms: - No Cms date: 2017-03-22T19:17:15.000Z description: Minimal Jekyll Theme with an app like layout -stale: true +stale: false +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/jekyll-white-paper.md b/content/theme/jekyll-white-paper.md index ed8c0dfa5..ba490ee6c 100644 --- a/content/theme/jekyll-white-paper.md +++ b/content/theme/jekyll-white-paper.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2014-06-30T14:56:52.000Z description: Simple, elegant and clean jekyll theme. -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/jekyll-yamt.md b/content/theme/jekyll-yamt.md index a86d2965b..c3b110ae7 100644 --- a/content/theme/jekyll-yamt.md +++ b/content/theme/jekyll-yamt.md @@ -9,7 +9,7 @@ ssg: cms: - no cms description: YAMT is a minimal Jekyll theme focused on simplicity and ease-of-use. -stale: false +stale: true --- # YAMT - Yet Another Minimal Theme diff --git a/content/theme/jekyll-zeespre-one.md b/content/theme/jekyll-zeespre-one.md new file mode 100644 index 000000000..f1470a536 --- /dev/null +++ b/content/theme/jekyll-zeespre-one.md @@ -0,0 +1,21 @@ +--- +title: ZeeSpire One +github: https://github.com/ZeeSpire/one-free +demo: https://one-free.zeespire.com/ +author: ZeeSpire +ssg: + - Jekyll +cms: + - No Cms +date: 2021-12-15T14:07:26.000Z +description: ZeeSpire One, clean design +stale: false +disabled: true +disabled_reason: demo url not found +--- + +- Premium theme using Jekyll version 4.1.2 & Bootstrap 5 +- Multipurpose (multiple homepage layouts) +- Fully ready for production within minutes +- Responsive, SEO Friendly, and Mobile optimized +- Step by step documentation diff --git a/content/theme/jekyllBear.md b/content/theme/jekyllBear.md new file mode 100644 index 000000000..3e8173a3e --- /dev/null +++ b/content/theme/jekyllBear.md @@ -0,0 +1,44 @@ +--- +title: jekyllBear +github: https://github.com/knhash/jekyllBear +demo: https://knhash.in/jekyllBear +author: knhash +date: 2022-08-25T00:00:00.000Z +ssg: + - Jekyll +cms: + - Forestry +archetype: + - Blog + - Portfolio + - Personal + - Multi Purpose +description: >- + A port of the awesome, minimal Bear Blog default theme to Jekyll, as a gem. + Plus tag support for your blogs. +stale: false +--- + +## An easy to use, minimal, text focused Jekyll theme + +[Bear Blog](https://bearblog.dev/) is *"a blogging platform where words matter most"*. + +This is a port of it's theme to Jekyll, with some tweaks. So you can use GitHub Pages to host your blog while getting the same awesome Bear Blog feels. + +**Stop worrying about the style, focus on your writing.** + +- Looks great on *any* device +- Tiny, optimized, and awesome pages +- No trackers, ads, or scripts, *did I mention minimal already?* +- Auto light and dark themes +- Tag support, to filter blog pages +- Quick, *15 minute* setup +- Gallery view for your images +- Code highlighting + +## Screenshots + +![Home](https://raw.githubusercontent.com/Knhash/jekyllBear/master/assets/images/JBHome.png?raw=true "Home") +![Blog](https://raw.githubusercontent.com/Knhash/jekyllBear/master/assets/images/JBBlog.png?raw=true "Blog") +![LongForm](https://raw.githubusercontent.com/Knhash/jekyllBear/master/assets/images/JBLongForm.png?raw=true "LongForm") +![Poetry](https://raw.githubusercontent.com/Knhash/jekyllBear/master/assets/images/JBPoetry.png?raw=true "Poetry") diff --git a/content/theme/just-me.md b/content/theme/just-me.md new file mode 100644 index 000000000..747a68f7f --- /dev/null +++ b/content/theme/just-me.md @@ -0,0 +1,30 @@ +--- +title: Just me! +github: https://github.com/jota-ele-ene/just-me +demo: https://jota-ele-ene.github.io/just-me-starter/ +author: José Luis Núñez +date: 2022-01-24T00:00:00.000Z +ssg: + - Hugo +cms: + - Forestry +description: >- + A minimal and fancy theme for Hugo to create Personal Pages with no blog or + extra content, just awesome rotating backgrounds and your social profiles to + allow people contact you. +stale: false +--- + +# Just me! + +A minimal and fancy theme for [Hugo](http://gohugo.io/) to create Personal Pages with no blog or extra content, just awesome rotating backgrounds and your social profiles to allow people contact you. A demo site is deployed here: https://jota-ele-ene.github.io/just-me-starter. + +![Just me! screenshot](/images/screenshot.png) + +## Features + +- Just a homepage with rotating fullscreen backgrounds +- Configure it including your social profiles +- Manage both backgrounds and social profiles like any other content in Hugo to avoid hard-coding in config-files +- Support for Google Analytics +- Contact form (in progress) diff --git a/content/theme/just-the-docs.md b/content/theme/just-the-docs.md index 2ea52ae97..6ecd533eb 100644 --- a/content/theme/just-the-docs.md +++ b/content/theme/just-the-docs.md @@ -12,4 +12,6 @@ description: >- A modern, high customizable, responsive Jekyll theme for documention with built-in search. stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/kross-hugo-portfolio-template.md b/content/theme/kross-hugo-portfolio-template.md deleted file mode 100644 index 3ab349a74..000000000 --- a/content/theme/kross-hugo-portfolio-template.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Kross -github: https://github.com/themefisher/kross-hugo-portfolio-template -demo: https://themes.gohugo.io/theme/kross-hugo-portfolio-template/ -author: Theme Fisher -ssg: - - Hugo -cms: - - No Cms -date: 2019-05-13T08:18:18.000Z -description: Kross Creative Portfolio Template -stale: false ---- diff --git a/content/theme/limp-dark.md b/content/theme/limp-dark.md index 71fe823c4..e540fbfed 100644 --- a/content/theme/limp-dark.md +++ b/content/theme/limp-dark.md @@ -9,7 +9,7 @@ ssg: cms: - No CMS css: - - sass + - SCSS archetype: - Blog description: A Lightning fast dark jekyll blog theme diff --git a/content/theme/linkhub-jekyll-theme.md b/content/theme/linkhub-jekyll-theme.md new file mode 100644 index 000000000..6eb9a8f0d --- /dev/null +++ b/content/theme/linkhub-jekyll-theme.md @@ -0,0 +1,29 @@ +--- +title: Linkhub +github: https://github.com/digitalmalayali/linkhub-jekyll-theme +demo: https://digitalmalayali.github.io/linkhub-jekyll-theme +author: Digital Malayali +date: 2023-10-04 +ssg: + - Jekyll +cms: + - No CMS +archetype: + - Single Page + - Personal + - Portfolio +description: A minimal, super-lightweight, free Jekyll theme to create a single-page, link-in-bio website like Linktree or Later! +--- + +# A simple link-in-bio theme for Jekyll + +This theme is a lightweight option for creating a minimal Linktree-like website, and it is fully compatible with GitHub Pages. + +## Features + +- 😊 Based on the original [Linkhub](https://github.com/digitalmalayali/Linkhub) template! +- 📸 Add links to Instagram, TikTok, YouTube or any posts similar to Later's link-in-bio! +- ⚡ Uses a modified version of the lightweight CSS framework [chota](https://github.com/jenil/chota); the entire site size is around 160kb! +- 🌙 Switch between dark and light modes; automatically choose the mode based on your system preference! +- 😍 Icons powered by [iconify](https://github.com/iconify/iconify); find tons of free icons for almost any purpose! +- 🔠 Categorize links; store your links under various categories! diff --git a/content/theme/listed.md b/content/theme/listed.md new file mode 100644 index 000000000..896a5168d --- /dev/null +++ b/content/theme/listed.md @@ -0,0 +1,36 @@ +--- +title: Listed +github: https://github.com/ronv/listed +demo: https://listed-hugo.netlify.app/ +author: Ronalds Vilcins +date: 2021-09-18T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +archetype: + - Blog + - Portfolio +description: Minimalistic, clean and simple design Hugo theme +stale: false +--- + +# Listed - Hugo theme + +Listed is a minimalistic Hugo blogging and portfolio theme. + +## Features + +- Minimalistic, clean and simple design +- Responsive design +- Inline CSS +- Anchor headings +- Tags +- 404 page +- Compressed CSS and HTML +- 100/100 score on Lighthouse, Page Speed Insights & Webpagetest +- Robots.txt +- Atom & Json feeds +- SCSS +- Seo optimized (Twitter cards, Facebook Open Graph, Schema.org) +- Ultra fast diff --git a/content/theme/lotusdocs.md b/content/theme/lotusdocs.md new file mode 100644 index 000000000..f5598ff7c --- /dev/null +++ b/content/theme/lotusdocs.md @@ -0,0 +1,48 @@ +--- +title: Lotus Docs +github: https://github.com/colinwilson/lotusdocs +demo: https://lotusdocs.dev/docs/quickstart/ +author: Colin Wilson +date: 2023-08-04 +ssg: + - Hugo +cms: + - No CMS +css: + - Bootstrap + - SCSS +archetype: + - Documentation +description: A free, lightweight, modern documentation theme for Hugo +stale: false +--- + +# Lotus Docs + +A lightweight, modern documentation theme for Hugo. Easily customized for building fast, secure, and SEO-friendly documentation sites. + +## Features + +- Modern documentation layout +- Responsive design / Mobile support +- Fast, Accessible and SEO-Friendly (💯 scores on [Google Lighthouse](https://pagespeed.web.dev/)!) +- Secure by default +- Built on Bootstrap 5 +- Deploy on [Vercel](https://vercel.com/) with multiple options +- Multilingual support (i18n) +- Powerful Syntax Highlighting via [Prism.js](https://prismjs.com/) +- Dark Mode +- Custom fonts (via [Google Fonts](https://fonts.google.com/)) +- Custom icons (via [Google Material Symbols](https://fonts.google.com/icons?icon.style=Outlined&icon.set=Material+Symbols)) +- Landing page template included +- Documentation sidebar menu (with optional icons) +- Table of Contents menu on each page (optional) +- Customisable theme accent colour +- Social media links (Github, Twitter, Instagram etc) +- Static Search plugin option (powered by [FlexSearch](https://github.com/nextapps-de/flexsearch), enabled by default) +- Support for [DocSearch](https://docsearch.algolia.com/) +- Custom shortcodes (PrismJS, Alerts, Tabs, Tables) +- Analytics ([Google Analytics v4](https://analytics.google.com/analytics/web/), [Plausible Analytics](https://plausible.io/)) +- [Open Graph](https://ogp.me/) +- [Mermaid](https://mermaid.js.org/) Support +- Math equations powered by [KaTeX](https://katex.org/) diff --git a/content/theme/materialpro-free-nuxtjs-template.md b/content/theme/materialpro-free-nuxtjs-template.md new file mode 100644 index 000000000..d068415a1 --- /dev/null +++ b/content/theme/materialpro-free-nuxtjs-template.md @@ -0,0 +1,51 @@ +--- +title: MaterialPro Free NuxtJs Admin Template +github: https://github.com/wrappixel/materialpro-nuxtjs-free +demo: https://materialpro-free-nuxtjs.netlify.app/ +author: WrapPixel +date: 2022-07-18T00:00:00.000Z +ssg: + - Nuxt +cms: + - No CMS +css: + - Vuetify + - Scss +archetype: + - Admin + - Dashboard +description: >- + MaterialPro is Free NuxtJs admin Template. It allows you to create stunning + backend application and more. It comes with ready to use UI Blocks & Elements + to help level up the design and aesthetics of your project. MaterialPro is + built on Nuxt 3 + Vite + Vuetify 3 + Typescript + Vue3. +stale: false +--- + +# Xtreme NextJs Free Dashboard + +The free version comes with elegant grid design that helps you play around with the look and feel of the web app the way you want. Even if you're a novice developer, clean code and easy to customize will get you up to speed in no time. +Checkout other Nuxtjs Templates and VueJs Templates by WrapPixel. + +## MaterialPro Free Nuxt Js Template Features + +* Nice and Creative Dashboard +* 5+ Custom Page Templates +* 2+ Integrated Plugins +* Charts, Tables and Carousel Designs +* Cars and Buttons + +## Developer friendly + +* Nuxt.js for Static Site Generator +* Type checking TypeScript +* Linter with ESLint +* Code Formatter with Prettier +* SEO metadata + +## This Template comes with + +* Code Splitting +* SEO Friendly +* Easy to Customize +* Production Ready diff --git a/content/theme/materio-free-react-nextjs-admin-template.md b/content/theme/materio-free-react-nextjs-admin-template.md new file mode 100644 index 000000000..e020a68a3 --- /dev/null +++ b/content/theme/materio-free-react-nextjs-admin-template.md @@ -0,0 +1,32 @@ +--- +title: Materio React NextJS Admin Template +github: https://github.com/themeselection/materio-mui-react-nextjs-admin-template-free +demo: https://demos.themeselection.com/materio-mui-react-nextjs-admin-template-free/ +author: Theme Selection +ssg: + - Next +cms: + - No CMS +date: 2022-03-16T00:00:00.000Z +description: >- + This is an open-source React Next. js admin template built with MUI. It is a + developer friendly and highly customizable free react admin template +stale: false +--- + +# An easy to use React Next. JS Admin Template Based on MUI + +This is a highly customizable and developer friendly Reac Next. JS admin template. Besides, it is available in both Typescript and Javascript versions. + +## Features + +* Based on MUI And Next. js +* Simple vertical menu +* 1 Simple Dashboard +* Simple from layouts +* Basic Cards, Tables +* 1 Chart Library +* Fully Responsive Layout +* Organized Folder Structure +* Clean & Commented Code +* Well Documented diff --git a/content/theme/materio-free-vuetify-nuxtjs-admin-template.md b/content/theme/materio-free-vuetify-nuxtjs-admin-template.md new file mode 100644 index 000000000..b3db424cb --- /dev/null +++ b/content/theme/materio-free-vuetify-nuxtjs-admin-template.md @@ -0,0 +1,31 @@ +--- +title: "Materio Vuetify NuxtJS Admin Template" +github: https://github.com/themeselection/materio-vuetify-nuxtjs-admin-template-free +demo: https://demos.themeselection.com/materio-vuetify-nuxtjs-admin-template-free/demo/dashboard +author: Theme Selection +ssg: + - Nuxt +cms: + - No CMS +date: 2024-01-17 +description: This is an open-source Vuetify NuxtJS admin template built with VueJS 3. It is a developer friendly and highly customizable free Nuxtjs admin template +--- + +# An easy to use Vuetify NuxtJS Admin Template Based on VueJS 3 + +This is a highly customizable and developer friendly Vuetify NuxtJS admin template. Besides, it is available in both Typescript and Javascript versions. + +## Features + +* Latest NuxtJS +* Vite 5 +* VuejS, Vuetify +* Utilizes Vue Router, VueUse +* Remix Icons +* 1 Simple Dashboard +* Basic Cards, Tables +* 1 Chart Library +* Fully Responsive Layout +* Organized Folder Structure +* Clean & Commented Code +* Well Documented diff --git a/content/theme/maverick.md b/content/theme/maverick.md new file mode 100644 index 000000000..c6fa309de --- /dev/null +++ b/content/theme/maverick.md @@ -0,0 +1,25 @@ +--- +title: Maverick +github: https://github.com/canhtran/maverick +demo: https://maverick.canhtran.me +author: Calvin Tran +date: 2022-09-26T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +archetype: + - Blog +description: A clean and minimal template for blog. +stale: false +--- + +# A clean Maverick + +Maverick is a minimalistic Hugo blogging theme. The theme is inspired from Poole and Listed + +## Features + +* Github comment +* Responsible +* Super lightweight diff --git a/content/theme/mediumish-theme-jekyll.md b/content/theme/mediumish-theme-jekyll.md index bf1abaedc..dbb6f9397 100644 --- a/content/theme/mediumish-theme-jekyll.md +++ b/content/theme/mediumish-theme-jekyll.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-01-12T23:01:51.000Z description: Jekyll Template - Mediumish -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/meghna-hugo.md b/content/theme/meghna-hugo.md deleted file mode 100644 index d2371e370..000000000 --- a/content/theme/meghna-hugo.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Meghna Hugo -github: https://github.com/themefisher/meghna-hugo -demo: https://themes.gohugo.io/theme/meghna-hugo/ -author: Themefisher -ssg: - - Hugo -cms: - - No Cms -date: 2018-09-12T09:09:05.000Z -description: Meghna Hugo Template -stale: false ---- diff --git a/content/theme/mere-blog-theme.md b/content/theme/mere-blog-theme.md index 307b3b6e4..3a1b00736 100644 --- a/content/theme/mere-blog-theme.md +++ b/content/theme/mere-blog-theme.md @@ -15,5 +15,5 @@ archetype: description: >- Mere is a minimal and simple blog theme, and nothing more, for use with Jekyll and GitHub Pages. -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/middleman-starter-netlify-cms.md b/content/theme/middleman-starter-netlify-cms.md index 7b18cb3d7..d4db4e626 100644 --- a/content/theme/middleman-starter-netlify-cms.md +++ b/content/theme/middleman-starter-netlify-cms.md @@ -6,8 +6,8 @@ author: Tom Rutgers ssg: - Middleman cms: - - NetlifyCMS + - DecapCMS date: 2018-08-14T21:03:30.000Z description: A simple example to get started with Middleman and Netlify CMS -stale: false +stale: true --- diff --git a/content/theme/minimal-categorized.md b/content/theme/minimal-categorized.md index 34ac439a0..2d48e04f7 100644 --- a/content/theme/minimal-categorized.md +++ b/content/theme/minimal-categorized.md @@ -15,6 +15,8 @@ description: >- This is a flexible Jekyll theme, designed for sites with content easily aggregated into categories. stale: false +disabled: true +disabled_reason: demo url not found --- # Minimal Jekyll theme for aggregated content diff --git a/content/theme/minimal-jekyll b/content/theme/minimal-jekyll new file mode 100644 index 000000000..2da963878 --- /dev/null +++ b/content/theme/minimal-jekyll @@ -0,0 +1,25 @@ +--- +title: "Minimal" +github: https://github.com/Heyya-x/Minimal +demo: https://memo.kaijunzhu.com +author: Heyya-x +date: 2023-07-31 +ssg: + - Jekyll +cms: + - No CMS +css: + - Scss +archetype: + - Blog + - Personal +description: The theme aims for a minimalistic design that is aesthetically pleasing and sophisticated. +--- +# Minimal + +Minimal is a personal Jekyll theme under development. The theme aims for a minimalistic design that is aesthetically pleasing and sophisticated. Since the theme is still under development, some interfaces may not be visually appealing and will be improved in future updates. You can modify the theme color by editing the configuration file (config). + +## Theme Features +- Concise +- All posts with details list on the on page +- Each post has a separate page in archive page diff --git a/content/theme/minimal.md b/content/theme/minimal.md index 8523f3072..9969a08b6 100644 --- a/content/theme/minimal.md +++ b/content/theme/minimal.md @@ -10,4 +10,6 @@ cms: date: 2017-07-08T20:50:31.000Z description: Personal blog theme powered by Hugo stale: false +disabled: true +disabled_reason: demo url not found --- \ No newline at end of file diff --git a/content/theme/minimalist-hugo.md b/content/theme/minimalist-hugo.md new file mode 100644 index 000000000..492e724e9 --- /dev/null +++ b/content/theme/minimalist-hugo.md @@ -0,0 +1,35 @@ +--- +title: Minimalist Hugo theme +github: https://github.com/ronv/minimalist +demo: https://minimalist-hugo.netlify.app/ +author: Ronalds Vilcins +date: 2022-03-05T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +archetype: + - Blog +description: Minimalist is content focused, minimal theme for Hugo +stale: false +--- + +# Minimalist - Hugo theme + +Minimalist is content focused, minimal theme for Hugo. The theme is perfectly suitable for writers. No JS! CSS only 692B! AAA, 100/100 scores on Lighthouse, Gmetrix and Webpagetest! + +### Features + +- Minimalistic, clean and simple design +- Perfect for writers +- Content focused +- System fonts +- NO JS! +- AAA, 100/100 scores on Lighthouse, Gmetrix and Webpagetest +- Responsive design +- Inline CSS +- Atom feed +- SCSS +- SEO optimized (Twitter cards, Facebook Open Graph, Schema.org) +- Ultra fast +- CSS is only 692B! diff --git a/content/theme/mkdocs-cinder.md b/content/theme/mkdocs-cinder.md index 69596f4d2..60d6304cb 100644 --- a/content/theme/mkdocs-cinder.md +++ b/content/theme/mkdocs-cinder.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2015-08-28T03:45:23.000Z description: A clean, responsive MkDocs theme -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/neat-starter.md b/content/theme/neat-starter.md index de3359953..9d8dacb3e 100644 --- a/content/theme/neat-starter.md +++ b/content/theme/neat-starter.md @@ -7,18 +7,18 @@ date: 2020-10-05T00:00:00.000Z ssg: - Eleventy cms: - - NetlifyCMS + - DecapCMS css: - Tailwind archetype: - Blog -description: Starter Template for Netlify CMS, Eleventy, Alphine JS & Tailwind CSS +description: Starter Template for Netlify CMS, Eleventy, Alpine JS & Tailwind CSS stale: false --- # Neat Starter -Starter Template for **N**etlify CMS, **E**leventy, **A**lphine JS & **T**ailwind CSS +Starter Template for **N**etlify CMS, **E**leventy, **A**lpine JS & **T**ailwind CSS ## Live Demo @@ -26,7 +26,7 @@ Starter Template for **N**etlify CMS, **E**leventy, **A**lphine JS & **T**ailwin ### Technologies used: -- [Netlify CMS](https://www.netlifycms.org/) +- [Netlify CMS](https://www.DecapCMS.org/) - [Eleventy](https://www.11ty.dev/) - [Alpine.js](https://github.com/alpinejs/alpine) - [Tailwind CSS](https://tailwindcss.com/) diff --git a/content/theme/netlifycms-gridsome.md b/content/theme/netlifycms-gridsome.md index 4e74a66d1..d16b5f9ae 100644 --- a/content/theme/netlifycms-gridsome.md +++ b/content/theme/netlifycms-gridsome.md @@ -1,17 +1,17 @@ --- title: Gridsome Netlify CMS -github: https://github.com/suits-at/netlifycms-gridsome +github: https://github.com/suits-at/DecapCMS-gridsome author: suits-at -demo: https://netlifycms-gridsome.suits.at +demo: https://DecapCMS-gridsome.suits.at date: 2020-06-03T00:00:00.000Z ssg: - Gridsome cms: - - NetlifyCMS + - DecapCMS archetype: - Blog description: A simple, hackable & minimalistic template for Gridsome -stale: false +stale: true --- -A simple, hackable & minimalistic template for [Gridsome](https://gridsome.org/) that uses [Netlify CMS](https://netlifycms.org) for content and is hosted by [Netlify](https://netlify.com). \ No newline at end of file +A simple, hackable & minimalistic template for [Gridsome](https://gridsome.org/) that uses [Netlify CMS](https://DecapCMS.org) for content and is hosted by [Netlify](https://netlify.com). \ No newline at end of file diff --git a/content/theme/newsliner-gatsby-ghost-starter.md b/content/theme/newsliner-gatsby-ghost-starter.md index 2764f7209..8dc8b4e1d 100644 --- a/content/theme/newsliner-gatsby-ghost-starter.md +++ b/content/theme/newsliner-gatsby-ghost-starter.md @@ -11,5 +11,5 @@ date: 2021-04-26T00:00:00.000Z description: >- A starter template for Ghost & Gatsby brought to you by Epilocal as part of the NewsCloud project to support local news -stale: false +stale: true --- diff --git a/content/theme/next-basic-blog.md b/content/theme/next-basic-blog.md index d74347123..940ddab60 100644 --- a/content/theme/next-basic-blog.md +++ b/content/theme/next-basic-blog.md @@ -15,7 +15,7 @@ archetype: description: >- A JAMstack Theme of Basic Blog Site with dark/light theme toggle support built using Nextjs, Tailwindcss and Markdown. -stale: false +stale: true --- # A simple starter kit for Blog with Nextjs, Tailwindcss, Markdown Files diff --git a/content/theme/next-dev-studio.md b/content/theme/next-dev-studio.md index fd56b51f0..b1812d913 100644 --- a/content/theme/next-dev-studio.md +++ b/content/theme/next-dev-studio.md @@ -12,7 +12,6 @@ css: - PostCSS archetype: - Business - - Website description: >- A small business website template based on Nextjs and the original idea of one-click-hugo-cms from netlify. diff --git a/content/theme/next-ecommerce.md b/content/theme/next-ecommerce.md new file mode 100644 index 000000000..abe960c12 --- /dev/null +++ b/content/theme/next-ecommerce.md @@ -0,0 +1,32 @@ +--- +title: Next.js Ecommerce +github: https://github.com/lucaspulliese/next-ecommerce +author: Lucas Pulliese +demo: https://next-ecommerce-front.vercel.app/ +date: 2022-03-01T00:00:00.000Z +ssg: + - Next +cms: + - No Cms +css: + - SCSS +archetype: + - Ecommerce +description: A beautiful ecommerce made with Next.js +stale: false +--- + +# Next.js Ecommerce + +This repo contains a work in progress Ecommerce responsive made with Next.js, Redux, Redux-persist, Hooks, SCSS and BEM. If you like it please give it a star :) + +## Available pages + +- Home page: / +- Products page: /products +- Product single page: /product/1 +- Cart page: /cart +- Login page: /login +- Register page: /register +- 404 page: /page-not-found + diff --git a/content/theme/next-enterprise.md b/content/theme/next-enterprise.md new file mode 100644 index 000000000..da1122eb0 --- /dev/null +++ b/content/theme/next-enterprise.md @@ -0,0 +1,284 @@ +--- +title: Next.js Enterprise with Tailwind CSS and Radix UI +github: https://github.com/Blazity/next-enterprise +demo: https://next-enterprise.vercel.app/ +author: Blazity +date: 2023-05-17T20:54:10.624Z +ssg: + - Next +cms: + - No CMS +css: + - Tailwind +archetype: + - Business +github_branch: main +description: >- + 💼 An enterprise-grade Next.js boilerplate for high-performance, maintainable apps. Packed with features like Tailwind CSS, TypeScript, ESLint, Prettier, testing tools, and more to accelerate your development. +stale: false +--- + +Welcome to the _Next.js Enterprise Boilerplate_, an open-source template for enterprise projects! It's loaded with features that'll help you build a high-performance, maintainable, and enjoyable app. We've done all the heavy lifting for you, so sit back, relax, and get ready to conquer the world with your incredible app! 🌍 + +## 📚 Features + +With this template, you get all the awesomeness you need: + +- 🏎️ **[Next.js](https://nextjs.org/)** - Fast by default, with config optimized for performance +- 💅 **[Tailwind CSS](https://tailwindcss.com/)** - A utility-first CSS framework for rapid UI development +- ✨ **[ESlint](https://eslint.org/)** and **[Prettier](https://prettier.io/)** - For clean, consistent, and error-free code +- 🛠️ **[Extremely strict TypeScript](https://www.typescriptlang.org/)** - With [`ts-reset`](https://github.com/total-typescript/ts-reset) library for ultimate type safety +- 📊 **[Bundle analyzer plugin](https://www.npmjs.com/package/@next/bundle-analyzer)** - Keep an eye on your bundle size +- 🧪 **[Jest](https://jestjs.io/)** and **[React Testing Library](https://testing-library.com/react)** - For rock-solid unit and integration tests +- 🎭 **[Playwright](https://playwright.dev/)** - Write end-to-end tests like a pro +- 📕 **[Storybook](https://storybook.js.org/)** - Create, test, and showcase your components +- 🌬️ **Smoke Testing** and **Acceptance Tests** - For confidence in your deployments +- 📝 **[Conventional commits git hook](https://www.conventionalcommits.org/)** - Keep your commit history neat and tidy +- 🔍 **[Observability](https://opentelemetry.io/)** - Open Telemetry integration for seamless monitoring +- 🎯 **[Absolute imports](https://nextjs.org/docs/advanced-features/module-path-aliases)** - No more spaghetti imports +- ⚕️ **[Health checks](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)** - Kubernetes-compatible for robust deployments +- 🧩 **[Radix UI](https://www.radix-ui.com/)** - Headless UI components for endless customization +- 💎 **[CVA](http://cva.style/)** - Create a consistent, reusable, and atomic design system +- 🤖 **[Renovate BOT](https://www.whitesourcesoftware.com/free-developer-tools/renovate)** - Auto-updating dependencies, so you can focus on coding +- 🩹 **[Patch-package](https://www.npmjs.com/package/patch-package)** - Fix external dependencies without losing your mind +- 📈 **Components coupling and cohesion graph** - A tool for managing component relationships +- 🚀 **[GitHub Actions](https://github.com/features/actions)** - Pre-configured actions for smooth workflows, including Bundle Size and performance stats +- 🤖🧠 **[Automated ChatGPT Code Reviews](https://openai.com/research/chatgpt)** - **Stay on the cutting edge with AI-powered code reviews!** +- 💯 **Perfect Lighthouse score** - Because performance matters +- 🚢 **[Semantic Release](https://github.com/semantic-release/semantic-release)** - for automatic changelog +- 💻 **[T3 Env](https://env.t3.gg/)** - Manage your environment variables with ease + +## Table of Contents + +- [Next.js Enterprise Boilerplate](#nextjs-enterprise-boilerplate) + - [📚 Features](#-features) + - [Table of Contents](#table-of-contents) + - [🎯 Getting Started](#-getting-started) + - [🚀 Deployment](#-deployment) + - [📃 Scripts Overview](#-scripts-overview) + - [🔗 Coupling Graph](#-coupling-graph) + - [🧪 Testing](#-testing) + - [Running Tests](#running-tests) + - [Acceptance Tests](#acceptance-tests) + - [Smoke Testing](#smoke-testing) + - [🎨 Styling and Design System](#-styling-and-design-system) + - [CVA - A New Approach to Variants](#cva---a-new-approach-to-variants) + - [💾 State Management](#-state-management) + - [Zustand](#zustand) + - [Jotai](#jotai) + - [Recoil](#recoil) + - [🤖 ChatGPT Code Review](#-chatgpt-code-review) + - [💻 Environment Variables handling](#-environment-variables-handling) + - [🤝 Contribution](#-contribution) + - [📜 License](#-license) + - [Contributors](#contributors) + +## 🎯 Getting Started + +To get started with this boilerplate, follow these steps: + +1. Fork & clone repository: + +```bash +## Don't forget to ⭐ star and fork it first :) +git clone https://github.com/ + +### Acceptance Tests + +To write acceptance tests, we leverage Storybook's [`play` function](https://storybook.js.org/docs/react/writing-stories/play-function#writing-stories-with-the-play-function). This allows you to interact with your components and test various user flows within Storybook. + +```ts +/* + * See https://storybook.js.org/docs/react/writing-stories/play-function#working-with-the-canvas + * to learn more about using the canvasElement to query the DOM + */ +export const FilledForm: Story = { + play: async ({ canvasElement }) => { + const canvas = within(canvasElement) + + const emailInput = canvas.getByLabelText("email", { + selector: "input", + }) + + await userEvent.type(emailInput, "example-email@email.com", { + delay: 100, + }) + + const passwordInput = canvas.getByLabelText("password", { + selector: "input", + }) + + await userEvent.type(passwordInput, "ExamplePassword", { + delay: 100, + }) + // See https://storybook.js.org/docs/react/essentials/actions#automatically-matching-args to learn how to setup logging in the Actions panel + const submitButton = canvas.getByRole("button") + + await userEvent.click(submitButton) + }, +} +``` + +### Smoke Testing + +In this boilerplate, we use Storybook's out-of-the-box support for smoke testing to verify that components render correctly without any errors. Just run `yarn test-storybook` to perform smoke testing. Remember to write stories in JSX or TSX format only. Smoke testing and a lot of other functionalities dont work well with MDX stories. + +## 🎨 Styling and Design System + +This boilerplate uses Tailwind CSS for styling and CVA for creating a powerful, easy-to-use design system. If you want to learn more about the setup, check out this fantastic video by Vercel: + +[![Styling and Design System](https://img.youtube.com/vi/T-Zv73yZ_QI/0.jpg)](https://www.youtube.com/watch?v=T-Zv73yZ_QI&ab_channel=Vercel) + +### CVA - A New Approach to Variants + +While CSS-in-TS libraries such as [Stitches](https://stitches.dev/) and [Vanilla Extract](https://vanilla-extract.style/) are great for building type-safe UI components, they might not be the perfect fit for everyone. You may prefer more control over your stylesheets, need to use a framework like Tailwind CSS, or simply enjoy writing your own CSS. + +Creating variants using traditional CSS can be a tedious task, requiring you to manually match classes to props and add types. CVA is here to take that pain away, allowing you to focus on the enjoyable aspects of UI development. By providing an easy and type-safe way to create variants, CVA simplifies the process and helps you create powerful design systems without compromising on the flexibility and control of CSS. + +## 💾 State Management + +While this boilerplate doesn't include a specific state management library, we believe it's essential for you to choose the one that best suits your project's needs. Here are some libraries we recommend for state management: + +### Zustand + +[Zustand](https://github.com/pmndrs/zustand) is a small, fast, and scalable state management library. It's designed to be simple and intuitive, making it a great choice for small to medium-sized projects. It's also optimized for bundle size, ensuring minimal impact on your app's performance. + +### Jotai + +[Jotai](https://github.com/pmndrs/jotai) is an atom-based state management library for React that focuses on providing a minimal and straightforward API. Its atom-based approach allows you to manage your state in a granular way while still being highly optimized for bundle size. + +### Recoil + +[Recoil](https://recoiljs.org/) is a state management library developed by Facebook, specifically designed for React applications. By utilizing atoms and selectors, Recoil allows you to efficiently manage state and derived state. Its key benefit is the ability to update components only when the state they're subscribed to changes, reducing unnecessary re-renders and keeping your application fast and efficient. Recoil also offers great developer experience with built-in debugging tools. + +Choose the library that best fits your requirements and project structure to ensure an efficient state management solution for your application. + +## 🤖 ChatGPT Code Review + +We've integrated the innovative [ChatGPT Code Review](https://github.com/anc95/ChatGPT-CodeReview) for AI-powered, automated code reviews. This feature provides real-time feedback on your code, helping improve code quality and catch potential issues. + +To use ChatGPT Code Review, add an `OPENAI_API_KEY` environment variable with an appropriate key from the OpenAI platform. For setup details, refer to the [Using GitHub Actions](https://github.com/anc95/ChatGPT-CodeReview#using-github-actions) section in the documentation. + +![image](https://user-images.githubusercontent.com/28964599/233685071-e1371edf-6359-41c3-a989-335d6ee09cb7.png) + +## 💻 Environment Variables handling + +[T3 Env](https://env.t3.gg/) is a library that provides environmental variables checking at build time, type validation and transforming. It ensures that your application is using the correct environment variables and their values are of the expected type. You’ll never again struggle with runtime errors caused by incorrect environment variable usage. + +Config file is located at `env.mjs`. Simply set your client and server variables and import `env` from any file in your project. + +```ts +export const env = createEnv({ + server: { + // Server variables + SECRET_KEY: z.string(), + }, + client: { + // Client variables + API_URL: z.string().url(), + }, + runtimeEnv: { + // Assign runtime variables + SECRET_KEY: process.env.SECRET_KEY, + API_URL: process.env.NEXT_PUBLIC_API_URL, + }, +}) +``` + +If the required environment variables are not set, you'll get an error message: + +```sh + ❌ Invalid environment variables: { SECRET_KEY: [ 'Required' ] } +``` + +## 🤝 Contribution + +Contributions are always welcome! To contribute, please follow these steps: + +1. Fork the repository. +2. Create a new branch with a descriptive name. +3. Make your changes, and commit them using the [Conventional Commits](https://www.conventionalcommits.org/) format. +4. Push your changes to the forked repository. +5. Create a pull request, and we'll review your changes. + +## 📜 License + +This project is licensed under the MIT License. For more information, see the [LICENSE](./LICENSE) file. diff --git a/content/theme/next-hull.md b/content/theme/next-hull.md new file mode 100644 index 000000000..18632c16d --- /dev/null +++ b/content/theme/next-hull.md @@ -0,0 +1,35 @@ +--- +title: HULL +github: https://github.com/ndimatteo/HULL +demo: https://hull.dev +author: Nick DiMatteo +date: 2022-12-29T00:00:00.000Z +ssg: + - Next +cms: + - Sanity +css: + - Tailwind +archetype: + - Ecommerce +description: Headless Shopify starter powered by Next.js + Sanity.io +stale: false +--- + +## Features + +- Utility-first CSS with [Tailwind CSS](https://tailwindcss.com) +- Animations powered by [Framer Motion](https://www.framer.com/motion/) +- Cart powered by [Shopify Buy SDK](https://www.npmjs.com/package/shopify-buy) +- Real-time inventory check for products using [SWR](https://swr.vercel.app) +- Customizable Filtering & Sorting for product collections +- Klaviyo waitlist form for out-of-stock products +- Klaviyo newsletter form with opt-in field +- Dynamic Page Routes for custom page creation +- Automatic `Sitemap.xml` generation +- Automatic `robots.txt` generation +- Automatic 301 Redirects from Sanity +- Live Preview content directly from Sanity +- Modern Image component using Sanity's Hotspot, Crop, and automatic WEBP format +- Modular page content for all pages, including dynamic grid layouts +- And More! diff --git a/content/theme/next-landing-vpn.md b/content/theme/next-landing-vpn.md new file mode 100644 index 000000000..21347b0d5 --- /dev/null +++ b/content/theme/next-landing-vpn.md @@ -0,0 +1,43 @@ +--- +title: Tailwind VPN Landingpage +github: https://github.com/naufaldi/next-landing-vpn +demo: https://next-landing-vpn.vercel.app/ +author: Naufaldi +date: 2022-03-26T00:00:00.000Z +ssg: + - Next +cms: + - No CMS +css: + - Tailwind +archetype: + - Business + - Portfolio +description: >- + An Open Source Landingpage For VPN or Apps. Build using NextJS 10 and Tailwind + v2.0 +stale: false +--- + +# Tailwind VPN Landingpage - Free Landingpage Template Apps + +Tailwind VPN Landingpage is an open source, apps landing page template for Tailwind CSS and NextJS. + +## Getting Started + +Choose one of the following options to get started: + +- [Download the latest release](https://github.com/naufaldi/next-landing-vpn/archive/main.zip) +- Clone the repo: `git clone https://github.com/naufaldi/next-landing-vpn.git` +- Fork the repo + +## About the Template + +- Template building using NextJS Version 10 +- Tailwind v2.0 + +## Features + +* Using [NextJS Image](https://nextjs.org/docs/api-reference/next/image) for Image Optimization +* Slider using [React Slick](https://react-slick.neostack.com/docs/api) +* Smooth Scrolling and Active menu using [React Scroll](https://www.npmjs.com/package/react-scroll) diff --git a/content/theme/next-lotse-theme.md b/content/theme/next-lotse-theme.md new file mode 100644 index 000000000..d58b71686 --- /dev/null +++ b/content/theme/next-lotse-theme.md @@ -0,0 +1,97 @@ +--- +title: "Lotse" +github: https://github.com/marpeand/lotse +demo: https://lotse.vercel.app/ +author: marpeand +date: 2023-12-03 +ssg: + - Next +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog + - Portfolio +description: Minimalistic dark mode blogging and portfolio template made using NextJS +--- + +# Lotse + +Minimalistic dark mode blogging and portfolio template made using NextJS + +Demo: [https://lotse.vercel.app](https://lotse.vercel.app/) + +### Features + +- Employs Contentlayer for mdx compilation +- Boasts an ultra-minimalistic design for a clean user experience +- Developed with NextJS & TailwindCSS +- Achieves nearly perfect scores in Page Speed Insights +- Implements Katex for mathematical equation displays +- Optimized for SEO, enhancing visibility and accessibility + +## Quick start guide + + +1. [Fork](https://github.com/marpeand/lotse/fork) this repo +2. Modify the `blog.config.js` with your own site data + +```bash +const CONFIG = { + title: "Your site title", + baseURL: "URL of your site", + darkBackground: "#1a1a1a", // background color +}; +module.exports = CONFIG; +``` + +3. Replace the `app/favicon.ico` using your own icon +4. Write your _about_ in `content/about.mdx` +5. To deploy you can use [Vercel](https://vercel.com/) or [Netlify](https://www.netlify.com/). + import the repo and deploy. + + +## Post & Project structure + +Check the `contentlayer.config.js` to see or modify all fields. + +### Creating a Post + +To create a post, simply generate a .mdx file in the content/posts directory. +Ensure the file name is user-friendly, such as `securing-your-web-applications-best-practices-in-web-security.mdx`. + +```mdx +--- +title: "The title of your post (required)" +date: date of your post (YYYY-MM-DD format, also required) +draft: 'false' or 'true' (required) +--- +``` + +The title should be between " " to prevent conflicts, an example of this: + +```mdx +--- +title: "Automation with Bash Streamlining Repetitive Tasks" +date: 2023-11-11 +draft: false +--- +``` + +For **projects**, the structure involves only the title. +Create a .mdx file in the `content/projects` directory. + +```mdx +--- +title: "The title of your project (required)" +--- +``` + +## Contributing + +Contributions of any kind are appreciated. Feel free to fork the project and submit a pull request. + +## License + +This project is licensed under the [MIT License](LICENSE) diff --git a/content/theme/next-panic-panini.md b/content/theme/next-panic-panini.md new file mode 100644 index 000000000..58ba9fcc2 --- /dev/null +++ b/content/theme/next-panic-panini.md @@ -0,0 +1,32 @@ +--- +title: Panic Panini +github: https://github.com/stefanogali/panic-panini-next +demo: https://panic-panini-next.vercel.app/ +author: Stefano Galiffa +date: 2024-02-27 +ssg: + - Next +cms: + - No CMS +archetype: + - Artists + - Single Page +description: The perfect starter kit for building websites for music bands. +--- + +# Next.js TailwindCSS Starter Kit + +> This theme is a lighweight starter kit to build single page websites for music bands and music artists. + +## Features + +- Next.js / TailwindCSS / React +- Excellent page speeds +- Full screen video +- Reveal content on scroll +- Buttons to scroll withing the page +- Responsive for different devices +- MP3 Player easy to customize and to add tracks +- Incoming Shows section +- Lightbox photo gallery easy to customize +- Contact and subscribe forms diff --git a/content/theme/next-panini-cake.md b/content/theme/next-panini-cake.md new file mode 100644 index 000000000..2bb834539 --- /dev/null +++ b/content/theme/next-panini-cake.md @@ -0,0 +1,32 @@ +--- +title: Panini Cake +github: https://github.com/stefanogali/panini-cake +demo: https://panini-cake.vercel.app/ +author: Stefano Galiffa +date: 2024-03-06 +ssg: + - Next +cms: + - No CMS +css: + - Tailwind +archetype: + - Ecommerce +description: Headless Shopify starter theme built with Next.Js + Typescript + Tailwindcss + Shopify. +--- + +# Next.js TailwindCSS Shopify Ecommerce Starter Kit + +This theme is a lighweight starter kit to build your e-commerce shop using Shopify Storefront API. + +## Features + +- Shopify Storefront API +- Next.js App Router +- Optimized for SEO using Next.js's Metadata +- React Server Components (RSCs) and Suspense +- Server Actions for mutations +- Dynamic OG images +- Styling with Tailwind CSS +- Responsive for multiple devices +- Easy to customize and adapt to your selling products diff --git a/content/theme/next-platform-starter.md b/content/theme/next-platform-starter.md new file mode 100644 index 000000000..4418e2a65 --- /dev/null +++ b/content/theme/next-platform-starter.md @@ -0,0 +1,27 @@ +--- +title: Next.js on Netlify Platform Starter +github: https://github.com/netlify-templates/next-platform-starter +demo: https://nextjs-platform-starter.netlify.app/ +author: Netlify +date: 2024-04-04 +ssg: + - Next +cms: + - No CMS +css: + - Tailwind +archetype: + - Other +description: Modern starter based on Next.js 14 (App Router), Tailwind, daisyUI, and Netlify Core Primitives. +featured: true +netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/next-platform-starter +--- + + +A modern starter based on Next.js 14 (App Router), Tailwind, daisyUI, and Netlify Core Primitives (Edge Functions, Image CDN, Blob Store). + +In this site, Netlify Core Primitives are used both implictly for running Next.js features (e.g. Route Handlers, image optimization via next/image, and more) and also explicitly by the user code. + +Implicit usage means you're using any Next.js functionality and everything "just works" when deployed - all the plumbing is done for you. Explicit usage is framework-agnostic and typically provides more features than what Next.js exposes. + + diff --git a/content/theme/next-react-storefront.md b/content/theme/next-react-storefront.md new file mode 100644 index 000000000..b23a27adb --- /dev/null +++ b/content/theme/next-react-storefront.md @@ -0,0 +1,175 @@ +--- +title: React Storefront +github: https://github.com/saleor/react-storefront +author: Saleor Commerce +demo: https://reactstorefront.vercel.app/ +date: 2022-03-01T00:00:00.000Z +ssg: + - Next +cms: + - No Cms +css: + - Tailwind +archetype: + - Ecommerce +description: >- + An open-source storefront in React.js with Next.js. Built for Headless + Commerce, using a modern stack with TypeScript, GraphQL, Apollo, and Tailwind + CSS. +stale: false +--- + +# React Storefront + +## Motivation + +**modern & fast**: +Project is focusing on best practices for e-commerce, like: SSR & ISR, image optimization. + +**easily customizable**: +TailwindCSS can be easily extended and tweaked, or completely changed to your favorite css solution. + +**works out-of-the-box**: +Pre configured tools for DX. + +## Setup + +Please note: this project use the [pnpm](https://pnpm.io/) package manager. To install it, run: + +```bash +npm install -g pnpm +``` + +Install dependencies: + +```bash +pnpm i +``` + +Start the dev server: + +```bash +npm run dev +``` + +Storefront can be now accessed at http://localhost:3001/. + +## Development + +### Configuration + +The `.env` file contains environment variables used by the application. You can override them by creating `.env.local` file. + +[Read more](https://nextjs.org/docs/basic-features/environment-variables) + +### GraphQL queries + +Graphql queries are located under the `./graphql`. We strongly encourage use of [fragments](https://graphql.org/learn/queries/#fragments), which minimizes code duplication and plays nicely with the TypeScript, during transformation of incoming data. + +Our client of choice is [Apollo](https://www.apollographql.com/docs/react/), which provides excellent cache and features out of the box. To get fully typed requests and responses, [GraphQL Code Generator](https://www.graphql-code-generator.com/) transforms all `.graphql` files into ready to use hooks. Generated code is located at `./saleor/api.tsx` file. + +API endpoint can be configured via `.env` file. + +#### Workflow + +- Modify or create GraphQL file. For example, new query at `./graphql/queries/FeaturedProducts.graphql` +- Run `npm run generate` command +- New query will be added to the `./saleor/api.tsx` file +- Import generated hook (`import { useFeaturedProductsQuery } from "@/saleor/api";`) in your component code + +Script will start the [GraphQL Code Generator](https://www.graphql-code-generator.com/) in the watch mode, so changes in the queries will be automatically updated. + +### React and Next.js code structure + +When creating new components, please follow the [React TypeScript Cheatsheet](https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components/). + +Code for the payment gateways can be found at `./components/checkout/payments`. At the moment we support [Saleor test gateway](https://docs.saleor.io/docs/3.0/developer/available-plugins/dummy-credit-card) and basic flow for Stripe. + +#### Routing and urls + +Project use [file based routing](https://nextjs.org/docs/routing/introduction). Available routes can be found at `./pages`. Dynamic routes (for example `./pages/product/[slug].tsx`) are generated at build time based on [`getStaticPaths`](https://nextjs.org/docs/basic-features/data-fetching#getstaticpaths-static-generation). + +To ensure, that Link components use only the existing URLs with required arguments, we use [pathpida](https://github.com/aspida/pathpida). It is used to automatically generate the `./lib/$path.ts` file with all available routes. File should not be updated manually, instead run: + +```bash +npm run paths +``` + +Since routes require additional arguments with current locale and channel, you should use `usePaths` hook which will automatically add those. Let's create example component with link to the product page: + +```tsx +import Link from "next/link"; +import { usePaths } from "@/lib/paths"; + +export const ProductLinkComponent = () => { + const paths = usePaths(); + return ( + + Product link + + ); +}; +``` + +### Code style + +Before commiting the code, make sure to run code linters and formatters: + +```bash +npm run lint +``` + +## Other tools + +### Debugging using VS Code + +The repository contains ready to use VS Code debugger configuration (`.vscode/launch.json`). + +Start server in debug mode + +```bash +npm run debug +``` + +Add [breakpoints](https://code.visualstudio.com/docs/editor/debugging#_breakpoints), and start debugging session in your editor. + +### VS Code GraphQL Extension + +GraphQL extension for VSCode adds syntax highlighting, validation, and language features like go to definition, hover information and autocompletion for graphql projects. This extension also works with queries annotated with gql tag. + +VS Marketplace [link](https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql) + +### Bundle metrics + +If you want to check how your changes impact page size, use command: + +```bash +npm run analyze-build +``` + +After the build, report will open in your browser. + +## Deployment + +### Vercel & Netlify + +This application is optimized for deployments on Vercel and Netlify. You can use the following deploy buttons + +[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fsaleor%2Freact-storefront&project-name=my-react-storefront&repo-name=my-react-storefront) + +[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/saleor/react-storefront) + +or, configure it directly in the respective cloud provider. + +### Heroku + +For Heroku, you need to specify a LTS version of Node.js in your `package.json` explicitly. Add the following snippet in `package.json`: + +```json +"engines": { + "node": ">=14 <17", + "npm": ">=6.11.0 <8" +} +``` + +We don't add this in this codebase as we prefer to target the latest Node.js version. diff --git a/content/theme/next-saas-starter.md b/content/theme/next-saas-starter.md new file mode 100644 index 000000000..c515f2195 --- /dev/null +++ b/content/theme/next-saas-starter.md @@ -0,0 +1,36 @@ +--- +title: Next SaaS Starter +github: https://github.com/Blazity/next-saas-starter +demo: https://next-saas-starter-ashy.vercel.app/ +author: Blazity +date: 2022-02-21T00:00:00.000Z +ssg: + - Next +cms: + - No CMS +archetype: + - Business +description: >- + Free Next.js responsive landing page template for SaaS products made using + JAMStack architecture. +stale: false +--- + +# Next.js marketing website template for SaaS startups + +Everything you need to build a great landing page / marketing website for your startup. Great SEO metrics, Green WebVitals, 🚀 Performance, Clean & Pragmatic Codebase out of the box. + +## 🤩 Features + +- ⚡ **Next.js** - React framework for static rendering +- 🤩 **Best SEO setup** - Meta Tags, JSON-LD and Open Graph Tags +- 🦒 **[Tina CMS](https://tina.io/) integration** - local & (optional) production CMS +- ✅ **Optimized for Web Vitals** +- 📜 **Blog with MDX** +- 📫 **Mailchimp Integration** - for newsletters +- 🗳 **Sendgrid Integration** - for sending emails +- 🌃 **Dark mode** - and customizable themes! +- 🧽 **No UI library** - just styled components, so you don't have to learn any new syntax +- 🖱 **One click deployment** - with Vercel or any other serverless deployment environment +- 🔍 **Eslint** - with Next.js's recommended settings and imports sorting rule +- 🕯 **Prettier** diff --git a/content/theme/next-smooth-doc.md b/content/theme/next-smooth-doc.md index aa73d6bbd..68deda867 100644 --- a/content/theme/next-smooth-doc.md +++ b/content/theme/next-smooth-doc.md @@ -10,9 +10,8 @@ cms: - No CMS archetype: - Documentation - - Website description: smooth-doc in Nextjs implementation -stale: false +stale: true --- # NEXTJS SMOOTH DOC diff --git a/content/theme/next-startd.md b/content/theme/next-startd.md new file mode 100644 index 000000000..c99b1c368 --- /dev/null +++ b/content/theme/next-startd.md @@ -0,0 +1,33 @@ +--- +title: Next.js landing page template for SaaS products +github: https://github.com/jkytoela/next-startd +demo: https://next-startd.vercel.app/ +author: Jaakko Kytölä +date: 2022-02-21T00:00:00.000Z +ssg: + - Next +cms: + - No CMS +archetype: + - Business +description: >- + A free Next.js TypeScript landing page template for SaaS products, online + services and more. +stale: true +--- + +# A free Next.js TypeScript landing page template for SaaS products, online services and more. + +## Features + +- ⚡ **Next.js** — The React Framework +- 🔥 **next-seo** — Manage SEO easily +- 💡 **Twind** — The smallest, fastest, most feature complete Tailwind-in-JS solution in existence +- 📏 **ESLint** — Pluggable JavaScript linter +- 💖 **Prettier** — Opinionated Code Formatter +- 🐶 **Husky** — Use git hooks with ease +- 📄 **Commitizen** — Conventional commit messages CLI +- 🚓 **Commitlint** — Lint commit messages +- 🖌 **Renovate** — Dependency update tool +- 🚫 **lint-staged** — Run linters against staged git files +- 🗂 **Absolute import** — Import folders and files using the `@` prefix diff --git a/content/theme/next-static-blog.md b/content/theme/next-static-blog.md index 5e48f3728..af92a4f13 100644 --- a/content/theme/next-static-blog.md +++ b/content/theme/next-static-blog.md @@ -13,14 +13,13 @@ archetype: - Blog - Portfolio - Business - - Multi Purpose date: 2020-10-28T17:02:32.000Z description: >- A statically generated blog built on the React framework Next.js. Uses Tailwind CSS on the frontend, powered by the Cosmic headless CMS. stale: false -disabled: true -disabled_reason: github repo is not a top level repo +disabled: false +disabled_reason: '' --- # A simple static starter blog with Next.js, Tailwindcss, and Cosmic Headless CMS diff --git a/content/theme/next-static-neve.md b/content/theme/next-static-neve.md index 243fe41e1..95ffe84bb 100644 --- a/content/theme/next-static-neve.md +++ b/content/theme/next-static-neve.md @@ -12,11 +12,10 @@ archetype: - Blog - Portfolio - Business - - Multi Purpose description: >- The fastest way to export your Wordpress(v5.7& Neve theme v2.10.2) site as a static site. -stale: false +stale: true --- ## Features diff --git a/content/theme/nextacular.md b/content/theme/nextacular.md new file mode 100644 index 000000000..d019a6579 --- /dev/null +++ b/content/theme/nextacular.md @@ -0,0 +1,37 @@ +--- +title: Nextacular +github: https://github.com/arjayosma/nextacular +demo: https://demo.nextacular.co +author: Arjay Osma +date: 2020-03-22T00:00:00.000Z +ssg: + - Next +cms: + - No CMS +css: + - Tailwind +archetype: + - Business +description: >- + An open-source starter kit built with modern full-stack technologies. Worry + less and save time developing basic SaaS features. +stale: false +--- + +# Quickly launch multi-tenant SaaS apps + +An open-source starter kit that will help you build full-stack multi-tenant SaaS platforms efficiently and help you focus on developing your core SaaS features. Built on top of popular and modern technologies such as Next JS, Tailwind, and Prisma. + +## 🦄 Features + +- 🔐 Authentication +- 💿 Database Integration + Prisma (SQL/PostgreSQL) +- 🤝 Teams & Workspaces +- ☁ Multi-tenancy Approach +- 📜 Landing Page +- 💸 Billing & Subscription +- 📱 Simple Design Components & Mobile-ready +- 🔍 SEO Support +- 👾 Developer Experience +- 💌 Email Handling +- 🧵 CMS diff --git a/content/theme/nextjs-auto-annotated-portfolio.md b/content/theme/nextjs-auto-annotated-portfolio.md new file mode 100644 index 000000000..e9d0eabfb --- /dev/null +++ b/content/theme/nextjs-auto-annotated-portfolio.md @@ -0,0 +1,30 @@ +--- +title: Developer Portfolio Site with Next.js +github: https://github.com/netlify-templates/auto-annotated-portfolio +demo: https://auto-annotated-portfolio.netlify.app/ +author: Netlify +date: 2024-05-27 +ssg: + - Next +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog + - Portfolio +description: This is a full-fledged portfolio website built with Next.js, Tailwind CSS and Netlify Create with Git Content Source. +featured: false +netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/auto-annotated-portfolio +--- + +This is a full-fledged portfolio website built with [Netlify Create](https://www.netlify.com/platform/create/), Next.js, Tailwind & the Git Content Source. + +The codebase showcases how to apply annotations at scale, meaning: how to make much of your components highlightable in the visual editor through data attributes without manually adding code throughout the codebase. + +## This is achieved by: + +- Adding an annotation property to the content objects at they're loaded (see src/utils/content.ts) +- When rendering the page, each content sub-object is dynamically matched to the appropriate component. At this point, wrap each component with an annotation, based on the abovementioned content property. See src/components/components-registry.tsx. + + diff --git a/content/theme/nextjs-blog-theme.md b/content/theme/nextjs-blog-theme.md new file mode 100644 index 000000000..3e639031f --- /dev/null +++ b/content/theme/nextjs-blog-theme.md @@ -0,0 +1,28 @@ +--- +title: Next.js blog theme +github: https://github.com/netlify-templates/nextjs-blog-theme +demo: https://bejamas-nextjs-blog.netlify.app/ +author: Bejamas +date: 2024-03-05 +ssg: + - Next +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog +description: A customizable Next.js and Tailwind blog starter. +featured: false +netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/nextjs-blog-theme +--- + +A customizable Next.js blog starter using: + +- [Next.js](https://github.com/vercel/next.js) v15 (Pages Router) +- [Tailwind](https://tailwindcss.com/) v3.x +- [Netlify Visual Editor](https://docs.netlify.com/visual-editor/overview/) +- Built-in [MDX](https://mdxjs.com/) support +- Includes modern design with dark & light themes + + diff --git a/content/theme/nextjs-blog-wisp.md b/content/theme/nextjs-blog-wisp.md new file mode 100644 index 000000000..3bf85e4df --- /dev/null +++ b/content/theme/nextjs-blog-wisp.md @@ -0,0 +1,75 @@ +--- +title: Nextacular +github: https://github.com/Wisp-CMS/nextjs-blog-cms-wisp +demo: https://nextjs-blog-cms-wisp.vercel.app/ +author: Raymond Yeh +date: 2024-06-17T00:00:00.000Z +ssg: + - Next +cms: + - Wisp +css: + - Tailwind +archetype: + - Blog + - Portfolio + - Business +description: >- + An open-source starter kit built with modern full-stack technologies. Worry + less and save time developing basic SaaS features. +stale: false +--- + +# A Next.js 14 Blog using Server Components - Backed by Wisp CMS + +[![Demo Travel Blog on Next.js 14](https://imagedelivery.net/lLmNeOP7HXG0OqaG97wimw/clvlugru90000o4g8ahxp069s/32432ccf-57a8-4992-8c51-e5a47e110018.png/public "Demo Travel Blog on Next.js 14")](https://nextjs-blog-cms-wisp.vercel.app/) + +**Featured Links** + +- [Demo Blog](https://nextjs-blog-cms-wisp.vercel.app/) +- [Feature Walkthrough](https://youtu.be/7wVYAGhDmdY) +- [Editing Experience](https://youtu.be/uSKO8J38T98) + +This is a [Next.js](https://nextjs.org/docs/getting-started/installation), [Tailwind CSS](https://tailwindcss.com/), [Shadcn](https://ui.shadcn.com/) blogging starter template. This version is using Next.js 14 App Router with [React Server Components](https://nextjs.org/docs/getting-started/react-essentials#server-components) and uses [Wisp](https://wisp.blog/?utm_source=github&utm_medium=web&utm_campaign=nextjs-blog-cms-wisp) for publishing blog posts. + +Probably the most feature-rich Next.js blog template out there that is easily configurable and customizable. It's perfect as an upgrade from blogs using Jekyll, Hugo, Gatsby, Contentlayer, or ContentCollections. + +## Features + +- Beautiful blog starter kit with server rendering using Next.js 14 Server Components +- Responsive layout for mobile devices +- Filter blog posts by tags +- About page +- Light & dark mode +- Automatic hierarchical sitemap generation +- Automatic Open Graph image generation + +## Technologies + +- [Next.js 14](https://nextjs.org/) using App Router & TypeScript +- [Wisp](https://wisp.blog/?utm_source=github&utm_medium=web&utm_campaign=nextjs-blog-cms-wisp) to manage blog posts +- [Tailwind CSS](https://tailwindcss.com/) for CSS framework +- [Shadcn UI](https://ui.shadcn.com/) for UI components +- [ESLint](https://eslint.org/) for static analysis +- [TypeScript](https://www.typescriptlang.org/) for type safety +- Font optimization with [next/font](https://nextjs.org/docs/app/api-reference/components/font) + +## Getting Started + +First, run the development server: + +```bash +npm run dev +# or +yarn dev +# or +pnpm dev +# or +bun dev +``` + +Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. + +## Getting Help + +Full documentation on how to get started on wisp as well as this starter kit is available on [wisp's documentation site](https://wisp.blog/docs) \ No newline at end of file diff --git a/content/theme/nextjs-landing-page-template.md b/content/theme/nextjs-landing-page-template.md index 8a3b753cb..68648f045 100644 --- a/content/theme/nextjs-landing-page-template.md +++ b/content/theme/nextjs-landing-page-template.md @@ -10,9 +10,6 @@ cms: - No Cms css: - Tailwind -archetype: - - Website - - Multi Purpose github_branch: master description: >- Next JS Landing Page Template Free styled with Tailwind CSS and React diff --git a/content/theme/nextjs-notion-starter-kit.md b/content/theme/nextjs-notion-starter-kit.md new file mode 100644 index 000000000..6c574b7fd --- /dev/null +++ b/content/theme/nextjs-notion-starter-kit.md @@ -0,0 +1,177 @@ +--- +title: Next.js Notion Starter Kit +github: https://github.com/transitive-bullshit/nextjs-notion-starter-kit +demo: https://nextjs-notion-starter-kit.transitivebullsh.it/ +author: Travis Fischer +date: 2022-04-06T00:00:00.000Z +ssg: + - Next +cms: + - Notion +archetype: + - Blog + - Portfolio +description: The perfect starter kit for building websites with Next.js and Notion. +stale: false +--- + +# Next.js Notion Starter Kit +> The perfect starter kit for building websites with Next.js and Notion. + + +## Features + +- Setup only takes a few minutes ([single config file](./site.config.js)) 💪 +- Robust support for Notion content via [react-notion-x](https://github.com/NotionX/react-notion-x) +- Next.js / TS / React / Notion +- Excellent page speeds +- Smooth image previews +- Automatic pretty URLs +- Automatic table of contents +- Full support for dark mode +- Quick search via CMD+K / CMD+P +- Responsive for different devices +- Optimized for Next.js and Vercel + +## Demos + +- [Default demo](https://nextjs-notion-starter-kit.transitivebullsh.it) - Deployed from the `main` branch + +## Setup + +**All config is defined in [site.config.js](./site.config.js).** + +This project requires a recent version of Node.js (>= 14.17). + +1. Fork / clone this repo +2. Change a few values in [site.config.js](./site.config.js) +3. `npm install` +4. `npm run dev` to test locally +5. `npm run deploy` to deploy to vercel 💪 + +I tried to make configuration as easy as possible. + +All you really need to do to get started is edit `rootNotionPageId`. It defaults to rendering my site's public notion page [78fc5a4b88d74b0e824e29407e9f1ec1](https://notion.so/78fc5a4b88d74b0e824e29407e9f1ec1). + +You'll want to make your root Notion page **public** and then copy the link to your clipboard. Then extract the last part of the URL that looks like `d1b5dcf8b9ff425b8aef5ce6f0730202`, which is your page's Notion iD. + +In order to find your Notion workspace ID (optional), just load any of your site's pages into your browser and open up the developer console. There will be a global variable that you can access called `block` which is the Notion data for the current page. If you enter `block.space_id`, it will print out your page's workspace ID. + +I recommend setting up a collection on your home page (optional; I use an inline gallery [here](https://notion.so/78fc5a4b88d74b0e824e29407e9f1ec1)) that contains all of your articles / projects / content. There are no structural constraints on your Notion workspace, however, so feel free to add content as you would normally in Notion. + +## Production setup + +When deploying to Vercel, you'll need to set up a few things. + +### Vercel environment variables + +Vercel is not aware of the environment variables defined in the `.env` file. + +Therefore, those variable must be defined in Vercel, too. Once defined, they'll be available on the next builds. +See [their documentation](https://vercel.com/docs/concepts/projects/environment-variables) for more details. + +## URL Paths + +The app defaults to slightly different URL paths in dev vs prod (though pasting any dev pathname into prod will work and vice-versa). + +In development, it will use `/nextjs-notion-blog-d1b5dcf8b9ff425b8aef5ce6f0730202` which is a slugified version of the page's title suffixed with its Notion ID. I've found that it's really useful to always have the Notion Page ID front and center during local development. + +In production, it will use `/nextjs-notion-blog` which is a bit nicer as it gets rid of the extra ID clutter. + +The mapping of Notion ID to slugified page titles is done automatically as part of the build process. Just keep in mind that if you plan on changing page titles over time, you probably want to make sure old links will still work, and we don't currently provide a solution for detecting old links aside from Next.js's built-in [support for redirects](https://nextjs.org/docs/api-reference/next.config.js/redirects). + +See [mapPageUrl](./lib/map-page-url.ts) and [getCanonicalPageId](https://github.com/NotionX/react-notion-x/blob/master/packages/notion-utils/src/get-canonical-page-id.ts) for more details. + +NOTE: if you have multiple pages in your workspace with the same slugified name, the app will throw an error letting you know that there are duplicate URL pathnames. + +## Preview Images + +

+ Example preview image +

+ +We use [next/image](https://nextjs.org/docs/api-reference/next/image) to serve images efficiently, with preview images optionally generated via [lqip-modern](https://github.com/transitive-bullshit/lqip-modern). This gives us extremely optimized image support for sexy smooth images. + +Preview images are **enabled by default**, but they can be slow to generate, so if you want to disable them, set `isPreviewImageSupportEnabled` to `false` in `site.config.js`. + +If you want to cache generated preview images to speed up subsequent builds, you'll need to first set up an external [Redis](https://redis.io) data store. To enable redis caching, set `isRedisEnabled` to `true` in `site.config.js` and then set `REDIS_HOST` and `REDIS_PASSWORD` environment variables to point to your redis instance. + +You can do this locally by adding a `.env` file: + +```bash +REDIS_HOST='TODO' +REDIS_PASSWORD='TODO' +``` + +Note that preview images and redis caching are both optional features. If you’d rather not deal with them, just disable them in your site config. + +### Configuring GitHub Actions + +By default, the workflow "[Build](https://github.com/transitive-bullshit/nextjs-notion-starter-kit/blob/main/.github/workflows/build.yml)" runs when commits are pushed to the repository. + +If you have defined a Redis instance, you will need to slightly change the configuration, for GitHub Actions to be aware of those environment variables. +[Here is an example](https://github.com/transitive-bullshit/nextjs-notion-starter-kit/blob/transitive-bullshit/.github/workflows/build.yml#L17-L21) + +Additionally, you'll need to configure the [GitHub secrets](https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces) for `REDIS_HOST` and `REDIS_PASSWORD`. + +### Redis provider + +If you want to use redis caching, you can use [Redis Labs](https://app.redislabs.com/), which provides a free plan. + +## Styles + +All CSS styles that customize Notion content are located in [styles/notion.css](./styles/notion.css). They mainly target global CSS classes exported by react-notion-x [styles.css](https://github.com/NotionX/react-notion-x/blob/master/packages/react-notion-x/src/styles.css). + +Every notion block gets its own unique classname, so you can target individual blocks like this: + +```css +.notion-block-260baa77f1e1428b97fb14ac99c7c385 { + display: none; +} +``` + +## Dark Mode + +

+ Light Mode +        + Dark Mode +

+ +Dark mode is fully supported and can be toggled via the sun / moon icon in the footer. + +## Automatic Table of Contents + +

+ Smooth ToC Scrollspy +

+ +By default, every article page will have a table of contents displayed as an `aside` on desktop. It uses **scrollspy** logic to automatically update the current section as the user scrolls through your document, and makes it really easy to jump between different sections. + +If a page has less than `minTableOfContentsItems` (default 3), the table of contents will be hidden. It is also hidden on the index page and if the browser window is too small. + +This table of contents uses the same logic that Notion uses for its built-in Table of Contents block (see [getPageTableOfContents](https://github.com/NotionX/react-notion-x/blob/master/packages/notion-utils/src/get-page-table-of-contents.ts) for the underlying logic). + +## Responsive + +

+ Mobile article page +

+ +All pages are designed to be responsive across common device sizes. + +## Fathom Analytics + +[Fathom](https://usefathom.com/ref/42TFOZ) provides a lightweight alternative to Google Analytics. + +To enable analytics, just add a `NEXT_PUBLIC_FATHOM_ID` environment variable, which will only be used in production. + +Note that this feature is completely optional. + +## PostHog Analytics + +[PostHog](https://posthog.com/) provides a lightweight **and open source** alternative to Google Analytics. + +To enable analytics, just add a `NEXT_PUBLIC_POSTHOG_ID` environment variable, which will only be used in production. + +Note that this feature is completely optional. diff --git a/content/theme/nextjs-productlog-theme.md b/content/theme/nextjs-productlog-theme.md new file mode 100644 index 000000000..6085bbe7f --- /dev/null +++ b/content/theme/nextjs-productlog-theme.md @@ -0,0 +1,35 @@ +--- +title: ProductLog Theme +github: https://github.com/apvarun/productlog-nextjs-theme +demo: https://productlog-theme.vercel.app/ +author: Varun A P +date: 2021-09-25T00:00:00.000Z +ssg: + - Next +cms: + - Notion + - No CMS +css: + - Tailwind +description: NextJS-based changelog theme for your product +stale: false +--- + +# ProductLog Theme - NextJS, Tailwind, TypeScript + +ProductLog is a NextJS theme for hosting your product's changelog. + +[Preview the theme](https://productlog-theme.vercel.app/) to see what it looks like, or checkout how to use it today. + + +## Features + +- SEO friendly +- Excellent Lighthouse score +- Mobile-friendly view +- Support Notion as source +- Built-in Analytics: Google Analytics, Plausible and Simple analytics +- Next image optimization +- Easy styling customization with Tailwind v2 +- Syntax highlighting +- KaTeX support diff --git a/content/theme/nextjs-simple-blog.md b/content/theme/nextjs-simple-blog.md index d2a7d7827..f66c62477 100644 --- a/content/theme/nextjs-simple-blog.md +++ b/content/theme/nextjs-simple-blog.md @@ -14,7 +14,7 @@ archetype: description: >- A simple NextJS blog powered by Lyket to support like, clap and like/dislike buttons! -stale: false +stale: true --- # A simple starter blog for NextJS with feedback buttons diff --git a/content/theme/no-style-please.md b/content/theme/no-style-please.md index abf12ef69..5e48ef6e2 100644 --- a/content/theme/no-style-please.md +++ b/content/theme/no-style-please.md @@ -12,7 +12,7 @@ archetype: - Blog - Portfolio description: A (nearly) no-CSS, fast, minimalist Jekyll theme. -stale: false +stale: true --- # A (nearly) no-CSS, fast, minimalist Jekyll theme diff --git a/content/theme/nobelium.md b/content/theme/nobelium.md new file mode 100644 index 000000000..c36fc83d7 --- /dev/null +++ b/content/theme/nobelium.md @@ -0,0 +1,126 @@ +--- +title: Nobelium +github: https://github.com/craigary/nobelium +demo: https://nobelium.vercel.app/ +author: Craig Hart +date: 2022-04-06T00:00:00.000Z +ssg: + - Next +cms: + - Notion +archetype: + - Blog + - Portfolio +description: A static blog build on top of Notion and NextJS, deployed on Vercel. +stale: false +--- + +# Nobelium + +A static blog build on top of Notion and Nextjs, deployed on [Vercel](https://vercel.com?utm_source=Craigary&utm_campaign=oss). + +

+ + + + + + + + + + + + +

+ +Demo: [https://nobelium.vercel.app/](https://nobelium.vercel.app/) + +
Screenshot + +
+ +## Highlights ✨ + +**🚀  Fast and responsive** + +- Fast page render and responsive design +- Fast static generation with efficient compiler + +**🤖  Deploy instantly** + +- Deploy on Vercel in minutes +- Incremental regeneration and no need to redeploy after update the content in notion + +**🚙  Fully functional** + +- Comments, full width page, quick search and tag filter +- RSS, analytics, web vital... and much more + +**🎨  Easy for customization** + +- Rich config options, support English & Chinese interface +- Built with Tailwind CSS, easy for customization + +**🕸  Pretty URLs and SEO friendly** + +## Quick Start + +- Star this repo 😉 +- Duplicate [this Notion template](https://craigary.notion.site/adc3552cfc73442ab5048d4b1eb0079a), and share it to the public +- [Fork](https://github.com/craigary/nobelium/fork) this project +- Customize `blog.config.js` +- _(Optional)_ Replace `favicon.svg`, and `favicon.ico` in `/public` folder with your own +- Deploy on [Vercel](https://vercel.com), set following environment variables: + - `NOTION_PAGE_ID` (Required): The ID of the Notion page you previously shared to the web, usually has 32 digits after your workspace address + - `NOTION_ACCESS_TOKEN` (Optional, not recommended): If you decide not to share your database, you can use token to let Nobelium grab data from Notion database. You can find it in your browser cookies called `token_v2` + - Keep in mind Notion token is only valid for 180 days, make sure to update manually in vercel dashboard, we probably switch to Official API to resolve this issue in the future. Also, images in Notion database will not properly rendered +- **That's it!** Easy-peasy? + +
Wait for a sec, what is Page ID? + +
+ +## Play With Docker + +Unofficial, thanks to [@Vaayne](https://github.com/craigary/nobelium/pull/157)'s work! + +### Build Docker image yourself +``` +# set env +export NOTION_PAGE_ID=xxx # your NOTION_PAGE_ID +export IMAGE=nobelium:latest + +# build with docker +docker build -t ${IMAGE} --build-arg NOTION_PAGE_ID . + +# run with docker +docker run -d --name nobelium -p 3000:3000 -e NOTION_PAGE_ID=${NOTION_PAGE_ID} nobelium:latest +``` + +### Use default docker image +``` +# pull image +docker pull ghcr.io/craigary/nobelium:main + +# run with docker +docker run -d --name nobelium -p 3000:3000 -e NOTION_PAGE_ID=${NOTION_PAGE_ID} ghcr.io/craigary/nobelium:main +``` + +## Roadmap + +Check out our roadmap [here](https://www.notion.so/craigary/Public-Roadmap-3cfc4d0f0ca642ef8f652673c37add22) + +- [x] Better SEO +- [x] Dark mode +- [x] Open Graph support +- [x] Switch to react-notion-x +- [x] Sitemap +- [ ] ... + +## Technical details + +- **Generation**: Next.js and Incremental Static Regeneration +- **Page render**: [react-notion-x](https://github.com/NotionX/react-notion-x) +- **Style**: Tailwind CSS and `@tailwindcss/jit` compiler +- **Comments**: Gitalk, Cusdis and more diff --git a/content/theme/noir.md b/content/theme/noir.md index 95cdc855a..f0c911bce 100644 --- a/content/theme/noir.md +++ b/content/theme/noir.md @@ -9,7 +9,7 @@ ssg: cms: - No Cms description: An automatic dark mode adaptation of the Poole theme for Jekyll. -stale: false -disabled_reason: error checking demo url +stale: true +disabled_reason: demo url connection refused disabled: true --- diff --git a/content/theme/not-pure-poole.md b/content/theme/not-pure-poole.md index 9f18998f7..02a667721 100644 --- a/content/theme/not-pure-poole.md +++ b/content/theme/not-pure-poole.md @@ -11,7 +11,7 @@ cms: archetype: - Blog description: A simple, beautiful, and powerful Jekyll theme for blogs -stale: false +stale: true --- # A simple starter kit for Gridsome diff --git a/content/theme/notion-blog-nextjs-coral.md b/content/theme/notion-blog-nextjs-coral.md new file mode 100644 index 000000000..d7a2884f2 --- /dev/null +++ b/content/theme/notion-blog-nextjs-coral.md @@ -0,0 +1,54 @@ +--- +title: Next.js blog powered by Notion API +github: https://github.com/samuelkraft/notion-blog-nextjs +demo: https://notion-blog-nextjs-coral.vercel.app/ +author: Samuel Kraft +date: 2022-04-06T00:00:00.000Z +ssg: + - Next +cms: + - Notion +archetype: + - Blog +description: Next.js example blog powered by Notion Public API +stale: false +--- + +This is a [Next.js](https://nextjs.org/) blog using [Notions Public API](https://developers.notion.com). + +__Demo:__ [https://notion-blog-nextjs-coral.vercel.app](https://notion-blog-nextjs-coral.vercel.app) + +__How-it-works/Documentation:__ [https://samuelkraft.com/blog/building-a-notion-blog-with-public-api](https://samuelkraft.com/blog/building-a-notion-blog-with-public-api) + +## Getting Started + +First, follow Notions [getting started guide](https://developers.notion.com/docs/getting-started) to get a `NOTION_TOKEN` and a `NOTION_DATABASE_ID`, then add them to a file called `.env.local`. + +As a reference here's the Notion table I am using: https://www.notion.so/5b53abc87b284beab0c169c9fb695b4d?v=e4ed5b1a8f2e4e12b6d1ef68fa66e518 + +``` +NOTION_TOKEN= +NOTION_DATABASE_ID= +``` + +Install dependencies + +```bash +npm install +# or +yarn +``` + +Start the server with + +```bash +npm run dev +# or +yarn dev +``` + +Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. + +#### Deploy to vercel + +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fsamuelkraft%2Fnotion-blog-nextjs&env=NOTION_TOKEN,NOTION_DATABASE_ID&envDescription=Please%20add%20NOTION_TOKEN%20and%20NOTION_DATABASE_ID%20that%20is%20required%20to%20connect%20the%20blog%20to%20your%20notion%20account.&envLink=https%3A%2F%2Fdevelopers.notion.com%2Fdocs%2Fgetting-started&project-name=notion-blog-nextjs&repo-name=notion-blog-nextjs&demo-title=Notion%20Blog%20Next%20JS&demo-description=%20This%20is%20a%20Next.js%20blog%20using%20Notions%20Public%20API.&demo-url=notion-blog-nextjs-coral.vercel.app) diff --git a/content/theme/notion-blog.md b/content/theme/notion-blog.md new file mode 100644 index 000000000..90afda98f --- /dev/null +++ b/content/theme/notion-blog.md @@ -0,0 +1,96 @@ +--- +title: Notion Blog +github: https://github.com/ijjk/notion-blog +demo: https://github.com/ijjk/notion-blog +author: JJ Kasper +date: 2022-04-06T00:00:00.000Z +ssg: + - Next +cms: + - Notion +archetype: + - Blog + - Portfolio +description: A Next.js site using new SSG support with a Notion backed blog +stale: true +--- + +# Notion Blog + +This is an example Next.js project that shows Next.js' upcoming SSG (static-site generation) support using Notion's **private** API for a backend. + +**Note**: This example uses the experimental SSG hooks only available in the Next.js canary branch! The APIs used within this example will change over time. Since it is using a private API and experimental features, use at your own risk as these things could change at any moment. + +**Live Example hosted on Vercel**: https://notion-blog.vercel.app/ + +## Getting Started + +To view the steps to setup Notion to work with this example view the post at https://notion-blog.vercel.app/blog/my-first-post or follow the steps below. + +## Deploy Your Own + +Deploy your own Notion blog with Vercel. + +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/ijjk/notion-blog/tree/main&project-name=notion-blog&repository-name=notion-blog) + +or + +1. Clone this repo `git clone https://github.com/ijjk/notion-blog.git` +2. Configure project with [`vc`](https://vercel.com/download) +3. Add your `NOTION_TOKEN` and `BLOG_INDEX_ID` as environment variables in [your project](https://vercel.com/docs/integrations?query=envir#project-level-apis/project-based-environment-variables). See [here](#getting-blog-index-and-token) for how to find these values +4. Do final deployment with `vc` + +Note: if redeploying with `vc` locally and you haven't made any changes to the application's source and only edited in Notion you will need use `vc -f` to bypass build de-duping + +## Creating Your Pages Table + +**Note**: this is auto run if a table isn't detected the first time visiting `/blog` + +### Using the Pre-Configured Script + +1. Create a blank page in Notion +2. Clone this repo `git clone https://github.com/ijjk/notion-blog.git` +3. Install dependencies `cd notion-blog && yarn` +4. Run script to create table `NOTION_TOKEN='token' BLOG_INDEX_ID='new-page-id' node scripts/create-table.js` See [here](#getting-blog-index-and-token) for finding the id for the new page + +### Manually Creating the Table + +1. Create a blank page in Notion +2. Create a **inline** table on that page, don't use a full page table as it requires querying differently +3. Add the below fields to the table + +The table should have the following properties: + +- `Page`: this the blog post's page +- `Slug`: this is the blog post's slug relative to `/blog`, it should be a text property +- `Published`: this filters blog posts in **production**, it should be a checkbox property +- `Date`: this is when the blog post appears as posted, it should be a date property +- `Authors`: this is a list of Notion users that wrote the post, it should be a person property + +![Example Blog Posts Table](./assets/table-view.png) + +## Getting Blog Index and Token + +To get your blog index value, open Notion and Navigate to the Notion page with the table you created above. While on this page you should be able to get the page id from either: + +- the URL, if the URL of your page is https://www.notion.so/Blog-S5qv1QbUzM1wxm3H3SZRQkupi7XjXTul then your `BLOG_INDEX_ID` is `S5qv1QbU-zM1w-xm3H-3SZR-Qkupi7XjXTul` +- the `loadPageChunk` request, if you open your developer console and go to the network tab then reload the page you should see a request for `loadPageChunk` and in the request payload you should see a `pageId` and that is your `BLOG_INDEX_ID` + +To get your Notion token, open Notion and look for the `token_v2` cookie. + +## Creating Blog Posts + +1. In Notion click new on the table to add a new row +2. Fill in the Page name, slug, Date, and Authors +3. At the top of the content area add the content you want to show as a preview (keep this under 2 paragraphs) +4. Add a divider block under your preview content +5. Add the rest of your content under the divider block + +## Running Locally + +To run the project locally you need to follow steps 1 and 2 of [deploying](#deploy-your-own) and then follow the below steps + +1. Install dependencies `yarn` +2. Expose `NOTION_TOKEN` and `BLOG_INDEX_ID` in your environment `export NOTION_TOKEN=''`and `export BLOG_INDEX_ID=''` or `set NOTION_TOKEN="" && set BLOG_INDEX_ID=""` for Windows +3. Run next in development mode `yarn dev` +4. Build and run in production mode `yarn build && yarn start` diff --git a/content/theme/novajam.md b/content/theme/novajam.md new file mode 100644 index 000000000..509f8a4d5 --- /dev/null +++ b/content/theme/novajam.md @@ -0,0 +1,30 @@ +--- +title: "NovaJAM - Next.js Multi-purpose Template" +github: https://github.com/minhwpm/novajam +demo: https://novajam.vercel.app/ +author: minhwpm +date: 2024-08-10 +ssg: + - Next +cms: + - Contentful +css: + - Tailwind +archetype: + - Business + - Blog + - Portfolio +description: NovaJAM - a Multi-purpose template offering exceptional flexibility, perfect for standalone websites or content-driven sites with Contentful. +--- + +# An All-in-One Multi-purpose JAMstack template for Next.js + +Explore endless possibilities with NovaJAM, a cutting-edge web solution that serves as both a theme and a template, offering unparalleled flexibility whether used independently or integrated with Contentful Headless CMS. + +## 🎯 Features + +- **Cutting-edge Technologies** - Powered by Next.js 14 with advanced App Router and Server Actions for ultimate performance, TypeScript, Tailwind CSS, Radix UI and ESLint +- **Flexibility with Theme Config** - Easily customize components and styles to reflect your brand identity. Adapt NovaJAM to various business needs. +- **Do-It-Yourself** - Seamlessly integrate with Contentful for efficient, no-code content management, dynamically populating NovaJAM's templates without sacrificing design flexibility. +- **Custom Form** - Create and manage dynamic, user-friendly forms effortlessly. +- **One-click Deploy** - Deploy instantly with Vercel \ No newline at end of file diff --git a/content/theme/nuxt-starter-netlify-cms.md b/content/theme/nuxt-starter-netlify-cms.md index 2c9a50fa8..628d62eb2 100644 --- a/content/theme/nuxt-starter-netlify-cms.md +++ b/content/theme/nuxt-starter-netlify-cms.md @@ -7,11 +7,11 @@ date: 2020-06-03T00:00:00.000Z ssg: - Nuxt cms: - - NetlifyCMS + - DecapCMS archetype: - Blog description: A super unopinionated starter project. -stale: false +stale: true --- A super unopinionated starter project, built off the `create-nuxt-app` CLI tool, and leveraging Netlify CMS to generate content in the Nuxt API from flat files. \ No newline at end of file diff --git a/content/theme/nuxt-starter.md b/content/theme/nuxt-starter.md new file mode 100644 index 000000000..16b77b05c --- /dev/null +++ b/content/theme/nuxt-starter.md @@ -0,0 +1,22 @@ +--- +title: Nuxt Starter +github: https://github.com/netlify-templates/nuxt-starter +author: netlify-templates +demo: https://demo-nuxt-starter.netlify.app/ +date: 2024-12-23 +ssg: + - Nuxt +cms: + - No CMS +css: + - Tailwind +archetype: + - SaaS + - Landing Page +description: >- + Nuxt Starter is a minimal template created for quick landing pages, built with Nuxt and TailwindCSS. +netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/nuxt-starter +featured: false +--- + +Nuxt Starter is a minimal template designed for creating quick landing pages, built with Nuxt and Tailwind CSS, and powered by Nuxt Content. diff --git a/content/theme/nuxt-tailwind-blog-starter.md b/content/theme/nuxt-tailwind-blog-starter.md new file mode 100644 index 000000000..a60c11a69 --- /dev/null +++ b/content/theme/nuxt-tailwind-blog-starter.md @@ -0,0 +1,29 @@ +--- +title: NuxtJs Tailwind Blog Starter +github: https://github.com/mdrathik/nuxtjs-tailwind-blog +demo: https://nuxt-tailwind-blog.netlify.app/ +author: Md Rathik +date: 2022-04-11T00:00:00.000Z +ssg: + - Nuxt +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog + - Portfolio +description: This theme is based on NuxtJS with tailwind css & hosted in Netlify. +stale: false +--- + +# NuxtJS and tailwind Blog Starter + +This starter is very light-weight to showcase portfolio & write blog. Anyone can deploy it on netlify , Vercel or Heroku wherever he/she want. Its open-source to edit and modify or contribute. + +## Features + +- Support Markdown for blog +- SEO friendly +- Customizable Design with Tailwind +- Mobile-friendly view diff --git a/content/theme/oneflow.md b/content/theme/oneflow.md new file mode 100644 index 000000000..2be78362b --- /dev/null +++ b/content/theme/oneflow.md @@ -0,0 +1,42 @@ +--- +title: "OneFlow Jekyll Theme" +github: https://github.com/perstarke-webdev/oneflow-jekyll-theme +demo: https://oneflow-jekyll-theme.github.io/ +author: Per Starke +date: 2024-02-18 +ssg: + - Jekyll +cms: + - No CMS +css: + - Bootstrap +archetype: + - OnePager + - Landing Page + - Homepage +description: A theme to effortlessly create stunning OnePager Websites, offering various and easy customization and high functionality! +--- + +# OneFlow Jekyll Theme + +## What is it +OneFlow is a Jekyll Theme designed to create stunning, clear and practical modern One-Pager Websites. +It offers lots of features and customization options, so you can easily create a Site that matches your own or your client's wishes for design and structure. +Check out the [Theme Website](https://oneflow-jekyll-theme.github.io/) showcasing and explaining the various opportunities the theme offers, and also check out the [first example website](https://oneflow-jekyll-theme-example-one.github.io/) and the [second example website](https://oneflow-jekyll-theme-example-two.github.io/) to see a few of the different design options the theme offers. + +## Full documentation +Extensive documentation for OneFlow is available [here](https://perstarke-webdev.de/oneflow-jekyll-theme). + +## Getting started & development + +### Fork and clone this repository +The **vision of this theme** is **simplicity and accessibility**, to easily create stunning websites from scratch. +Therefore, it's not available as a classic gem-based Jekyll theme, but as a ready-to-use GitHub repository that you just need to fork and clone. +So, get ahead and make a fork of this repository, rename it if you like to suit the name of the site you want to create, locally clone it, and directly start editing! + +### How to start a development docker container +To test your website and see all of your changes in real-time without deploying it online, you can easily build your site locally. +- Make sure you have [Bundler](https://bundler.io/) and [Docker](https://www.docker.com/) installed. +- Open up a terminal, navigate to your local repository, and run ```docker compose up```. + +Your site will then be visible at ```http://0.0.0.0:4000/``` in any browser. diff --git a/content/theme/ovidius-astro-theme.md b/content/theme/ovidius-astro-theme.md new file mode 100644 index 000000000..0e3f8f415 --- /dev/null +++ b/content/theme/ovidius-astro-theme.md @@ -0,0 +1,63 @@ +--- +title: Ovidius +github: https://github.com/JustGoodUI/ovidius-astro-theme +demo: https://ovidius-astro-theme.netlify.app/ +author: justgoodui.com +date: 2023-10-15 +ssg: + - Astro +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog + - Personal +description: >- + Ovidius - a single-author blog theme for Astro.js and Tailwind CSS. +stale: false +disabled: false +featured: false +netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/JustGoodUI/ovidius-astro-theme +--- + +# Ovidius - Astro.js & Tailwind CSS Theme + +Ovidius is a single-author blog theme for Astro.js. Featuring a minimal, slick, responsive and content-focused design. For more Astro.js themes please check [justgoodui.com](https://justgoodui.com/). + +## Theme Features: + +- ✅ Featured post support +- ✅ Tailwind CSS +- ✅ SEO-friendly with canonical URLs and OpenGraph data +- ✅ Sitemap support +- ✅ RSS Feed support +- ✅ Markdown & MDX support + +## Template Integrations + +- @astrojs/tailwind - https://docs.astro.build/en/guides/integrations-guide/tailwind/ +- @astrojs/sitemap - https://docs.astro.build/en/guides/integrations-guide/sitemap/ +- @astrojs/mdx - https://docs.astro.build/en/guides/markdown-content/ +- @astrojs/rss - https://docs.astro.build/en/guides/rss/ + +## Project Structure + +Inside of Ovidius Astro theme, you'll see the following folders and files: + +```text +├── public/ +├── src/ +│   ├── components/ +│   ├── content/ +│   ├── data/ +│   ├── icons/ +│   ├── layouts/ +│   ├── pages/ +│   └── styles/ +├── astro.config.mjs +├── tailwind.config.cjs +├── README.md +├── package.json +└── tsconfig.json +``` diff --git a/content/theme/parsa-hugo-personal-blog-theme.md b/content/theme/parsa-hugo-personal-blog-theme.md deleted file mode 100644 index 15e1cd4ab..000000000 --- a/content/theme/parsa-hugo-personal-blog-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Parsa Hugo -github: https://github.com/themefisher/parsa-hugo-personal-blog-theme -demo: https://themes.gohugo.io/theme/parsa-hugo-personal-blog-theme/ -author: Themefisher -ssg: - - Hugo -cms: - - No Cms -date: 2019-05-15T08:33:57.000Z -description: Parsa hugo -stale: false -disabled_reason: demo url not found -disabled: true ---- diff --git a/content/theme/pelican-attila.md b/content/theme/pelican-attila.md index 246c3bb40..542ec06a2 100644 --- a/content/theme/pelican-attila.md +++ b/content/theme/pelican-attila.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2016-09-11T17:32:26.000Z description: Pelican version of ghost theme https://github.com/zutrinken/attila -stale: true +stale: false disabled: true disabled_reason: error checking demo url --- diff --git a/content/theme/pelican-clean-blog.md b/content/theme/pelican-clean-blog.md index 79f92ac11..6e228e315 100644 --- a/content/theme/pelican-clean-blog.md +++ b/content/theme/pelican-clean-blog.md @@ -9,5 +9,7 @@ cms: - No Cms date: 2014-12-10T16:01:04.000Z description: Theme based in Clean Blog layout to pelican blogs -stale: false +stale: true +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/planty.md b/content/theme/planty.md index 4481e2858..f77b7d856 100644 --- a/content/theme/planty.md +++ b/content/theme/planty.md @@ -11,7 +11,7 @@ ssg: - Next cms: - Forestry - - NetlifyCMS + - DecapCMS - No CMS css: - SCSS @@ -21,6 +21,5 @@ archetype: - Ecommerce date: 2020-03-18T00:00:00.000Z description: Planty is an e-commerce ready theme powered by Snipcart. -stale: false -weight: 10 +stale: true --- diff --git a/content/theme/platframe-default-starter.md b/content/theme/platframe-default-starter.md index 17692758c..9278bf1e5 100644 --- a/content/theme/platframe-default-starter.md +++ b/content/theme/platframe-default-starter.md @@ -7,11 +7,11 @@ date: 2020-06-03T00:00:00.000Z ssg: - Platframe cms: - - NetlifyCMS + - DecapCMS archetype: - Blog description: Platframe's default (responsive) starter template. -stale: false +stale: true --- Platframe's default (responsive) starter template takes the form of a landing page that can be personalized in a jiffy, or be extensively adapted to suit variable project scopes. diff --git a/content/theme/pole.md b/content/theme/pole.md index 890370f03..6b42fb301 100644 --- a/content/theme/pole.md +++ b/content/theme/pole.md @@ -12,7 +12,6 @@ css: - Scss archetype: - Blog - - Personal website description: Pole is a one-column minimal responsive Jekyll blog theme. stale: false disabled: true diff --git a/content/theme/portio-hugo.md b/content/theme/portio-hugo.md new file mode 100644 index 000000000..77d2af2b3 --- /dev/null +++ b/content/theme/portio-hugo.md @@ -0,0 +1,32 @@ +--- +title: Portio Hugo +github: https://github.com/StaticMania/portio-hugo +demo: https://portio-hugo.staticmania.com/ +author: StaticMania +date: 2022-09-03T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +css: + - Bootstrap +archetype: + - Business +description: >- + Portio is a simple, minimal and responsive Portfolio Hugo Theme. Portio is + well organized, well-formatted and named accordingly so it’s easy to change + any and all of the design. Portio is built with Bootstrap 4. You can + customize it very easy to fit your needs. +stale: false +--- + +## Features + +* Responsive Ready. +* Powered by Bootstrap 4. +* Blog Template. +* Well formatted code. +* Easy Customization. +* fabform Contact form. +* Google Analytics. +* Forestry Integrated. diff --git a/content/theme/productlog-nextjs-theme.md b/content/theme/productlog-nextjs-theme.md new file mode 100644 index 000000000..e9f85a613 --- /dev/null +++ b/content/theme/productlog-nextjs-theme.md @@ -0,0 +1,29 @@ +--- +title: NextJS-based changelog theme for your product +github: https://github.com/apvarun/productlog-nextjs-theme +demo: https://productlog-theme.vercel.app/ +author: Varun A P +date: 2022-02-21T00:00:00.000Z +ssg: + - Next +cms: + - No CMS +archetype: + - Documentation +description: ProductLog is a NextJS theme for hosting your product's changelog. +stale: false +--- + +# ProductLog is a NextJS theme for hosting your product's changelog + +## Features + +- SEO friendly +- Excellent Lighthouse score +- Mobile-friendly view +- Support Notion as source ([Sample Notion Page](https://polar-shoulder-194.notion.site/cbde2cdc46a14dfcaf5169eab225c30b)) +- Built-in Analytics: Google Analytics, Plausible and Simple analytics +- Next image optimization +- Easy styling customization with Tailwind v2 +- Syntax highlighting +- KaTeX support diff --git a/content/theme/quartz.md b/content/theme/quartz.md new file mode 100644 index 000000000..8c5073f95 --- /dev/null +++ b/content/theme/quartz.md @@ -0,0 +1,27 @@ +--- +title: Quartz +github: https://github.com/vfvong/jekyll-theme-quartz +demo: https://vfvong.blog/jekyll-theme-quartz/ +author: Song-Zi Vong +date: 2022-09-13T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +archetype: + - Blog +description: A crystalline Jekyll theme for blog +stale: false +--- + +Quartz is a crystalline Jekyll theme for blog. + +## Highlight Features + +- Support the CSS resets [Normalize](https://github.com/necolas/normalize.css) +- Support [Font Awesome](https://fontawesome.com/) +- Support [MathJax](https://www.mathjax.org/) +- Support [Disqus](https://disqus.com/) +- Support [Google Analytics 4](https://analytics.google.com/analytics/web/) +- Light and dark mode, via [`prefers-color-scheme`](https://web.dev/prefers-color-scheme/) +- Archive pages implemented in pure [Liquid](https://shopify.github.io/liquid/) diff --git a/content/theme/react-portfolio-template.md b/content/theme/react-portfolio-template.md new file mode 100644 index 000000000..2e0b6d541 --- /dev/null +++ b/content/theme/react-portfolio-template.md @@ -0,0 +1,39 @@ +--- +title: React Portfolio Template +github: https://github.com/chetanverma16/react-portfolio-template +demo: https://react-portfolio-template.netlify.app/ +author: Chetan Verma +date: 2021-08-05T00:00:00.000Z +ssg: + - Next +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog + - Portfolio +description: A simple, modern & minimal Next.js theme for portfolio and blog. +stale: false +--- + +# A simple starter kit for Gridsome + +A simple, modern & minimal Next.js theme for portfolio and blog + +Intro Video - https://www.youtube.com/watch?v=62_HLbx2zLQ&t=9s + +## Tutorials + +Youtube - https://www.youtube.com/watch?v=8cmJ2kR4SpM + +Blog - https://blog.chetanverma.com/how-to-build-a-portfolio-website-using-nextjs-and-tailwindcss + +## Features + +- Modern Stack (Next.js + TailwindCSS) +- Minimal Design +- Easy To Browse +- Easy To Customize your details With GUI +- Blog Crud (Create, Read, Update, Delete blog with easy to use UI). +- Dark Mode diff --git a/content/theme/remix-admin-starter.md b/content/theme/remix-admin-starter.md new file mode 100644 index 000000000..2ab88056c --- /dev/null +++ b/content/theme/remix-admin-starter.md @@ -0,0 +1,24 @@ +--- +title: Remix Supabase Starter +github: https://github.com/netlify-templates/remix-admin-template +demo: https://remix-admin-template.netlify.app/ +author: Netlify +date: 2025-02-28 +ssg: + - Remix +cms: + - Supabase +css: + - Tailwind +archetype: + - Admin + - Dashboard +description: The Remix Supabase starter demonstrates how to integrate Supabase into an Remix project deployed on Netlify. +featured: false +netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/remix-admin-template +--- + + +The Remix Supabase starter demonstrates how to integrate Supabase into an Remix project deployed on Netlify. + + diff --git a/content/theme/rg-portfolio.md b/content/theme/rg-portfolio.md index 0795c203e..ce5932419 100644 --- a/content/theme/rg-portfolio.md +++ b/content/theme/rg-portfolio.md @@ -11,14 +11,12 @@ cms: archetype: - Blog - Portfolio - - Multi Purpose services: - Formstack description: >- Kick-off your Portfolio website with RG-Portfolio gatsby starter. We have used Gatsby + Contenful. -stale: false -weight: 12 +stale: true --- # A simple starter kit for Gatsby diff --git a/content/theme/roxo-eleventy.md b/content/theme/roxo-eleventy.md new file mode 100644 index 000000000..4a9c36516 --- /dev/null +++ b/content/theme/roxo-eleventy.md @@ -0,0 +1,67 @@ +--- +title: Roxo | a digital agency template +github: https://github.com/StaticMania/roxo-eleventy +demo: https://roxo-eleventy.staticmania.com/ +author: StaticMania +date: 2022-08-02T00:00:00.000Z +ssg: + - Eleventy +cms: + - No CMS +css: + - Bootstrap +archetype: + - Agency + - Landing Page + - Multi Purpose + - Resume + - Blog + - Portfolio +description: >- + Roxo is a digital agency theme for creative agencies, freelancers, graphic + designers, photographers. Can be used for any kind of corporate websites who + provides digital services with many expertise such as Design, Digital + Products, Development, Campaign & Content, Employer Branding, Animation & + Motion Graphics ,Packaging & Product Design, Retail & Spacial, Print & + Editorial Design, Concept/Text, Information Design etc. Roxo ’s contact form + is supported Formspree. +stale: false +--- + +## Table of Contents + +- [Installation](#Installation) +- [Main Features](#Features) +- [Support](#Support) +- [Licensing](#Licensing) +- [Hire](#Need-Help) + +## Installation + +1. Add the repository into your Eleventy Project repository by `git clone https://github.com/StaticMania/roxo-eleventy.git` + +2. Install npm dependencies by `npm install` + +3. Build and run project by `npx run dev` and see the result at `http://localhost:8080/` + +## Features + +- Responsive Ready. +- Powered by Bootstrap 4. +- Dedicated portfolio and blog page. +- Well formatted code. +- Easy Customization. +- Formspree Contact form. +- Crafted for Design Agency/ Portfolio + +## Support + +Have some question or facing any technical trouble feel free to [Contact Us](https://staticmania.com/contact/) + +## Licensing + +This Repository is licensed under the [MIT](#) License + +## Need-Help + +We are an open book if you have any querie please feel free to contact us for any changes. [contact](https://staticmania.com/contact/) diff --git a/content/theme/roxo-hugo.md b/content/theme/roxo-hugo.md index 00bdcde37..4a2030343 100644 --- a/content/theme/roxo-hugo.md +++ b/content/theme/roxo-hugo.md @@ -22,6 +22,8 @@ description: >- Print & Editorial Design, Concept/Text, Information Design etc. Roxo Hugo’s contact form is supported Formspree. stale: false +disabled: true +disabled_reason: demo url not found --- # Roxo Hugo for Hugo diff --git a/content/theme/sapper-kontent-cafe.md b/content/theme/sapper-kontent-cafe.md index 788f3081f..a528db5c7 100644 --- a/content/theme/sapper-kontent-cafe.md +++ b/content/theme/sapper-kontent-cafe.md @@ -11,7 +11,7 @@ date: 2020-12-01T00:00:00.000Z archetype: - Business description: Website showcase for fictional café with Svelte, Sapper, and Kentico Kontent. -stale: false +stale: true --- # Sapper Kontent Café diff --git a/content/theme/scriptor-jekyll-theme.md b/content/theme/scriptor-jekyll-theme.md new file mode 100644 index 000000000..a0bf7fd5a --- /dev/null +++ b/content/theme/scriptor-jekyll-theme.md @@ -0,0 +1,27 @@ +--- +title: Scriptor Jekyll Theme +github: https://github.com/JustGoodThemes/Scriptor-Jekyll-Theme +demo: https://scriptor-jekyll.netlify.app/ +author: JustGoodThemes +ssg: + - Jekyll +cms: + - No Cms +archetype: + - Blog +css: + - SCSS +date: 2022-07-19T00:00:00.000Z +description: Scriptor is a minimal, clean, modern and responsive Jekyll theme for writers. +stale: false +disabled: false +disabled_reason: '' +--- + +## Features + +- Responsive design +- Archive organized by [tags](https://scriptor-jekyll.netlify.com/tags/) +- Disqus Comments +- Accent color options +- [Prism](https://prismjs.com/) syntax highlighter diff --git a/content/theme/scully-kontent-lumen.md b/content/theme/scully-kontent-lumen.md index 8f2a73582..d9dd4f892 100644 --- a/content/theme/scully-kontent-lumen.md +++ b/content/theme/scully-kontent-lumen.md @@ -14,7 +14,7 @@ archetype: description: >- Minimal, lightweight, and mobile-first starter for creating blogs using Scully and Kentico Kontent. -stale: false +stale: true --- # Lumen - blog/portfolio starter for Scully and Kontent diff --git a/content/theme/seven.md b/content/theme/seven.md index 487b4eb96..45d7ecfbe 100644 --- a/content/theme/seven.md +++ b/content/theme/seven.md @@ -11,5 +11,5 @@ date: 2019-08-11T00:00:00.000Z description: >- Eleventy template using Bootstrap, Sass, Webpack, Vue.js powered search, includes lots of other features -stale: false +stale: true --- diff --git a/content/theme/simply-cyan.md b/content/theme/simply-cyan.md new file mode 100644 index 000000000..74a235b44 --- /dev/null +++ b/content/theme/simply-cyan.md @@ -0,0 +1,113 @@ +--- +title: "Simply Cyan" +github: https://github.com/PQuod/simply-cyan-theme +demo: https://pquod.github.io/simply-cyan-demo/ +author: Lucie Desaubliaux +date: 2023-01-11 +ssg: + - Jekyll +cms: + - No CMS +archetype: + - Blog +description: Simply Cyan is a Jekyll theme dedicated to text and reading. This theme focuses on readability and clarity. Different available functions are at work to facilitate the reader's experience. +--- + +# simply-cyan + +Simply Cyan is a Jekyll theme dedicated to text and reading. This theme focuses on readability and clarity. + +You can visit the demo website of this theme [here](https://pquod.github.io/simply-cyan-demo/). + +Three main functions are at work to facilitate the reader's experience : a classic dark/light mode, but also toggles to change the font size and get bigger characters or to change the font-style (by default meant to switch between serif and sans-serif fonts). + +The design of Simply Cyan is sober and elegant, yet pop with its bright colorful oblique stripes punctuating the screen. + +Symply Cyan can feature a multitude of authors and offers a page to display all of their profiles, as well as an archives page to display all the site's posts. + + +## Installation + +Add this line to your Jekyll site's `Gemfile` to add the theme as a dependancy: + +```ruby +gem "simply-cyan" +``` + +Run `bundle install` in the root file of your project: + +Add this line to your Jekyll site's `_config.yml` to set the theme: + +```yaml +theme: simply-cyan +``` + +Run `bundle exec jekyll serve` to build and serve your site. + +You can use the `config.yml` to update the configuration of your website and set things such as its title, description, navigation links and a lot more + +## Usage + +### Customizing styles + +You can customize many style parameters of the Simply Cyan theme by changing the different variables in the `settings.scss` file of the project (`_sass/_settings.scss`). You'll find there such parameters as the colors of the dark and white modes, fonts, line height, font sizes etc. + +You can also overwrite the complete theme with your own custom file by matching its filename and path. + +### Accessing site parameters + +Several parameters are also accessible in the `config.yml` file. For example, you can choose there whether to display or not the different reading functions (dark mode, big fonts etc.) of the site. + +### Creating a post + +You are now ready to add content to your new jekyll site. You can do so by adding new posts in the `_posts` folder. Be sure your new post begins with the same front matter lines than the ones in the example posts (check [Jekyll documentation](https://jekyllrb.com/docs/posts/) in case you're not sure how to make your first post): + +``` +--- +layout: post +title: "Example Post" +date: 2022-11-15 +author: + - "Someone" + - "Someone else" +--- +``` + +### Managing different authors + +Note that if you want to have all of the authors of your site displayed on the authors page, you'll have to create a new file for each of them in the `_categories` folder. The title of this new file must match the way you wrote the author's name in the category line of the post's front matter. + +You can add a description or bio to each author's page in its respective file in `_categories`. + +Of course, this folder and the category files can be used to display other things than authors. You just have to change the title of the `categories.md` page in order to display your posts grouped by any category you choose. + +### Homepage + +By default, the homepage displays the ten newest posts. This number can be changed in the `config.yml` file. + +### Archives + +The archives page displays the integrality of the posts published on your site. + +## Contributing + +Bug reports and pull requests are welcome on GitHub at https://github.com/pquod/simply-cyan. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. + +If you have any idea about improving this theme or if you find any lack in its documentation, feel free to write at l.desaubliaux@gmail.com, I'd be happy to keep on making this theme better and better for your use! + +## Development + +To set up your environment to develop this theme, run `bundle install`. + +Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal. + +When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled. +To add a custom directory to your theme-gem, please edit the regexp in `simply-cyan.gemspec` accordingly. + +## License + +The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). + +## Credits + +Thanks a lots to Quentin, Candice and Robinson, the people behind the conception of the original Internet Exploreur website who helped me a lot designing it. diff --git a/content/theme/skeleventy.md b/content/theme/skeleventy.md index 33bd260e5..469c94bad 100644 --- a/content/theme/skeleventy.md +++ b/content/theme/skeleventy.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-02-11T15:07:16.000Z description: A skeleton boilerplate built with Eleventy. -stale: false +stale: true --- diff --git a/content/theme/so-simple-theme.md b/content/theme/so-simple-theme.md index f4fddfa51..0bd7b30ee 100644 --- a/content/theme/so-simple-theme.md +++ b/content/theme/so-simple-theme.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2013-06-25T20:17:12.000Z description: A simple Jekyll theme for words and pictures. -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/stackbit-ampersand-unibit.md b/content/theme/stackbit-ampersand-unibit.md deleted file mode 100644 index 3fd1e8786..000000000 --- a/content/theme/stackbit-ampersand-unibit.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Ampersand -layout: single -github: https://github.com/stackbit-themes/ampersand-unibit -demo: https://themes.stackbit.com/demos/ampersand?themeBarHidden=true -author: Stackbit -ssg: - - Unibit - - Hugo - - Gatsby - - Jekyll - - Next -cms: - - Contentful - - DatoCMS - - Forestry - - NetlifyCMS - - Sanity - - No CMS -css: - - SCSS -archetype: - - Blog -date: 2019-05-10T13:57:28.000Z -description: Ampersand is a Medium inspired blogging theme. -stale: false -weight: 5 ---- diff --git a/content/theme/stackbit-azimuth-unibit.md b/content/theme/stackbit-azimuth-unibit.md deleted file mode 100644 index 495cb1dc2..000000000 --- a/content/theme/stackbit-azimuth-unibit.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Azimuth -layout: single -github: https://github.com/stackbit-themes/azimuth-unibit -demo: https://themes.stackbit.com/demos/azimuth?themeBarHidden=true -author: Stackbit -ssg: - - Unibit - - Hugo - - Gatsby - - Jekyll - - Next -cms: - - Contentful - - DatoCMS - - Forestry - - NetlifyCMS - - Sanity - - No CMS -css: - - SCSS -date: 2020-10-15T00:00:00.000Z -description: Azimuth is a sleek marketing theme for startup and product sites. -stale: false -weight: 4 ---- diff --git a/content/theme/stackbit-diy-unibit.md b/content/theme/stackbit-diy-unibit.md deleted file mode 100644 index 350fb20fe..000000000 --- a/content/theme/stackbit-diy-unibit.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: DIY -layout: single -github: https://github.com/stackbit-themes/diy-unibit -demo: https://themes.stackbit.com/demos/diy?themeBarHidden=true -author: Stackbit -ssg: - - Unibit - - Hugo - - Gatsby - - Jekyll - - Next -cms: - - Contentful - - DatoCMS - - Forestry - - NetlifyCMS - - Sanity - - No CMS -css: - - SCSS -date: 2020-11-10T00:00:00.000Z -description: DIY is a multi-page marketing theme with an advanced layout builder. -stale: false -weight: 1 ---- - -## Theme Features - -- Feature highlights -- Pricing page -- Pricing page -- Calls to action -- Product cards -- Blog & showcase -- Mobile responsive -- Customer testimonials - -### Super flexible template -You can create various sections for your landing page like testimonials, clients logotypes grid, pricing, team section, etc. - -### Comes with predefined colors and styles -You can pick from preselected colors and styles. Template styles include minimal, clasicc and bold. Pick what works best for your brand. diff --git a/content/theme/stackbit-exto-unibit.md b/content/theme/stackbit-exto-unibit.md deleted file mode 100644 index b6ae1d73c..000000000 --- a/content/theme/stackbit-exto-unibit.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Exto -layout: single -github: https://github.com/stackbit-themes/exto-unibit -demo: https://themes.stackbit.com/demos/exto?themeBarHidden=true -author: Stackbit -ssg: - - Unibit - - Hugo - - Gatsby - - Jekyll - - Next -cms: - - Contentful - - DatoCMS - - Forestry - - NetlifyCMS - - Sanity - - No CMS -css: - - SCSS -archetype: - - Portfolio - - Blog -date: 2019-05-23T18:26:16.000Z -description: Exto is portfolio and blog theme with a clean design. -weight: 2 -stale: false ---- diff --git a/content/theme/stackbit-fjord-unibit.md b/content/theme/stackbit-fjord-unibit.md deleted file mode 100644 index 6a2ab9127..000000000 --- a/content/theme/stackbit-fjord-unibit.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Fjord -layout: single -github: https://github.com/stackbit-themes/fjord-unibit -demo: https://themes.stackbit.com/demos/fjord?themeBarHidden=true -author: Stackbit -ssg: - - Unibit - - Hugo - - Gatsby - - Jekyll - - Next -cms: - - Contentful - - DatoCMS - - Forestry - - NetlifyCMS - - Sanity - - No CMS -css: - - SCSS -archetype: - - Blog -date: 2019-05-23T18:26:16.000Z -description: Fjord is a beautiful, minimal blog theme. -stale: false -weight: 3 ---- diff --git a/content/theme/stackbit-fresh-unibit.md b/content/theme/stackbit-fresh-unibit.md deleted file mode 100644 index 53f800d5a..000000000 --- a/content/theme/stackbit-fresh-unibit.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Fresh -layout: single -github: https://github.com/stackbit-themes/fresh-unibit -demo: https://themes.stackbit.com/demos/fresh?themeBarHidden=true -author: Stackbit -ssg: - - Unibit - - Hugo - - Gatsby - - Jekyll - - Next -cms: - - Contentful - - DatoCMS - - Forestry - - NetlifyCMS - - Sanity - - No CMS -css: - - SCSS -archetype: - - Blog -date: 2019-05-23T18:26:16.000Z -description: Fresh is a personal theme with a blog for Stackbit -stale: false -weight: 8 ---- diff --git a/content/theme/stackbit-libris-unibit.md b/content/theme/stackbit-libris-unibit.md deleted file mode 100644 index 0f68c2679..000000000 --- a/content/theme/stackbit-libris-unibit.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Libris -layout: single -github: https://github.com/stackbit-themes/libris-unibit -demo: https://themes.stackbit.com/demos/libris?themeBarHidden=true -author: Stackbit -ssg: - - Unibit - - Hugo - - Gatsby - - Jekyll - - Next -cms: - - Contentful - - DatoCMS - - Forestry - - NetlifyCMS - - Sanity - - No CMS -css: - - SCSS -archetype: - - Documentation -date: 2019-05-23T18:31:33.000Z -description: Libris is a documentation theme -stale: false -weight: 6 -disabled_reason: demo url not found ---- diff --git a/content/theme/stackbit-starter-unibit.md b/content/theme/stackbit-starter-unibit.md deleted file mode 100644 index 80ef8c747..000000000 --- a/content/theme/stackbit-starter-unibit.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Starter Stackbit -layout: single -github: https://github.com/stackbit-themes/starter-unibit -demo: https://themes.stackbit.com/demos/starter?themeBarHidden=true -author: Stackbit -ssg: - - Unibit - - Hugo - - Gatsby - - Jekyll - - Next -cms: - - Contentful - - DatoCMS - - Forestry - - NetlifyCMS - - Sanity - - No CMS -css: - - SCSS -date: 2019-05-23T18:26:16.000Z -description: A developer focused starter theme for Stackbit. -stale: false -weight: 5 ---- diff --git a/content/theme/stackbit-vanilla-unibit.md b/content/theme/stackbit-vanilla-unibit.md deleted file mode 100644 index 665c6fa1e..000000000 --- a/content/theme/stackbit-vanilla-unibit.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Vanilla -layout: single -github: https://github.com/stackbit-themes/vanilla-unibit -demo: https://themes.stackbit.com/demos/vanilla?themeBarHidden=true -author: Stackbit -ssg: - - Unibit - - Hugo - - Gatsby - - Jekyll - - Next -cms: - - Contentful - - DatoCMS - - Forestry - - NetlifyCMS - - Sanity - - No CMS -css: - - SCSS -date: 2019-05-23T18:26:16.000Z -description: Vanilla a vanilla theme for Stackbit -stale: false -weight: 9 ---- diff --git a/content/theme/statiq-kontent-boilerplate.md b/content/theme/statiq-kontent-boilerplate.md index 06075523d..ee0a9fbaf 100644 --- a/content/theme/statiq-kontent-boilerplate.md +++ b/content/theme/statiq-kontent-boilerplate.md @@ -8,12 +8,12 @@ ssg: cms: - Kontent date: 2020-12-01T00:00:00.000Z -archetype: - - Multi Purpose description: >- Boilerplate utilizing Statiq and Kentico Kontent to provide a starting point in the Jamstack world for .NET developers. stale: false +disabled: true +disabled_reason: demo url not found --- # Statiq boilerplate for Kontent diff --git a/content/theme/stellar.md b/content/theme/stellar.md new file mode 100644 index 000000000..8716d8d11 --- /dev/null +++ b/content/theme/stellar.md @@ -0,0 +1,29 @@ +--- +title: "Stellar" +github: https://github.com/ekmas/stellar +demo: https://stellar-theme.netlify.app/ +author: Samuel Breznjak +date: 2024-04-21 +ssg: + - Astro +cms: + - No CMS +css: + - Tailwind +archetype: + - Documentation +description: Modern type-safe documentation theme for Astro. +--- + +# Features + +- Astro v4 +- Dark mode +- I18n (type safe) +- MD & MDX support +- Search powered by fuse.js +- Tailwind styling +- View transitions API +- Responsive & SEO-friendly +- Shiki code syntax styling +- Custom import path diff --git a/content/theme/story.md b/content/theme/story.md index 2138d6235..b907ae080 100644 --- a/content/theme/story.md +++ b/content/theme/story.md @@ -12,5 +12,7 @@ description: >- Beautiful responsive Hugo blog theme focused on simplicity and elegance, with many extra features including presentations, math typesetting, music notation, and search. -stale: true +stale: false +disabled: true +disabled_reason: error checking demo url --- diff --git a/content/theme/storyblok-gridsome-boilerplate-moon.md b/content/theme/storyblok-gridsome-boilerplate-moon.md index 1f1af2f83..d9179b00f 100644 --- a/content/theme/storyblok-gridsome-boilerplate-moon.md +++ b/content/theme/storyblok-gridsome-boilerplate-moon.md @@ -9,7 +9,7 @@ cms: - Storyblok date: 2020-05-20T00:00:00.000Z description: Gridsome Website by Storyblok -stale: false +stale: true ---

diff --git a/content/theme/streamer-theme.md b/content/theme/streamer-theme.md index 29eb680dd..9d34820cb 100644 --- a/content/theme/streamer-theme.md +++ b/content/theme/streamer-theme.md @@ -9,7 +9,7 @@ cms: - No CMS date: 2019-10-14T16:19:53.000Z description: Theme for streamer websites -stale: true +stale: false disabled: true disabled_reason: error checking demo url --- diff --git a/content/theme/supply.md b/content/theme/supply.md new file mode 100644 index 000000000..459b9ac65 --- /dev/null +++ b/content/theme/supply.md @@ -0,0 +1,35 @@ +--- +title: Supply +github: https://github.com/YJPL/supply +demo: https://supply.templates.supply +author: YJPL +date: 2023-01-17T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +archetype: + - Ecommerce + - Blog +description: Supply, a Jekyll e-commere theme built for Gumroad users. +stale: false +--- + +# A simple e-commerce theme for Jekyll + Gumroad + +Supply is an e-commerce template for Jekyll with Gumroad integration, designed with Tachyons CSS. +If you are a Gumroad creator, you can use Supply with Jekyll to display products within your site or blog. + +## Features + +* List & display products, thanks to Jekyll's collections +* Take payment online using Gumroad +* Contact form with formcarry +* Map with Leaflet +* jekyll-archives to build and sort through categories & tags pages +* Custom variables +* RSS/Atom feed +* SEO tags +* Microdata markup +* Gulp + Browsersync for fast development +* Built-in site search diff --git a/content/theme/tailieubkhn.md b/content/theme/tailieubkhn.md new file mode 100644 index 000000000..2c9a412a4 --- /dev/null +++ b/content/theme/tailieubkhn.md @@ -0,0 +1,25 @@ +--- +title: tailieubkhn convert theme +github: https://github.com/piandhust/tailieubkhn +demo: https://piandhust.github.io/tailieubkhn/ +author: trannguyenhan +date: 2021-10-24T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +css: + - Bootstrap +archetype: + - Personal +description: >- + If you want convert your website domain to domain github page, will use my + product. +stale: true +--- + +## Features + +* Use github page is backyard of your website +* Domain from github page will convert to your website, if it too long you will short it with tool short link in internet +* Easy to setup diff --git a/content/theme/tanstack-chat.md b/content/theme/tanstack-chat.md new file mode 100644 index 000000000..d5542489d --- /dev/null +++ b/content/theme/tanstack-chat.md @@ -0,0 +1,52 @@ +--- +title: TanStack Chat Template +github: https://github.com/netlify-templates/tanstack-template +demo: https://tanstack-starter.netlify.app/ +author: Netlify +date: 2025-03-19 +ssg: + - TanStack +cms: + - No CMS +css: + - Tailwind +archetype: + - Other +description: A modern chat template built with TanStack Router, Claude AI, Sentry, and Convex integrations, featuring a clean and responsive interface. +featured: true +netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/tanstack-template +--- + +A modern chat template built with TanStack Router, Claude AI, Sentry, and Convex integrations, featuring a clean and responsive interface. + +## Features + +### AI Capabilities +- 🤖 Powered by Claude 3.5 Sonnet +- 📝 Rich markdown formatting with syntax highlighting +- 🎯 Customizable system prompts for tailored AI behavior +- 🔄 Real-time message updates and streaming responses + +### User Experience +- 🎨 Modern UI with Tailwind CSS and Lucide icons +- 🔍 Conversation management +- 🔐 API key management +- 📋 Markdown rendering with code highlighting + +## Architecture + +### Tech Stack +- **Frontend Framework**: React 19 with TanStack Start +- **Routing**: TanStack Router +- **State Management**: TanStack Store +- **Database**: Convex (optional) +- **Styling**: Tailwind CSS 4 +- **AI Integration**: Anthropic's Claude API +- **Build Tool**: Vite 6 with Vinxi + +### Prerequisites + +- [Node.js](https://nodejs.org/) v20.9+ +- (optional) [nvm](https://github.com/nvm-sh/nvm) for Node version management +- [Anthropic Claude API](https://www.anthropic.com/api) +- (optional) [Convex Account](https://dashboard.convex.dev/signup) for database storage \ No newline at end of file diff --git a/content/theme/tao.md b/content/theme/tao.md new file mode 100644 index 000000000..58b308305 --- /dev/null +++ b/content/theme/tao.md @@ -0,0 +1,29 @@ +--- +title: Tao +github: https://github.com/vfvong/jekyll-theme-tao +demo: https://vfvong.blog/jekyll-theme-tao/ +author: Song-Zi Vong +date: 2022-03-23T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +css: + - SCSS +archetype: + - Blog +description: A content-first minimalist Jekyll theme for blogs. +stale: false +--- + +Tao is a content-first minimalist Jekyll theme for blogs. + +## Highlight Features + +- Support the CSS resets [Normalize](https://github.com/necolas/normalize.css) +- Support [Font Awesome](https://fontawesome.com/) +- Support [MathJax](https://www.mathjax.org/) +- Support [Disqus](https://disqus.com/) +- Support [Google Analytics 4](https://analytics.google.com/analytics/web/) +- Light and dark mode, via [`prefers-color-scheme`](https://web.dev/prefers-color-scheme/) +- Archive pages implemented in pure [Liquid](https://shopify.github.io/liquid/) diff --git a/content/theme/the-interesting-times.md b/content/theme/the-interesting-times.md index e126702fb..81501fdb3 100644 --- a/content/theme/the-interesting-times.md +++ b/content/theme/the-interesting-times.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-10-06T21:10:52.000Z description: The Interesting Times Theme for Jekyll -stale: false +stale: true --- diff --git a/content/theme/theme-nextjs-bea.md b/content/theme/theme-nextjs-bea.md new file mode 100644 index 000000000..0da724760 --- /dev/null +++ b/content/theme/theme-nextjs-bea.md @@ -0,0 +1,56 @@ +--- +title: Prezly Bea Theme +github: https://github.com/prezly/theme-nextjs-bea +demo: https://theme-nextjs-bea-the-good-newsroom.vercel.app/ +author: Prezly +date: 2022-04-06T00:00:00.000Z +ssg: + - Next +cms: + - No CMS +archetype: + - Blog +description: News site built with NextJS, Typescript and Prezly SDK +stale: false +--- + + +Deploy the example using [Vercel](https://vercel.com) or [Netlify](https://www.netlify.com/): + +| Vercel | Netlify | +| ------------- | ------------- | +| [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/prezly/theme-nextjs-bea) | [![Netlify Deploy button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/prezly/theme-nextjs-bea) | + +### Scripts in package.json + +In addition to regular Next scripts, we provide some scripts to help with code-styling checks. +This repo is configured with GitHub workflows to run linter checks on every push, but you can also run these checks locally, along with TypeScript checks, by running this script: +```Shell +npm run check +``` + +Prettier is configured to be managed by ESLint, but you can always run it separately with `npm run prettier` to check code-style, or with `npm run prettier:fix` to auto-fix code-style issues in the project. + +## Documentation + +### Business logic + +The data layer is abstracted by [Prezly Theme Kit]. You can get more info on it in the repo README. + +Logic for content display is based heavily on [Prezly Theme Starter]. Check it out if you only want to see the bare minimum required to display data from Prezly newsrooms. + +### Testing/Token + +To ease with development we have created a few sample newsrooms in different categories: + +* **The Good Newsroom** [(preview on vercel)](https://theme-nextjs-bea-the-good-newsroom.vercel.app/): A newsroom filled with good news +* **Cookbook** [(preview on vercel)](https://theme-nextjs-bea-cookbook.vercel.app/): Recipes shared by the Prezly team +* **Anonymous Photographer** [(preview on vercel)](https://theme-nextjs-bea-photography.vercel.app/): Pictures from a photographer. Combination of albums and imagery + +A list of tokens/newsroom uuids that can be used to kickstart the theme. + +| Name | API Token | Newsroom UUID | +|---|---|---| +| Good Newsroom | `HKcab_nEbab_a7b2fe3a3465d3729772fa5381800ab5a0c30d8d` | `578e78e9-9a5b-44ad-bda2-5214895ee036` | +| Cookbook | `TKcab_nEbab_28432b75d3a85a826e51cd0b502a3d76acf98d19` | `9d90b2c1-aed9-4415-a9fb-82dd3a2a1b52` | +| Anonymous Photographer | `SKcab_nEbab_0b63a6dd0b09286cc99fab93e6e80bfd9aecfbb5` | `ce8299f6-a293-41df-8ffc-1c064d4401bc` | diff --git a/content/theme/timer-hugo.md b/content/theme/timer-hugo.md deleted file mode 100644 index ad1f05d7f..000000000 --- a/content/theme/timer-hugo.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Timer -github: https://github.com/themefisher/timer-hugo -demo: https://themes.gohugo.io/theme/timer-hugo/ -author: Themefisher -ssg: - - Hugo -cms: - - No Cms -date: 2018-07-15T10:07:51.000Z -description: Timer Template Hugo Version by themefisher -stale: false ---- \ No newline at end of file diff --git a/content/theme/tokyo-gozer.md b/content/theme/tokyo-gozer.md new file mode 100644 index 000000000..9edbb7d14 --- /dev/null +++ b/content/theme/tokyo-gozer.md @@ -0,0 +1,29 @@ +--- +title: "Tokyo" +github: https://github.com/htejera/tokyo-gozer/ +demo: https://tokyo-gozer.surge.sh +author: htejera +date: 2024-03-14 +ssg: + - Gozer +cms: + - No CMS +css: + - Chota +archetype: + - Blog + - Portfolio +description: This is a simple HTML template for Gozer. It's clean and straightforward, with no frills. Just your content. +--- + +# A minimalist template for Gozer + +This is a simple HTML template for Gozer. It's clean and straightforward, with no frills. Just your content. +It does not have support for pagination or tags. Chota v0.9.2 is used. + +## Features + +* Blog Home +* Blog post +* Dark mode +* RSS diff --git a/content/theme/tradly.md b/content/theme/tradly.md new file mode 100644 index 000000000..8ef938279 --- /dev/null +++ b/content/theme/tradly.md @@ -0,0 +1,34 @@ +--- +title: Butterflies +github: https://github.com/TRADLY-PLATFORM/Butterflies +demo: https://watchtracker.vercel.app/ +author: Tradly.app +date: 2021-11-18T00:00:00.000Z +ssg: + - Next +cms: + - No CMS +css: + - Tailwind +archetype: + - Ecommerce + - Business +description: This is an amazing theme and this is a small description about it! +stale: false +--- + +# Free NextJS + Tailwind Kit for Marketplace + +This theme is a almost complete e-commerce and marketplace website. Especially suited for event marketplace. This code is a growing codebase, so every few days you will get new features update. + +You can use this for booking based event marketplaces. And also commenting out the SELLER/SUPPLY side by using ONLY as a B2C Event booking site. + +## Features + +- Content served from [Tradly Headless API](https://tradly.app) for marketplace/commerce +- NextJS latest Version 12 +- Tailwind, Mobile Responsive +- SEO Packed +- One click deployment for Vercel and Netlify +- Due to [Tradly JS sdk](https://www.npmjs.com/package/tradly) used, design are properly componentized. +- Production Ready diff --git a/content/theme/tufte.md b/content/theme/tufte.md new file mode 100644 index 000000000..aa47d48de --- /dev/null +++ b/content/theme/tufte.md @@ -0,0 +1,94 @@ +--- +title: Tufte +github: https://github.com/slashformotion/hugo-tufte +demo: https://slashformotion.github.io/hugo-tufte/ +author: Slashformotion, Shawn O'Hare +date: 2021-07-28T00:00:00.000Z +ssg: + - Hugo +cms: + - No CMS +description: Content centric Hugo blogging theme styled with Tufte-css. +stale: false +--- + +# Tufte Hugo Theme +[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](code_of_conduct.md) + +Hugo-Tufte is a minimalist blog-like theme for the +[static site generator Hugo](https://gohugo.io) that +attempts to be a faithful implementation of the +[Tufte-css](https://github.com/edwardtufte/tufte-css) project. +It supports mathematical typesetting via [katex](https://katex.org/). +By utilizing copious partial templates the theme is largely customizable. + +## State of Project + +This is a fork of the original [hugo-tufte](https://github.com/shawnohare/hugo-tufte). + +## Features + +### Math + +[Katex](https://katex.org/) renders LaTeX written inside of markdown files. LaTeX can be +written more or less as normal. Some examples: + +- This `$ \frac{1}{2} $` will be rendered inline. +- A simple displayed equation: `$$f(x, y) := e^{x^2 - y^2}.$$` + +There currently seems to be some weirdness with other environments, +such as the `aligned` environment (`align*` is not supported by katex). These environments will render provided +they are wrapped in `

` tags and blank lines. The snippet below should +render correctly. +``` +Let $G$ be a finite group with exponent $2$. Then every element is +an involution, hence for any $x$, $y$ in $G$ we have: + +

+\begin{aligned} + e &= (xy)^2 \\ + &=xyxy \implies \\ + y^{-1} &= xyx \implies \\ + y^{-1}x^{-1} &= xy, +\end{aligned*} +

+ +establishing that $G$ is abelian. +``` + +### Site Parameters + +The site specific parameters that this theme recognizes are: + +- `subtitle` string: This is displayed under the main title. +- `showPoweredBy` boolean: if true, display a shoutout to Hugo and this theme. +- `copyrightHolder` string: Inserts the value in the default copyright notice. +- `copyright` string: Custom copyright notice. + +### Page Parameters + +- `hideDate` boolean: if true, do not display a page date. When `meta` is set to + true, `hideDate` takes greater precedence. +- `hideReadTime` boolean: if true, do not display the page's reading time + estimate. When `meta` is set to true, `hideReadTime` takes greater precedence. +- `math` boolean: if true, try to render the page's LaTeX code using MatheJax. +- `meta` boolean: if true, display page metadata such as author, date, categories provided + these page parameters exist and are not overridden. Content in the `/post` directory, + (i.e., pages of type "post") ignore this parameter. +- `toc` boolean: if true, display the table of contents for the page. + +### Shortcodes + +This theme provides the following shortcodes in an attempt to completely +support all the features present in the +[Tufte-css](https://github.com/edwardtufte/tufte-css) project. + +- `blockquote` +- `div` +- `epigraph` +- `marginnote` +- `section` +- `sidenote` + +See the repo for more + diff --git a/content/theme/twentytwentyone.md b/content/theme/twentytwentyone.md index 345850413..2b331698c 100644 --- a/content/theme/twentytwentyone.md +++ b/content/theme/twentytwentyone.md @@ -7,13 +7,13 @@ date: 2019-01-21T00:00:00.000Z ssg: - Eleventy cms: - - NetlifyCMS + - DecapCMS css: - - TailwindCSS + - Tailwind archetype: - Blog description: This is a simple little blog with support for writing math -stale: false +stale: true --- # A simple theme for blogging diff --git a/content/theme/ubuild-jekyll.md b/content/theme/ubuild-jekyll.md index b2a1a8a9c..6f4d9b1fe 100644 --- a/content/theme/ubuild-jekyll.md +++ b/content/theme/ubuild-jekyll.md @@ -9,5 +9,5 @@ cms: - Forestry date: 2018-06-20T13:05:57.000Z description: A Jekyll theme designed to work with Forestry Blocks -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/ueno-gatsby-starter.md b/content/theme/ueno-gatsby-starter.md index f1fa09954..3f7e611d4 100644 --- a/content/theme/ueno-gatsby-starter.md +++ b/content/theme/ueno-gatsby-starter.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-10-03T14:38:07.000Z description: Opinionated Gatsby starter by Ueno. -stale: false +stale: true --- diff --git a/content/theme/urban.md b/content/theme/urban.md new file mode 100644 index 000000000..5c595e4c8 --- /dev/null +++ b/content/theme/urban.md @@ -0,0 +1,24 @@ +--- +title: Urban Theme +github: https://github.com/midzer/urban-theme +demo: https://midzer.github.io/urban-theme/ +author: midzer +date: 2021-12-16T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +archetype: + - Blog +description: Minimal jekyll theme for visual artists +stale: true +--- + +# Urban Theme + +This theme is a Jekyll port of http://erosie.net/ with some modifications. It is designed for visual artists. + +## Features + +* Lightweight +* No JavaScript diff --git a/content/theme/vhealth-gatsby.md b/content/theme/vhealth-gatsby.md index 979a83997..b8368be23 100644 --- a/content/theme/vhealth-gatsby.md +++ b/content/theme/vhealth-gatsby.md @@ -9,7 +9,7 @@ ssg: cms: - No Cms description: Modular and easy to use Gatsby template for a Healthcare Startup. -stale: false +stale: true --- # Easy to use gatsby template for a healthcare startup. diff --git a/content/theme/vuepress-theme-canvas.md b/content/theme/vuepress-theme-canvas.md index 7688723d9..dc8b408c0 100644 --- a/content/theme/vuepress-theme-canvas.md +++ b/content/theme/vuepress-theme-canvas.md @@ -11,5 +11,5 @@ date: 2018-05-09T06:14:00.000Z description: Vuepress custom theme for blogging. See my blog as an example! stale: false disabled: true -disabled_reason: error checking demo url +disabled_reason: demo url not found --- diff --git a/content/theme/vuepress-theme-casper.md b/content/theme/vuepress-theme-casper.md index 651aa9bfd..c2d4c29cd 100644 --- a/content/theme/vuepress-theme-casper.md +++ b/content/theme/vuepress-theme-casper.md @@ -8,9 +8,9 @@ ssg: cms: - DatoCMS - Contentful - - NetlifyCMS + - DecapCMS - Forestry date: 2018-08-26T09:29:18.000Z description: Ghost default theme ported to vuepress -stale: false +stale: true --- diff --git a/content/theme/vuepress-theme-mediumish.md b/content/theme/vuepress-theme-mediumish.md index 4edec3811..e5aba9a6a 100644 --- a/content/theme/vuepress-theme-mediumish.md +++ b/content/theme/vuepress-theme-mediumish.md @@ -9,7 +9,7 @@ cms: - No Cms date: 2020-04-08T17:50:17.000Z description: ':mediumish: A blog theme for Vuepress' -stale: false +stale: true --- This is a free VuePress Bootstrap Blogging Theme, Medium styled, fully featured: multi author, search, categories, newsletter, Disqus, RSS, sitemap, TOC, Prism, 100% Github pages compatible, ready for automatic deployment. \ No newline at end of file diff --git a/content/theme/vuepress-theme-meteorlxy.md b/content/theme/vuepress-theme-meteorlxy.md index 230cc2c63..0b5fe8467 100644 --- a/content/theme/vuepress-theme-meteorlxy.md +++ b/content/theme/vuepress-theme-meteorlxy.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2018-05-09T08:49:11.000Z description: ':sparkling_heart: VuePress Blog Theme - Meteorlxy' -stale: false +stale: true --- diff --git a/content/theme/vuepress-theme-ououe.md b/content/theme/vuepress-theme-ououe.md index 43bca4442..d123752bc 100644 --- a/content/theme/vuepress-theme-ououe.md +++ b/content/theme/vuepress-theme-ououe.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-02-23T04:18:48.000Z description: A blog theme for VuePress -stale: false +stale: true --- diff --git a/content/theme/vuepress-theme-resume.md b/content/theme/vuepress-theme-resume.md index 83c120519..caae34b9a 100644 --- a/content/theme/vuepress-theme-resume.md +++ b/content/theme/vuepress-theme-resume.md @@ -9,5 +9,7 @@ cms: - No Cms date: 2018-06-03T07:19:01.000Z description: 🐈 书写简洁优雅的前端程序员 markdown 简历,由 vuepress 驱动 -stale: true +stale: false +disabled: true +disabled_reason: demo url not found --- diff --git a/content/theme/vuepress-theme-simple.md b/content/theme/vuepress-theme-simple.md index 9b48015fe..4830fc973 100644 --- a/content/theme/vuepress-theme-simple.md +++ b/content/theme/vuepress-theme-simple.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2019-02-02T03:15:40.000Z description: ✏️ Very Simple Blog Theme for VuePress -stale: false +stale: true --- diff --git a/content/theme/vuepress-theme-yubisaki.md b/content/theme/vuepress-theme-yubisaki.md index 27cd1421e..e53ba11be 100644 --- a/content/theme/vuepress-theme-yubisaki.md +++ b/content/theme/vuepress-theme-yubisaki.md @@ -11,5 +11,5 @@ date: 2018-04-21T17:50:17.000Z description: ':sparkles: A blog theme for vuepress' stale: true disabled: true -disabled_reason: error checking demo url +disabled_reason: demo url connection refused --- diff --git a/content/theme/waffel.md b/content/theme/waffel.md index 233ea5437..41564b793 100644 --- a/content/theme/waffel.md +++ b/content/theme/waffel.md @@ -11,5 +11,5 @@ date: 2015-04-07T12:17:22.000Z description: >- Yet another static generator, here to help you with more concrete use cases than just your personal blog. -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/will-jekyll-template.md b/content/theme/will-jekyll-template.md index 7f38faff8..eddc416ca 100644 --- a/content/theme/will-jekyll-template.md +++ b/content/theme/will-jekyll-template.md @@ -9,5 +9,5 @@ cms: - No Cms date: 2015-08-04T06:35:46.000Z description: A simple Jekyll theme. -stale: false +stale: true --- \ No newline at end of file diff --git a/content/theme/wind-theme.md b/content/theme/wind-theme.md new file mode 100644 index 000000000..8dfedb9a9 --- /dev/null +++ b/content/theme/wind-theme.md @@ -0,0 +1,50 @@ +--- +title: Wind +github: https://github.com/a-chacon/wind +demo: https://wind-site-a-chacon-6a52e6cfd07a698368129fcdb6001ca6dc9154381681.gitlab.io/ +author: a-chacon +date: 2023-11-1T00:00:00.000Z +ssg: + - Jekyll +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog + - Personal +description: Wind is a clean, minimalistic Jekyll theme designed to offer a delightful blogging experience. +stale: false +--- + +# Wind: A Minimalistic, Simple, and Beautiful Blogging Theme + +Wind is a clean, minimalistic Jekyll theme designed to offer a delightful blogging experience. With a focus on simplicity and aesthetics, Wind brings an elegant touch to your blog or personal website. + +## Features + +1. **Responsive Design:** Wind offers a thoughtfully crafted responsive design that ensures your blog looks stunning and functions flawlessly on a variety of devices, including desktops, tablets, and smartphones. Your content remains accessible and visually appealing, no matter how your audience chooses to engage with it. + +2. **Blog-Centric Focus:** Wind is tailored for bloggers, putting the spotlight on your content. Its clean and minimalistic design highlights your articles, providing readers with an uncluttered and immersive reading experience. + +3. **Tags Page:** Easily categorize and organize your blog posts using tags. Wind includes a dedicated Tags page that allows your readers to find and explore posts by tag, making content discovery and navigation a breeze. + +4. **Disqus Integration:** Engage with your audience through the built-in Disqus commenting system. Enable discussions on your blog posts to encourage interaction, receive feedback, and foster a sense of community. + +5. **Customizable Head Section:** Wind empowers you to customize the theme's `` section, enabling you to insert various scripts, such as Google Analytics, social media meta tags, or any other third-party integrations you require to enhance your website's functionality and insights. + +6. **Dark Mode:** Wind provides a dark mode feature, allowing readers to switch to a more comfortable reading experience in low-light conditions. Enhance accessibility and cater to different user preferences effortlessly. + +7. **Go Up Button:** Enhance user navigation with the "Go Up" button. This feature enables users to quickly return to the top of the page, offering a convenient and user-friendly browsing experience. + +8. **Social Media Integration:** Seamlessly link your social media profiles to your blog, making it simple for your readers to connect with you on various platforms. Enhance your online presence and grow your social media following by leveraging Wind's integrated social media links. + +9. **SEO Optimized:** Wind is designed with search engine optimization (SEO) in mind. Its clean code, structured metadata, and user-friendly URL structure help improve your blog's visibility on search engines, driving organic traffic to your site. + +10. **Cross-Browser Compatibility:** Ensure your blog looks and performs consistently across a wide range of web browsers, providing an optimal experience for all visitors. + +11. **Accessibility Features:** Wind adheres to accessibility best practices, ensuring that your content is accessible to users with disabilities. This inclusivity enhances the reach and usability of your blog. + +12. **RSS Feed Support:** Wind includes RSS feed support, allowing your readers to subscribe to your blog and receive updates when new content is published. + +13. **Author Profile:** Personalize your blog by adding an author profile section, allowing you to share information about yourself and connect with your audience on a more personal level. diff --git a/content/theme/yanbt.md b/content/theme/yanbt.md new file mode 100644 index 000000000..8c4cb06cd --- /dev/null +++ b/content/theme/yanbt.md @@ -0,0 +1,28 @@ +--- +title: "YANBT (Yet Another Nuxt Blog Theme)" +github: https://github.com/kokamkarsahil/yanbt +demo: https://yanbt.netlify.app/ +author: Sahil +date: 2024-03-17 +ssg: + - Nuxt +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog +description: A simple blog theme. Built using nuxt3 and nuxt content. + +--- + +# Simple blog theme. Built using nuxt3 and nuxt content. + +A lightweight, easy to customize and use theme. Easily hostable on any static hosting, platform. Content can be managed via Markdown with Nuxt studio support. + +## Features: +- Easy Setup +- Write post in markdown with MDC support thanks to [nuxt/content](https://github.com/nuxt/content) +- Auto generate og:image using Satori thanks to [nuxt-seo-kit](https://github.com/harlan-zw/nuxt-seo-kit) +- Image optimization using Nuxt image +- Auto generated RSS Feed and sitemaps \ No newline at end of file diff --git a/data/errors.json b/data/errors.json index 0637a088a..7016f3328 100644 --- a/data/errors.json +++ b/data/errors.json @@ -1 +1,22 @@ -[] \ No newline at end of file +[ + { + "theme_key": "obaez-dentistsmile", + "file": "dentistsmile.md", + "repoUrl": "https://github.com/obaez/dentistsmile", + "error": "Github repo not found, status: 404" + }, + { + "theme_key": "hugo-sid-hugo-blog-awesome", + "file": "hugo-blog-awesome.md", + "repoUrl": "https://github.com/hugo-sid/hugo-blog-awesome", + "demoUrl": "https://hugo-blog-awesome.netlify.app/", + "error": "demo url not found" + }, + { + "theme_key": "obaez-dentistsmile", + "file": "dentistsmile.md", + "repoUrl": "https://github.com/obaez/dentistsmile", + "demoUrl": "https://obaez.com/dentistsmile/", + "error": "error checking demo url" + } +] \ No newline at end of file diff --git a/data/social.json b/data/social.json deleted file mode 100644 index d09628754..000000000 --- a/data/social.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/stackbit", - "image": "images/social/twitter.svg" - }, - { - "name": "github", - "url": "https://github.com/stackbit/jamstackthemes", - "image": "images/social/github.svg" - } - ] -} \ No newline at end of file diff --git a/data/stackbit.json b/data/stackbit.json index a445f8482..9e26dfeeb 100644 --- a/data/stackbit.json +++ b/data/stackbit.json @@ -1,2906 +1 @@ -{ - "2-rec-hugo-myportfolio-theme": { - "theme_key": "2-rec-hugo-myportfolio-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/2-REC/hugo-myportfolio-theme&ssg=hugo" - }, - "416serg-gatsby-starter-lightbox": { - "theme_key": "416serg-gatsby-starter-lightbox", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/416serg/gatsby-starter-lightbox&ssg=gatsby" - }, - "aanupam23-hugo-sugoi": { - "theme_key": "aanupam23-hugo-sugoi", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/aanupam23/hugo-sugoi&ssg=hugo" - }, - "abhinavs-cookie": { - "theme_key": "abhinavs-cookie", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/abhinavs/cookie&ssg=jekyll" - }, - "abhinavs-moonwalk": { - "theme_key": "abhinavs-moonwalk", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/abhinavs/moonwalk&ssg=jekyll" - }, - "abhn-soot-spirits": { - "theme_key": "abhn-soot-spirits", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/abhn/Soot-Spirits&ssg=jekyll" - }, - "abhn-wall-e": { - "theme_key": "abhn-wall-e", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/abhn/Wall-E&ssg=jekyll" - }, - "achary-engimo": { - "theme_key": "achary-engimo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/achary/engimo&ssg=hugo" - }, - "act-labs-gatsby-starter-act-blog": { - "theme_key": "act-labs-gatsby-starter-act-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/act-labs/gatsby-starter-act-blog&ssg=gatsby" - }, - "adityatelange-hugo-papermod": { - "theme_key": "adityatelange-hugo-papermod", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/adityatelange/hugo-PaperMod&ssg=hugo" - }, - "adueck-cayman-blog": { - "theme_key": "adueck-cayman-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/adueck/cayman-blog&ssg=jekyll" - }, - "adueck-good-clean-read": { - "theme_key": "adueck-good-clean-read", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/adueck/good-clean-read&ssg=jekyll" - }, - "aerohub-hugo-faq-theme": { - "theme_key": "aerohub-hugo-faq-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/aerohub/hugo-faq-theme&ssg=hugo" - }, - "aerohub-hugo-identity-theme": { - "theme_key": "aerohub-hugo-identity-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/aerohub/hugo-identity-theme&ssg=hugo" - }, - "aerohub-hugo-orbit-theme": { - "theme_key": "aerohub-hugo-orbit-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/aerohub/hugo-orbit-theme&ssg=hugo" - }, - "aerohub-hugrid": { - "theme_key": "aerohub-hugrid", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/aerohub/hugrid&ssg=hugo" - }, - "agility-agility-gatsby-starter": { - "theme_key": "agility-agility-gatsby-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/agility/agility-gatsby-starter&ssg=gatsby" - }, - "agusmakmun-agusmakmun.github.io": { - "theme_key": "agusmakmun-agusmakmun.github.io", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/agusmakmun/agusmakmun.github.io&ssg=jekyll" - }, - "aigarsdz-brume": { - "theme_key": "aigarsdz-brume", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/aigarsdz/brume&ssg=jekyll" - }, - "ajayns-gatsby-absurd": { - "theme_key": "ajayns-gatsby-absurd", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ajayns/gatsby-absurd&ssg=gatsby" - }, - "aksakalli-jekyll-doc-theme": { - "theme_key": "aksakalli-jekyll-doc-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/aksakalli/jekyll-doc-theme&ssg=jekyll" - }, - "akzhy-gatsby-starter-elemental": { - "theme_key": "akzhy-gatsby-starter-elemental", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/akzhy/gatsby-starter-elemental&ssg=gatsby" - }, - "alainpham-alainpham.github.io": { - "theme_key": "alainpham-alainpham.github.io", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/alainpham/alainpham.github.io&ssg=jekyll" - }, - "alanorth-hugo-theme-bootstrap4-blog": { - "theme_key": "alanorth-hugo-theme-bootstrap4-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/alanorth/hugo-theme-bootstrap4-blog&ssg=hugo" - }, - "alex-shpak-hugo-book": { - "theme_key": "alex-shpak-hugo-book", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/alex-shpak/hugo-book&ssg=hugo" - }, - "alexanderussell-progress-for-jekyll": { - "theme_key": "alexanderussell-progress-for-jekyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/alexanderussell/progress-for-jekyll&ssg=jekyll" - }, - "alexcarpenter-butane-jekyll-theme": { - "theme_key": "alexcarpenter-butane-jekyll-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/alexcarpenter/butane-jekyll-theme&ssg=jekyll" - }, - "alexfinn-simple-a": { - "theme_key": "alexfinn-simple-a", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/AlexFinn/simple-a&ssg=hugo" - }, - "alixedi-typewriter": { - "theme_key": "alixedi-typewriter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/alixedi/typewriter&ssg=jekyll" - }, - "allnightgrocery-hugo-theme-blueberry-detox": { - "theme_key": "allnightgrocery-hugo-theme-blueberry-detox", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/allnightgrocery/hugo-theme-blueberry-detox&ssg=hugo" - }, - "alperenbozkurt-jblog": { - "theme_key": "alperenbozkurt-jblog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/alperenbozkurt/JBlog&ssg=jekyll" - }, - "altcointrading-trading": { - "theme_key": "altcointrading-trading", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/altcointrading/trading&ssg=jekyll" - }, - "alxshelepenok-gatsby-starter-lumen": { - "theme_key": "alxshelepenok-gatsby-starter-lumen", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/alxshelepenok/gatsby-starter-lumen&ssg=gatsby" - }, - "amandeepmittal-gatsby-bulma-quickstart": { - "theme_key": "amandeepmittal-gatsby-bulma-quickstart", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/amandeepmittal/gatsby-bulma-quickstart&ssg=gatsby" - }, - "ammarjabakji-gatsby-markdown-blog-starter": { - "theme_key": "ammarjabakji-gatsby-markdown-blog-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ammarjabakji/gatsby-markdown-blog-starter&ssg=gatsby" - }, - "andrewbanchich-forty-jekyll-theme": { - "theme_key": "andrewbanchich-forty-jekyll-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/andrewbanchich/Forty-Jekyll-Theme&ssg=jekyll" - }, - "andrewhwanpark-dark-poole": { - "theme_key": "andrewhwanpark-dark-poole", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/andrewhwanpark/dark-poole&ssg=jekyll" - }, - "andykenward-gatsby-starter-default-typescript": { - "theme_key": "andykenward-gatsby-starter-default-typescript", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/andykenward/gatsby-starter-default-typescript&ssg=gatsby" - }, - "angelostavrow-indigo": { - "theme_key": "angelostavrow-indigo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/AngeloStavrow/indigo&ssg=hugo" - }, - "ankitsultana-accent": { - "theme_key": "ankitsultana-accent", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ankitsultana/accent&ssg=jekyll" - }, - "ankitsultana-chaplin": { - "theme_key": "ankitsultana-chaplin", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ankitsultana/Chaplin&ssg=jekyll" - }, - "ankitsultana-researcher": { - "theme_key": "ankitsultana-researcher", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ankitsultana/researcher&ssg=jekyll" - }, - "anna-morawska-gatsby-material-design-for-bootstrap": { - "theme_key": "anna-morawska-gatsby-material-design-for-bootstrap", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anna-morawska/gatsby-material-design-for-bootstrap&ssg=gatsby" - }, - "anoun-gatsby-starter-material-business-markdown": { - "theme_key": "anoun-gatsby-starter-material-business-markdown", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ANOUN/gatsby-starter-material-business-markdown&ssg=gatsby" - }, - "antonpolishko-hugo-stellar-theme": { - "theme_key": "antonpolishko-hugo-stellar-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/antonpolishko/hugo-stellar-theme&ssg=hugo" - }, - "anubhavsrivastava-gatsby-starter-aerial": { - "theme_key": "anubhavsrivastava-gatsby-starter-aerial", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anubhavsrivastava/gatsby-starter-aerial&ssg=gatsby" - }, - "anubhavsrivastava-gatsby-starter-casual": { - "theme_key": "anubhavsrivastava-gatsby-starter-casual", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anubhavsrivastava/gatsby-starter-casual&ssg=gatsby" - }, - "anubhavsrivastava-gatsby-starter-directive": { - "theme_key": "anubhavsrivastava-gatsby-starter-directive", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anubhavsrivastava/gatsby-starter-directive&ssg=gatsby" - }, - "anubhavsrivastava-gatsby-starter-eventually": { - "theme_key": "anubhavsrivastava-gatsby-starter-eventually", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anubhavsrivastava/gatsby-starter-eventually&ssg=gatsby" - }, - "anubhavsrivastava-gatsby-starter-fractal": { - "theme_key": "anubhavsrivastava-gatsby-starter-fractal", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anubhavsrivastava/gatsby-starter-fractal&ssg=gatsby" - }, - "anubhavsrivastava-gatsby-starter-grayscale": { - "theme_key": "anubhavsrivastava-gatsby-starter-grayscale", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anubhavsrivastava/gatsby-starter-grayscale&ssg=gatsby" - }, - "anubhavsrivastava-gatsby-starter-highlights": { - "theme_key": "anubhavsrivastava-gatsby-starter-highlights", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anubhavsrivastava/gatsby-starter-highlights&ssg=gatsby" - }, - "anubhavsrivastava-gatsby-starter-hyperspace": { - "theme_key": "anubhavsrivastava-gatsby-starter-hyperspace", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anubhavsrivastava/gatsby-starter-hyperspace&ssg=gatsby" - }, - "anubhavsrivastava-gatsby-starter-identity": { - "theme_key": "anubhavsrivastava-gatsby-starter-identity", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anubhavsrivastava/gatsby-starter-identity&ssg=gatsby" - }, - "anubhavsrivastava-gatsby-starter-multiverse": { - "theme_key": "anubhavsrivastava-gatsby-starter-multiverse", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anubhavsrivastava/gatsby-starter-multiverse&ssg=gatsby" - }, - "anubhavsrivastava-gatsby-starter-newage": { - "theme_key": "anubhavsrivastava-gatsby-starter-newage", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anubhavsrivastava/gatsby-starter-newage&ssg=gatsby" - }, - "anubhavsrivastava-gatsby-starter-overflow": { - "theme_key": "anubhavsrivastava-gatsby-starter-overflow", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anubhavsrivastava/gatsby-starter-overflow&ssg=gatsby" - }, - "anubhavsrivastava-gatsby-starter-paradigmshift": { - "theme_key": "anubhavsrivastava-gatsby-starter-paradigmshift", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anubhavsrivastava/gatsby-starter-paradigmshift&ssg=gatsby" - }, - "anubhavsrivastava-gatsby-starter-prologue": { - "theme_key": "anubhavsrivastava-gatsby-starter-prologue", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anubhavsrivastava/gatsby-starter-prologue&ssg=gatsby" - }, - "anubhavsrivastava-gatsby-starter-readonly": { - "theme_key": "anubhavsrivastava-gatsby-starter-readonly", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anubhavsrivastava/gatsby-starter-readonly&ssg=gatsby" - }, - "anubhavsrivastava-gatsby-starter-resume": { - "theme_key": "anubhavsrivastava-gatsby-starter-resume", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anubhavsrivastava/gatsby-starter-resume&ssg=gatsby" - }, - "anubhavsrivastava-gatsby-starter-solidstate": { - "theme_key": "anubhavsrivastava-gatsby-starter-solidstate", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anubhavsrivastava/gatsby-starter-solidstate&ssg=gatsby" - }, - "anubhavsrivastava-gatsby-starter-spectral": { - "theme_key": "anubhavsrivastava-gatsby-starter-spectral", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anubhavsrivastava/gatsby-starter-spectral&ssg=gatsby" - }, - "anubhavsrivastava-gatsby-starter-stylish": { - "theme_key": "anubhavsrivastava-gatsby-starter-stylish", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/anubhavsrivastava/gatsby-starter-stylish&ssg=gatsby" - }, - "app-generator-gatsbyjs-starter-tailwindplay": { - "theme_key": "app-generator-gatsbyjs-starter-tailwindplay", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/app-generator/gatsbyjs-starter-tailwindplay&ssg=gatsby" - }, - "appernetic-hugo-nederburg-theme": { - "theme_key": "appernetic-hugo-nederburg-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/appernetic/hugo-nederburg-theme&ssg=hugo" - }, - "apvarun-showfolio-hugo-theme": { - "theme_key": "apvarun-showfolio-hugo-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/apvarun/showfolio-hugo-theme&ssg=hugo" - }, - "arkadianriver-spectral": { - "theme_key": "arkadianriver-spectral", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/arkadianriver/spectral&ssg=jekyll" - }, - "aron-bordin-neo-hpstr-jekyll-theme": { - "theme_key": "aron-bordin-neo-hpstr-jekyll-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/aron-bordin/neo-hpstr-jekyll-theme&ssg=jekyll" - }, - "artemsheludko-adam-blog": { - "theme_key": "artemsheludko-adam-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/artemsheludko/adam-blog&ssg=jekyll" - }, - "artemsheludko-bef": { - "theme_key": "artemsheludko-bef", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/artemsheludko/bef&ssg=jekyll" - }, - "ashr81-gatsby-theme-profile-builder": { - "theme_key": "ashr81-gatsby-theme-profile-builder", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ashr81/gatsby-theme-profile-builder&ssg=gatsby" - }, - "aslammultidots-blogger": { - "theme_key": "aslammultidots-blogger", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/aslammultidots/blogger&ssg=gatsby" - }, - "aspirethemes-type": { - "theme_key": "aspirethemes-type", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/aspirethemes/type&ssg=jekyll" - }, - "avianto-hugo-kiera": { - "theme_key": "avianto-hugo-kiera", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/avianto/hugo-kiera&ssg=hugo" - }, - "avivero-gatsby-redux-starter": { - "theme_key": "avivero-gatsby-redux-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/AVivero/gatsby-redux-starter&ssg=gatsby" - }, - "aweekj-kiko-plus": { - "theme_key": "aweekj-kiko-plus", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/AWEEKJ/Kiko-plus&ssg=jekyll" - }, - "azmelanar-hugo-theme-pixyll": { - "theme_key": "azmelanar-hugo-theme-pixyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/azmelanar/hugo-theme-pixyll&ssg=hugo" - }, - "bagseye-bonneville": { - "theme_key": "bagseye-bonneville", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/bagseye/bonneville&ssg=gatsby" - }, - "bake-solar-theme-hugo": { - "theme_key": "bake-solar-theme-hugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/bake/solar-theme-hugo&ssg=hugo" - }, - "balaramadurai-hugo-travelify-theme": { - "theme_key": "balaramadurai-hugo-travelify-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/balaramadurai/hugo-travelify-theme&ssg=hugo" - }, - "baobabkoodaa-blog": { - "theme_key": "baobabkoodaa-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/baobabKoodaa/blog&ssg=gatsby" - }, - "baobabkoodaa-gatsby-starter-infinite-scroll": { - "theme_key": "baobabkoodaa-gatsby-starter-infinite-scroll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/baobabKoodaa/gatsby-starter-infinite-scroll&ssg=gatsby" - }, - "baobabkoodaa-gatsby-starter-photo-book": { - "theme_key": "baobabkoodaa-gatsby-starter-photo-book", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/baobabKoodaa/gatsby-starter-photo-book&ssg=gatsby" - }, - "barryclark-jekyll-now": { - "theme_key": "barryclark-jekyll-now", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/barryclark/jekyll-now&ssg=jekyll" - }, - "bawn92-sleek_blog": { - "theme_key": "bawn92-sleek_blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/bawn92/sleek_blog&ssg=jekyll" - }, - "ben-siewert-gatsby-starter-auth-aws-amplify": { - "theme_key": "ben-siewert-gatsby-starter-auth-aws-amplify", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ben-siewert/gatsby-starter-auth-aws-amplify&ssg=gatsby" - }, - "bencentra-centrarium": { - "theme_key": "bencentra-centrarium", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/bencentra/centrarium&ssg=jekyll" - }, - "benjamin-glitsos-gatsby-kea-starter": { - "theme_key": "benjamin-glitsos-gatsby-kea-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/benjamin-glitsos/gatsby-kea-starter&ssg=gatsby" - }, - "benjamingrobertson-gatsby-starter-accessibility": { - "theme_key": "benjamingrobertson-gatsby-starter-accessibility", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/benjamingrobertson/gatsby-starter-accessibility&ssg=gatsby" - }, - "benradford-slate-and-simple-jekyll-theme": { - "theme_key": "benradford-slate-and-simple-jekyll-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/benradford/Slate-and-Simple-Jekyll-Theme&ssg=jekyll" - }, - "bep-docuapi": { - "theme_key": "bep-docuapi", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/bep/docuapi&ssg=hugo" - }, - "billyjacoby-gatsby-react-bootstrap-starter": { - "theme_key": "billyjacoby-gatsby-react-bootstrap-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/billyjacoby/gatsby-react-bootstrap-starter&ssg=gatsby" - }, - "bit-ranger-blog": { - "theme_key": "bit-ranger-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/bit-ranger/blog&ssg=jekyll" - }, - "bjacquemet-personal-web": { - "theme_key": "bjacquemet-personal-web", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/bjacquemet/personal-web&ssg=hugo" - }, - "blakenoll-gatsby-starter-styled-components": { - "theme_key": "blakenoll-gatsby-starter-styled-components", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/blakenoll/gatsby-starter-styled-components&ssg=gatsby" - }, - "blankoworld-hugo_theme_adam_eve": { - "theme_key": "blankoworld-hugo_theme_adam_eve", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/blankoworld/hugo_theme_adam_eve&ssg=hugo" - }, - "bluepeter-gatsby-material-ui-business-starter": { - "theme_key": "bluepeter-gatsby-material-ui-business-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/bluepeter/gatsby-material-ui-business-starter&ssg=gatsby" - }, - "borekb-gatsby-starter-mobx": { - "theme_key": "borekb-gatsby-starter-mobx", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/borekb/gatsby-starter-mobx&ssg=gatsby" - }, - "boywithsilverwings-gatsby-blog-starter": { - "theme_key": "boywithsilverwings-gatsby-blog-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/BoyWithSilverWings/gatsby-blog-starter&ssg=gatsby" - }, - "boywithsilverwings-gatsby-careers-page": { - "theme_key": "boywithsilverwings-gatsby-careers-page", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/BoyWithSilverWings/gatsby-careers-page&ssg=gatsby" - }, - "brennanbrown-enjoyment-work": { - "theme_key": "brennanbrown-enjoyment-work", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/brennanbrown/enjoyment-work&ssg=jekyll" - }, - "brennanbrown-purelog": { - "theme_key": "brennanbrown-purelog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/brennanbrown/purelog&ssg=jekyll" - }, - "brennanbrown-watery": { - "theme_key": "brennanbrown-watery", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/brennanbrown/watery&ssg=jekyll" - }, - "brianmaierjr-long-haul": { - "theme_key": "brianmaierjr-long-haul", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/brianmaierjr/long-haul&ssg=jekyll" - }, - "brijeshb42-bitwiser-material": { - "theme_key": "brijeshb42-bitwiser-material", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/brijeshb42/bitwiser-material&ssg=jekyll" - }, - "brxck-gatsby-starter-stripe": { - "theme_key": "brxck-gatsby-starter-stripe", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/brxck/gatsby-starter-stripe&ssg=gatsby" - }, - "brycematheson-allegiant": { - "theme_key": "brycematheson-allegiant", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/brycematheson/allegiant&ssg=hugo" - }, - "budparr-gohugo-theme-ananke": { - "theme_key": "budparr-gohugo-theme-ananke", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/budparr/gohugo-theme-ananke&ssg=hugo" - }, - "bul-ikana-hugo-cards": { - "theme_key": "bul-ikana-hugo-cards", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/bul-ikana/hugo-cards&ssg=hugo" - }, - "buttercms-gatsby-starter-buttercms": { - "theme_key": "buttercms-gatsby-starter-buttercms", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ButterCMS/gatsby-starter-buttercms&ssg=gatsby" - }, - "caki0915-gatsby-starter-redux": { - "theme_key": "caki0915-gatsby-starter-redux", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/caki0915/gatsby-starter-redux&ssg=gatsby" - }, - "calintat-minimal": { - "theme_key": "calintat-minimal", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/calintat/minimal&ssg=hugo" - }, - "calpa-gatsby-starter-calpa-blog": { - "theme_key": "calpa-gatsby-starter-calpa-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/calpa/gatsby-starter-calpa-blog&ssg=gatsby" - }, - "carsonip-hugo-theme-minos": { - "theme_key": "carsonip-hugo-theme-minos", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/carsonip/hugo-theme-minos&ssg=hugo" - }, - "cdeck3r-onedly-theme": { - "theme_key": "cdeck3r-onedly-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/cdeck3r/OneDly-Theme&ssg=hugo" - }, - "cfrome77-hugo-theme-sky": { - "theme_key": "cfrome77-hugo-theme-sky", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/cfrome77/hugo-theme-sky&ssg=hugo" - }, - "chesterhow-tale": { - "theme_key": "chesterhow-tale", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/chesterhow/tale&ssg=jekyll" - }, - "chibicode-solo": { - "theme_key": "chibicode-solo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/chibicode/solo/&ssg=jekyll" - }, - "chipsenkbeil-grid-side": { - "theme_key": "chipsenkbeil-grid-side", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/chipsenkbeil/grid-side&ssg=hugo" - }, - "chipzoller-hugo-clarity": { - "theme_key": "chipzoller-hugo-clarity", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/chipzoller/hugo-clarity&ssg=hugo" - }, - "chrisrhymes-bulma-clean-theme": { - "theme_key": "chrisrhymes-bulma-clean-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/chrisrhymes/bulma-clean-theme&ssg=jekyll" - }, - "chrisrhymes-mere-blog-theme": { - "theme_key": "chrisrhymes-mere-blog-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/chrisrhymes/mere-blog-theme&ssg=jekyll" - }, - "christianezeani-panthera-jekyll": { - "theme_key": "christianezeani-panthera-jekyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/christianezeani/panthera-jekyll&ssg=jekyll" - }, - "christianmendoza-hugo-split-theme": { - "theme_key": "christianmendoza-hugo-split-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/christianmendoza/hugo-split-theme&ssg=hugo" - }, - "clark-zhao-bohu-jekyll-theme": { - "theme_key": "clark-zhao-bohu-jekyll-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Clark-Zhao/bohu-jekyll-theme&ssg=jekyll" - }, - "clarkhacks-minimal-text": { - "theme_key": "clarkhacks-minimal-text", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/clarkhacks/Minimal-Text&ssg=jekyll" - }, - "clayh53-tufte-jekyll": { - "theme_key": "clayh53-tufte-jekyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/clayh53/tufte-jekyll&ssg=jekyll" - }, - "cloudcannon-aviator-jekyll-theme": { - "theme_key": "cloudcannon-aviator-jekyll-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/CloudCannon/Aviator-Jekyll-Theme&ssg=jekyll" - }, - "cloudcannon-cause-jekyll-template": { - "theme_key": "cloudcannon-cause-jekyll-template", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/CloudCannon/cause-jekyll-template&ssg=jekyll" - }, - "cloudcannon-edition-jekyll-template": { - "theme_key": "cloudcannon-edition-jekyll-template", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/CloudCannon/edition-jekyll-template&ssg=jekyll" - }, - "cloudcannon-frisco-jekyll-template": { - "theme_key": "cloudcannon-frisco-jekyll-template", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/CloudCannon/frisco-jekyll-template&ssg=jekyll" - }, - "cloudcannon-hydra-jekyll-template": { - "theme_key": "cloudcannon-hydra-jekyll-template", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/CloudCannon/hydra-jekyll-template&ssg=jekyll" - }, - "cloudcannon-justice-jekyll-template": { - "theme_key": "cloudcannon-justice-jekyll-template", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/CloudCannon/justice-jekyll-template&ssg=jekyll" - }, - "cloudcannon-malt-jekyll-template": { - "theme_key": "cloudcannon-malt-jekyll-template", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/CloudCannon/malt-jekyll-template&ssg=jekyll" - }, - "cloudcannon-urban-jekyll-template": { - "theme_key": "cloudcannon-urban-jekyll-template", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/CloudCannon/urban-jekyll-template&ssg=jekyll" - }, - "codeasashu-hcz-jekyll-blog": { - "theme_key": "codeasashu-hcz-jekyll-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/codeasashu/hcz-jekyll-blog&ssg=jekyll" - }, - "codebushi-gatsby-starter-dimension": { - "theme_key": "codebushi-gatsby-starter-dimension", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/codebushi/gatsby-starter-dimension&ssg=gatsby" - }, - "codebushi-gatsby-starter-forty": { - "theme_key": "codebushi-gatsby-starter-forty", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/codebushi/gatsby-starter-forty&ssg=gatsby" - }, - "codebushi-gatsby-starter-photon": { - "theme_key": "codebushi-gatsby-starter-photon", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/codebushi/gatsby-starter-photon&ssg=gatsby" - }, - "codebushi-gatsby-starter-stellar": { - "theme_key": "codebushi-gatsby-starter-stellar", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/codebushi/gatsby-starter-stellar&ssg=gatsby" - }, - "codebushi-gatsby-starter-strata": { - "theme_key": "codebushi-gatsby-starter-strata", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/codebushi/gatsby-starter-strata&ssg=gatsby" - }, - "coderzh-hugo-pacman-theme": { - "theme_key": "coderzh-hugo-pacman-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/coderzh/hugo-pacman-theme&ssg=hugo" - }, - "codinfox-codinfox-lanyon": { - "theme_key": "codinfox-codinfox-lanyon", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/codinfox/codinfox-lanyon&ssg=jekyll" - }, - "colbyfayock-gatsby-starter-sass": { - "theme_key": "colbyfayock-gatsby-starter-sass", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/colbyfayock/gatsby-starter-sass&ssg=gatsby" - }, - "collective-gatsby-starter-plone": { - "theme_key": "collective-gatsby-starter-plone", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/collective/gatsby-starter-plone&ssg=gatsby" - }, - "contentful-userland-gatsby-contentful-starter": { - "theme_key": "contentful-userland-gatsby-contentful-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/contentful-userland/gatsby-contentful-starter&ssg=gatsby" - }, - "contentstack-gatsby-starter-contentstack": { - "theme_key": "contentstack-gatsby-starter-contentstack", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/contentstack/gatsby-starter-contentstack&ssg=gatsby" - }, - "cosmicjs-gatsby-localization-app-starter": { - "theme_key": "cosmicjs-gatsby-localization-app-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/cosmicjs/gatsby-localization-app-starter&ssg=gatsby" - }, - "cotes2020-jekyll-theme-chirpy": { - "theme_key": "cotes2020-jekyll-theme-chirpy", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/cotes2020/jekyll-theme-chirpy/&ssg=jekyll" - }, - "cssandstuff-hugo-theme-winning": { - "theme_key": "cssandstuff-hugo-theme-winning", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/cssandstuff/hugo-theme-winning&ssg=hugo" - }, - "curtistimson-hugo-theme-dopetrope": { - "theme_key": "curtistimson-hugo-theme-dopetrope", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/curtistimson/hugo-theme-dopetrope&ssg=hugo" - }, - "curtistimson-hugo-theme-massively": { - "theme_key": "curtistimson-hugo-theme-massively", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/curtistimson/hugo-theme-massively&ssg=hugo" - }, - "cvluca-gatsby-starter-markdown": { - "theme_key": "cvluca-gatsby-starter-markdown", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/cvluca/gatsby-starter-markdown&ssg=gatsby" - }, - "cwlsn-gatsby-simple-contentful-starter": { - "theme_key": "cwlsn-gatsby-simple-contentful-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/cwlsn/gatsby-simple-contentful-starter&ssg=gatsby" - }, - "cyevgeniy-jekyll-true-minimal": { - "theme_key": "cyevgeniy-jekyll-true-minimal", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/cyevgeniy/jekyll-true-minimal&ssg=jekyll" - }, - "d-kusk-minimage": { - "theme_key": "d-kusk-minimage", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/d-kusk/minimage&ssg=hugo" - }, - "daattali-beautiful-jekyll": { - "theme_key": "daattali-beautiful-jekyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/daattali/beautiful-jekyll&ssg=jekyll" - }, - "dabit3-gatsby-auth-starter-aws-amplify": { - "theme_key": "dabit3-gatsby-auth-starter-aws-amplify", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/dabit3/gatsby-auth-starter-aws-amplify&ssg=gatsby" - }, - "danielkvist-hugo-piercer-theme": { - "theme_key": "danielkvist-hugo-piercer-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/danielkvist/hugo-piercer-theme&ssg=hugo" - }, - "danielkvist-hugo-terrassa-theme": { - "theme_key": "danielkvist-hugo-terrassa-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/danielkvist/hugo-terrassa-theme&ssg=hugo" - }, - "danilowoz-gatsby-advanced-blog-system": { - "theme_key": "danilowoz-gatsby-advanced-blog-system", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/danilowoz/gatsby-advanced-blog-system&ssg=gatsby" - }, - "danshai-gatsbyv2-scientific-blog-machine-learning": { - "theme_key": "danshai-gatsbyv2-scientific-blog-machine-learning", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/DanShai/gatsbyv2-scientific-blog-machine-learning&ssg=gatsby" - }, - "darshanbaral-aafu": { - "theme_key": "darshanbaral-aafu", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/darshanbaral/aafu&ssg=hugo" - }, - "darshanbaral-khata": { - "theme_key": "darshanbaral-khata", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/darshanbaral/khata&ssg=hugo" - }, - "darshanbaral-kitab": { - "theme_key": "darshanbaral-kitab", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/darshanbaral/kitab&ssg=hugo" - }, - "darshanbaral-mero": { - "theme_key": "darshanbaral-mero", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/darshanbaral/mero&ssg=hugo" - }, - "darshanbaral-sada": { - "theme_key": "darshanbaral-sada", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/darshanbaral/sada&ssg=hugo" - }, - "dashdashzako-hugo-journal": { - "theme_key": "dashdashzako-hugo-journal", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/dashdashzako/hugo-journal&ssg=hugo" - }, - "dashingcode-front-cover": { - "theme_key": "dashingcode-front-cover", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/dashingcode/front-cover&ssg=jekyll" - }, - "daviddarnes-alembic": { - "theme_key": "daviddarnes-alembic", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/daviddarnes/alembic&ssg=jekyll" - }, - "daviddarnes-garth": { - "theme_key": "daviddarnes-garth", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/daviddarnes/garth&ssg=jekyll" - }, - "davidhampgonsalves-hugo-black-and-light-theme": { - "theme_key": "davidhampgonsalves-hugo-black-and-light-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/davidhampgonsalves/hugo-black-and-light-theme&ssg=hugo" - }, - "davshoward-gatsby-starter-honey": { - "theme_key": "davshoward-gatsby-starter-honey", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/davshoward/gatsby-starter-honey&ssg=gatsby" - }, - "dbtek-dbyll": { - "theme_key": "dbtek-dbyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/dbtek/dbyll&ssg=jekyll" - }, - "dbtek-paper": { - "theme_key": "dbtek-paper", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/dbtek/paper&ssg=jekyll" - }, - "ddbullfrog-resumecard": { - "theme_key": "ddbullfrog-resumecard", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ddbullfrog/resumecard&ssg=jekyll" - }, - "de-souza-hugo-flex": { - "theme_key": "de-souza-hugo-flex", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/de-souza/hugo-flex&ssg=hugo" - }, - "deepidea-web-presentation": { - "theme_key": "deepidea-web-presentation", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/deepidea/web-presentation&ssg=jekyll" - }, - "denningk-gatsby-starter-typescript-jest": { - "theme_key": "denningk-gatsby-starter-typescript-jest", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/denningk/gatsby-starter-typescript-jest&ssg=gatsby" - }, - "devcows-hugo-universal-theme": { - "theme_key": "devcows-hugo-universal-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/devcows/hugo-universal-theme&ssg=hugo" - }, - "dgraph-io-hugo-dgraph-theme": { - "theme_key": "dgraph-io-hugo-dgraph-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/dgraph-io/hugo-dgraph-theme&ssg=hugo" - }, - "diezcami-arctic-fox-theme": { - "theme_key": "diezcami-arctic-fox-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/diezcami/arctic-fox-theme/&ssg=jekyll" - }, - "digitalcraftsman-hugo-icarus-theme": { - "theme_key": "digitalcraftsman-hugo-icarus-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/digitalcraftsman/hugo-icarus-theme&ssg=hugo" - }, - "dikiaap-mangan": { - "theme_key": "dikiaap-mangan", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/dikiaap/mangan&ssg=jekyll" - }, - "dirkfabisch-mediator": { - "theme_key": "dirkfabisch-mediator", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/dirkfabisch/mediator&ssg=jekyll" - }, - "diwao-hestia-pure": { - "theme_key": "diwao-hestia-pure", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/diwao/hestia-pure&ssg=hugo" - }, - "dldx-hpstr-hugo-theme": { - "theme_key": "dldx-hpstr-hugo-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/dldx/hpstr-hugo-theme&ssg=hugo" - }, - "dominicabela-gatsby-starter-material-ui": { - "theme_key": "dominicabela-gatsby-starter-material-ui", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/dominicabela/gatsby-starter-material-ui&ssg=gatsby" - }, - "dongchuan-yummy-jekyll": { - "theme_key": "dongchuan-yummy-jekyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/DONGChuan/Yummy-Jekyll&ssg=jekyll" - }, - "dplesca-purehugo": { - "theme_key": "dplesca-purehugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/dplesca/purehugo&ssg=hugo" - }, - "drassil-git-wiki": { - "theme_key": "drassil-git-wiki", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/drassil/git-wiki&ssg=jekyll" - }, - "drvy-minimal-block": { - "theme_key": "drvy-minimal-block", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/drvy/minimal-block&ssg=jekyll" - }, - "dschau-gatsby-blog-starter-kit": { - "theme_key": "dschau-gatsby-blog-starter-kit", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/DSchau/gatsby-blog-starter-kit&ssg=gatsby" - }, - "durianstack-gatsby-tailwindcss-sass-starter": { - "theme_key": "durianstack-gatsby-tailwindcss-sass-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/durianstack/gatsby-tailwindcss-sass-starter&ssg=gatsby" - }, - "dwyfrequency-gatsby-ghub": { - "theme_key": "dwyfrequency-gatsby-ghub", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/dwyfrequency/gatsby-ghub&ssg=gatsby" - }, - "dyndna-lanyon-plus": { - "theme_key": "dyndna-lanyon-plus", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/dyndna/lanyon-plus&ssg=jekyll" - }, - "dyutibarma-monochrome": { - "theme_key": "dyutibarma-monochrome", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/dyutibarma/monochrome&ssg=jekyll" - }, - "dzello-reveal-hugo": { - "theme_key": "dzello-reveal-hugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/dzello/reveal-hugo&ssg=hugo" - }, - "edavidaja-docter": { - "theme_key": "edavidaja-docter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/edavidaja/docter&ssg=hugo" - }, - "eddiewebb-hugo-resume": { - "theme_key": "eddiewebb-hugo-resume", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/eddiewebb/hugo-resume&ssg=hugo" - }, - "eliasson-liquorice": { - "theme_key": "eliasson-liquorice", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/eliasson/liquorice&ssg=hugo" - }, - "eliottvincent-bay": { - "theme_key": "eliottvincent-bay", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/eliottvincent/bay&ssg=jekyll" - }, - "ellekasai-resumecards": { - "theme_key": "ellekasai-resumecards", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ellekasai/resumecards/&ssg=jekyll" - }, - "ellekasai-shiori": { - "theme_key": "ellekasai-shiori", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ellekasai/shiori/&ssg=jekyll" - }, - "elotroalex-ed": { - "theme_key": "elotroalex-ed", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/elotroalex/ed&ssg=jekyll" - }, - "email2vimalraj-gatsby-starter-tech-blog": { - "theme_key": "email2vimalraj-gatsby-starter-tech-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/email2vimalraj/gatsby-starter-tech-blog&ssg=gatsby" - }, - "emasuriano-gatsby-starter-event-calendar": { - "theme_key": "emasuriano-gatsby-starter-event-calendar", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/EmaSuriano/gatsby-starter-event-calendar&ssg=gatsby" - }, - "emielh-hallo-hugo": { - "theme_key": "emielh-hallo-hugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/EmielH/hallo-hugo&ssg=hugo" - }, - "emielh-stip-hugo": { - "theme_key": "emielh-stip-hugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/EmielH/stip-hugo&ssg=hugo" - }, - "emielh-tale-hugo": { - "theme_key": "emielh-tale-hugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/EmielH/tale-hugo&ssg=hugo" - }, - "emilbaehr-automatic-app-landing-page": { - "theme_key": "emilbaehr-automatic-app-landing-page", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/emilbaehr/automatic-app-landing-page&ssg=jekyll" - }, - "endymion1818-gatsby-starter-carraway": { - "theme_key": "endymion1818-gatsby-starter-carraway", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/endymion1818/gatsby-starter-carraway&ssg=gatsby" - }, - "erayaydin-jekyll-bulma": { - "theme_key": "erayaydin-jekyll-bulma", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/erayaydin/jekyll-bulma&ssg=jekyll" - }, - "escapemanuele-gatsby-contentful-blog-portfolio": { - "theme_key": "escapemanuele-gatsby-contentful-blog-portfolio", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/escapemanuele/gatsby-contentful-blog-portfolio&ssg=gatsby" - }, - "eshlox-simplicity": { - "theme_key": "eshlox-simplicity", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/eshlox/simplicity&ssg=hugo" - }, - "excentris-compass": { - "theme_key": "excentris-compass", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/excentris/compass&ssg=jekyll" - }, - "exchangerate-api-rlstevenson-jekyll-theme": { - "theme_key": "exchangerate-api-rlstevenson-jekyll-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ExchangeRate-API/rlstevenson-jekyll-theme&ssg=jekyll" - }, - "exchangerate-api-strange-case": { - "theme_key": "exchangerate-api-strange-case", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ExchangeRate-API/strange-case&ssg=hugo" - }, - "ezrasavard-ezora-jekyll-theme": { - "theme_key": "ezrasavard-ezora-jekyll-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ezrasavard/ezora-jekyll-theme&ssg=jekyll" - }, - "fabe-gatsby-starter-deck": { - "theme_key": "fabe-gatsby-starter-deck", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/fabe/gatsby-starter-deck&ssg=gatsby" - }, - "fabe-gatsby-universal": { - "theme_key": "fabe-gatsby-universal", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/fabe/gatsby-universal&ssg=gatsby" - }, - "fareez-ahamed-millikyl": { - "theme_key": "fareez-ahamed-millikyl", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/fareez-ahamed/millikyl&ssg=jekyll" - }, - "fastbyte01-keepit": { - "theme_key": "fastbyte01-keepit", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Fastbyte01/KeepIt&ssg=hugo" - }, - "felicianotech-hugo-theme-lean-launch-page": { - "theme_key": "felicianotech-hugo-theme-lean-launch-page", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/felicianotech/hugo-theme-lean-launch-page&ssg=hugo" - }, - "ferrolho-jekyll-theme-libretto": { - "theme_key": "ferrolho-jekyll-theme-libretto", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ferrolho/jekyll-theme-libretto&ssg=jekyll" - }, - "fiatjaf-classless-hugo": { - "theme_key": "fiatjaf-classless-hugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/fiatjaf/classless-hugo&ssg=hugo" - }, - "fongandrew-hydeout": { - "theme_key": "fongandrew-hydeout", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/fongandrew/hydeout&ssg=jekyll" - }, - "foxandgeese-tiny-agency": { - "theme_key": "foxandgeese-tiny-agency", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/foxandgeese/tiny-agency&ssg=gatsby" - }, - "frankievalentine-gatsby-craftcms-barebones": { - "theme_key": "frankievalentine-gatsby-craftcms-barebones", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/frankievalentine/gatsby-craftcms-barebones&ssg=gatsby" - }, - "friedger-gatsby-starter-blockstack": { - "theme_key": "friedger-gatsby-starter-blockstack", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/friedger/gatsby-starter-blockstack&ssg=gatsby" - }, - "frjo-hugo-theme-zen": { - "theme_key": "frjo-hugo-theme-zen", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/frjo/hugo-theme-zen&ssg=hugo" - }, - "frnki-gatsby-typescript-starter-blog": { - "theme_key": "frnki-gatsby-typescript-starter-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/frnki/gatsby-typescript-starter-blog&ssg=gatsby" - }, - "fromendworld-loffer": { - "theme_key": "fromendworld-loffer", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/FromEndWorld/LOFFER&ssg=jekyll" - }, - "fullit-fullit.github.io": { - "theme_key": "fullit-fullit.github.io", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/fullit/fullit.github.io&ssg=jekyll" - }, - "g1eny0ung-hugo-theme-dream": { - "theme_key": "g1eny0ung-hugo-theme-dream", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/g1eny0ung/hugo-theme-dream&ssg=hugo" - }, - "ganevru-gatsby-starter-blog-grommet": { - "theme_key": "ganevru-gatsby-starter-blog-grommet", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Ganevru/gatsby-starter-blog-grommet&ssg=gatsby" - }, - "gaohaoyang-gaohaoyang.github.io": { - "theme_key": "gaohaoyang-gaohaoyang.github.io", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Gaohaoyang/gaohaoyang.github.io&ssg=jekyll" - }, - "garvincasimir-hugo-h5bp-simple": { - "theme_key": "garvincasimir-hugo-h5bp-simple", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/garvincasimir/hugo-h5bp-simple&ssg=hugo" - }, - "gatsbycentral-gatsby-v2-starter-casper": { - "theme_key": "gatsbycentral-gatsby-v2-starter-casper", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/GatsbyCentral/gatsby-v2-starter-casper&ssg=gatsby" - }, - "gatsbycentral-gatsby-v2-starter-lumen": { - "theme_key": "gatsbycentral-gatsby-v2-starter-lumen", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/GatsbyCentral/gatsby-v2-starter-lumen&ssg=gatsby" - }, - "gatsbyjs-gatsby-starter-blog": { - "theme_key": "gatsbyjs-gatsby-starter-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/gatsbyjs/gatsby-starter-blog&ssg=gatsby" - }, - "gatsbyjs-gatsby-starter-default": { - "theme_key": "gatsbyjs-gatsby-starter-default", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/gatsbyjs/gatsby-starter-default&ssg=gatsby" - }, - "gcushen-hugo-academic": { - "theme_key": "gcushen-hugo-academic", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/gcushen/hugo-academic&ssg=hugo" - }, - "geocine-gatsby-starter-devto": { - "theme_key": "geocine-gatsby-starter-devto", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/geocine/gatsby-starter-devto&ssg=gatsby" - }, - "geocine-gatsby-starter-organization": { - "theme_key": "geocine-gatsby-starter-organization", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/geocine/gatsby-starter-organization&ssg=gatsby" - }, - "geschke-hugo-tikva": { - "theme_key": "geschke-hugo-tikva", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/geschke/hugo-tikva&ssg=hugo" - }, - "gesquive-slate": { - "theme_key": "gesquive-slate", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/gesquive/slate&ssg=hugo" - }, - "gherciu-gatsby-all-in": { - "theme_key": "gherciu-gatsby-all-in", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Gherciu/gatsby-all-in&ssg=gatsby" - }, - "gildasio-clyell": { - "theme_key": "gildasio-clyell", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/gildasio/clyell&ssg=jekyll" - }, - "gillkyle-gatsby-starter-landing-page": { - "theme_key": "gillkyle-gatsby-starter-landing-page", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/gillkyle/gatsby-starter-landing-page&ssg=gatsby" - }, - "gizak-nofancy": { - "theme_key": "gizak-nofancy", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/gizak/nofancy&ssg=hugo" - }, - "gkmngrgn-hugo-alageek-theme": { - "theme_key": "gkmngrgn-hugo-alageek-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/gkmngrgn/hugo-alageek-theme&ssg=hugo" - }, - "gmlunesa-gatsby-starter-personal-portfolio": { - "theme_key": "gmlunesa-gatsby-starter-personal-portfolio", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/gmlunesa/gatsby-starter-personal-portfolio&ssg=gatsby" - }, - "gonapps-org-hugo-apps-theme": { - "theme_key": "gonapps-org-hugo-apps-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/gonapps-org/hugo-apps-theme&ssg=hugo" - }, - "goodroot-hugo-classic": { - "theme_key": "goodroot-hugo-classic", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/goodroot/hugo-classic&ssg=hugo" - }, - "graphcms-gatsby-graphcms-tailwindcss-example": { - "theme_key": "graphcms-gatsby-graphcms-tailwindcss-example", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/GraphCMS/gatsby-graphcms-tailwindcss-example&ssg=gatsby" - }, - "greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog": { - "theme_key": "greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/greatgatsbyjsthemes/gatsby-starter-ggt-material-ui-blog&ssg=gatsby" - }, - "greglobinski-gatsby-starter-hero-blog": { - "theme_key": "greglobinski-gatsby-starter-hero-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/greglobinski/gatsby-starter-hero-blog&ssg=gatsby" - }, - "grrinchas-aliquam": { - "theme_key": "grrinchas-aliquam", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/grrinchas/aliquam&ssg=jekyll" - }, - "gundamew-hugo-bingo": { - "theme_key": "gundamew-hugo-bingo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/gundamew/hugo-bingo&ssg=hugo" - }, - "gyorb-hugo-dusk": { - "theme_key": "gyorb-hugo-dusk", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/gyorb/hugo-dusk&ssg=hugo" - }, - "h01000110-windows-95": { - "theme_key": "h01000110-windows-95", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/h01000110/windows-95&ssg=jekyll" - }, - "hadisinaee-avicenna": { - "theme_key": "hadisinaee-avicenna", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/hadisinaee/avicenna&ssg=hugo" - }, - "hagnerd-gatsby-starter-blog-mdx": { - "theme_key": "hagnerd-gatsby-starter-blog-mdx", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/hagnerd/gatsby-starter-blog-mdx&ssg=gatsby" - }, - "halogenica-beautifulhugo": { - "theme_key": "halogenica-beautifulhugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/halogenica/beautifulhugo&ssg=hugo" - }, - "harshil1712-gatsby-starter-googlesheets": { - "theme_key": "harshil1712-gatsby-starter-googlesheets", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/harshil1712/gatsby-starter-googlesheets&ssg=gatsby" - }, - "hasura-gatsby-gitbook-starter": { - "theme_key": "hasura-gatsby-gitbook-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/hasura/gatsby-gitbook-starter&ssg=gatsby" - }, - "hauke96-hugo-theme-hamburg": { - "theme_key": "hauke96-hugo-theme-hamburg", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/hauke96/hugo-theme-hamburg&ssg=hugo" - }, - "hdcdstr8fwd-foundation-theme": { - "theme_key": "hdcdstr8fwd-foundation-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/hdcdstr8fwd/foundation-theme&ssg=hugo" - }, - "heiswayi-textlog": { - "theme_key": "heiswayi-textlog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/heiswayi/textlog&ssg=jekyll" - }, - "heiswayi-the-plain": { - "theme_key": "heiswayi-the-plain", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/heiswayi/the-plain&ssg=jekyll" - }, - "heiswayi-thinkspace": { - "theme_key": "heiswayi-thinkspace", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/heiswayi/thinkspace&ssg=jekyll" - }, - "heliumjk-heliumjk.github.io": { - "theme_key": "heliumjk-heliumjk.github.io", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/heliumjk/heliumjk.github.io&ssg=jekyll" - }, - "hemangsk-devjournal": { - "theme_key": "hemangsk-devjournal", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/hemangsk/DevJournal&ssg=jekyll" - }, - "hemangsk-gravity": { - "theme_key": "hemangsk-gravity", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/hemangsk/Gravity&ssg=jekyll" - }, - "hemangsk-safarnama": { - "theme_key": "hemangsk-safarnama", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/hemangsk/safarnama&ssg=jekyll" - }, - "henrythemes-jekyll-book-theme": { - "theme_key": "henrythemes-jekyll-book-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/henrythemes/jekyll-book-theme&ssg=jekyll" - }, - "henrythemes-jekyll-bootstrap-theme": { - "theme_key": "henrythemes-jekyll-bootstrap-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/henrythemes/jekyll-bootstrap-theme&ssg=jekyll" - }, - "henrythemes-jekyll-minimal-theme": { - "theme_key": "henrythemes-jekyll-minimal-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/henrythemes/jekyll-minimal-theme&ssg=jekyll" - }, - "himali-patel-myclicks": { - "theme_key": "himali-patel-myclicks", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/himali-patel/MyClicks&ssg=gatsby" - }, - "histaff-website-static": { - "theme_key": "histaff-website-static", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/histaff/website-static&ssg=gatsby" - }, - "hmfaysal-hmfaysal-omega-theme": { - "theme_key": "hmfaysal-hmfaysal-omega-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/hmfaysal/hmfaysal-omega-theme&ssg=jekyll" - }, - "hmfaysal-jekyll-hmfaysal-theme": { - "theme_key": "hmfaysal-jekyll-hmfaysal-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/hmfaysal/Jekyll-HMFAYSAL-Theme&ssg=jekyll" - }, - "holman-left": { - "theme_key": "holman-left", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/holman/left&ssg=jekyll" - }, - "htdvisser-hugo-base16-theme": { - "theme_key": "htdvisser-hugo-base16-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/htdvisser/hugo-base16-theme&ssg=hugo" - }, - "htr3n-hyde-hyde": { - "theme_key": "htr3n-hyde-hyde", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/htr3n/hyde-hyde&ssg=hugo" - }, - "hugocarreira-jekyll-materializecss": { - "theme_key": "hugocarreira-jekyll-materializecss", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/hugocarreira/jekyll-materializecss&ssg=jekyll" - }, - "hugocarreira-jekyll-vision-casper-theme": { - "theme_key": "hugocarreira-jekyll-vision-casper-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/hugocarreira/jekyll-vision-casper-theme&ssg=jekyll" - }, - "hugoferreira-papyrus-theme": { - "theme_key": "hugoferreira-papyrus-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/hugoferreira/papyrus-theme&ssg=jekyll" - }, - "humrochagf-colordrop": { - "theme_key": "humrochagf-colordrop", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/humrochagf/colordrop&ssg=hugo" - }, - "huyb1991-hugo-lamp": { - "theme_key": "huyb1991-hugo-lamp", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/huyb1991/hugo-lamp&ssg=hugo" - }, - "icyris-hugo-theme-yuki": { - "theme_key": "icyris-hugo-theme-yuki", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/iCyris/hugo-theme-yuki&ssg=hugo" - }, - "ifedyukin-mekyll": { - "theme_key": "ifedyukin-mekyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ifedyukin/Mekyll&ssg=jekyll" - }, - "ijsucceed-onepress": { - "theme_key": "ijsucceed-onepress", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ijsucceed/onepress&ssg=hugo" - }, - "imedadel-gatsby-london": { - "theme_key": "imedadel-gatsby-london", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ImedAdel/gatsby-london&ssg=gatsby" - }, - "inded-jekyll_modern-blog": { - "theme_key": "inded-jekyll_modern-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/inded/Jekyll_modern-blog&ssg=jekyll" - }, - "insidiousmind-material-bliss-jekyll-theme": { - "theme_key": "insidiousmind-material-bliss-jekyll-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/InsidiousMind/material-bliss-jekyll-theme&ssg=jekyll" - }, - "issydennis-gatsby-snipcart": { - "theme_key": "issydennis-gatsby-snipcart", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/issydennis/gatsby-snipcart&ssg=gatsby" - }, - "it-gro-hugo-theme-w3css-basic": { - "theme_key": "it-gro-hugo-theme-w3css-basic", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/it-gro/hugo-theme-w3css-basic&ssg=hugo" - }, - "itsmeaga1n-minimal-categorized": { - "theme_key": "itsmeaga1n-minimal-categorized", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ItsMeaga1n/minimal-categorized&ssg=jekyll" - }, - "itsrifat-rifyll": { - "theme_key": "itsrifat-rifyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/itsrifat/rifyll&ssg=jekyll" - }, - "ivanchou-hugo-theme-vec": { - "theme_key": "ivanchou-hugo-theme-vec", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/IvanChou/hugo-theme-vec&ssg=hugo" - }, - "iwiedenm-jekyll-theme-massively-src": { - "theme_key": "iwiedenm-jekyll-theme-massively-src", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/iwiedenm/jekyll-theme-massively-src&ssg=jekyll" - }, - "iwilsonq-gatsby-starter-reasonml": { - "theme_key": "iwilsonq-gatsby-starter-reasonml", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/iwilsonq/gatsby-starter-reasonml&ssg=gatsby" - }, - "jackbravo-gatsby-starter-i18n-blog": { - "theme_key": "jackbravo-gatsby-starter-i18n-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jackbravo/gatsby-starter-i18n-blog&ssg=gatsby" - }, - "jacobsun-edidor": { - "theme_key": "jacobsun-edidor", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jacobsun/edidor&ssg=hugo" - }, - "jacobtomlinson-carte-noire": { - "theme_key": "jacobtomlinson-carte-noire", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jacobtomlinson/carte-noire&ssg=jekyll" - }, - "jaden-twentyfourteen": { - "theme_key": "jaden-twentyfourteen", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jaden/twentyfourteen&ssg=hugo" - }, - "jaehee0113-console": { - "theme_key": "jaehee0113-console", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jaehee0113/console&ssg=jekyll" - }, - "jaeyeophan-gatsby-starter-bee": { - "theme_key": "jaeyeophan-gatsby-starter-bee", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/JaeYeopHan/gatsby-starter-bee&ssg=gatsby" - }, - "jamigibbs-phantom": { - "theme_key": "jamigibbs-phantom", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jamigibbs/phantom&ssg=jekyll" - }, - "janczizikow-sleek": { - "theme_key": "janczizikow-sleek", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/janczizikow/sleek&ssg=jekyll" - }, - "jannikbuschke-gatsby-antd-docs": { - "theme_key": "jannikbuschke-gatsby-antd-docs", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jannikbuschke/gatsby-antd-docs&ssg=gatsby" - }, - "jarrekk-jalpc": { - "theme_key": "jarrekk-jalpc", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jarrekk/Jalpc&ssg=jekyll" - }, - "jasoncostello-slate": { - "theme_key": "jasoncostello-slate", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jasoncostello/slate&ssg=jekyll" - }, - "jbub-ghostwriter": { - "theme_key": "jbub-ghostwriter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jbub/ghostwriter&ssg=hugo" - }, - "jeffreytse-jekyll-theme-yat": { - "theme_key": "jeffreytse-jekyll-theme-yat", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jeffreytse/jekyll-theme-yat&ssg=jekyll" - }, - "jekyll-one-j1-template-starter": { - "theme_key": "jekyll-one-j1-template-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jekyll-one/j1-template-starter&ssg=jekyll" - }, - "jekyller-online-cv": { - "theme_key": "jekyller-online-cv", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jekyller/online-cv&ssg=jekyll" - }, - "jekyller-panelcv": { - "theme_key": "jekyller-panelcv", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jekyller/PanelCV&ssg=jekyll" - }, - "jekynewage-jekynewage.github.io": { - "theme_key": "jekynewage-jekynewage.github.io", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jekynewage/jekynewage.github.io&ssg=jekyll" - }, - "jeromelachaud-freelancer-theme": { - "theme_key": "jeromelachaud-freelancer-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jeromelachaud/freelancer-theme&ssg=jekyll" - }, - "jeromelachaud-grayscale-theme": { - "theme_key": "jeromelachaud-grayscale-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jeromelachaud/grayscale-theme&ssg=jekyll" - }, - "jitinnair1-gradfolio": { - "theme_key": "jitinnair1-gradfolio", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jitinnair1/gradfolio&ssg=jekyll" - }, - "jjcav84-mdbreact-gatsby-starter": { - "theme_key": "jjcav84-mdbreact-gatsby-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jjcav84/mdbreact-gatsby-starter&ssg=gatsby" - }, - "jnjosh-internet-weblog": { - "theme_key": "jnjosh-internet-weblog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jnjosh/internet-weblog&ssg=hugo" - }, - "johncoene-marat": { - "theme_key": "johncoene-marat", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/JohnCoene/marat&ssg=jekyll" - }, - "joshuaavalon-jekyll-avalon": { - "theme_key": "joshuaavalon-jekyll-avalon", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/joshuaavalon/Jekyll-Avalon&ssg=jekyll" - }, - "joway-hugo-theme-yinyang": { - "theme_key": "joway-hugo-theme-yinyang", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/joway/hugo-theme-yinyang&ssg=hugo" - }, - "jpescador-hugo-future-imperfect": { - "theme_key": "jpescador-hugo-future-imperfect", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jpescador/hugo-future-imperfect&ssg=hugo" - }, - "jrutheiser-hugo-lithium-theme": { - "theme_key": "jrutheiser-hugo-lithium-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jrutheiser/hugo-lithium-theme&ssg=hugo" - }, - "jsnjack-hugo-changelog-theme": { - "theme_key": "jsnjack-hugo-changelog-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jsnjack/hugo-changelog-theme&ssg=hugo" - }, - "jsnjack-kraiklyn": { - "theme_key": "jsnjack-kraiklyn", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jsnjack/kraiklyn&ssg=hugo" - }, - "jugglerx-gatsby-serif-theme": { - "theme_key": "jugglerx-gatsby-serif-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/JugglerX/gatsby-serif-theme&ssg=gatsby" - }, - "jugglerx-hugo-hero-theme": { - "theme_key": "jugglerx-hugo-hero-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/JugglerX/hugo-hero-theme&ssg=hugo" - }, - "jugglerx-hugo-whisper-theme": { - "theme_key": "jugglerx-hugo-whisper-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/JugglerX/hugo-whisper-theme&ssg=hugo" - }, - "juhi-trivedi-cape": { - "theme_key": "juhi-trivedi-cape", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/juhi-trivedi/cape&ssg=gatsby" - }, - "jumpalottahigh-gatsby-starter-blog-jumpalottahigh": { - "theme_key": "jumpalottahigh-gatsby-starter-blog-jumpalottahigh", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jumpalottahigh/gatsby-starter-blog-jumpalottahigh&ssg=gatsby" - }, - "junlulocky-popuptweets": { - "theme_key": "junlulocky-popuptweets", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/junlulocky/PopupTweets&ssg=jekyll" - }, - "justinformentin-gatsby-v2-tutorial-starter": { - "theme_key": "justinformentin-gatsby-v2-tutorial-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/justinformentin/gatsby-v2-tutorial-starter&ssg=gatsby" - }, - "jweslley-hugo-conference": { - "theme_key": "jweslley-hugo-conference", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jweslley/hugo-conference&ssg=hugo" - }, - "jwillmer-jekylldecent": { - "theme_key": "jwillmer-jekylldecent", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/jwillmer/jekyllDecent&ssg=jekyll" - }, - "kakawait-hugo-tranquilpeak-theme": { - "theme_key": "kakawait-hugo-tranquilpeak-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/kakawait/hugo-tranquilpeak-theme&ssg=hugo" - }, - "kamikat-jekyll-theme-kagami": { - "theme_key": "kamikat-jekyll-theme-kagami", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/kamikat/jekyll-theme-kagami&ssg=jekyll" - }, - "kausalflow-connectome": { - "theme_key": "kausalflow-connectome", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/kausalflow/connectome&ssg=hugo" - }, - "kaushalmodi-hugo-bare-min-theme": { - "theme_key": "kaushalmodi-hugo-bare-min-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/kaushalmodi/hugo-bare-min-theme&ssg=hugo" - }, - "kc0bfv-autophugo": { - "theme_key": "kc0bfv-autophugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/kc0bfv/autophugo&ssg=hugo" - }, - "kc0bfv-ticky_tacky_dark": { - "theme_key": "kc0bfv-ticky_tacky_dark", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/kc0bfv/ticky_tacky_dark&ssg=hugo" - }, - "keichi-vienna": { - "theme_key": "keichi-vienna", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/keichi/vienna&ssg=hugo" - }, - "kevit-devaid-jekyll-theme": { - "theme_key": "kevit-devaid-jekyll-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/kevit/devaid-jekyll-theme&ssg=jekyll" - }, - "kishaningithub-hugo-creative-portfolio-theme": { - "theme_key": "kishaningithub-hugo-creative-portfolio-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/kishaningithub/hugo-creative-portfolio-theme&ssg=hugo" - }, - "kitian616-jekyll-text-theme": { - "theme_key": "kitian616-jekyll-text-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/kitian616/jekyll-TeXt-theme&ssg=jekyll" - }, - "knaman2609-clean": { - "theme_key": "knaman2609-clean", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/knaman2609/clean&ssg=jekyll" - }, - "knhash-pudhina": { - "theme_key": "knhash-pudhina", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/knhash/Pudhina&ssg=jekyll" - }, - "knightjdr-gatsby-starter-scientist": { - "theme_key": "knightjdr-gatsby-starter-scientist", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/knightjdr/gatsby-starter-scientist&ssg=gatsby" - }, - "koirand-pulp": { - "theme_key": "koirand-pulp", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/koirand/pulp&ssg=hugo" - }, - "kronik3r-daktilo": { - "theme_key": "kronik3r-daktilo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/kronik3r/daktilo&ssg=jekyll" - }, - "kulacino-bajawa": { - "theme_key": "kulacino-bajawa", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/kulacino/bajawa&ssg=jekyll" - }, - "kuntoaji-dekyll": { - "theme_key": "kuntoaji-dekyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/kuntoaji/dekyll&ssg=jekyll" - }, - "kxxvii-kikofri": { - "theme_key": "kxxvii-kikofri", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/kxxvii/Kikofri&ssg=jekyll" - }, - "laixintao-princess-diaries": { - "theme_key": "laixintao-princess-diaries", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/laixintao/Princess-Diaries&ssg=jekyll" - }, - "laobubu-jekyll-theme-easybook": { - "theme_key": "laobubu-jekyll-theme-easybook", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/laobubu/jekyll-theme-EasyBook&ssg=jekyll" - }, - "lasseborly-anybodyhome": { - "theme_key": "lasseborly-anybodyhome", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/lasseborly/anybodyhome&ssg=hugo" - }, - "lavkumarv-feature-blog-jekyll": { - "theme_key": "lavkumarv-feature-blog-jekyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/lavkumarv/feature-blog-jekyll&ssg=jekyll" - }, - "le4ker-personal-jekyll-theme": { - "theme_key": "le4ker-personal-jekyll-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/le4ker/personal-jekyll-theme&ssg=jekyll" - }, - "lednerb-bilberry-hugo-theme": { - "theme_key": "lednerb-bilberry-hugo-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Lednerb/bilberry-hugo-theme&ssg=hugo" - }, - "lekoarts-gatsby-starter-minimal-blog": { - "theme_key": "lekoarts-gatsby-starter-minimal-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/LekoArts/gatsby-starter-minimal-blog&ssg=jekyll" - }, - "lekoarts-gatsby-starter-portfolio-cara": { - "theme_key": "lekoarts-gatsby-starter-portfolio-cara", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/LekoArts/gatsby-starter-portfolio-cara&ssg=gatsby" - }, - "lekoarts-gatsby-starter-portfolio-emilia": { - "theme_key": "lekoarts-gatsby-starter-portfolio-emilia", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/LekoArts/gatsby-starter-portfolio-emilia&ssg=gatsby" - }, - "lekoarts-gatsby-starter-portfolio-emma": { - "theme_key": "lekoarts-gatsby-starter-portfolio-emma", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/LekoArts/gatsby-starter-portfolio-emma&ssg=gatsby" - }, - "lekoarts-gatsby-starter-portfolio-jodie": { - "theme_key": "lekoarts-gatsby-starter-portfolio-jodie", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/LekoArts/gatsby-starter-portfolio-jodie&ssg=gatsby" - }, - "lekovicmilos-gatsby-starter-portfolio": { - "theme_key": "lekovicmilos-gatsby-starter-portfolio", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/LekovicMilos/gatsby-starter-portfolio&ssg=gatsby" - }, - "lenpaul-academic": { - "theme_key": "lenpaul-academic", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/LeNPaul/academic&ssg=jekyll" - }, - "lenpaul-lagrange": { - "theme_key": "lenpaul-lagrange", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/LeNPaul/Lagrange&ssg=jekyll" - }, - "lenpaul-millennial": { - "theme_key": "lenpaul-millennial", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/LeNPaul/Millennial&ssg=jekyll" - }, - "lenpaul-portfolio-jekyll-theme": { - "theme_key": "lenpaul-portfolio-jekyll-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/LeNPaul/portfolio-jekyll-theme&ssg=jekyll" - }, - "leonhe-hugo_eiio": { - "theme_key": "leonhe-hugo_eiio", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/leonhe/hugo_eiio&ssg=hugo" - }, - "lgaida-mediumish-gohugo-theme": { - "theme_key": "lgaida-mediumish-gohugo-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/lgaida/mediumish-gohugo-theme&ssg=hugo" - }, - "liberxue-liberxue.github.io": { - "theme_key": "liberxue-liberxue.github.io", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Liberxue/liberxue.github.io&ssg=jekyll" - }, - "lingxz-er": { - "theme_key": "lingxz-er", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/lingxz/er&ssg=hugo" - }, - "link9596-hydrogen": { - "theme_key": "link9596-hydrogen", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/link9596/hydrogen&ssg=jekyll" - }, - "liungkejin-liungkejin.github.io": { - "theme_key": "liungkejin-liungkejin.github.io", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/liungkejin/liungkejin.github.io&ssg=jekyll" - }, - "liuzc-leaveit": { - "theme_key": "liuzc-leaveit", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/liuzc/LeaveIt&ssg=hugo" - }, - "livingdocsio-gatsby-magazine-example": { - "theme_key": "livingdocsio-gatsby-magazine-example", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/livingdocsIO/gatsby-magazine-example&ssg=gatsby" - }, - "lixizhi-lixizhi.github.io": { - "theme_key": "lixizhi-lixizhi.github.io", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/lixizhi/lixizhi.github.io&ssg=jekyll" - }, - "lordmathis-hugo-theme-nix": { - "theme_key": "lordmathis-hugo-theme-nix", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/LordMathis/hugo-theme-nix&ssg=hugo" - }, - "lorepirri-cayman-blog": { - "theme_key": "lorepirri-cayman-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/lorepirri/cayman-blog&ssg=jekyll" - }, - "lubang-hugo-hello-programmer-theme": { - "theme_key": "lubang-hugo-hello-programmer-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/lubang/hugo-hello-programmer-theme&ssg=hugo" - }, - "luizdepra-hugo-coder": { - "theme_key": "luizdepra-hugo-coder", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/luizdepra/hugo-coder&ssg=hugo" - }, - "lukewhitehouse-gatsby-starter-blog-with-lunr": { - "theme_key": "lukewhitehouse-gatsby-starter-blog-with-lunr", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/lukewhitehouse/gatsby-starter-blog-with-lunr&ssg=gatsby" - }, - "lundgren2-gatsby-starter-github-api": { - "theme_key": "lundgren2-gatsby-starter-github-api", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/lundgren2/gatsby-starter-github-api&ssg=gatsby" - }, - "luoyan35714-lessormore": { - "theme_key": "luoyan35714-lessormore", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/luoyan35714/LessOrMore&ssg=jekyll" - }, - "lwz7512-gatsby-netlify-identity-starter": { - "theme_key": "lwz7512-gatsby-netlify-identity-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/lwz7512/gatsby-netlify-identity-starter&ssg=gatsby" - }, - "madelyneriksen-gatsby-starter-tyra": { - "theme_key": "madelyneriksen-gatsby-starter-tyra", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/madelyneriksen/gatsby-starter-tyra&ssg=gatsby" - }, - "madforjekyll-madforjekyll.github.io": { - "theme_key": "madforjekyll-madforjekyll.github.io", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/madforjekyll/madforjekyll.github.io&ssg=jekyll" - }, - "manid2-lone-wolf-theme": { - "theme_key": "manid2-lone-wolf-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/manid2/lone-wolf-theme/&ssg=jekyll" - }, - "marcanuy-hugotube": { - "theme_key": "marcanuy-hugotube", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/marcanuy/hugotube&ssg=hugo" - }, - "marcanuy-simpleit-hugo-theme": { - "theme_key": "marcanuy-simpleit-hugo-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/marcanuy/simpleit-hugo-theme&ssg=hugo" - }, - "markoradak-gatsby-starter-storybook": { - "theme_key": "markoradak-gatsby-starter-storybook", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/markoradak/gatsby-starter-storybook&ssg=gatsby" - }, - "matcornic-hugo-theme-learn": { - "theme_key": "matcornic-hugo-theme-learn", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/matcornic/hugo-theme-learn&ssg=hugo" - }, - "mateussmedeiros-blade-theme": { - "theme_key": "mateussmedeiros-blade-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/mateussmedeiros/blade-theme&ssg=jekyll" - }, - "mattbutton-silhouette-hugo": { - "theme_key": "mattbutton-silhouette-hugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/mattbutton/silhouette-hugo&ssg=hugo" - }, - "mattgraham-leap-day": { - "theme_key": "mattgraham-leap-day", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/mattgraham/Leap-Day&ssg=jekyll" - }, - "mattgraham-midnight": { - "theme_key": "mattgraham-midnight", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/mattgraham/midnight&ssg=jekyll" - }, - "mattvh-solar-theme-jekyll": { - "theme_key": "mattvh-solar-theme-jekyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/mattvh/solar-theme-jekyll&ssg=jekyll" - }, - "maxpou-gatsby-starter-morning-dew": { - "theme_key": "maxpou-gatsby-starter-morning-dew", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/maxpou/gatsby-starter-morning-dew&ssg=gatsby" - }, - "mazgi-hugo-theme-techlog-simple": { - "theme_key": "mazgi-hugo-theme-techlog-simple", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/mazgi/hugo-theme-techlog-simple&ssg=hugo" - }, - "mccrodp-gatsby-starter-contentful-i18n": { - "theme_key": "mccrodp-gatsby-starter-contentful-i18n", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/mccrodp/gatsby-starter-contentful-i18n&ssg=gatsby" - }, - "meibenny-elephants": { - "theme_key": "meibenny-elephants", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/meibenny/elephants&ssg=hugo" - }, - "melangue-dactl": { - "theme_key": "melangue-dactl", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/melangue/dactl&ssg=jekyll" - }, - "meliodus-meliodus.github.io": { - "theme_key": "meliodus-meliodus.github.io", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/meliodus/meliodus.github.io&ssg=jekyll" - }, - "meliodus-uno-dbyll": { - "theme_key": "meliodus-uno-dbyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/meliodus/uno-dbyll&ssg=jekyll" - }, - "melvinchng-event-jekyll-theme": { - "theme_key": "melvinchng-event-jekyll-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/melvinchng/event-jekyll-theme&ssg=jekyll" - }, - "mhadaily-gatsby-starter-typescript-power-blog": { - "theme_key": "mhadaily-gatsby-starter-typescript-power-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/mhadaily/gatsby-starter-typescript-power-blog&ssg=gatsby" - }, - "midzer-urban-theme": { - "theme_key": "midzer-urban-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/midzer/urban-theme&ssg=jekyll" - }, - "miguelsimoni-hugo-initio": { - "theme_key": "miguelsimoni-hugo-initio", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/miguelsimoni/hugo-initio&ssg=hugo" - }, - "mikeblum-hugo-now": { - "theme_key": "mikeblum-hugo-now", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/mikeblum/hugo-now&ssg=hugo" - }, - "mmistakes-hpstr-jekyll-theme": { - "theme_key": "mmistakes-hpstr-jekyll-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/mmistakes/hpstr-jekyll-theme&ssg=jekyll" - }, - "mmistakes-jekyll-theme-basically-basic": { - "theme_key": "mmistakes-jekyll-theme-basically-basic", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/mmistakes/jekyll-theme-basically-basic&ssg=jekyll" - }, - "mmistakes-jekyll-theme-skinny-bones": { - "theme_key": "mmistakes-jekyll-theme-skinny-bones", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/mmistakes/jekyll-theme-skinny-bones&ssg=jekyll" - }, - "mmistakes-minimal-mistakes": { - "theme_key": "mmistakes-minimal-mistakes", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/mmistakes/minimal-mistakes&ssg=jekyll" - }, - "mmistakes-so-simple-theme": { - "theme_key": "mmistakes-so-simple-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/mmistakes/so-simple-theme&ssg=jekyll" - }, - "mmrath-hugo-bootstrap": { - "theme_key": "mmrath-hugo-bootstrap", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/mmrath/hugo-bootstrap&ssg=hugo" - }, - "mohanmonu777-gatsby-starter-krisp": { - "theme_key": "mohanmonu777-gatsby-starter-krisp", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/mohanmonu777/gatsby-starter-krisp&ssg=gatsby" - }, - "moltin-gatsby-demo-store": { - "theme_key": "moltin-gatsby-demo-store", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/moltin/gatsby-demo-store&ssg=gatsby" - }, - "muan-scribble": { - "theme_key": "muan-scribble", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/muan/scribble&ssg=jekyll" - }, - "muhajirdev-gatsby-starter-firebase": { - "theme_key": "muhajirdev-gatsby-starter-firebase", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/muhajirdev/gatsby-starter-firebase&ssg=gatsby" - }, - "muhajirdev-gatsby-tailwind-emotion-starter": { - "theme_key": "muhajirdev-gatsby-tailwind-emotion-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/muhajirdev/gatsby-tailwind-emotion-starter&ssg=gatsby" - }, - "mumuxme-materialize-jekyll": { - "theme_key": "mumuxme-materialize-jekyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/mumuxme/materialize-jekyll&ssg=jekyll" - }, - "muniftanjim-minimo": { - "theme_key": "muniftanjim-minimo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/MunifTanjim/minimo&ssg=hugo" - }, - "murraco-jekyll-theme-minimal-resume": { - "theme_key": "murraco-jekyll-theme-minimal-resume", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/murraco/jekyll-theme-minimal-resume&ssg=jekyll" - }, - "mushishi78-jekyll-video": { - "theme_key": "mushishi78-jekyll-video", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/mushishi78/jekyll-video&ssg=jekyll" - }, - "mushishi78-one-page-wonder-jekyll": { - "theme_key": "mushishi78-one-page-wonder-jekyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/mushishi78/one-page-wonder-jekyll&ssg=jekyll" - }, - "nadjetey-wangana": { - "theme_key": "nadjetey-wangana", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/nadjetey/wangana&ssg=jekyll" - }, - "nandomoreirame-dotx": { - "theme_key": "nandomoreirame-dotx", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/nandomoreirame/dotX&ssg=jekyll" - }, - "nandomoreirame-end2end": { - "theme_key": "nandomoreirame-end2end", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/nandomoreirame/end2end&ssg=jekyll" - }, - "nandomoreirame-lora": { - "theme_key": "nandomoreirame-lora", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/nandomoreirame/lora&ssg=jekyll" - }, - "nandomoreirame-mug": { - "theme_key": "nandomoreirame-mug", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/nandomoreirame/mug&ssg=jekyll" - }, - "nandomoreirame-nandomoreira-jekyll-theme": { - "theme_key": "nandomoreirame-nandomoreira-jekyll-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/nandomoreirame/nandomoreira-jekyll-theme&ssg=jekyll" - }, - "nandomoreirame-simplest": { - "theme_key": "nandomoreirame-simplest", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/nandomoreirame/simplest&ssg=jekyll" - }, - "nandomoreirame-zetsu": { - "theme_key": "nandomoreirame-zetsu", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/nandomoreirame/zetsu&ssg=jekyll" - }, - "nanxiaobei-hugo-paper": { - "theme_key": "nanxiaobei-hugo-paper", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/nanxiaobei/hugo-paper&ssg=hugo" - }, - "narative-gatsby-theme-novela": { - "theme_key": "narative-gatsby-theme-novela", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/narative/gatsby-theme-novela&ssg=gatsby&cms=contentful" - }, - "natarajmb-charaka-hugo-theme": { - "theme_key": "natarajmb-charaka-hugo-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/natarajmb/charaka-hugo-theme&ssg=hugo" - }, - "nathancday-min_night": { - "theme_key": "nathancday-min_night", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/nathancday/min_night&ssg=hugo" - }, - "nehalist-gatsby-starter-nehalem": { - "theme_key": "nehalist-gatsby-starter-nehalem", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/nehalist/gatsby-starter-nehalem&ssg=gatsby" - }, - "neizod-lemma-theme": { - "theme_key": "neizod-lemma-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/neizod/lemma-theme&ssg=jekyll" - }, - "nickbalestra-kactus": { - "theme_key": "nickbalestra-kactus", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/nickbalestra/kactus&ssg=jekyll" - }, - "nielsenramon-chalk": { - "theme_key": "nielsenramon-chalk", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/nielsenramon/chalk&ssg=jekyll" - }, - "niklasbuschmann-contrast": { - "theme_key": "niklasbuschmann-contrast", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/niklasbuschmann/contrast&ssg=jekyll" - }, - "niklasbuschmann-contrast-hugo": { - "theme_key": "niklasbuschmann-contrast-hugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/niklasbuschmann/contrast-hugo&ssg=hugo" - }, - "niklasmtj-gatsby-starter-julia": { - "theme_key": "niklasmtj-gatsby-starter-julia", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/niklasmtj/gatsby-starter-julia&ssg=gatsby" - }, - "nikrich-jekyll-slender-template": { - "theme_key": "nikrich-jekyll-slender-template", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/nikrich/jekyll-slender-template&ssg=jekyll" - }, - "nikrich-jekyll-wing-template": { - "theme_key": "nikrich-jekyll-wing-template", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/nikrich/jekyll-wing-template&ssg=jekyll" - }, - "ninapetrop-artist-theme": { - "theme_key": "ninapetrop-artist-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ninapetrop/Artist-Theme&ssg=jekyll" - }, - "nirocfz-arabica": { - "theme_key": "nirocfz-arabica", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/nirocfz/arabica&ssg=hugo" - }, - "nodejh-hugo-theme-cactus-plus": { - "theme_key": "nodejh-hugo-theme-cactus-plus", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/nodejh/hugo-theme-cactus-plus&ssg=hugo" - }, - "nrandecker-particle": { - "theme_key": "nrandecker-particle", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/nrandecker/particle&ssg=jekyll" - }, - "nurlansu-hugo-sustain": { - "theme_key": "nurlansu-hugo-sustain", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/nurlansu/hugo-sustain&ssg=hugo" - }, - "ofranke-gatsby-typescript-scss-docker": { - "theme_key": "ofranke-gatsby-typescript-scss-docker", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/OFranke/gatsby-typescript-scss-docker&ssg=gatsby" - }, - "ohduran-onassis": { - "theme_key": "ohduran-onassis", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ohduran/Onassis&ssg=jekyll" - }, - "ohduran-the-interesting-times": { - "theme_key": "ohduran-the-interesting-times", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ohduran/the-interesting-times&ssg=jekyll" - }, - "okkur-syna": { - "theme_key": "okkur-syna", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/okkur/syna&ssg=hugo" - }, - "onweru-hugo-swift-theme": { - "theme_key": "onweru-hugo-swift-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/onweru/hugo-swift-theme&ssg=hugo" - }, - "onweru-newsroom": { - "theme_key": "onweru-newsroom", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/onweru/newsroom&ssg=hugo" - }, - "open-sl-jekyll-modern-blog": { - "theme_key": "open-sl-jekyll-modern-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Open-SL/Jekyll-Modern-Blog&ssg=jekyll" - }, - "osogrizz-gatsby-starter-santa-fe": { - "theme_key": "osogrizz-gatsby-starter-santa-fe", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/osogrizz/gatsby-starter-santa-fe&ssg=gatsby" - }, - "ozgrozer-dasper": { - "theme_key": "ozgrozer-dasper", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ozgrozer/dasper&ssg=jekyll" - }, - "p0wex-gesko": { - "theme_key": "p0wex-gesko", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/P0WEX/Gesko&ssg=jekyll" - }, - "pablovila-gatsby-starter-wordpress-community": { - "theme_key": "pablovila-gatsby-starter-wordpress-community", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/pablovila/gatsby-starter-wordpress-community&ssg=gatsby" - }, - "pacollins-hugo-future-imperfect-slim": { - "theme_key": "pacollins-hugo-future-imperfect-slim", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/pacollins/hugo-future-imperfect-slim&ssg=hugo" - }, - "pandasekh-jekyll-podcaster": { - "theme_key": "pandasekh-jekyll-podcaster", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/PandaSekh/Jekyll-Podcaster&ssg=jekyll" - }, - "pandasekh-jekyll-yamt": { - "theme_key": "pandasekh-jekyll-yamt", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/PandaSekh/Jekyll-YAMT&ssg=jekyll" - }, - "panr-gatsby-starter-hello-friend": { - "theme_key": "panr-gatsby-starter-hello-friend", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/panr/gatsby-starter-hello-friend&ssg=gatsby" - }, - "panr-hugo-theme-hello-friend": { - "theme_key": "panr-hugo-theme-hello-friend", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/panr/hugo-theme-hello-friend&ssg=hugo" - }, - "panr-hugo-theme-terminal": { - "theme_key": "panr-hugo-theme-terminal", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/panr/hugo-theme-terminal&ssg=hugo" - }, - "parmsang-gatsby-starter-ecommerce": { - "theme_key": "parmsang-gatsby-starter-ecommerce", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/parmsang/gatsby-starter-ecommerce&ssg=gatsby" - }, - "pasindud-jekyll-masonry": { - "theme_key": "pasindud-jekyll-masonry", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/pasindud/jekyll-masonry&ssg=jekyll" - }, - "patdryburgh-hitchens": { - "theme_key": "patdryburgh-hitchens", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/patdryburgh/hitchens&ssg=jekyll" - }, - "patricoferris-gatsby-starter-notes": { - "theme_key": "patricoferris-gatsby-starter-notes", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/patricoferris/gatsby-starter-notes&ssg=gatsby" - }, - "pdevty-material-design": { - "theme_key": "pdevty-material-design", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/pdevty/material-design&ssg=hugo" - }, - "pdevty-polymer": { - "theme_key": "pdevty-polymer", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/pdevty/polymer&ssg=hugo" - }, - "peahatlanding-plain-webcomic": { - "theme_key": "peahatlanding-plain-webcomic", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/peahatlanding/Plain-Webcomic&ssg=jekyll" - }, - "penibelst-jekyll-noita": { - "theme_key": "penibelst-jekyll-noita", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/penibelst/jekyll-noita&ssg=jekyll" - }, - "phlow-feeling-responsive": { - "theme_key": "phlow-feeling-responsive", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Phlow/feeling-responsive&ssg=jekyll" - }, - "piducancore-gatsby-starter-apollo-netlify": { - "theme_key": "piducancore-gatsby-starter-apollo-netlify", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/piducancore/gatsby-starter-apollo-netlify&ssg=gatsby" - }, - "pietromenna-jekyll-architect-theme": { - "theme_key": "pietromenna-jekyll-architect-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/pietromenna/jekyll-architect-theme&ssg=jekyll" - }, - "pietromenna-jekyll-cayman-theme": { - "theme_key": "pietromenna-jekyll-cayman-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/pietromenna/jekyll-cayman-theme&ssg=jekyll" - }, - "piharpi-jekyll-klise": { - "theme_key": "piharpi-jekyll-klise", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/piharpi/jekyll-klise&ssg=jekyll" - }, - "pipporj-hugo-refresh": { - "theme_key": "pipporj-hugo-refresh", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/PippoRJ/hugo-refresh&ssg=hugo" - }, - "pixelsign-gatsby-starter-tachyons": { - "theme_key": "pixelsign-gatsby-starter-tachyons", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/pixelsign/gatsby-starter-tachyons&ssg=gatsby" - }, - "pmarsceill-just-the-docs": { - "theme_key": "pmarsceill-just-the-docs", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/pmarsceill/just-the-docs&ssg=jekyll" - }, - "poole-hyde": { - "theme_key": "poole-hyde", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/poole/hyde&ssg=jekyll" - }, - "poole-lanyon": { - "theme_key": "poole-lanyon", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/poole/lanyon&ssg=jekyll" - }, - "poole-poole": { - "theme_key": "poole-poole", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/poole/poole&ssg=jekyll" - }, - "pranavrajs-limpid": { - "theme_key": "pranavrajs-limpid", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/pranavrajs/limpid&ssg=jekyll" - }, - "pranavrajs-swift": { - "theme_key": "pranavrajs-swift", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/pranavrajs/swift/&ssg=jekyll" - }, - "progrhyme-hugo-theme-bootie-docs": { - "theme_key": "progrhyme-hugo-theme-bootie-docs", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/progrhyme/hugo-theme-bootie-docs&ssg=hugo" - }, - "projectpages-project-pages": { - "theme_key": "projectpages-project-pages", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/projectpages/project-pages&ssg=jekyll" - }, - "prototypeinteractive-gatsby-react-boilerplate": { - "theme_key": "prototypeinteractive-gatsby-react-boilerplate", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/PrototypeInteractive/gatsby-react-boilerplate&ssg=gatsby" - }, - "qingpingmeng-gatsby-starter-traveler-blog": { - "theme_key": "qingpingmeng-gatsby-starter-traveler-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/QingpingMeng/gatsby-starter-traveler-blog&ssg=gatsby" - }, - "qqhann-hugo-primer": { - "theme_key": "qqhann-hugo-primer", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/qqhann/hugo-primer&ssg=hugo" - }, - "railsr-autm-rb": { - "theme_key": "railsr-autm-rb", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/railsr/autm-rb&ssg=jekyll" - }, - "rcjach-hugo-webslides": { - "theme_key": "rcjach-hugo-webslides", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/RCJacH/hugo-webslides&ssg=hugo" - }, - "realorangeone-hugo-theme-revealjs": { - "theme_key": "realorangeone-hugo-theme-revealjs", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/RealOrangeOne/hugo-theme-revealjs&ssg=hugo" - }, - "redvi-voyager": { - "theme_key": "redvi-voyager", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/redVi/voyager&ssg=jekyll" - }, - "renvrant-gatsby-mdx-netlify-cms-starter": { - "theme_key": "renvrant-gatsby-mdx-netlify-cms-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/renvrant/gatsby-mdx-netlify-cms-starter&ssg=gatsby" - }, - "renyuanz-leonids": { - "theme_key": "renyuanz-leonids", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/renyuanz/leonids&ssg=jekyll" - }, - "resir014-gatsby-starter-typescript-plus": { - "theme_key": "resir014-gatsby-starter-typescript-plus", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/resir014/gatsby-starter-typescript-plus&ssg=gatsby" - }, - "reuixiy-hugo-theme-meme": { - "theme_key": "reuixiy-hugo-theme-meme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/reuixiy/hugo-theme-meme&ssg=hugo" - }, - "rhazdon-hugo-theme-hello-friend-ng": { - "theme_key": "rhazdon-hugo-theme-hello-friend-ng", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/rhazdon/hugo-theme-hello-friend-ng&ssg=hugo" - }, - "ribice-kiss": { - "theme_key": "ribice-kiss", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ribice/kiss&ssg=hugo" - }, - "riggraz-no-style-please": { - "theme_key": "riggraz-no-style-please", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/riggraz/no-style-please&ssg=jekyll" - }, - "ritijjain-pudhina-fresh": { - "theme_key": "ritijjain-pudhina-fresh", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ritijjain/pudhina-fresh&ssg=jekyll" - }, - "rlue-jekyll-solana": { - "theme_key": "rlue-jekyll-solana", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/rlue/jekyll-solana&ssg=jekyll" - }, - "rmagon-gatsby-starter-interviews": { - "theme_key": "rmagon-gatsby-starter-interviews", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/rmagon/gatsby-starter-interviews&ssg=gatsby" - }, - "rmsubekti-emping": { - "theme_key": "rmsubekti-emping", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/rmsubekti/emping&ssg=jekyll" - }, - "rmsubekti-nangka": { - "theme_key": "rmsubekti-nangka", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/rmsubekti/nangka&ssg=jekyll" - }, - "robincsl-gatsby-starter-docz": { - "theme_key": "robincsl-gatsby-starter-docz", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/RobinCsl/gatsby-starter-docz&ssg=gatsby" - }, - "rohanchandra-type-theme": { - "theme_key": "rohanchandra-type-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/rohanchandra/type-theme&ssg=jekyll" - }, - "rohitguptab-oneshopper": { - "theme_key": "rohitguptab-oneshopper", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/rohitguptab/OneShopper&ssg=gatsby" - }, - "rohitguptab-rg-portfolio": { - "theme_key": "rohitguptab-rg-portfolio", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/rohitguptab/rg-portfolio&ssg=gatsby&cms=contentful" - }, - "ronv-lines": { - "theme_key": "ronv-lines", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ronv/lines&ssg=hugo" - }, - "rosario-kasper": { - "theme_key": "rosario-kasper", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/rosario/kasper&ssg=jekyll" - }, - "rundocs-jekyll-rtd-theme": { - "theme_key": "rundocs-jekyll-rtd-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/rundocs/jekyll-rtd-theme&ssg=jekyll" - }, - "runningstream-hugograyscale": { - "theme_key": "runningstream-hugograyscale", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/runningstream/hugograyscale/&ssg=hugo" - }, - "ryanwiemer-gatsby-starter-gcn": { - "theme_key": "ryanwiemer-gatsby-starter-gcn", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ryanwiemer/gatsby-starter-gcn&ssg=gatsby" - }, - "s-kris-gatsby-minimal-portfolio-blog": { - "theme_key": "s-kris-gatsby-minimal-portfolio-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/s-kris/gatsby-minimal-portfolio-blog&ssg=gatsby" - }, - "saey55-hugo-elate-theme": { - "theme_key": "saey55-hugo-elate-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/saey55/hugo-elate-theme&ssg=hugo" - }, - "sag-dev-hugo-minimalist-spa": { - "theme_key": "sag-dev-hugo-minimalist-spa", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Sag-Dev/hugo-minimalist-spa&ssg=hugo" - }, - "salcan-beyondnothing": { - "theme_key": "salcan-beyondnothing", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/salcan/BeyondNothing&ssg=hugo" - }, - "salgnt-travelogue": { - "theme_key": "salgnt-travelogue", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/SalGnt/Travelogue&ssg=jekyll" - }, - "salsysd-hugo-assembly": { - "theme_key": "salsysd-hugo-assembly", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/salsysd/hugo-assembly&ssg=hugo" - }, - "santosfrancisco-gatsby-starter-cv": { - "theme_key": "santosfrancisco-gatsby-starter-cv", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/santosfrancisco/gatsby-starter-cv&ssg=gatsby" - }, - "sarasate-gate": { - "theme_key": "sarasate-gate", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sarasate/gate&ssg=gatsby" - }, - "saschajullmann-gatsby-starter-gatsbythemes": { - "theme_key": "saschajullmann-gatsby-starter-gatsbythemes", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/saschajullmann/gatsby-starter-gatsbythemes&ssg=gatsby" - }, - "schmanat-hugo-highlights-theme": { - "theme_key": "schmanat-hugo-highlights-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/schmanat/hugo-highlights-theme&ssg=hugo" - }, - "schollz-onetwothree": { - "theme_key": "schollz-onetwothree", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/schollz/onetwothree&ssg=hugo" - }, - "scotte-jekyll-clean": { - "theme_key": "scotte-jekyll-clean", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/scotte/jekyll-clean&ssg=jekyll" - }, - "seanlane-gochowdown": { - "theme_key": "seanlane-gochowdown", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/seanlane/gochowdown&ssg=hugo" - }, - "serg-yourfolio": { - "theme_key": "serg-yourfolio", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/serg/yourfolio&ssg=hugo" - }, - "sergiokopplin-indigo": { - "theme_key": "sergiokopplin-indigo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sergiokopplin/indigo&ssg=jekyll" - }, - "sfreytag-friday-theme": { - "theme_key": "sfreytag-friday-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sfreytag/friday-theme&ssg=jekyll" - }, - "shaform-hugo-theme-den": { - "theme_key": "shaform-hugo-theme-den", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/shaform/hugo-theme-den&ssg=hugo" - }, - "shankar-hugo-grapes": { - "theme_key": "shankar-hugo-grapes", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/shankar/hugo-grapes&ssg=hugo" - }, - "shantanu-deshmukh-vhealth-gatsby": { - "theme_key": "shantanu-deshmukh-vhealth-gatsby", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/shantanu-deshmukh/vhealth-gatsby&ssg=gatsby" - }, - "sharadcodes-geekyll-starter-blog": { - "theme_key": "sharadcodes-geekyll-starter-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sharadcodes/geekyll-starter-blog&ssg=jekyll" - }, - "sharadcodes-jekyll-theme-milo": { - "theme_key": "sharadcodes-jekyll-theme-milo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sharadcodes/jekyll-theme-milo&ssg=jekyll" - }, - "sharadcodes-jekyll-theme-retro-yellow": { - "theme_key": "sharadcodes-jekyll-theme-retro-yellow", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sharadcodes/jekyll-theme-retro-yellow&ssg=jekyll" - }, - "sharu725-ashwath": { - "theme_key": "sharu725-ashwath", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sharu725/ashwath&ssg=jekyll" - }, - "sharu725-bheema": { - "theme_key": "sharu725-bheema", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sharu725/bheema&ssg=jekyll" - }, - "sharu725-cards": { - "theme_key": "sharu725-cards", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sharu725/cards&ssg=jekyll" - }, - "sharu725-gatok": { - "theme_key": "sharu725-gatok", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sharu725/gatok&ssg=jekyll" - }, - "sharu725-hagura": { - "theme_key": "sharu725-hagura", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sharu725/hagura&ssg=jekyll" - }, - "sharu725-karna": { - "theme_key": "sharu725-karna", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sharu725/karna&ssg=jekyll" - }, - "sharu725-online-cv": { - "theme_key": "sharu725-online-cv", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sharu725/online-cv&ssg=jekyll" - }, - "sharu725-slides": { - "theme_key": "sharu725-slides", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sharu725/slides&ssg=jekyll" - }, - "sharu725-thunder": { - "theme_key": "sharu725-thunder", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sharu725/thunder&ssg=jekyll" - }, - "sharu725-vyaasa": { - "theme_key": "sharu725-vyaasa", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sharu725/vyaasa&ssg=jekyll" - }, - "shawnteoh-matjek": { - "theme_key": "shawnteoh-matjek", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ShawnTeoh/matjek&ssg=jekyll" - }, - "shenoybr-hugo-goa": { - "theme_key": "shenoybr-hugo-goa", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/shenoybr/hugo-goa&ssg=hugo" - }, - "shobhitchittora-gatsby-starter-fashion-portfolio": { - "theme_key": "shobhitchittora-gatsby-starter-fashion-portfolio", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/shobhitchittora/gatsby-starter-fashion-portfolio&ssg=gatsby" - }, - "siawyoung-immaculate": { - "theme_key": "siawyoung-immaculate", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/siawyoung/immaculate&ssg=jekyll" - }, - "siegerts-hugo-theme-basic": { - "theme_key": "siegerts-hugo-theme-basic", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/siegerts/hugo-theme-basic&ssg=hugo" - }, - "simplecode-io-gatsby-crafty-theme": { - "theme_key": "simplecode-io-gatsby-crafty-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/simplecode-io/gatsby-crafty-theme&ssg=gatsby" - }, - "simpleyyt-jekyll-jacman": { - "theme_key": "simpleyyt-jekyll-jacman", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Simpleyyt/jekyll-jacman&ssg=jekyll" - }, - "simpleyyt-jekyll-simpleyyt": { - "theme_key": "simpleyyt-jekyll-simpleyyt", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Simpleyyt/jekyll-simpleyyt&ssg=jekyll" - }, - "simpleyyt-jekyll-theme-next": { - "theme_key": "simpleyyt-jekyll-theme-next", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Simpleyyt/jekyll-theme-next&ssg=jekyll" - }, - "smakosh-gatsby-apollo-starter": { - "theme_key": "smakosh-gatsby-apollo-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/smakosh/gatsby-apollo-starter&ssg=gatsby" - }, - "smakosh-gatsby-app-starter-rest-api": { - "theme_key": "smakosh-gatsby-app-starter-rest-api", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/smakosh/gatsby-app-starter-rest-api&ssg=gatsby" - }, - "smakosh-gatsby-portfolio-dev": { - "theme_key": "smakosh-gatsby-portfolio-dev", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/smakosh/gatsby-portfolio-dev&ssg=gatsby" - }, - "smallmuou-jekyll-pithy": { - "theme_key": "smallmuou-jekyll-pithy", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/smallmuou/Jekyll-Pithy&ssg=jekyll" - }, - "snipcart-stackbit-theme-planty": { - "theme_key": "snipcart-stackbit-theme-planty", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/snipcart/stackbit-theme-planty" - }, - "songroger-murmur": { - "theme_key": "songroger-murmur", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/songroger/murmur&ssg=jekyll" - }, - "south-paw-awesome-gatsby-starter": { - "theme_key": "south-paw-awesome-gatsby-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/South-Paw/awesome-gatsby-starter&ssg=gatsby" - }, - "sparanoid-almace-scaffolding": { - "theme_key": "sparanoid-almace-scaffolding", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sparanoid/almace-scaffolding&ssg=jekyll" - }, - "spech66-bootstrap-bp-hugo-startpage": { - "theme_key": "spech66-bootstrap-bp-hugo-startpage", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/spech66/bootstrap-bp-hugo-startpage&ssg=hugo" - }, - "spech66-bootstrap-bp-hugo-theme": { - "theme_key": "spech66-bootstrap-bp-hugo-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/spech66/bootstrap-bp-hugo-theme&ssg=hugo" - }, - "spf13-hyde": { - "theme_key": "spf13-hyde", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/spf13/hyde&ssg=hugo" - }, - "spookey-slick": { - "theme_key": "spookey-slick", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/spookey/slick&ssg=hugo" - }, - "ssokurenko-jekyll-smart-material": { - "theme_key": "ssokurenko-jekyll-smart-material", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ssokurenko/jekyll-smart-material&ssg=jekyll" - }, - "st4ple-solid-jekyll": { - "theme_key": "st4ple-solid-jekyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/st4ple/solid-jekyll&ssg=jekyll" - }, - "stackbit-themes-ampersand-unibit": { - "theme_key": "stackbit-themes-ampersand-unibit", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/stackbit-themes/ampersand-unibit" - }, - "stackbit-themes-azimuth-unibit": { - "theme_key": "stackbit-themes-azimuth-unibit", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/stackbit-themes/azimuth-unibit" - }, - "stackbit-themes-diy-unibit": { - "theme_key": "stackbit-themes-diy-unibit", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/stackbit-themes/diy-unibit" - }, - "stackbit-themes-exto-unibit": { - "theme_key": "stackbit-themes-exto-unibit", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/stackbit-themes/exto-unibit" - }, - "stackbit-themes-fjord-unibit": { - "theme_key": "stackbit-themes-fjord-unibit", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/stackbit-themes/fjord-unibit" - }, - "stackbit-themes-fresh-unibit": { - "theme_key": "stackbit-themes-fresh-unibit", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/stackbit-themes/fresh-unibit" - }, - "stackbit-themes-libris-unibit": { - "theme_key": "stackbit-themes-libris-unibit", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/stackbit-themes/libris-unibit" - }, - "stackbit-themes-starter-unibit": { - "theme_key": "stackbit-themes-starter-unibit", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/stackbit-themes/starter-unibit" - }, - "stackbit-themes-vanilla-unibit": { - "theme_key": "stackbit-themes-vanilla-unibit", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/stackbit-themes/vanilla-unibit" - }, - "staticmania-roxo-hugo": { - "theme_key": "staticmania-roxo-hugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/StaticMania/roxo-hugo&ssg=hugo" - }, - "stephen-cloud-gatsby-markdown-material-typescript-starter": { - "theme_key": "stephen-cloud-gatsby-markdown-material-typescript-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/stephen-cloud/gatsby-markdown-material-typescript-starter&ssg=gatsby" - }, - "stevelane-hugo-icon": { - "theme_key": "stevelane-hugo-icon", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/SteveLane/hugo-icon&ssg=hugo" - }, - "stijnvc-holo-alfa": { - "theme_key": "stijnvc-holo-alfa", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/stijnvc/holo-alfa&ssg=jekyll" - }, - "streetturtle-jekyll-clean-dark": { - "theme_key": "streetturtle-jekyll-clean-dark", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/streetturtle/jekyll-clean-dark&ssg=jekyll" - }, - "sudorook-capsule": { - "theme_key": "sudorook-capsule", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sudorook/capsule&ssg=hugo" - }, - "sunbliss-photorama": { - "theme_key": "sunbliss-photorama", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sunbliss/photorama&ssg=jekyll" - }, - "sw-yx-jamstack-hackathon-starter": { - "theme_key": "sw-yx-jamstack-hackathon-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/sw-yx/jamstack-hackathon-starter&ssg=gatsby" - }, - "swanson-lagom": { - "theme_key": "swanson-lagom", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/swanson/lagom&ssg=jekyll" - }, - "sylhare-type-on-strap": { - "theme_key": "sylhare-type-on-strap", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Sylhare/Type-on-Strap&ssg=jekyll" - }, - "syui-hugo-theme-air": { - "theme_key": "syui-hugo-theme-air", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/syui/hugo-theme-air&ssg=hugo" - }, - "syui-hugo-theme-wave": { - "theme_key": "syui-hugo-theme-wave", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/syui/hugo-theme-wave&ssg=hugo" - }, - "szhielelp-jekylltheme-projectgaia": { - "theme_key": "szhielelp-jekylltheme-projectgaia", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/szhielelp/JekyllTheme-ProjectGaia&ssg=jekyll" - }, - "taylantatli-moon": { - "theme_key": "taylantatli-moon", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/TaylanTatli/Moon&ssg=jekyll" - }, - "taylantatli-ramme": { - "theme_key": "taylantatli-ramme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/TaylanTatli/Ramme&ssg=jekyll" - }, - "tazeg-hugo-blog-jeffprod": { - "theme_key": "tazeg-hugo-blog-jeffprod", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Tazeg/hugo-blog-jeffprod&ssg=hugo" - }, - "tblyler-light-hugo": { - "theme_key": "tblyler-light-hugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/tblyler/light-hugo&ssg=hugo" - }, - "tcbutler320-jek": { - "theme_key": "tcbutler320-jek", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/tcbutler320/jek&ssg=jekyll" - }, - "tcbutler320-jekyll-theme-dumbarton": { - "theme_key": "tcbutler320-jekyll-theme-dumbarton", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/tcbutler320/Jekyll-Theme-Dumbarton&ssg=jekyll" - }, - "teaware-gatsby-starter-point": { - "theme_key": "teaware-gatsby-starter-point", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/teaware/gatsby-starter-point&ssg=gatsby" - }, - "thakkaryash94-gatsby-github-personal-website": { - "theme_key": "thakkaryash94-gatsby-github-personal-website", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/thakkaryash94/gatsby-github-personal-website&ssg=gatsby" - }, - "the-development-flex": { - "theme_key": "the-development-flex", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/the-development/flex&ssg=jekyll" - }, - "the2ne-hugo-frais": { - "theme_key": "the2ne-hugo-frais", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/the2ne/hugo-frais&ssg=hugo" - }, - "thebakerdev-gatsby-starter-zenii": { - "theme_key": "thebakerdev-gatsby-starter-zenii", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/thebakerdev/gatsby-starter-zenii&ssg=gatsby" - }, - "thedevslot-whatatheme": { - "theme_key": "thedevslot-whatatheme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/thedevslot/WhatATheme/&ssg=jekyll" - }, - "themefisher-infinity-hugo": { - "theme_key": "themefisher-infinity-hugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/themefisher/infinity-hugo&ssg=hugo" - }, - "themefisher-kross-hugo-portfolio-template": { - "theme_key": "themefisher-kross-hugo-portfolio-template", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/themefisher/kross-hugo-portfolio-template&ssg=hugo" - }, - "themefisher-meghna-hugo": { - "theme_key": "themefisher-meghna-hugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/themefisher/meghna-hugo&ssg=hugo" - }, - "themefisher-navigator-hugo": { - "theme_key": "themefisher-navigator-hugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/themefisher/navigator-hugo&ssg=hugo" - }, - "themefisher-restaurant-hugo": { - "theme_key": "themefisher-restaurant-hugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/themefisher/restaurant-hugo&ssg=hugo" - }, - "themefisher-timer-hugo": { - "theme_key": "themefisher-timer-hugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/themefisher/timer-hugo&ssg=hugo" - }, - "themefisher-vex-hugo": { - "theme_key": "themefisher-vex-hugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/themefisher/vex-hugo&ssg=hugo" - }, - "thephuse-strange_case": { - "theme_key": "thephuse-strange_case", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/thephuse/strange_case&ssg=jekyll" - }, - "thetrevorharmon-gatsby-starter-typescript-sass": { - "theme_key": "thetrevorharmon-gatsby-starter-typescript-sass", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/thetrevorharmon/gatsby-starter-typescript-sass&ssg=gatsby" - }, - "thiagorossener-jekflix-template": { - "theme_key": "thiagorossener-jekflix-template", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/thiagorossener/jekflix-template&ssg=jekyll" - }, - "thingsym-hugo-theme-techdoc": { - "theme_key": "thingsym-hugo-theme-techdoc", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/thingsym/hugo-theme-techdoc&ssg=hugo" - }, - "thinker3197-ink": { - "theme_key": "thinker3197-ink", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/thinker3197/ink&ssg=jekyll" - }, - "thomasheller-crab": { - "theme_key": "thomasheller-crab", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/thomasheller/crab&ssg=hugo" - }, - "thomaswangio-gatsby-personal-starter-blog": { - "theme_key": "thomaswangio-gatsby-personal-starter-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/thomaswangio/gatsby-personal-starter-blog&ssg=gatsby" - }, - "thomaswangio-gatsby-starter-primer": { - "theme_key": "thomaswangio-gatsby-starter-primer", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/thomaswangio/gatsby-starter-primer&ssg=gatsby" - }, - "thundermiracle-gatsby-simple-blog": { - "theme_key": "thundermiracle-gatsby-simple-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/thundermiracle/gatsby-simple-blog&ssg=gatsby" - }, - "tigefa4u-jekmdl": { - "theme_key": "tigefa4u-jekmdl", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/tigefa4u/jekmdl&ssg=jekyll" - }, - "tnguyen-blueface": { - "theme_key": "tnguyen-blueface", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/tnguyen/blueface&ssg=jekyll" - }, - "tnwhitwell-hugo-startpage-theme": { - "theme_key": "tnwhitwell-hugo-startpage-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/tnwhitwell/hugo-startpage-theme&ssg=hugo" - }, - "toboko-gatsby-starter-fine": { - "theme_key": "toboko-gatsby-starter-fine", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/toboko/gatsby-starter-fine&ssg=gatsby" - }, - "tocttou-hacker-blog": { - "theme_key": "tocttou-hacker-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/tocttou/hacker-blog&ssg=jekyll" - }, - "tomanistor-osprey": { - "theme_key": "tomanistor-osprey", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/tomanistor/osprey&ssg=hugo" - }, - "tomekskuta-gatsby-starter-intl": { - "theme_key": "tomekskuta-gatsby-starter-intl", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/tomekskuta/gatsby-starter-intl&ssg=gatsby" - }, - "tomjohnson1492-documentation-theme-jekyll": { - "theme_key": "tomjohnson1492-documentation-theme-jekyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/tomjohnson1492/documentation-theme-jekyll&ssg=jekyll" - }, - "tomoyukikashiro-gatsby-starter-blog-amp-to-pwa": { - "theme_key": "tomoyukikashiro-gatsby-starter-blog-amp-to-pwa", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/tomoyukikashiro/gatsby-starter-blog-amp-to-pwa&ssg=gatsby" - }, - "tosi29-inkblotty": { - "theme_key": "tosi29-inkblotty", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/tosi29/inkblotty&ssg=hugo" - }, - "track3-hermit": { - "theme_key": "track3-hermit", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Track3/hermit&ssg=hugo" - }, - "ttntm-hugo-landing-page": { - "theme_key": "ttntm-hugo-landing-page", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ttntm/hugo-landing-page&ssg=hugo" - }, - "ttskch-jekyll-ttskch-theme": { - "theme_key": "ttskch-jekyll-ttskch-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ttskch/jekyll-ttskch-theme&ssg=jekyll" - }, - "tummychow-lanyon-hugo": { - "theme_key": "tummychow-lanyon-hugo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/tummychow/lanyon-hugo&ssg=hugo" - }, - "tybenz-exemplar": { - "theme_key": "tybenz-exemplar", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/tybenz/exemplar&ssg=jekyll" - }, - "tylergreulich-gatsby-typescript-mdx-prismjs-starter": { - "theme_key": "tylergreulich-gatsby-typescript-mdx-prismjs-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/tylergreulich/gatsby-typescript-mdx-prismjs-starter&ssg=gatsby" - }, - "ueno-llc-ueno-gatsby-starter": { - "theme_key": "ueno-llc-ueno-gatsby-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ueno-llc/ueno-gatsby-starter&ssg=gatsby" - }, - "ugglr-gatsby-clean-portfolio": { - "theme_key": "ugglr-gatsby-clean-portfolio", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/ugglr/gatsby-clean-portfolio&ssg=gatsby" - }, - "uicardiodev-hugo-lime": { - "theme_key": "uicardiodev-hugo-lime", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/uicardiodev/hugo-lime&ssg=hugo" - }, - "uicardiodev-hugo-sodium-theme": { - "theme_key": "uicardiodev-hugo-sodium-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/uicardiodev/hugo-sodium-theme&ssg=hugo" - }, - "uicardiodev-hugo-uilite": { - "theme_key": "uicardiodev-hugo-uilite", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/uicardiodev/hugo-uilite&ssg=hugo" - }, - "unifreak-unifreak.github.io": { - "theme_key": "unifreak-unifreak.github.io", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/UniFreak/unifreak.github.io&ssg=jekyll" - }, - "upagge-ublogger": { - "theme_key": "upagge-ublogger", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/uPagge/uBlogger&ssg=hugo" - }, - "v4iv-gatsby-starter-business": { - "theme_key": "v4iv-gatsby-starter-business", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/v4iv/gatsby-starter-business&ssg=gatsby" - }, - "vaga-hugo-theme-m10c": { - "theme_key": "vaga-hugo-theme-m10c", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/vaga/hugo-theme-m10c&ssg=hugo" - }, - "vagr9k-gatsby-advanced-starter": { - "theme_key": "vagr9k-gatsby-advanced-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Vagr9K/gatsby-advanced-starter&ssg=gatsby" - }, - "vagr9k-gatsby-material-starter": { - "theme_key": "vagr9k-gatsby-material-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Vagr9K/gatsby-material-starter&ssg=gatsby" - }, - "vantagedesign-ace-documentation": { - "theme_key": "vantagedesign-ace-documentation", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/vantagedesign/ace-documentation&ssg=hugo" - }, - "victoriadrake-hugo-theme-introduction": { - "theme_key": "victoriadrake-hugo-theme-introduction", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/victoriadrake/hugo-theme-introduction&ssg=hugo" - }, - "victorvoid-space-jekyll-template": { - "theme_key": "victorvoid-space-jekyll-template", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/victorvoid/space-jekyll-template/&ssg=jekyll" - }, - "vietanhdev-hugo-curious": { - "theme_key": "vietanhdev-hugo-curious", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/vietanhdev/hugo-curious&ssg=hugo" - }, - "vimux-binario": { - "theme_key": "vimux-binario", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Vimux/Binario&ssg=hugo" - }, - "vimux-blank": { - "theme_key": "vimux-blank", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/vimux/blank&ssg=hugo" - }, - "vimux-mainroad": { - "theme_key": "vimux-mainroad", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Vimux/Mainroad&ssg=hugo" - }, - "vincentchan-mickey": { - "theme_key": "vincentchan-mickey", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/vincentchan/mickey&ssg=jekyll" - }, - "vinitkumar-white-paper": { - "theme_key": "vinitkumar-white-paper", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/vinitkumar/white-paper&ssg=jekyll" - }, - "vividvilla-ezhil": { - "theme_key": "vividvilla-ezhil", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/vividvilla/ezhil&ssg=hugo" - }, - "volny-creative-theme-jekyll": { - "theme_key": "volny-creative-theme-jekyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/volny/creative-theme-jekyll&ssg=jekyll" - }, - "volny-stylish-portfolio-jekyll": { - "theme_key": "volny-stylish-portfolio-jekyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/volny/stylish-portfolio-jekyll&ssg=jekyll" - }, - "vormwald-joon": { - "theme_key": "vormwald-joon", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/vormwald/joon&ssg=jekyll" - }, - "vszhub-not-pure-poole": { - "theme_key": "vszhub-not-pure-poole", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/vszhub/not-pure-poole&ssg=jekyll" - }, - "vvalchev-creative-theme-jekyll-new": { - "theme_key": "vvalchev-creative-theme-jekyll-new", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/vvalchev/creative-theme-jekyll-new&ssg=jekyll" - }, - "vvelox-hugo-dusky-neon-potato": { - "theme_key": "vvelox-hugo-dusky-neon-potato", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/VVelox/hugo-dusky-neon-potato&ssg=hugo" - }, - "wangchucheng-hugo-eureka": { - "theme_key": "wangchucheng-hugo-eureka", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/wangchucheng/hugo-eureka&ssg=hugo" - }, - "wangonya-flexible-gatsby": { - "theme_key": "wangonya-flexible-gatsby", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/wangonya/flexible-gatsby&ssg=gatsby" - }, - "wangonya-the-plain-gatsby": { - "theme_key": "wangonya-the-plain-gatsby", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/wangonya/the-plain-gatsby&ssg=gatsby" - }, - "wd-hugo-fabric": { - "theme_key": "wd-hugo-fabric", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/wd/hugo-fabric&ssg=hugo" - }, - "webcu-gatsby-material-kit-react": { - "theme_key": "webcu-gatsby-material-kit-react", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/WebCu/gatsby-material-kit-react&ssg=gatsby" - }, - "wemake-services-jekyll-theme-hackcss": { - "theme_key": "wemake-services-jekyll-theme-hackcss", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/wemake-services/jekyll-theme-hackcss&ssg=jekyll" - }, - "whoisryosuke-gatsby-documentation-starter": { - "theme_key": "whoisryosuke-gatsby-documentation-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/whoisryosuke/gatsby-documentation-starter&ssg=gatsby" - }, - "wild-flame-jekyll-simple": { - "theme_key": "wild-flame-jekyll-simple", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/wild-flame/jekyll-simple&ssg=jekyll" - }, - "wildhaber-gohugo-amp": { - "theme_key": "wildhaber-gohugo-amp", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/wildhaber/gohugo-amp&ssg=hugo" - }, - "wileybaba-hugo-theme-robotico": { - "theme_key": "wileybaba-hugo-theme-robotico", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/wileybaba/hugo-theme-robotico&ssg=hugo" - }, - "willcode4food-gatsby-starter-paperbase": { - "theme_key": "willcode4food-gatsby-starter-paperbase", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/willcode4food/gatsby-starter-paperbase&ssg=gatsby" - }, - "williamcanin-typing-jekyll-template": { - "theme_key": "williamcanin-typing-jekyll-template", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/williamcanin/typing-jekyll-template&ssg=jekyll" - }, - "willianjusten-cards-jekyll-template": { - "theme_key": "willianjusten-cards-jekyll-template", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/willianjusten/cards-jekyll-template&ssg=jekyll" - }, - "willianjusten-will-jekyll-template": { - "theme_key": "willianjusten-will-jekyll-template", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/willianjusten/will-jekyll-template&ssg=jekyll" - }, - "willjw3-gatsby-starter-developer-diary": { - "theme_key": "willjw3-gatsby-starter-developer-diary", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/willjw3/gatsby-starter-developer-diary&ssg=gatsby" - }, - "windedge-gatsby-tailwind-serif": { - "theme_key": "windedge-gatsby-tailwind-serif", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/windedge/gatsby-tailwind-serif&ssg=gatsby" - }, - "wiredcraft-carte": { - "theme_key": "wiredcraft-carte", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Wiredcraft/carte&ssg=jekyll" - }, - "wkocjan-gatsby-contentful-portfolio": { - "theme_key": "wkocjan-gatsby-contentful-portfolio", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/wkocjan/gatsby-contentful-portfolio&ssg=gatsby" - }, - "wowthemesnet-affiliates-jekyll-theme": { - "theme_key": "wowthemesnet-affiliates-jekyll-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/wowthemesnet/affiliates-jekyll-theme&ssg=jekyll" - }, - "wowthemesnet-jekyll-theme-memoirs": { - "theme_key": "wowthemesnet-jekyll-theme-memoirs", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/wowthemesnet/jekyll-theme-memoirs&ssg=jekyll" - }, - "wowthemesnet-mediumish-theme-jekyll": { - "theme_key": "wowthemesnet-mediumish-theme-jekyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/wowthemesnet/mediumish-theme-jekyll&ssg=jekyll" - }, - "wowthemesnet-mundana-theme-jekyll": { - "theme_key": "wowthemesnet-mundana-theme-jekyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/wowthemesnet/mundana-theme-jekyll&ssg=jekyll" - }, - "wu-kan-wu-kan.github.io": { - "theme_key": "wu-kan-wu-kan.github.io", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/wu-kan/wu-kan.github.io&ssg=jekyll" - }, - "xaprb-story": { - "theme_key": "xaprb-story", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/xaprb/story&ssg=hugo" - }, - "xaviablaza-hugo-lodi-theme": { - "theme_key": "xaviablaza-hugo-lodi-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/xaviablaza/hugo-lodi-theme&ssg=hugo" - }, - "xianmin-hugo-theme-jane": { - "theme_key": "xianmin-hugo-theme-jane", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/xianmin/hugo-theme-jane&ssg=hugo" - }, - "xukimseven-hardcandy-jekyll": { - "theme_key": "xukimseven-hardcandy-jekyll", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/xukimseven/HardCandy-Jekyll&ssg=jekyll" - }, - "xydac-xylo-gatsby-bulma-starter": { - "theme_key": "xydac-xylo-gatsby-bulma-starter", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/xydac/xylo-gatsby-bulma-starter&ssg=gatsby" - }, - "xzya-hugo-material-blog": { - "theme_key": "xzya-hugo-material-blog", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/Xzya/hugo-material-blog&ssg=hugo" - }, - "y7kim-agency-jekyll-theme": { - "theme_key": "y7kim-agency-jekyll-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/y7kim/agency-jekyll-theme&ssg=jekyll" - }, - "yihui-hugo-xmag": { - "theme_key": "yihui-hugo-xmag", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/yihui/hugo-xmag&ssg=hugo" - }, - "yihui-hugo-xmin": { - "theme_key": "yihui-hugo-xmin", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/yihui/hugo-xmin&ssg=hugo" - }, - "yizeng-jekyll-theme-simple-texture": { - "theme_key": "yizeng-jekyll-theme-simple-texture", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/yizeng/jekyll-theme-simple-texture&ssg=jekyll" - }, - "yonojoy-yax-coming-soon-jekyll-template": { - "theme_key": "yonojoy-yax-coming-soon-jekyll-template", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/yonojoy/YAX-Coming-soon-Jekyll-Template&ssg=jekyll" - }, - "yous-whiteglass": { - "theme_key": "yous-whiteglass", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/yous/whiteglass&ssg=jekyll" - }, - "yulijia-freshman21": { - "theme_key": "yulijia-freshman21", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/yulijia/freshman21&ssg=jekyll" - }, - "yursan9-manis-hugo-theme": { - "theme_key": "yursan9-manis-hugo-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/yursan9/manis-hugo-theme&ssg=hugo" - }, - "zerostaticthemes-hugo-serif-theme": { - "theme_key": "zerostaticthemes-hugo-serif-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/zerostaticthemes/hugo-serif-theme&ssg=hugo" - }, - "zerostaticthemes-jekyll-serif-theme": { - "theme_key": "zerostaticthemes-jekyll-serif-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/zerostaticthemes/jekyll-serif-theme&ssg=jekyll" - }, - "zhaohuabing-hugo-theme-cleanwhite": { - "theme_key": "zhaohuabing-hugo-theme-cleanwhite", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/zhaohuabing/hugo-theme-cleanwhite&ssg=hugo" - }, - "zhe-hugo-theme-slim": { - "theme_key": "zhe-hugo-theme-slim", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/zhe/hugo-theme-slim&ssg=hugo" - }, - "zivong-jekyll-theme-hydure": { - "theme_key": "zivong-jekyll-theme-hydure", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/zivong/jekyll-theme-hydure&ssg=jekyll" - }, - "zwbetz-gh-cayman-hugo-theme": { - "theme_key": "zwbetz-gh-cayman-hugo-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/zwbetz-gh/cayman-hugo-theme&ssg=hugo" - }, - "zwbetz-gh-cupper-hugo-theme": { - "theme_key": "zwbetz-gh-cupper-hugo-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/zwbetz-gh/cupper-hugo-theme&ssg=hugo" - }, - "zwbetz-gh-minimal-bootstrap-hugo-theme": { - "theme_key": "zwbetz-gh-minimal-bootstrap-hugo-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/zwbetz-gh/minimal-bootstrap-hugo-theme&ssg=hugo" - }, - "zwbetz-gh-papercss-hugo-theme": { - "theme_key": "zwbetz-gh-papercss-hugo-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/zwbetz-gh/papercss-hugo-theme&ssg=hugo" - }, - "zwbetz-gh-vanilla-bootstrap-hugo-theme": { - "theme_key": "zwbetz-gh-vanilla-bootstrap-hugo-theme", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme&ssg=hugo" - }, - "zzossig-hugo-theme-zdoc": { - "theme_key": "zzossig-hugo-theme-zdoc", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/zzossig/hugo-theme-zdoc&ssg=hugo" - }, - "zzossig-hugo-theme-zzo": { - "theme_key": "zzossig-hugo-theme-zzo", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/zzossig/hugo-theme-zzo&ssg=hugo" - }, - "zzzmisa-hugo-theme-doors": { - "theme_key": "zzzmisa-hugo-theme-doors", - "createUrl": "https://app.stackbit.com/create?theme=https://github.com/zzzmisa/hugo-theme-doors&ssg=hugo" - } -} \ No newline at end of file +{} \ No newline at end of file diff --git a/data/themes.json b/data/themes.json index b3572154e..4eee279d3 100644 --- a/data/themes.json +++ b/data/themes.json @@ -29,14 +29,14 @@ "title": "Eleventy Base Blog", "github_username": "11ty", "repo": "11ty/eleventy-base-blog", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/11ty/eleventy-base-blog", "demo_url": "https://eleventy-base-blog.netlify.com/", - "stars": 620, - "forks": 378, - "open_issues": 16, - "last_commit": "2021-06-24T13:23:11Z", + "stars": 877, + "forks": 499, + "open_issues": 6, + "last_commit": "2022-06-30T15:21:08Z", "created_at": "2018-01-15T19:28:07Z", "description": "A starter repository for a blog web site using the Eleventy static site generator.", "images": { @@ -80,7 +80,7 @@ "github_url": "https://github.com/2-REC/hugo-myportfolio-theme", "demo_url": "https://themes.gohugo.io/theme/hugo-myportfolio-theme/", "stars": 8, - "forks": 10, + "forks": 11, "open_issues": 0, "last_commit": "2020-07-25T08:35:46Z", "created_at": "2018-09-10T06:57:49Z", @@ -102,7 +102,7 @@ "default_branch": "master", "github_url": "https://github.com/416serg/gatsby-starter-lightbox", "demo_url": "https://gatsby-lightbox.416serg.me/", - "stars": 18, + "stars": 21, "forks": 9, "open_issues": 2, "last_commit": "2018-08-05T22:37:05Z", @@ -114,6 +114,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/416serg-gatsby-starter-lightbox-2x.jpg" } }, + "526avijitgupta-gokarna": { + "theme_key": "526avijitgupta-gokarna", + "file": "hugo-gokarna.md", + "name": "gokarna", + "title": "Gokarna", + "github_username": "526avijitgupta", + "repo": "526avijitgupta/gokarna", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/526avijitgupta/gokarna", + "demo_url": "https://gokarna-hugo.netlify.app/", + "stars": 147, + "forks": 64, + "open_issues": 11, + "last_commit": "2023-01-09T15:27:11Z", + "created_at": "2021-05-22T08:45:30Z", + "description": "A minimal opinionated theme for Hugo", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/526avijitgupta-gokarna.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/526avijitgupta-gokarna.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/526avijitgupta-gokarna-2x.jpg" + } + }, "a9kitkumar-gatsby-ecommerce": { "theme_key": "a9kitkumar-gatsby-ecommerce", "file": "gatsby-ecommerce.md", @@ -125,8 +148,8 @@ "default_branch": "master", "github_url": "https://github.com/a9kitkumar/Gatsby-Ecommerce", "demo_url": "https://cosmicjs.com/apps/gatsby-ecommerce-website/demo", - "stars": 6, - "forks": 8, + "stars": 7, + "forks": 7, "open_issues": 0, "last_commit": "2019-04-29T19:44:02Z", "created_at": "2019-04-26T22:45:03Z", @@ -148,8 +171,8 @@ "default_branch": "master", "github_url": "https://github.com/aanupam23/hugo-sugoi", "demo_url": "https://gosugoi.onrender.com/", - "stars": 25, - "forks": 15, + "stars": 27, + "forks": 16, "open_issues": 0, "last_commit": "2020-10-19T18:15:08Z", "created_at": "2020-03-21T07:46:30Z", @@ -171,7 +194,7 @@ "default_branch": "main", "github_url": "https://github.com/abhaynikam/gatsby-nice-blog", "demo_url": "https://nostalgic-liskov-e76c32.netlify.app/", - "stars": 17, + "stars": 27, "forks": 13, "open_issues": 2, "last_commit": "2021-01-01T08:03:34Z", @@ -194,10 +217,10 @@ "default_branch": "master", "github_url": "https://github.com/abhinavs/cookie", "demo_url": "https://cookie-demo.netlify.app/", - "stars": 21, - "forks": 19, - "open_issues": 0, - "last_commit": "2021-05-24T08:27:32Z", + "stars": 69, + "forks": 72, + "open_issues": 2, + "last_commit": "2022-11-15T14:33:14Z", "created_at": "2021-01-12T20:33:49Z", "description": "Landing website + Blog using Jekyll & Tailwind CSS", "images": { @@ -217,10 +240,10 @@ "default_branch": "master", "github_url": "https://github.com/abhinavs/moonwalk", "demo_url": "https://abhinavs.github.io/moonwalk/", - "stars": 30, - "forks": 23, - "open_issues": 3, - "last_commit": "2021-05-26T12:31:18Z", + "stars": 221, + "forks": 297, + "open_issues": 7, + "last_commit": "2022-11-01T12:55:23Z", "created_at": "2020-10-29T02:55:26Z", "description": "A fast & minimal Jekyll blog theme with clean dark mode", "images": { @@ -241,7 +264,7 @@ "github_url": "https://github.com/abhn/Soot-Spirits", "demo_url": "https://sootspirits.github.io/", "stars": 44, - "forks": 42, + "forks": 44, "open_issues": 2, "last_commit": "2018-10-16T03:56:12Z", "created_at": "2017-04-17T17:06:15Z", @@ -263,8 +286,8 @@ "default_branch": "master", "github_url": "https://github.com/abhn/Wall-E", "demo_url": "https://wall-e-jekyll.github.io/", - "stars": 39, - "forks": 86, + "stars": 38, + "forks": 88, "open_issues": 5, "last_commit": "2018-01-13T15:53:04Z", "created_at": "2017-10-21T10:30:33Z", @@ -287,7 +310,7 @@ "github_url": "https://github.com/achariam/elyxel", "demo_url": "https://www.elyxel.com/", "stars": 55, - "forks": 5, + "forks": 4, "open_issues": 0, "last_commit": "2017-08-25T03:47:57Z", "created_at": "2016-05-25T02:35:00Z", @@ -309,10 +332,10 @@ "default_branch": "master", "github_url": "https://github.com/achary/engimo", "demo_url": "https://engimo.netlify.com/", - "stars": 47, - "forks": 28, - "open_issues": 7, - "last_commit": "2020-01-11T10:00:53Z", + "stars": 48, + "forks": 24, + "open_issues": 6, + "last_commit": "2022-10-25T19:39:37Z", "created_at": "2018-07-26T17:44:04Z", "description": "minimo-eng - Minimalist theme for Hugo tuned for engineering content, based on Minimo", "images": { @@ -333,7 +356,7 @@ "github_url": "https://github.com/act-labs/gatsby-starter-act-blog", "demo_url": "https://act-labs.github.io", "stars": 2, - "forks": 1, + "forks": 2, "open_issues": 0, "last_commit": "2019-05-31T16:20:49Z", "created_at": "2019-05-31T16:02:20Z", @@ -378,10 +401,10 @@ "default_branch": "master", "github_url": "https://github.com/adisaktijrs/hexo-theme-minima", "demo_url": "https://adisaktijrs.github.io/minima/", - "stars": 70, - "forks": 17, - "open_issues": 3, - "last_commit": "2021-03-21T04:55:21Z", + "stars": 163, + "forks": 43, + "open_issues": 5, + "last_commit": "2022-04-02T13:44:18Z", "created_at": "2020-10-10T06:00:05Z", "description": "An undoubtedly simple and lightweight dark/light theme for Hexo.js", "images": { @@ -401,12 +424,12 @@ "default_branch": "master", "github_url": "https://github.com/adityatelange/hugo-PaperMod", "demo_url": "https://adityatelange.github.io/hugo-PaperMod/", - "stars": 1566, - "forks": 457, - "open_issues": 12, - "last_commit": "2021-06-17T06:37:15Z", + "stars": 5338, + "forks": 1689, + "open_issues": 66, + "last_commit": "2022-12-24T15:21:10Z", "created_at": "2020-07-21T04:45:10Z", - "description": "A fast, clean, responsive Hugo theme.", + "description": " A fast, clean, responsive Hugo theme.", "images": { "hires": "https://www.jamstackthemes.dev/capture/adityatelange-hugo-papermod.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/adityatelange-hugo-papermod.jpg", @@ -425,9 +448,9 @@ "github_url": "https://github.com/adueck/cayman-blog", "demo_url": "https://adueck.github.io/cayman-blog/", "stars": 18, - "forks": 62, + "forks": 64, "open_issues": 0, - "last_commit": "2017-02-21T20:27:56Z", + "last_commit": "2022-09-19T13:48:41Z", "created_at": "2016-01-27T21:10:18Z", "description": "A Jekyll blog template made for simple, readable snippets of your brain drippings.", "images": { @@ -447,10 +470,10 @@ "default_branch": "master", "github_url": "https://github.com/adueck/good-clean-read", "demo_url": "https://adueck.github.io/good-clean-read/", - "stars": 206, - "forks": 110, + "stars": 216, + "forks": 114, "open_issues": 0, - "last_commit": "2018-06-07T22:33:43Z", + "last_commit": "2022-09-19T13:50:29Z", "created_at": "2016-01-16T17:35:55Z", "description": "A Jekyll template for publishing clean, readable articles and single-page sites", "images": { @@ -470,8 +493,8 @@ "default_branch": "master", "github_url": "https://github.com/aerohub/hugo-faq-theme", "demo_url": "https://themes.gohugo.io/theme/hugo-faq-theme/", - "stars": 22, - "forks": 10, + "stars": 23, + "forks": 11, "open_issues": 4, "last_commit": "2016-10-16T22:58:01Z", "created_at": "2016-09-21T20:55:08Z", @@ -493,8 +516,8 @@ "default_branch": "master", "github_url": "https://github.com/aerohub/hugo-identity-theme", "demo_url": "https://themes.gohugo.io/theme/hugo-identity-theme/", - "stars": 86, - "forks": 46, + "stars": 87, + "forks": 47, "open_issues": 7, "last_commit": "2017-12-09T13:05:28Z", "created_at": "2016-03-31T15:43:08Z", @@ -516,9 +539,9 @@ "default_branch": "master", "github_url": "https://github.com/aerohub/hugo-orbit-theme", "demo_url": "https://themes.gohugo.io/theme/hugo-orbit-theme/", - "stars": 227, + "stars": 233, "forks": 103, - "open_issues": 11, + "open_issues": 12, "last_commit": "2017-05-15T13:04:10Z", "created_at": "2016-09-26T06:30:06Z", "description": "Great looking resume/CV theme designed for developers.", @@ -539,7 +562,7 @@ "default_branch": "master", "github_url": "https://github.com/aerohub/hugrid", "demo_url": "https://themes.gohugo.io/theme/hugrid/", - "stars": 143, + "stars": 148, "forks": 71, "open_issues": 15, "last_commit": "2018-08-02T08:16:51Z", @@ -562,9 +585,9 @@ "default_branch": "master", "github_url": "https://github.com/agility/agility-gatsby-starter", "demo_url": "https://agility-gatsby-starter.netlify.com/", - "stars": 24, - "forks": 14, - "open_issues": 18, + "stars": 26, + "forks": 13, + "open_issues": 34, "last_commit": "2021-04-14T13:50:11Z", "created_at": "2019-08-01T14:14:40Z", "description": "A sample GatsbyJS website using the Agility CMS Gatsby source plugin", @@ -585,10 +608,10 @@ "default_branch": "master", "github_url": "https://github.com/agneym/gatsby-blog-starter", "demo_url": "https://vigilant-leakey-a4f8cd.netlify.com/", - "stars": 19, + "stars": 20, "forks": 11, - "open_issues": 2, - "last_commit": "2021-05-10T13:36:04Z", + "open_issues": 0, + "last_commit": "2023-01-13T11:24:24Z", "created_at": "2018-12-25T17:01:37Z", "description": "A Gatsby Blog Starter with Styled Components ", "images": { @@ -608,7 +631,7 @@ "default_branch": "master", "github_url": "https://github.com/agneym/gatsby-careers-page", "demo_url": "https://hardcore-darwin-d7328f.netlify.com/", - "stars": 7, + "stars": 9, "forks": 3, "open_issues": 0, "last_commit": "2018-12-29T19:52:49Z", @@ -631,10 +654,10 @@ "default_branch": "master", "github_url": "https://github.com/agusmakmun/agusmakmun.github.io", "demo_url": "https://agusmakmun.github.io/", - "stars": 410, - "forks": 582, - "open_issues": 11, - "last_commit": "2020-11-13T01:01:16Z", + "stars": 439, + "forks": 611, + "open_issues": 14, + "last_commit": "2022-12-04T14:48:33Z", "created_at": "2016-04-18T11:12:39Z", "description": ":coffee: Free and open-source Jekyll theme", "images": { @@ -654,9 +677,9 @@ "default_branch": "master", "github_url": "https://github.com/ahmadajmi/type", "demo_url": "https://type-jekyll.aspirethemes.com/", - "stars": 192, - "forks": 144, - "open_issues": 7, + "stars": 200, + "forks": 142, + "open_issues": 8, "last_commit": "2020-06-01T14:12:23Z", "created_at": "2017-09-25T11:27:16Z", "description": "🎉 Minimal and Clean Free Jekyll Theme", @@ -677,8 +700,8 @@ "default_branch": "master", "github_url": "https://github.com/aigarsdz/brume", "demo_url": "https://aigarsdz.github.io/brume/", - "stars": 117, - "forks": 139, + "stars": 121, + "forks": 140, "open_issues": 1, "last_commit": "2019-02-20T16:03:42Z", "created_at": "2013-09-22T10:23:03Z", @@ -723,9 +746,9 @@ "default_branch": "master", "github_url": "https://github.com/ajayns/gatsby-absurd", "demo_url": "https://gatsby-absurd.surge.sh/", - "stars": 160, - "forks": 65, - "open_issues": 0, + "stars": 175, + "forks": 68, + "open_issues": 12, "last_commit": "2020-06-18T12:16:06Z", "created_at": "2019-04-21T11:32:28Z", "description": "An absurd Gatsby starter", @@ -738,20 +761,20 @@ "akiritsu-project-negya": { "theme_key": "akiritsu-project-negya", "file": "jekyll-theme-project-negya.md", - "name": "pRoJEct-VeXEd", + "name": "pRoJEct-NeGYa", "title": "pRoJEct-NeGYa", "github_username": "akiritsu", - "repo": "akiritsu/pRoJEct-VeXEd", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/akiritsu/pRoJEct-VeXEd", + "repo": "akiritsu/pRoJEct-NeGYa", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/akiritsu/pRoJEct-NeGYa", "demo_url": "https://akiritsu.github.io/pRoJEct-NeGYa/", - "stars": 85, - "forks": 77, - "open_issues": 5, - "last_commit": "2020-12-08T18:07:13Z", - "created_at": "2019-06-15T10:37:38Z", - "description": null, + "stars": 7, + "forks": 4, + "open_issues": 0, + "last_commit": "2021-08-22T08:09:15Z", + "created_at": "2021-08-22T07:28:09Z", + "description": "Old version of pRoJEct-VeXEd", "images": { "hires": "https://www.jamstackthemes.dev/capture/akiritsu-project-negya.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/akiritsu-project-negya.jpg", @@ -769,8 +792,8 @@ "default_branch": "master", "github_url": "https://github.com/akiritsu/pRoJEct-VeXEd", "demo_url": "https://akiritsu.github.io/pRoJEct-NeGYa/", - "stars": 85, - "forks": 77, + "stars": 91, + "forks": 82, "open_issues": 5, "last_commit": "2020-12-08T18:07:13Z", "created_at": "2019-06-15T10:37:38Z", @@ -792,10 +815,10 @@ "default_branch": "gh-pages", "github_url": "https://github.com/aksakalli/jekyll-doc-theme", "demo_url": "https://aksakalli.github.io/jekyll-doc-theme", - "stars": 211, - "forks": 210, + "stars": 252, + "forks": 237, "open_issues": 5, - "last_commit": "2020-08-28T13:44:51Z", + "last_commit": "2022-06-22T22:24:01Z", "created_at": "2017-05-03T17:48:59Z", "description": "Jekyll theme for creating project documentation websites", "images": { @@ -815,8 +838,8 @@ "default_branch": "master", "github_url": "https://github.com/AkshayAgarwal007/Jekyll-Mono", "demo_url": "https://akshayagarwal007.github.io/Jekyll-Mono", - "stars": 136, - "forks": 275, + "stars": 135, + "forks": 272, "open_issues": 13, "last_commit": "2016-12-07T14:33:18Z", "created_at": "2016-05-20T19:44:40Z", @@ -838,9 +861,9 @@ "default_branch": "master", "github_url": "https://github.com/akzhy/gatsby-starter-elemental", "demo_url": "https://elemental.netlify.com", - "stars": 125, - "forks": 52, - "open_issues": 2, + "stars": 132, + "forks": 58, + "open_issues": 16, "last_commit": "2020-10-10T06:03:26Z", "created_at": "2019-07-25T09:28:07Z", "description": "Gatsby starter for portfolio sites", @@ -861,9 +884,9 @@ "default_branch": "master", "github_url": "https://github.com/alainpham/alainpham.github.io", "demo_url": "https://alainpham.github.io", - "stars": 18, - "forks": 117, - "open_issues": 2, + "stars": 25, + "forks": 113, + "open_issues": 3, "last_commit": "2020-04-20T20:58:52Z", "created_at": "2016-12-16T09:55:03Z", "description": "Personal blog to present projects and thoughts", @@ -884,10 +907,10 @@ "default_branch": "master", "github_url": "https://github.com/alanorth/hugo-theme-bootstrap4-blog", "demo_url": "https://picturingjordan.com/", - "stars": 196, - "forks": 140, - "open_issues": 5, - "last_commit": "2021-03-23T09:25:21Z", + "stars": 206, + "forks": 141, + "open_issues": 7, + "last_commit": "2022-07-29T17:15:32Z", "created_at": "2016-08-28T13:23:53Z", "description": "A blogging-centric Bootstrap v4 theme for the Hugo static site generator.", "images": { @@ -907,10 +930,10 @@ "default_branch": "main", "github_url": "https://github.com/alanta/memoirs-theme", "demo_url": "https://alanta.github.io/memoirs-theme", - "stars": 4, - "forks": 1, + "stars": 9, + "forks": 2, "open_issues": 0, - "last_commit": "2020-12-04T07:46:13Z", + "last_commit": "2022-04-29T21:18:21Z", "created_at": "2020-11-18T21:50:10Z", "description": "Memoirs theme for Statiq and Kontent", "images": { @@ -929,11 +952,11 @@ "branch": "master", "default_branch": "master", "github_url": "https://github.com/alex-shpak/hugo-book", - "demo_url": "https://themes.gohugo.io/theme/hugo-book/", - "stars": 1256, - "forks": 575, - "open_issues": 24, - "last_commit": "2021-06-21T19:11:36Z", + "demo_url": "https://hugo-book-demo.netlify.app/", + "stars": 2173, + "forks": 898, + "open_issues": 48, + "last_commit": "2022-11-11T10:08:54Z", "created_at": "2018-09-05T14:21:31Z", "description": "Hugo documentation theme as simple as plain book", "images": { @@ -953,9 +976,9 @@ "default_branch": "master", "github_url": "https://github.com/alexander-heimbuch/vuepress-theme-casper", "demo_url": "https://alexander.heimbu.ch/vuepress-theme-casper/", - "stars": 95, - "forks": 46, - "open_issues": 15, + "stars": 108, + "forks": 51, + "open_issues": 25, "last_commit": "2021-06-10T18:07:43Z", "created_at": "2018-08-26T09:29:18Z", "description": "Ghost default theme ported to vuepress", @@ -976,7 +999,7 @@ "default_branch": "master", "github_url": "https://github.com/alexanderussell/progress-for-jekyll", "demo_url": "https://alexanderussell.github.io/progress-for-jekyll", - "stars": 24, + "stars": 25, "forks": 31, "open_issues": 1, "last_commit": "2016-07-10T01:47:41Z", @@ -1000,7 +1023,7 @@ "github_url": "https://github.com/alexcarpenter/butane-jekyll-theme", "demo_url": "https://alexcarpenter.github.io/butane-jekyll-theme/", "stars": 88, - "forks": 37, + "forks": 38, "open_issues": 2, "last_commit": "2017-03-26T14:22:32Z", "created_at": "2015-11-29T18:29:17Z", @@ -1022,8 +1045,8 @@ "default_branch": "master", "github_url": "https://github.com/alexcarpenter/library-jekyll-theme", "demo_url": "https://alexcarpenter.me/library-jekyll-theme/", - "stars": 53, - "forks": 33, + "stars": 56, + "forks": 35, "open_issues": 2, "last_commit": "2017-03-26T14:19:07Z", "created_at": "2016-01-24T15:20:15Z", @@ -1046,7 +1069,7 @@ "github_url": "https://github.com/alexcarpenter/material-jekyll-theme", "demo_url": "https://alexcarpenter.me/material-jekyll-theme/", "stars": 194, - "forks": 67, + "forks": 66, "open_issues": 2, "last_commit": "2018-09-21T12:52:23Z", "created_at": "2015-12-01T23:49:41Z", @@ -1091,9 +1114,9 @@ "default_branch": "master", "github_url": "https://github.com/algokun/gatsby-starter-krisp", "demo_url": "https://gatsby-starter-krisp.netlify.com/", - "stars": 12, + "stars": 14, "forks": 7, - "open_issues": 0, + "open_issues": 1, "last_commit": "2019-07-18T17:53:02Z", "created_at": "2019-07-18T17:06:13Z", "description": "A minimal, clean and responsive starter built with gatsby", @@ -1103,6 +1126,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mohanmonu777-gatsby-starter-krisp-2x.jpg" } }, + "aliifam-jdox": { + "theme_key": "aliifam-jdox", + "file": "jdox.md", + "name": "jdox", + "title": "JDox", + "github_username": "aliifam", + "repo": "aliifam/jdox", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/aliifam/jdox", + "demo_url": "https://aliifam.github.io/jdox/", + "stars": 2, + "forks": 6, + "open_issues": 0, + "last_commit": "2022-06-06T09:46:10Z", + "created_at": "2022-04-10T09:49:17Z", + "description": "JDox open source jekyll theme powered by Github Pages", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/aliifam-jdox.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/aliifam-jdox.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/aliifam-jdox-2x.jpg" + } + }, "alixedi-typewriter": { "theme_key": "alixedi-typewriter", "file": "jekyll-typewriter.md", @@ -1114,8 +1160,8 @@ "default_branch": "master", "github_url": "https://github.com/alixedi/typewriter", "demo_url": "https://alixedi.github.io/typewriter/", - "stars": 50, - "forks": 45, + "stars": 56, + "forks": 48, "open_issues": 1, "last_commit": "2014-06-09T11:39:20Z", "created_at": "2014-06-05T18:19:20Z", @@ -1161,9 +1207,9 @@ "github_url": "https://github.com/alperenbozkurt/JBlog", "demo_url": "https://alperenbozkurt.net/JBlog/", "stars": 69, - "forks": 104, - "open_issues": 6, - "last_commit": "2017-12-19T11:14:17Z", + "forks": 103, + "open_issues": 2, + "last_commit": "2021-10-31T10:35:24Z", "created_at": "2017-06-14T13:47:32Z", "description": "JBlog is a simple jekyll theme.", "images": { @@ -1183,10 +1229,10 @@ "default_branch": "master", "github_url": "https://github.com/altcointrading/trading", "demo_url": "https://www.altcointrading.net/", - "stars": 11, - "forks": 8, + "stars": 15, + "forks": 9, "open_issues": 0, - "last_commit": "2017-03-14T17:16:01Z", + "last_commit": "2021-12-19T13:44:31Z", "created_at": "2016-04-08T08:45:41Z", "description": "jekyll theme in newspaper style", "images": { @@ -1207,7 +1253,7 @@ "github_url": "https://github.com/alxschwarz/simple-a", "demo_url": "https://simple-a.alxschwarz.com/", "stars": 52, - "forks": 29, + "forks": 28, "open_issues": 0, "last_commit": "2019-12-02T06:25:40Z", "created_at": "2014-06-19T09:30:36Z", @@ -1229,12 +1275,12 @@ "default_branch": "master", "github_url": "https://github.com/alxshelepenok/gatsby-starter-lumen", "demo_url": "https://lumen.netlify.com/", - "stars": 1690, - "forks": 580, - "open_issues": 58, - "last_commit": "2021-06-29T07:39:56Z", + "stars": 1906, + "forks": 661, + "open_issues": 6, + "last_commit": "2023-01-23T14:56:17Z", "created_at": "2016-03-11T21:02:37Z", - "description": "A constantly evolving and thoughtful architecture for creating static blogs.", + "description": "A constantly evolving and thoughtful architecture for creating static blogs with Gatsby.", "images": { "hires": "https://www.jamstackthemes.dev/capture/alxshelepenok-gatsby-starter-lumen.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/alxshelepenok-gatsby-starter-lumen.jpg", @@ -1252,8 +1298,8 @@ "default_branch": "master", "github_url": "https://github.com/AlynxZhou/hexo-theme-aria", "demo_url": "https://aria.ismyonly.one/", - "stars": 146, - "forks": 50, + "stars": 148, + "forks": 46, "open_issues": 1, "last_commit": "2019-10-20T09:49:18Z", "created_at": "2018-03-15T03:06:27Z", @@ -1275,10 +1321,10 @@ "default_branch": "master", "github_url": "https://github.com/amandeepmittal/gatsby-bulma-quickstart", "demo_url": "https://tender-raman-99e09b.netlify.com/", - "stars": 85, + "stars": 86, "forks": 29, - "open_issues": 12, - "last_commit": "2020-08-15T10:00:37Z", + "open_issues": 18, + "last_commit": "2022-10-07T10:49:49Z", "created_at": "2018-11-26T13:25:33Z", "description": "🚀 + ⚛️ A Quick Way to bootstrap your next Gatsby + Bulma site.", "images": { @@ -1298,9 +1344,9 @@ "default_branch": "master", "github_url": "https://github.com/ammarjabakji/gatsby-markdown-blog-starter", "demo_url": "https://gatsby-markdown-blog-starter.netlify.com/", - "stars": 45, - "forks": 30, - "open_issues": 0, + "stars": 61, + "forks": 38, + "open_issues": 17, "last_commit": "2020-03-19T16:40:27Z", "created_at": "2019-08-28T09:16:35Z", "description": "Gatsby Markdown Blog Starter, demo link:", @@ -1321,7 +1367,7 @@ "default_branch": "master", "github_url": "https://github.com/anandubajith/block-log", "demo_url": "https://anandu.net/demo/block-log/", - "stars": 27, + "stars": 30, "forks": 37, "open_issues": 1, "last_commit": "2019-06-16T14:09:14Z", @@ -1344,10 +1390,10 @@ "default_branch": "master", "github_url": "https://github.com/andrewbanchich/forty-jekyll-theme", "demo_url": "https://andrewbanchich.github.io/forty-jekyll-theme/", - "stars": 734, - "forks": 1351, - "open_issues": 2, - "last_commit": "2021-04-17T16:33:35Z", + "stars": 904, + "forks": 1780, + "open_issues": 3, + "last_commit": "2022-12-10T02:59:31Z", "created_at": "2016-08-23T00:53:06Z", "description": "A Jekyll version of the \"Forty\" theme by HTML5 UP.", "images": { @@ -1356,6 +1402,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/andrewbanchich-forty-jekyll-theme-2x.jpg" } }, + "andrewhwanpark-brutalist-blog": { + "theme_key": "andrewhwanpark-brutalist-blog", + "file": "brutalist-blog.md", + "name": "brutalist-blog", + "title": "brutalist-blog", + "github_username": "andrewhwanpark", + "repo": "andrewhwanpark/brutalist-blog", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/andrewhwanpark/brutalist-blog", + "demo_url": "https://andrewhwanpark.github.io/brutalist-blog/", + "stars": 49, + "forks": 35, + "open_issues": 1, + "last_commit": "2021-08-29T22:52:17Z", + "created_at": "2021-07-13T00:42:57Z", + "description": "Minimalistic Jekyll theme that automatically supports dark and light modes for blogs", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/andrewhwanpark-brutalist-blog.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/andrewhwanpark-brutalist-blog.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/andrewhwanpark-brutalist-blog-2x.jpg" + } + }, "andrewhwanpark-dark-poole": { "theme_key": "andrewhwanpark-dark-poole", "file": "dark-poole.md", @@ -1367,9 +1436,9 @@ "default_branch": "master", "github_url": "https://github.com/andrewhwanpark/dark-poole", "demo_url": "https://andrewhwanpark.github.io/dark-poole/", - "stars": 53, - "forks": 95, - "open_issues": 3, + "stars": 100, + "forks": 124, + "open_issues": 4, "last_commit": "2020-10-08T02:52:04Z", "created_at": "2020-08-01T21:54:31Z", "description": "Permanent dark(er) theme for Poole", @@ -1390,10 +1459,33 @@ "default_branch": "master", "github_url": "https://github.com/andy-piccalilli/hylia", "demo_url": "https://hylia.website/", - "stars": 862, + "stars": 870, "forks": 216, + "open_issues": 34, + "last_commit": "2021-10-15T19:09:18Z", + "created_at": "2019-06-11T20:15:02Z", + "description": "Hylia is a lightweight Eleventy starter kit to help you to create your own blog or personal website.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/andybelldesign-hylia.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/andybelldesign-hylia.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/andybelldesign-hylia-2x.jpg" + } + }, + "andy-set-studio-hylia": { + "theme_key": "andybelldesign-hylia", + "file": "11ty-hylia.md", + "name": "hylia", + "title": "Eleventy Hylia", + "github_username": "Andy-set-studio", + "repo": "Andy-set-studio/hylia", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/Andy-set-studio/hylia", + "demo_url": "https://hylia.website/", + "stars": 899, + "forks": 228, "open_issues": 33, - "last_commit": "2020-06-10T10:47:14Z", + "last_commit": "2021-10-15T19:09:18Z", "created_at": "2019-06-11T20:15:02Z", "description": "Hylia is a lightweight Eleventy starter kit to help you to create your own blog or personal website.", "images": { @@ -1436,10 +1528,10 @@ "default_branch": "master", "github_url": "https://github.com/andykenward/gatsby-starter-default-typescript", "demo_url": "https://gatsby-starter-default-typescript.netlify.com/", - "stars": 12, + "stars": 13, "forks": 4, "open_issues": 8, - "last_commit": "2020-10-10T17:13:39Z", + "last_commit": "2021-08-21T14:19:55Z", "created_at": "2019-05-27T08:33:21Z", "description": "The default Gatsby starter TypeScript", "images": { @@ -1459,7 +1551,7 @@ "default_branch": "master", "github_url": "https://github.com/AngeloStavrow/indigo", "demo_url": "https://themes.gohugo.io/theme/indigo/", - "stars": 52, + "stars": 54, "forks": 30, "open_issues": 17, "last_commit": "2020-07-20T10:59:29Z", @@ -1505,8 +1597,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/ankitsultana/accent", "demo_url": "https://ankitsultana.com/accent", - "stars": 100, - "forks": 60, + "stars": 101, + "forks": 57, "open_issues": 0, "last_commit": "2017-12-13T10:04:56Z", "created_at": "2016-02-09T18:08:07Z", @@ -1528,7 +1620,7 @@ "default_branch": "gh-pages", "github_url": "https://github.com/ankitsultana/Chaplin", "demo_url": "https://ankitsultana.com/Chaplin/", - "stars": 24, + "stars": 23, "forks": 9, "open_issues": 0, "last_commit": "2016-04-05T06:02:38Z", @@ -1551,8 +1643,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/ankitsultana/researcher", "demo_url": "https://ankitsultana.com/researcher", - "stars": 390, - "forks": 374, + "stars": 508, + "forks": 495, "open_issues": 3, "last_commit": "2021-06-11T12:07:01Z", "created_at": "2016-08-29T16:23:36Z", @@ -1574,8 +1666,8 @@ "default_branch": "master", "github_url": "https://github.com/anna-morawska/gatsby-material-design-for-bootstrap", "demo_url": "https://gatsby-starter.mdbootstrap.com/", - "stars": 11, - "forks": 6, + "stars": 12, + "forks": 7, "open_issues": 0, "last_commit": "2020-02-22T17:59:22Z", "created_at": "2019-01-24T13:06:10Z", @@ -1620,9 +1712,9 @@ "default_branch": "master", "github_url": "https://github.com/antonpolishko/hugo-stellar-theme", "demo_url": "https://themes.gohugo.io/theme/hugo-stellar-theme/", - "stars": 24, + "stars": 23, "forks": 17, - "open_issues": 2, + "open_issues": 3, "last_commit": "2018-09-19T07:55:39Z", "created_at": "2018-06-09T03:49:08Z", "description": "a port of html5up.net/stellar template for Hugo static site generator", @@ -1643,10 +1735,10 @@ "default_branch": "master", "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-aerial", "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-aerial/", - "stars": 9, - "forks": 4, + "stars": 13, + "forks": 7, "open_issues": 0, - "last_commit": "2020-07-12T22:52:26Z", + "last_commit": "2022-01-13T09:39:26Z", "created_at": "2019-05-11T14:53:26Z", "description": "Gatsby.js V2 starter template based on aerial by HTML5 UP", "images": { @@ -1666,10 +1758,10 @@ "default_branch": "master", "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-casual", "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-casual/", - "stars": 10, - "forks": 9, + "stars": 12, + "forks": 13, "open_issues": 0, - "last_commit": "2020-07-12T22:41:16Z", + "last_commit": "2022-01-13T09:44:33Z", "created_at": "2019-06-27T11:35:02Z", "description": "Gatsby.js V2 starter template based on Casual by startbootstrap", "images": { @@ -1689,10 +1781,10 @@ "default_branch": "master", "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-directive", "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-directive/", - "stars": 9, - "forks": 8, + "stars": 10, + "forks": 10, "open_issues": 0, - "last_commit": "2020-07-12T22:49:31Z", + "last_commit": "2022-01-13T09:50:16Z", "created_at": "2019-06-07T18:46:04Z", "description": "Gatsby.js V2 starter template based on Directive by HTML5 UP", "images": { @@ -1712,10 +1804,10 @@ "default_branch": "master", "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-eventually", "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-eventually/", - "stars": 34, - "forks": 14, + "stars": 33, + "forks": 19, "open_issues": 2, - "last_commit": "2020-07-12T23:01:26Z", + "last_commit": "2022-01-13T09:41:08Z", "created_at": "2019-05-12T07:05:30Z", "description": "Gatsby.js V2 starter template based on Eventually by HTML5 UP", "images": { @@ -1735,10 +1827,10 @@ "default_branch": "master", "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-fractal", "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-fractal/", - "stars": 16, - "forks": 6, - "open_issues": 1, - "last_commit": "2020-07-12T22:49:00Z", + "stars": 21, + "forks": 10, + "open_issues": 0, + "last_commit": "2022-01-13T09:50:03Z", "created_at": "2019-06-15T06:39:38Z", "description": "Gatsby.js V2 starter template based on Fractal by HTML5 UP", "images": { @@ -1758,10 +1850,10 @@ "default_branch": "master", "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-grayscale", "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-grayscale/", - "stars": 21, - "forks": 13, - "open_issues": 0, - "last_commit": "2020-07-12T22:41:54Z", + "stars": 25, + "forks": 26, + "open_issues": 1, + "last_commit": "2022-01-13T09:44:47Z", "created_at": "2019-06-24T05:52:10Z", "description": "Gatsby.js V2 starter template based on Grayscale by startbootstrap", "images": { @@ -1781,10 +1873,10 @@ "default_branch": "master", "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-highlights", "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-highlights/", - "stars": 14, - "forks": 10, + "stars": 16, + "forks": 13, "open_issues": 0, - "last_commit": "2020-07-12T22:48:29Z", + "last_commit": "2022-01-13T09:40:56Z", "created_at": "2019-05-25T11:08:00Z", "description": "Gatsby.js V2 starter template based on highlights by HTML5 UP", "images": { @@ -1804,10 +1896,10 @@ "default_branch": "master", "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-hyperspace", "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-hyperspace/", - "stars": 25, - "forks": 18, + "stars": 26, + "forks": 20, "open_issues": 1, - "last_commit": "2020-07-12T23:00:59Z", + "last_commit": "2022-01-13T09:40:48Z", "created_at": "2019-05-11T10:32:19Z", "description": "Gatsby.js V2 starter template based on Hyperspace by HTML5 UP", "images": { @@ -1828,9 +1920,9 @@ "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-identity", "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-identity/", "stars": 16, - "forks": 7, + "forks": 8, "open_issues": 0, - "last_commit": "2020-07-12T22:47:59Z", + "last_commit": "2022-01-13T09:40:40Z", "created_at": "2019-05-12T09:28:43Z", "description": "Gatsby.js V2 starter template based on Identity by HTML5 UP", "images": { @@ -1850,10 +1942,10 @@ "default_branch": "master", "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-multiverse", "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-multiverse/", - "stars": 14, - "forks": 8, - "open_issues": 1, - "last_commit": "2020-07-12T22:47:31Z", + "stars": 17, + "forks": 10, + "open_issues": 2, + "last_commit": "2022-01-13T09:40:31Z", "created_at": "2019-05-25T06:49:49Z", "description": "Gatsby.js V2 starter template based on multiverse by HTML5 UP", "images": { @@ -1873,9 +1965,9 @@ "default_branch": "master", "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-newage", "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-newage/", - "stars": 23, - "forks": 10, - "open_issues": 0, + "stars": 29, + "forks": 16, + "open_issues": 1, "last_commit": "2020-07-12T22:42:27Z", "created_at": "2019-07-12T17:18:52Z", "description": " Gatsby.js V2 starter template based on New Age by startbootstrap", @@ -1896,10 +1988,10 @@ "default_branch": "master", "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-overflow", "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-overflow/", - "stars": 11, - "forks": 8, + "stars": 12, + "forks": 9, "open_issues": 0, - "last_commit": "2020-07-12T22:46:51Z", + "last_commit": "2022-01-13T09:40:06Z", "created_at": "2019-05-19T10:28:43Z", "description": "Gatsby.js V2 starter template based on overflow by HTML5 UP", "images": { @@ -1920,9 +2012,9 @@ "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-paradigmshift", "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-paradigmshift/", "stars": 16, - "forks": 11, + "forks": 12, "open_issues": 0, - "last_commit": "2020-07-12T22:46:14Z", + "last_commit": "2022-01-13T09:40:20Z", "created_at": "2019-05-31T06:48:11Z", "description": "Gatsby.js V2 starter template based on Paradigm Shift by HTML5 UP", "images": { @@ -1942,10 +2034,10 @@ "default_branch": "master", "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-prologue", "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-prologue/", - "stars": 23, - "forks": 10, + "stars": 24, + "forks": 12, "open_issues": 0, - "last_commit": "2020-07-12T18:41:12Z", + "last_commit": "2022-01-13T09:39:47Z", "created_at": "2019-05-18T11:51:19Z", "description": "Gatsby.js V2 starter template based on readonly by HTML5 UP", "images": { @@ -1966,9 +2058,9 @@ "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-readonly", "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-readonly/", "stars": 9, - "forks": 1, - "open_issues": 0, - "last_commit": "2020-07-12T22:45:15Z", + "forks": 2, + "open_issues": 1, + "last_commit": "2022-01-04T12:37:57Z", "created_at": "2019-05-17T10:45:41Z", "description": "Gatsby.js V2 starter template based on readonly by HTML5 UP", "images": { @@ -1988,10 +2080,10 @@ "default_branch": "master", "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-resume", "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-resume/", - "stars": 60, - "forks": 20, + "stars": 66, + "forks": 27, "open_issues": 3, - "last_commit": "2020-07-12T22:57:36Z", + "last_commit": "2022-01-13T09:44:56Z", "created_at": "2019-06-22T16:31:13Z", "description": "Gatsby.js V2 starter template based on Resume by startbootstrap", "images": { @@ -2011,10 +2103,10 @@ "default_branch": "master", "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-solidstate", "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-solidstate/", - "stars": 27, - "forks": 13, + "stars": 31, + "forks": 21, "open_issues": 2, - "last_commit": "2020-07-12T22:44:39Z", + "last_commit": "2022-01-13T09:45:57Z", "created_at": "2019-06-08T18:34:29Z", "description": "Gatsby.js V2 starter template based on Solid State by HTML5 UP", "images": { @@ -2034,10 +2126,10 @@ "default_branch": "master", "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-spectral", "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-spectral/", - "stars": 38, - "forks": 24, + "stars": 45, + "forks": 30, "open_issues": 1, - "last_commit": "2020-07-12T22:43:14Z", + "last_commit": "2022-01-13T09:45:15Z", "created_at": "2019-06-08T08:30:22Z", "description": "Gatsby.js V2 starter template based on Spectral by HTML5 UP", "images": { @@ -2057,10 +2149,10 @@ "default_branch": "master", "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-stylish", "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-stylish/", - "stars": 7, - "forks": 11, + "stars": 9, + "forks": 12, "open_issues": 0, - "last_commit": "2020-07-12T22:44:00Z", + "last_commit": "2022-01-13T09:45:37Z", "created_at": "2019-06-25T11:47:44Z", "description": "Gatsby.js V2 starter template based on Stylish Portfolio by startbootstrap", "images": { @@ -2069,6 +2161,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-stylish-2x.jpg" } }, + "app-generator-eleventy-soft-ui-design": { + "theme_key": "app-generator-eleventy-soft-ui-design", + "file": "11ty-soft-ui-design.md", + "name": "eleventy-soft-ui-design", + "title": "Eleventy Soft UI Design", + "github_username": "app-generator", + "repo": "app-generator/eleventy-soft-ui-design", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/app-generator/eleventy-soft-ui-design", + "demo_url": "https://eleventy-soft-ui.appseed-srv1.com/", + "stars": 25, + "forks": 10, + "open_issues": 1, + "last_commit": "2021-08-07T14:01:20Z", + "created_at": "2021-07-07T10:15:56Z", + "description": "Eleventy (11ty) - Soft UI Design | AppSeed", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/app-generator-eleventy-soft-ui-design.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/app-generator-eleventy-soft-ui-design.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/app-generator-eleventy-soft-ui-design-2x.jpg" + } + }, "app-generator-gatsbyjs-starter-tailwindplay": { "theme_key": "app-generator-gatsbyjs-starter-tailwindplay", "file": "gatsby-starter-tailwindplay.md", @@ -2080,8 +2195,8 @@ "default_branch": "master", "github_url": "https://github.com/app-generator/gatsbyjs-starter-tailwindplay", "demo_url": "https://gatsbyjs-starter-tailwindplay.appseed.us/", - "stars": 63, - "forks": 24, + "stars": 70, + "forks": 21, "open_issues": 1, "last_commit": "2019-09-04T19:39:47Z", "created_at": "2019-06-24T18:26:49Z", @@ -2104,8 +2219,8 @@ "github_url": "https://github.com/appernetic/hugo-nederburg-theme", "demo_url": "https://themes.gohugo.io/theme/hugo-nederburg-theme/", "stars": 107, - "forks": 89, - "open_issues": 25, + "forks": 90, + "open_issues": 26, "last_commit": "2019-07-12T15:22:04Z", "created_at": "2018-03-16T01:18:29Z", "description": "Nederburg is a fast and secure hugo theme and is a port of the Tracks WP theme", @@ -2115,6 +2230,75 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/appernetic-hugo-nederburg-theme-2x.jpg" } }, + "apvarun-blist-hugo-theme": { + "theme_key": "apvarun-blist-hugo-theme", + "file": "hugo-blist.md", + "name": "blist-hugo-theme", + "title": "Blist", + "github_username": "apvarun", + "repo": "apvarun/blist-hugo-theme", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/apvarun/blist-hugo-theme", + "demo_url": "https://blist.vercel.app/", + "stars": 211, + "forks": 94, + "open_issues": 9, + "last_commit": "2023-01-09T20:18:03Z", + "created_at": "2021-07-15T11:59:59Z", + "description": "Blist is a clean and fast blog theme for your Hugo site.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/apvarun-blist-hugo-theme.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/apvarun-blist-hugo-theme.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/apvarun-blist-hugo-theme-2x.jpg" + } + }, + "apvarun-digital-garden-hugo-theme": { + "theme_key": "apvarun-digital-garden-hugo-theme", + "file": "hugo-digital-garden.md", + "name": "digital-garden-hugo-theme", + "title": "Digital Garden", + "github_username": "apvarun", + "repo": "apvarun/digital-garden-hugo-theme", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/apvarun/digital-garden-hugo-theme", + "demo_url": "https://digital-garden-hugo-theme.vercel.app/", + "stars": 121, + "forks": 56, + "open_issues": 2, + "last_commit": "2023-01-21T20:06:35Z", + "created_at": "2021-12-17T06:26:49Z", + "description": "Build your own personal Digital Garden effortlessly with this Hugo theme", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/apvarun-digital-garden-hugo-theme.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/apvarun-digital-garden-hugo-theme.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/apvarun-digital-garden-hugo-theme-2x.jpg" + } + }, + "apvarun-productlog-nextjs-theme": { + "theme_key": "apvarun-productlog-nextjs-theme", + "file": "productlog-nextjs-theme.md", + "name": "productlog-nextjs-theme", + "title": "NextJS-based changelog theme for your product", + "github_username": "apvarun", + "repo": "apvarun/productlog-nextjs-theme", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/apvarun/productlog-nextjs-theme", + "demo_url": "https://productlog-theme.vercel.app/", + "stars": 24, + "forks": 7, + "open_issues": 0, + "last_commit": "2022-12-24T18:01:28Z", + "created_at": "2021-09-23T18:28:40Z", + "description": "NextJS-based changelog theme for your product", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/apvarun-productlog-nextjs-theme.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/apvarun-productlog-nextjs-theme.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/apvarun-productlog-nextjs-theme-2x.jpg" + } + }, "apvarun-showfolio-hugo-theme": { "theme_key": "apvarun-showfolio-hugo-theme", "file": "hugo-showfolio.md", @@ -2126,10 +2310,10 @@ "default_branch": "main", "github_url": "https://github.com/apvarun/showfolio-hugo-theme", "demo_url": "https://showfolio.vercel.app/", - "stars": 6, - "forks": 0, + "stars": 77, + "forks": 35, "open_issues": 0, - "last_commit": "2021-04-26T08:08:45Z", + "last_commit": "2022-09-01T03:24:27Z", "created_at": "2021-04-24T12:51:41Z", "description": "Modern portfolio theme for your Hugo site", "images": { @@ -2149,10 +2333,10 @@ "default_branch": "main", "github_url": "https://github.com/ar363/eleventy-stylus-blog-theme", "demo_url": "https://eleventy-stylus-blog-theme-ar363.vercel.app/", - "stars": 9, - "forks": 5, - "open_issues": 0, - "last_commit": "2021-05-19T03:42:54Z", + "stars": 45, + "forks": 9, + "open_issues": 1, + "last_commit": "2023-01-03T01:44:01Z", "created_at": "2021-03-23T06:34:50Z", "description": "Repository for a template blog website built out using Eleventy static site generator and Stylus CSS preprocessor", "images": { @@ -2172,9 +2356,9 @@ "default_branch": "master", "github_url": "https://github.com/arhen/hugo-cereus-pro-theme", "demo_url": "https://cereus-pro.netlify.com/", - "stars": 5, - "forks": 2, - "open_issues": 0, + "stars": 7, + "forks": 3, + "open_issues": 1, "last_commit": "2019-04-28T20:25:27Z", "created_at": "2019-04-28T13:21:23Z", "description": " Blazing Fast & Minimalist Blog Hugo Themes for Developer", @@ -2195,8 +2379,8 @@ "default_branch": "master", "github_url": "https://github.com/ariestiyansyah/naringu", "demo_url": "https://naringu.oonlab.com", - "stars": 76, - "forks": 51, + "stars": 78, + "forks": 54, "open_issues": 0, "last_commit": "2019-05-15T10:17:46Z", "created_at": "2015-02-20T17:02:41Z", @@ -2207,6 +2391,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ariestiyansyah-naringu-2x.jpg" } }, + "arjayosma-nextacular": { + "theme_key": "arjayosma-nextacular", + "file": "nextacular.md", + "name": "nextacular", + "title": "Nextacular", + "github_username": "arjayosma", + "repo": "arjayosma/nextacular", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/arjayosma/nextacular", + "demo_url": "https://demo.nextacular.co", + "stars": 155, + "forks": 27, + "open_issues": 6, + "last_commit": "2022-04-24T01:19:08Z", + "created_at": "2022-01-07T01:12:41Z", + "description": "An open-source starter kit that will help you build full-stack multi-tenant SaaS platforms efficiently and help you focus on developing your core SaaS features. Built on top of popular and modern technologies such as Next JS, Tailwind, Prisma, and Stripe.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/arjayosma-nextacular.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/arjayosma-nextacular.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/arjayosma-nextacular-2x.jpg" + } + }, "arkadianriver-spectral": { "theme_key": "arkadianriver-spectral", "file": "jekyll-spectral.md", @@ -2218,9 +2425,9 @@ "default_branch": "master", "github_url": "https://github.com/arkadianriver/spectral", "demo_url": "https://arkadianriver.github.io/spectral/", - "stars": 368, - "forks": 391, - "open_issues": 3, + "stars": 378, + "forks": 394, + "open_issues": 1, "last_commit": "2017-06-26T23:35:35Z", "created_at": "2016-02-20T06:39:31Z", "description": "A jekyll theme for the spectral template by html5up.net (@ajlkn). Demo: http://arkadianriver.github.io/spectral. How to jekyll: http://jekyllrb.com/docs/home/. If you intend to use this theme as a blog site with more than a few pages, have a look at my fork at https://github.com/arkadianriver/arkadianriver.com", @@ -2241,9 +2448,9 @@ "default_branch": "master", "github_url": "https://github.com/aron-bordin/neo-hpstr-jekyll-theme", "demo_url": "https://aron-bordin.github.io/neo-hpstr-jekyll-theme/", - "stars": 218, - "forks": 245, - "open_issues": 18, + "stars": 220, + "forks": 246, + "open_issues": 19, "last_commit": "2016-12-11T15:18:55Z", "created_at": "2015-09-05T00:02:58Z", "description": " A Jekyll blog theme", @@ -2264,10 +2471,10 @@ "default_branch": "master", "github_url": "https://github.com/arpitbatra123/eleventy-blog-mnml", "demo_url": "https://eleventy-blog-mnml.netlify.com/", - "stars": 59, - "forks": 17, - "open_issues": 5, - "last_commit": "2021-03-04T14:17:36Z", + "stars": 90, + "forks": 26, + "open_issues": 3, + "last_commit": "2021-10-04T04:39:14Z", "created_at": "2019-07-02T13:08:30Z", "description": "A minimal blog template using eleventy", "images": { @@ -2287,9 +2494,9 @@ "default_branch": "master", "github_url": "https://github.com/artemsheludko/adam-blog", "demo_url": "https://artemsheludko.github.io/adam-blog/", - "stars": 168, - "forks": 260, - "open_issues": 3, + "stars": 175, + "forks": 283, + "open_issues": 4, "last_commit": "2019-08-14T13:24:10Z", "created_at": "2017-09-06T10:24:57Z", "description": "Adam Blog is a minimal clear theme for Jekyll", @@ -2310,9 +2517,9 @@ "default_branch": "master", "github_url": "https://github.com/artemsheludko/bef", "demo_url": "https://artemsheludko.github.io/bef/", - "stars": 147, - "forks": 290, - "open_issues": 6, + "stars": 156, + "forks": 312, + "open_issues": 5, "last_commit": "2019-08-14T13:29:01Z", "created_at": "2017-07-16T15:34:56Z", "description": "Bef is a responsive jekyll theme https://artemsheludko.github.io/bef/", @@ -2333,10 +2540,10 @@ "default_branch": "master", "github_url": "https://github.com/artemsheludko/flexible-jekyll", "demo_url": "https://artemsheludko.com/flexible-jekyll/", - "stars": 522, - "forks": 1315, - "open_issues": 15, - "last_commit": "2020-06-16T10:00:08Z", + "stars": 578, + "forks": 1461, + "open_issues": 16, + "last_commit": "2021-06-10T12:09:17Z", "created_at": "2017-09-14T13:16:08Z", "description": "Flexible-Jekyll is a simple and clean theme for Jekyll", "images": { @@ -2356,9 +2563,9 @@ "default_branch": "master", "github_url": "https://github.com/artemsheludko/fresh", "demo_url": "https://artemsheludko.com/fresh/", - "stars": 45, - "forks": 88, - "open_issues": 5, + "stars": 46, + "forks": 91, + "open_issues": 6, "last_commit": "2017-04-03T18:20:53Z", "created_at": "2017-04-03T13:25:22Z", "description": "Fresh is a free blog template for Jekyll", @@ -2379,8 +2586,8 @@ "default_branch": "master", "github_url": "https://github.com/artemsheludko/monday", "demo_url": "https://artemsheludko.pw/monday", - "stars": 30, - "forks": 38, + "stars": 32, + "forks": 35, "open_issues": 3, "last_commit": "2017-05-12T15:03:58Z", "created_at": "2017-03-10T15:42:27Z", @@ -2402,8 +2609,8 @@ "default_branch": "master", "github_url": "https://github.com/artemsheludko/mr-brown", "demo_url": "https://artemsheludko.pw/mr-brown", - "stars": 21, - "forks": 45, + "stars": 20, + "forks": 46, "open_issues": 1, "last_commit": "2017-05-06T11:59:51Z", "created_at": "2017-02-23T17:03:57Z", @@ -2425,10 +2632,10 @@ "default_branch": "master", "github_url": "https://github.com/arulrajnet/attila", "demo_url": "https://attila.demo.arulraj.net/", - "stars": 137, - "forks": 61, - "open_issues": 11, - "last_commit": "2019-09-02T16:57:15Z", + "stars": 148, + "forks": 66, + "open_issues": 12, + "last_commit": "2021-08-02T07:36:27Z", "created_at": "2016-09-11T17:32:26Z", "description": "Pelican version of ghost theme https://github.com/zutrinken/attila", "images": { @@ -2448,9 +2655,9 @@ "default_branch": "master", "github_url": "https://github.com/ashr81/gatsby-theme-profile-builder", "demo_url": "https://gatsby-theme-profile-builder.netlify.com/", - "stars": 2, + "stars": 3, "forks": 1, - "open_issues": 8, + "open_issues": 26, "last_commit": "2019-09-15T05:28:28Z", "created_at": "2019-07-31T17:42:47Z", "description": null, @@ -2472,7 +2679,7 @@ "github_url": "https://github.com/aslammultani/blogger", "demo_url": "https://gatsby-blogger.netlify.com/", "stars": 22, - "forks": 10, + "forks": 12, "open_issues": 1, "last_commit": "2019-02-26T09:00:55Z", "created_at": "2019-02-25T05:18:26Z", @@ -2540,9 +2747,9 @@ "default_branch": "master", "github_url": "https://github.com/avatar-kaleb/gatsby-starter-ggt-material-ui-blog", "demo_url": "https://gatsby-theme-ggt-material-ui-blog.netlify.com/", - "stars": 2, + "stars": 4, "forks": 4, - "open_issues": 13, + "open_issues": 22, "last_commit": "2020-03-14T14:50:56Z", "created_at": "2019-04-26T11:47:18Z", "description": "Gatsby starter that uses a Material-ui blog theme - letting you set up an blog with minimal effort!", @@ -2564,7 +2771,7 @@ "github_url": "https://github.com/avianto/hugo-kiera", "demo_url": "https://themes.gohugo.io/theme/hugo-kiera/", "stars": 97, - "forks": 117, + "forks": 119, "open_issues": 20, "last_commit": "2019-09-22T14:33:15Z", "created_at": "2017-11-13T00:53:41Z", @@ -2586,7 +2793,7 @@ "default_branch": "master", "github_url": "https://github.com/AVivero/gatsby-redux-starter", "demo_url": "https://avivero.github.io/gatsby-redux-starter/", - "stars": 9, + "stars": 10, "forks": 5, "open_issues": 1, "last_commit": "2018-11-07T05:33:03Z", @@ -2609,8 +2816,8 @@ "default_branch": "master", "github_url": "https://github.com/aweekj/Kiko-plus", "demo_url": "https://aweekj.github.io/Kiko-plus", - "stars": 173, - "forks": 214, + "stars": 172, + "forks": 203, "open_issues": 3, "last_commit": "2017-10-08T17:46:44Z", "created_at": "2016-08-08T10:33:16Z", @@ -2632,8 +2839,8 @@ "default_branch": "master", "github_url": "https://github.com/azmelanar/hugo-theme-pixyll", "demo_url": "https://themes.gohugo.io/theme/pixyll/", - "stars": 135, - "forks": 49, + "stars": 140, + "forks": 50, "open_issues": 8, "last_commit": "2020-01-14T03:26:37Z", "created_at": "2014-11-15T12:25:29Z", @@ -2655,9 +2862,9 @@ "default_branch": "master", "github_url": "https://github.com/b2a3e8/jekyll-theme-console", "demo_url": "https://b2a3e8.github.io/jekyll-theme-console/", - "stars": 303, - "forks": 265, - "open_issues": 0, + "stars": 362, + "forks": 296, + "open_issues": 4, "last_commit": "2021-02-19T20:58:54Z", "created_at": "2018-11-07T15:08:15Z", "description": "A jekyll theme inspired by linux consoles for hackers, developers and script kiddies.", @@ -2678,10 +2885,10 @@ "default_branch": "master", "github_url": "https://github.com/bagseye/bonneville", "demo_url": "https://bonneville.netlify.com/", - "stars": 26, - "forks": 23, - "open_issues": 6, - "last_commit": "2021-06-16T17:42:20Z", + "stars": 39, + "forks": 27, + "open_issues": 19, + "last_commit": "2022-02-27T17:17:41Z", "created_at": "2019-08-24T20:24:33Z", "description": "A simple, clean GatsbyJS starter for those looking to get up and running with Gatsby", "images": { @@ -2701,8 +2908,8 @@ "default_branch": "master", "github_url": "https://github.com/bake/solar-theme-hugo", "demo_url": "https://themes.gohugo.io/theme/solar-theme-hugo/", - "stars": 40, - "forks": 26, + "stars": 42, + "forks": 28, "open_issues": 0, "last_commit": "2021-04-03T20:25:35Z", "created_at": "2017-07-24T09:16:53Z", @@ -2725,7 +2932,7 @@ "github_url": "https://github.com/balaramadurai/hugo-travelify-theme", "demo_url": "https://themes.gohugo.io/theme/hugo-travelify-theme/", "stars": 33, - "forks": 25, + "forks": 26, "open_issues": 3, "last_commit": "2021-03-03T09:04:48Z", "created_at": "2017-06-28T12:20:18Z", @@ -2747,12 +2954,12 @@ "default_branch": "master", "github_url": "https://github.com/baobabKoodaa/blog", "demo_url": "https://www.attejuvonen.fi", - "stars": 96, - "forks": 57, - "open_issues": 20, - "last_commit": "2021-05-04T20:42:04Z", + "stars": 129, + "forks": 67, + "open_issues": 2, + "last_commit": "2022-12-27T15:23:32Z", "created_at": "2019-01-24T16:12:40Z", - "description": "Source for my blazing fast blog", + "description": "My blog. Made with Gatsby.", "images": { "hires": "https://www.jamstackthemes.dev/capture/baobabkoodaa-blog.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/baobabkoodaa-blog.jpg", @@ -2770,10 +2977,10 @@ "default_branch": "master", "github_url": "https://github.com/baobabKoodaa/gatsby-starter-infinite-scroll", "demo_url": "https://gatsby-starter-infinite-scroll.baobab.fi/", - "stars": 152, + "stars": 157, "forks": 28, - "open_issues": 14, - "last_commit": "2019-09-15T18:41:22Z", + "open_issues": 0, + "last_commit": "2022-07-18T20:20:06Z", "created_at": "2019-03-01T16:48:18Z", "description": "A Gatsby starter with infinite scroll and pagination.", "images": { @@ -2793,10 +3000,10 @@ "default_branch": "master", "github_url": "https://github.com/baobabKoodaa/gatsby-starter-photo-book", "demo_url": "https://gatsby-starter-photo-book.netlify.com/", - "stars": 81, - "forks": 40, - "open_issues": 19, - "last_commit": "2020-04-01T09:36:56Z", + "stars": 92, + "forks": 44, + "open_issues": 1, + "last_commit": "2022-07-19T15:40:43Z", "created_at": "2019-07-05T01:16:03Z", "description": "A Gatsby starter for sharing photosets.", "images": { @@ -2816,9 +3023,9 @@ "default_branch": "master", "github_url": "https://github.com/barryclark/jekyll-now", "demo_url": "https://www.jekyllnow.com/", - "stars": 7401, - "forks": 31714, - "open_issues": 286, + "stars": 7930, + "forks": 34793, + "open_issues": 344, "last_commit": "2018-04-12T03:31:03Z", "created_at": "2014-02-07T00:14:55Z", "description": "Build a Jekyll blog in minutes, without touching the command line.", @@ -2839,8 +3046,8 @@ "default_branch": "master", "github_url": "https://github.com/bawn92/sleek_blog", "demo_url": "https://www.gearoidoconnor.ie/", - "stars": 36, - "forks": 76, + "stars": 40, + "forks": 77, "open_issues": 4, "last_commit": "2018-11-05T22:05:35Z", "created_at": "2016-01-05T20:39:17Z", @@ -2851,6 +3058,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/bawn92-sleek_blog-2x.jpg" } }, + "bdhu-minimalist": { + "theme_key": "bdhu-minimalist", + "file": "jekyll-minimalist.md", + "name": "minimalist", + "title": "Minimalist", + "github_username": "BDHU", + "repo": "BDHU/minimalist", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/BDHU/minimalist", + "demo_url": "https://www.bodunhu.com/minimalist/", + "stars": 69, + "forks": 85, + "open_issues": 0, + "last_commit": "2022-09-05T14:46:38Z", + "created_at": "2021-08-22T23:16:39Z", + "description": "Minimalist is a Jekyll theme inspired by the Minimal theme ", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/bdhu-minimalist.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/bdhu-minimalist.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/bdhu-minimalist-2x.jpg" + } + }, "bdougie-casper-cms-template": { "theme_key": "bdougie-casper-cms-template", "file": "hugo-starter-blog-theme-casper.md", @@ -2862,8 +3092,8 @@ "default_branch": "master", "github_url": "https://github.com/bdougie/casper-cms-template", "demo_url": "https://casper-theme.netlify.com/", - "stars": 30, - "forks": 22, + "stars": 34, + "forks": 27, "open_issues": 0, "last_commit": "2021-04-09T20:25:44Z", "created_at": "2016-12-23T20:48:55Z", @@ -2886,7 +3116,7 @@ "github_url": "https://github.com/bdougie/hyde-cms-theme", "demo_url": "https://hyde.netlify.com/", "stars": 4, - "forks": 3, + "forks": 4, "open_issues": 2, "last_commit": "2018-01-03T18:29:16Z", "created_at": "2016-12-28T22:54:17Z", @@ -2908,9 +3138,9 @@ "default_branch": "master", "github_url": "https://github.com/beamsies/gatsby-starter-auth-aws-amplify", "demo_url": "https://authenticaysh.netlify.com/", - "stars": 38, - "forks": 16, - "open_issues": 2, + "stars": 37, + "forks": 14, + "open_issues": 13, "last_commit": "2021-05-15T02:41:19Z", "created_at": "2019-08-06T01:31:05Z", "description": "A full-featured AWS Amplify Auth starter made with GatsbyJS", @@ -2954,9 +3184,9 @@ "default_branch": "master", "github_url": "https://github.com/bencentra/centrarium", "demo_url": "https://bencentra.com/centrarium/", - "stars": 359, - "forks": 574, - "open_issues": 8, + "stars": 363, + "forks": 568, + "open_issues": 9, "last_commit": "2019-10-06T01:08:13Z", "created_at": "2015-04-14T00:39:17Z", "description": "A simple yet classy theme for your Jekyll website or blog.", @@ -2979,7 +3209,7 @@ "demo_url": "https://gatsby-kea-starter.netlify.com/", "stars": 3, "forks": 2, - "open_issues": 10, + "open_issues": 13, "last_commit": "2021-05-05T00:34:51Z", "created_at": "2019-06-10T01:54:29Z", "description": "Gatsby starter with redux and sagas made simpler by https://kea.js.org", @@ -3023,8 +3253,8 @@ "default_branch": "master", "github_url": "https://github.com/benradford/Slate-and-Simple-Jekyll-Theme", "demo_url": "https://benradford.github.io", - "stars": 25, - "forks": 45, + "stars": 24, + "forks": 46, "open_issues": 0, "last_commit": "2019-06-12T13:47:48Z", "created_at": "2017-05-28T01:14:55Z", @@ -3046,9 +3276,9 @@ "default_branch": "master", "github_url": "https://github.com/benrobertsonio/gatsby-starter-accessibility", "demo_url": "https://gatsby-starter-accessibility.netlify.com/", - "stars": 6, + "stars": 7, "forks": 0, - "open_issues": 2, + "open_issues": 16, "last_commit": "2021-05-10T11:44:58Z", "created_at": "2019-05-01T15:58:21Z", "description": "A Gatsby starter with powerful built-in accessibility tools.", @@ -3069,10 +3299,10 @@ "default_branch": "master", "github_url": "https://github.com/bep/docuapi", "demo_url": "https://docuapi.netlify.com/", - "stars": 501, - "forks": 163, - "open_issues": 14, - "last_commit": "2021-04-04T19:03:10Z", + "stars": 645, + "forks": 196, + "open_issues": 15, + "last_commit": "2023-01-15T08:42:13Z", "created_at": "2016-10-17T19:02:31Z", "description": "Beautiful multilingual API documentation theme for Hugo", "images": { @@ -3092,9 +3322,9 @@ "default_branch": "master", "github_url": "https://github.com/bigcommerce/gatsby-bigcommerce-netlify-cms-starter", "demo_url": "https://affectionate-goldwasser-30230c.netlify.com/", - "stars": 106, - "forks": 74, - "open_issues": 16, + "stars": 116, + "forks": 88, + "open_issues": 47, "last_commit": "2020-09-03T06:42:27Z", "created_at": "2019-07-05T21:23:03Z", "description": "Example Gatsby, BigCommerce and Netlify CMS project meant to jump start JAMStack ecommerce sites.", @@ -3115,8 +3345,8 @@ "default_branch": "master", "github_url": "https://github.com/bijenkorf-james-wakefield/gatsby-firebase-hosting-starter", "demo_url": "https://gatsby-firebase-hosting.firebaseapp.com/", - "stars": 11, - "forks": 3, + "stars": 12, + "forks": 4, "open_issues": 0, "last_commit": "2019-04-11T07:18:38Z", "created_at": "2019-04-03T12:36:08Z", @@ -3138,7 +3368,7 @@ "default_branch": "master", "github_url": "https://github.com/billyfish152/Renge", "demo_url": "https://junchaowang.com", - "stars": 13, + "stars": 14, "forks": 6, "open_issues": 0, "last_commit": "2016-06-22T23:18:13Z", @@ -3161,9 +3391,9 @@ "default_branch": "master", "github_url": "https://github.com/billyjacoby/gatsby-react-bootstrap-starter", "demo_url": "https://billyjacoby.github.io/gatsby-react-bootstrap-starter/", - "stars": 32, + "stars": 39, "forks": 13, - "open_issues": 23, + "open_issues": 33, "last_commit": "2019-04-30T23:58:54Z", "created_at": "2019-04-30T23:01:02Z", "description": null, @@ -3254,9 +3484,9 @@ "github_url": "https://github.com/bit-ranger/blog", "demo_url": "https://bit-ranger.github.io/blog/", "stars": 109, - "forks": 105, + "forks": 110, "open_issues": 46, - "last_commit": "2019-12-20T03:08:07Z", + "last_commit": "2021-10-14T15:09:05Z", "created_at": "2015-01-25T05:46:39Z", "description": "博客", "images": { @@ -3276,9 +3506,9 @@ "default_branch": "master", "github_url": "https://github.com/bitcoinvsalts/gridsome-shopify-starter", "demo_url": "https://gridsome-shopify.netlify.app/", - "stars": 34, - "forks": 13, - "open_issues": 14, + "stars": 39, + "forks": 15, + "open_issues": 26, "last_commit": "2020-07-24T13:52:23Z", "created_at": "2020-06-16T19:25:47Z", "description": "Ecommerce Headless PWA Gridsome Shopify Starter using TailwindCSS", @@ -3299,10 +3529,10 @@ "default_branch": "master", "github_url": "https://github.com/bjacquemet/personal-web", "demo_url": "https://themes.gohugo.io/theme/personal-web/", - "stars": 77, - "forks": 56, + "stars": 80, + "forks": 58, "open_issues": 4, - "last_commit": "2020-09-17T17:25:44Z", + "last_commit": "2021-09-22T16:50:38Z", "created_at": "2019-02-25T16:08:01Z", "description": "Hugo Template for Freelancer Portfolio and Blog", "images": { @@ -3345,10 +3575,10 @@ "default_branch": "master", "github_url": "https://github.com/blakenoll/gatsby-starter-styled-components", "demo_url": "https://gatsby-starter-styled-components.netlify.com/", - "stars": 8, - "forks": 2, - "open_issues": 24, - "last_commit": "2020-11-17T14:02:22Z", + "stars": 6, + "forks": 1, + "open_issues": 38, + "last_commit": "2021-07-28T13:19:19Z", "created_at": "2019-02-26T23:36:59Z", "description": "Gatsby starter using styled components with a sticky footer", "images": { @@ -3368,7 +3598,7 @@ "default_branch": "master", "github_url": "https://github.com/blankoworld/hugo_theme_adam_eve", "demo_url": "https://themes.gohugo.io/theme/hugo_theme_adam_eve/", - "stars": 16, + "stars": 15, "forks": 5, "open_issues": 1, "last_commit": "2020-07-22T20:14:57Z", @@ -3380,6 +3610,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/blankoworld-hugo_theme_adam_eve-2x.jpg" } }, + "blazity-next-saas-starter": { + "theme_key": "blazity-next-saas-starter", + "file": "next-saas-starter.md", + "name": "next-saas-starter", + "title": "Next SaaS Starter", + "github_username": "Blazity", + "repo": "Blazity/next-saas-starter", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/Blazity/next-saas-starter", + "demo_url": "https://next-saas-starter-ashy.vercel.app/", + "stars": 504, + "forks": 136, + "open_issues": 17, + "last_commit": "2022-12-11T15:12:52Z", + "created_at": "2021-09-03T20:00:32Z", + "description": "⚡️ Free Next.js responsive landing page template for SaaS products made using JAMStack architecture.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/blazity-next-saas-starter.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/blazity-next-saas-starter.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/blazity-next-saas-starter-2x.jpg" + } + }, "blleng-hexo-theme-lx": { "theme_key": "blleng-hexo-theme-lx", "file": "hexo-theme-lx.md", @@ -3391,10 +3644,10 @@ "default_branch": "master", "github_url": "https://github.com/blleng/hexo-theme-lx", "demo_url": "https://lx.blleng.cn/", - "stars": 150, - "forks": 16, - "open_issues": 3, - "last_commit": "2020-11-29T05:39:41Z", + "stars": 194, + "forks": 23, + "open_issues": 6, + "last_commit": "2022-11-26T15:10:31Z", "created_at": "2019-11-02T09:48:38Z", "description": "👉 A simple & clear & elegant Hexo theme. 🔭🔭Lx——一款简洁、美观的Hexo博客主题。", "images": { @@ -3414,8 +3667,8 @@ "default_branch": "master", "github_url": "https://github.com/bluepeter/gatsby-material-ui-business-starter", "demo_url": "https://bluepeter.github.io/gatsby-material-ui-business-starter/", - "stars": 62, - "forks": 23, + "stars": 63, + "forks": 25, "open_issues": 1, "last_commit": "2020-08-04T17:56:55Z", "created_at": "2019-01-09T23:04:36Z", @@ -3438,7 +3691,7 @@ "github_url": "https://github.com/borekb/gatsby-starter-mobx", "demo_url": "https://gatsby-starter-mobx.netlify.com/", "stars": 18, - "forks": 7, + "forks": 6, "open_issues": 1, "last_commit": "2018-11-25T19:41:19Z", "created_at": "2018-11-25T19:08:28Z", @@ -3460,8 +3713,8 @@ "default_branch": "master", "github_url": "https://github.com/boyney123/evento", "demo_url": "https://evento.davidboyne.co.uk/", - "stars": 42, - "forks": 49, + "stars": 41, + "forks": 46, "open_issues": 1, "last_commit": "2016-03-21T20:47:51Z", "created_at": "2016-01-30T15:51:32Z", @@ -3529,10 +3782,10 @@ "default_branch": "master", "github_url": "https://github.com/brady-kondek/streamer", "demo_url": "https://www.streamertheme.ga", - "stars": 5, + "stars": 6, "forks": 3, "open_issues": 0, - "last_commit": "2019-10-25T19:26:07Z", + "last_commit": "2022-01-21T05:46:56Z", "created_at": "2019-10-14T16:19:53Z", "description": "Theme for streamer websites", "images": { @@ -3575,10 +3828,10 @@ "default_branch": "main", "github_url": "https://github.com/brennanbrown/enjoyment-work", "demo_url": "https://enjoyment-work.netlify.app", - "stars": 23, - "forks": 2, - "open_issues": 0, - "last_commit": "2021-06-26T22:03:25Z", + "stars": 71, + "forks": 8, + "open_issues": 2, + "last_commit": "2022-12-08T19:28:37Z", "created_at": "2020-11-17T06:18:31Z", "description": "🗃️ A Digital Garden: Capturing my daily thoughts and progress, as well as curated ideas with unique synthesis—a personal zettelkasten. Built on Simply Jekyll by Raghuveer S.", "images": { @@ -3598,10 +3851,10 @@ "default_branch": "main", "github_url": "https://github.com/brennanbrown/purelog", "demo_url": "https://purelog.netlify.app", - "stars": 2, - "forks": 3, - "open_issues": 1, - "last_commit": "2021-06-26T22:07:57Z", + "stars": 18, + "forks": 30, + "open_issues": 0, + "last_commit": "2022-02-04T05:25:56Z", "created_at": "2020-11-08T04:33:19Z", "description": " 📔 A responsive sidebar Jekyll theme, created with the Pure.css framework, designed for writers and bloggers of all kinds.", "images": { @@ -3621,10 +3874,10 @@ "default_branch": "main", "github_url": "https://github.com/brennanbrown/watery", "demo_url": "https://watery.netlify.app", - "stars": 6, - "forks": 4, + "stars": 9, + "forks": 7, "open_issues": 0, - "last_commit": "2021-06-26T05:17:00Z", + "last_commit": "2022-07-24T02:39:49Z", "created_at": "2020-11-01T21:58:01Z", "description": "🚰 A minimalist, bare-bones theme for Jekyll only using the Water.css framework while still following the best practices for accessibility and search-engine optimization.", "images": { @@ -3644,10 +3897,10 @@ "default_branch": "master", "github_url": "https://github.com/brianmaierjr/long-haul", "demo_url": "https://brianmaierjr.com/long-haul/", - "stars": 540, - "forks": 619, - "open_issues": 2, - "last_commit": "2021-05-14T17:28:43Z", + "stars": 606, + "forks": 689, + "open_issues": 6, + "last_commit": "2022-09-13T04:36:54Z", "created_at": "2014-12-14T08:41:52Z", "description": "A minimal, type-focused Jekyll theme.", "images": { @@ -3667,8 +3920,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/brijeshb42/bitwiser-material", "demo_url": "https://bitwiser.in/bitwiser-material/", - "stars": 31, - "forks": 29, + "stars": 32, + "forks": 33, "open_issues": 0, "last_commit": "2015-12-07T12:20:03Z", "created_at": "2015-07-11T20:55:48Z", @@ -3690,9 +3943,9 @@ "default_branch": "master", "github_url": "https://github.com/brohlson/gatsby-datocms-starter", "demo_url": "https://gatsby-datocms-starter.netlify.com/", - "stars": 26, - "forks": 4, - "open_issues": 21, + "stars": 29, + "forks": 6, + "open_issues": 22, "last_commit": "2021-03-08T03:15:59Z", "created_at": "2019-05-08T23:32:18Z", "description": "⚛️ My preferred configuration for Gatsby DatoCMS projects", @@ -3713,10 +3966,10 @@ "default_branch": "source", "github_url": "https://github.com/brunch/brunch.github.io", "demo_url": "https://brunch.io/", - "stars": 118, - "forks": 110, - "open_issues": 10, - "last_commit": "2019-12-16T18:09:47Z", + "stars": 115, + "forks": 109, + "open_issues": 5, + "last_commit": "2021-12-28T09:32:31Z", "created_at": "2011-01-27T12:07:06Z", "description": "The website", "images": { @@ -3736,9 +3989,9 @@ "default_branch": "main", "github_url": "https://github.com/brxck/gatsby-starter-stripe", "demo_url": "https://gatsby-starter-stripe.netlify.com/", - "stars": 98, - "forks": 38, - "open_issues": 1, + "stars": 107, + "forks": 43, + "open_issues": 2, "last_commit": "2021-04-21T18:21:57Z", "created_at": "2019-02-22T00:49:32Z", "description": " 🛒 A starter storefront & admin UI with Gatsby, Stripe, & Netlify Functions.", @@ -3851,9 +4104,9 @@ "default_branch": "master", "github_url": "https://github.com/bul-ikana/hugo-cards", "demo_url": "https://themes.gohugo.io/theme/hugo-cards/", - "stars": 51, - "forks": 48, - "open_issues": 2, + "stars": 54, + "forks": 50, + "open_issues": 3, "last_commit": "2020-10-19T01:48:49Z", "created_at": "2018-09-29T23:11:06Z", "description": "A bootstrap based minimal hugo theme based on webjeda-cards", @@ -3875,9 +4128,9 @@ "github_url": "https://github.com/ButterCMS/gatsby-starter-buttercms", "demo_url": "https://gatsby-starter-buttercms.netlify.com/", "stars": 5, - "forks": 9, - "open_issues": 0, - "last_commit": "2021-05-27T11:41:25Z", + "forks": 8, + "open_issues": 14, + "last_commit": "2022-12-19T14:59:03Z", "created_at": "2019-01-22T19:39:01Z", "description": "A starter template for spinning up a Gatsby+ ButterCMS site", "images": { @@ -3897,9 +4150,9 @@ "default_branch": "master", "github_url": "https://github.com/caki0915/gatsby-starter-redux", "demo_url": "https://caki0915.github.io/gatsby-starter-redux/", - "stars": 45, - "forks": 15, - "open_issues": 34, + "stars": 44, + "forks": 14, + "open_issues": 40, "last_commit": "2020-01-14T17:50:27Z", "created_at": "2018-02-11T03:38:08Z", "description": "Simple and clean Startersite for Gatsby with Redux and Emotion ", @@ -3920,9 +4173,9 @@ "default_branch": "master", "github_url": "https://github.com/calintat/minimal", "demo_url": "https://themes.gohugo.io/theme/minimal/", - "stars": 348, - "forks": 211, - "open_issues": 39, + "stars": 357, + "forks": 214, + "open_issues": 41, "last_commit": "2021-01-03T22:03:36Z", "created_at": "2017-07-08T20:50:31Z", "description": "Personal blog theme powered by Hugo", @@ -3943,10 +4196,10 @@ "default_branch": "master", "github_url": "https://github.com/calpa/gatsby-starter-calpa-blog", "demo_url": "https://calpa.me/", - "stars": 323, - "forks": 65, - "open_issues": 16, - "last_commit": "2020-12-23T06:36:05Z", + "stars": 334, + "forks": 67, + "open_issues": 35, + "last_commit": "2022-12-07T11:47:29Z", "created_at": "2017-10-15T13:40:48Z", "description": "Calpa's Blog (GatsbyJS Starter X Netlify CMS)", "images": { @@ -3955,6 +4208,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/calpa-gatsby-starter-calpa-blog-2x.jpg" } }, + "canhtran-maverick": { + "theme_key": "canhtran-maverick", + "file": "maverick.md", + "name": "maverick", + "title": "Maverick", + "github_username": "canhtran", + "repo": "canhtran/maverick", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/canhtran/maverick", + "demo_url": "https://maverick.canhtran.me", + "stars": 17, + "forks": 11, + "open_issues": 6, + "last_commit": "2023-01-14T06:09:33Z", + "created_at": "2022-06-26T05:04:55Z", + "description": "A minimal hugo theme focus on content", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/canhtran-maverick.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/canhtran-maverick.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/canhtran-maverick-2x.jpg" + } + }, "carsonip-hugo-theme-minos": { "theme_key": "carsonip-hugo-theme-minos", "file": "hugo-theme-minos.md", @@ -3966,8 +4242,8 @@ "default_branch": "master", "github_url": "https://github.com/carsonip/hugo-theme-minos", "demo_url": "https://themes.gohugo.io/theme/hugo-theme-minos/", - "stars": 119, - "forks": 70, + "stars": 127, + "forks": 74, "open_issues": 8, "last_commit": "2021-04-04T15:18:35Z", "created_at": "2017-02-18T21:48:02Z", @@ -3989,8 +4265,8 @@ "default_branch": "master", "github_url": "https://github.com/cboettig/hugo-now-ui", "demo_url": "https://themes.gohugo.io/theme/hugo-now-ui/", - "stars": 95, - "forks": 63, + "stars": 99, + "forks": 62, "open_issues": 6, "last_commit": "2020-09-28T16:30:52Z", "created_at": "2017-11-24T22:14:31Z", @@ -4081,10 +4357,10 @@ "default_branch": "master", "github_url": "https://github.com/chaooo/hexo-theme-BlueLake", "demo_url": "https://chaoo.oschina.io/", - "stars": 315, - "forks": 124, - "open_issues": 17, - "last_commit": "2021-02-03T14:26:22Z", + "stars": 322, + "forks": 127, + "open_issues": 11, + "last_commit": "2022-04-21T08:30:19Z", "created_at": "2016-11-02T13:05:25Z", "description": "A simple theme for Hexo with great performance on different devices .", "images": { @@ -4104,10 +4380,10 @@ "default_branch": "main", "github_url": "https://github.com/chec/commercejs-chopchop-demo", "demo_url": "https://commercejs-chopchop-demo.vercel.app/", - "stars": 56, - "forks": 17, - "open_issues": 2, - "last_commit": "2021-06-25T23:03:54Z", + "stars": 133, + "forks": 56, + "open_issues": 3, + "last_commit": "2021-11-24T21:06:24Z", "created_at": "2020-11-22T21:10:48Z", "description": "A Commerce.js starter kit for Next.js. A beautifully designed elegantly developed, end to end commerce experience for developers and agencies. Pre-integrated with Stripe. One-click deploy to Vercel. ", "images": { @@ -4127,10 +4403,10 @@ "default_branch": "master", "github_url": "https://github.com/chec/commercejs-nextjs-demo-store", "demo_url": "https://commercejs-demo-store.netlify.app/", - "stars": 803, - "forks": 120, - "open_issues": 12, - "last_commit": "2021-06-28T18:39:47Z", + "stars": 997, + "forks": 187, + "open_issues": 31, + "last_commit": "2022-02-14T17:27:02Z", "created_at": "2020-03-23T18:51:15Z", "description": "Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, customer login, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.", "images": { @@ -4150,10 +4426,10 @@ "default_branch": "master", "github_url": "https://github.com/chec/commercejs-vuejs-boilerplate", "demo_url": "https://shoppable-campaign-demo.netlify.app/", - "stars": 27, - "forks": 16, + "stars": 43, + "forks": 19, "open_issues": 0, - "last_commit": "2020-10-07T21:10:51Z", + "last_commit": "2021-11-24T19:58:17Z", "created_at": "2020-07-10T16:25:24Z", "description": "Commerce.js boilerplate, built with Vue.js, for fast eCommerce development and design", "images": { @@ -4173,9 +4449,9 @@ "default_branch": "master", "github_url": "https://github.com/chesterhow/tale", "demo_url": "https://chesterhow.github.io/tale/", - "stars": 779, - "forks": 799, - "open_issues": 2, + "stars": 906, + "forks": 845, + "open_issues": 4, "last_commit": "2021-05-03T08:35:47Z", "created_at": "2017-03-10T04:32:23Z", "description": "Minimal Jekyll theme for storytellers", @@ -4185,6 +4461,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/chesterhow-tale-2x.jpg" } }, + "chetanverma16-react-portfolio-template": { + "theme_key": "chetanverma16-react-portfolio-template", + "file": "react-portfolio-template.md", + "name": "react-portfolio-template", + "title": "React Portfolio Template", + "github_username": "chetanverma16", + "repo": "chetanverma16/react-portfolio-template", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/chetanverma16/react-portfolio-template", + "demo_url": "https://react-portfolio-template.netlify.app/", + "stars": 804, + "forks": 382, + "open_issues": 8, + "last_commit": "2022-10-10T20:28:48Z", + "created_at": "2019-06-20T05:51:10Z", + "description": "Modern React Portfolio Template (FREE)", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/chetanverma16-react-portfolio-template.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/chetanverma16-react-portfolio-template.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/chetanverma16-react-portfolio-template-2x.jpg" + } + }, "chibicode-solo": { "theme_key": "chibicode-solo", "file": "jekyll-solo.md", @@ -4196,8 +4495,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/chibicode/solo", "demo_url": "https://chibicode.github.io/solo/", - "stars": 317, - "forks": 187, + "stars": 319, + "forks": 180, "open_issues": 1, "last_commit": "2017-10-25T11:45:17Z", "created_at": "2014-01-25T00:53:09Z", @@ -4219,7 +4518,7 @@ "default_branch": "master", "github_url": "https://github.com/chipsenkbeil/grid-side", "demo_url": "https://themes.gohugo.io/theme/grid-side/", - "stars": 31, + "stars": 30, "forks": 21, "open_issues": 20, "last_commit": "2017-06-26T19:17:54Z", @@ -4242,10 +4541,10 @@ "default_branch": "master", "github_url": "https://github.com/chipzoller/hugo-clarity", "demo_url": "https://themes.gohugo.io/theme/hugo-clarity/", - "stars": 232, - "forks": 140, - "open_issues": 13, - "last_commit": "2021-06-10T19:24:05Z", + "stars": 261, + "forks": 151, + "open_issues": 14, + "last_commit": "2021-08-21T00:46:55Z", "created_at": "2020-04-16T15:31:58Z", "description": "A theme for Hugo based on VMware Clarity", "images": { @@ -4254,6 +4553,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/chipzoller-hugo-clarity-2x.jpg" } }, + "chringel21-chringel-hugo-theme": { + "theme_key": "chringel21-chringel-hugo-theme", + "file": "hugo-chringel.md", + "name": "chringel-hugo-theme", + "title": "chringel", + "github_username": "chringel21", + "repo": "chringel21/chringel-hugo-theme", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/chringel21/chringel-hugo-theme", + "demo_url": "https://chringel21.github.io/chringel-hugo-theme/", + "stars": 19, + "forks": 3, + "open_issues": 1, + "last_commit": "2022-11-28T11:45:51Z", + "created_at": "2021-12-22T12:52:08Z", + "description": "chringel - Privacy focused theme for Hugo", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/chringel21-chringel-hugo-theme.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/chringel21-chringel-hugo-theme.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/chringel21-chringel-hugo-theme-2x.jpg" + } + }, "chrisbobbe-jekyll-theme-prologue": { "theme_key": "chrisbobbe-jekyll-theme-prologue", "file": "jekyll-theme-prologue.md", @@ -4265,9 +4587,9 @@ "default_branch": "master", "github_url": "https://github.com/chrisbobbe/jekyll-theme-prologue", "demo_url": "https://chrisbobbe.github.io/jekyll-theme-prologue/", - "stars": 356, - "forks": 910, - "open_issues": 34, + "stars": 399, + "forks": 921, + "open_issues": 32, "last_commit": "2021-02-15T16:12:05Z", "created_at": "2018-01-07T03:51:49Z", "description": "A Jekyll version of the \"Prologue\" theme by HTML5 UP", @@ -4277,6 +4599,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/chrisbobbe-jekyll-theme-prologue-2x.jpg" } }, + "chrisnmorrison-revista-gatsby-blog-magazine": { + "theme_key": "chrisnmorrison-revista-gatsby-blog-magazine", + "file": "gatsby-blog-revista.md", + "name": "revista-gatsby-blog-magazine", + "title": "Revista", + "github_username": "chrisnmorrison", + "repo": "chrisnmorrison/revista-gatsby-blog-magazine", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/chrisnmorrison/revista-gatsby-blog-magazine", + "demo_url": "https://revista-demo.netlify.app/", + "stars": 1, + "forks": 0, + "open_issues": 0, + "last_commit": "2023-01-22T23:45:48Z", + "created_at": "2022-12-31T01:13:23Z", + "description": "Modern, clean Gatsby Blog/Magazine template. Easy to customize, and ready to publish articles.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/chrisnmorrison-revista-gatsby-blog-magazine.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/chrisnmorrison-revista-gatsby-blog-magazine.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/chrisnmorrison-revista-gatsby-blog-magazine-2x.jpg" + } + }, "chrisrhymes-bulma-clean-theme": { "theme_key": "chrisrhymes-bulma-clean-theme", "file": "bulma-clean-theme.md", @@ -4288,10 +4633,10 @@ "default_branch": "master", "github_url": "https://github.com/chrisrhymes/bulma-clean-theme", "demo_url": "https://www.csrhymes.com/bulma-clean-theme/", - "stars": 222, - "forks": 285, - "open_issues": 2, - "last_commit": "2021-06-13T09:18:30Z", + "stars": 317, + "forks": 410, + "open_issues": 3, + "last_commit": "2022-03-05T19:41:40Z", "created_at": "2018-10-13T20:07:28Z", "description": "A clean and modern Jekyll theme based on Bulma", "images": { @@ -4311,9 +4656,9 @@ "default_branch": "master", "github_url": "https://github.com/chrisrhymes/mere-blog-theme", "demo_url": "https://www.csrhymes.com/mere-blog-theme/", - "stars": 19, - "forks": 33, - "open_issues": 0, + "stars": 26, + "forks": 45, + "open_issues": 1, "last_commit": "2021-02-27T08:50:32Z", "created_at": "2019-09-08T20:03:13Z", "description": "Mere is a minimal and simple blog theme, and nothing more, for use with Jekyll and GitHub Pages.", @@ -4334,9 +4679,9 @@ "default_branch": "master", "github_url": "https://github.com/chrissimpkins/cinder", "demo_url": "https://sourcefoundry.org/cinder/", - "stars": 154, - "forks": 99, - "open_issues": 13, + "stars": 171, + "forks": 109, + "open_issues": 17, "last_commit": "2021-01-05T20:29:39Z", "created_at": "2015-08-28T03:45:23Z", "description": "A clean, responsive MkDocs theme", @@ -4357,8 +4702,8 @@ "default_branch": "master", "github_url": "https://github.com/christianezeani/panthera-jekyll", "demo_url": "https://demothemes.github.io/panthera-jekyll/", - "stars": 15, - "forks": 40, + "stars": 17, + "forks": 42, "open_issues": 1, "last_commit": "2020-08-01T14:23:19Z", "created_at": "2019-06-04T23:36:15Z", @@ -4381,7 +4726,7 @@ "github_url": "https://github.com/christianmendoza/hugo-split-theme", "demo_url": "https://themes.gohugo.io/theme/hugo-split-theme/", "stars": 16, - "forks": 77, + "forks": 78, "open_issues": 4, "last_commit": "2017-12-27T15:19:40Z", "created_at": "2017-12-20T22:30:43Z", @@ -4392,6 +4737,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/christianmendoza-hugo-split-theme-2x.jpg" } }, + "cjkihl-gatsby-starter-redux": { + "theme_key": "caki0915-gatsby-starter-redux", + "file": "gatsby-starter-redux.md", + "name": "gatsby-starter-redux", + "title": "Gatsby Starter Redux", + "github_username": "cjkihl", + "repo": "cjkihl/gatsby-starter-redux", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/cjkihl/gatsby-starter-redux", + "demo_url": "https://caki0915.github.io/gatsby-starter-redux/", + "stars": 44, + "forks": 13, + "open_issues": 51, + "last_commit": "2020-01-14T17:50:27Z", + "created_at": "2018-02-11T03:38:08Z", + "description": "Simple and clean Startersite for Gatsby with Redux and Emotion ", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/caki0915-gatsby-starter-redux.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/caki0915-gatsby-starter-redux.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/caki0915-gatsby-starter-redux-2x.jpg" + } + }, "cjsheets-mkdocs-rtd-dropdown": { "theme_key": "cjsheets-mkdocs-rtd-dropdown", "file": "mkdocs-rtd-dropdown.md", @@ -4403,8 +4771,8 @@ "default_branch": "master", "github_url": "https://github.com/cjsheets/mkdocs-rtd-dropdown", "demo_url": "https://readthedocs.sheets.ch/", - "stars": 53, - "forks": 38, + "stars": 60, + "forks": 42, "open_issues": 11, "last_commit": "2018-08-20T04:43:50Z", "created_at": "2017-10-29T19:41:23Z", @@ -4427,7 +4795,7 @@ "github_url": "https://github.com/clark-zhao/bohu-jekyll-theme", "demo_url": "https://llawlight.github.io/bohu-jekyll-theme/", "stars": 0, - "forks": 3, + "forks": 4, "open_issues": 0, "last_commit": "2020-05-07T15:44:44Z", "created_at": "2020-05-07T15:22:42Z", @@ -4449,8 +4817,8 @@ "default_branch": "master", "github_url": "https://github.com/clarkhacks/Minimal-Text", "demo_url": "https://gh.clarkhacks.com/Minimal-Text/", - "stars": 8, - "forks": 21, + "stars": 9, + "forks": 23, "open_issues": 0, "last_commit": "2018-01-24T18:22:14Z", "created_at": "2020-04-06T20:27:28Z", @@ -4472,10 +4840,10 @@ "default_branch": "master", "github_url": "https://github.com/clayh53/tufte-jekyll", "demo_url": "https://clayh53.github.io/tufte-jekyll/", - "stars": 486, - "forks": 177, - "open_issues": 19, - "last_commit": "2021-03-30T13:03:01Z", + "stars": 564, + "forks": 198, + "open_issues": 21, + "last_commit": "2022-11-06T22:26:31Z", "created_at": "2015-02-20T21:51:52Z", "description": "Minimal Jekyll blog styled to resemble the look and layout of Edward Tufte's books", "images": { @@ -4491,14 +4859,14 @@ "title": "Aviator", "github_username": "CloudCannon", "repo": "CloudCannon/aviator-jekyll-template", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/CloudCannon/aviator-jekyll-template", "demo_url": "https://tangerine-lemon.cloudvent.net/", - "stars": 337, - "forks": 181, + "stars": 350, + "forks": 185, "open_issues": 6, - "last_commit": "2019-08-21T01:54:54Z", + "last_commit": "2022-12-05T02:48:10Z", "created_at": "2015-01-28T02:49:52Z", "description": ":droplet: API Documentation template for Jekyll", "images": { @@ -4537,14 +4905,14 @@ "title": "Cause", "github_username": "CloudCannon", "repo": "CloudCannon/cause-jekyll-template", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/CloudCannon/cause-jekyll-template", "demo_url": "https://clean-oryx.cloudvent.net/", - "stars": 107, - "forks": 135, - "open_issues": 3, - "last_commit": "2019-07-02T01:58:10Z", + "stars": 122, + "forks": 133, + "open_issues": 4, + "last_commit": "2021-10-29T07:37:50Z", "created_at": "2016-11-16T01:59:02Z", "description": ":tulip: Not for profit template for Jekyll", "images": { @@ -4583,14 +4951,14 @@ "title": "Edition", "github_username": "CloudCannon", "repo": "CloudCannon/edition-jekyll-template", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/CloudCannon/edition-jekyll-template", "demo_url": "https://long-pig.cloudvent.net/", - "stars": 269, - "forks": 238, - "open_issues": 4, - "last_commit": "2018-10-03T03:08:09Z", + "stars": 321, + "forks": 276, + "open_issues": 5, + "last_commit": "2022-12-05T02:49:05Z", "created_at": "2016-07-14T03:38:28Z", "description": ":books: Product documentation template for Jekyll", "images": { @@ -4606,14 +4974,14 @@ "title": "Frisco", "github_username": "CloudCannon", "repo": "CloudCannon/frisco-jekyll-template", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/CloudCannon/frisco-jekyll-template", "demo_url": "https://brave-submarine.cloudvent.net/", - "stars": 137, - "forks": 185, - "open_issues": 6, - "last_commit": "2019-06-04T23:13:51Z", + "stars": 154, + "forks": 195, + "open_issues": 4, + "last_commit": "2022-12-05T02:49:23Z", "created_at": "2016-11-01T04:12:15Z", "description": ":iphone: App marketing template for Jekyll", "images": { @@ -4629,14 +4997,14 @@ "title": "Hydra", "github_username": "CloudCannon", "repo": "CloudCannon/hydra-jekyll-template", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/CloudCannon/hydra-jekyll-template", "demo_url": "https://proud-alligator.cloudvent.net/", - "stars": 323, - "forks": 318, - "open_issues": 2, - "last_commit": "2021-06-13T10:13:09Z", + "stars": 377, + "forks": 352, + "open_issues": 1, + "last_commit": "2021-11-25T02:48:57Z", "created_at": "2016-10-14T04:39:07Z", "description": ":dragon: Product marketing template for Jekyll", "images": { @@ -4652,14 +5020,14 @@ "title": "Justice", "github_username": "CloudCannon", "repo": "CloudCannon/justice-jekyll-template", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/CloudCannon/justice-jekyll-template", "demo_url": "https://grey-grouse.cloudvent.net/", - "stars": 46, - "forks": 69, - "open_issues": 0, - "last_commit": "2021-06-13T09:40:59Z", + "stars": 57, + "forks": 74, + "open_issues": 1, + "last_commit": "2021-11-24T22:55:13Z", "created_at": "2016-11-10T00:56:02Z", "description": ":office: Law firm themed business template for Jekyll", "images": { @@ -4675,14 +5043,14 @@ "title": "Malt", "github_username": "CloudCannon", "repo": "CloudCannon/malt-jekyll-template", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/CloudCannon/malt-jekyll-template", "demo_url": "https://whispering-boat.cloudvent.net/", - "stars": 15, - "forks": 23, - "open_issues": 0, - "last_commit": "2019-07-29T21:25:12Z", + "stars": 18, + "forks": 25, + "open_issues": 1, + "last_commit": "2022-12-05T02:46:48Z", "created_at": "2016-11-09T22:42:40Z", "description": ":beers: Event marketing template for Jekyll", "images": { @@ -4744,14 +5112,14 @@ "title": "CC Urban", "github_username": "CloudCannon", "repo": "CloudCannon/urban-jekyll-template", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/CloudCannon/urban-jekyll-template", "demo_url": "https://teal-worm.cloudvent.net/", - "stars": 159, - "forks": 193, + "stars": 169, + "forks": 191, "open_issues": 1, - "last_commit": "2021-06-13T10:05:43Z", + "last_commit": "2021-11-24T22:58:41Z", "created_at": "2016-11-10T03:08:36Z", "description": ":cloud: Agency template for Jekyll", "images": { @@ -4771,10 +5139,10 @@ "default_branch": "master", "github_url": "https://github.com/codeasashu/hcz-jekyll-blog", "demo_url": "https://codeasashu.github.io/hcz-jekyll-blog/", - "stars": 222, - "forks": 255, + "stars": 232, + "forks": 261, "open_issues": 15, - "last_commit": "2017-05-07T01:16:31Z", + "last_commit": "2022-09-27T22:13:42Z", "created_at": "2016-06-02T07:30:03Z", "description": "A simple material theme for blogger", "images": { @@ -4794,9 +5162,9 @@ "default_branch": "master", "github_url": "https://github.com/codebushi/gatsby-starter-dimension", "demo_url": "https://gatsby-dimension.surge.sh/", - "stars": 303, - "forks": 190, - "open_issues": 26, + "stars": 323, + "forks": 201, + "open_issues": 47, "last_commit": "2020-01-25T22:55:34Z", "created_at": "2017-11-25T18:56:41Z", "description": "Gatsby.js V2 starter template based on Dimension, designed by HTML5 UP. Check out https://codebushi.com/gatsby-starters-and-themes/ for more Gatsby starters.", @@ -4817,9 +5185,9 @@ "default_branch": "master", "github_url": "https://github.com/codebushi/gatsby-starter-forty", "demo_url": "https://gatsby-forty.surge.sh/", - "stars": 204, - "forks": 102, - "open_issues": 4, + "stars": 207, + "forks": 101, + "open_issues": 5, "last_commit": "2020-01-25T22:40:52Z", "created_at": "2017-12-02T23:10:35Z", "description": "Gatsby.js V2 starter template based on Forty, designed by HTML5 UP. Check out https://codebushi.com/gatsby-starters-and-themes/ for more Gatsby starters.", @@ -4840,8 +5208,8 @@ "default_branch": "master", "github_url": "https://github.com/codebushi/gatsby-starter-photon", "demo_url": "https://gatsby-photon.surge.sh/", - "stars": 56, - "forks": 36, + "stars": 57, + "forks": 38, "open_issues": 1, "last_commit": "2019-10-24T10:38:55Z", "created_at": "2018-03-30T20:57:46Z", @@ -4863,8 +5231,8 @@ "default_branch": "master", "github_url": "https://github.com/codebushi/gatsby-starter-stellar", "demo_url": "https://gatsby-stellar.surge.sh/", - "stars": 135, - "forks": 35, + "stars": 137, + "forks": 37, "open_issues": 2, "last_commit": "2020-03-07T15:33:30Z", "created_at": "2018-03-18T22:04:12Z", @@ -4886,7 +5254,7 @@ "default_branch": "master", "github_url": "https://github.com/codebushi/gatsby-starter-strata", "demo_url": "https://gatsby-strata.surge.sh/", - "stars": 137, + "stars": 136, "forks": 57, "open_issues": 1, "last_commit": "2020-05-30T13:23:41Z", @@ -4921,6 +5289,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/coderzh-hugo-pacman-theme-2x.jpg" } }, + "codexfelis-paws-template": { + "theme_key": "codexfelis-paws-template", + "file": "Paws.md", + "name": "paws-template", + "title": "Paws", + "github_username": "codexfelis", + "repo": "codexfelis/paws-template", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/codexfelis/paws-template", + "demo_url": "https://paws.codexfelis.dev/", + "stars": 2, + "forks": 2, + "open_issues": 1, + "last_commit": "2022-01-29T16:56:57Z", + "created_at": "2022-01-29T16:48:32Z", + "description": "Template repository to deploy your own site based on Paws - a lightweight and simple static site template for researchers in the Digital Humanities ", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/codexfelis-paws-template.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/codexfelis-paws-template.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/codexfelis-paws-template-2x.jpg" + } + }, "codinfox-codinfox-lanyon": { "theme_key": "codinfox-codinfox-lanyon", "file": "jekyll-codinfox-lanyon.md", @@ -4932,8 +5323,8 @@ "default_branch": "dev", "github_url": "https://github.com/codinfox/codinfox-lanyon", "demo_url": "https://codinfox.github.io/", - "stars": 388, - "forks": 249, + "stars": 392, + "forks": 244, "open_issues": 7, "last_commit": "2016-06-08T16:32:04Z", "created_at": "2015-03-05T06:44:00Z", @@ -4951,14 +5342,14 @@ "title": "Gatsby Starter Sass", "github_username": "colbyfayock", "repo": "colbyfayock/gatsby-starter-sass", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/colbyfayock/gatsby-starter-sass", "demo_url": "https://gatsby-starter-sass.netlify.com/", - "stars": 23, - "forks": 4, - "open_issues": 6, - "last_commit": "2021-04-20T01:49:14Z", + "stars": 30, + "forks": 7, + "open_issues": 15, + "last_commit": "2022-02-10T19:13:42Z", "created_at": "2019-04-27T20:01:35Z", "description": "👓 A Gatsby starter with Sass and no assumptions!", "images": { @@ -4978,9 +5369,9 @@ "default_branch": "master", "github_url": "https://github.com/ColeTownsend/Balzac-for-Jekyll", "demo_url": "https://gtat.me/", - "stars": 503, + "stars": 509, "forks": 442, - "open_issues": 11, + "open_issues": 12, "last_commit": "2018-06-26T22:21:42Z", "created_at": "2013-08-02T12:31:24Z", "description": "Your favorite AnchorCMS theme, now for Jekyll!", @@ -5003,7 +5394,7 @@ "demo_url": "https://collective.github.io/gatsby-starter-plone/", "stars": 3, "forks": 2, - "open_issues": 13, + "open_issues": 24, "last_commit": "2020-11-21T13:18:09Z", "created_at": "2018-07-19T13:08:38Z", "description": "Gatsby starter for Plone", @@ -5024,8 +5415,8 @@ "default_branch": "master", "github_url": "https://github.com/contentful-userland/gatsby-contentful-starter", "demo_url": "https://contentful-userland.github.io/gatsby-contentful-starter/", - "stars": 285, - "forks": 134, + "stars": 279, + "forks": 125, "open_issues": 23, "last_commit": "2021-02-16T11:09:26Z", "created_at": "2018-01-29T21:29:51Z", @@ -5047,10 +5438,10 @@ "default_branch": "master", "github_url": "https://github.com/contentstack/gatsby-starter-contentstack", "demo_url": "https://gatsby-contentstack-starter.netlify.com/", - "stars": 7, - "forks": 10, - "open_issues": 2, - "last_commit": "2020-12-04T13:36:12Z", + "stars": 10, + "forks": 21, + "open_issues": 22, + "last_commit": "2022-11-04T11:21:33Z", "created_at": "2018-09-21T12:47:31Z", "description": "A starter kit for building a websites using Gatsby and Contentstack", "images": { @@ -5070,8 +5461,8 @@ "default_branch": "master", "github_url": "https://github.com/cosmicjs/gatsby-agency-portfolio", "demo_url": "https://cosmicjs.com/apps/gatsby-agency-portfolio/demo", - "stars": 16, - "forks": 24, + "stars": 19, + "forks": 26, "open_issues": 0, "last_commit": "2019-05-13T17:06:52Z", "created_at": "2019-05-13T17:02:32Z", @@ -5093,9 +5484,9 @@ "default_branch": "master", "github_url": "https://github.com/cosmicjs/gatsby-blog-cosmicjs", "demo_url": "https://gatsby-blog-cosmicjs.netlify.com/", - "stars": 25, - "forks": 28, - "open_issues": 9, + "stars": 24, + "forks": 27, + "open_issues": 21, "last_commit": "2020-10-25T15:54:09Z", "created_at": "2018-06-05T18:40:26Z", "description": "🚀⚡️ Blazing fast blog built with Gatsby and the Cosmic Headless CMS 🔥", @@ -5185,9 +5576,9 @@ "default_branch": "master", "github_url": "https://github.com/cossssmin/gridsome-starter-bleda", "demo_url": "https://gridsome-starter-bleda.netlify.com/", - "stars": 183, - "forks": 60, - "open_issues": 2, + "stars": 187, + "forks": 50, + "open_issues": 13, "last_commit": "2021-05-10T07:41:22Z", "created_at": "2019-03-04T14:14:31Z", "description": "Gridsome blog starter, built with Tailwind CSS", @@ -5208,18 +5599,41 @@ "default_branch": "master", "github_url": "https://github.com/cotes2020/jekyll-theme-chirpy", "demo_url": "https://cotes2020.github.io/chirpy-demo/", - "stars": 1021, - "forks": 1682, - "open_issues": 1, - "last_commit": "2021-06-23T15:02:54Z", + "stars": 3469, + "forks": 3233, + "open_issues": 17, + "last_commit": "2023-01-18T15:13:06Z", "created_at": "2019-01-12T07:37:30Z", - "description": "A minimal, sidebar, responsive web design Jekyll theme that focuses on text presentation. ", + "description": "A minimal, responsive, and powerful Jekyll theme for presenting professional writing.", "images": { "hires": "https://www.jamstackthemes.dev/capture/cotes2020-jekyll-theme-chirpy.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cotes2020-jekyll-theme-chirpy.jpg", "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cotes2020-jekyll-theme-chirpy-2x.jpg" } }, + "craigary-nobelium": { + "theme_key": "craigary-nobelium", + "file": "nobelium.md", + "name": "nobelium", + "title": "Nobelium", + "github_username": "craigary", + "repo": "craigary/nobelium", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/craigary/nobelium", + "demo_url": "https://nobelium.vercel.app/", + "stars": 1931, + "forks": 1306, + "open_issues": 1, + "last_commit": "2022-03-03T16:55:12Z", + "created_at": "2021-03-14T06:52:48Z", + "description": "A static blog build on top of Notion and NextJS, deployed on Vercel.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/craigary-nobelium.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/craigary-nobelium.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/craigary-nobelium-2x.jpg" + } + }, "creasoft-dev-fundamenty": { "theme_key": "creasoft-dev-fundamenty", "file": "11ty-fundamenty.md", @@ -5227,14 +5641,14 @@ "title": "Fundamenty", "github_username": "creasoft-dev", "repo": "creasoft-dev/fundamenty", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/creasoft-dev/fundamenty", "demo_url": "https://creasoft-dev.github.io/fundamenty/", - "stars": 44, - "forks": 6, - "open_issues": 13, - "last_commit": "2020-12-03T04:24:36Z", + "stars": 55, + "forks": 11, + "open_issues": 18, + "last_commit": "2022-02-11T11:23:09Z", "created_at": "2020-07-19T14:35:02Z", "description": "Eleventy starter project. Uses Tailwind, Algolia, Webpack. Supports multi-language", "images": { @@ -5255,7 +5669,7 @@ "github_url": "https://github.com/cssandstuff/hugo-theme-winning", "demo_url": "https://themes.gohugo.io/theme/hugo-theme-winning/", "stars": 49, - "forks": 14, + "forks": 13, "open_issues": 4, "last_commit": "2020-05-07T09:25:28Z", "created_at": "2018-07-06T02:33:01Z", @@ -5266,6 +5680,52 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cssandstuff-hugo-theme-winning-2x.jpg" } }, + "curtiscde-hugo-theme-dopetrope": { + "theme_key": "curtiscde-hugo-theme-dopetrope", + "file": "hugo-theme-dopetrope.md", + "name": "hugo-theme-dopetrope", + "title": "Dopetrope", + "github_username": "curtiscde", + "repo": "curtiscde/hugo-theme-dopetrope", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/curtiscde/hugo-theme-dopetrope", + "demo_url": "https://hugo-theme-dopetrope.netlify.com/", + "stars": 25, + "forks": 18, + "open_issues": 3, + "last_commit": "2022-04-06T17:36:33Z", + "created_at": "2018-02-10T14:10:30Z", + "description": "Dopetrope theme for Hugo static site generator", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/curtiscde-hugo-theme-dopetrope.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/curtiscde-hugo-theme-dopetrope.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/curtiscde-hugo-theme-dopetrope-2x.jpg" + } + }, + "curtiscde-hugo-theme-massively": { + "theme_key": "curtiscde-hugo-theme-massively", + "file": "hugo-theme-massively.md", + "name": "hugo-theme-massively", + "title": "Hugo Massively", + "github_username": "curtiscde", + "repo": "curtiscde/hugo-theme-massively", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/curtiscde/hugo-theme-massively", + "demo_url": "https://hugo-theme-massively.netlify.com/", + "stars": 131, + "forks": 137, + "open_issues": 8, + "last_commit": "2022-11-11T15:25:50Z", + "created_at": "2018-02-24T14:39:43Z", + "description": "Massively theme for Hugo static site generator", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/curtiscde-hugo-theme-massively.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/curtiscde-hugo-theme-massively.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/curtiscde-hugo-theme-massively-2x.jpg" + } + }, "curtistimson-hugo-theme-dopetrope": { "theme_key": "curtistimson-hugo-theme-dopetrope", "file": "hugo-theme-dopetrope.md", @@ -5277,7 +5737,7 @@ "default_branch": "master", "github_url": "https://github.com/curtistimson/hugo-theme-dopetrope", "demo_url": "https://hugo-theme-dopetrope.netlify.com/", - "stars": 20, + "stars": 21, "forks": 13, "open_issues": 4, "last_commit": "2019-01-24T12:05:08Z", @@ -5300,10 +5760,10 @@ "default_branch": "master", "github_url": "https://github.com/curtistimson/hugo-theme-massively", "demo_url": "https://hugo-theme-massively.netlify.com/", - "stars": 88, - "forks": 99, + "stars": 96, + "forks": 106, "open_issues": 21, - "last_commit": "2020-04-21T07:34:05Z", + "last_commit": "2021-11-28T11:33:28Z", "created_at": "2018-02-24T14:39:43Z", "description": "Massively theme for Hugo static site generator", "images": { @@ -5323,9 +5783,9 @@ "default_branch": "master", "github_url": "https://github.com/cvluca/gatsby-starter-markdown", "demo_url": "https://cvluca.github.io/gatsby-starter-markdown/", - "stars": 60, - "forks": 29, - "open_issues": 14, + "stars": 68, + "forks": 37, + "open_issues": 29, "last_commit": "2020-10-30T15:31:01Z", "created_at": "2018-11-08T02:07:22Z", "description": "boilerplate for markdown-based website", @@ -5347,7 +5807,7 @@ "github_url": "https://github.com/cwlsn/gatsby-simple-contentful-starter", "demo_url": "https://gatsby-simple-contentful-starter.netlify.com/", "stars": 9, - "forks": 2, + "forks": 1, "open_issues": 0, "last_commit": "2019-01-22T22:44:46Z", "created_at": "2018-10-10T00:47:54Z", @@ -5369,8 +5829,8 @@ "default_branch": "master", "github_url": "https://github.com/cyevgeniy/jekyll-true-minimal", "demo_url": "https://cyevgeniy.github.io/jekyll-true-minimal/", - "stars": 49, - "forks": 37, + "stars": 62, + "forks": 42, "open_issues": 1, "last_commit": "2019-12-29T19:36:41Z", "created_at": "2018-10-17T07:11:51Z", @@ -5415,10 +5875,10 @@ "default_branch": "master", "github_url": "https://github.com/daattali/beautiful-jekyll", "demo_url": "https://deanattali.com/beautiful-jekyll/", - "stars": 3451, - "forks": 11002, - "open_issues": 14, - "last_commit": "2021-05-30T20:19:44Z", + "stars": 4507, + "forks": 13879, + "open_issues": 8, + "last_commit": "2023-01-06T21:56:10Z", "created_at": "2015-03-02T20:04:26Z", "description": "✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com", "images": { @@ -5438,10 +5898,10 @@ "default_branch": "master", "github_url": "https://github.com/dabit3/gatsby-auth-starter-aws-amplify", "demo_url": "https://master.d2f5ek3dnwfe9v.amplifyapp.com/", - "stars": 311, - "forks": 415, - "open_issues": 30, - "last_commit": "2019-08-01T21:53:58Z", + "stars": 321, + "forks": 416, + "open_issues": 13, + "last_commit": "2021-07-04T12:29:50Z", "created_at": "2018-08-24T22:49:54Z", "description": "Starter Project with Authentication with Gatsby & AWS Amplify", "images": { @@ -5461,10 +5921,10 @@ "default_branch": "master", "github_url": "https://github.com/dafiulh/vredeburg", "demo_url": "https://vredeburg.netlify.app", - "stars": 71, - "forks": 25, - "open_issues": 0, - "last_commit": "2021-06-12T09:49:12Z", + "stars": 139, + "forks": 51, + "open_issues": 12, + "last_commit": "2021-08-13T01:30:21Z", "created_at": "2020-07-12T07:42:23Z", "description": "A simple starter project to create a blog using Eleventy and Tailwind CSS", "images": { @@ -5473,20 +5933,43 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dafiulh-vredeburg-2x.jpg" } }, - "damassi-gatsby-starter-typescript-rebass-netlifycms": { - "theme_key": "damassi-gatsby-starter-typescript-rebass-netlifycms", - "file": "gatsby-starter-typescript-rebass-netlifycms.md", - "name": "gatsby-starter-typescript-rebass-netlifycms", - "title": "Typescript Rebass Netlifycms", - "github_username": "damassi", - "repo": "damassi/gatsby-starter-typescript-rebass-netlifycms", + "daflh-vredeburg": { + "theme_key": "dafiulh-vredeburg", + "file": "vredeburg.md", + "name": "vredeburg", + "title": "Vredeburg", + "github_username": "daflh", + "repo": "daflh/vredeburg", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/daflh/vredeburg", + "demo_url": "https://vredeburg.netlify.app", + "stars": 140, + "forks": 52, + "open_issues": 13, + "last_commit": "2023-01-23T03:11:07Z", + "created_at": "2020-07-12T07:42:23Z", + "description": "A simple starter project to create a blog using Eleventy and Tailwind CSS", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/dafiulh-vredeburg.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dafiulh-vredeburg.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dafiulh-vredeburg-2x.jpg" + } + }, + "damassi-gatsby-starter-typescript-rebass-netlifycms": { + "theme_key": "damassi-gatsby-starter-typescript-rebass-netlifycms", + "file": "gatsby-starter-typescript-rebass-netlifycms.md", + "name": "gatsby-starter-typescript-rebass-netlifycms", + "title": "Typescript Rebass Netlifycms", + "github_username": "damassi", + "repo": "damassi/gatsby-starter-typescript-rebass-netlifycms", "branch": "master", "default_branch": "master", "github_url": "https://github.com/damassi/gatsby-starter-typescript-rebass-netlifycms", "demo_url": "https://frosty-ride-4ff3b9.netlify.com/", - "stars": 79, - "forks": 17, - "open_issues": 2, + "stars": 82, + "forks": 15, + "open_issues": 14, "last_commit": "2019-11-09T20:17:14Z", "created_at": "2019-01-26T04:06:58Z", "description": "My default Gatsby setup. Includes rich MDX support. ", @@ -5496,6 +5979,52 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/damassi-gatsby-starter-typescript-rebass-netlifycms-2x.jpg" } }, + "daniarlert-hugo-piercer-theme": { + "theme_key": "danielkvist-hugo-piercer-theme", + "file": "hugo-piercer-theme.md", + "name": "hugo-piercer-theme", + "title": "Piercer", + "github_username": "daniarlert", + "repo": "daniarlert/hugo-piercer-theme", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/daniarlert/hugo-piercer-theme", + "demo_url": "https://piercer.netlify.com/", + "stars": 27, + "forks": 19, + "open_issues": 1, + "last_commit": "2021-07-28T10:46:11Z", + "created_at": "2019-03-24T13:23:10Z", + "description": "Piercer is a very customizable, fast and simple Hugo theme designed under the mobile-first philosophy.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/danielkvist-hugo-piercer-theme.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/danielkvist-hugo-piercer-theme.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/danielkvist-hugo-piercer-theme-2x.jpg" + } + }, + "daniarlert-hugo-terrassa-theme": { + "theme_key": "danielkvist-hugo-terrassa-theme", + "file": "hugo-terrassa-theme.md", + "name": "hugo-terrassa-theme", + "title": "Terrassa", + "github_username": "daniarlert", + "repo": "daniarlert/hugo-terrassa-theme", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/daniarlert/hugo-terrassa-theme", + "demo_url": "https://terrassa.netlify.com/", + "stars": 67, + "forks": 78, + "open_issues": 7, + "last_commit": "2021-07-28T10:40:42Z", + "created_at": "2018-12-04T19:18:39Z", + "description": "Terrassa is a simple, fast and responsive theme for Hugo with a strong focus on accessibility.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/danielkvist-hugo-terrassa-theme.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/danielkvist-hugo-terrassa-theme.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/danielkvist-hugo-terrassa-theme-2x.jpg" + } + }, "danielbayerlein-middleman-casper": { "theme_key": "danielbayerlein-middleman-casper", "file": "middleman-casper.md", @@ -5507,8 +6036,8 @@ "default_branch": "master", "github_url": "https://github.com/danielbayerlein/middleman-casper", "demo_url": "https://demo.ghost.io/", - "stars": 130, - "forks": 20, + "stars": 133, + "forks": 17, "open_issues": 3, "last_commit": "2018-01-07T13:04:19Z", "created_at": "2013-10-26T09:58:22Z", @@ -5530,9 +6059,9 @@ "default_branch": "master", "github_url": "https://github.com/danielkellyio/awake-template", "demo_url": "https://awake-template.netlify.com/", - "stars": 167, - "forks": 98, - "open_issues": 6, + "stars": 198, + "forks": 126, + "open_issues": 26, "last_commit": "2020-12-11T12:58:57Z", "created_at": "2019-07-02T01:54:14Z", "description": null, @@ -5554,9 +6083,9 @@ "github_url": "https://github.com/danielkvist/hugo-piercer-theme", "demo_url": "https://piercer.netlify.com/", "stars": 25, - "forks": 15, + "forks": 17, "open_issues": 1, - "last_commit": "2019-09-10T15:33:06Z", + "last_commit": "2021-07-28T10:46:11Z", "created_at": "2019-03-24T13:23:10Z", "description": "Piercer is a very customizable, fast and simple Hugo theme designed under the mobile-first philosophy.", "images": { @@ -5577,9 +6106,9 @@ "github_url": "https://github.com/danielkvist/hugo-terrassa-theme", "demo_url": "https://terrassa.netlify.com/", "stars": 63, - "forks": 69, - "open_issues": 6, - "last_commit": "2020-07-25T10:30:41Z", + "forks": 74, + "open_issues": 7, + "last_commit": "2021-07-28T10:40:42Z", "created_at": "2018-12-04T19:18:39Z", "description": "Terrassa is a simple, fast and responsive theme for Hugo with a strong focus on accessibility.", "images": { @@ -5599,10 +6128,10 @@ "default_branch": "master", "github_url": "https://github.com/danilowoz/gatsby-advanced-blog-system", "demo_url": "https://gatsby-advanced-blog-system.danilowoz.now.sh/blog", - "stars": 64, - "forks": 15, - "open_issues": 2, - "last_commit": "2021-05-31T10:22:58Z", + "stars": 67, + "forks": 14, + "open_issues": 0, + "last_commit": "2022-02-14T09:34:12Z", "created_at": "2019-03-24T20:19:40Z", "description": "📰 This repository is a demo from the article about how to build our own blog using Gatsby.", "images": { @@ -5645,10 +6174,10 @@ "default_branch": "master", "github_url": "https://github.com/danurbanowicz/eleventy-netlify-boilerplate", "demo_url": "https://eleventy-netlify-boilerplate.netlify.com/", - "stars": 386, - "forks": 170, + "stars": 474, + "forks": 184, "open_issues": 0, - "last_commit": "2021-04-13T07:46:11Z", + "last_commit": "2022-12-28T16:56:29Z", "created_at": "2018-07-24T07:16:25Z", "description": "A template for building a simple website with the Eleventy static site generator", "images": { @@ -5668,8 +6197,8 @@ "default_branch": "master", "github_url": "https://github.com/darshanbaral/aafu", "demo_url": "https://themes.gohugo.io/theme/aafu/", - "stars": 23, - "forks": 27, + "stars": 27, + "forks": 28, "open_issues": 6, "last_commit": "2021-03-12T06:48:25Z", "created_at": "2019-03-10T23:26:13Z", @@ -5740,7 +6269,7 @@ "stars": 10, "forks": 12, "open_issues": 0, - "last_commit": "2019-06-20T04:09:41Z", + "last_commit": "2021-09-09T20:44:31Z", "created_at": "2019-03-03T03:55:20Z", "description": "Hugo theme for personal blogs", "images": { @@ -5760,8 +6289,8 @@ "default_branch": "master", "github_url": "https://github.com/darshanbaral/sada", "demo_url": "https://themes.gohugo.io/theme/sada/", - "stars": 16, - "forks": 12, + "stars": 17, + "forks": 13, "open_issues": 0, "last_commit": "2021-05-10T23:36:12Z", "created_at": "2018-12-16T23:03:20Z", @@ -5783,8 +6312,8 @@ "default_branch": "main", "github_url": "https://github.com/dashdashzako/hugo-journal", "demo_url": "https://dashdashzako.github.io/hugo-journal-demo/", - "stars": 64, - "forks": 40, + "stars": 73, + "forks": 41, "open_issues": 0, "last_commit": "2021-04-02T09:33:27Z", "created_at": "2017-07-23T16:16:34Z", @@ -5807,7 +6336,7 @@ "github_url": "https://github.com/dashdashzako/paperback", "demo_url": "https://dashdashzako.github.io/paperback-demo/", "stars": 39, - "forks": 16, + "forks": 18, "open_issues": 0, "last_commit": "2021-04-02T08:52:02Z", "created_at": "2016-08-09T13:58:20Z", @@ -5829,8 +6358,8 @@ "default_branch": "master", "github_url": "https://github.com/dashingcode/front-cover", "demo_url": "https://dashingcode.github.io/front-cover/", - "stars": 122, - "forks": 192, + "stars": 124, + "forks": 188, "open_issues": 10, "last_commit": "2016-05-26T20:24:51Z", "created_at": "2016-02-21T11:07:54Z", @@ -5852,8 +6381,8 @@ "default_branch": "master", "github_url": "https://github.com/datocms/gatsby-portfolio", "demo_url": "https://cranky-edison-12166d.netlify.com", - "stars": 113, - "forks": 44, + "stars": 116, + "forks": 50, "open_issues": 0, "last_commit": "2020-10-19T14:52:43Z", "created_at": "2017-12-01T17:08:02Z", @@ -5875,9 +6404,9 @@ "default_branch": "main", "github_url": "https://github.com/daviddarnes/alembic", "demo_url": "https://alembic.darn.es/", - "stars": 542, - "forks": 626, - "open_issues": 8, + "stars": 661, + "forks": 764, + "open_issues": 6, "last_commit": "2021-06-14T18:21:20Z", "created_at": "2016-08-27T15:50:21Z", "description": "⚗️ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website", @@ -5898,8 +6427,8 @@ "default_branch": "master", "github_url": "https://github.com/daviddarnes/garth", "demo_url": "https://garth.darn.es", - "stars": 88, - "forks": 43, + "stars": 109, + "forks": 58, "open_issues": 1, "last_commit": "2020-11-22T18:59:58Z", "created_at": "2016-06-12T23:30:34Z", @@ -5910,6 +6439,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/daviddarnes-garth-2x.jpg" } }, + "davidebri-gesko": { + "theme_key": "p0wex-gesko", + "file": "Gesko.md", + "name": "Gesko", + "title": "Gesko", + "github_username": "DavideBri", + "repo": "DavideBri/Gesko", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/DavideBri/Gesko", + "demo_url": "https://p0wex.github.io/Gesko/", + "stars": 157, + "forks": 74, + "open_issues": 3, + "last_commit": "2022-10-02T16:50:25Z", + "created_at": "2021-05-03T10:42:54Z", + "description": "Gesko is a simple and minimalistic jekyll blogging theme.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/p0wex-gesko.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/p0wex-gesko.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/p0wex-gesko-2x.jpg" + } + }, "davidhampgonsalves-hugo-black-and-light-theme": { "theme_key": "davidhampgonsalves-hugo-black-and-light-theme", "file": "hugo-black-and-light-theme.md", @@ -5921,8 +6473,8 @@ "default_branch": "master", "github_url": "https://github.com/davidhampgonsalves/hugo-black-and-light-theme", "demo_url": "https://themes.gohugo.io//theme/black-and-light/", - "stars": 169, - "forks": 81, + "stars": 172, + "forks": 82, "open_issues": 2, "last_commit": "2020-06-13T13:18:32Z", "created_at": "2017-01-10T01:03:05Z", @@ -5944,10 +6496,10 @@ "default_branch": "master", "github_url": "https://github.com/davshoward/gatsby-starter-honey", "demo_url": "https://gatsbyhoney.davshoward.com/", - "stars": 5, + "stars": 6, "forks": 0, - "open_issues": 14, - "last_commit": "2020-05-04T22:10:04Z", + "open_issues": 17, + "last_commit": "2021-07-02T15:24:48Z", "created_at": "2019-05-28T14:44:20Z", "description": "A delicious baseline for Gatsby (v2).", "images": { @@ -5967,10 +6519,10 @@ "default_branch": "master", "github_url": "https://github.com/dbtek/dbyll", "demo_url": "https://dbtek.github.io/dbyll/", - "stars": 539, - "forks": 424, - "open_issues": 5, - "last_commit": "2017-11-21T05:08:30Z", + "stars": 555, + "forks": 428, + "open_issues": 6, + "last_commit": "2021-08-11T15:24:34Z", "created_at": "2013-11-14T15:01:59Z", "description": "Stylish, minimalistic theme for jekyll.", "images": { @@ -5990,8 +6542,8 @@ "default_branch": "master", "github_url": "https://github.com/dbtek/paper", "demo_url": "https://dbtek.github.io/paper-demo/", - "stars": 52, - "forks": 66, + "stars": 55, + "forks": 70, "open_issues": 4, "last_commit": "2017-02-18T20:57:34Z", "created_at": "2015-09-07T13:37:31Z", @@ -6013,8 +6565,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/ddbullfrog/resumecard", "demo_url": "https://ddbullfrog.github.io/resumecard", - "stars": 225, - "forks": 235, + "stars": 233, + "forks": 238, "open_issues": 4, "last_commit": "2017-04-12T07:26:40Z", "created_at": "2015-06-01T22:00:02Z", @@ -6035,13 +6587,13 @@ "branch": "master", "default_branch": "master", "github_url": "https://github.com/de-souza/hugo-flex", - "demo_url": "https://themes.gohugo.io/theme/hugo-flex/", - "stars": 58, - "forks": 26, - "open_issues": 2, - "last_commit": "2021-03-11T11:00:27Z", + "demo_url": "https://de-souza.github.io/hugo-flex/", + "stars": 71, + "forks": 37, + "open_issues": 0, + "last_commit": "2023-01-23T13:00:04Z", "created_at": "2019-02-17T17:31:39Z", - "description": "A lightweight Hugo theme leveraging CSS Flexbox", + "description": "A lightweight Hugo theme leveraging CSS Flexbox.", "images": { "hires": "https://www.jamstackthemes.dev/capture/de-souza-hugo-flex.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/de-souza-hugo-flex.jpg", @@ -6059,8 +6611,8 @@ "default_branch": "master", "github_url": "https://github.com/deamme/gatsby-starter-prismic-resume", "demo_url": "https://compassionate-morse-5204bf.netlify.com/", - "stars": 29, - "forks": 15, + "stars": 30, + "forks": 14, "open_issues": 1, "last_commit": "2019-06-24T19:33:03Z", "created_at": "2019-03-15T23:07:16Z", @@ -6082,8 +6634,8 @@ "default_branch": "master", "github_url": "https://github.com/deepidea/web-presentation", "demo_url": "https://deepidea.github.io/web-presentation/", - "stars": 146, - "forks": 103, + "stars": 168, + "forks": 111, "open_issues": 0, "last_commit": "2020-06-16T07:39:01Z", "created_at": "2017-10-15T05:35:15Z", @@ -6105,7 +6657,7 @@ "default_branch": "master", "github_url": "https://github.com/denjones/hexo-theme-chan", "demo_url": "https://blog.sprabbit.com/hexo-theme-chan/", - "stars": 146, + "stars": 148, "forks": 59, "open_issues": 6, "last_commit": "2016-10-09T13:08:13Z", @@ -6128,9 +6680,9 @@ "default_branch": "master", "github_url": "https://github.com/denningk/gatsby-starter-typescript-jest", "demo_url": "https://gatsby-starter-typescript-jest.netlify.com/", - "stars": 18, - "forks": 8, - "open_issues": 10, + "stars": 20, + "forks": 6, + "open_issues": 24, "last_commit": "2020-10-27T19:48:22Z", "created_at": "2019-06-22T14:09:18Z", "description": "The default Gatsby starter with Typescript and Jest", @@ -6151,12 +6703,12 @@ "default_branch": "master", "github_url": "https://github.com/devcows/hugo-universal-theme", "demo_url": "https://themes.gohugo.io/theme/hugo-universal-theme/", - "stars": 481, - "forks": 376, - "open_issues": 61, - "last_commit": "2021-04-08T07:47:47Z", + "stars": 507, + "forks": 393, + "open_issues": 37, + "last_commit": "2021-09-27T05:29:46Z", "created_at": "2016-06-14T12:47:40Z", - "description": "Port of the Universal theme to Hugo", + "description": "Universal theme for Hugo, it stands out with its clean design and elegant typography.", "images": { "hires": "https://www.jamstackthemes.dev/capture/devcows-hugo-universal-theme.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/devcows-hugo-universal-theme.jpg", @@ -6174,8 +6726,8 @@ "default_branch": "master", "github_url": "https://github.com/devlocker/breakfast", "demo_url": "https://breakfast.devlocker.io/", - "stars": 100, - "forks": 10, + "stars": 99, + "forks": 11, "open_issues": 4, "last_commit": "2019-04-27T17:00:35Z", "created_at": "2016-06-23T05:55:56Z", @@ -6199,7 +6751,7 @@ "demo_url": "https://webnary.netlify.app", "stars": 2, "forks": 1, - "open_issues": 1, + "open_issues": 0, "last_commit": "2020-12-09T10:50:31Z", "created_at": "2020-07-30T06:35:24Z", "description": "A Hexo Flat Modular Template for Blogging and Static Website Generation | Netlify Ready | Twitter Auto-Publish | In-build Forms ", @@ -6220,8 +6772,8 @@ "default_branch": "master", "github_url": "https://github.com/dgraph-io/hugo-dgraph-theme", "demo_url": "https://blog.dgraph.io/", - "stars": 19, - "forks": 8, + "stars": 21, + "forks": 9, "open_issues": 0, "last_commit": "2020-10-08T12:15:55Z", "created_at": "2016-07-25T08:45:30Z", @@ -6232,6 +6784,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dgraph-io-hugo-dgraph-theme-2x.jpg" } }, + "dieghernan-chulapa": { + "theme_key": "dieghernan-chulapa", + "file": "chulapa.md", + "name": "chulapa", + "title": "Chulapa", + "github_username": "dieghernan", + "repo": "dieghernan/chulapa", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/dieghernan/chulapa", + "demo_url": "https://dieghernan.github.io/chulapa/", + "stars": 13, + "forks": 5, + "open_issues": 0, + "last_commit": "2023-01-23T09:16:33Z", + "created_at": "2020-04-09T19:42:56Z", + "description": "A full flexible Jekyll Theme for GitHub Pages", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/dieghernan-chulapa.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dieghernan-chulapa.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dieghernan-chulapa-2x.jpg" + } + }, "diezcami-arctic-fox-theme": { "theme_key": "diezcami-arctic-fox-theme", "file": "jekyll-arctic-fox.md", @@ -6243,8 +6818,8 @@ "default_branch": "master", "github_url": "https://github.com/diezcami/arctic-fox-theme", "demo_url": "https://diezcami.github.io/arctic-fox-theme", - "stars": 71, - "forks": 66, + "stars": 73, + "forks": 64, "open_issues": 4, "last_commit": "2016-04-04T02:32:20Z", "created_at": "2015-05-27T12:30:56Z", @@ -6266,8 +6841,8 @@ "default_branch": "master", "github_url": "https://github.com/diezcami/polar-bear-theme", "demo_url": "https://diezcami.github.io/polar-bear-theme", - "stars": 49, - "forks": 55, + "stars": 50, + "forks": 53, "open_issues": 3, "last_commit": "2016-04-21T06:50:25Z", "created_at": "2015-05-25T11:00:22Z", @@ -6312,7 +6887,7 @@ "default_branch": "master", "github_url": "https://github.com/digitalcraftsman/hugo-artists-theme", "demo_url": "https://themes.gohugo.io/theme/artists/", - "stars": 55, + "stars": 56, "forks": 42, "open_issues": 3, "last_commit": "2020-06-08T16:58:41Z", @@ -6358,10 +6933,10 @@ "default_branch": "master", "github_url": "https://github.com/digitalcraftsman/hugo-creative-theme", "demo_url": "https://themes.gohugo.io/theme/creative/", - "stars": 142, + "stars": 141, "forks": 120, "open_issues": 20, - "last_commit": "2016-11-26T15:28:29Z", + "last_commit": "2021-07-08T14:10:29Z", "created_at": "2015-06-12T18:40:58Z", "description": "Port of Startbootstrap's Creative theme to Hugo", "images": { @@ -6381,10 +6956,10 @@ "default_branch": "master", "github_url": "https://github.com/digitalcraftsman/hugo-freelancer-theme", "demo_url": "https://themes.gohugo.io/theme/freelancer/", - "stars": 71, - "forks": 55, + "stars": 72, + "forks": 53, "open_issues": 13, - "last_commit": "2016-10-24T21:36:17Z", + "last_commit": "2021-07-08T14:11:55Z", "created_at": "2015-06-10T13:59:47Z", "description": "Port of Startbootstrap's Freelancer theme to Hugo", "images": { @@ -6427,7 +7002,7 @@ "default_branch": "master", "github_url": "https://github.com/digitalcraftsman/hugo-icarus-theme", "demo_url": "https://themes.gohugo.io/theme/hugo-icarus/", - "stars": 217, + "stars": 216, "forks": 139, "open_issues": 37, "last_commit": "2020-07-01T14:05:17Z", @@ -6451,7 +7026,7 @@ "github_url": "https://github.com/digitalcraftsman/hugo-type-theme", "demo_url": "https://themes.gohugo.io/theme/type/", "stars": 54, - "forks": 38, + "forks": 40, "open_issues": 0, "last_commit": "2020-06-08T16:46:43Z", "created_at": "2015-06-15T19:05:08Z", @@ -6473,8 +7048,8 @@ "default_branch": "master", "github_url": "https://github.com/DigitalMindCH/gridster-jekyll-theme", "demo_url": "https://digitalmind.ch/themes/gridster-jekyll-theme/demo/", - "stars": 128, - "forks": 206, + "stars": 135, + "forks": 222, "open_issues": 7, "last_commit": "2015-09-18T09:17:22Z", "created_at": "2015-09-16T16:20:07Z", @@ -6519,8 +7094,8 @@ "default_branch": "master", "github_url": "https://github.com/DigitalMindCH/twister-jekyll-theme", "demo_url": "https://digitalmind.ch/themes/twister-jekyll-theme/demo/", - "stars": 61, - "forks": 63, + "stars": 62, + "forks": 61, "open_issues": 12, "last_commit": "2015-12-07T11:55:41Z", "created_at": "2015-05-11T09:18:26Z", @@ -6542,10 +7117,10 @@ "default_branch": "master", "github_url": "https://github.com/dikiaap/mangan", "demo_url": "https://mangan.dikiaap.id", - "stars": 45, + "stars": 46, "forks": 31, "open_issues": 0, - "last_commit": "2020-03-16T19:58:14Z", + "last_commit": "2022-04-08T08:30:08Z", "created_at": "2015-07-03T08:13:56Z", "description": "Geek theme for Jekyll.", "images": { @@ -6565,8 +7140,8 @@ "default_branch": "master", "github_url": "https://github.com/dirkfabisch/mediator", "demo_url": "https://blog.base68.com", - "stars": 788, - "forks": 755, + "stars": 799, + "forks": 803, "open_issues": 11, "last_commit": "2019-01-07T14:06:09Z", "created_at": "2014-08-30T22:43:16Z", @@ -6588,8 +7163,8 @@ "default_branch": "forestry", "github_url": "https://github.com/DirtyF/hylia-forestry", "demo_url": "https://hylia-forestry.netlify.com", - "stars": 17, - "forks": 13, + "stars": 23, + "forks": 16, "open_issues": 0, "last_commit": "2020-11-03T09:03:51Z", "created_at": "2019-06-26T21:56:00Z", @@ -6657,8 +7232,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/doktorbro/jekyll-noita", "demo_url": "https://noita.penibelst.de/", - "stars": 39, - "forks": 49, + "stars": 38, + "forks": 47, "open_issues": 6, "last_commit": "2019-05-05T12:56:31Z", "created_at": "2014-04-16T20:52:20Z", @@ -6703,9 +7278,9 @@ "default_branch": "master", "github_url": "https://github.com/DONGChuan/Yummy-Jekyll", "demo_url": "https://dongchuan.github.io/", - "stars": 523, - "forks": 380, - "open_issues": 17, + "stars": 539, + "forks": 381, + "open_issues": 15, "last_commit": "2018-09-18T10:58:00Z", "created_at": "2016-05-13T12:47:31Z", "description": "Yummy Jekyll Theme", @@ -6726,9 +7301,9 @@ "default_branch": "master", "github_url": "https://github.com/dplesca/purehugo", "demo_url": "https://dplesca.github.io/purehugo/", - "stars": 84, - "forks": 61, - "open_issues": 2, + "stars": 86, + "forks": 62, + "open_issues": 3, "last_commit": "2019-09-24T07:26:10Z", "created_at": "2014-06-01T18:10:47Z", "description": "Hugo theme based on purecss from Yahoo.", @@ -6749,10 +7324,10 @@ "default_branch": "gh-pages", "github_url": "https://github.com/Drassil/git-wiki", "demo_url": "https://drassil.github.io/git-wiki", - "stars": 17, - "forks": 43, - "open_issues": 1, - "last_commit": "2021-05-14T06:46:03Z", + "stars": 40, + "forks": 72, + "open_issues": 4, + "last_commit": "2022-05-05T07:13:06Z", "created_at": "2020-01-06T11:33:20Z", "description": "Demo and documentation for git-wiki-theme", "images": { @@ -6772,8 +7347,8 @@ "default_branch": "master", "github_url": "https://github.com/drvy/minimal-block", "demo_url": "https://blog.drvy.net/minimal-block/", - "stars": 39, - "forks": 27, + "stars": 42, + "forks": 28, "open_issues": 0, "last_commit": "2019-12-05T11:02:18Z", "created_at": "2015-01-02T19:29:31Z", @@ -6795,9 +7370,9 @@ "default_branch": "master", "github_url": "https://github.com/DSchau/gatsby-blog-starter-kit", "demo_url": "https://gatsby-blog-starter-kit.netlify.com/", - "stars": 132, - "forks": 43, - "open_issues": 12, + "stars": 130, + "forks": 44, + "open_issues": 13, "last_commit": "2019-08-07T21:35:07Z", "created_at": "2017-07-13T13:19:51Z", "description": "A simple starter kit for a static blog created with Gatsby", @@ -6818,8 +7393,8 @@ "default_branch": "master", "github_url": "https://github.com/dsk52/minimage", "demo_url": "https://themes.gohugo.io/theme/minimage/", - "stars": 16, - "forks": 10, + "stars": 18, + "forks": 11, "open_issues": 3, "last_commit": "2021-05-04T17:34:57Z", "created_at": "2017-11-04T10:52:19Z", @@ -6841,7 +7416,7 @@ "default_branch": "master", "github_url": "https://github.com/durianstack/gatsby-tailwindcss-sass-starter", "demo_url": "https://gatsby-tailwindcss-sass-starter-demo.netlify.com/", - "stars": 6, + "stars": 5, "forks": 3, "open_issues": 1, "last_commit": "2019-01-05T18:35:47Z", @@ -6865,8 +7440,8 @@ "github_url": "https://github.com/dwyfrequency/gatsby-ghub", "demo_url": "https://gatsby-ghub.netlify.com/", "stars": 25, - "forks": 4, - "open_issues": 1, + "forks": 5, + "open_issues": 18, "last_commit": "2019-08-07T19:55:36Z", "created_at": "2019-06-22T21:13:28Z", "description": null, @@ -6887,8 +7462,8 @@ "default_branch": "master", "github_url": "https://github.com/dyndna/lanyon-plus", "demo_url": "https://dyndna.github.io/lanyon-plus", - "stars": 74, - "forks": 72, + "stars": 72, + "forks": 74, "open_issues": 3, "last_commit": "2017-04-26T22:49:04Z", "created_at": "2016-02-26T22:29:05Z", @@ -6910,7 +7485,7 @@ "default_branch": "master", "github_url": "https://github.com/dyutibarma/monochrome", "demo_url": "https://dyutibarma.github.io/monochrome/", - "stars": 107, + "stars": 108, "forks": 123, "open_issues": 4, "last_commit": "2018-08-07T05:50:42Z", @@ -6933,10 +7508,10 @@ "default_branch": "master", "github_url": "https://github.com/dzello/reveal-hugo", "demo_url": "https://reveal-hugo.dzello.com/#/", - "stars": 409, - "forks": 108, - "open_issues": 25, - "last_commit": "2021-04-13T08:14:15Z", + "stars": 549, + "forks": 139, + "open_issues": 31, + "last_commit": "2023-01-23T17:15:37Z", "created_at": "2018-04-26T22:21:56Z", "description": "📽️ Create rich HTML-based presentations with Hugo and Reveal.js", "images": { @@ -6956,8 +7531,8 @@ "default_branch": "master", "github_url": "https://github.com/edavidaja/docter", "demo_url": "https://edavidaja.gitlab.io/docter/", - "stars": 6, - "forks": 3, + "stars": 9, + "forks": 4, "open_issues": 1, "last_commit": "2020-05-02T15:34:05Z", "created_at": "2019-06-08T12:33:56Z", @@ -6979,10 +7554,10 @@ "default_branch": "master", "github_url": "https://github.com/eddiewebb/hugo-resume", "demo_url": "https://themes.gohugo.io/theme/hugo-resume/", - "stars": 147, - "forks": 144, - "open_issues": 24, - "last_commit": "2020-10-20T22:20:58Z", + "stars": 160, + "forks": 154, + "open_issues": 26, + "last_commit": "2021-09-09T00:25:50Z", "created_at": "2018-02-12T22:23:50Z", "description": "A Hugo theme ported from startbootrap.com's resume template", "images": { @@ -7002,7 +7577,7 @@ "default_branch": "master", "github_url": "https://github.com/Ekwuno/jamstack-hackathon-starter", "demo_url": "https://jamstack-hackathon-starter.netlify.com/", - "stars": 142, + "stars": 144, "forks": 42, "open_issues": 3, "last_commit": "2020-03-25T22:18:25Z", @@ -7048,10 +7623,10 @@ "default_branch": "master", "github_url": "https://github.com/eliottvincent/bay", "demo_url": "https://eliottvincent.github.io/bay/", - "stars": 53, - "forks": 148, - "open_issues": 6, - "last_commit": "2021-06-20T12:34:48Z", + "stars": 101, + "forks": 271, + "open_issues": 7, + "last_commit": "2022-10-19T07:50:13Z", "created_at": "2019-10-24T08:21:45Z", "description": "🐟 A simple theme for Jekyll. Live at https://eliottvincent.github.io/bay/", "images": { @@ -7071,8 +7646,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/ellekasai/resumecards", "demo_url": "https://ellekasai.github.io/resumecards/", - "stars": 706, - "forks": 232, + "stars": 726, + "forks": 236, "open_issues": 3, "last_commit": "2018-07-16T06:12:46Z", "created_at": "2014-12-28T20:41:56Z", @@ -7094,10 +7669,10 @@ "default_branch": "gh-pages", "github_url": "https://github.com/ellekasai/shiori", "demo_url": "https://ellekasai.github.io/shiori/", - "stars": 303, - "forks": 130, + "stars": 313, + "forks": 132, "open_issues": 1, - "last_commit": "2017-05-25T17:16:36Z", + "last_commit": "2022-01-20T18:31:32Z", "created_at": "2014-09-07T05:49:29Z", "description": "[Unmaintained] A Bootstrap-based Jekyll Theme.", "images": { @@ -7117,10 +7692,10 @@ "default_branch": "gh-pages", "github_url": "https://github.com/elotroalex/ed", "demo_url": "https://elotroalex.github.io/ed/", - "stars": 129, - "forks": 149, + "stars": 127, + "forks": 143, "open_issues": 8, - "last_commit": "2017-11-19T00:26:03Z", + "last_commit": "2021-08-31T19:57:21Z", "created_at": "2016-01-18T02:09:56Z", "description": "A jekyll theme for minimal editions", "images": { @@ -7140,8 +7715,8 @@ "default_branch": "master", "github_url": "https://github.com/email2vimalraj/gatsby-starter-tech-blog", "demo_url": "https://gatsby-starter-tech-blog.netlify.com/", - "stars": 12, - "forks": 8, + "stars": 13, + "forks": 7, "open_issues": 0, "last_commit": "2019-04-13T03:53:43Z", "created_at": "2018-12-23T05:32:24Z", @@ -7163,10 +7738,10 @@ "default_branch": "master", "github_url": "https://github.com/EmaSuriano/gatsby-starter-event-calendar", "demo_url": "https://gatsby-starter-event-calendar.netlify.com/", - "stars": 60, - "forks": 19, - "open_issues": 1, - "last_commit": "2021-06-28T10:07:58Z", + "stars": 74, + "forks": 17, + "open_issues": 11, + "last_commit": "2022-12-01T22:16:06Z", "created_at": "2018-11-12T12:55:50Z", "description": "A customisable calendar event starter for Gatsby integrated with Google Spreadsheet.", "images": { @@ -7186,10 +7761,10 @@ "default_branch": "master", "github_url": "https://github.com/EmaSuriano/gatsby-starter-mate", "demo_url": "https://gatsby-starter-mate.netlify.com/", - "stars": 497, - "forks": 157, - "open_issues": 8, - "last_commit": "2021-05-02T15:41:54Z", + "stars": 529, + "forks": 162, + "open_issues": 10, + "last_commit": "2023-01-16T10:24:51Z", "created_at": "2018-08-31T12:10:46Z", "description": "An accessible and fast portfolio starter for Gatsby integrated with Contentful CMS.", "images": { @@ -7209,10 +7784,10 @@ "default_branch": "master", "github_url": "https://github.com/EmielH/hallo-hugo", "demo_url": "https://themes.gohugo.io/theme/hallo-hugo/", - "stars": 84, - "forks": 48, + "stars": 87, + "forks": 49, "open_issues": 3, - "last_commit": "2021-01-09T13:55:00Z", + "last_commit": "2021-09-18T07:41:43Z", "created_at": "2018-10-28T13:02:54Z", "description": "Hallo is a single-page Hugo theme to introduce yourself.", "images": { @@ -7233,7 +7808,7 @@ "github_url": "https://github.com/EmielH/stip-hugo", "demo_url": "https://themes.gohugo.io/theme/stip-hugo/", "stars": 18, - "forks": 16, + "forks": 15, "open_issues": 1, "last_commit": "2019-04-13T09:03:29Z", "created_at": "2019-03-31T18:25:34Z", @@ -7255,10 +7830,10 @@ "default_branch": "master", "github_url": "https://github.com/EmielH/tale-hugo", "demo_url": "https://themes.gohugo.io/theme/tale-hugo/", - "stars": 199, - "forks": 94, + "stars": 214, + "forks": 103, "open_issues": 5, - "last_commit": "2021-03-10T20:14:21Z", + "last_commit": "2021-09-29T21:21:00Z", "created_at": "2018-07-28T14:12:03Z", "description": "A port of the Tale theme for Hugo. Tale is a minimal theme curated for storytellers.", "images": { @@ -7278,9 +7853,9 @@ "default_branch": "master", "github_url": "https://github.com/emilbaehr/automatic-app-landing-page", "demo_url": "https://emilbaehr.github.io/automatic-app-landing-page/", - "stars": 2456, - "forks": 1087, - "open_issues": 15, + "stars": 2866, + "forks": 1358, + "open_issues": 27, "last_commit": "2021-06-14T13:00:05Z", "created_at": "2019-01-05T10:20:11Z", "description": "A Jekyll theme for automatically generating and deploying landing page sites for mobile apps.", @@ -7301,9 +7876,9 @@ "default_branch": "master", "github_url": "https://github.com/endymion1818/gatsby-starter-carraway", "demo_url": "https://gatsby-starter-carraway.netlify.com/", - "stars": 6, + "stars": 7, "forks": 0, - "open_issues": 0, + "open_issues": 1, "last_commit": "2021-05-17T09:01:35Z", "created_at": "2019-06-08T14:42:17Z", "description": "a Gatsby starter theme with Accessibility features, TypeScript, Jest, Cypress, some basic UI elements, and a CircleCI pipeline", @@ -7324,10 +7899,10 @@ "default_branch": "master", "github_url": "https://github.com/epilocal/newsliner-gatsby", "demo_url": "https://newsliner-gatsby.epilocal.com/", - "stars": 3, - "forks": 2, - "open_issues": 0, - "last_commit": "2021-05-07T08:13:31Z", + "stars": 14, + "forks": 9, + "open_issues": 1, + "last_commit": "2021-09-08T07:50:35Z", "created_at": "2021-03-30T14:55:55Z", "description": null, "images": { @@ -7348,7 +7923,7 @@ "github_url": "https://github.com/erayaydin/jekyll-bulma", "demo_url": "https://erayaydin.github.io/jekyll-bulma/", "stars": 24, - "forks": 17, + "forks": 20, "open_issues": 4, "last_commit": "2017-12-12T15:30:35Z", "created_at": "2017-02-02T09:36:52Z", @@ -7370,8 +7945,8 @@ "default_branch": "master", "github_url": "https://github.com/esappear/hexo-theme-clover", "demo_url": "https://clovertuan.github.io/", - "stars": 170, - "forks": 35, + "stars": 182, + "forks": 39, "open_issues": 7, "last_commit": "2019-09-15T13:53:02Z", "created_at": "2018-10-05T13:57:23Z", @@ -7393,8 +7968,8 @@ "default_branch": "master", "github_url": "https://github.com/escapemanuele/gatsby-contentful-blog-portfolio", "demo_url": "https://gatsby-contentful-portfolio-blog.netlify.com/", - "stars": 20, - "forks": 14, + "stars": 24, + "forks": 17, "open_issues": 0, "last_commit": "2020-08-06T12:39:49Z", "created_at": "2020-02-14T08:53:47Z", @@ -7439,9 +8014,9 @@ "default_branch": "master", "github_url": "https://github.com/essentialenemy/noir", "demo_url": "https://noir.essentialenemy.com", - "stars": 66, + "stars": 69, "forks": 24, - "open_issues": 2, + "open_issues": 7, "last_commit": "2020-08-14T07:29:50Z", "created_at": "2020-01-01T16:05:40Z", "description": "Noir is a modern, responsive and customizable theme for Jekyll with dark mode support.", @@ -7462,8 +8037,8 @@ "default_branch": "master", "github_url": "https://github.com/excentris/compass", "demo_url": "https://excentris.github.io/compass/", - "stars": 172, - "forks": 327, + "stars": 182, + "forks": 335, "open_issues": 0, "last_commit": "2020-01-21T10:09:55Z", "created_at": "2015-01-03T21:56:41Z", @@ -7508,8 +8083,8 @@ "default_branch": "master", "github_url": "https://github.com/ExchangeRate-API/strange-case", "demo_url": "https://themes.gohugo.io/theme/strange-case/", - "stars": 26, - "forks": 28, + "stars": 25, + "forks": 29, "open_issues": 1, "last_commit": "2021-03-04T12:57:49Z", "created_at": "2016-08-25T17:44:29Z", @@ -7532,7 +8107,7 @@ "github_url": "https://github.com/ezrasavard/ezora-jekyll-theme", "demo_url": "https://ezrasavard.com/", "stars": 8, - "forks": 13, + "forks": 14, "open_issues": 0, "last_commit": "2020-09-08T17:01:17Z", "created_at": "2016-09-24T20:50:53Z", @@ -7554,7 +8129,7 @@ "default_branch": "master", "github_url": "https://github.com/fabe/gatsby-starter-deck", "demo_url": "https://gatsby-deck.netlify.com", - "stars": 526, + "stars": 522, "forks": 84, "open_issues": 0, "last_commit": "2020-06-16T16:27:47Z", @@ -7578,8 +8153,8 @@ "github_url": "https://github.com/fabe/gatsby-universal", "demo_url": "https://gatsby-universal.netlify.com/", "stars": 621, - "forks": 103, - "open_issues": 28, + "forks": 97, + "open_issues": 38, "last_commit": "2019-07-20T21:30:19Z", "created_at": "2018-06-20T23:34:15Z", "description": "🔮 An opinionated Gatsby v2 starter for state-of-the-art marketing sites.", @@ -7601,9 +8176,9 @@ "github_url": "https://github.com/fabien0102/gatsby-starter", "demo_url": "https://fabien0102-gatsby-starter.netlify.com/", "stars": 387, - "forks": 105, - "open_issues": 27, - "last_commit": "2019-12-14T15:05:09Z", + "forks": 106, + "open_issues": 42, + "last_commit": "2022-02-28T08:54:57Z", "created_at": "2017-04-13T12:50:52Z", "description": "Gatsby 2.0 starter with typescript and many cools dev tools", "images": { @@ -7624,8 +8199,8 @@ "github_url": "https://github.com/fareez-ahamed/millikyl", "demo_url": "https://fareez-ahamed.github.io/millikyl/", "stars": 10, - "forks": 13, - "open_issues": 2, + "forks": 12, + "open_issues": 1, "last_commit": "2016-01-19T07:43:40Z", "created_at": "2016-01-02T15:55:57Z", "description": "A Jekyll theme based on the super minimal Milligram CSS Framework", @@ -7646,10 +8221,10 @@ "default_branch": "master", "github_url": "https://github.com/Fastbyte01/KeepIt", "demo_url": "https://suspicious-archimedes-ab369d.netlify.com/", - "stars": 160, - "forks": 65, - "open_issues": 7, - "last_commit": "2021-05-10T20:31:17Z", + "stars": 220, + "forks": 89, + "open_issues": 12, + "last_commit": "2022-03-16T16:03:40Z", "created_at": "2019-02-03T09:52:26Z", "description": "The most powerful minimal Hugo theme.", "images": { @@ -7692,9 +8267,9 @@ "default_branch": "gh-pages", "github_url": "https://github.com/ferrolho/jekyll-theme-libretto", "demo_url": "https://ferrolho.github.io/jekyll-theme-libretto/", - "stars": 53, + "stars": 55, "forks": 60, - "open_issues": 2, + "open_issues": 3, "last_commit": "2016-09-18T13:04:25Z", "created_at": "2016-09-01T12:53:45Z", "description": ":scroll: Libretto is a Jekyll theme with classic styling and typographic details", @@ -7711,14 +8286,14 @@ "title": "Gatsby Contentful Typescript Starter", "github_username": "fhavrlent", "repo": "fhavrlent/gatsby-contentful-typescript-starter", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/fhavrlent/gatsby-contentful-typescript-starter", "demo_url": "https://happy-pare-dff451.netlify.com/", "stars": 12, "forks": 5, "open_issues": 0, - "last_commit": "2020-05-18T15:45:15Z", + "last_commit": "2021-09-21T18:12:10Z", "created_at": "2018-10-01T21:52:18Z", "description": "Gatsby.js starter with TypeScript and Contentful ", "images": { @@ -7750,6 +8325,236 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/fiatjaf-classless-hugo-2x.jpg" } }, + "flotiq-flotiq-gatsby-blog-1": { + "theme_key": "flotiq-flotiq-gatsby-blog-1", + "file": "gatsby-flotiq-blog-1.md", + "name": "flotiq-gatsby-blog-1", + "title": "Flotiq Gatsby Blog 1 – Gradient", + "github_username": "flotiq", + "repo": "flotiq/flotiq-gatsby-blog-1", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/flotiq/flotiq-gatsby-blog-1", + "demo_url": "https://flotiqgatsbyblog1master.gatsbyjs.io/", + "stars": 13, + "forks": 0, + "open_issues": 0, + "last_commit": "2022-12-23T14:51:04Z", + "created_at": "2022-01-13T07:53:53Z", + "description": "Gatsby starter for creating a blog with Flotiq", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/flotiq-flotiq-gatsby-blog-1.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/flotiq-flotiq-gatsby-blog-1.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-blog-1-2x.jpg" + } + }, + "flotiq-flotiq-gatsby-blog-2": { + "theme_key": "flotiq-flotiq-gatsby-blog-2", + "file": "gatsby-flotiq-blog-2.md", + "name": "flotiq-gatsby-blog-2", + "title": "Flotiq Gatsby Blog 2 – Modern", + "github_username": "flotiq", + "repo": "flotiq/flotiq-gatsby-blog-2", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/flotiq/flotiq-gatsby-blog-2", + "demo_url": "https://flotiqgatsbyblog2.gatsbyjs.io/", + "stars": 14, + "forks": 2, + "open_issues": 0, + "last_commit": "2022-12-23T16:17:27Z", + "created_at": "2022-02-16T05:34:48Z", + "description": "Flotiq starter for creating a blog with gatsby", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/flotiq-flotiq-gatsby-blog-2.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/flotiq-flotiq-gatsby-blog-2.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-blog-2-2x.jpg" + } + }, + "flotiq-flotiq-gatsby-event-1": { + "theme_key": "flotiq-flotiq-gatsby-event-1", + "file": "gatsby-flotiq-event-1.md", + "name": "flotiq-gatsby-event-1", + "title": "Flotiq Gatsby Event 1 – Monthly View Calendar", + "github_username": "flotiq", + "repo": "flotiq/flotiq-gatsby-event-1", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/flotiq/flotiq-gatsby-event-1", + "demo_url": "https://flotiqgatsbyevent1.gatsbyjs.io/", + "stars": 11, + "forks": 1, + "open_issues": 0, + "last_commit": "2022-12-23T15:18:54Z", + "created_at": "2022-02-16T10:30:34Z", + "description": null, + "images": { + "hires": "https://www.jamstackthemes.dev/capture/flotiq-flotiq-gatsby-event-1.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/flotiq-flotiq-gatsby-event-1.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-event-1-2x.jpg" + } + }, + "flotiq-flotiq-gatsby-event-2": { + "theme_key": "flotiq-flotiq-gatsby-event-2", + "file": "gatsby-flotiq-event-2.md", + "name": "flotiq-gatsby-event-2", + "title": "Flotiq Gatsby Event 2 – Weekly View Calendar", + "github_username": "flotiq", + "repo": "flotiq/flotiq-gatsby-event-2", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/flotiq/flotiq-gatsby-event-2", + "demo_url": "https://flotiqgatsbyevent2.gatsbyjs.io/", + "stars": 11, + "forks": 0, + "open_issues": 0, + "last_commit": "2022-12-23T15:33:14Z", + "created_at": "2022-02-03T23:50:26Z", + "description": null, + "images": { + "hires": "https://www.jamstackthemes.dev/capture/flotiq-flotiq-gatsby-event-2.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/flotiq-flotiq-gatsby-event-2.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-event-2-2x.jpg" + } + }, + "flotiq-flotiq-gatsby-portfolio-1": { + "theme_key": "flotiq-flotiq-gatsby-portfolio-1", + "file": "gatsby-flotiq-portfolio-1.md", + "name": "flotiq-gatsby-portfolio-1", + "title": "Flotiq Gatsby Portfolio 1 – Creator", + "github_username": "flotiq", + "repo": "flotiq/flotiq-gatsby-portfolio-1", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/flotiq/flotiq-gatsby-portfolio-1", + "demo_url": "https://flotiqgatsbyportfolio1.gatsbyjs.io/", + "stars": 13, + "forks": 2, + "open_issues": 0, + "last_commit": "2022-12-23T15:45:15Z", + "created_at": "2022-01-21T05:22:50Z", + "description": "Flotiq starter for creating a project portfolio with gatsby", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/flotiq-flotiq-gatsby-portfolio-1.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/flotiq-flotiq-gatsby-portfolio-1.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-portfolio-1-2x.jpg" + } + }, + "flotiq-flotiq-gatsby-portfolio-2": { + "theme_key": "flotiq-flotiq-gatsby-portfolio-2", + "file": "gatsby-flotiq-portfolio-2.md", + "name": "flotiq-gatsby-portfolio-2", + "title": "Flotiq Gatsby Portfolio 2 – Monochrome", + "github_username": "flotiq", + "repo": "flotiq/flotiq-gatsby-portfolio-2", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/flotiq/flotiq-gatsby-portfolio-2", + "demo_url": "https://flotiqgatsbyportfolio2.gatsbyjs.io/", + "stars": 13, + "forks": 3, + "open_issues": 0, + "last_commit": "2022-12-23T15:52:44Z", + "created_at": "2022-02-25T10:32:06Z", + "description": "A modern, clean design can be customized and applied for a wide range of purposes", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/flotiq-flotiq-gatsby-portfolio-2.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/flotiq-flotiq-gatsby-portfolio-2.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-portfolio-2-2x.jpg" + } + }, + "flotiq-flotiq-gatsby-recipe-1": { + "theme_key": "flotiq-flotiq-gatsby-recipe-1", + "file": "gatsby-flotiq-recipe-1.md", + "name": "flotiq-gatsby-recipe-1", + "title": "Flotiq Gatsby Recipe 1 – Black and White Classic", + "github_username": "flotiq", + "repo": "flotiq/flotiq-gatsby-recipe-1", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/flotiq/flotiq-gatsby-recipe-1", + "demo_url": "https://flotiqgatsbyrecipe1.gatsbyjs.io/", + "stars": 12, + "forks": 1, + "open_issues": 0, + "last_commit": "2022-12-23T16:01:48Z", + "created_at": "2022-03-01T21:55:56Z", + "description": "We introduce you to a recipe website with a modern and attractive layout.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/flotiq-flotiq-gatsby-recipe-1.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/flotiq-flotiq-gatsby-recipe-1.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-recipe-1-2x.jpg" + } + }, + "flotiq-flotiq-gatsby-recipe-2": { + "theme_key": "flotiq-flotiq-gatsby-recipe-2", + "file": "gatsby-flotiq-recipe-2.md", + "name": "flotiq-gatsby-recipe-2", + "title": "Flotiq Gatsby Recipe 2 – All you can eat", + "github_username": "flotiq", + "repo": "flotiq/flotiq-gatsby-recipe-2", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/flotiq/flotiq-gatsby-recipe-2", + "demo_url": "https://flotiqgatsbyrecipe2.gatsbyjs.io/", + "stars": 10, + "forks": 6, + "open_issues": 0, + "last_commit": "2022-12-23T16:08:46Z", + "created_at": "2022-01-28T14:28:38Z", + "description": null, + "images": { + "hires": "https://www.jamstackthemes.dev/capture/flotiq-flotiq-gatsby-recipe-2.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/flotiq-flotiq-gatsby-recipe-2.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-recipe-2-2x.jpg" + } + }, + "flotiq-flotiq-gatsby-shop-1": { + "theme_key": "flotiq-flotiq-gatsby-shop-1", + "file": "gatsby-flotiq-shop-1.md", + "name": "flotiq-gatsby-shop-1", + "title": "Flotiq Gatsby Shop 1 – Merch Store", + "github_username": "flotiq", + "repo": "flotiq/flotiq-gatsby-shop-1", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/flotiq/flotiq-gatsby-shop-1", + "demo_url": "https://flotiqgatsbyshop1.gatsbyjs.io/", + "stars": 17, + "forks": 4, + "open_issues": 2, + "last_commit": "2022-12-23T16:10:51Z", + "created_at": "2022-03-02T14:34:35Z", + "description": "Flotiq starter for creating a shop with gatsby", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/flotiq-flotiq-gatsby-shop-1.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/flotiq-flotiq-gatsby-shop-1.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-shop-1-2x.jpg" + } + }, + "flotiq-flotiq-gatsby-shop-2": { + "theme_key": "flotiq-flotiq-gatsby-shop-2", + "file": "gatsby-flotiq-shop-2.md", + "name": "flotiq-gatsby-shop-2", + "title": "Flotiq Gatsby Shop 2 – Green Shop", + "github_username": "flotiq", + "repo": "flotiq/flotiq-gatsby-shop-2", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/flotiq/flotiq-gatsby-shop-2", + "demo_url": "https://flotiqgatsbyshop2.gatsbyjs.io/", + "stars": 15, + "forks": 9, + "open_issues": 0, + "last_commit": "2022-12-23T16:14:19Z", + "created_at": "2022-02-09T09:14:29Z", + "description": null, + "images": { + "hires": "https://www.jamstackthemes.dev/capture/flotiq-flotiq-gatsby-shop-2.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/flotiq-flotiq-gatsby-shop-2.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-shop-2-2x.jpg" + } + }, "fncnt-vncnt-hugo": { "theme_key": "fncnt-vncnt-hugo", "file": "hugo-vncnt.md", @@ -7761,7 +8566,7 @@ "default_branch": "master", "github_url": "https://github.com/fncnt/vncnt-hugo", "demo_url": "https://themes.gohugo.io/theme/vncnt-hugo/", - "stars": 39, + "stars": 41, "forks": 23, "open_issues": 1, "last_commit": "2021-05-20T10:33:12Z", @@ -7784,9 +8589,9 @@ "default_branch": "master", "github_url": "https://github.com/fongandrew/hydeout", "demo_url": "https://fongandrew.github.io/hydeout/", - "stars": 473, - "forks": 667, - "open_issues": 15, + "stars": 548, + "forks": 724, + "open_issues": 17, "last_commit": "2021-02-02T18:44:30Z", "created_at": "2017-06-01T00:22:41Z", "description": "A refreshed version of Hyde for Jekyll 3.x and 4.x", @@ -7807,10 +8612,10 @@ "default_branch": "master", "github_url": "https://github.com/forestryio/ubuild-jekyll", "demo_url": "https://forestryio.github.io/ubuild-jekyll/", - "stars": 238, - "forks": 299, - "open_issues": 0, - "last_commit": "2021-05-01T13:40:02Z", + "stars": 271, + "forks": 310, + "open_issues": 1, + "last_commit": "2021-07-13T10:33:43Z", "created_at": "2018-06-20T13:05:57Z", "description": "A Jekyll theme designed to work with Forestry Blocks", "images": { @@ -7819,6 +8624,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/forestryio-ubuild-jekyll-2x.jpg" } }, + "forever-jekyll-forever-jekyll": { + "theme_key": "forever-jekyll-forever-jekyll", + "file": "forever-jekyll.md", + "name": "forever-jekyll", + "title": "Forever Jekyll", + "github_username": "forever-jekyll", + "repo": "forever-jekyll/forever-jekyll", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/forever-jekyll/forever-jekyll", + "demo_url": "https://forever-jekyll.github.io/", + "stars": 57, + "forks": 108, + "open_issues": 9, + "last_commit": "2022-05-05T18:35:39Z", + "created_at": "2021-06-24T20:03:46Z", + "description": "A simple, elegant & full featured Jekyll theme.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/forever-jekyll-forever-jekyll.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/forever-jekyll-forever-jekyll.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/forever-jekyll-forever-jekyll-2x.jpg" + } + }, "formspree-blogophonic-hugo": { "theme_key": "formspree-blogophonic-hugo", "file": "blogophonic-hugo.md", @@ -7830,9 +8658,9 @@ "default_branch": "main", "github_url": "https://github.com/formspree/blogophonic-hugo", "demo_url": "https://blogophonic-hugo.netlify.com/", - "stars": 91, - "forks": 22, - "open_issues": 2, + "stars": 157, + "forks": 39, + "open_issues": 6, "last_commit": "2021-01-11T20:15:20Z", "created_at": "2019-04-10T19:54:55Z", "description": "Blogophonic – a Hugo blog theme by Formspree", @@ -7853,10 +8681,10 @@ "default_branch": "master", "github_url": "https://github.com/foxandgeese/tiny-agency", "demo_url": "https://foxandgeese.github.io/tiny-agency/", - "stars": 18, - "forks": 7, + "stars": 20, + "forks": 8, "open_issues": 0, - "last_commit": "2021-06-22T17:02:27Z", + "last_commit": "2023-01-15T23:42:56Z", "created_at": "2019-02-08T20:22:56Z", "description": "Simple Gatsby.js starter that uses material design and that's perfect for tiny agencies.", "images": { @@ -7877,7 +8705,7 @@ "github_url": "https://github.com/frankievalentine/gatsby-craftcms-barebones", "demo_url": "https://gatsby-craftcms-barebones.netlify.com/", "stars": 11, - "forks": 3, + "forks": 2, "open_issues": 0, "last_commit": "2019-11-16T04:33:13Z", "created_at": "2019-01-19T01:04:45Z", @@ -7900,7 +8728,7 @@ "github_url": "https://github.com/friedger/gatsby-starter-blockstack", "demo_url": "https://gatsby-starter-blockstack.openintents.org/", "stars": 5, - "forks": 3, + "forks": 4, "open_issues": 0, "last_commit": "2019-05-25T10:25:30Z", "created_at": "2019-05-13T09:17:28Z", @@ -7922,10 +8750,10 @@ "default_branch": "master", "github_url": "https://github.com/FriendlyUser/vuepress-theme-cool-starter", "demo_url": "https://friendlyuser.github.io/vuepress-theme-cool-starter/#disclaimer", - "stars": 65, - "forks": 29, - "open_issues": 9, - "last_commit": "2021-01-05T01:57:19Z", + "stars": 74, + "forks": 37, + "open_issues": 20, + "last_commit": "2022-09-17T16:00:49Z", "created_at": "2018-11-12T21:46:46Z", "description": "Starter project for vuepress theme cool", "images": { @@ -7945,10 +8773,10 @@ "default_branch": "main", "github_url": "https://github.com/frjo/hugo-theme-zen", "demo_url": "https://themes.gohugo.io/theme/hugo-theme-zen/", - "stars": 130, - "forks": 45, + "stars": 142, + "forks": 50, "open_issues": 0, - "last_commit": "2021-06-23T08:17:53Z", + "last_commit": "2021-09-29T07:08:07Z", "created_at": "2017-03-09T13:05:40Z", "description": "A fast and clean Hugo theme with css-grid and Hugo pipes support.", "images": { @@ -7991,9 +8819,9 @@ "default_branch": "master", "github_url": "https://github.com/FromEndWorld/LOFFER", "demo_url": "https://fromendworld.github.io/LOFFER/", - "stars": 288, - "forks": 370, - "open_issues": 2, + "stars": 343, + "forks": 399, + "open_issues": 7, "last_commit": "2021-02-28T20:18:49Z", "created_at": "2019-06-02T06:42:58Z", "description": "博客主题 A Jekyll theme with Chinese UI and document ", @@ -8014,9 +8842,9 @@ "default_branch": "master", "github_url": "https://github.com/fullit/fullit.github.io", "demo_url": "https://fullit.github.io", - "stars": 13, - "forks": 36, - "open_issues": 0, + "stars": 18, + "forks": 47, + "open_issues": 1, "last_commit": "2020-12-15T18:55:27Z", "created_at": "2017-03-23T11:59:12Z", "description": null, @@ -8037,10 +8865,10 @@ "default_branch": "master", "github_url": "https://github.com/funkydan2/alpha-church", "demo_url": "https://themes.gohugo.io/theme/alpha-church/", - "stars": 43, - "forks": 42, - "open_issues": 4, - "last_commit": "2021-06-22T23:00:54Z", + "stars": 46, + "forks": 41, + "open_issues": 5, + "last_commit": "2021-09-04T21:50:48Z", "created_at": "2018-04-30T04:03:34Z", "description": "Hugo theme for churches based on a html5up theme", "images": { @@ -8060,10 +8888,10 @@ "default_branch": "master", "github_url": "https://github.com/g1eny0ung/hugo-theme-dream", "demo_url": "https://themes.gohugo.io//theme/hugo-theme-dream/", - "stars": 213, - "forks": 101, + "stars": 220, + "forks": 105, "open_issues": 8, - "last_commit": "2021-06-26T15:15:57Z", + "last_commit": "2021-09-07T14:50:08Z", "created_at": "2017-10-06T07:19:22Z", "description": "🌱 Hugo theme named Dream.", "images": { @@ -8083,8 +8911,8 @@ "default_branch": "master", "github_url": "https://github.com/Gabriel-Chen/Nice_Blog", "demo_url": "https://itisbenjamin.github.io/Nice_Blog", - "stars": 81, - "forks": 56, + "stars": 84, + "forks": 58, "open_issues": 4, "last_commit": "2018-06-27T16:48:06Z", "created_at": "2016-03-29T12:52:40Z", @@ -8106,8 +8934,8 @@ "default_branch": "master", "github_url": "https://github.com/GallenHu/hexo-theme-Daily", "demo_url": "https://hinpc.github.io/Daily/", - "stars": 245, - "forks": 43, + "stars": 246, + "forks": 44, "open_issues": 0, "last_commit": "2021-03-21T10:55:08Z", "created_at": "2016-07-26T06:13:14Z", @@ -8118,6 +8946,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gallenhu-hexo-theme-daily-2x.jpg" } }, + "ganevdev-gatsby-starter-blog-grommet": { + "theme_key": "ganevru-gatsby-starter-blog-grommet", + "file": "gatsby-starter-blog-grommet.md", + "name": "gatsby-starter-blog-grommet", + "title": "Gatsby Blog Grommet", + "github_username": "ganevdev", + "repo": "ganevdev/gatsby-starter-blog-grommet", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/ganevdev/gatsby-starter-blog-grommet", + "demo_url": "https://gatsby-starter-blog-grommet.netlify.com/", + "stars": 20, + "forks": 7, + "open_issues": 4, + "last_commit": "2019-03-21T02:18:39Z", + "created_at": "2018-09-21T19:19:22Z", + "description": "A Gatsby v2 starter based on Grommet v2 UI. Demo:", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/ganevru-gatsby-starter-blog-grommet.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ganevru-gatsby-starter-blog-grommet.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ganevru-gatsby-starter-blog-grommet-2x.jpg" + } + }, "ganevru-gatsby-starter-blog-grommet": { "theme_key": "ganevru-gatsby-starter-blog-grommet", "file": "gatsby-starter-blog-grommet.md", @@ -8129,7 +8980,7 @@ "default_branch": "master", "github_url": "https://github.com/Ganevru/gatsby-starter-blog-grommet", "demo_url": "https://gatsby-starter-blog-grommet.netlify.com/", - "stars": 21, + "stars": 22, "forks": 7, "open_issues": 4, "last_commit": "2019-03-21T02:18:39Z", @@ -8152,10 +9003,10 @@ "default_branch": "master", "github_url": "https://github.com/Gaohaoyang/gaohaoyang.github.io", "demo_url": "https://gaohaoyang.github.io/", - "stars": 1676, - "forks": 2007, - "open_issues": 55, - "last_commit": "2021-03-01T12:55:19Z", + "stars": 1780, + "forks": 2017, + "open_issues": 53, + "last_commit": "2022-10-26T07:53:58Z", "created_at": "2015-02-10T06:24:40Z", "description": "blog & blog theme🤘", "images": { @@ -8198,9 +9049,9 @@ "default_branch": "master", "github_url": "https://github.com/GatsbyCentral/gatsby-starter-wordpress", "demo_url": "https://gatsby-starter-wordpress.netlify.com/", - "stars": 396, + "stars": 395, "forks": 139, - "open_issues": 24, + "open_issues": 8, "last_commit": "2021-04-02T10:22:52Z", "created_at": "2018-02-03T21:55:52Z", "description": "LOOKING FOR MAINTAINER - - - A GatsbyJS starter template that leverages the WordPress API, ACF and more", @@ -8221,8 +9072,8 @@ "default_branch": "master", "github_url": "https://github.com/GatsbyCentral/gatsby-v2-starter-casper", "demo_url": "https://gatsby-starter-v2-casper.netlify.com/", - "stars": 30, - "forks": 13, + "stars": 31, + "forks": 12, "open_issues": 3, "last_commit": "2018-10-19T13:02:42Z", "created_at": "2018-10-19T10:22:22Z", @@ -8244,9 +9095,9 @@ "default_branch": "master", "github_url": "https://github.com/GatsbyCentral/gatsby-v2-starter-lumen", "demo_url": "https://lumen-v2.netlify.com/", - "stars": 113, - "forks": 33, - "open_issues": 3, + "stars": 122, + "forks": 32, + "open_issues": 4, "last_commit": "2019-07-02T15:09:22Z", "created_at": "2018-03-30T12:45:33Z", "description": "A minimal, lightweight and mobile-first starter for creating blazing-fast static blogs", @@ -8267,10 +9118,10 @@ "default_branch": "master", "github_url": "https://github.com/gatsbyjs/gatsby-starter-blog", "demo_url": "https://gatsby-starter-blog-demo.netlify.com/", - "stars": 3046, - "forks": 1439, + "stars": 3248, + "forks": 1643, "open_issues": 18, - "last_commit": "2021-06-04T18:10:23Z", + "last_commit": "2022-04-04T07:17:13Z", "created_at": "2015-07-22T00:07:37Z", "description": "Gatsby starter for creating a blog", "images": { @@ -8290,10 +9141,10 @@ "default_branch": "master", "github_url": "https://github.com/gatsbyjs/gatsby-starter-default", "demo_url": "https://gatsby-starter-default-demo.netlify.com/", - "stars": 1215, - "forks": 859, - "open_issues": 7, - "last_commit": "2021-06-04T13:35:58Z", + "stars": 1307, + "forks": 930, + "open_issues": 6, + "last_commit": "2022-04-04T07:17:15Z", "created_at": "2015-07-21T00:52:53Z", "description": "The default Gatsby starter", "images": { @@ -8313,8 +9164,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/gchauras/much-worse-jekyll-theme", "demo_url": "https://gchauras.github.io/much-worse-jekyll-theme/", - "stars": 37, - "forks": 49, + "stars": 41, + "forks": 53, "open_issues": 1, "last_commit": "2017-02-14T12:19:26Z", "created_at": "2016-02-08T11:55:38Z", @@ -8382,8 +9233,8 @@ "default_branch": "master", "github_url": "https://github.com/gdgmanagua/jekyll-mdl", "demo_url": "https://www.gdgmanagua.org/jekyll-mdl", - "stars": 227, - "forks": 155, + "stars": 228, + "forks": 165, "open_issues": 4, "last_commit": "2019-03-04T18:01:07Z", "created_at": "2015-07-11T17:08:43Z", @@ -8405,10 +9256,10 @@ "default_branch": "master", "github_url": "https://github.com/GDGToulouse/devfest-theme-hugo", "demo_url": "https://2019.devfesttoulouse.fr/", - "stars": 65, - "forks": 47, - "open_issues": 6, - "last_commit": "2021-06-23T08:23:03Z", + "stars": 74, + "forks": 60, + "open_issues": 7, + "last_commit": "2022-04-15T06:57:15Z", "created_at": "2019-01-10T21:22:23Z", "description": "A theme for a conference website. Created for DevFest Toulouse 2019", "images": { @@ -8429,7 +9280,7 @@ "github_url": "https://github.com/gehtmaguad/gatsby-starter-haezl", "demo_url": "https://gatsby-starter.haezl.at/", "stars": 15, - "forks": 7, + "forks": 6, "open_issues": 3, "last_commit": "2019-05-12T18:59:42Z", "created_at": "2019-04-09T19:16:46Z", @@ -8452,8 +9303,8 @@ "github_url": "https://github.com/geocine/gatsby-starter-devto", "demo_url": "https://gatsby-starter-devto.netlify.com/", "stars": 13, - "forks": 2, - "open_issues": 1, + "forks": 3, + "open_issues": 3, "last_commit": "2019-05-05T02:36:26Z", "created_at": "2019-03-27T13:44:31Z", "description": "A GatsbyJS starter template that leverages the Dev.to API", @@ -8474,9 +9325,9 @@ "default_branch": "master", "github_url": "https://github.com/geocine/gatsby-starter-organization", "demo_url": "https://gatsby-starter-organization.netlify.com/", - "stars": 1, + "stars": 3, "forks": 5, - "open_issues": 15, + "open_issues": 24, "last_commit": "2019-08-12T15:23:33Z", "created_at": "2019-08-12T10:41:34Z", "description": "A Gatsby starter template that uses @geocine/gatsby-theme-organization", @@ -8520,10 +9371,10 @@ "default_branch": "master", "github_url": "https://github.com/gesquive/slate", "demo_url": "https://gesquive.github.io/hugo-slate-demo/", - "stars": 106, - "forks": 52, - "open_issues": 10, - "last_commit": "2017-07-10T21:17:34Z", + "stars": 141, + "forks": 66, + "open_issues": 12, + "last_commit": "2021-07-02T03:24:02Z", "created_at": "2017-05-18T22:56:52Z", "description": "a single-page speed-dial theme for Hugo", "images": { @@ -8532,6 +9383,98 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gesquive-slate-2x.jpg" } }, + "gethugothemes-andromeda-light": { + "theme_key": "gethugothemes-andromeda-light", + "file": "hugo-andromeda.md", + "name": "andromeda-light", + "title": "Andromeda Light", + "github_username": "gethugothemes", + "repo": "gethugothemes/andromeda-light", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/gethugothemes/andromeda-light", + "demo_url": "https://demo.gethugothemes.com/andromeda-light/site/", + "stars": 31, + "forks": 30, + "open_issues": 0, + "last_commit": "2022-02-15T03:55:22Z", + "created_at": "2021-08-09T10:25:21Z", + "description": " Andromeda-light is a clean and modern Hugo SAAS Software theme. It perfectly fits any kind of SAAS Software. It is fully responsive, Superfast and powered by Bootstrap.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/gethugothemes-andromeda-light.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gethugothemes-andromeda-light.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gethugothemes-andromeda-light-2x.jpg" + } + }, + "gethugothemes-apollo-hugo": { + "theme_key": "gethugothemes-apollo-hugo", + "file": "hugo-apollo.md", + "name": "apollo-hugo", + "title": "Apollo", + "github_username": "gethugothemes", + "repo": "gethugothemes/apollo-hugo", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/gethugothemes/apollo-hugo", + "demo_url": "https://demo.gethugothemes.com/apollo/site/", + "stars": 6, + "forks": 4, + "open_issues": 0, + "last_commit": "2022-02-07T06:11:41Z", + "created_at": "2021-02-06T06:55:25Z", + "description": "Apollo is minimal Hugo blog theme. This theme can showcase your blog in a smooth way. This theme is also 100% mobile responsive.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/gethugothemes-apollo-hugo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gethugothemes-apollo-hugo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gethugothemes-apollo-hugo-2x.jpg" + } + }, + "gethugothemes-bookworm-light": { + "theme_key": "gethugothemes-bookworm-light", + "file": "hugo-bookworm.md", + "name": "bookworm-light", + "title": "Bookworm Light", + "github_username": "gethugothemes", + "repo": "gethugothemes/bookworm-light", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/gethugothemes/bookworm-light", + "demo_url": "https://demo.gethugothemes.com/bookworm/site/", + "stars": 55, + "forks": 34, + "open_issues": 1, + "last_commit": "2022-02-15T03:57:31Z", + "created_at": "2021-02-07T03:55:28Z", + "description": "Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/gethugothemes-bookworm-light.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gethugothemes-bookworm-light.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gethugothemes-bookworm-light-2x.jpg" + } + }, + "gethugothemes-geeky-hugo": { + "theme_key": "gethugothemes-geeky-hugo", + "file": "hugo-geeky.md", + "name": "geeky-hugo", + "title": "Geeky Hugo", + "github_username": "gethugothemes", + "repo": "gethugothemes/geeky-hugo", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/gethugothemes/geeky-hugo", + "demo_url": "https://demo.gethugothemes.com/geeky/", + "stars": 21, + "forks": 9, + "open_issues": 0, + "last_commit": "2021-12-04T05:07:30Z", + "created_at": "2021-08-18T06:46:42Z", + "description": "Geeky is a Personal Hugo blog theme focused on high speed. Geeky is fully responsive, Superfast, and powered by Bootstrap v5.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/gethugothemes-geeky-hugo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gethugothemes-geeky-hugo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gethugothemes-geeky-hugo-2x.jpg" + } + }, "gethugothemes-infinity-hugo": { "theme_key": "themefisher-infinity-hugo", "file": "hugo-infinity.md", @@ -8542,21 +9485,67 @@ "branch": "master", "default_branch": "master", "github_url": "https://github.com/gethugothemes/infinity-hugo", - "demo_url": "https://themes.gohugo.io/theme/infinity-hugo/", - "stars": 33, - "forks": 48, + "demo_url": "https://demo.gethugothemes.com/infinity/site/", + "stars": 36, + "forks": 51, "open_issues": 0, - "last_commit": "2020-12-29T07:38:46Z", + "last_commit": "2022-02-15T04:02:23Z", "created_at": "2018-07-04T11:01:47Z", - "description": "Infinity Coming Soon Template Hugo Version by themefisher", + "description": "Infinity is a responsive, modern and clean free construction theme powered by Bootstrap4 and Hugo. This minimal template is packed with a countdown timer, contact form, about section where you can write a little bit about yourself and also feature section.", "images": { "hires": "https://www.jamstackthemes.dev/capture/themefisher-infinity-hugo.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/themefisher-infinity-hugo.jpg", "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/themefisher-infinity-hugo-2x.jpg" } }, + "gethugothemes-influencer-hugo": { + "theme_key": "gethugothemes-influencer-hugo", + "file": "hugo-influencer.md", + "name": "influencer-hugo", + "title": "Influencer Hugo", + "github_username": "gethugothemes", + "repo": "gethugothemes/influencer-hugo", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/gethugothemes/influencer-hugo", + "demo_url": "https://demo.gethugothemes.com/influencer/site/", + "stars": 63, + "forks": 60, + "open_issues": 0, + "last_commit": "2022-02-15T04:04:36Z", + "created_at": "2019-11-24T07:05:34Z", + "description": "Influencer is a Hugo theme for book authors and writers. It has also Snipcart supports for order books and payments.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/gethugothemes-influencer-hugo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gethugothemes-influencer-hugo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gethugothemes-influencer-hugo-2x.jpg" + } + }, + "gethugothemes-liva-hugo": { + "theme_key": "gethugothemes-liva-hugo", + "file": "hugo-liva.md", + "name": "liva-hugo", + "title": "Liva Hugo", + "github_username": "gethugothemes", + "repo": "gethugothemes/liva-hugo", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/gethugothemes/liva-hugo", + "demo_url": "https://demo.gethugothemes.com/liva/site/", + "stars": 169, + "forks": 174, + "open_issues": 0, + "last_commit": "2022-02-15T04:20:18Z", + "created_at": "2019-10-30T05:03:31Z", + "description": "Liva is a personal blog template powered by Hugo. ", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/gethugothemes-liva-hugo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gethugothemes-liva-hugo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gethugothemes-liva-hugo-2x.jpg" + } + }, "gethugothemes-navigator-hugo": { - "theme_key": "themefisher-navigator-hugo", + "theme_key": "gethugothemes-navigator-hugo", "file": "hugo-navigator.md", "name": "navigator-hugo", "title": "Navigator Hugo", @@ -8565,21 +9554,90 @@ "branch": "master", "default_branch": "master", "github_url": "https://github.com/gethugothemes/navigator-hugo", - "demo_url": "https://themes.gohugo.io/theme/navigator-hugo/en", - "stars": 100, - "forks": 118, - "open_issues": 2, - "last_commit": "2021-01-23T03:15:04Z", + "demo_url": "https://demo.gethugothemes.com/navigator/site/", + "stars": 126, + "forks": 133, + "open_issues": 0, + "last_commit": "2022-02-15T04:22:29Z", "created_at": "2018-07-08T10:28:35Z", - "description": "Navigator Template Hugo Version by themefisher . ", + "description": "Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.", "images": { - "hires": "https://www.jamstackthemes.dev/capture/themefisher-navigator-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/themefisher-navigator-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/themefisher-navigator-hugo-2x.jpg" + "hires": "https://www.jamstackthemes.dev/capture/gethugothemes-navigator-hugo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gethugothemes-navigator-hugo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gethugothemes-navigator-hugo-2x.jpg" + } + }, + "gethugothemes-northendlab-light": { + "theme_key": "gethugothemes-northendlab-light", + "file": "hugo-northendlab.md", + "name": "northendlab-light", + "title": "Northendlab Light", + "github_username": "gethugothemes", + "repo": "gethugothemes/northendlab-light", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/gethugothemes/northendlab-light", + "demo_url": "https://demo.gethugothemes.com/northendlab-light/", + "stars": 87, + "forks": 154, + "open_issues": 0, + "last_commit": "2022-02-15T04:23:33Z", + "created_at": "2019-11-14T10:30:50Z", + "description": "Northendlab is a minimal personal blog theme powered by Hugo. It has a Premium version on our gethugothemes site.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/gethugothemes-northendlab-light.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gethugothemes-northendlab-light.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gethugothemes-northendlab-light-2x.jpg" + } + }, + "gethugothemes-omega-hugo": { + "theme_key": "gethugothemes-omega-hugo", + "file": "hugo-omega.md", + "name": "omega-hugo", + "title": "Omega", + "github_username": "gethugothemes", + "repo": "gethugothemes/omega-hugo", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/gethugothemes/omega-hugo", + "demo_url": "https://demo.gethugothemes.com/omega/site/", + "stars": 19, + "forks": 51, + "open_issues": 0, + "last_commit": "2022-02-15T04:24:30Z", + "created_at": "2020-11-23T05:55:45Z", + "description": "Omega is a landing page business theme powered by Hugo.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/gethugothemes-omega-hugo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gethugothemes-omega-hugo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gethugothemes-omega-hugo-2x.jpg" + } + }, + "gethugothemes-persian-hugo": { + "theme_key": "gethugothemes-persian-hugo", + "file": "hugo-persian.md", + "name": "persian-hugo", + "title": "Persian Hugo", + "github_username": "gethugothemes", + "repo": "gethugothemes/persian-hugo", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/gethugothemes/persian-hugo", + "demo_url": "https://demo.gethugothemes.com/persian/site/", + "stars": 27, + "forks": 110, + "open_issues": 0, + "last_commit": "2022-02-15T04:26:31Z", + "created_at": "2020-06-15T05:14:11Z", + "description": "Persian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device. ", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/gethugothemes-persian-hugo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gethugothemes-persian-hugo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gethugothemes-persian-hugo-2x.jpg" } }, "gethugothemes-restaurant-hugo": { - "theme_key": "themefisher-restaurant-hugo", + "theme_key": "gethugothemes-restaurant-hugo", "file": "hugo-restaurant.md", "name": "restaurant-hugo", "title": "Restaurant", @@ -8588,17 +9646,63 @@ "branch": "master", "default_branch": "master", "github_url": "https://github.com/gethugothemes/restaurant-hugo", - "demo_url": "https://themes.gohugo.io/theme/restaurant-hugo/", - "stars": 35, - "forks": 45, + "demo_url": "https://demo.gethugothemes.com/restaurant/site/", + "stars": 36, + "forks": 50, "open_issues": 0, - "last_commit": "2020-12-29T09:59:02Z", + "last_commit": "2022-02-15T04:36:55Z", "created_at": "2019-03-17T09:52:58Z", - "description": null, + "description": "The restaurant is a creative and responsive restaurant website theme in Hugo environment. It is very well decorated theme which will make your website building easier.", "images": { - "hires": "https://www.jamstackthemes.dev/capture/themefisher-restaurant-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/themefisher-restaurant-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/themefisher-restaurant-hugo-2x.jpg" + "hires": "https://www.jamstackthemes.dev/capture/gethugothemes-restaurant-hugo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gethugothemes-restaurant-hugo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gethugothemes-restaurant-hugo-2x.jpg" + } + }, + "gethugothemes-techfeed-hugo": { + "theme_key": "gethugothemes-techfeed-hugo", + "file": "hugo-techfeed.md", + "name": "techfeed-hugo", + "title": "Techfeed Hugo", + "github_username": "gethugothemes", + "repo": "gethugothemes/techfeed-hugo", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/gethugothemes/techfeed-hugo", + "demo_url": "https://demo.gethugothemes.com/techfeed/site/", + "stars": 11, + "forks": 13, + "open_issues": 0, + "last_commit": "2022-02-07T07:02:50Z", + "created_at": "2021-08-03T11:15:25Z", + "description": "TechFeed is a personal blog theme powered by Hugo. We have created this theme based on Bootstrap 5. It gives a Responsive, Fast, and Smooth experience to the user. ", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/gethugothemes-techfeed-hugo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gethugothemes-techfeed-hugo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gethugothemes-techfeed-hugo-2x.jpg" + } + }, + "gethugothemes-touchy-hugo": { + "theme_key": "gethugothemes-touchy-hugo", + "file": "hugo-touchy.md", + "name": "touchy-hugo", + "title": "Touchy", + "github_username": "gethugothemes", + "repo": "gethugothemes/touchy-hugo", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/gethugothemes/touchy-hugo", + "demo_url": "https://demo.gethugothemes.com/touchy/site/", + "stars": 2, + "forks": 6, + "open_issues": 0, + "last_commit": "2022-02-15T04:38:12Z", + "created_at": "2021-01-06T10:05:54Z", + "description": "Touchy is a minimal personal blog template powered by Hugo. This theme is 100% mobile responsive.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/gethugothemes-touchy-hugo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gethugothemes-touchy-hugo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gethugothemes-touchy-hugo-2x.jpg" } }, "gherciu-gatsby-all-in": { @@ -8612,8 +9716,8 @@ "default_branch": "master", "github_url": "https://github.com/Gherciu/gatsby-all-in", "demo_url": "https://gatsby-all-in.netlify.com/", - "stars": 151, - "forks": 13, + "stars": 152, + "forks": 15, "open_issues": 14, "last_commit": "2020-01-25T18:19:00Z", "created_at": "2019-07-07T08:54:29Z", @@ -8635,8 +9739,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/gildasio/clyell", "demo_url": "https://gildasio.github.io/clyell/", - "stars": 35, - "forks": 31, + "stars": 43, + "forks": 39, "open_issues": 2, "last_commit": "2017-06-17T12:37:00Z", "created_at": "2017-06-16T03:14:11Z", @@ -8658,8 +9762,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/gildasio/darcli", "demo_url": "https://gjuniioor.github.io/darcli/", - "stars": 57, - "forks": 37, + "stars": 59, + "forks": 41, "open_issues": 3, "last_commit": "2016-07-31T13:57:59Z", "created_at": "2016-05-02T19:32:17Z", @@ -8681,9 +9785,9 @@ "default_branch": "master", "github_url": "https://github.com/gillkyle/gatsby-starter-landing-page", "demo_url": "https://gatsby-starter-landing-page.netlify.com/", - "stars": 117, - "forks": 35, - "open_issues": 19, + "stars": 133, + "forks": 44, + "open_issues": 31, "last_commit": "2020-04-21T19:19:31Z", "created_at": "2019-03-19T18:05:37Z", "description": "🖱 A simple, minimal Gatsby starter for quick and easy landing pages", @@ -8704,9 +9808,9 @@ "default_branch": "master", "github_url": "https://github.com/gilsondev/pelican-clean-blog", "demo_url": "https://gilsondev.github.io/pelican-clean-blog/", - "stars": 146, - "forks": 86, - "open_issues": 9, + "stars": 150, + "forks": 91, + "open_issues": 12, "last_commit": "2020-07-30T13:59:57Z", "created_at": "2014-12-10T16:01:04Z", "description": "Theme based in Clean Blog layout to pelican blogs", @@ -8773,12 +9877,12 @@ "default_branch": "main", "github_url": "https://github.com/gkmngrgn/hugo-alageek-theme", "demo_url": "https://gokmengorgen.net/", - "stars": 41, - "forks": 17, - "open_issues": 2, - "last_commit": "2021-06-13T07:40:50Z", + "stars": 59, + "forks": 21, + "open_issues": 1, + "last_commit": "2022-10-02T16:22:48Z", "created_at": "2018-09-08T19:32:11Z", - "description": "alaGeek is an enhanced version of the Cocoa theme featuring a customizable homepage with different sections including the latest posts, syntax highlighting and MathJax support and much more.", + "description": "A Cocoa Enhanced based theme. It's rewritten with Bootstrap 5.", "images": { "hires": "https://www.jamstackthemes.dev/capture/gkmngrgn-hugo-alageek-theme.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gkmngrgn-hugo-alageek-theme.jpg", @@ -8787,7 +9891,7 @@ }, "gmlunesa-gatsby-starter-personal-portfolio": { "theme_key": "gmlunesa-gatsby-starter-personal-portfolio", - "file": "gatsby-starter-personal-portfolio", + "file": "gatsby-starter-personal-portfolio.md", "name": "gatsby-starter-personal-portfolio", "title": "Gatsby Personal Portfolio", "github_username": "gmlunesa", @@ -8796,8 +9900,8 @@ "default_branch": "main", "github_url": "https://github.com/gmlunesa/gatsby-starter-personal-portfolio", "demo_url": "https://gatsby-starter-personal-portfolio.vercel.app/", - "stars": 28, - "forks": 10, + "stars": 33, + "forks": 9, "open_issues": 0, "last_commit": "2020-11-04T12:49:03Z", "created_at": "2020-10-27T20:46:18Z", @@ -8819,10 +9923,10 @@ "default_branch": "master", "github_url": "https://github.com/Gomah/bluise", "demo_url": "https://bluise.netlify.com", - "stars": 69, - "forks": 29, - "open_issues": 4, - "last_commit": "2021-04-23T12:28:26Z", + "stars": 136, + "forks": 111, + "open_issues": 12, + "last_commit": "2022-02-25T02:03:17Z", "created_at": "2019-12-10T03:21:44Z", "description": "🍄 Bluise - A Nuxt.js & Netlify CMS boilerplate.", "images": { @@ -8865,8 +9969,8 @@ "default_branch": "master", "github_url": "https://github.com/gonnux/hugo-apps-theme", "demo_url": "https://themes.gohugo.io/theme/hugo-apps-theme/", - "stars": 10, - "forks": 7, + "stars": 11, + "forks": 9, "open_issues": 0, "last_commit": "2020-03-08T19:33:11Z", "created_at": "2018-10-28T08:09:14Z", @@ -8888,10 +9992,10 @@ "default_branch": "master", "github_url": "https://github.com/goodroot/hugo-classic", "demo_url": "https://goodroot.ca/", - "stars": 84, - "forks": 45, - "open_issues": 0, - "last_commit": "2020-12-13T03:01:18Z", + "stars": 118, + "forks": 56, + "open_issues": 1, + "last_commit": "2021-09-15T01:57:58Z", "created_at": "2017-07-13T02:02:26Z", "description": "A simple and text-centric theme for Hugo.io", "images": { @@ -8911,7 +10015,7 @@ "default_branch": "master", "github_url": "https://github.com/GraphCMS/gatsby-graphcms-tailwindcss-example", "demo_url": "https://graphcms.github.io/gatsby-graphcms-tailwindcss-example/", - "stars": 11, + "stars": 13, "forks": 4, "open_issues": 1, "last_commit": "2019-02-08T20:16:33Z", @@ -8923,6 +10027,75 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/graphcms-gatsby-graphcms-tailwindcss-example-2x.jpg" } }, + "graphcms-gatsby-starter-graphcms-blog": { + "theme_key": "graphcms-gatsby-starter-graphcms-blog", + "file": "graphcms-blog.md", + "name": "gatsby-starter-graphcms-blog", + "title": "GraphCMS Blog", + "github_username": "GraphCMS", + "repo": "GraphCMS/gatsby-starter-graphcms-blog", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/GraphCMS/gatsby-starter-graphcms-blog", + "demo_url": "https://blog.withheadlesscms.com/", + "stars": 44, + "forks": 20, + "open_issues": 14, + "last_commit": "2022-04-12T11:46:59Z", + "created_at": "2020-07-28T09:54:17Z", + "description": "Gatsby starter for creating a basic blog with GraphCMS", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/graphcms-gatsby-starter-graphcms-blog.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/graphcms-gatsby-starter-graphcms-blog.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/graphcms-gatsby-starter-graphcms-blog-2x.jpg" + } + }, + "graphcms-graphcms-commerce-starter": { + "theme_key": "graphcms-graphcms-commerce-starter", + "file": "graphcms-commerce.md", + "name": "graphcms-commerce-starter", + "title": "GraphCMS eCommerce Storefront", + "github_username": "GraphCMS", + "repo": "GraphCMS/graphcms-commerce-starter", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/GraphCMS/graphcms-commerce-starter", + "demo_url": "https://commerce.withheadlesscms.com/", + "stars": 98, + "forks": 37, + "open_issues": 5, + "last_commit": "2022-04-12T11:47:28Z", + "created_at": "2021-01-28T15:24:09Z", + "description": null, + "images": { + "hires": "https://www.jamstackthemes.dev/capture/graphcms-graphcms-commerce-starter.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/graphcms-graphcms-commerce-starter.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/graphcms-graphcms-commerce-starter-2x.jpg" + } + }, + "graphcms-reference-marketing-website": { + "theme_key": "graphcms-reference-marketing-website", + "file": "graphcms-marketing-website.md", + "name": "reference-marketing-website", + "title": "GraphCMS Marketing Website", + "github_username": "GraphCMS", + "repo": "GraphCMS/reference-marketing-website", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/GraphCMS/reference-marketing-website", + "demo_url": "https://marketing-websites.withheadlesscms.com/", + "stars": 71, + "forks": 25, + "open_issues": 3, + "last_commit": "2022-04-12T12:26:40Z", + "created_at": "2020-05-26T10:38:33Z", + "description": "Next.js starter for creating a SaaS Marketing Website with GraphCMS ⚡️", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/graphcms-reference-marketing-website.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/graphcms-reference-marketing-website.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/graphcms-reference-marketing-website-2x.jpg" + } + }, "greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog": { "theme_key": "greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog", "file": "gatsby-starter-ggt-material-ui-blog.md", @@ -8957,9 +10130,9 @@ "default_branch": "master", "github_url": "https://github.com/greglobinski/gatsby-starter-hero-blog", "demo_url": "https://gatsby-starter-hero-blog.greglobinski.com/", - "stars": 509, - "forks": 219, - "open_issues": 35, + "stars": 511, + "forks": 214, + "open_issues": 44, "last_commit": "2019-02-08T09:05:51Z", "created_at": "2018-05-10T07:46:20Z", "description": "A ready to use, easy to customize, fully equipped GatsbyJS starter with a 'Hero' section on the home page.", @@ -8980,8 +10153,8 @@ "default_branch": "master", "github_url": "https://github.com/gridsome/gridsome-starter-blog", "demo_url": "https://gridsome-starter-blog.netlify.com/", - "stars": 366, - "forks": 215, + "stars": 384, + "forks": 219, "open_issues": 27, "last_commit": "2019-09-30T19:23:45Z", "created_at": "2019-02-26T13:28:03Z", @@ -9003,10 +10176,10 @@ "default_branch": "master", "github_url": "https://github.com/gristlabs/mkdocs-windmill", "demo_url": "https://gristlabs.github.io/mkdocs-windmill/", - "stars": 65, - "forks": 54, - "open_issues": 19, - "last_commit": "2021-06-07T15:58:47Z", + "stars": 87, + "forks": 61, + "open_issues": 24, + "last_commit": "2022-03-11T19:50:40Z", "created_at": "2017-05-15T03:51:22Z", "description": "Outstanding mkdocs theme with a focus on navigation and usability", "images": { @@ -9026,8 +10199,8 @@ "default_branch": "master", "github_url": "https://github.com/grrinchas/aliquam", "demo_url": "https://grrinchas.github.io/", - "stars": 19, - "forks": 58, + "stars": 21, + "forks": 57, "open_issues": 2, "last_commit": "2017-06-27T11:08:25Z", "created_at": "2016-05-23T18:34:40Z", @@ -9049,8 +10222,8 @@ "default_branch": "master", "github_url": "https://github.com/guangmean/Niello", "demo_url": "https://themes.gohugo.io/theme/Niello/", - "stars": 8, - "forks": 7, + "stars": 9, + "forks": 8, "open_issues": 2, "last_commit": "2019-10-29T09:04:47Z", "created_at": "2019-01-03T09:47:08Z", @@ -9072,7 +10245,7 @@ "default_branch": "master", "github_url": "https://github.com/gundamew/hugo-bingo", "demo_url": "https://themes.gohugo.io/theme/hugo-bingo/", - "stars": 10, + "stars": 11, "forks": 10, "open_issues": 0, "last_commit": "2021-06-21T09:37:53Z", @@ -9118,12 +10291,12 @@ "default_branch": "master", "github_url": "https://github.com/gurusabarish/hugo-profile", "demo_url": "https://hugo-profile.netlify.app", - "stars": 21, - "forks": 11, - "open_issues": 0, - "last_commit": "2021-06-26T03:02:16Z", + "stars": 298, + "forks": 172, + "open_issues": 6, + "last_commit": "2023-01-22T07:06:56Z", "created_at": "2020-08-16T07:19:04Z", - "description": "A high performance Hugo theme for personal portfolio and blog.", + "description": "A highly customizable and mobile first Hugo template for personal portfolio and blog.", "images": { "hires": "https://www.jamstackthemes.dev/capture/gurusabarish-hugo-profile.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gurusabarish-hugo-profile.jpg", @@ -9141,9 +10314,9 @@ "default_branch": "master", "github_url": "https://github.com/gustavoquinalha/jekyll-help-center-theme", "demo_url": "https://quinalha.me/jekyll-help-center-theme/", - "stars": 132, - "forks": 65, - "open_issues": 5, + "stars": 153, + "forks": 87, + "open_issues": 7, "last_commit": "2019-07-04T00:26:23Z", "created_at": "2017-12-12T15:50:55Z", "description": "Simple and responsive Jekyll theme for help center.", @@ -9164,8 +10337,8 @@ "default_branch": "master", "github_url": "https://github.com/gyorb/hugo-dusk", "demo_url": "https://themes.gohugo.io/theme/hugo-dusk/", - "stars": 46, - "forks": 35, + "stars": 49, + "forks": 36, "open_issues": 4, "last_commit": "2020-01-19T19:58:31Z", "created_at": "2017-04-22T11:43:42Z", @@ -9187,10 +10360,10 @@ "default_branch": "master", "github_url": "https://github.com/h-enk/doks", "demo_url": "https://doks.netlify.app", - "stars": 478, - "forks": 128, - "open_issues": 17, - "last_commit": "2021-06-25T15:03:30Z", + "stars": 1395, + "forks": 300, + "open_issues": 35, + "last_commit": "2022-11-28T08:35:21Z", "created_at": "2020-04-15T13:37:31Z", "description": "Hugo theme helping you build modern documentation websites.", "images": { @@ -9210,9 +10383,9 @@ "default_branch": "master", "github_url": "https://github.com/h01000110/windows-95", "demo_url": "https://h01000110.github.io/windows-95/", - "stars": 317, - "forks": 121, - "open_issues": 11, + "stars": 378, + "forks": 142, + "open_issues": 12, "last_commit": "2017-09-17T23:47:47Z", "created_at": "2017-09-17T15:21:03Z", "description": "Jekyll Theme", @@ -9233,10 +10406,10 @@ "default_branch": "master", "github_url": "https://github.com/hadisinaee/avicenna", "demo_url": "https://themes.gohugo.io/theme/avicenna/", - "stars": 81, - "forks": 37, - "open_issues": 6, - "last_commit": "2021-06-27T05:30:40Z", + "stars": 88, + "forks": 41, + "open_issues": 8, + "last_commit": "2021-08-02T00:38:40Z", "created_at": "2019-06-29T12:33:47Z", "description": "a minimal academic page for Hugo", "images": { @@ -9279,9 +10452,9 @@ "default_branch": "master", "github_url": "https://github.com/hagnerd/gatsby-starter-blog-mdx", "demo_url": "https://gatsby-starter-blog-mdx-demo.netlify.com/", - "stars": 69, - "forks": 47, - "open_issues": 2, + "stars": 66, + "forks": 48, + "open_issues": 15, "last_commit": "2020-01-25T21:14:09Z", "created_at": "2019-01-03T15:16:26Z", "description": "Live Demo", @@ -9302,9 +10475,9 @@ "default_branch": "master", "github_url": "https://github.com/halogenica/beautifulhugo", "demo_url": "https://themes.gohugo.io/theme/beautifulhugo/", - "stars": 837, - "forks": 460, - "open_issues": 122, + "stars": 859, + "forks": 479, + "open_issues": 136, "last_commit": "2021-01-06T08:01:52Z", "created_at": "2016-03-08T10:44:16Z", "description": "Theme for the Hugo static website generator", @@ -9325,10 +10498,10 @@ "default_branch": "master", "github_url": "https://github.com/hankchizljaw/hylia", "demo_url": "https://hylia.website/", - "stars": 854, - "forks": 211, - "open_issues": 33, - "last_commit": "2020-06-10T10:47:14Z", + "stars": 887, + "forks": 218, + "open_issues": 34, + "last_commit": "2021-10-15T19:09:18Z", "created_at": "2019-06-11T20:15:02Z", "description": "Hylia is a lightweight Eleventy starter kit to help you to create your own blog or personal website.", "images": { @@ -9348,9 +10521,9 @@ "default_branch": "master", "github_url": "https://github.com/harshil1712/gatsby-starter-googlesheets", "demo_url": "https://harshil1712.github.io/gatsby-starter-googlesheets/", - "stars": 16, - "forks": 3, - "open_issues": 13, + "stars": 17, + "forks": 4, + "open_issues": 6, "last_commit": "2020-07-06T17:17:40Z", "created_at": "2019-05-22T10:09:13Z", "description": "A gatsby starter using Google Sheets ", @@ -9371,10 +10544,10 @@ "default_branch": "master", "github_url": "https://github.com/hasura/gatsby-gitbook-starter", "demo_url": "https://learn.hasura.io/graphql/react/introduction", - "stars": 753, - "forks": 260, - "open_issues": 23, - "last_commit": "2021-05-25T09:11:58Z", + "stars": 949, + "forks": 367, + "open_issues": 41, + "last_commit": "2022-10-20T07:40:32Z", "created_at": "2019-05-04T14:09:01Z", "description": "Generate GitBook style modern docs/tutorial websites using Gatsby + MDX", "images": { @@ -9394,10 +10567,10 @@ "default_branch": "master", "github_url": "https://github.com/hauke96/hugo-theme-hamburg", "demo_url": "https://themes.gohugo.io/theme/hugo-theme-hamburg/", - "stars": 10, + "stars": 11, "forks": 10, "open_issues": 6, - "last_commit": "2020-05-18T09:17:52Z", + "last_commit": "2021-08-08T21:05:28Z", "created_at": "2018-08-24T23:12:19Z", "description": "Simple and clean blog theme for hugo", "images": { @@ -9440,10 +10613,10 @@ "default_branch": "gh-pages", "github_url": "https://github.com/heiswayi/textlog", "demo_url": "https://heiswayi.github.io/textlog/", - "stars": 131, - "forks": 47, - "open_issues": 4, - "last_commit": "2019-05-28T08:14:22Z", + "stars": 148, + "forks": 51, + "open_issues": 1, + "last_commit": "2022-11-25T01:20:16Z", "created_at": "2017-01-15T08:19:03Z", "description": "Minimalist, lefty-style Jekyll theme designed for documentation based blog.", "images": { @@ -9463,10 +10636,10 @@ "default_branch": "master", "github_url": "https://github.com/heiswayi/the-plain", "demo_url": "https://heiswayi.github.io/the-plain/", - "stars": 463, - "forks": 324, + "stars": 501, + "forks": 323, "open_issues": 2, - "last_commit": "2019-08-24T02:48:14Z", + "last_commit": "2021-10-18T07:09:19Z", "created_at": "2015-09-08T16:09:41Z", "description": "A minimalist Jekyll theme, ideally designed for your personal blog use.", "images": { @@ -9486,9 +10659,9 @@ "default_branch": "master", "github_url": "https://github.com/heiswayi/thinkspace", "demo_url": "https://heiswayi.github.io/thinkspace/", - "stars": 475, - "forks": 339, - "open_issues": 4, + "stars": 540, + "forks": 367, + "open_issues": 3, "last_commit": "2020-11-06T17:56:57Z", "created_at": "2016-06-11T09:31:31Z", "description": "Just another minimalist Jekyll theme which designed for technical writing blog.", @@ -9509,10 +10682,10 @@ "default_branch": "master", "github_url": "https://github.com/heliumjk/heliumjk.github.io", "demo_url": "https://heliumjk.github.io/", - "stars": 87, - "forks": 130, + "stars": 97, + "forks": 138, "open_issues": 0, - "last_commit": "2020-12-15T18:45:58Z", + "last_commit": "2021-07-17T21:06:09Z", "created_at": "2017-10-07T14:59:13Z", "description": "Bootstrap 4 responsive Jekyll Theme.", "images": { @@ -9555,8 +10728,8 @@ "default_branch": "master", "github_url": "https://github.com/hemangsk/DevJournal", "demo_url": "https://hemangsk.github.io/DevJournal", - "stars": 103, - "forks": 90, + "stars": 101, + "forks": 91, "open_issues": 1, "last_commit": "2018-06-25T16:43:24Z", "created_at": "2016-05-13T08:22:12Z", @@ -9578,7 +10751,7 @@ "default_branch": "master", "github_url": "https://github.com/hemangsk/Gravity", "demo_url": "https://hemangsk.github.io/Gravity", - "stars": 445, + "stars": 453, "forks": 258, "open_issues": 2, "last_commit": "2018-04-29T21:40:06Z", @@ -9601,7 +10774,7 @@ "default_branch": "master", "github_url": "https://github.com/hemangsk/safarnama", "demo_url": "https://hemangsk.github.io/safarnama", - "stars": 5, + "stars": 6, "forks": 9, "open_issues": 0, "last_commit": "2016-06-06T03:35:44Z", @@ -9624,8 +10797,8 @@ "default_branch": "master", "github_url": "https://github.com/henryhuang/hexo-theme-aloha", "demo_url": "https://huangyijie.com/", - "stars": 67, - "forks": 26, + "stars": 68, + "forks": 24, "open_issues": 4, "last_commit": "2019-10-06T12:43:46Z", "created_at": "2016-08-27T16:11:12Z", @@ -9648,7 +10821,7 @@ "github_url": "https://github.com/henrythemes/jekyll-book-theme", "demo_url": "https://henrythemes.github.io/jekyll-book-theme/", "stars": 26, - "forks": 6, + "forks": 9, "open_issues": 1, "last_commit": "2016-02-13T16:07:11Z", "created_at": "2015-07-16T17:50:43Z", @@ -9670,8 +10843,8 @@ "default_branch": "master", "github_url": "https://github.com/henrythemes/jekyll-bootstrap-theme", "demo_url": "https://henrythemes.github.io/jekyll-bootstrap-theme/", - "stars": 54, - "forks": 88, + "stars": 55, + "forks": 91, "open_issues": 1, "last_commit": "2020-10-15T08:01:41Z", "created_at": "2015-01-30T17:48:11Z", @@ -9693,8 +10866,8 @@ "default_branch": "master", "github_url": "https://github.com/henrythemes/jekyll-minimal-theme", "demo_url": "https://henrythemes.github.io/jekyll-minimal-theme/", - "stars": 92, - "forks": 70, + "stars": 95, + "forks": 68, "open_issues": 0, "last_commit": "2016-11-15T08:24:00Z", "created_at": "2015-02-01T09:36:30Z", @@ -9741,7 +10914,7 @@ "demo_url": "https://myclicks.netlify.com", "stars": 6, "forks": 9, - "open_issues": 15, + "open_issues": 27, "last_commit": "2019-07-27T06:53:08Z", "created_at": "2019-03-14T09:23:14Z", "description": "Portfolio with gatsby and contentful", @@ -9762,9 +10935,9 @@ "default_branch": "master", "github_url": "https://github.com/histaff/website-static", "demo_url": "https://histaff.io/", - "stars": 95, - "forks": 44, - "open_issues": 1, + "stars": 100, + "forks": 46, + "open_issues": 18, "last_commit": "2020-12-19T20:52:32Z", "created_at": "2019-06-04T16:34:12Z", "description": null, @@ -9785,8 +10958,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/hmfaysal/hmfaysal-omega-theme", "demo_url": "https://hmfaysal.github.io/hmfaysal-omega-theme/", - "stars": 326, - "forks": 430, + "stars": 325, + "forks": 429, "open_issues": 6, "last_commit": "2016-08-31T02:03:41Z", "created_at": "2014-01-12T20:13:02Z", @@ -9808,8 +10981,8 @@ "default_branch": "master", "github_url": "https://github.com/hmfaysal/Jekyll-HMFAYSAL-Theme", "demo_url": "https://hmfaysal.github.io/Jekyll-HMFAYSAL-Theme/", - "stars": 11, - "forks": 13, + "stars": 12, + "forks": 14, "open_issues": 0, "last_commit": "2013-12-16T22:16:10Z", "created_at": "2013-12-13T19:21:10Z", @@ -9831,8 +11004,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/hmfaysal/Notepad", "demo_url": "https://www.hossainmohdfaysal.com/Notepad/", - "stars": 263, - "forks": 330, + "stars": 261, + "forks": 323, "open_issues": 25, "last_commit": "2014-08-29T17:16:38Z", "created_at": "2014-07-18T16:57:01Z", @@ -9854,8 +11027,8 @@ "default_branch": "master", "github_url": "https://github.com/hoffli/saigon-jekyll-theme", "demo_url": "https://www.18a-saigon.com/", - "stars": 26, - "forks": 39, + "stars": 27, + "forks": 41, "open_issues": 1, "last_commit": "2016-02-11T08:54:00Z", "created_at": "2016-02-11T08:16:51Z", @@ -9866,6 +11039,52 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/hoffli-saigon-jekyll-theme-2x.jpg" } }, + "holger1411-11straps": { + "theme_key": "holger1411-11straps", + "file": "11straps.md", + "name": "11straps", + "title": "11straps", + "github_username": "holger1411", + "repo": "holger1411/11straps", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/holger1411/11straps", + "demo_url": "https://11straps-demo.netlify.app/", + "stars": 91, + "forks": 18, + "open_issues": 6, + "last_commit": "2022-08-18T11:56:51Z", + "created_at": "2020-10-30T08:31:23Z", + "description": "11straps is a static website boilerplate. It combines Eleventy with Bootstrap 5. 🎉 ", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/holger1411-11straps.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/holger1411-11straps.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/holger1411-11straps-2x.jpg" + } + }, + "holger1411-brook-dev": { + "theme_key": "holger1411-brook-dev", + "file": "brook.md", + "name": "brook-dev", + "title": "Brook", + "github_username": "holger1411", + "repo": "holger1411/brook-dev", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/holger1411/brook-dev", + "demo_url": "https://brooks-html-template.netlify.app/", + "stars": 7, + "forks": 0, + "open_issues": 6, + "last_commit": "2022-09-23T07:09:48Z", + "created_at": "2022-09-21T06:41:42Z", + "description": null, + "images": { + "hires": "https://www.jamstackthemes.dev/capture/holger1411-brook-dev.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/holger1411-brook-dev.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/holger1411-brook-dev-2x.jpg" + } + }, "holman-left": { "theme_key": "holman-left", "file": "jekyll-left-theme.md", @@ -9877,8 +11096,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/holman/left", "demo_url": "https://zachholman.com/left/", - "stars": 527, - "forks": 503, + "stars": 533, + "forks": 493, "open_issues": 0, "last_commit": "2016-05-25T07:11:48Z", "created_at": "2012-12-12T00:18:54Z", @@ -9900,8 +11119,8 @@ "default_branch": "master", "github_url": "https://github.com/htdvisser/hugo-base16-theme", "demo_url": "https://themes.gohugo.io/theme/base16/", - "stars": 101, - "forks": 57, + "stars": 106, + "forks": 56, "open_issues": 4, "last_commit": "2021-04-24T14:54:29Z", "created_at": "2015-12-09T16:01:53Z", @@ -9923,9 +11142,9 @@ "default_branch": "master", "github_url": "https://github.com/htr3n/hyde-hyde", "demo_url": "https://themes.gohugo.io/theme/hyde-hyde/", - "stars": 222, - "forks": 208, - "open_issues": 15, + "stars": 226, + "forks": 209, + "open_issues": 17, "last_commit": "2021-04-19T06:10:05Z", "created_at": "2018-01-20T06:37:20Z", "description": "A cool theme inspired by spf13's Hyde theme", @@ -9935,6 +11154,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/htr3n-hyde-hyde-2x.jpg" } }, + "hugo-sid-hugo-blog-awesome": { + "theme_key": "hugo-sid-hugo-blog-awesome", + "file": "hugo-blog-awesome.md", + "name": "hugo-blog-awesome", + "title": "Hugo blog awesome", + "github_username": "hugo-sid", + "repo": "hugo-sid/hugo-blog-awesome", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/hugo-sid/hugo-blog-awesome", + "demo_url": "https://hugo-blog-awesome.netlify.app/", + "stars": 39, + "forks": 20, + "open_issues": 0, + "last_commit": "2023-04-01T15:59:03Z", + "created_at": "2023-02-14T05:18:30Z", + "description": "Fast, minimal blog with dark mode support.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/hugo-sid-hugo-blog-awesome.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/hugo-sid-hugo-blog-awesome.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/hugo-sid-hugo-blog-awesome-2x.jpg" + } + }, "hugocarreira-jekyll-materializecss": { "theme_key": "hugocarreira-jekyll-materializecss", "file": "jekyll-materialize-hg.md", @@ -9946,7 +11188,7 @@ "default_branch": "gh-pages", "github_url": "https://github.com/hugocarreira/jekyll-materializecss", "demo_url": "https://hugocarreira.github.io/jekyll-materializecss", - "stars": 21, + "stars": 23, "forks": 12, "open_issues": 0, "last_commit": "2016-12-29T16:05:55Z", @@ -9970,7 +11212,7 @@ "github_url": "https://github.com/hugocarreira/jekyll-vision-casper-theme", "demo_url": "https://hugocarreira.github.io/jekyll-vision-casper-theme/", "stars": 7, - "forks": 12, + "forks": 13, "open_issues": 5, "last_commit": "2017-03-06T16:49:14Z", "created_at": "2016-11-26T05:26:16Z", @@ -9992,8 +11234,8 @@ "default_branch": "master", "github_url": "https://github.com/hugoferreira/papyrus-theme", "demo_url": "https://hugosereno.eu", - "stars": 103, - "forks": 50, + "stars": 108, + "forks": 54, "open_issues": 9, "last_commit": "2016-12-05T17:02:18Z", "created_at": "2016-11-05T22:24:58Z", @@ -10015,10 +11257,10 @@ "default_branch": "master", "github_url": "https://github.com/humrochagf/colordrop", "demo_url": "https://humberto.io/", - "stars": 12, - "forks": 3, + "stars": 18, + "forks": 7, "open_issues": 2, - "last_commit": "2020-10-30T14:55:05Z", + "last_commit": "2022-12-09T13:59:06Z", "created_at": "2019-07-24T01:14:27Z", "description": "Customizable, monochromatic and minimalist hugo theme for personal blogs", "images": { @@ -10038,8 +11280,8 @@ "default_branch": "master", "github_url": "https://github.com/huweihuang/hexo-theme-huweihuang", "demo_url": "https://www.huweihuang.com/", - "stars": 271, - "forks": 111, + "stars": 281, + "forks": 109, "open_issues": 29, "last_commit": "2021-03-18T11:55:45Z", "created_at": "2017-10-22T03:07:50Z", @@ -10061,9 +11303,9 @@ "default_branch": "master", "github_url": "https://github.com/huyb1991/hugo-lamp", "demo_url": "https://themes.gohugo.io/theme/hugo-lamp/", - "stars": 54, + "stars": 53, "forks": 30, - "open_issues": 11, + "open_issues": 12, "last_commit": "2020-07-16T07:50:24Z", "created_at": "2018-05-28T08:10:44Z", "description": "A light Hugo AMP responsive theme for blogger ⚡.", @@ -10084,8 +11326,8 @@ "default_branch": "master", "github_url": "https://github.com/huyingjie/hexo-theme-A-RSnippet", "demo_url": "https://arsnippet.yingjiehu.com/", - "stars": 69, - "forks": 24, + "stars": 68, + "forks": 22, "open_issues": 5, "last_commit": "2018-01-30T20:20:14Z", "created_at": "2018-01-21T18:18:25Z", @@ -10096,27 +11338,142 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/huyingjie-hexo-theme-a-rsnippet-2x.jpg" } }, - "hydecorp-hydejack": { - "theme_key": "qwtel-hydejack", - "file": "jekyll-hydejack-theme.md", - "name": "hydejack", - "title": "Hydejack", - "github_username": "hydecorp", - "repo": "hydecorp/hydejack", + "huynguyez-alway5.github.io": { + "theme_key": "minhhuy150894-minhhuy150894.github.io", + "file": "jekyll-HPSTRversion2.md", + "name": "alway5.github.io", + "title": "HPSTR Version 2 - Vietnamese", + "github_username": "huynguyez", + "repo": "huynguyez/alway5.github.io", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/huynguyez/alway5.github.io", + "demo_url": "https://minhhuy150894.github.io", + "stars": 18, + "forks": 40, + "open_issues": 0, + "last_commit": "2018-02-07T04:55:13Z", + "created_at": "2015-05-11T13:24:51Z", + "description": null, + "images": { + "hires": "https://www.jamstackthemes.dev/capture/minhhuy150894-minhhuy150894.github.io.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/minhhuy150894-minhhuy150894.github.io.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/minhhuy150894-minhhuy150894.github.io-2x.jpg" + } + }, + "hydecorp-hydejack": { + "theme_key": "qwtel-hydejack", + "file": "jekyll-hydejack-theme.md", + "name": "hydejack", + "title": "Hydejack", + "github_username": "hydecorp", + "repo": "hydecorp/hydejack", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/hydecorp/hydejack", + "demo_url": "https://qwtel.com/hydejack/", + "stars": 1121, + "forks": 715, + "open_issues": 30, + "last_commit": "2022-02-07T04:23:49Z", + "created_at": "2016-02-26T12:45:54Z", + "description": "A boutique Jekyll theme for hackers, nerds, and academics", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/qwtel-hydejack.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/qwtel-hydejack.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/qwtel-hydejack-2x.jpg" + } + }, + "hygraph-gatsby-graphcms-tailwindcss-example": { + "theme_key": "graphcms-gatsby-graphcms-tailwindcss-example", + "file": "gatsby-graphcms-tailwindcss-example.md", + "name": "gatsby-graphcms-tailwindcss-example", + "title": "Gatsby Graphcms Tailwindcss Example", + "github_username": "hygraph", + "repo": "hygraph/gatsby-graphcms-tailwindcss-example", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/hygraph/gatsby-graphcms-tailwindcss-example", + "demo_url": "https://graphcms.github.io/gatsby-graphcms-tailwindcss-example/", + "stars": 14, + "forks": 4, + "open_issues": 1, + "last_commit": "2019-02-08T20:16:33Z", + "created_at": "2018-09-19T13:00:05Z", + "description": null, + "images": { + "hires": "https://www.jamstackthemes.dev/capture/graphcms-gatsby-graphcms-tailwindcss-example.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/graphcms-gatsby-graphcms-tailwindcss-example.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/graphcms-gatsby-graphcms-tailwindcss-example-2x.jpg" + } + }, + "hygraph-gatsby-starter-hygraph-blog": { + "theme_key": "graphcms-gatsby-starter-graphcms-blog", + "file": "graphcms-blog.md", + "name": "gatsby-starter-hygraph-blog", + "title": "GraphCMS Blog", + "github_username": "hygraph", + "repo": "hygraph/gatsby-starter-hygraph-blog", "branch": "master", "default_branch": "master", - "github_url": "https://github.com/hydecorp/hydejack", - "demo_url": "https://qwtel.com/hydejack/", - "stars": 815, - "forks": 594, - "open_issues": 29, - "last_commit": "2021-03-30T14:34:24Z", - "created_at": "2016-02-26T12:45:54Z", - "description": "A boutique Jekyll theme for hackers, nerds, and academics", + "github_url": "https://github.com/hygraph/gatsby-starter-hygraph-blog", + "demo_url": "https://blog.withheadlesscms.com/", + "stars": 66, + "forks": 26, + "open_issues": 15, + "last_commit": "2022-12-14T18:03:58Z", + "created_at": "2020-07-28T09:54:17Z", + "description": "Gatsby starter for creating a basic blog with Hygraph", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/graphcms-gatsby-starter-graphcms-blog.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/graphcms-gatsby-starter-graphcms-blog.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/graphcms-gatsby-starter-graphcms-blog-2x.jpg" + } + }, + "hygraph-hygraph-commerce-starter": { + "theme_key": "graphcms-graphcms-commerce-starter", + "file": "graphcms-commerce.md", + "name": "hygraph-commerce-starter", + "title": "GraphCMS eCommerce Storefront", + "github_username": "hygraph", + "repo": "hygraph/hygraph-commerce-starter", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/hygraph/hygraph-commerce-starter", + "demo_url": "https://commerce.withheadlesscms.com/", + "stars": 141, + "forks": 56, + "open_issues": 7, + "last_commit": "2022-09-20T11:01:26Z", + "created_at": "2021-01-28T15:24:09Z", + "description": null, "images": { - "hires": "https://www.jamstackthemes.dev/capture/qwtel-hydejack.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/qwtel-hydejack.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/qwtel-hydejack-2x.jpg" + "hires": "https://www.jamstackthemes.dev/capture/graphcms-graphcms-commerce-starter.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/graphcms-graphcms-commerce-starter.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/graphcms-graphcms-commerce-starter-2x.jpg" + } + }, + "hygraph-reference-marketing-website": { + "theme_key": "graphcms-reference-marketing-website", + "file": "graphcms-marketing-website.md", + "name": "reference-marketing-website", + "title": "GraphCMS Marketing Website", + "github_username": "hygraph", + "repo": "hygraph/reference-marketing-website", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/hygraph/reference-marketing-website", + "demo_url": "https://marketing-websites.withheadlesscms.com/", + "stars": 100, + "forks": 39, + "open_issues": 15, + "last_commit": "2022-09-02T17:41:06Z", + "created_at": "2020-05-26T10:38:33Z", + "description": "Next.js starter for creating a SaaS Marketing Website with Hygraph ⚡️", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/graphcms-reference-marketing-website.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/graphcms-reference-marketing-website.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/graphcms-reference-marketing-website-2x.jpg" } }, "icyris-hugo-theme-yuki": { @@ -10130,8 +11487,8 @@ "default_branch": "master", "github_url": "https://github.com/iCyris/hugo-theme-yuki", "demo_url": "https://themes.gohugo.io/theme/hugo-theme-yuki/", - "stars": 19, - "forks": 11, + "stars": 20, + "forks": 10, "open_issues": 0, "last_commit": "2019-12-15T09:43:11Z", "created_at": "2019-01-03T17:03:23Z", @@ -10153,9 +11510,9 @@ "default_branch": "master", "github_url": "https://github.com/ifedyukin/Mekyll", "demo_url": "https://ifedyukin.github.io/Mekyll", - "stars": 14, - "forks": 26, - "open_issues": 3, + "stars": 17, + "forks": 24, + "open_issues": 0, "last_commit": "2018-10-02T16:15:11Z", "created_at": "2017-03-27T10:27:29Z", "description": "Medium style theme for Jekyll", @@ -10165,6 +11522,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ifedyukin-mekyll-2x.jpg" } }, + "ijjk-notion-blog": { + "theme_key": "ijjk-notion-blog", + "file": "notion-blog.md", + "name": "notion-blog", + "title": "Notion Blog", + "github_username": "ijjk", + "repo": "ijjk/notion-blog", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/ijjk/notion-blog", + "demo_url": "https://github.com/ijjk/notion-blog", + "stars": 2951, + "forks": 371, + "open_issues": 18, + "last_commit": "2021-10-20T05:15:10Z", + "created_at": "2020-01-04T23:19:10Z", + "description": "A Next.js site using new SSG support with a Notion backed blog", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/ijjk-notion-blog.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ijjk-notion-blog.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ijjk-notion-blog-2x.jpg" + } + }, "ijsucceed-onepress": { "theme_key": "ijsucceed-onepress", "file": "hugo-onepress.md", @@ -10176,7 +11556,7 @@ "default_branch": "master", "github_url": "https://github.com/ijsucceed/onepress", "demo_url": "https://themes.gohugo.io/theme/onepress/", - "stars": 21, + "stars": 20, "forks": 6, "open_issues": 2, "last_commit": "2019-02-07T14:47:46Z", @@ -10199,9 +11579,9 @@ "default_branch": "master", "github_url": "https://github.com/ImedAdel/gatsby-london", "demo_url": "https://gatsby-london.netlify.com/", - "stars": 148, - "forks": 60, - "open_issues": 6, + "stars": 158, + "forks": 71, + "open_issues": 19, "last_commit": "2019-11-20T20:47:09Z", "created_at": "2019-05-18T14:17:26Z", "description": "A free, open source, image-concentric starter for GatsbyJS", @@ -10222,9 +11602,9 @@ "default_branch": "gh-pages", "github_url": "https://github.com/inded/Jekyll_modern-blog", "demo_url": "https://inded.xyz/Jekyll_modern-blog/", - "stars": 242, - "forks": 297, - "open_issues": 10, + "stars": 249, + "forks": 312, + "open_issues": 11, "last_commit": "2017-06-26T18:07:42Z", "created_at": "2015-07-11T17:47:40Z", "description": "A Modern, Clean, Jekyll Blog Layout based from codedrops", @@ -10268,8 +11648,8 @@ "default_branch": "master", "github_url": "https://github.com/insipx/material-bliss-jekyll-theme", "demo_url": "https://code.liquidthink.net", - "stars": 65, - "forks": 38, + "stars": 70, + "forks": 44, "open_issues": 5, "last_commit": "2018-06-08T20:42:27Z", "created_at": "2016-12-29T03:27:05Z", @@ -10291,7 +11671,7 @@ "default_branch": "master", "github_url": "https://github.com/issydennis/gatsby-snipcart", "demo_url": "https://gatsby-snipcart-starter.netlify.com/", - "stars": 17, + "stars": 16, "forks": 19, "open_issues": 4, "last_commit": "2019-07-22T08:31:23Z", @@ -10314,10 +11694,10 @@ "default_branch": "master", "github_url": "https://github.com/it-gro/hugo-theme-w3css-basic", "demo_url": "https://it-gro.github.io/hugo-theme-w3css-basic.github.io/", - "stars": 42, - "forks": 18, + "stars": 51, + "forks": 25, "open_issues": 7, - "last_commit": "2021-06-14T14:44:42Z", + "last_commit": "2021-09-05T11:04:42Z", "created_at": "2017-11-08T13:26:44Z", "description": null, "images": { @@ -10360,8 +11740,8 @@ "default_branch": "master", "github_url": "https://github.com/ItsMeaga1n/minimal-categorized", "demo_url": "https://itsmeaga1n.github.io/minimal-categorized/", - "stars": 7, - "forks": 9, + "stars": 11, + "forks": 13, "open_issues": 0, "last_commit": "2021-01-29T23:05:35Z", "created_at": "2020-09-11T22:55:17Z", @@ -10383,9 +11763,9 @@ "default_branch": "master", "github_url": "https://github.com/itsnwa/darkfolio", "demo_url": "https://darkfolio.netlify.com/", - "stars": 17, - "forks": 10, - "open_issues": 7, + "stars": 19, + "forks": 11, + "open_issues": 18, "last_commit": "2021-04-21T15:44:02Z", "created_at": "2019-08-14T09:55:03Z", "description": "Gridsome portfolio theme (Forestry ready)", @@ -10406,10 +11786,10 @@ "default_branch": "master", "github_url": "https://github.com/itsnwa/gridsome-forestry-starter", "demo_url": "https://gridsome-forestry.netlify.com", - "stars": 131, - "forks": 85, - "open_issues": 5, - "last_commit": "2021-04-23T14:40:53Z", + "stars": 138, + "forks": 90, + "open_issues": 15, + "last_commit": "2022-02-19T13:04:10Z", "created_at": "2019-01-03T21:54:32Z", "description": "Gridsome starter kit with Forestry (CMS)", "images": { @@ -10418,6 +11798,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/itsnwa-gridsome-forestry-starter-2x.jpg" } }, + "itspatrq-minimal-categorized": { + "theme_key": "itsmeaga1n-minimal-categorized", + "file": "minimal-categorized.md", + "name": "minimal-categorized", + "title": "minimal-categorized", + "github_username": "ItsPatrq", + "repo": "ItsPatrq/minimal-categorized", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/ItsPatrq/minimal-categorized", + "demo_url": "https://itsmeaga1n.github.io/minimal-categorized/", + "stars": 12, + "forks": 17, + "open_issues": 0, + "last_commit": "2022-02-07T22:49:00Z", + "created_at": "2020-09-11T22:55:17Z", + "description": "Jekyll minimal-categorized theme", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/itsmeaga1n-minimal-categorized.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/itsmeaga1n-minimal-categorized.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/itsmeaga1n-minimal-categorized-2x.jpg" + } + }, "itsrifat-rifyll": { "theme_key": "itsrifat-rifyll", "file": "jekyll-rifyll.md", @@ -10429,7 +11832,7 @@ "default_branch": "master", "github_url": "https://github.com/itsrifat/rifyll", "demo_url": "https://itsrifat.github.io/rifyll/", - "stars": 15, + "stars": 17, "forks": 29, "open_issues": 1, "last_commit": "2017-01-03T23:20:01Z", @@ -10500,7 +11903,7 @@ "demo_url": "https://hopeful-keller-943d65.netlify.com/", "stars": 39, "forks": 4, - "open_issues": 18, + "open_issues": 30, "last_commit": "2019-12-14T23:02:11Z", "created_at": "2018-10-22T08:55:17Z", "description": "Gatsby starter to create static sites using type-safe ReasonML", @@ -10510,6 +11913,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/iwilsonq-gatsby-starter-reasonml-2x.jpg" } }, + "ixartz-astro-boilerplate": { + "theme_key": "ixartz-astro-boilerplate", + "file": "astro-react-boilerplate.md", + "name": "Astro-boilerplate", + "title": "Astro React Boilerplate with TypeScript and Tailwind CSS", + "github_username": "ixartz", + "repo": "ixartz/Astro-boilerplate", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/ixartz/Astro-boilerplate", + "demo_url": "https://creativedesignsguru.com/demo/astro-boilerplate/", + "stars": 260, + "forks": 92, + "open_issues": 1, + "last_commit": "2022-08-10T18:31:45Z", + "created_at": "2022-05-03T15:17:26Z", + "description": "🚀 Astro boilerplate with responsive blog and portfolio template using TypeScript and React styled with Tailwind CSS ⚡️ Made with developer experience first: TypeScript + ESLint + Prettier + Husky + Lint-Staged + Commitlint + VSCode", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/ixartz-astro-boilerplate.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ixartz-astro-boilerplate.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ixartz-astro-boilerplate-2x.jpg" + } + }, "ixartz-eleventy-starter-boilerplate": { "theme_key": "ixartz-eleventy-starter-boilerplate", "file": "11ty-starter-boilerplate.md", @@ -10521,8 +11947,8 @@ "default_branch": "master", "github_url": "https://github.com/ixartz/Eleventy-Starter-Boilerplate", "demo_url": "https://creativedesignsguru.com/demo/Eleventy-Starter-Boilerplate/eleventy-starter-boilerplate-presentation/", - "stars": 180, - "forks": 38, + "stars": 247, + "forks": 53, "open_issues": 0, "last_commit": "2021-05-26T20:09:08Z", "created_at": "2020-06-12T18:33:08Z", @@ -10544,12 +11970,12 @@ "default_branch": "master", "github_url": "https://github.com/ixartz/Next-js-Blog-Boilerplate", "demo_url": "https://creativedesignsguru.com/demo/Nextjs-Blog-Boilerplate/", - "stars": 231, - "forks": 43, + "stars": 509, + "forks": 129, "open_issues": 0, - "last_commit": "2021-05-12T12:27:46Z", + "last_commit": "2022-11-29T21:27:04Z", "created_at": "2020-07-25T13:09:25Z", - "description": "🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.", + "description": "🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs 12, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS 3.", "images": { "hires": "https://www.jamstackthemes.dev/capture/ixartz-next-js-blog-boilerplate.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ixartz-next-js-blog-boilerplate.jpg", @@ -10563,16 +11989,16 @@ "title": "Nextjs Tailwind CSS TypeScript Starter", "github_username": "ixartz", "repo": "ixartz/Next-js-Boilerplate", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/ixartz/Next-js-Boilerplate", "demo_url": "https://creativedesignsguru.com/demo/Nextjs-Boilerplate/", - "stars": 215, - "forks": 54, - "open_issues": 0, - "last_commit": "2021-06-29T21:52:30Z", + "stars": 3194, + "forks": 684, + "open_issues": 3, + "last_commit": "2023-01-19T21:41:37Z", "created_at": "2020-07-22T19:47:35Z", - "description": "🚀 Boilerplate and Starter for Next.js 11+, Tailwind CSS 2.0 and TypeScript ⚡️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Husky + Lint-Staged + VSCode + Netlify + PostCSS + Tailwind CSS", + "description": "🚀🎉📚 Boilerplate and Starter for Next.js 13+, Tailwind CSS 3.2 and TypeScript ⚡️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Husky + Lint-Staged + Jest + Testing Library + Cypress + Commitlint + VSCode + Netlify + PostCSS + Tailwind CSS", "images": { "hires": "https://www.jamstackthemes.dev/capture/ixartz-next-js-boilerplate.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ixartz-next-js-boilerplate.jpg", @@ -10590,12 +12016,12 @@ "default_branch": "master", "github_url": "https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template", "demo_url": "https://creativedesignsguru.com/demo/nextjs-landing-page/", - "stars": 162, - "forks": 30, + "stars": 1000, + "forks": 327, "open_issues": 0, - "last_commit": "2021-06-08T12:38:49Z", + "last_commit": "2022-11-29T21:27:38Z", "created_at": "2021-03-30T17:30:06Z", - "description": "🚀 Free NextJS Landing Page Template written in Tailwind CSS 2.0 and TypeScript ⚡️ Made with developer experience first: Next.js, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.", + "description": "🚀 Free NextJS Landing Page Template written in Tailwind CSS 3 and TypeScript ⚡️ Made with developer experience first: Next.js 12 + TypeScript + ESLint + Prettier + Husky + Lint-Staged + VSCode + Netlify + PostCSS + Tailwind CSS", "images": { "hires": "https://www.jamstackthemes.dev/capture/ixartz-next-js-landing-page-starter-template.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ixartz-next-js-landing-page-starter-template.jpg", @@ -10636,9 +12062,9 @@ "default_branch": "master", "github_url": "https://github.com/jackbravo/gatsby-starter-i18n-blog", "demo_url": "https://jackbravo.github.io/gatsby-starter-i18n-blog/", - "stars": 18, - "forks": 5, - "open_issues": 16, + "stars": 20, + "forks": 4, + "open_issues": 21, "last_commit": "2020-08-10T20:58:58Z", "created_at": "2018-10-29T05:31:55Z", "description": "Gatsby starter for creating a i18n blog. https://jackbravo.github.io/gatsby-starter-i18n-blog/", @@ -10682,8 +12108,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/jacobtomlinson/carte-noire", "demo_url": "https://carte-noire.jacobtomlinson.co.uk/", - "stars": 284, - "forks": 228, + "stars": 300, + "forks": 231, "open_issues": 12, "last_commit": "2019-09-23T08:51:37Z", "created_at": "2015-03-20T22:12:17Z", @@ -10728,8 +12154,8 @@ "default_branch": "master", "github_url": "https://github.com/jaehee0113/console", "demo_url": "https://jaehee0113.github.io/console", - "stars": 23, - "forks": 33, + "stars": 24, + "forks": 32, "open_issues": 4, "last_commit": "2017-07-22T11:39:28Z", "created_at": "2017-01-25T06:26:30Z", @@ -10751,10 +12177,10 @@ "default_branch": "master", "github_url": "https://github.com/JaeYeopHan/gatsby-starter-bee", "demo_url": "https://gatsby-starter-bee.netlify.com/", - "stars": 469, - "forks": 194, - "open_issues": 18, - "last_commit": "2021-05-28T02:15:14Z", + "stars": 624, + "forks": 218, + "open_issues": 32, + "last_commit": "2022-05-15T14:46:02Z", "created_at": "2019-02-03T14:27:33Z", "description": "🐝Full Package | Simple | Fresh UI | Blog Template :: Let's start to blogging with gatsby-starter-bee!", "images": { @@ -10774,9 +12200,9 @@ "default_branch": "master", "github_url": "https://github.com/jake-101/bael-template", "demo_url": "https://bael-theme.jake101.com/", - "stars": 193, - "forks": 40, - "open_issues": 18, + "stars": 203, + "forks": 47, + "open_issues": 30, "last_commit": "2020-09-13T03:17:03Z", "created_at": "2018-06-19T09:17:38Z", "description": "Brutalist Blog theme for Netlify CMS", @@ -10797,9 +12223,9 @@ "default_branch": "master", "github_url": "https://github.com/jameshamann/jekyll-material-theme", "demo_url": "https://jameshamann.com", - "stars": 166, - "forks": 236, - "open_issues": 3, + "stars": 167, + "forks": 224, + "open_issues": 4, "last_commit": "2018-07-31T09:08:15Z", "created_at": "2017-11-27T21:19:23Z", "description": "A Jekyll Theme based on Material Design using Materialize.", @@ -10820,9 +12246,9 @@ "default_branch": "master", "github_url": "https://github.com/jamigibbs/phantom", "demo_url": "https://jamigibbs.com", - "stars": 207, - "forks": 208, - "open_issues": 7, + "stars": 269, + "forks": 304, + "open_issues": 9, "last_commit": "2020-01-04T21:05:45Z", "created_at": "2016-02-21T18:15:37Z", "description": "A minimalist, responsive portfolio theme for Jekyll with Bootstrap", @@ -10843,9 +12269,9 @@ "default_branch": "master", "github_url": "https://github.com/janczizikow/sleek", "demo_url": "https://janczizikow.github.io/sleek/", - "stars": 337, - "forks": 565, - "open_issues": 19, + "stars": 384, + "forks": 580, + "open_issues": 18, "last_commit": "2020-05-11T17:47:32Z", "created_at": "2017-11-19T09:46:18Z", "description": " :chart_with_upwards_trend: Sleek is a modern Jekyll theme focused on speed performance & SEO best practices", @@ -10866,10 +12292,10 @@ "default_branch": "master", "github_url": "https://github.com/jannikbuschke/gatsby-antd-docs", "demo_url": "https://www.jannikbuschke.de/gatsby-antd-docs/", - "stars": 56, - "forks": 13, - "open_issues": 15, - "last_commit": "2020-08-28T12:47:18Z", + "stars": 67, + "forks": 18, + "open_issues": 21, + "last_commit": "2021-10-22T13:34:02Z", "created_at": "2019-04-10T22:25:31Z", "description": "A gatsby starter for a technical documentation website", "images": { @@ -10878,6 +12304,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jannikbuschke-gatsby-antd-docs-2x.jpg" } }, + "janraasch-hugo-scroll": { + "theme_key": "janraasch-hugo-scroll", + "file": "hugo-theme-scroll.md", + "name": "hugo-scroll", + "title": "Scroll", + "github_username": "janraasch", + "repo": "janraasch/hugo-scroll", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/janraasch/hugo-scroll", + "demo_url": "https://janraasch.github.io/hugo-scroll/", + "stars": 177, + "forks": 120, + "open_issues": 6, + "last_commit": "2022-12-27T16:41:34Z", + "created_at": "2020-07-07T08:37:56Z", + "description": "📜 A Hugo theme for pretty, quick and simple single-page websites.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/janraasch-hugo-scroll.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/janraasch-hugo-scroll.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/janraasch-hugo-scroll-2x.jpg" + } + }, "jarrekk-jalpc": { "theme_key": "jarrekk-jalpc", "file": "jekyll-Jalpc-theme.md", @@ -10889,10 +12338,10 @@ "default_branch": "master", "github_url": "https://github.com/jarrekk/Jalpc", "demo_url": "https://jarrekk.github.io/Jalpc/", - "stars": 890, - "forks": 1087, - "open_issues": 42, - "last_commit": "2021-04-08T07:36:19Z", + "stars": 965, + "forks": 1095, + "open_issues": 41, + "last_commit": "2021-10-11T14:05:02Z", "created_at": "2016-05-29T08:02:13Z", "description": "🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website. ", "images": { @@ -10912,7 +12361,7 @@ "default_branch": "gh-pages", "github_url": "https://github.com/jarrekk/Jalpc-A", "demo_url": "https://ww7.jack003.com/", - "stars": 31, + "stars": 32, "forks": 25, "open_issues": 1, "last_commit": "2020-07-06T06:30:04Z", @@ -10935,7 +12384,7 @@ "default_branch": "gh-pages", "github_url": "https://github.com/jasoncostello/slate", "demo_url": "https://jasoncostello.github.io/slate/", - "stars": 155, + "stars": 156, "forks": 130, "open_issues": 1, "last_commit": "2017-02-28T07:01:39Z", @@ -10960,7 +12409,7 @@ "demo_url": "https://gatsby-starter-material-business-markdown.netlify.com/", "stars": 11, "forks": 7, - "open_issues": 0, + "open_issues": 3, "last_commit": "2021-01-11T23:19:14Z", "created_at": "2019-05-02T16:21:45Z", "description": "View Live Demo:", @@ -10995,7 +12444,7 @@ }, "jaymehta20-nextjs-blog-page": { "theme_key": "jaymehta20-nextjs-blog-page", - "file": "blog-nextjs-template", + "file": "blog-nextjs-template.md", "name": "nextjs-blog-page", "title": "Minimal Blog | NextJS", "github_username": "jaymehta20", @@ -11004,10 +12453,10 @@ "default_branch": "main", "github_url": "https://github.com/jaymehta20/nextjs-blog-page", "demo_url": "https://nextjs-blog-page.vercel.app/", - "stars": 0, + "stars": 1, "forks": 0, "open_issues": 0, - "last_commit": "2021-04-29T11:22:10Z", + "last_commit": "2022-06-16T09:38:27Z", "created_at": "2021-04-22T13:40:16Z", "description": "A simple blog site created with NextJs", "images": { @@ -11027,9 +12476,9 @@ "default_branch": "master", "github_url": "https://github.com/jbub/ghostwriter", "demo_url": "https://themes.gohugo.io/theme/ghostwriter/", - "stars": 155, - "forks": 142, - "open_issues": 9, + "stars": 159, + "forks": 147, + "open_issues": 11, "last_commit": "2021-06-08T09:36:15Z", "created_at": "2015-04-26T09:57:24Z", "description": "A port of ghostwriter theme to Hugo.", @@ -11073,8 +12522,8 @@ "default_branch": "master", "github_url": "https://github.com/jeblister/bulma", "demo_url": "https://themes.gohugo.io/theme/bulma/", - "stars": 35, - "forks": 13, + "stars": 36, + "forks": 15, "open_issues": 9, "last_commit": "2019-04-15T19:45:47Z", "created_at": "2017-04-03T18:38:58Z", @@ -11096,10 +12545,10 @@ "default_branch": "master", "github_url": "https://github.com/jeblister/kube", "demo_url": "https://kube.elemnts.net/", - "stars": 353, + "stars": 375, "forks": 101, "open_issues": 9, - "last_commit": "2021-06-29T10:42:52Z", + "last_commit": "2022-10-06T09:35:21Z", "created_at": "2017-04-13T09:32:56Z", "description": "Kube is a professional and a responsive Hugo theme for developers and designers that offers a documentation section mixed with a landing page and a blog.", "images": { @@ -11119,10 +12568,10 @@ "default_branch": "master", "github_url": "https://github.com/jeffreytse/jekyll-theme-yat", "demo_url": "https://jeffreytse.github.io/jekyll-theme-yat/", - "stars": 168, - "forks": 115, - "open_issues": 17, - "last_commit": "2021-06-30T04:09:52Z", + "stars": 608, + "forks": 530, + "open_issues": 41, + "last_commit": "2022-08-28T15:01:27Z", "created_at": "2019-12-12T04:16:29Z", "description": "🎨 Yet another theme for elegant writers with modern flat style and beautiful night/dark mode.", "images": { @@ -11131,6 +12580,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jeffreytse-jekyll-theme-yat-2x.jpg" } }, + "jekyll-garden-jekyll-garden.github.io": { + "theme_key": "jekyll-garden-jekyll-garden.github.io", + "file": "jekyll-garden.md", + "name": "jekyll-garden.github.io", + "title": "Jekyll Garden", + "github_username": "Jekyll-Garden", + "repo": "Jekyll-Garden/jekyll-garden.github.io", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/Jekyll-Garden/jekyll-garden.github.io", + "demo_url": "https://jekyll-garden.github.io/", + "stars": 208, + "forks": 47, + "open_issues": 11, + "last_commit": "2022-12-16T07:00:30Z", + "created_at": "2021-07-30T02:35:06Z", + "description": "A Digital Garden Theme for Jekyll. Jekyll Garden lets you create a static HTML version of your markdown notes and publish via Github pages. Made for Obsidian users!", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/jekyll-garden-jekyll-garden.github.io.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jekyll-garden-jekyll-garden.github.io.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jekyll-garden-jekyll-garden.github.io-2x.jpg" + } + }, "jekyll-one-j1-template-starter": { "theme_key": "jekyll-one-j1-template-starter", "file": "jekyll-j1-template.md", @@ -11142,10 +12614,10 @@ "default_branch": "main", "github_url": "https://github.com/jekyll-one/j1-template-starter", "demo_url": "https://j1-template-starter.netlify.app/", - "stars": 2, - "forks": 1, + "stars": 7, + "forks": 10, "open_issues": 0, - "last_commit": "2021-04-26T02:22:18Z", + "last_commit": "2022-04-24T17:54:50Z", "created_at": "2021-04-22T13:59:39Z", "description": "J1 Starter Template", "images": { @@ -11211,9 +12683,9 @@ "default_branch": "master", "github_url": "https://github.com/jekyller/online-cv", "demo_url": "https://jekyller.github.io/online-cv/", - "stars": 27, - "forks": 77, - "open_issues": 6, + "stars": 31, + "forks": 75, + "open_issues": 19, "last_commit": "2017-08-25T09:42:55Z", "created_at": "2017-08-25T08:50:55Z", "description": "Panel CV: style win8 for designer (or engineer)", @@ -11234,9 +12706,9 @@ "default_branch": "master", "github_url": "https://github.com/jekyller/PanelCV", "demo_url": "https://jekyller.github.io/PanelCV/", - "stars": 152, - "forks": 381, - "open_issues": 8, + "stars": 171, + "forks": 408, + "open_issues": 21, "last_commit": "2017-09-07T14:27:25Z", "created_at": "2017-07-30T09:09:24Z", "description": "Panel CV for designers (or engineers) :)", @@ -11257,8 +12729,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/jekyller/PopupTweets", "demo_url": "https://jekyller.github.io/PopupTweets/", - "stars": 9, - "forks": 6, + "stars": 11, + "forks": 7, "open_issues": 0, "last_commit": "2017-07-28T14:21:43Z", "created_at": "2017-07-16T02:24:14Z", @@ -11315,6 +12787,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/biomadeira-vitae-2x.jpg" } }, + "jekyllt-jasper": { + "theme_key": "biomadeira-jasper", + "file": "jekyll-jasper.md", + "name": "jasper", + "title": "Jasper", + "github_username": "jekyllt", + "repo": "jekyllt/jasper", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/jekyllt/jasper", + "demo_url": "https://biomadeira.github.io/jasper/", + "stars": 549, + "forks": 301, + "open_issues": 9, + "last_commit": "2021-09-28T08:50:29Z", + "created_at": "2015-03-25T13:16:07Z", + "description": "Full-featured Jekyll port of Ghost's default theme Casper 👻", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/biomadeira-jasper.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/biomadeira-jasper.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/biomadeira-jasper-2x.jpg" + } + }, "jekyllt-jasper2": { "theme_key": "jekyller-jasper2", "file": "jasper2.md", @@ -11326,9 +12821,9 @@ "default_branch": "master", "github_url": "https://github.com/jekyllt/jasper2", "demo_url": "https://jekyller.github.io/jasper2/", - "stars": 644, - "forks": 613, - "open_issues": 11, + "stars": 652, + "forks": 618, + "open_issues": 12, "last_commit": "2021-05-26T22:33:45Z", "created_at": "2017-11-17T15:53:38Z", "description": "Full-featured Jekyll port of Ghost's default theme Casper v2 👻", @@ -11349,8 +12844,8 @@ "default_branch": "master", "github_url": "https://github.com/jekyllt/sustain", "demo_url": "https://jekyller.github.io/sustain/", - "stars": 268, - "forks": 300, + "stars": 270, + "forks": 302, "open_issues": 4, "last_commit": "2021-05-26T23:01:29Z", "created_at": "2015-10-27T22:42:43Z", @@ -11372,8 +12867,8 @@ "default_branch": "master", "github_url": "https://github.com/jekyllt/vitae", "demo_url": "https://jekyller.github.io/vitae/", - "stars": 203, - "forks": 224, + "stars": 207, + "forks": 226, "open_issues": 1, "last_commit": "2021-05-26T22:32:16Z", "created_at": "2015-10-24T19:05:41Z", @@ -11395,9 +12890,9 @@ "default_branch": "master", "github_url": "https://github.com/jekyllup/jekyll-theme-massively", "demo_url": "https://iwiedenm.github.io/jekyll-theme-massively/", - "stars": 195, - "forks": 344, - "open_issues": 21, + "stars": 212, + "forks": 357, + "open_issues": 24, "last_commit": "2019-12-10T05:32:17Z", "created_at": "2017-11-13T02:43:40Z", "description": "Preview ", @@ -11418,10 +12913,10 @@ "default_branch": "master", "github_url": "https://github.com/jekynewage/jekynewage.github.io", "demo_url": "https://jekynewage.github.io", - "stars": 106, - "forks": 108, + "stars": 112, + "forks": 112, "open_issues": 3, - "last_commit": "2020-12-15T18:41:26Z", + "last_commit": "2021-07-17T21:09:25Z", "created_at": "2016-10-25T05:15:39Z", "description": "Start Boostrap New Age Theme for Jekyll", "images": { @@ -11441,10 +12936,10 @@ "default_branch": "master", "github_url": "https://github.com/jeromelachaud/freelancer-theme", "demo_url": "https://jeromelachaud.com/freelancer-theme/", - "stars": 1167, - "forks": 1449, - "open_issues": 10, - "last_commit": "2021-04-05T21:57:42Z", + "stars": 1305, + "forks": 1800, + "open_issues": 11, + "last_commit": "2022-09-06T05:20:23Z", "created_at": "2014-07-19T15:13:08Z", "description": "Jekyll theme based on Freelancer Start Bootstrap theme", "images": { @@ -11464,10 +12959,10 @@ "default_branch": "master", "github_url": "https://github.com/jeromelachaud/grayscale-theme", "demo_url": "https://jeromelachaud.com/grayscale-theme/", - "stars": 280, - "forks": 453, + "stars": 286, + "forks": 474, "open_issues": 3, - "last_commit": "2016-05-27T10:16:21Z", + "last_commit": "2022-12-13T09:41:28Z", "created_at": "2015-02-02T14:45:08Z", "description": "Jekyll theme based on Grayscale Start Bootstrap theme", "images": { @@ -11487,10 +12982,10 @@ "default_branch": "dev", "github_url": "https://github.com/jerryc127/hexo-theme-butterfly", "demo_url": "https://jerryc.me/", - "stars": 2465, - "forks": 577, - "open_issues": 6, - "last_commit": "2021-06-09T06:33:55Z", + "stars": 4878, + "forks": 974, + "open_issues": 5, + "last_commit": "2023-01-18T12:27:31Z", "created_at": "2019-06-04T13:38:41Z", "description": " 🦋 A Hexo Theme: Butterfly", "images": { @@ -11511,8 +13006,8 @@ "github_url": "https://github.com/jesselau76/hugo-w3-simple", "demo_url": "https://themes.gohugo.io/theme/hugo-w3-simple/", "stars": 19, - "forks": 16, - "open_issues": 12, + "forks": 15, + "open_issues": 13, "last_commit": "2019-12-01T02:56:10Z", "created_at": "2018-11-05T23:20:12Z", "description": "Hugo Theme", @@ -11533,10 +13028,10 @@ "default_branch": "master", "github_url": "https://github.com/jitinnair1/gradfolio", "demo_url": "https://jitinnair1.github.io/gradfolio/", - "stars": 27, - "forks": 20, - "open_issues": 1, - "last_commit": "2021-06-22T16:07:15Z", + "stars": 135, + "forks": 69, + "open_issues": 0, + "last_commit": "2022-12-08T15:27:08Z", "created_at": "2020-03-18T21:33:43Z", "description": "responsive, dark-mode ready Jekyll theme designed for use as a personal website and portfolio", "images": { @@ -11558,7 +13053,7 @@ "demo_url": "https://gatsbystartermdb.netlify.com/", "stars": 3, "forks": 1, - "open_issues": 36, + "open_issues": 46, "last_commit": "2020-01-09T09:13:03Z", "created_at": "2019-05-04T23:51:02Z", "description": "This is the single page web application starter that I built with MDBootstrap, React, and Gatsby", @@ -11568,6 +13063,98 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jjcav84-mdbreact-gatsby-starter-2x.jpg" } }, + "jkytoela-next-startd": { + "theme_key": "jkytoela-next-startd", + "file": "next-startd.md", + "name": "next-startd", + "title": "Next.js landing page template for SaaS products", + "github_username": "jkytoela", + "repo": "jkytoela/next-startd", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/jkytoela/next-startd", + "demo_url": "https://next-startd.vercel.app/", + "stars": 532, + "forks": 80, + "open_issues": 6, + "last_commit": "2021-03-02T07:47:46Z", + "created_at": "2021-02-24T21:59:32Z", + "description": "⚡ Free Next.js landing page template for SaaS products, online services and more.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/jkytoela-next-startd.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jkytoela-next-startd.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jkytoela-next-startd-2x.jpg" + } + }, + "jmau111-gatsby-juma": { + "theme_key": "jmau111-gatsby-juma", + "file": "gatsby-juma.md", + "name": "gatsby-juma", + "title": "Juma", + "github_username": "jmau111", + "repo": "jmau111/gatsby-juma", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/jmau111/gatsby-juma", + "demo_url": "https://demos.julien-maury.dev/gatsby-juma/", + "stars": 9, + "forks": 3, + "open_issues": 0, + "last_commit": "2023-01-17T19:51:24Z", + "created_at": "2021-12-07T08:10:15Z", + "description": " A very minimalist blue theme built with Typescript and Gatsby.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/jmau111-gatsby-juma.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jmau111-gatsby-juma.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jmau111-gatsby-juma-2x.jpg" + } + }, + "jmau111-gatsby-nes": { + "theme_key": "jmau111-gatsby-nes", + "file": "gatsby-nes.md", + "name": "gatsby-nes", + "title": "Nes", + "github_username": "jmau111", + "repo": "jmau111/gatsby-nes", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/jmau111/gatsby-nes", + "demo_url": "https://demos.julien-maury.dev/gatsby-nes/", + "stars": 18, + "forks": 10, + "open_issues": 0, + "last_commit": "2023-01-17T19:58:27Z", + "created_at": "2022-04-13T14:50:57Z", + "description": "A theme built with Typescript, Gatsby, and NES.css", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/jmau111-gatsby-nes.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jmau111-gatsby-nes.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jmau111-gatsby-nes-2x.jpg" + } + }, + "jmau111-hugo-theme-ava": { + "theme_key": "jmau111-hugo-theme-ava", + "file": "hugo-ava.md", + "name": "hugo-theme-ava", + "title": "Ava", + "github_username": "jmau111", + "repo": "jmau111/hugo-theme-ava", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/jmau111/hugo-theme-ava", + "demo_url": "https://demos.julien-maury.dev/hugo-theme-ava/", + "stars": 9, + "forks": 2, + "open_issues": 0, + "last_commit": "2023-01-16T18:09:48Z", + "created_at": "2021-08-08T19:25:30Z", + "description": "Ava is a light theme for your blog with essential features you might dig in.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/jmau111-hugo-theme-ava.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jmau111-hugo-theme-ava.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jmau111-hugo-theme-ava-2x.jpg" + } + }, "jmschrack-dark-portfolio-template-11ty": { "theme_key": "jmschrack-dark-portfolio-template-11ty", "file": "Dark-Portfolio-Template-11ty.md", @@ -11579,8 +13166,8 @@ "default_branch": "dev", "github_url": "https://github.com/jmschrack/Dark-Portfolio-Template-11ty", "demo_url": "https://jmschrack.github.io/Dark-Portfolio-Template-11ty/", - "stars": 12, - "forks": 7, + "stars": 21, + "forks": 10, "open_issues": 1, "last_commit": "2020-03-23T04:13:32Z", "created_at": "2020-03-17T18:12:36Z", @@ -11603,7 +13190,7 @@ "github_url": "https://github.com/jnjosh/internet-weblog", "demo_url": "https://themes.gohugo.io/theme/internet-weblog/", "stars": 31, - "forks": 21, + "forks": 20, "open_issues": 0, "last_commit": "2019-12-02T20:37:24Z", "created_at": "2016-02-20T05:44:23Z", @@ -11625,9 +13212,9 @@ "default_branch": "master", "github_url": "https://github.com/JohnCoene/marat", "demo_url": "https://marat.john-coene.com", - "stars": 45, - "forks": 24, - "open_issues": 2, + "stars": 53, + "forks": 37, + "open_issues": 3, "last_commit": "2018-06-17T17:57:29Z", "created_at": "2017-06-19T05:38:37Z", "description": "📜 Jekyll theme inspired by L'Ami du peuple", @@ -11671,9 +13258,9 @@ "default_branch": "master", "github_url": "https://github.com/josephdyer/skeleventy", "demo_url": "https://skeleventy.netlify.com/", - "stars": 329, - "forks": 71, - "open_issues": 0, + "stars": 371, + "forks": 89, + "open_issues": 1, "last_commit": "2021-02-19T20:13:46Z", "created_at": "2019-02-11T15:07:16Z", "description": "A skeleton boilerplate built with Eleventy.", @@ -11694,10 +13281,10 @@ "default_branch": "master", "github_url": "https://github.com/josephhutch/aether", "demo_url": "https://themes.gohugo.io/theme/aether/", - "stars": 137, - "forks": 68, - "open_issues": 9, - "last_commit": "2021-02-04T05:51:38Z", + "stars": 138, + "forks": 67, + "open_issues": 11, + "last_commit": "2021-08-20T00:54:29Z", "created_at": "2018-03-15T15:52:42Z", "description": "A responsive and clean Hugo theme for blogs", "images": { @@ -11717,8 +13304,8 @@ "default_branch": "master", "github_url": "https://github.com/joshgerdes/jekyll-uno", "demo_url": "https://joshgerdes.com/jekyll-uno/", - "stars": 565, - "forks": 560, + "stars": 599, + "forks": 578, "open_issues": 8, "last_commit": "2020-11-23T18:57:36Z", "created_at": "2016-01-10T03:59:53Z", @@ -11740,7 +13327,7 @@ "default_branch": "master", "github_url": "https://github.com/joshuaavalon/Jekyll-Avalon", "demo_url": "https://joshuaavalon.github.io/Jekyll-Avalon/", - "stars": 15, + "stars": 16, "forks": 18, "open_issues": 0, "last_commit": "2016-12-30T05:54:10Z", @@ -11752,6 +13339,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/joshuaavalon-jekyll-avalon-2x.jpg" } }, + "jota-ele-ene-just-me": { + "theme_key": "jota-ele-ene-just-me", + "file": "just-me.md", + "name": "just-me", + "title": "Just me!", + "github_username": "jota-ele-ene", + "repo": "jota-ele-ene/just-me", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/jota-ele-ene/just-me", + "demo_url": "https://jota-ele-ene.github.io/just-me-starter/", + "stars": 5, + "forks": 11, + "open_issues": 1, + "last_commit": "2022-11-25T10:27:33Z", + "created_at": "2022-01-19T21:53:23Z", + "description": "A minimal and fancy theme for Hugo to create Personal Pages.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/jota-ele-ene-just-me.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jota-ele-ene-just-me.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jota-ele-ene-just-me-2x.jpg" + } + }, "joway-hugo-theme-yinyang": { "theme_key": "joway-hugo-theme-yinyang", "file": "hugo-theme-yinyang.md", @@ -11763,10 +13373,10 @@ "default_branch": "master", "github_url": "https://github.com/joway/hugo-theme-yinyang", "demo_url": "https://blog.joway.io/", - "stars": 244, - "forks": 92, - "open_issues": 2, - "last_commit": "2021-06-15T03:29:40Z", + "stars": 397, + "forks": 134, + "open_issues": 1, + "last_commit": "2022-04-28T05:51:19Z", "created_at": "2018-11-08T15:41:32Z", "description": "A black-white theme for Hugo.", "images": { @@ -11787,7 +13397,7 @@ "github_url": "https://github.com/joytou/joytou.github.io", "demo_url": "https://joytou.github.io/", "stars": 9, - "forks": 20, + "forks": 21, "open_issues": 3, "last_commit": "2020-02-05T12:56:48Z", "created_at": "2017-08-03T13:26:48Z", @@ -11798,6 +13408,52 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/joytou-joytou.github.io-2x.jpg" } }, + "jpanther-congo": { + "theme_key": "jpanther-congo", + "file": "hugo-congo.md", + "name": "congo", + "title": "Congo", + "github_username": "jpanther", + "repo": "jpanther/congo", + "branch": "dev", + "default_branch": "dev", + "github_url": "https://github.com/jpanther/congo", + "demo_url": "https://jpanther.github.io/congo/", + "stars": 586, + "forks": 181, + "open_issues": 3, + "last_commit": "2023-01-22T21:49:09Z", + "created_at": "2021-08-11T05:29:45Z", + "description": "A powerful, lightweight theme for Hugo built with Tailwind CSS.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/jpanther-congo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jpanther-congo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jpanther-congo-2x.jpg" + } + }, + "jpanther-lynx": { + "theme_key": "jpanther-lynx", + "file": "hugo-lynx.md", + "name": "lynx", + "title": "Lynx", + "github_username": "jpanther", + "repo": "jpanther/lynx", + "branch": "dev", + "default_branch": "dev", + "github_url": "https://github.com/jpanther/lynx", + "demo_url": "https://jpanther.github.io/lynx/", + "stars": 138, + "forks": 43, + "open_issues": 0, + "last_commit": "2023-01-17T23:03:13Z", + "created_at": "2021-10-31T03:26:52Z", + "description": "A simple links theme for Hugo built with Tailwind CSS.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/jpanther-lynx.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jpanther-lynx.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jpanther-lynx-2x.jpg" + } + }, "jpescador-hugo-future-imperfect": { "theme_key": "jpescador-hugo-future-imperfect", "file": "hugo-future-imperfect.md", @@ -11810,7 +13466,7 @@ "github_url": "https://github.com/jpescador/hugo-future-imperfect", "demo_url": "https://themes.gohugo.io/theme/future-imperfect/", "stars": 308, - "forks": 232, + "forks": 233, "open_issues": 42, "last_commit": "2018-02-27T14:39:14Z", "created_at": "2016-03-21T00:52:47Z", @@ -11832,8 +13488,8 @@ "default_branch": "master", "github_url": "https://github.com/jrutheiser/hugo-lithium-theme", "demo_url": "https://themes.gohugo.io/theme/hugo-lithium-theme/", - "stars": 110, - "forks": 135, + "stars": 114, + "forks": 134, "open_issues": 8, "last_commit": "2019-08-25T19:49:30Z", "created_at": "2016-05-06T02:29:31Z", @@ -11878,7 +13534,7 @@ "default_branch": "master", "github_url": "https://github.com/jsnjack/hugo-changelog-theme", "demo_url": "https://themes.gohugo.io/theme/hugo-changelog-theme/", - "stars": 95, + "stars": 98, "forks": 25, "open_issues": 2, "last_commit": "2021-01-04T22:55:28Z", @@ -11901,10 +13557,10 @@ "default_branch": "master", "github_url": "https://github.com/jsnjack/kraiklyn", "demo_url": "https://themes.gohugo.io/theme/kraiklyn/", - "stars": 48, - "forks": 29, - "open_issues": 2, - "last_commit": "2020-04-23T14:23:47Z", + "stars": 51, + "forks": 31, + "open_issues": 1, + "last_commit": "2021-08-02T12:06:27Z", "created_at": "2018-01-28T19:59:39Z", "description": "A Hugo theme for one page documentation", "images": { @@ -12016,9 +13672,9 @@ "default_branch": "master", "github_url": "https://github.com/juhitrivedi/cape", "demo_url": "https://cape.netlify.com/", - "stars": 24, - "forks": 12, - "open_issues": 14, + "stars": 23, + "forks": 10, + "open_issues": 27, "last_commit": "2020-03-05T09:06:58Z", "created_at": "2019-03-01T13:09:55Z", "description": null, @@ -12074,6 +13730,75 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/junlulocky-popuptweets-2x.jpg" } }, + "just-the-docs-just-the-docs": { + "theme_key": "pmarsceill-just-the-docs", + "file": "just-the-docs.md", + "name": "just-the-docs", + "title": "Just The Docs", + "github_username": "just-the-docs", + "repo": "just-the-docs/just-the-docs", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/just-the-docs/just-the-docs", + "demo_url": "https://pmarsceill.github.io/just-the-docs/", + "stars": 4207, + "forks": 2602, + "open_issues": 132, + "last_commit": "2022-03-10T20:55:27Z", + "created_at": "2017-11-08T16:22:28Z", + "description": "A modern, high customizable, responsive Jekyll theme for documention with built-in search.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/pmarsceill-just-the-docs.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/pmarsceill-just-the-docs.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/pmarsceill-just-the-docs-2x.jpg" + } + }, + "justgoodthemes-blogbox-jekyll-theme": { + "theme_key": "justgoodthemes-blogbox-jekyll-theme", + "file": "blogbox-jekyll-theme.md", + "name": "BlogBox-Jekyll-Theme", + "title": "BlogBox Jekyll Theme", + "github_username": "JustGoodThemes", + "repo": "JustGoodThemes/BlogBox-Jekyll-Theme", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/JustGoodThemes/BlogBox-Jekyll-Theme", + "demo_url": "https://blogbox.netlify.app/", + "stars": 3, + "forks": 4, + "open_issues": 2, + "last_commit": "2022-12-30T14:07:03Z", + "created_at": "2021-07-31T18:13:48Z", + "description": "BlogBox is a minimal, clean and responsive Jekyll theme.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/justgoodthemes-blogbox-jekyll-theme.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/justgoodthemes-blogbox-jekyll-theme.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/justgoodthemes-blogbox-jekyll-theme-2x.jpg" + } + }, + "justgoodthemes-scriptor-jekyll-theme": { + "theme_key": "justgoodthemes-scriptor-jekyll-theme", + "file": "scriptor-jekyll-theme.md", + "name": "Scriptor-Jekyll-Theme", + "title": "Scriptor Jekyll Theme", + "github_username": "JustGoodThemes", + "repo": "JustGoodThemes/Scriptor-Jekyll-Theme", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/JustGoodThemes/Scriptor-Jekyll-Theme", + "demo_url": "https://scriptor-jekyll.netlify.app/", + "stars": 101, + "forks": 119, + "open_issues": 0, + "last_commit": "2022-07-19T09:56:44Z", + "created_at": "2019-02-02T20:36:53Z", + "description": "Scriptor is a minimal, clean, modern and responsive Jekyll theme for writers.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/justgoodthemes-scriptor-jekyll-theme.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/justgoodthemes-scriptor-jekyll-theme.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/justgoodthemes-scriptor-jekyll-theme-2x.jpg" + } + }, "justinformentin-gatsby-v2-tutorial-starter": { "theme_key": "justinformentin-gatsby-v2-tutorial-starter", "file": "gatsby-v2-tutorial-starter.md", @@ -12085,9 +13810,9 @@ "default_branch": "master", "github_url": "https://github.com/justinformentin/gatsby-v2-tutorial-starter", "demo_url": "https://gatsby-tutorial-starter.netlify.com", - "stars": 139, - "forks": 63, - "open_issues": 22, + "stars": 138, + "forks": 59, + "open_issues": 35, "last_commit": "2019-09-07T18:07:09Z", "created_at": "2018-10-28T04:45:46Z", "description": "Gatsby V2 Starter - product of step by step tutorial", @@ -12109,7 +13834,7 @@ "github_url": "https://github.com/jweslley/hugo-conference", "demo_url": "https://themes.gohugo.io/theme/hugo-conference/", "stars": 30, - "forks": 25, + "forks": 26, "open_issues": 2, "last_commit": "2019-01-16T10:50:31Z", "created_at": "2017-10-29T12:19:33Z", @@ -12131,10 +13856,10 @@ "default_branch": "gh-pages", "github_url": "https://github.com/jwillmer/jekyllDecent", "demo_url": "https://jwillmer.github.io/jekyllDecent/", - "stars": 116, - "forks": 113, - "open_issues": 8, - "last_commit": "2021-05-18T08:21:48Z", + "stars": 127, + "forks": 122, + "open_issues": 10, + "last_commit": "2022-10-30T12:44:14Z", "created_at": "2016-05-22T19:37:47Z", "description": "Blog Template for Jekyll", "images": { @@ -12143,6 +13868,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jwillmer-jekylldecent-2x.jpg" } }, + "kaapiandcode-hugo-goa": { + "theme_key": "shenoybr-hugo-goa", + "file": "hugo-goa.md", + "name": "hugo-goa", + "title": "Goa", + "github_username": "kaapiandcode", + "repo": "kaapiandcode/hugo-goa", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/kaapiandcode/hugo-goa", + "demo_url": "https://shenoybr.github.io/hugo-goa-demo/", + "stars": 217, + "forks": 109, + "open_issues": 15, + "last_commit": "2021-09-29T18:21:32Z", + "created_at": "2016-10-08T02:59:24Z", + "description": "Simple Minimalistic Theme for Hugo", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/shenoybr-hugo-goa.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/shenoybr-hugo-goa.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/shenoybr-hugo-goa-2x.jpg" + } + }, "kakawait-hugo-tranquilpeak-theme": { "theme_key": "kakawait-hugo-tranquilpeak-theme", "file": "hugo-tranquilpeak-theme.md", @@ -12154,10 +13902,10 @@ "default_branch": "master", "github_url": "https://github.com/kakawait/hugo-tranquilpeak-theme", "demo_url": "https://tranquilpeak.kakawait.com/", - "stars": 708, - "forks": 411, - "open_issues": 130, - "last_commit": "2020-05-29T21:53:34Z", + "stars": 858, + "forks": 513, + "open_issues": 103, + "last_commit": "2022-08-21T07:01:34Z", "created_at": "2016-03-30T19:55:05Z", "description": "A gorgeous responsive theme for Hugo blog framework", "images": { @@ -12177,10 +13925,10 @@ "default_branch": "master", "github_url": "https://github.com/kamikat/jekyll-theme-kagami", "demo_url": "https://banana.moe/jekyll-theme-kagami/about.html", - "stars": 133, - "forks": 44, - "open_issues": 3, - "last_commit": "2018-12-18T16:40:00Z", + "stars": 144, + "forks": 48, + "open_issues": 2, + "last_commit": "2021-08-04T15:25:55Z", "created_at": "2017-03-07T03:59:23Z", "description": "Simple and clean Jekyll theme compatible with GitHub Pages.", "images": { @@ -12200,8 +13948,8 @@ "default_branch": "master", "github_url": "https://github.com/karloespiritu/BlackDoc", "demo_url": "https://karloespiritu.com/blackdoc", - "stars": 115, - "forks": 104, + "stars": 118, + "forks": 106, "open_issues": 7, "last_commit": "2018-02-15T18:15:58Z", "created_at": "2015-05-22T00:34:37Z", @@ -12223,10 +13971,10 @@ "default_branch": "master", "github_url": "https://github.com/kausalflow/connectome", "demo_url": "https://hugo-connectome.kausalflow.com", - "stars": 6, - "forks": 1, + "stars": 25, + "forks": 8, "open_issues": 0, - "last_commit": "2021-06-02T09:33:09Z", + "last_commit": "2023-01-05T20:36:35Z", "created_at": "2020-09-27T16:55:53Z", "description": "A Hugo theme with backlinks for online communities", "images": { @@ -12246,10 +13994,10 @@ "default_branch": "master", "github_url": "https://github.com/kaushalmodi/hugo-bare-min-theme", "demo_url": "https://hugo-bare-min.netlify.com/", - "stars": 65, - "forks": 15, + "stars": 76, + "forks": 17, "open_issues": 1, - "last_commit": "2020-02-10T17:42:52Z", + "last_commit": "2022-05-31T21:33:29Z", "created_at": "2018-01-29T21:33:59Z", "description": "A bare minimum theme for Hugo (https://gohugo.io) to help develop and debug Hugo sites -- https://hugo-bare-min.netlify.com/,", "images": { @@ -12288,14 +14036,14 @@ "title": "AutoPhugo", "github_username": "kc0bfv", "repo": "kc0bfv/autophugo", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/kc0bfv/autophugo", "demo_url": "https://kc0bfv.github.io/autophugo", - "stars": 32, - "forks": 32, - "open_issues": 9, - "last_commit": "2021-05-17T04:23:29Z", + "stars": 69, + "forks": 45, + "open_issues": 5, + "last_commit": "2022-10-29T21:16:19Z", "created_at": "2020-03-14T22:46:57Z", "description": "AutoPhugo [ˌɔtoʊˈfjuːgəʊ] is a gallery/photoblog theme for Hugo that's a little more automatic than Phugo.", "images": { @@ -12311,14 +14059,14 @@ "title": "Ticky Tacky Dark", "github_username": "kc0bfv", "repo": "kc0bfv/ticky_tacky_dark", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/kc0bfv/ticky_tacky_dark", "demo_url": "https://kc0bfv.github.io/ticky_tacky_dark/", - "stars": 3, - "forks": 6, - "open_issues": 1, - "last_commit": "2020-08-02T22:35:36Z", + "stars": 6, + "forks": 7, + "open_issues": 0, + "last_commit": "2022-11-11T22:18:05Z", "created_at": "2019-12-10T21:20:14Z", "description": "A multi-page Hugo theme, in dark colors, where the list page displays a set of image buttons linking to your sub-pages.", "images": { @@ -12327,6 +14075,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kc0bfv-ticky_tacky_dark-2x.jpg" } }, + "kdevo-osprey-delight": { + "theme_key": "kdevo-osprey-delight", + "file": "hugo-osprey_delight.md", + "name": "osprey-delight", + "title": "Osprey Delight", + "github_username": "kdevo", + "repo": "kdevo/osprey-delight", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/kdevo/osprey-delight", + "demo_url": "https://hugo-mods.github.io/", + "stars": 55, + "forks": 24, + "open_issues": 0, + "last_commit": "2022-05-01T09:55:40Z", + "created_at": "2019-11-23T13:03:41Z", + "description": "Osprey Delight is the free-minded artist's choice for a clutter-free and blazingly fast single-page portfolio.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/kdevo-osprey-delight.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kdevo-osprey-delight.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kdevo-osprey-delight-2x.jpg" + } + }, "kdheepak-pelican-smoothie": { "theme_key": "kdheepak-pelican-smoothie", "file": "pelican-smoothie.md", @@ -12384,9 +14155,9 @@ "default_branch": "master", "github_url": "https://github.com/KeJunMao/jekyll-theme-mdui", "demo_url": "https://blog.kejun.space/", - "stars": 149, - "forks": 70, - "open_issues": 5, + "stars": 150, + "forks": 74, + "open_issues": 7, "last_commit": "2021-02-10T13:50:17Z", "created_at": "2017-05-24T03:00:15Z", "description": "🍷A Jekyll theme based on MDUI", @@ -12407,9 +14178,9 @@ "default_branch": "master", "github_url": "https://github.com/kendallstrautman/brevifolia-gatsby-forestry", "demo_url": "https://brevifolia-gatsby-forestry.netlify.com/", - "stars": 52, - "forks": 19, - "open_issues": 4, + "stars": 54, + "forks": 18, + "open_issues": 19, "last_commit": "2020-07-13T20:53:52Z", "created_at": "2019-07-08T20:57:37Z", "description": "A simple starter blog built with Gatsby & Forestry", @@ -12430,9 +14201,9 @@ "default_branch": "master", "github_url": "https://github.com/kendallstrautman/brevifolia-gridsome-forestry", "demo_url": "https://brevifolia-gridsome-forestry.netlify.com/", - "stars": 23, + "stars": 24, "forks": 14, - "open_issues": 16, + "open_issues": 24, "last_commit": "2020-08-31T14:57:48Z", "created_at": "2019-08-12T23:36:29Z", "description": "A simple starter blog built with Gridsome & Forestry", @@ -12453,12 +14224,12 @@ "default_branch": "master", "github_url": "https://github.com/Kentico/gatsby-starter-kontent", "demo_url": "https://gatsby-starter-kontent.netlify.app", - "stars": 13, - "forks": 20, + "stars": 14, + "forks": 24, "open_issues": 12, - "last_commit": "2021-02-23T15:27:40Z", + "last_commit": "2022-03-09T15:47:46Z", "created_at": "2018-08-17T10:25:38Z", - "description": "Gatsby starter site with Kentico Kontent.", + "description": "Gatsby starter site with Kontent by Kentico.", "images": { "hires": "https://www.jamstackthemes.dev/capture/kentico-gatsby-starter-kontent.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kentico-gatsby-starter-kontent.jpg", @@ -12474,14 +14245,14 @@ "repo": "Kentico/gatsby-starter-kontent-lumen", "branch": "master", "default_branch": "master", - "github_url": "https://github.com/Kentico/gatsby-starter-kontent-lumen", - "demo_url": "https://gatsby-starter-kontent-lumen.netlify.app/", - "stars": 36, - "forks": 15, - "open_issues": 1, - "last_commit": "2021-05-25T06:16:03Z", + "github_url": "https://github.com/Kentico/gatsby-starter-kontent-lumen", + "demo_url": "https://gatsby-starter-kontent-lumen.netlify.app/", + "stars": 69, + "forks": 21, + "open_issues": 7, + "last_commit": "2022-08-19T14:59:49Z", "created_at": "2020-02-25T08:43:55Z", - "description": "Lumen is a minimal, lightweight and mobile-first starter for creating blogs using Gatsby and Kentico Kontent.", + "description": "Lumen is a minimal, lightweight, and mobile-first starter for creating blogs using Gatsby and Kontent.ai.", "images": { "hires": "https://www.jamstackthemes.dev/capture/kentico-gatsby-starter-kontent-lumen.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kentico-gatsby-starter-kontent-lumen.jpg", @@ -12499,10 +14270,10 @@ "default_branch": "main", "github_url": "https://github.com/Kentico/kontent-boilerplate-statiq-net", "demo_url": "https://kentico.github.io/kontent-boilerplate-statiq-net", - "stars": 6, - "forks": 1, - "open_issues": 0, - "last_commit": "2020-12-01T09:54:15Z", + "stars": 10, + "forks": 2, + "open_issues": 1, + "last_commit": "2022-02-03T13:56:36Z", "created_at": "2020-11-18T18:26:57Z", "description": "Boilerplate utilizing Statiq and Kentico Kontent to provide a starting point in the Jamstack world for .NET developers.", "images": { @@ -12523,9 +14294,9 @@ "github_url": "https://github.com/Kentico/kontent-jekyll-blog", "demo_url": "https://kentico.github.io/kontent-jekyll-blog/", "stars": 0, - "forks": 1, - "open_issues": 4, - "last_commit": "2021-03-24T14:51:56Z", + "forks": 2, + "open_issues": 6, + "last_commit": "2022-10-19T13:17:07Z", "created_at": "2018-12-14T15:28:08Z", "description": "Sample blog website built in Jekyll static site generator, using headless CMS Kentico Kontent as a content repository and kontent-jekyll plugin for content and data import.", "images": { @@ -12545,10 +14316,10 @@ "default_branch": "master", "github_url": "https://github.com/Kentico/kontent-sample-dancing-goat-gridsome", "demo_url": "https://kontent-sample-dancing-goat-gridsome.netlify.app/", - "stars": 2, - "forks": 1, - "open_issues": 12, - "last_commit": "2020-04-01T19:46:29Z", + "stars": 3, + "forks": 3, + "open_issues": 20, + "last_commit": "2022-12-08T10:04:45Z", "created_at": "2019-11-01T22:12:22Z", "description": "Dancing Goat Sample site built on Gridsome", "images": { @@ -12568,12 +14339,12 @@ "default_branch": "master", "github_url": "https://github.com/Kentico/statiq-starter-kontent-lumen", "demo_url": "https://kentico.github.io/statiq-starter-kontent-lumen/", - "stars": 12, - "forks": 4, - "open_issues": 2, - "last_commit": "2021-04-26T06:50:53Z", + "stars": 22, + "forks": 7, + "open_issues": 4, + "last_commit": "2022-10-25T08:11:15Z", "created_at": "2020-10-09T07:32:02Z", - "description": "Lumen is a minimal, lightweight, and mobile-first starter for creating blogs using Statiq and Kentico Kontent.", + "description": "Lumen is a minimal, lightweight, and mobile-first starter for creating blogs using Statiq and Kontent by Kentico.", "images": { "hires": "https://www.jamstackthemes.dev/capture/kentico-statiq-starter-kontent-lumen.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kentico-statiq-starter-kontent-lumen.jpg", @@ -12591,8 +14362,8 @@ "default_branch": "master", "github_url": "https://github.com/kevit/devaid-jekyll-theme", "demo_url": "https://themes.3rdwavemedia.com/demo/devaid/", - "stars": 41, - "forks": 25, + "stars": 40, + "forks": 26, "open_issues": 3, "last_commit": "2019-03-20T11:46:46Z", "created_at": "2015-04-16T15:01:33Z", @@ -12616,7 +14387,7 @@ "demo_url": "https://demo.nagui.me/", "stars": 12, "forks": 6, - "open_issues": 12, + "open_issues": 22, "last_commit": "2020-01-28T00:34:22Z", "created_at": "2019-07-15T06:31:10Z", "description": "Gatsbyjs Starter", @@ -12637,8 +14408,8 @@ "default_branch": "master", "github_url": "https://github.com/KingFelix/emerald", "demo_url": "https://www.jacoporabolini.com/emerald/", - "stars": 185, - "forks": 719, + "stars": 187, + "forks": 711, "open_issues": 4, "last_commit": "2019-10-23T07:27:27Z", "created_at": "2015-03-17T10:26:55Z", @@ -12660,8 +14431,8 @@ "default_branch": "master", "github_url": "https://github.com/kippt/jekyll-incorporated", "demo_url": "https://blog.sendtoinc.com/", - "stars": 1076, - "forks": 380, + "stars": 1074, + "forks": 381, "open_issues": 21, "last_commit": "2014-02-26T00:01:30Z", "created_at": "2013-10-09T21:57:31Z", @@ -12683,8 +14454,8 @@ "default_branch": "master", "github_url": "https://github.com/kirqe/autm-rb", "demo_url": "https://kirqe.github.io/autm-rb/", - "stars": 80, - "forks": 111, + "stars": 83, + "forks": 115, "open_issues": 1, "last_commit": "2017-04-02T21:14:04Z", "created_at": "2014-10-10T15:37:02Z", @@ -12706,9 +14477,9 @@ "default_branch": "master", "github_url": "https://github.com/kishaningithub/hugo-creative-portfolio-theme", "demo_url": "https://themes.gohugo.io/theme/hugo-creative-portfolio-theme/portfolio/", - "stars": 320, - "forks": 215, - "open_issues": 21, + "stars": 335, + "forks": 222, + "open_issues": 22, "last_commit": "2020-12-21T08:27:57Z", "created_at": "2016-11-02T09:44:46Z", "description": "Port of the creative portfolio theme to Hugo", @@ -12729,10 +14500,10 @@ "default_branch": "master", "github_url": "https://github.com/kitian616/jekyll-TeXt-theme", "demo_url": "https://tianqi.name/jekyll-TeXt-theme/", - "stars": 1918, - "forks": 1638, - "open_issues": 116, - "last_commit": "2021-01-03T14:58:11Z", + "stars": 2661, + "forks": 2255, + "open_issues": 154, + "last_commit": "2022-10-23T16:17:30Z", "created_at": "2017-10-07T10:04:39Z", "description": "💎 🐳 A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.", "images": { @@ -12752,8 +14523,8 @@ "default_branch": "master", "github_url": "https://github.com/kkninjae/book", "demo_url": "https://liulang.co/book/", - "stars": 114, - "forks": 61, + "stars": 121, + "forks": 64, "open_issues": 5, "last_commit": "2018-01-16T12:48:20Z", "created_at": "2015-08-27T20:29:15Z", @@ -12775,9 +14546,9 @@ "default_branch": "master", "github_url": "https://github.com/klugjo/hexo-theme-alpha-dust", "demo_url": "https://www.codeblocq.com/assets/projects/hexo-theme-alpha-dust/", - "stars": 275, - "forks": 93, - "open_issues": 3, + "stars": 297, + "forks": 97, + "open_issues": 4, "last_commit": "2020-08-21T20:30:11Z", "created_at": "2016-06-21T01:22:11Z", "description": "🌠 Original Futuristic Hexo Theme", @@ -12798,9 +14569,9 @@ "default_branch": "master", "github_url": "https://github.com/klugjo/hexo-theme-anodyne", "demo_url": "https://www.codeblocq.com/assets/projects/hexo-theme-anodyne/", - "stars": 143, + "stars": 148, "forks": 35, - "open_issues": 3, + "open_issues": 2, "last_commit": "2019-07-06T05:14:22Z", "created_at": "2017-01-27T03:59:03Z", "description": "🌋 Original Bright Theme for Hexo", @@ -12821,8 +14592,8 @@ "default_branch": "master", "github_url": "https://github.com/klugjo/hexo-theme-clean-blog", "demo_url": "https://www.codeblocq.com/assets/projects/hexo-theme-clean-blog/", - "stars": 366, - "forks": 126, + "stars": 384, + "forks": 128, "open_issues": 6, "last_commit": "2021-02-08T07:01:15Z", "created_at": "2016-03-11T05:53:04Z", @@ -12844,8 +14615,8 @@ "default_branch": "master", "github_url": "https://github.com/klugjo/hexo-theme-phantom", "demo_url": "https://www.codeblocq.com/assets/projects/hexo-theme-phantom/", - "stars": 218, - "forks": 58, + "stars": 238, + "forks": 59, "open_issues": 6, "last_commit": "2018-11-27T10:26:19Z", "created_at": "2016-03-30T06:14:41Z", @@ -12869,7 +14640,7 @@ "demo_url": "https://knaman2609.github.io/clean/", "stars": 49, "forks": 58, - "open_issues": 10, + "open_issues": 9, "last_commit": "2017-06-05T18:34:26Z", "created_at": "2015-09-26T18:55:33Z", "description": "A clean jekyll theme.", @@ -12879,6 +14650,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/knaman2609-clean-2x.jpg" } }, + "knhash-jekyllbear": { + "theme_key": "knhash-jekyllbear", + "file": "jekyllBear.md", + "name": "jekyllBear", + "title": "jekyllBear", + "github_username": "knhash", + "repo": "knhash/jekyllBear", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/knhash/jekyllBear", + "demo_url": "https://knhash.in/jekyllBear", + "stars": 20, + "forks": 15, + "open_issues": 0, + "last_commit": "2022-10-25T13:06:23Z", + "created_at": "2022-08-21T12:31:01Z", + "description": "An easy to use, minimal, text focused Jekyll theme", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/knhash-jekyllbear.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/knhash-jekyllbear.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/knhash-jekyllbear-2x.jpg" + } + }, "knhash-pudhina": { "theme_key": "knhash-pudhina", "file": "pudhina.md", @@ -12890,10 +14684,10 @@ "default_branch": "master", "github_url": "https://github.com/knhash/Pudhina", "demo_url": "https://knhash.github.io/Pudhina/", - "stars": 51, - "forks": 164, - "open_issues": 0, - "last_commit": "2020-09-11T18:54:50Z", + "stars": 86, + "forks": 193, + "open_issues": 1, + "last_commit": "2022-10-25T13:06:55Z", "created_at": "2018-03-26T10:13:57Z", "description": "A simple, minimal Jekyll theme for a personal web page and blog, focusing on white space and readability", "images": { @@ -12913,10 +14707,10 @@ "default_branch": "master", "github_url": "https://github.com/knightjdr/gatsby-starter-scientist", "demo_url": "https://knightjdr.github.io/gatsby-starter-scientist", - "stars": 2, - "forks": 5, - "open_issues": 1, - "last_commit": "2021-06-06T21:43:47Z", + "stars": 9, + "forks": 23, + "open_issues": 3, + "last_commit": "2022-12-27T19:32:28Z", "created_at": "2020-05-23T22:08:30Z", "description": "Gatsby template for scientist/lab profile", "images": { @@ -12936,9 +14730,9 @@ "default_branch": "master", "github_url": "https://github.com/koirand/pulp", "demo_url": "https://themes.gohugo.io/theme/pulp/", - "stars": 96, - "forks": 53, - "open_issues": 8, + "stars": 100, + "forks": 55, + "open_issues": 9, "last_commit": "2020-11-01T12:18:35Z", "created_at": "2018-09-23T10:34:53Z", "description": "Pulp is a Hugo theme for getting a simple, easy-to-read blog site.", @@ -12948,6 +14742,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/koirand-pulp-2x.jpg" } }, + "komomoo-vuepress-theme-resume": { + "theme_key": "wannaxiao-vuepress-theme-resume", + "file": "vuepress-theme-resume.md", + "name": "vuepress-theme-resume", + "title": "Resume", + "github_username": "komomoo", + "repo": "komomoo/vuepress-theme-resume", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/komomoo/vuepress-theme-resume", + "demo_url": "https://wannaxiao.github.io/vuepress-theme-resume/example/dist/", + "stars": 260, + "forks": 101, + "open_issues": 3, + "last_commit": "2021-11-19T09:08:14Z", + "created_at": "2018-06-03T07:19:01Z", + "description": "🐈 书写简洁优雅的前端程序员 markdown 简历,由 vuepress 驱动", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/wannaxiao-vuepress-theme-resume.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wannaxiao-vuepress-theme-resume.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wannaxiao-vuepress-theme-resume-2x.jpg" + } + }, "konsumer-gatsby-starter-bootstrap-netlify": { "theme_key": "konsumer-gatsby-starter-bootstrap-netlify", "file": "gatsby-starter-bootstrap-netlify.md", @@ -12959,7 +14776,7 @@ "default_branch": "master", "github_url": "https://github.com/konsumer/gatsby-starter-bootstrap-netlify", "demo_url": "https://gatsby-starter-bootstrap-netlify.netlify.com/", - "stars": 60, + "stars": 63, "forks": 27, "open_issues": 3, "last_commit": "2019-05-03T20:35:51Z", @@ -12971,6 +14788,52 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/konsumer-gatsby-starter-bootstrap-netlify-2x.jpg" } }, + "kontent-ai-boilerplate-statiq-net": { + "theme_key": "kentico-kontent-boilerplate-statiq-net", + "file": "statiq-kontent-boilerplate.md", + "name": "boilerplate-statiq-net", + "title": "Statiq Kontent Boilerplate Kontent", + "github_username": "kontent-ai", + "repo": "kontent-ai/boilerplate-statiq-net", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/kontent-ai/boilerplate-statiq-net", + "demo_url": "https://kentico.github.io/kontent-boilerplate-statiq-net", + "stars": 12, + "forks": 2, + "open_issues": 1, + "last_commit": "2022-08-18T13:14:59Z", + "created_at": "2020-11-18T18:26:57Z", + "description": "Boilerplate utilizing Statiq and Kontent.ai to provide a starting point in the Jamstack world for .NET developers.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/kentico-kontent-boilerplate-statiq-net.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kentico-kontent-boilerplate-statiq-net.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kentico-kontent-boilerplate-statiq-net-2x.jpg" + } + }, + "kontent-ai-gatsby-starter": { + "theme_key": "kentico-gatsby-starter-kontent", + "file": "gatsby-starter-kontent.md", + "name": "gatsby-starter", + "title": "Gatsby Starter Kentico Kontent", + "github_username": "kontent-ai", + "repo": "kontent-ai/gatsby-starter", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/kontent-ai/gatsby-starter", + "demo_url": "https://gatsby-starter-kontent.netlify.app", + "stars": 15, + "forks": 24, + "open_issues": 11, + "last_commit": "2023-01-17T08:05:58Z", + "created_at": "2018-08-17T10:25:38Z", + "description": "Gatsby starter site with Kontent.ai", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/kentico-gatsby-starter-kontent.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kentico-gatsby-starter-kontent.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kentico-gatsby-starter-kontent-2x.jpg" + } + }, "kronik3r-daktilo": { "theme_key": "kronik3r-daktilo", "file": "jekyll-daktilo.md", @@ -12982,8 +14845,8 @@ "default_branch": "master", "github_url": "https://github.com/kronik3r/daktilo", "demo_url": "https://daktilo.github.io/", - "stars": 270, - "forks": 153, + "stars": 281, + "forks": 159, "open_issues": 9, "last_commit": "2018-12-03T18:13:42Z", "created_at": "2015-09-08T04:32:39Z", @@ -13005,10 +14868,10 @@ "default_branch": "gh-pages", "github_url": "https://github.com/kulacino/bajawa", "demo_url": "https://bajawa.ayuwelirang.com", - "stars": 0, - "forks": 0, - "open_issues": 0, - "last_commit": "2020-10-03T09:22:02Z", + "stars": 4, + "forks": 4, + "open_issues": 1, + "last_commit": "2022-01-25T13:54:09Z", "created_at": "2020-09-23T07:41:50Z", "description": "Bajawa is a jekyll theme starter. Built for those who likes simple and clean blog.", "images": { @@ -13017,6 +14880,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kulacino-bajawa-2x.jpg" } }, + "kun8018-gatsby-starter-icarus-blog": { + "theme_key": "kun8018-gatsby-starter-icarus-blog", + "file": "gatsby-starter-icarus-blog.md", + "name": "gatsby-starter-icarus-blog", + "title": "Gatsby Starter Icarus Blog", + "github_username": "Kun8018", + "repo": "Kun8018/gatsby-starter-icarus-blog", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/Kun8018/gatsby-starter-icarus-blog", + "demo_url": "https://kunzhang.me/", + "stars": 3, + "forks": 1, + "open_issues": 1, + "last_commit": "2022-10-19T11:00:37Z", + "created_at": "2022-07-31T07:04:04Z", + "description": "icarus-like theme with gatsby", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/kun8018-gatsby-starter-icarus-blog.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kun8018-gatsby-starter-icarus-blog.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kun8018-gatsby-starter-icarus-blog-2x.jpg" + } + }, "kuntoaji-dekyll": { "theme_key": "kuntoaji-dekyll", "file": "jekyll-dekyll.md", @@ -13030,8 +14916,8 @@ "demo_url": "https://www.kaklabs.com", "stars": 9, "forks": 12, - "open_issues": 2, - "last_commit": "2020-08-22T15:21:30Z", + "open_issues": 0, + "last_commit": "2022-11-09T15:00:13Z", "created_at": "2016-02-21T14:29:19Z", "description": "Clean and Minimal Jekyll theme based on Jekyll's Minima Layout", "images": { @@ -13051,7 +14937,7 @@ "default_branch": "master", "github_url": "https://github.com/kxxvii/Kikofri", "demo_url": "https://kxxvii.github.io/Kikofri", - "stars": 10, + "stars": 12, "forks": 7, "open_issues": 0, "last_commit": "2019-07-09T20:33:29Z", @@ -13097,8 +14983,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/laobubu/jekyll-theme-EasyBook", "demo_url": "https://blog.laobubu.net/", - "stars": 125, - "forks": 91, + "stars": 126, + "forks": 90, "open_issues": 4, "last_commit": "2018-11-19T09:28:39Z", "created_at": "2015-01-15T06:14:44Z", @@ -13120,8 +15006,8 @@ "default_branch": "master", "github_url": "https://github.com/lasseborly/anybodyhome", "demo_url": "https://themes.gohugo.io/theme/anybodyhome/", - "stars": 17, - "forks": 6, + "stars": 16, + "forks": 7, "open_issues": 1, "last_commit": "2018-04-09T21:33:36Z", "created_at": "2016-08-31T14:03:59Z", @@ -13143,10 +15029,10 @@ "default_branch": "master", "github_url": "https://github.com/lauragift21/gridsome-minimal-blog", "demo_url": "https://gridsome-blog-telerik.netlify.com/", - "stars": 50, - "forks": 54, + "stars": 58, + "forks": 52, "open_issues": 4, - "last_commit": "2020-08-17T13:34:47Z", + "last_commit": "2022-09-13T07:32:41Z", "created_at": "2019-05-23T10:48:45Z", "description": "📚 A blog built with Gridsome and Hosted on Netlify", "images": { @@ -13166,8 +15052,8 @@ "default_branch": "master", "github_url": "https://github.com/lavkumarv/feature-blog-jekyll", "demo_url": "https://lavkumarv.github.io/", - "stars": 9, - "forks": 18, + "stars": 10, + "forks": 19, "open_issues": 0, "last_commit": "2017-01-29T18:02:08Z", "created_at": "2017-01-05T19:19:50Z", @@ -13189,9 +15075,9 @@ "default_branch": "master", "github_url": "https://github.com/le4ker/personal-jekyll-theme", "demo_url": "https://le4ker.github.io/personal-jekyll-theme/", - "stars": 570, - "forks": 599, - "open_issues": 21, + "stars": 590, + "forks": 626, + "open_issues": 22, "last_commit": "2020-07-11T01:20:35Z", "created_at": "2015-06-27T16:56:59Z", "description": " :bowtie: { Personal } Jekyll theme", @@ -13203,19 +15089,19 @@ }, "lednerb-bilberry-hugo-theme": { "theme_key": "lednerb-bilberry-hugo-theme", - "file": "hugo-bilberry-theme.md", + "file": "bilberry-hugo-theme.md", "name": "bilberry-hugo-theme", - "title": "Bilberry", + "title": "Bilberry Hugo", "github_username": "Lednerb", "repo": "Lednerb/bilberry-hugo-theme", "branch": "master", "default_branch": "master", "github_url": "https://github.com/Lednerb/bilberry-hugo-theme", - "demo_url": "https://lednerb.github.io/bilberry-hugo-theme/", - "stars": 219, - "forks": 111, - "open_issues": 21, - "last_commit": "2021-05-01T18:41:37Z", + "demo_url": "https://lednerb.github.io/bilberry-hugo-theme", + "stars": 297, + "forks": 143, + "open_issues": 1, + "last_commit": "2023-01-16T12:36:21Z", "created_at": "2017-10-27T02:20:38Z", "description": "Premium theme for the hugo site builder. DEMO:", "images": { @@ -13235,10 +15121,10 @@ "default_branch": "master", "github_url": "https://github.com/LekoArts/gatsby-starter-minimal-blog", "demo_url": "https://minimal-blog.lekoarts.de/", - "stars": 806, - "forks": 224, + "stars": 1051, + "forks": 313, "open_issues": 0, - "last_commit": "2021-06-10T06:44:25Z", + "last_commit": "2023-01-06T12:42:37Z", "created_at": "2018-02-02T18:52:29Z", "description": "Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.", "images": { @@ -13258,8 +15144,8 @@ "default_branch": "master", "github_url": "https://github.com/LekoArts/gatsby-starter-portfolio-bella", "demo_url": "https://portfolio-bella.netlify.com/", - "stars": 124, - "forks": 20, + "stars": 123, + "forks": 19, "open_issues": 4, "last_commit": "2018-11-29T15:30:58Z", "created_at": "2018-05-30T17:27:04Z", @@ -13281,10 +15167,10 @@ "default_branch": "master", "github_url": "https://github.com/LekoArts/gatsby-starter-portfolio-cara", "demo_url": "https://cara.lekoarts.de/", - "stars": 1141, - "forks": 295, - "open_issues": 1, - "last_commit": "2021-06-10T06:41:53Z", + "stars": 1332, + "forks": 378, + "open_issues": 0, + "last_commit": "2023-01-06T12:42:30Z", "created_at": "2018-06-02T19:41:22Z", "description": "Playful and Colorful One-Page portfolio featuring Parallax effects and animations. Especially designers and/or photographers will love this theme! Built with MDX and Theme UI.", "images": { @@ -13304,10 +15190,10 @@ "default_branch": "master", "github_url": "https://github.com/LekoArts/gatsby-starter-portfolio-emilia", "demo_url": "https://emilia.lekoarts.de", - "stars": 309, - "forks": 73, + "stars": 342, + "forks": 82, "open_issues": 1, - "last_commit": "2021-06-10T06:42:29Z", + "last_commit": "2023-01-06T12:42:31Z", "created_at": "2017-11-30T18:53:29Z", "description": "Minimalistic portfolio/photography site with masonry grid, page transitions and big images. Themeable with Theme UI. Includes Light/Dark mode.", "images": { @@ -13327,10 +15213,10 @@ "default_branch": "master", "github_url": "https://github.com/LekoArts/gatsby-starter-portfolio-emma", "demo_url": "https://emma.lekoarts.de/", - "stars": 249, - "forks": 62, + "stars": 267, + "forks": 79, "open_issues": 0, - "last_commit": "2021-06-10T06:42:59Z", + "last_commit": "2023-01-06T12:42:33Z", "created_at": "2017-10-18T19:20:05Z", "description": "Minimalistic portfolio with full-width grid, page transitions, support for additional MDX pages, and a focus on large images. Especially designers and/or photographers will love this theme! Built with MDX and Theme UI.", "images": { @@ -13350,10 +15236,10 @@ "default_branch": "master", "github_url": "https://github.com/LekoArts/gatsby-starter-portfolio-jodie", "demo_url": "https://jodie.lekoarts.de/", - "stars": 260, - "forks": 67, + "stars": 321, + "forks": 78, "open_issues": 0, - "last_commit": "2021-06-10T06:43:54Z", + "last_commit": "2023-01-06T12:42:36Z", "created_at": "2019-02-19T15:17:30Z", "description": "Image-heavy photography portfolio with colorful accents & customizable pages. Includes adaptive image grids powered by CSS grid and automatic image integration into projects.", "images": { @@ -13373,9 +15259,9 @@ "default_branch": "master", "github_url": "https://github.com/LekoArts/gatsby-starter-prismic-i18n", "demo_url": "https://prismic-i18n.lekoarts.de/", - "stars": 80, - "forks": 17, - "open_issues": 6, + "stars": 84, + "forks": 18, + "open_issues": 5, "last_commit": "2019-11-28T11:04:07Z", "created_at": "2019-03-10T12:05:37Z", "description": "Based on gatsby-starter-prismic with Internationalization (i18n) support", @@ -13419,10 +15305,10 @@ "default_branch": "gh-pages", "github_url": "https://github.com/LeNPaul/academic", "demo_url": "https://lenpaul.github.io/academic/", - "stars": 6, - "forks": 8, - "open_issues": 2, - "last_commit": "2021-05-15T23:08:39Z", + "stars": 79, + "forks": 99, + "open_issues": 1, + "last_commit": "2022-06-02T15:09:53Z", "created_at": "2016-05-24T16:50:15Z", "description": "A Jekyll theme for academia", "images": { @@ -13442,12 +15328,12 @@ "default_branch": "gh-pages", "github_url": "https://github.com/LeNPaul/Lagrange", "demo_url": "https://lenpaul.github.io/Lagrange/", - "stars": 475, - "forks": 497, - "open_issues": 8, - "last_commit": "2021-06-12T10:56:24Z", + "stars": 577, + "forks": 574, + "open_issues": 14, + "last_commit": "2022-06-02T14:25:54Z", "created_at": "2016-07-24T02:05:27Z", - "description": "A minimalist Jekyll theme for running a personal blog", + "description": "A minimalist Jekyll theme for running a personal blog powered by Jekyll and GitHub Pages", "images": { "hires": "https://www.jamstackthemes.dev/capture/lenpaul-lagrange.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lenpaul-lagrange.jpg", @@ -13465,10 +15351,10 @@ "default_branch": "gh-pages", "github_url": "https://github.com/LeNPaul/Millennial", "demo_url": "https://lenpaul.github.io/Millennial/", - "stars": 252, - "forks": 478, - "open_issues": 10, - "last_commit": "2021-05-29T22:16:54Z", + "stars": 348, + "forks": 713, + "open_issues": 12, + "last_commit": "2022-06-02T14:28:42Z", "created_at": "2016-08-21T21:53:24Z", "description": "A minimalist Jekyll theme for running a blog or publication powered by Jekyll and GitHub Pages", "images": { @@ -13488,10 +15374,10 @@ "default_branch": "gh-pages", "github_url": "https://github.com/LeNPaul/portfolio-jekyll-theme", "demo_url": "https://lenpaul.github.io/portfolio-jekyll-theme/", - "stars": 127, - "forks": 177, - "open_issues": 3, - "last_commit": "2021-05-26T03:52:34Z", + "stars": 175, + "forks": 231, + "open_issues": 4, + "last_commit": "2022-06-02T14:45:27Z", "created_at": "2016-09-05T21:02:25Z", "description": "A minimalist Jekyll theme for building a personal portfolio site powered by Jekyll and GitHub Pages", "images": { @@ -13534,9 +15420,9 @@ "default_branch": "master", "github_url": "https://github.com/leopardpan/leopardpan.github.io", "demo_url": "https://baixin.io", - "stars": 1067, - "forks": 710, - "open_issues": 40, + "stars": 1140, + "forks": 756, + "open_issues": 46, "last_commit": "2020-07-13T09:45:27Z", "created_at": "2016-03-29T15:22:17Z", "description": "个人博客,看效果进入", @@ -13558,7 +15444,7 @@ "github_url": "https://github.com/lewis-geek/hexo-theme-Aath", "demo_url": "https://lewis.suclub.cn/", "stars": 154, - "forks": 25, + "forks": 24, "open_issues": 5, "last_commit": "2019-01-30T01:29:19Z", "created_at": "2017-09-04T02:41:19Z", @@ -13580,9 +15466,9 @@ "default_branch": "master", "github_url": "https://github.com/lewislbr/lewis-gatsby-starter-blog", "demo_url": "https://lewis-gatsby-starter-blog.firebaseapp.com/", - "stars": 21, + "stars": 28, "forks": 6, - "open_issues": 1, + "open_issues": 2, "last_commit": "2020-12-10T15:21:16Z", "created_at": "2019-04-02T20:35:25Z", "description": "A custom Gatsby starter template to start a blog or personal website.", @@ -13603,10 +15489,10 @@ "default_branch": "master", "github_url": "https://github.com/lgaida/mediumish-gohugo-theme", "demo_url": "https://lgaida.github.io/mediumish-gohugo-theme-demo/", - "stars": 97, - "forks": 73, - "open_issues": 4, - "last_commit": "2020-10-04T11:27:33Z", + "stars": 115, + "forks": 93, + "open_issues": 3, + "last_commit": "2021-08-12T15:12:43Z", "created_at": "2018-10-07T08:26:20Z", "description": "A mediumish gohugo theme, ported from jekyll", "images": { @@ -13649,9 +15535,9 @@ "default_branch": "master", "github_url": "https://github.com/Liberxue/liberxue.github.io", "demo_url": "https://liberxue.github.io/", - "stars": 336, - "forks": 358, - "open_issues": 4, + "stars": 351, + "forks": 383, + "open_issues": 8, "last_commit": "2021-03-06T10:02:25Z", "created_at": "2017-08-02T04:58:02Z", "description": "Liberxue blog for lightweight Jekyll themes 轻量级自适应 简洁 卡片式博客主题 3秒搞定GitHub blog", @@ -13696,7 +15582,7 @@ "github_url": "https://github.com/link9596/hydrogen", "demo_url": "https://hydrogen.atlinker.cn/", "stars": 55, - "forks": 70, + "forks": 71, "open_issues": 0, "last_commit": "2020-07-20T12:29:29Z", "created_at": "2018-11-18T07:09:14Z", @@ -13707,6 +15593,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/link9596-hydrogen-2x.jpg" } }, + "link9596-jekyll-theme-hydrogen": { + "theme_key": "link9596-hydrogen", + "file": "jekyll-theme-hydrogen.md", + "name": "jekyll-theme-Hydrogen", + "title": "Hydrogen", + "github_username": "link9596", + "repo": "link9596/jekyll-theme-Hydrogen", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/link9596/jekyll-theme-Hydrogen", + "demo_url": "https://hydrogen.atlinker.cn/", + "stars": 64, + "forks": 77, + "open_issues": 0, + "last_commit": "2022-10-25T17:00:30Z", + "created_at": "2018-11-18T07:09:14Z", + "description": ":+1:轻盈、简洁的Jekyll主题,A Lightweight and Concise Jekyll theme For You.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/link9596-hydrogen.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/link9596-hydrogen.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/link9596-hydrogen-2x.jpg" + } + }, "liungkejin-liungkejin.github.io": { "theme_key": "liungkejin-liungkejin.github.io", "file": "jekyll-easy-pure-blog.md", @@ -13718,8 +15627,8 @@ "default_branch": "master", "github_url": "https://github.com/liungkejin/liungkejin.github.io", "demo_url": "https://liungkejin.github.io/", - "stars": 37, - "forks": 42, + "stars": 35, + "forks": 40, "open_issues": 5, "last_commit": "2017-06-03T04:12:52Z", "created_at": "2016-01-29T18:18:02Z", @@ -13741,9 +15650,9 @@ "default_branch": "master", "github_url": "https://github.com/liuzc/LeaveIt", "demo_url": "https://themes.gohugo.io/theme/LeaveIt/", - "stars": 360, - "forks": 128, - "open_issues": 29, + "stars": 371, + "forks": 127, + "open_issues": 30, "last_commit": "2018-11-04T11:11:57Z", "created_at": "2018-09-12T08:46:04Z", "description": "A simple, minimal, clean blog theme for hugo.", @@ -13764,9 +15673,9 @@ "default_branch": "master", "github_url": "https://github.com/livingdocsIO/gatsby-magazine-example", "demo_url": "https://magazine-example.livingdocs.io/", - "stars": 25, - "forks": 19, - "open_issues": 2, + "stars": 29, + "forks": 18, + "open_issues": 5, "last_commit": "2020-06-29T09:23:00Z", "created_at": "2018-12-19T14:47:21Z", "description": "This is an open-source Demo Magazine built with Livingdocs and Gatsby/React. Check out the code, make it yours and deploy it to netlify today!", @@ -13787,8 +15696,8 @@ "default_branch": "master", "github_url": "https://github.com/LiXizhi/lixizhi.github.io", "demo_url": "https://lixizhi.github.io/", - "stars": 61, - "forks": 105, + "stars": 60, + "forks": 104, "open_issues": 4, "last_commit": "2018-01-17T14:53:16Z", "created_at": "2015-11-17T09:51:10Z", @@ -13810,10 +15719,10 @@ "default_branch": "master", "github_url": "https://github.com/longpdo/neumorphism", "demo_url": "https://longpdo.github.io/neumorphism/", - "stars": 135, - "forks": 192, - "open_issues": 4, - "last_commit": "2021-06-24T16:30:52Z", + "stars": 282, + "forks": 455, + "open_issues": 12, + "last_commit": "2022-05-25T22:17:08Z", "created_at": "2020-04-10T21:08:01Z", "description": " Neumorphism designed Jekyll theme for personal websites, portfolios and resumes.", "images": { @@ -13833,9 +15742,9 @@ "default_branch": "master", "github_url": "https://github.com/LordMathis/hugo-theme-nix", "demo_url": "https://themes.gohugo.io/theme/hugo-theme-nix/", - "stars": 108, - "forks": 83, - "open_issues": 2, + "stars": 110, + "forks": 82, + "open_issues": 3, "last_commit": "2021-05-23T12:41:14Z", "created_at": "2016-09-30T08:11:59Z", "description": "Nix is a simple, minimal theme for Hugo", @@ -13856,10 +15765,10 @@ "default_branch": "master", "github_url": "https://github.com/lorepirri/cayman-blog", "demo_url": "https://lorepirri.github.io/cayman-blog/", - "stars": 84, - "forks": 239, + "stars": 104, + "forks": 271, "open_issues": 5, - "last_commit": "2019-09-25T22:50:02Z", + "last_commit": "2021-07-15T10:18:46Z", "created_at": "2017-04-28T21:55:31Z", "description": "Cayman Blog is a Jekyll theme for GitHub Pages, based on Cayman theme", "images": { @@ -13880,7 +15789,7 @@ "github_url": "https://github.com/lorepirri/jekyll-theme-simple-blog", "demo_url": "https://lorepirri.gitlab.io/jekyll-theme-simple-blog/", "stars": 17, - "forks": 18, + "forks": 17, "open_issues": 0, "last_commit": "2019-01-04T18:04:32Z", "created_at": "2017-05-20T16:21:49Z", @@ -13891,6 +15800,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lorepirri-jekyll-theme-simple-blog-2x.jpg" } }, + "loveminimal-hugo-theme-virgo": { + "theme_key": "loveminimal-hugo-theme-virgo", + "file": "hugo-theme-virgo.md", + "name": "hugo-theme-virgo", + "title": "Virgo", + "github_username": "loveminimal", + "repo": "loveminimal/hugo-theme-virgo", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/loveminimal/hugo-theme-virgo", + "demo_url": "https://ovirgo.com", + "stars": 38, + "forks": 6, + "open_issues": 0, + "last_commit": "2022-12-01T08:28:21Z", + "created_at": "2022-06-21T12:52:48Z", + "description": "A simple and pure theme.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/loveminimal-hugo-theme-virgo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/loveminimal-hugo-theme-virgo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/loveminimal-hugo-theme-virgo-2x.jpg" + } + }, "lubang-hugo-hello-programmer-theme": { "theme_key": "lubang-hugo-hello-programmer-theme", "file": "hugo-hello-programmer-theme.md", @@ -13902,8 +15834,8 @@ "default_branch": "master", "github_url": "https://github.com/lubang/hugo-hello-programmer-theme", "demo_url": "https://blog.lulab.net/", - "stars": 37, - "forks": 24, + "stars": 39, + "forks": 19, "open_issues": 0, "last_commit": "2019-06-09T05:29:27Z", "created_at": "2016-11-20T14:49:37Z", @@ -13914,6 +15846,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lubang-hugo-hello-programmer-theme-2x.jpg" } }, + "lucaspulliese-next-ecommerce": { + "theme_key": "lucaspulliese-next-ecommerce", + "file": "next-ecommerce.md", + "name": "next-ecommerce", + "title": "Next.js Ecommerce", + "github_username": "lucaspulliese", + "repo": "lucaspulliese/next-ecommerce", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/lucaspulliese/next-ecommerce", + "demo_url": "https://next-ecommerce-front.vercel.app/", + "stars": 352, + "forks": 127, + "open_issues": 3, + "last_commit": "2022-06-11T04:55:41Z", + "created_at": "2020-06-25T21:28:58Z", + "description": "A beautiful ecommerce made with Next.js", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/lucaspulliese-next-ecommerce.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lucaspulliese-next-ecommerce.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lucaspulliese-next-ecommerce-2x.jpg" + } + }, "luigi-colella-gatsby-starter-developer-blog": { "theme_key": "lgcolella-gatsby-starter-developer-blog", "file": "gatsby-starter-developer-blog.md", @@ -13925,8 +15880,8 @@ "default_branch": "master", "github_url": "https://github.com/luigi-colella/gatsby-starter-developer-blog", "demo_url": "https://lgcolella.github.io/gatsby-starter-developer-blog/", - "stars": 65, - "forks": 30, + "stars": 66, + "forks": 27, "open_issues": 3, "last_commit": "2020-07-31T23:17:00Z", "created_at": "2018-12-19T22:42:37Z", @@ -13948,10 +15903,10 @@ "default_branch": "master", "github_url": "https://github.com/luizdepra/hugo-coder", "demo_url": "https://themes.gohugo.io/theme/hugo-coder/", - "stars": 1514, - "forks": 658, - "open_issues": 28, - "last_commit": "2021-06-25T18:58:16Z", + "stars": 1624, + "forks": 701, + "open_issues": 37, + "last_commit": "2021-09-23T13:31:58Z", "created_at": "2018-02-17T13:45:54Z", "description": "A minimalist blog theme for hugo.", "images": { @@ -13972,7 +15927,7 @@ "github_url": "https://github.com/lukas-h/material-theme", "demo_url": "https://himsel.me/material-theme/", "stars": 35, - "forks": 39, + "forks": 38, "open_issues": 0, "last_commit": "2020-05-09T09:56:24Z", "created_at": "2016-09-06T08:42:27Z", @@ -13995,7 +15950,7 @@ "github_url": "https://github.com/lukas-h/onepage", "demo_url": "https://himsel.me", "stars": 25, - "forks": 36, + "forks": 35, "open_issues": 0, "last_commit": "2020-05-09T09:59:03Z", "created_at": "2016-11-06T15:13:02Z", @@ -14017,8 +15972,8 @@ "default_branch": "master", "github_url": "https://github.com/lukewhitehouse/gatsby-starter-blog-with-lunr", "demo_url": "https://gatsby-starter-blog-with-lunr.netlify.com/", - "stars": 17, - "forks": 7, + "stars": 18, + "forks": 5, "open_issues": 3, "last_commit": "2019-06-11T09:00:38Z", "created_at": "2019-04-26T20:57:26Z", @@ -14040,9 +15995,9 @@ "default_branch": "master", "github_url": "https://github.com/lunaceee/hexo-material-netlify", "demo_url": "https://hexo-material-cms.netlify.com/", - "stars": 12, - "forks": 9, - "open_issues": 3, + "stars": 15, + "forks": 12, + "open_issues": 4, "last_commit": "2019-02-27T04:18:38Z", "created_at": "2018-07-14T20:02:15Z", "description": "Hexo + Netlify CMS starter based on material design", @@ -14063,10 +16018,10 @@ "default_branch": "master", "github_url": "https://github.com/lundgren2/gatsby-starter-github-api", "demo_url": "https://gatsby-starter-github-api.netlify.com/", - "stars": 15, - "forks": 4, - "open_issues": 5, - "last_commit": "2021-02-07T19:37:20Z", + "stars": 16, + "forks": 5, + "open_issues": 11, + "last_commit": "2022-04-04T18:12:22Z", "created_at": "2019-06-05T14:38:24Z", "description": "Kick off your next, great Gatsby project with this Github source starter based on gatsby-source-github-api", "images": { @@ -14087,9 +16042,9 @@ "github_url": "https://github.com/luoyan35714/LessOrMore", "demo_url": "https://www.hifreud.com/", "stars": 179, - "forks": 227, - "open_issues": 2, - "last_commit": "2021-05-26T14:54:59Z", + "forks": 222, + "open_issues": 0, + "last_commit": "2022-12-06T14:08:46Z", "created_at": "2016-08-20T17:16:00Z", "description": "Jekyll theme.", "images": { @@ -14098,6 +16053,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/luoyan35714-lessormore-2x.jpg" } }, + "lwojcik-eleventy-template-bliss": { + "theme_key": "lwojcik-eleventy-template-bliss", + "file": "11ty-bliss.md", + "name": "eleventy-template-bliss", + "title": "Bliss", + "github_username": "lwojcik", + "repo": "lwojcik/eleventy-template-bliss", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/lwojcik/eleventy-template-bliss", + "demo_url": "https://eleventy-bliss.vercel.app/", + "stars": 14, + "forks": 3, + "open_issues": 4, + "last_commit": "2023-03-31T06:50:39Z", + "created_at": "2023-02-17T21:13:48Z", + "description": "Single-column blog template for Eleventy focused on simplicity without sacrificing functionality", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/lwojcik-eleventy-template-bliss.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lwojcik-eleventy-template-bliss.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lwojcik-eleventy-template-bliss-2x.jpg" + } + }, "lwz7512-gatsby-netlify-identity-starter": { "theme_key": "lwz7512-gatsby-netlify-identity-starter", "file": "gatsby-netlify-identity-starter.md", @@ -14111,7 +16089,7 @@ "demo_url": "https://inspiring-me-lwz7512.netlify.com/", "stars": 3, "forks": 2, - "open_issues": 20, + "open_issues": 32, "last_commit": "2020-01-21T14:11:23Z", "created_at": "2018-12-21T19:54:09Z", "description": "a gatsby static site generator with netlify identity control...", @@ -14132,10 +16110,10 @@ "default_branch": "main", "github_url": "https://github.com/lwz7512/next-dev-studio", "demo_url": "https://next-dev-studio.vercel.app/", - "stars": 0, - "forks": 0, + "stars": 11, + "forks": 14, "open_issues": 0, - "last_commit": "2021-06-03T11:51:10Z", + "last_commit": "2022-08-17T01:26:16Z", "created_at": "2021-05-28T21:02:11Z", "description": "A small business website template based on Nextjs and the original idea of one-click-hugo-cms from netlify.", "images": { @@ -14155,10 +16133,10 @@ "default_branch": "main", "github_url": "https://github.com/lwz7512/next-smooth-doc", "demo_url": "https://next-smooth-doc.vercel.app/", - "stars": 1, - "forks": 1, + "stars": 31, + "forks": 21, "open_issues": 0, - "last_commit": "2021-06-09T13:56:13Z", + "last_commit": "2021-10-08T13:12:35Z", "created_at": "2021-06-05T00:36:07Z", "description": "smooth-doc in Nextjs implementation", "images": { @@ -14178,8 +16156,8 @@ "default_branch": "main", "github_url": "https://github.com/lwz7512/next-static-neve", "demo_url": "https://next-static-neve.vercel.app/", - "stars": 7, - "forks": 7, + "stars": 17, + "forks": 20, "open_issues": 0, "last_commit": "2021-03-29T23:27:35Z", "created_at": "2021-03-21T02:36:46Z", @@ -14190,6 +16168,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lwz7512-next-static-neve-2x.jpg" } }, + "lxndrblz-anatole": { + "theme_key": "lxndrblz-anatole", + "file": "hugo-anatole.md", + "name": "anatole", + "title": "Anatole", + "github_username": "lxndrblz", + "repo": "lxndrblz/anatole", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/lxndrblz/anatole", + "demo_url": "https://anatole-demo.netlify.app/", + "stars": 554, + "forks": 317, + "open_issues": 25, + "last_commit": "2023-01-06T16:38:13Z", + "created_at": "2020-04-10T19:53:00Z", + "description": "Anatole is a minimalistic two-column theme for Hugo.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/lxndrblz-anatole.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lxndrblz-anatole.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lxndrblz-anatole-2x.jpg" + } + }, "lyket-dev-nextjs-simple-blog-theme": { "theme_key": "lyket-dev-nextjs-simple-blog-theme", "file": "nextjs-simple-blog.md", @@ -14201,8 +16202,8 @@ "default_branch": "main", "github_url": "https://github.com/lyket-dev/nextjs-simple-blog-theme", "demo_url": "https://nextjs-simple-blog.netlify.app/", - "stars": 2, - "forks": 0, + "stars": 3, + "forks": 2, "open_issues": 0, "last_commit": "2020-10-29T09:46:59Z", "created_at": "2020-10-29T09:42:18Z", @@ -14224,8 +16225,8 @@ "default_branch": "master", "github_url": "https://github.com/macrod68/jekyll-materialize-starter-template", "demo_url": "https://jekyllmaterialize.panoramedia.it/", - "stars": 57, - "forks": 86, + "stars": 60, + "forks": 87, "open_issues": 8, "last_commit": "2019-09-03T23:08:39Z", "created_at": "2017-08-09T19:17:13Z", @@ -14248,9 +16249,9 @@ "github_url": "https://github.com/madelyneriksen/gatsby-starter-tyra", "demo_url": "https://tyra-starter.netlify.com/", "stars": 78, - "forks": 28, - "open_issues": 19, - "last_commit": "2021-05-07T18:12:05Z", + "forks": 31, + "open_issues": 34, + "last_commit": "2021-08-01T13:19:59Z", "created_at": "2018-12-12T14:21:33Z", "description": "Tyra - Feminine Gatsby Starter optimized for SEO", "images": { @@ -14270,8 +16271,8 @@ "default_branch": "master", "github_url": "https://github.com/madforjekyll/madforjekyll.github.io", "demo_url": "https://madforjekyll.github.io", - "stars": 22, - "forks": 43, + "stars": 21, + "forks": 45, "open_issues": 0, "last_commit": "2016-08-27T03:18:00Z", "created_at": "2015-11-28T23:40:15Z", @@ -14293,7 +16294,7 @@ "default_branch": "master", "github_url": "https://github.com/manavsehgal/opentheme", "demo_url": "https://opentheme.co/", - "stars": 147, + "stars": 151, "forks": 208, "open_issues": 6, "last_commit": "2017-12-03T05:56:33Z", @@ -14316,10 +16317,10 @@ "default_branch": "master", "github_url": "https://github.com/manid2/lone-wolf-theme", "demo_url": "https://manid2.github.io/lone-wolf-theme/", - "stars": 10, - "forks": 36, + "stars": 16, + "forks": 60, "open_issues": 0, - "last_commit": "2021-04-29T10:39:58Z", + "last_commit": "2021-07-01T19:24:41Z", "created_at": "2019-02-17T10:19:22Z", "description": "A simple bootstrap based jekyll theme.", "images": { @@ -14339,9 +16340,9 @@ "default_branch": "master", "github_url": "https://github.com/marcanuy/hugotube", "demo_url": "https://marcanuy.github.io/hugotube/", - "stars": 7, - "forks": 5, - "open_issues": 0, + "stars": 9, + "forks": 7, + "open_issues": 2, "last_commit": "2021-05-24T22:08:23Z", "created_at": "2017-12-04T12:35:17Z", "description": "Responsive Hugo theme inspired in YouTube layout", @@ -14363,8 +16364,8 @@ "github_url": "https://github.com/marcanuy/simpleit-hugo-theme", "demo_url": "https://themes.gohugo.io/theme/simpleit-hugo-theme/", "stars": 16, - "forks": 5, - "open_issues": 2, + "forks": 6, + "open_issues": 0, "last_commit": "2021-06-16T13:48:37Z", "created_at": "2018-08-06T20:17:57Z", "description": "Responsive Hugo theme for hierarchical content websites", @@ -14387,7 +16388,7 @@ "demo_url": "https://gatsby-airtable-advanced-starter.marcomelilli.com/", "stars": 21, "forks": 6, - "open_issues": 1, + "open_issues": 2, "last_commit": "2020-05-22T09:10:39Z", "created_at": "2019-07-04T19:41:10Z", "description": "A Gatsby Starter Blog using Airtable as backend", @@ -14409,7 +16410,7 @@ "github_url": "https://github.com/MarcusVirg/forty", "demo_url": "https://themes.gohugo.io/theme/forty/", "stars": 107, - "forks": 112, + "forks": 110, "open_issues": 12, "last_commit": "2019-04-30T03:33:26Z", "created_at": "2017-11-18T01:53:43Z", @@ -14431,9 +16432,9 @@ "default_branch": "master", "github_url": "https://github.com/margueriteroth/gatsby-prismic-starter-prist", "demo_url": "https://prist.marguerite.io/", - "stars": 306, - "forks": 60, - "open_issues": 24, + "stars": 342, + "forks": 71, + "open_issues": 35, "last_commit": "2020-07-06T15:37:53Z", "created_at": "2019-07-01T16:19:33Z", "description": "Gatsby starter for portfolios and blogs using Prismic CMS", @@ -14454,9 +16455,9 @@ "default_branch": "master", "github_url": "https://github.com/markoradak/gatsby-starter-storybook", "demo_url": "https://gatsby-starter-storybook.netlify.com/", - "stars": 41, - "forks": 13, - "open_issues": 2, + "stars": 42, + "forks": 12, + "open_issues": 1, "last_commit": "2019-09-05T15:18:26Z", "created_at": "2018-11-01T10:06:05Z", "description": "👾 Gatsby Storybook Starter", @@ -14477,10 +16478,10 @@ "default_branch": "master", "github_url": "https://github.com/matcornic/hugo-theme-learn", "demo_url": "https://learn.netlify.com/en/", - "stars": 1217, - "forks": 1032, - "open_issues": 152, - "last_commit": "2021-03-31T23:48:33Z", + "stars": 1488, + "forks": 1315, + "open_issues": 168, + "last_commit": "2021-10-28T19:04:10Z", "created_at": "2016-03-17T10:58:41Z", "description": "Porting Grav Learn theme to Hugo", "images": { @@ -14500,8 +16501,8 @@ "default_branch": "master", "github_url": "https://github.com/mateussmedeiros/blade-theme", "demo_url": "https://mateussmedeiros.github.io/blade-theme/", - "stars": 4, - "forks": 11, + "stars": 3, + "forks": 12, "open_issues": 0, "last_commit": "2019-02-04T18:18:11Z", "created_at": "2017-01-25T22:59:55Z", @@ -14525,8 +16526,8 @@ "demo_url": "https://themes.gohugo.io/theme/silhouette-hugo/", "stars": 20, "forks": 12, - "open_issues": 4, - "last_commit": "2019-12-29T22:31:20Z", + "open_issues": 3, + "last_commit": "2021-07-23T10:28:48Z", "created_at": "2018-12-15T10:28:21Z", "description": null, "images": { @@ -14546,8 +16547,8 @@ "default_branch": "master", "github_url": "https://github.com/mattcouchman/jekyll-resume", "demo_url": "https://mattcouchman.co.uk/jekyll-resume", - "stars": 83, - "forks": 194, + "stars": 82, + "forks": 191, "open_issues": 6, "last_commit": "2016-06-06T20:15:26Z", "created_at": "2016-05-31T20:26:59Z", @@ -14592,9 +16593,9 @@ "default_branch": "master", "github_url": "https://github.com/mattgraham/leapday", "demo_url": "https://madebygraham.com/leapday/", - "stars": 99, - "forks": 67, - "open_issues": 4, + "stars": 102, + "forks": 72, + "open_issues": 5, "last_commit": "2018-09-17T13:48:38Z", "created_at": "2012-04-04T21:48:06Z", "description": "GitHub Pages Theme: Leap Day", @@ -14615,9 +16616,9 @@ "default_branch": "master", "github_url": "https://github.com/mattgraham/midnight", "demo_url": "https://madebygraham.com/midnight/", - "stars": 149, + "stars": 150, "forks": 117, - "open_issues": 6, + "open_issues": 5, "last_commit": "2018-09-17T13:49:40Z", "created_at": "2012-04-04T23:05:14Z", "description": "GitHub Pages Theme: Midnight", @@ -14684,8 +16685,8 @@ "default_branch": "master", "github_url": "https://github.com/mattvh/solar-theme-jekyll", "demo_url": "https://mattvh.github.io/solar-theme-jekyll/", - "stars": 215, - "forks": 150, + "stars": 217, + "forks": 149, "open_issues": 3, "last_commit": "2016-05-14T07:56:00Z", "created_at": "2013-06-07T20:27:21Z", @@ -14707,9 +16708,9 @@ "default_branch": "master", "github_url": "https://github.com/maxpou/gatsby-starter-morning-dew", "demo_url": "https://maxpou.github.io/gatsby-starter-morning-dew/", - "stars": 196, - "forks": 46, - "open_issues": 10, + "stars": 202, + "forks": 41, + "open_issues": 11, "last_commit": "2021-04-04T09:03:51Z", "created_at": "2018-09-16T20:53:24Z", "description": ":rocket: A Gatsby theme/starter to build lightning-fast blog/websites", @@ -14753,7 +16754,7 @@ "default_branch": "master", "github_url": "https://github.com/mccrodp/gatsby-starter-contentful-i18n", "demo_url": "https://gatsby-starter-contentful-i18n.netlify.com/en-US/", - "stars": 59, + "stars": 61, "forks": 17, "open_issues": 0, "last_commit": "2021-06-04T02:22:31Z", @@ -14765,6 +16766,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mccrodp-gatsby-starter-contentful-i18n-2x.jpg" } }, + "mdrathik-nuxtjs-tailwind-blog": { + "theme_key": "mdrathik-nuxtjs-tailwind-blog", + "file": "nuxt-tailwind-blog-starter.md", + "name": "nuxtjs-tailwind-blog", + "title": "NuxtJs Tailwind Blog Starter", + "github_username": "mdrathik", + "repo": "mdrathik/nuxtjs-tailwind-blog", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/mdrathik/nuxtjs-tailwind-blog", + "demo_url": "https://nuxt-tailwind-blog.netlify.app/", + "stars": 46, + "forks": 26, + "open_issues": 0, + "last_commit": "2022-05-10T08:04:59Z", + "created_at": "2022-04-09T07:21:02Z", + "description": "This is a nuxtjs, Tailwind CSS blogging template. Its supported Markdown for blog.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/mdrathik-nuxtjs-tailwind-blog.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mdrathik-nuxtjs-tailwind-blog.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mdrathik-nuxtjs-tailwind-blog-2x.jpg" + } + }, "meibenny-elephants": { "theme_key": "meibenny-elephants", "file": "hugo-elephants.md", @@ -14778,7 +16802,7 @@ "demo_url": "https://themes.gohugo.io/theme/elephants/", "stars": 17, "forks": 12, - "open_issues": 0, + "open_issues": 1, "last_commit": "2019-08-20T02:50:02Z", "created_at": "2018-01-01T20:30:49Z", "description": "Minimal Hugo theme using the Ubuntu font", @@ -14799,10 +16823,10 @@ "default_branch": "master", "github_url": "https://github.com/melangue/dactl", "demo_url": "https://melangue.github.io/dactl/", - "stars": 189, - "forks": 156, - "open_issues": 6, - "last_commit": "2018-08-11T12:51:42Z", + "stars": 207, + "forks": 165, + "open_issues": 5, + "last_commit": "2021-08-13T15:12:58Z", "created_at": "2017-04-30T17:52:23Z", "description": "Modern, fast and configurable Jekyll theme with some tricks up it's sleeve.", "images": { @@ -14823,7 +16847,7 @@ "github_url": "https://github.com/Meliodus/meliodus.github.io", "demo_url": "https://meliodus.github.io/", "stars": 2, - "forks": 4, + "forks": 6, "open_issues": 0, "last_commit": "2016-11-03T21:02:13Z", "created_at": "2015-11-08T15:21:45Z", @@ -14845,8 +16869,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/Meliodus/uno-dbyll", "demo_url": "https://meliodus.github.io/uno-dbyll/", - "stars": 40, - "forks": 51, + "stars": 42, + "forks": 52, "open_issues": 0, "last_commit": "2016-11-03T20:50:47Z", "created_at": "2015-02-01T19:02:47Z", @@ -14868,8 +16892,8 @@ "default_branch": "master", "github_url": "https://github.com/melvinchng/event-jekyll-theme", "demo_url": "https://event-jekyll-theme.github.io/", - "stars": 121, - "forks": 165, + "stars": 124, + "forks": 189, "open_issues": 0, "last_commit": "2018-05-29T02:43:16Z", "created_at": "2017-08-09T05:56:36Z", @@ -14880,6 +16904,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/melvinchng-event-jekyll-theme-2x.jpg" } }, + "mendhak-eleventy-satisfactory": { + "theme_key": "mendhak-eleventy-satisfactory", + "file": "eleventy-satisfactory.md", + "name": "eleventy-satisfactory", + "title": "Eleventy Satisfactory", + "github_username": "mendhak", + "repo": "mendhak/eleventy-satisfactory", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/mendhak/eleventy-satisfactory", + "demo_url": "https://code.mendhak.com/eleventy-satisfactory/", + "stars": 8, + "forks": 1, + "open_issues": 1, + "last_commit": "2023-03-07T18:25:03Z", + "created_at": "2023-01-08T11:16:04Z", + "description": "Content-first eleventy blog template with basic layout and various features", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/mendhak-eleventy-satisfactory.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mendhak-eleventy-satisfactory.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mendhak-eleventy-satisfactory-2x.jpg" + } + }, "meteorlxy-vuepress-theme-meteorlxy": { "theme_key": "meteorlxy-vuepress-theme-meteorlxy", "file": "vuepress-theme-meteorlxy.md", @@ -14891,9 +16938,9 @@ "default_branch": "master", "github_url": "https://github.com/meteorlxy/vuepress-theme-meteorlxy", "demo_url": "https://vuepress-theme-meteorlxy.meteorlxy.cn/", - "stars": 329, - "forks": 88, - "open_issues": 8, + "stars": 365, + "forks": 85, + "open_issues": 4, "last_commit": "2020-12-11T02:15:32Z", "created_at": "2018-05-09T08:49:11Z", "description": ":sparkling_heart: VuePress Blog Theme - Meteorlxy", @@ -14914,9 +16961,9 @@ "default_branch": "master", "github_url": "https://github.com/mhadaily/gatsby-starter-typescript-power-blog", "demo_url": "https://gatsby-starter-typescript-power-blog.majidhajian.com/", - "stars": 67, - "forks": 22, - "open_issues": 16, + "stars": 66, + "forks": 21, + "open_issues": 29, "last_commit": "2020-10-03T08:20:18Z", "created_at": "2018-10-19T12:42:53Z", "description": "Personal Blog/Website with Gatsby and Typescript", @@ -14937,9 +16984,9 @@ "default_branch": "master", "github_url": "https://github.com/miccall/hexo-theme-Mic_Theme", "demo_url": "https://miccall.tech/", - "stars": 343, - "forks": 87, - "open_issues": 55, + "stars": 358, + "forks": 89, + "open_issues": 56, "last_commit": "2018-10-23T04:44:17Z", "created_at": "2017-05-24T13:43:59Z", "description": "hexo theme ", @@ -14951,19 +16998,19 @@ }, "midzer-urban-theme": { "theme_key": "midzer-urban-theme", - "file": "jekyll-urban.md", + "file": "urban.md", "name": "urban-theme", - "title": "Urban", + "title": "Urban Theme", "github_username": "midzer", "repo": "midzer/urban-theme", "branch": "master", "default_branch": "master", "github_url": "https://github.com/midzer/urban-theme", "demo_url": "https://midzer.github.io/urban-theme/", - "stars": 81, - "forks": 100, - "open_issues": 3, - "last_commit": "2021-05-24T17:12:10Z", + "stars": 98, + "forks": 112, + "open_issues": 1, + "last_commit": "2022-01-08T17:55:46Z", "created_at": "2015-10-06T13:35:07Z", "description": "Minimal jekyll theme for visual artists", "images": { @@ -14983,10 +17030,10 @@ "default_branch": "main", "github_url": "https://github.com/miguelsimoni/hugo-initio", "demo_url": "https://themes.gohugo.io/theme/hugo-initio/", - "stars": 47, - "forks": 84, - "open_issues": 1, - "last_commit": "2021-06-01T16:29:06Z", + "stars": 53, + "forks": 91, + "open_issues": 3, + "last_commit": "2021-07-26T15:39:23Z", "created_at": "2017-05-30T14:34:35Z", "description": "Hugo Theme port of Initio bootstrap template by GetTemplate", "images": { @@ -15008,7 +17055,7 @@ "demo_url": "https://themes.gohugo.io/theme/hugo-now/", "stars": 15, "forks": 8, - "open_issues": 1, + "open_issues": 2, "last_commit": "2021-04-11T22:03:09Z", "created_at": "2017-07-02T23:22:27Z", "description": "a Hugo port of Jekyll Now", @@ -15075,10 +17122,10 @@ "default_branch": "master", "github_url": "https://github.com/mmistakes/jekyll-theme-basically-basic", "demo_url": "https://mmistakes.github.io/jekyll-theme-basically-basic/", - "stars": 566, - "forks": 888, - "open_issues": 3, - "last_commit": "2021-06-19T16:28:39Z", + "stars": 753, + "forks": 1195, + "open_issues": 8, + "last_commit": "2021-09-22T02:47:20Z", "created_at": "2017-03-07T21:08:01Z", "description": "Your new Jekyll default theme", "images": { @@ -15098,8 +17145,8 @@ "default_branch": "master", "github_url": "https://github.com/mmistakes/jekyll-theme-hpstr", "demo_url": "https://mmistakes.github.io/jekyll-theme-hpstr/", - "stars": 993, - "forks": 1509, + "stars": 987, + "forks": 1484, "open_issues": 30, "last_commit": "2019-08-27T20:23:53Z", "created_at": "2013-08-23T19:03:11Z", @@ -15121,8 +17168,8 @@ "default_branch": "master", "github_url": "https://github.com/mmistakes/jekyll-theme-skinny-bones", "demo_url": "https://mmistakes.github.io/jekyll-theme-skinny-bones/", - "stars": 782, - "forks": 894, + "stars": 793, + "forks": 910, "open_issues": 21, "last_commit": "2019-08-27T20:12:13Z", "created_at": "2014-06-02T13:25:37Z", @@ -15144,10 +17191,10 @@ "default_branch": "master", "github_url": "https://github.com/mmistakes/minimal-mistakes", "demo_url": "https://mmistakes.github.io/minimal-mistakes/", - "stars": 8153, - "forks": 15202, - "open_issues": 13, - "last_commit": "2021-06-23T12:27:06Z", + "stars": 10556, + "forks": 21503, + "open_issues": 43, + "last_commit": "2022-07-08T15:38:44Z", "created_at": "2013-05-24T14:13:30Z", "description": ":triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.", "images": { @@ -15167,10 +17214,10 @@ "default_branch": "master", "github_url": "https://github.com/mmistakes/so-simple-theme", "demo_url": "https://mmistakes.github.io/so-simple-theme/", - "stars": 1641, - "forks": 2310, - "open_issues": 8, - "last_commit": "2021-06-19T16:28:26Z", + "stars": 1836, + "forks": 2431, + "open_issues": 9, + "last_commit": "2021-09-22T02:46:52Z", "created_at": "2013-06-25T20:17:12Z", "description": "A simple Jekyll theme for words and pictures.", "images": { @@ -15235,10 +17282,10 @@ "branch": "master", "default_branch": "master", "github_url": "https://github.com/molebox/gatsby-theme-pocket", - "demo_url": "https://gatsby-theme-pocket-example.netlify.com/articleIndex/", - "stars": 19, - "forks": 7, - "open_issues": 28, + "demo_url": "https://gatsby-theme-pocket-example.netlify.com/articleIndex/", + "stars": 38, + "forks": 11, + "open_issues": 50, "last_commit": "2020-09-24T06:38:28Z", "created_at": "2019-10-31T18:37:33Z", "description": "A Gatsby theme that adds a pocket to your website.", @@ -15260,8 +17307,8 @@ "github_url": "https://github.com/moltin/gatsby-demo-store", "demo_url": "https://demo.moltin.com", "stars": 93, - "forks": 41, - "open_issues": 18, + "forks": 38, + "open_issues": 17, "last_commit": "2020-06-17T21:09:12Z", "created_at": "2019-01-25T10:48:44Z", "description": "Elastic Path + Gatsby powered online store", @@ -15283,8 +17330,8 @@ "github_url": "https://github.com/moonwave99/waffel", "demo_url": "https://moonwave99.github.io/waffel/", "stars": 35, - "forks": 4, - "open_issues": 6, + "forks": 3, + "open_issues": 14, "last_commit": "2020-12-11T23:44:55Z", "created_at": "2015-04-07T12:17:22Z", "description": "Yet another static generator, here to help you with more concrete use cases than just your personal blog.", @@ -15294,6 +17341,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/moonwave99-waffel-2x.jpg" } }, + "mrgreensworkshop-mrgreen-jekylltheme": { + "theme_key": "mrgreensworkshop-mrgreen-jekylltheme", + "file": "jekyll-mr-green.md", + "name": "MrGreen-JekyllTheme", + "title": "Mr. Green", + "github_username": "MrGreensWorkshop", + "repo": "MrGreensWorkshop/MrGreen-JekyllTheme", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/MrGreensWorkshop/MrGreen-JekyllTheme", + "demo_url": "https://jekyll-theme-mrgreen-demo.mrgreensworkshop.com", + "stars": 78, + "forks": 181, + "open_issues": 0, + "last_commit": "2022-12-29T15:19:05Z", + "created_at": "2022-03-03T22:23:30Z", + "description": "Mr. Green is a multilingual theme generated with Jekyll and fully compatible with GitHub Pages. ", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/mrgreensworkshop-mrgreen-jekylltheme.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mrgreensworkshop-mrgreen-jekylltheme.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mrgreensworkshop-mrgreen-jekylltheme-2x.jpg" + } + }, "muan-scribble": { "theme_key": "muan-scribble", "file": "jekyll-theme-scribble.md", @@ -15305,8 +17375,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/muan/scribble", "demo_url": "https://scribble.muan.co/", - "stars": 754, - "forks": 700, + "stars": 766, + "forks": 688, "open_issues": 8, "last_commit": "2017-05-01T11:51:44Z", "created_at": "2013-05-06T09:51:15Z", @@ -15328,8 +17398,8 @@ "default_branch": "master", "github_url": "https://github.com/mudassirgithub/next-basic-blog", "demo_url": "https://next-basic-blog.vercel.app/", - "stars": 16, - "forks": 3, + "stars": 22, + "forks": 4, "open_issues": 0, "last_commit": "2020-08-14T12:32:26Z", "created_at": "2020-08-13T19:45:11Z", @@ -15351,10 +17421,10 @@ "default_branch": "main", "github_url": "https://github.com/muenzpraeger/eleventy-chirpy-blog-template", "demo_url": "https://eleventy-chirpy-blog-template.netlify.app/", - "stars": 11, - "forks": 2, + "stars": 54, + "forks": 16, "open_issues": 5, - "last_commit": "2021-06-23T04:15:36Z", + "last_commit": "2022-01-31T08:03:21Z", "created_at": "2021-01-28T07:00:56Z", "description": "Blog template for 11ty based on Chirpy UX", "images": { @@ -15374,9 +17444,9 @@ "default_branch": "master", "github_url": "https://github.com/muhajirdev/gatsby-starter-firebase", "demo_url": "https://gatsby-starter-firebase.netlify.com/", - "stars": 39, + "stars": 41, "forks": 13, - "open_issues": 16, + "open_issues": 25, "last_commit": "2018-11-19T05:31:24Z", "created_at": "2018-10-17T12:39:39Z", "description": "Gatsby + Firebase = 👍", @@ -15398,7 +17468,7 @@ "github_url": "https://github.com/muhajirdev/gatsby-starter-redux-firebase", "demo_url": "https://gatsby-starter-redux-firebase.netlify.com/", "stars": 14, - "forks": 2, + "forks": 4, "open_issues": 2, "last_commit": "2018-11-15T23:35:23Z", "created_at": "2018-11-15T23:30:09Z", @@ -15420,8 +17490,8 @@ "default_branch": "master", "github_url": "https://github.com/muhajirdev/gatsby-tailwind-emotion-starter", "demo_url": "https://gatsby-tailwind-emotion-starter.netlify.com/", - "stars": 38, - "forks": 5, + "stars": 39, + "forks": 6, "open_issues": 1, "last_commit": "2019-03-04T14:09:40Z", "created_at": "2018-10-05T10:34:13Z", @@ -15443,9 +17513,9 @@ "default_branch": "master", "github_url": "https://github.com/mumuxme/materialize-jekyll", "demo_url": "https://mumuxme.github.io/materialize-jekyll/", - "stars": 37, - "forks": 23, - "open_issues": 1, + "stars": 39, + "forks": 30, + "open_issues": 3, "last_commit": "2020-08-08T08:34:04Z", "created_at": "2015-11-01T14:16:55Z", "description": "Jekyll theme based on materialize.", @@ -15466,10 +17536,10 @@ "default_branch": "master", "github_url": "https://github.com/MunifTanjim/minimo", "demo_url": "https://minimo.netlify.com/", - "stars": 463, - "forks": 221, - "open_issues": 30, - "last_commit": "2021-05-15T15:41:53Z", + "stars": 531, + "forks": 222, + "open_issues": 37, + "last_commit": "2023-01-01T02:37:47Z", "created_at": "2017-05-18T22:32:21Z", "description": "Minimo - Minimalist theme for Hugo", "images": { @@ -15489,12 +17559,12 @@ "default_branch": "master", "github_url": "https://github.com/murraco/jekyll-theme-minimal-resume", "demo_url": "https://jekyll-theme-minimal-resume.netlify.com/", - "stars": 305, - "forks": 446, - "open_issues": 0, - "last_commit": "2021-05-10T13:50:06Z", + "stars": 424, + "forks": 524, + "open_issues": 4, + "last_commit": "2023-01-16T19:55:46Z", "created_at": "2017-11-16T01:45:13Z", - "description": "Simple Jekyll theme for a minimal resume website: https://jekyll-theme-minimal-resume.netlify.com/", + "description": "Simple Jekyll theme for a minimal resume website: https://jekyll-theme-minimal-resume.netlify.com", "images": { "hires": "https://www.jamstackthemes.dev/capture/murraco-jekyll-theme-minimal-resume.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/murraco-jekyll-theme-minimal-resume.jpg", @@ -15512,8 +17582,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/mushishi78/jekyll-video", "demo_url": "https://mushishi78.github.io/jekyll-video/", - "stars": 16, - "forks": 29, + "stars": 19, + "forks": 32, "open_issues": 0, "last_commit": "2015-08-24T03:06:19Z", "created_at": "2015-08-24T01:18:55Z", @@ -15535,8 +17605,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/mushishi78/one-page-wonder-jekyll", "demo_url": "https://mushishi78.github.io/one-page-wonder-jekyll", - "stars": 30, - "forks": 58, + "stars": 31, + "forks": 64, "open_issues": 0, "last_commit": "2015-05-09T18:23:40Z", "created_at": "2015-04-22T13:12:24Z", @@ -15558,10 +17628,10 @@ "default_branch": "gh-pages", "github_url": "https://github.com/mx3m/hikari-for-jekyll", "demo_url": "https://mx3m.github.io/hikari-for-Jekyll/", - "stars": 225, - "forks": 85, + "stars": 232, + "forks": 89, "open_issues": 0, - "last_commit": "2020-07-07T14:30:54Z", + "last_commit": "2021-08-02T22:20:25Z", "created_at": "2014-02-01T08:30:55Z", "description": "An open-source theme for Jekyll", "images": { @@ -15650,9 +17720,9 @@ "default_branch": "master", "github_url": "https://github.com/nairobilug/pelican-alchemy", "demo_url": "https://nairobilug.github.io/pelican-alchemy/", - "stars": 119, - "forks": 73, - "open_issues": 5, + "stars": 130, + "forks": 80, + "open_issues": 7, "last_commit": "2019-04-28T14:09:36Z", "created_at": "2013-11-25T04:48:18Z", "description": "A ✨ functional, clean, responsive Pelican theme", @@ -15675,7 +17745,7 @@ "demo_url": "https://nakorn.dev/vuepress-theme-bulma/", "stars": 68, "forks": 22, - "open_issues": 9, + "open_issues": 10, "last_commit": "2020-04-27T04:00:20Z", "created_at": "2018-07-16T12:37:30Z", "description": "A pure Bulma.css theme for VuePress", @@ -15696,7 +17766,7 @@ "default_branch": "master", "github_url": "https://github.com/nandomoreirame/dotX", "demo_url": "https://nandomoreirame.github.io/dotX/", - "stars": 83, + "stars": 84, "forks": 55, "open_issues": 8, "last_commit": "2018-01-16T17:49:44Z", @@ -15719,8 +17789,8 @@ "default_branch": "master", "github_url": "https://github.com/nandomoreirame/end2end", "demo_url": "https://nandomoreirame.github.io/end2end/", - "stars": 268, - "forks": 198, + "stars": 272, + "forks": 201, "open_issues": 7, "last_commit": "2019-03-25T12:39:20Z", "created_at": "2015-11-26T15:45:00Z", @@ -15743,7 +17813,7 @@ "github_url": "https://github.com/nandomoreirame/lora", "demo_url": "https://nandomoreira.me/lora/", "stars": 31, - "forks": 31, + "forks": 33, "open_issues": 1, "last_commit": "2018-01-16T17:49:49Z", "created_at": "2015-11-15T17:33:04Z", @@ -15811,8 +17881,8 @@ "default_branch": "master", "github_url": "https://github.com/nandomoreirame/simplest", "demo_url": "https://nandomoreira.me/simplest/", - "stars": 131, - "forks": 45, + "stars": 130, + "forks": 46, "open_issues": 6, "last_commit": "2018-01-04T15:36:41Z", "created_at": "2015-12-10T15:28:29Z", @@ -15834,8 +17904,8 @@ "default_branch": "master", "github_url": "https://github.com/nandomoreirame/zetsu", "demo_url": "https://nandomoreirame.github.io/zetsu/", - "stars": 43, - "forks": 43, + "stars": 42, + "forks": 40, "open_issues": 3, "last_commit": "2018-01-16T17:48:45Z", "created_at": "2015-08-08T05:58:15Z", @@ -15853,16 +17923,16 @@ "title": "Paper", "github_username": "nanxiaobei", "repo": "nanxiaobei/hugo-paper", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/nanxiaobei/hugo-paper", "demo_url": "https://nanxiaobei.github.io/hugo-paper/", - "stars": 591, - "forks": 124, + "stars": 1328, + "forks": 292, "open_issues": 0, - "last_commit": "2021-04-22T20:57:38Z", + "last_commit": "2023-01-12T07:17:56Z", "created_at": "2018-01-08T16:26:30Z", - "description": "🥛 A simple, clean, flexible Hugo theme", + "description": "🪺 A simple, clean, flexible Hugo theme", "images": { "hires": "https://www.jamstackthemes.dev/capture/nanxiaobei-hugo-paper.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nanxiaobei-hugo-paper.jpg", @@ -15880,8 +17950,8 @@ "default_branch": "master", "github_url": "https://github.com/narative/gatsby-theme-novela", "demo_url": "https://novela.narative.co/", - "stars": 1720, - "forks": 507, + "stars": 1726, + "forks": 511, "open_issues": 80, "last_commit": "2021-06-04T17:26:13Z", "created_at": "2019-08-01T04:08:19Z", @@ -15904,7 +17974,7 @@ "github_url": "https://github.com/natarajmb/charaka-hugo-theme", "demo_url": "https://themes.gohugo.io/theme/charaka-hugo-theme/", "stars": 40, - "forks": 31, + "forks": 30, "open_issues": 1, "last_commit": "2020-12-15T11:37:36Z", "created_at": "2018-08-21T20:17:16Z", @@ -15927,7 +17997,7 @@ "github_url": "https://github.com/nathancday/min_night", "demo_url": "https://www.natedayta.com/", "stars": 20, - "forks": 20, + "forks": 21, "open_issues": 0, "last_commit": "2020-12-07T21:26:18Z", "created_at": "2018-05-19T17:36:39Z", @@ -15938,6 +18008,52 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nathancday-min_night-2x.jpg" } }, + "naufaldi-next-landing-vpn": { + "theme_key": "naufaldi-next-landing-vpn", + "file": "next-landing-vpn.md", + "name": "next-landing-vpn", + "title": "Tailwind VPN Landingpage", + "github_username": "naufaldi", + "repo": "naufaldi/next-landing-vpn", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/naufaldi/next-landing-vpn", + "demo_url": "https://next-landing-vpn.vercel.app/", + "stars": 229, + "forks": 119, + "open_issues": 7, + "last_commit": "2022-10-12T15:14:37Z", + "created_at": "2020-11-28T01:36:44Z", + "description": "An Open Source Landingpage For VPN or Apps. Build using NextJS 12 and Tailwind v3.0", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/naufaldi-next-landing-vpn.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/naufaldi-next-landing-vpn.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/naufaldi-next-landing-vpn-2x.jpg" + } + }, + "ndimatteo-hull": { + "theme_key": "ndimatteo-hull", + "file": "next-hull.md", + "name": "HULL", + "title": "HULL", + "github_username": "ndimatteo", + "repo": "ndimatteo/HULL", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/ndimatteo/HULL", + "demo_url": "https://hull.dev", + "stars": 1103, + "forks": 109, + "open_issues": 7, + "last_commit": "2022-12-28T22:41:25Z", + "created_at": "2020-10-19T19:00:26Z", + "description": "💀 Headless Shopify Starter – powered by Next.js + Sanity.io", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/ndimatteo-hull.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ndimatteo-hull.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ndimatteo-hull-2x.jpg" + } + }, "nehalist-gatsby-starter-nehalem": { "theme_key": "nehalist-gatsby-starter-nehalem", "file": "gatsby-starter-nehalem.md", @@ -15950,8 +18066,8 @@ "github_url": "https://github.com/nehalist/gatsby-starter-nehalem", "demo_url": "https://nehalem.netlify.com/", "stars": 39, - "forks": 20, - "open_issues": 18, + "forks": 21, + "open_issues": 31, "last_commit": "2020-03-17T21:04:39Z", "created_at": "2019-09-07T15:57:10Z", "description": null, @@ -15975,7 +18091,7 @@ "stars": 10, "forks": 16, "open_issues": 7, - "last_commit": "2014-11-11T09:07:15Z", + "last_commit": "2021-10-09T19:24:14Z", "created_at": "2014-10-23T03:14:41Z", "description": "Bootstrap theme for GitHub Pages (Jekyll).", "images": { @@ -15991,14 +18107,14 @@ "title": "Gatsby Starter Netlify CMS", "github_username": "netlify-templates", "repo": "netlify-templates/gatsby-starter-netlify-cms", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/netlify-templates/gatsby-starter-netlify-cms", "demo_url": "https://gatsby-netlify-cms.netlify.com/", - "stars": 1877, - "forks": 947, - "open_issues": 58, - "last_commit": "2021-06-28T00:47:09Z", + "stars": 2023, + "forks": 1008, + "open_issues": 36, + "last_commit": "2023-01-23T01:49:04Z", "created_at": "2017-08-15T23:15:14Z", "description": "Example gatsby + netlify cms project", "images": { @@ -16014,14 +18130,14 @@ "title": "Hugo starter Kaldi", "github_username": "netlify-templates", "repo": "netlify-templates/one-click-hugo-cms", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/netlify-templates/one-click-hugo-cms", "demo_url": "https://master-template-one-click-hugo-cms.netlify.com/", - "stars": 329, - "forks": 197, - "open_issues": 36, - "last_commit": "2021-06-28T03:58:48Z", + "stars": 419, + "forks": 281, + "open_issues": 28, + "last_commit": "2023-01-23T01:37:39Z", "created_at": "2017-09-07T03:11:30Z", "description": "Hugo template with Netlify CMS", "images": { @@ -16030,6 +18146,52 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/netlify-templates-one-click-hugo-cms-2x.jpg" } }, + "netlify-templates-tanstack-template": { + "theme_key": "netlify-templates-tanstack-template", + "file": "tanstack-chat.md", + "name": "tanstack-template", + "title": "TanStack Chat Template", + "github_username": "netlify-templates", + "repo": "netlify-templates/tanstack-template", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/netlify-templates/tanstack-template", + "demo_url": "https://tanstack-starter.netlify.app/", + "stars": 10, + "forks": 2, + "open_issues": 1, + "last_commit": "2025-03-20T07:29:51Z", + "created_at": "2025-03-05T14:35:57Z", + "description": "A modern chat template built with TanStack Router, Claude AI, Sentry, and Convex integrations, featuring a clean and responsive interface.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/netlify-templates-tanstack-template.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/netlify-templates-tanstack-template.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/netlify-templates-tanstack-template-2x.jpg" + } + }, + "nextacular-nextacular": { + "theme_key": "arjayosma-nextacular", + "file": "nextacular.md", + "name": "nextacular", + "title": "Nextacular", + "github_username": "nextacular", + "repo": "nextacular/nextacular", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/nextacular/nextacular", + "demo_url": "https://demo.nextacular.co", + "stars": 507, + "forks": 89, + "open_issues": 10, + "last_commit": "2023-01-22T12:50:25Z", + "created_at": "2022-01-07T01:12:41Z", + "description": "An open-source starter kit that will help you build full-stack multi-tenant SaaS platforms efficiently and help you focus on developing your core SaaS features. Built on top of popular and modern technologies such as Next JS, Tailwind, Prisma, and Stripe.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/arjayosma-nextacular.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/arjayosma-nextacular.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/arjayosma-nextacular-2x.jpg" + } + }, "ngzhio-jekyll-theme-hamilton": { "theme_key": "ngzhio-jekyll-theme-hamilton", "file": "hamilton.md", @@ -16064,8 +18226,8 @@ "default_branch": "master", "github_url": "https://github.com/nickbalestra/kactus", "demo_url": "https://nick.balestra.ch/2015/Kactus/", - "stars": 393, - "forks": 180, + "stars": 390, + "forks": 167, "open_issues": 12, "last_commit": "2017-09-12T09:18:08Z", "created_at": "2015-06-11T18:10:48Z", @@ -16087,9 +18249,9 @@ "default_branch": "master", "github_url": "https://github.com/nielsenramon/chalk", "demo_url": "https://chalk.nielsenramon.com", - "stars": 1018, - "forks": 428, - "open_issues": 30, + "stars": 1142, + "forks": 438, + "open_issues": 33, "last_commit": "2019-12-21T19:44:00Z", "created_at": "2016-07-26T20:59:57Z", "description": "Chalk is a high quality, completely customizable, performant and 100% free Jekyll blog theme.", @@ -16110,10 +18272,10 @@ "default_branch": "master", "github_url": "https://github.com/niklasbuschmann/contrast", "demo_url": "https://niklasbuschmann.github.io/contrast/", - "stars": 206, - "forks": 355, - "open_issues": 8, - "last_commit": "2021-06-23T10:41:42Z", + "stars": 312, + "forks": 1340, + "open_issues": 19, + "last_commit": "2021-09-12T13:41:04Z", "created_at": "2018-01-19T01:23:22Z", "description": "Jekyll Theme", "images": { @@ -16133,9 +18295,9 @@ "default_branch": "master", "github_url": "https://github.com/niklasbuschmann/contrast-hugo", "demo_url": "https://themes.gohugo.io/theme/contrast-hugo/", - "stars": 27, + "stars": 30, "forks": 25, - "open_issues": 3, + "open_issues": 4, "last_commit": "2021-03-13T14:06:59Z", "created_at": "2019-07-15T13:03:07Z", "description": "Minimalistic Hugo theme", @@ -16156,10 +18318,10 @@ "default_branch": "master", "github_url": "https://github.com/niklasmtj/gatsby-starter-julia", "demo_url": "https://gatsby-starter-julia.netlify.com/", - "stars": 154, - "forks": 43, - "open_issues": 0, - "last_commit": "2020-10-06T13:44:06Z", + "stars": 164, + "forks": 40, + "open_issues": 2, + "last_commit": "2023-01-08T08:09:36Z", "created_at": "2019-03-17T20:42:55Z", "description": "A minimal GatsbyJS blog starter with landingpage, estimated reading time, markdown sourcing and much more.", "images": { @@ -16179,8 +18341,8 @@ "default_branch": "master", "github_url": "https://github.com/nikrich/jekyll-slender-template", "demo_url": "https://nikrich.github.io/jekyll-slender-template/#", - "stars": 46, - "forks": 46, + "stars": 47, + "forks": 47, "open_issues": 0, "last_commit": "2016-04-13T15:09:29Z", "created_at": "2016-03-30T10:52:12Z", @@ -16202,8 +18364,8 @@ "default_branch": "master", "github_url": "https://github.com/nikrich/jekyll-wing-template", "demo_url": "https://nikrich.github.io/jekyll-wing-template/#", - "stars": 41, - "forks": 97, + "stars": 40, + "forks": 94, "open_issues": 0, "last_commit": "2016-09-30T08:50:25Z", "created_at": "2016-07-19T09:48:57Z", @@ -16227,7 +18389,7 @@ "demo_url": "https://ninapetrop.github.io/Artist-Theme/", "stars": 90, "forks": 106, - "open_issues": 2, + "open_issues": 3, "last_commit": "2016-05-25T17:23:38Z", "created_at": "2016-01-31T20:52:26Z", "description": "A free Jekyll theme", @@ -16248,10 +18410,10 @@ "default_branch": "master", "github_url": "https://github.com/nirocfz/arabica", "demo_url": "https://arabica.netlify.com/", - "stars": 16, - "forks": 31, + "stars": 18, + "forks": 35, "open_issues": 1, - "last_commit": "2019-10-12T23:18:50Z", + "last_commit": "2022-04-04T02:51:04Z", "created_at": "2018-09-11T05:31:47Z", "description": "A port of the Ghost arabica theme for Hugo", "images": { @@ -16272,7 +18434,7 @@ "github_url": "https://github.com/nix1947/jekyll-hilmi", "demo_url": "https://nix1947.github.io/jekyll-hilmi", "stars": 3, - "forks": 4, + "forks": 3, "open_issues": 1, "last_commit": "2017-01-01T14:54:47Z", "created_at": "2017-01-01T14:27:40Z", @@ -16317,10 +18479,10 @@ "default_branch": "master", "github_url": "https://github.com/nodejh/hugo-theme-mini", "demo_url": "https://themes.gohugo.io/theme/hugo-theme-cactus-plus/", - "stars": 394, - "forks": 167, - "open_issues": 38, - "last_commit": "2021-05-17T02:03:52Z", + "stars": 428, + "forks": 179, + "open_issues": 25, + "last_commit": "2021-08-22T15:02:45Z", "created_at": "2017-01-15T14:56:47Z", "description": "A fast, minimalist and responsive hugo theme for bloggers.", "images": { @@ -16340,8 +18502,8 @@ "default_branch": "master", "github_url": "https://github.com/notpushkin/mkdocs-alabaster", "demo_url": "https://mkdocs-alabaster.ale.sh/", - "stars": 35, - "forks": 8, + "stars": 36, + "forks": 9, "open_issues": 4, "last_commit": "2020-06-16T08:22:23Z", "created_at": "2016-01-29T22:40:46Z", @@ -16363,10 +18525,10 @@ "default_branch": "master", "github_url": "https://github.com/nrandecker/particle", "demo_url": "https://nrandecker.github.io/particle", - "stars": 799, - "forks": 928, - "open_issues": 13, - "last_commit": "2019-02-27T08:40:47Z", + "stars": 934, + "forks": 1058, + "open_issues": 0, + "last_commit": "2021-09-20T22:20:59Z", "created_at": "2017-01-17T05:20:07Z", "description": "A simple portfolio Jekyll theme:", "images": { @@ -16387,7 +18549,7 @@ "github_url": "https://github.com/nryotaro/Siera", "demo_url": "https://ranceworks.com/", "stars": 32, - "forks": 54, + "forks": 53, "open_issues": 1, "last_commit": "2016-01-01T00:40:04Z", "created_at": "2015-11-14T07:47:20Z", @@ -16398,6 +18560,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kazumasato-siera-2x.jpg" } }, + "nunocoracao-blowfish": { + "theme_key": "nunocoracao-blowfish", + "file": "blowfish.md", + "name": "blowfish", + "title": "Blowfish", + "github_username": "nunocoracao", + "repo": "nunocoracao/blowfish", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/nunocoracao/blowfish", + "demo_url": "https://nunocoracao.github.io/blowfish/", + "stars": 247, + "forks": 76, + "open_issues": 5, + "last_commit": "2023-01-18T21:45:33Z", + "created_at": "2022-09-09T20:38:52Z", + "description": "Personal Website & Blog Theme for Hugo", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/nunocoracao-blowfish.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nunocoracao-blowfish.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nunocoracao-blowfish-2x.jpg" + } + }, "nurlansu-hugo-sustain": { "theme_key": "nurlansu-hugo-sustain", "file": "hugo-sustain.md", @@ -16409,8 +18594,8 @@ "default_branch": "master", "github_url": "https://github.com/nurlansu/hugo-sustain", "demo_url": "https://demo.nurlan.co/hugo-sustain/", - "stars": 168, - "forks": 112, + "stars": 170, + "forks": 114, "open_issues": 6, "last_commit": "2021-02-13T17:20:29Z", "created_at": "2016-10-22T07:21:04Z", @@ -16433,7 +18618,7 @@ "github_url": "https://github.com/octoxalis/11tyframe", "demo_url": "https://11tyframe.netlify.com", "stars": 6, - "forks": 3, + "forks": 2, "open_issues": 3, "last_commit": "2020-05-14T17:50:32Z", "created_at": "2019-10-27T15:30:44Z", @@ -16455,9 +18640,9 @@ "default_branch": "master", "github_url": "https://github.com/OFranke/gatsby-typescript-scss-docker", "demo_url": "https://gatsby-typescript-scss-docker-starter.netlify.com/", - "stars": 11, - "forks": 2, - "open_issues": 17, + "stars": 12, + "forks": 1, + "open_issues": 28, "last_commit": "2019-07-21T19:39:32Z", "created_at": "2018-12-16T20:28:09Z", "description": "gatsby with typescript, scss typed modules, eslint, prettier & husky, docker", @@ -16478,10 +18663,10 @@ "default_branch": "master", "github_url": "https://github.com/ohduran/Onassis", "demo_url": "https://ohduran.github.io/Onassis", - "stars": 19, - "forks": 21, - "open_issues": 1, - "last_commit": "2020-03-05T09:57:41Z", + "stars": 23, + "forks": 24, + "open_issues": 2, + "last_commit": "2021-07-15T19:15:57Z", "created_at": "2019-10-16T21:11:55Z", "description": "The Onassis Theme for Jekyll", "images": { @@ -16501,10 +18686,10 @@ "default_branch": "master", "github_url": "https://github.com/ohduran/the-interesting-times", "demo_url": "https://ohduran.github.io/the-interesting-times", - "stars": 28, - "forks": 22, - "open_issues": 0, - "last_commit": "2020-09-16T07:38:33Z", + "stars": 47, + "forks": 38, + "open_issues": 1, + "last_commit": "2021-07-15T19:15:46Z", "created_at": "2019-10-06T21:10:52Z", "description": "The Interesting Times Theme for Jekyll", "images": { @@ -16524,9 +18709,9 @@ "default_branch": "master", "github_url": "https://github.com/okkur/syna", "demo_url": "https://themes.gohugo.io/theme/syna/", - "stars": 210, - "forks": 110, - "open_issues": 78, + "stars": 218, + "forks": 108, + "open_issues": 79, "last_commit": "2021-06-07T10:03:37Z", "created_at": "2017-09-07T11:51:44Z", "description": "Highly customizable open source theme for Hugo based static websites", @@ -16547,8 +18732,8 @@ "default_branch": "master", "github_url": "https://github.com/olakara/JekyllMetro", "demo_url": "https://abdelraoof.com", - "stars": 61, - "forks": 84, + "stars": 63, + "forks": 82, "open_issues": 2, "last_commit": "2017-04-14T04:38:30Z", "created_at": "2014-06-17T14:07:26Z", @@ -16570,8 +18755,8 @@ "default_branch": "master", "github_url": "https://github.com/old-jekyll-templates/DopeTrope-Jekyll-Theme", "demo_url": "https://html5up.net/dopetrope", - "stars": 56, - "forks": 63, + "stars": 58, + "forks": 65, "open_issues": 3, "last_commit": "2015-09-13T23:34:58Z", "created_at": "2015-01-07T23:00:38Z", @@ -16593,8 +18778,8 @@ "default_branch": "master", "github_url": "https://github.com/old-jekyll-templates/Strata-Jekyll-Theme", "demo_url": "https://html5up.net/strata", - "stars": 132, - "forks": 203, + "stars": 133, + "forks": 207, "open_issues": 11, "last_commit": "2017-01-23T17:47:28Z", "created_at": "2015-04-26T18:24:31Z", @@ -16616,8 +18801,8 @@ "default_branch": "master", "github_url": "https://github.com/old-jekyll-templates/Twenty-Jekyll-Theme", "demo_url": "https://html5up.net/twenty", - "stars": 80, - "forks": 112, + "stars": 81, + "forks": 110, "open_issues": 2, "last_commit": "2015-01-07T22:44:35Z", "created_at": "2015-01-07T02:59:06Z", @@ -16628,6 +18813,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cloudcannon-twenty-jekyll-theme-2x.jpg" } }, + "olivier3lanc-jekyll-libdoc": { + "theme_key": "olivier3lanc-jekyll-libdoc", + "file": "jekyll-libdoc.md", + "name": "Jekyll-LibDoc", + "title": "Jekyll LibDoc", + "github_username": "olivier3lanc", + "repo": "olivier3lanc/Jekyll-LibDoc", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/olivier3lanc/Jekyll-LibDoc", + "demo_url": "https://olivier3lanc.github.io/Jekyll-LibDoc/", + "stars": 13, + "forks": 15, + "open_issues": 0, + "last_commit": "2023-01-22T19:38:19Z", + "created_at": "2021-03-02T21:15:03Z", + "description": "A Jekyll documentation theme with built-in search and playground", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/olivier3lanc-jekyll-libdoc.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/olivier3lanc-jekyll-libdoc.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/olivier3lanc-jekyll-libdoc-2x.jpg" + } + }, "olowolo-hugo-theme-even": { "theme_key": "olowolo-hugo-theme-even", "file": "hugo-theme-even.md", @@ -16639,9 +18847,9 @@ "default_branch": "master", "github_url": "https://github.com/olOwOlo/hugo-theme-even", "demo_url": "https://blog.olowolo.com/example-site/", - "stars": 1327, - "forks": 553, - "open_issues": 8, + "stars": 1550, + "forks": 622, + "open_issues": 12, "last_commit": "2021-01-19T13:36:26Z", "created_at": "2017-08-28T09:20:45Z", "description": "🚀 A super concise theme for Hugo https://hugo-theme-even.netlify.app", @@ -16662,9 +18870,9 @@ "default_branch": "master", "github_url": "https://github.com/ondrabus/gridsome-starter-kontent-lumen", "demo_url": "https://gridsome-starter-kontent-lumen.netlify.app", - "stars": 6, + "stars": 9, "forks": 4, - "open_issues": 0, + "open_issues": 1, "last_commit": "2020-10-05T10:43:45Z", "created_at": "2020-09-30T11:46:10Z", "description": "Lumen is a minimal, lightweight and mobile-first starter for creating blogs using Gridsome and Kentico Kontent.", @@ -16685,8 +18893,8 @@ "default_branch": "main", "github_url": "https://github.com/ondrabus/scully-starter-kontent-lumen", "demo_url": "https://scully-starter-kontent-lumen.netlify.app/", - "stars": 1, - "forks": 0, + "stars": 2, + "forks": 3, "open_issues": 0, "last_commit": "2020-11-05T15:04:26Z", "created_at": "2020-10-27T17:21:10Z", @@ -16697,6 +18905,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ondrabus-scully-starter-kontent-lumen-2x.jpg" } }, + "onepase-ephesus": { + "theme_key": "onepase-ephesus", + "file": "Ephesus.md", + "name": "Ephesus", + "title": "Ephesus", + "github_username": "onepase", + "repo": "onepase/Ephesus", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/onepase/Ephesus", + "demo_url": "https://pardin.us/ephesus", + "stars": 59, + "forks": 40, + "open_issues": 1, + "last_commit": "2021-11-21T20:05:31Z", + "created_at": "2021-09-22T21:42:54Z", + "description": "Ephesus is a minimalist Jekyll theme, designed for personal blog use.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/onepase-ephesus.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/onepase-ephesus.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/onepase-ephesus-2x.jpg" + } + }, "onweru-compose": { "theme_key": "onweru-compose", "file": "compose.md", @@ -16708,10 +18939,10 @@ "default_branch": "master", "github_url": "https://github.com/onweru/compose", "demo_url": "https://docs.neuralvibes.com", - "stars": 116, - "forks": 48, - "open_issues": 5, - "last_commit": "2021-06-02T16:50:38Z", + "stars": 199, + "forks": 77, + "open_issues": 18, + "last_commit": "2023-01-23T16:24:13Z", "created_at": "2020-01-28T20:17:23Z", "description": "A Hugo theme for documentation sites. It's inspired by https://forestry.io/docs/welcome/", "images": { @@ -16731,10 +18962,10 @@ "default_branch": "master", "github_url": "https://github.com/onweru/hugo-swift-theme", "demo_url": "https://neuralvibes.com", - "stars": 97, + "stars": 112, "forks": 68, - "open_issues": 1, - "last_commit": "2021-05-31T14:55:04Z", + "open_issues": 2, + "last_commit": "2021-08-13T12:06:37Z", "created_at": "2019-02-14T21:49:30Z", "description": "A simple open source theme for publishing with hugo", "images": { @@ -16754,10 +18985,10 @@ "default_branch": "master", "github_url": "https://github.com/onweru/newsroom", "demo_url": "https://rooms.netlify.com", - "stars": 137, - "forks": 60, - "open_issues": 4, - "last_commit": "2021-05-31T14:57:33Z", + "stars": 212, + "forks": 93, + "open_issues": 3, + "last_commit": "2023-01-11T19:51:45Z", "created_at": "2019-08-15T20:25:37Z", "description": "A simple, minimalistic Hugo theme. View Demo here", "images": { @@ -16766,6 +18997,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/onweru-newsroom-2x.jpg" } }, + "onwidget-astrowind": { + "theme_key": "onwidget-astrowind", + "file": "AstroWind.md", + "name": "astrowind", + "title": "AstroWind", + "github_username": "onwidget", + "repo": "onwidget/astrowind", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/onwidget/astrowind", + "demo_url": "https://astrowind.vercel.app/", + "stars": 771, + "forks": 186, + "open_issues": 9, + "last_commit": "2023-04-01T20:13:53Z", + "created_at": "2022-06-24T03:13:29Z", + "description": "⭕️ AstroWind: A free template using Astro 2.0 and Tailwind CSS.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/onwidget-astrowind.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/onwidget-astrowind.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/onwidget-astrowind-2x.jpg" + } + }, "open-sl-jekyll-modern-blog": { "theme_key": "open-sl-jekyll-modern-blog", "file": "jekyll-Modern-Blog-V2-theme.md", @@ -16777,8 +19031,8 @@ "default_branch": "master", "github_url": "https://github.com/Open-SL/Jekyll-Modern-Blog", "demo_url": "https://open-sl.github.io/Jekyll-Modern-Blog/", - "stars": 16, - "forks": 19, + "stars": 17, + "forks": 18, "open_issues": 2, "last_commit": "2017-03-12T15:53:46Z", "created_at": "2017-03-12T15:47:54Z", @@ -16823,10 +19077,10 @@ "default_branch": "master", "github_url": "https://github.com/orderedlist/minimal", "demo_url": "https://orderedlist.com/minimal/", - "stars": 1866, - "forks": 615, - "open_issues": 27, - "last_commit": "2017-11-02T16:58:01Z", + "stars": 2077, + "forks": 704, + "open_issues": 36, + "last_commit": "2022-08-17T21:24:32Z", "created_at": "2012-04-05T13:10:55Z", "description": "A Theme for GitHub Pages", "images": { @@ -16846,9 +19100,9 @@ "default_branch": "master", "github_url": "https://github.com/orderedlist/modernist", "demo_url": "https://orderedlist.com/modernist/", - "stars": 454, - "forks": 92, - "open_issues": 7, + "stars": 465, + "forks": 96, + "open_issues": 6, "last_commit": "2013-10-29T04:34:57Z", "created_at": "2012-04-05T13:57:48Z", "description": "A Theme for GitHub Pages", @@ -16892,9 +19146,9 @@ "default_branch": "master", "github_url": "https://github.com/ovidiumihaibelciug/gatsby-firebase-starter", "demo_url": "https://gatsby-firebase-starter.netlify.com/", - "stars": 58, - "forks": 17, - "open_issues": 4, + "stars": 60, + "forks": 18, + "open_issues": 19, "last_commit": "2020-03-31T05:56:15Z", "created_at": "2019-07-20T08:11:06Z", "description": "🔥 Starter Project / Boilerplate for Authentication and creating Dynamic pages from collections with Firebase and Gatsby.js. ", @@ -16915,8 +19169,8 @@ "default_branch": "master", "github_url": "https://github.com/ozgrozer/dasper", "demo_url": "https://ozgrozer.github.io/dasper/", - "stars": 76, - "forks": 56, + "stars": 77, + "forks": 59, "open_issues": 4, "last_commit": "2019-05-31T17:06:13Z", "created_at": "2016-05-15T14:47:40Z", @@ -16938,10 +19192,10 @@ "default_branch": "master", "github_url": "https://github.com/P0WEX/Gesko", "demo_url": "https://p0wex.github.io/Gesko/", - "stars": 15, - "forks": 6, - "open_issues": 0, - "last_commit": "2021-06-24T07:41:54Z", + "stars": 118, + "forks": 54, + "open_issues": 1, + "last_commit": "2022-02-09T20:35:02Z", "created_at": "2021-05-03T10:42:54Z", "description": "Gesko is a simple and minimalistic jekyll blogging theme.", "images": { @@ -16963,7 +19217,7 @@ "demo_url": "https://gatsby-starter-wordpress-community.netlify.com/", "stars": 9, "forks": 9, - "open_issues": 15, + "open_issues": 29, "last_commit": "2019-09-10T09:06:00Z", "created_at": "2019-02-20T20:16:18Z", "description": "Gatsby Starter to launch your blog from WordPress", @@ -16984,10 +19238,10 @@ "default_branch": "master", "github_url": "https://github.com/pacollins/hugo-future-imperfect-slim", "demo_url": "https://themes.gohugo.io/theme/hugo-future-imperfect-slim/", - "stars": 256, - "forks": 185, - "open_issues": 27, - "last_commit": "2021-06-17T07:27:22Z", + "stars": 269, + "forks": 184, + "open_issues": 26, + "last_commit": "2021-07-04T02:14:29Z", "created_at": "2019-04-06T17:48:53Z", "description": "Multilingual Blogging Theme for Hugo | Check the Wiki for Documentation", "images": { @@ -17007,12 +19261,12 @@ "default_branch": "master", "github_url": "https://github.com/PandaSekh/Jekyll-Podcaster", "demo_url": "https://jekyll-podcaster.netlify.app/", - "stars": 30, - "forks": 13, + "stars": 47, + "forks": 20, "open_issues": 0, - "last_commit": "2021-05-17T07:48:21Z", + "last_commit": "2022-09-12T18:25:34Z", "created_at": "2020-05-26T21:38:52Z", - "description": "Podcaster is a dynamic Jekyll theme built for... Podcasters!", + "description": "🎙 Podcaster is a dynamic Jekyll theme built for podcasters!", "images": { "hires": "https://www.jamstackthemes.dev/capture/pandasekh-jekyll-podcaster.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/pandasekh-jekyll-podcaster.jpg", @@ -17030,8 +19284,8 @@ "default_branch": "master", "github_url": "https://github.com/PandaSekh/Jekyll-YAMT", "demo_url": "https://yamt.netlify.app/", - "stars": 60, - "forks": 68, + "stars": 70, + "forks": 83, "open_issues": 0, "last_commit": "2021-02-27T12:36:58Z", "created_at": "2020-05-12T19:18:18Z", @@ -17053,9 +19307,9 @@ "default_branch": "master", "github_url": "https://github.com/panr/gatsby-starter-hello-friend", "demo_url": "https://gatsby-hello-friend.now.sh/", - "stars": 166, - "forks": 74, - "open_issues": 7, + "stars": 170, + "forks": 79, + "open_issues": 8, "last_commit": "2020-06-13T13:58:44Z", "created_at": "2019-01-03T15:03:41Z", "description": "Pretty basic starter for Gatsby that covers all of the essentials. All you have to do is start typing!", @@ -17076,10 +19330,10 @@ "default_branch": "master", "github_url": "https://github.com/panr/hugo-theme-hello-friend", "demo_url": "https://hugo-hello-friend.now.sh/", - "stars": 643, - "forks": 783, - "open_issues": 34, - "last_commit": "2021-05-12T21:50:33Z", + "stars": 969, + "forks": 1066, + "open_issues": 23, + "last_commit": "2023-01-07T22:52:12Z", "created_at": "2018-07-20T17:13:14Z", "description": "Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!", "images": { @@ -17099,10 +19353,10 @@ "default_branch": "master", "github_url": "https://github.com/panr/hugo-theme-terminal", "demo_url": "https://hugo-terminal.now.sh/", - "stars": 920, - "forks": 347, - "open_issues": 26, - "last_commit": "2021-05-12T21:33:22Z", + "stars": 1626, + "forks": 592, + "open_issues": 19, + "last_commit": "2023-01-21T22:12:58Z", "created_at": "2019-01-27T23:58:03Z", "description": "A simple, retro theme for Hugo", "images": { @@ -17123,8 +19377,8 @@ "github_url": "https://github.com/panxw/panxw.github.com", "demo_url": "https://www.panxw.com/", "stars": 4, - "forks": 8, - "open_issues": 2, + "forks": 9, + "open_issues": 1, "last_commit": "2020-04-06T10:12:31Z", "created_at": "2015-08-21T04:20:04Z", "description": "Blog theme powered by Jekyll.", @@ -17145,9 +19399,9 @@ "default_branch": "master", "github_url": "https://github.com/parmsang/gatsby-starter-ecommerce", "demo_url": "https://parmsang.github.io/gatsby-starter-ecommerce/", - "stars": 463, - "forks": 142, - "open_issues": 2, + "stars": 491, + "forks": 150, + "open_issues": 18, "last_commit": "2021-04-11T15:37:52Z", "created_at": "2018-06-08T07:15:32Z", "description": "Gatsby starter for creating an eCommerce site using the Moltin eCommerce Api", @@ -17168,10 +19422,10 @@ "default_branch": "master", "github_url": "https://github.com/parsiya/Hugo-Octopress", "demo_url": "https://hugo-octopress-test.s3-website-us-east-1.amazonaws.com/", - "stars": 99, - "forks": 37, + "stars": 103, + "forks": 35, "open_issues": 11, - "last_commit": "2021-02-23T05:14:48Z", + "last_commit": "2021-04-16T20:55:36Z", "created_at": "2016-02-02T06:55:49Z", "description": "Port of the classic Octopress theme to Hugo", "images": { @@ -17191,7 +19445,7 @@ "default_branch": "master", "github_url": "https://github.com/pasindud/jekyll-masonry", "demo_url": "https://pasindud.github.io/", - "stars": 36, + "stars": 37, "forks": 42, "open_issues": 1, "last_commit": "2015-09-08T11:59:51Z", @@ -17214,9 +19468,9 @@ "default_branch": "master", "github_url": "https://github.com/patdryburgh/hitchens", "demo_url": "https://patdryburgh.github.io/hitchens/", - "stars": 171, - "forks": 169, - "open_issues": 0, + "stars": 241, + "forks": 277, + "open_issues": 4, "last_commit": "2020-10-01T20:42:29Z", "created_at": "2018-07-31T01:12:09Z", "description": "An inarguably well-designed Jekyll theme.", @@ -17260,7 +19514,7 @@ "default_branch": "master", "github_url": "https://github.com/pdevty/material-design", "demo_url": "https://themes.gohugo.io/theme/material-design/", - "stars": 59, + "stars": 58, "forks": 32, "open_issues": 13, "last_commit": "2016-08-28T00:21:25Z", @@ -17306,10 +19560,10 @@ "default_branch": "main", "github_url": "https://github.com/peaceiris/hugo-theme-iris", "demo_url": "https://hugothemeiris.peaceiris.app", - "stars": 32, - "forks": 14, - "open_issues": 26, - "last_commit": "2021-06-30T05:45:08Z", + "stars": 58, + "forks": 18, + "open_issues": 42, + "last_commit": "2023-01-20T15:11:50Z", "created_at": "2018-07-28T14:56:18Z", "description": "Hugo IRIS Theme - Portfolio and Blog", "images": { @@ -17329,8 +19583,8 @@ "default_branch": "master", "github_url": "https://github.com/peahatlanding/Plain-Webcomic", "demo_url": "https://peahatlanding.github.io/Plain-Webcomic/", - "stars": 10, - "forks": 13, + "stars": 12, + "forks": 12, "open_issues": 1, "last_commit": "2017-08-16T18:23:49Z", "created_at": "2017-07-12T03:19:34Z", @@ -17352,10 +19606,10 @@ "default_branch": "master", "github_url": "https://github.com/Pelican-Elegant/elegant", "demo_url": "https://elegant.oncrashreboot.com/", - "stars": 245, - "forks": 177, - "open_issues": 81, - "last_commit": "2021-06-13T20:34:06Z", + "stars": 274, + "forks": 184, + "open_issues": 89, + "last_commit": "2022-06-20T06:03:34Z", "created_at": "2012-05-25T17:33:51Z", "description": "Best theme for Pelican Static Blog Generator", "images": { @@ -17398,9 +19652,9 @@ "default_branch": "master", "github_url": "https://github.com/philhawksworth/eleventyone", "demo_url": "https://eleventyone.netlify.com/", - "stars": 412, - "forks": 115, - "open_issues": 9, + "stars": 449, + "forks": 114, + "open_issues": 17, "last_commit": "2021-01-18T11:29:03Z", "created_at": "2018-03-30T19:45:51Z", "description": "A scaffold for a quick start building with the Eleventy SSG", @@ -17421,10 +19675,10 @@ "default_branch": "master", "github_url": "https://github.com/philhawksworth/hawksworx.com", "demo_url": "https://www.hawksworx.com/", - "stars": 94, + "stars": 102, "forks": 37, - "open_issues": 16, - "last_commit": "2020-08-31T13:36:36Z", + "open_issues": 18, + "last_commit": "2021-09-23T10:19:16Z", "created_at": "2012-07-23T11:28:15Z", "description": "My hawksworx.com blog site, powered by Eleventy and Netlify", "images": { @@ -17444,9 +19698,9 @@ "default_branch": "master", "github_url": "https://github.com/philhawksworth/medium-export", "demo_url": "https://rss-jamstack.netlify.com/", - "stars": 29, - "forks": 8, - "open_issues": 11, + "stars": 40, + "forks": 11, + "open_issues": 20, "last_commit": "2019-01-31T15:33:51Z", "created_at": "2018-09-06T12:55:13Z", "description": "A demo of generating an JAMstack site from an RSS feed", @@ -17467,10 +19721,10 @@ "default_branch": "gh-pages", "github_url": "https://github.com/Phlow/feeling-responsive", "demo_url": "https://phlow.github.io/feeling-responsive/", - "stars": 673, - "forks": 996, - "open_issues": 1, - "last_commit": "2021-06-21T13:49:08Z", + "stars": 779, + "forks": 1169, + "open_issues": 3, + "last_commit": "2022-09-06T16:58:47Z", "created_at": "2014-08-17T10:32:01Z", "description": "»Feeling Responsive« is a free flexible theme for Jekyll built on Foundation framework. You can use it for your company site, as a portfolio or as a blog.", "images": { @@ -17479,6 +19733,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/phlow-feeling-responsive-2x.jpg" } }, + "piandhust-tailieubkhn": { + "theme_key": "piandhust-tailieubkhn", + "file": "tailieubkhn.md", + "name": "tailieubkhn", + "title": "tailieubkhn convert theme", + "github_username": "piandhust", + "repo": "piandhust/tailieubkhn", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/piandhust/tailieubkhn", + "demo_url": "https://piandhust.github.io/tailieubkhn/", + "stars": 8, + "forks": 1, + "open_issues": 0, + "last_commit": "2021-12-31T02:07:07Z", + "created_at": "2021-07-05T23:02:37Z", + "description": "Tool redirects domain from github pages to your website. See theme in Jamstack https://jamstackthemes.dev/theme/tailieubkhn/", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/piandhust-tailieubkhn.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/piandhust-tailieubkhn.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/piandhust-tailieubkhn-2x.jpg" + } + }, "piducancore-gatsby-starter-apollo-netlify": { "theme_key": "piducancore-gatsby-starter-apollo-netlify", "file": "gatsby-starter-apollo-netlify.md", @@ -17490,7 +19767,7 @@ "default_branch": "master", "github_url": "https://github.com/piducancore/gatsby-starter-apollo-netlify", "demo_url": "https://gatsby-starter-apollo.netlify.com/", - "stars": 9, + "stars": 11, "forks": 1, "open_issues": 0, "last_commit": "2020-09-07T21:29:16Z", @@ -17513,10 +19790,10 @@ "default_branch": "master", "github_url": "https://github.com/pietromenna/jekyll-architect-theme", "demo_url": "https://pietro.menna.net.br/jekyll-architect-theme/", - "stars": 88, - "forks": 68, + "stars": 95, + "forks": 74, "open_issues": 0, - "last_commit": "2021-06-24T00:43:27Z", + "last_commit": "2022-10-05T23:19:18Z", "created_at": "2014-04-06T18:05:02Z", "description": "Open Source version of the GitHub Pages theme, now for Jekyll. Demo at http://pietro.menna.net.br/jekyll-architect-theme/", "images": { @@ -17536,8 +19813,8 @@ "default_branch": "master", "github_url": "https://github.com/pietromenna/jekyll-cayman-theme", "demo_url": "https://jasonlong.github.io/cayman-theme/", - "stars": 230, - "forks": 207, + "stars": 239, + "forks": 222, "open_issues": 0, "last_commit": "2021-06-24T00:34:46Z", "created_at": "2016-02-12T19:24:16Z", @@ -17559,10 +19836,10 @@ "default_branch": "master", "github_url": "https://github.com/piharpi/jekyll-klise", "demo_url": "https://klise.now.sh", - "stars": 374, - "forks": 154, - "open_issues": 12, - "last_commit": "2021-05-27T13:22:49Z", + "stars": 648, + "forks": 270, + "open_issues": 14, + "last_commit": "2022-09-16T15:29:20Z", "created_at": "2019-03-03T04:02:13Z", "description": ":beach_umbrella: Klisé is a minimalist Jekyll theme for running a personal site or blog, light & dark mode support. (https://klise.vercel.app)", "images": { @@ -17582,8 +19859,8 @@ "default_branch": "master", "github_url": "https://github.com/PippoRJ/hugo-refresh", "demo_url": "https://themes.gohugo.io/theme/hugo-fresh/", - "stars": 92, - "forks": 62, + "stars": 98, + "forks": 64, "open_issues": 3, "last_commit": "2021-05-04T21:12:22Z", "created_at": "2019-07-01T23:19:32Z", @@ -17651,9 +19928,9 @@ "default_branch": "master", "github_url": "https://github.com/planetoftheweb/seven", "demo_url": "https://7ty.tech/", - "stars": 115, - "forks": 41, - "open_issues": 14, + "stars": 126, + "forks": 45, + "open_issues": 26, "last_commit": "2021-06-28T19:26:02Z", "created_at": "2018-11-02T04:32:06Z", "description": "Eleventy template using Bootstrap, Sass, Webpack, Vue.js powered search, includes lots of other features", @@ -17674,9 +19951,9 @@ "default_branch": "master", "github_url": "https://github.com/platframe/platframe", "demo_url": "https://default.platframe.com/", - "stars": 35, - "forks": 14, - "open_issues": 12, + "stars": 38, + "forks": 17, + "open_issues": 17, "last_commit": "2021-02-19T22:51:41Z", "created_at": "2018-03-14T14:45:19Z", "description": "Structured, scalable and modular frontend development platform.", @@ -17697,9 +19974,9 @@ "default_branch": "master", "github_url": "https://github.com/pmarsceill/just-the-docs", "demo_url": "https://pmarsceill.github.io/just-the-docs/", - "stars": 3118, - "forks": 1944, - "open_issues": 119, + "stars": 4002, + "forks": 2475, + "open_issues": 154, "last_commit": "2020-10-14T17:23:05Z", "created_at": "2017-11-08T16:22:28Z", "description": "A modern, high customizable, responsive Jekyll theme for documention with built-in search.", @@ -17720,9 +19997,9 @@ "default_branch": "master", "github_url": "https://github.com/poole/hyde", "demo_url": "https://hyde.getpoole.com/", - "stars": 3159, - "forks": 3341, - "open_issues": 38, + "stars": 3432, + "forks": 3747, + "open_issues": 40, "last_commit": "2015-05-11T20:21:43Z", "created_at": "2013-02-07T07:01:38Z", "description": "A brazen two-column theme for Jekyll.", @@ -17743,9 +20020,9 @@ "default_branch": "master", "github_url": "https://github.com/poole/lanyon", "demo_url": "https://lanyon.getpoole.com/", - "stars": 2870, - "forks": 2607, - "open_issues": 22, + "stars": 3078, + "forks": 2873, + "open_issues": 33, "last_commit": "2020-04-03T18:14:48Z", "created_at": "2013-12-28T07:53:04Z", "description": "A content-first, sliding sidebar theme for Jekyll.", @@ -17766,9 +20043,9 @@ "default_branch": "master", "github_url": "https://github.com/poole/poole", "demo_url": "https://demo.getpoole.com/", - "stars": 2643, - "forks": 1444, - "open_issues": 8, + "stars": 2748, + "forks": 1751, + "open_issues": 12, "last_commit": "2020-05-28T04:37:27Z", "created_at": "2013-12-29T23:39:18Z", "description": "The Jekyll Butler. A no frills responsive Jekyll blog theme.", @@ -17789,8 +20066,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/portfolio-central/jekyll-instagram-portfolio-theme", "demo_url": "https://portfolio-central.github.io/jekyll-instagram-portfolio-theme/", - "stars": 62, - "forks": 137, + "stars": 64, + "forks": 134, "open_issues": 4, "last_commit": "2017-02-14T18:41:55Z", "created_at": "2016-09-01T14:41:11Z", @@ -17813,7 +20090,7 @@ "github_url": "https://github.com/pranavrajs/limpid", "demo_url": "https://pranavrajs.github.io/limpid/", "stars": 4, - "forks": 4, + "forks": 3, "open_issues": 1, "last_commit": "2017-03-07T03:51:31Z", "created_at": "2016-06-05T17:18:41Z", @@ -17836,8 +20113,8 @@ "github_url": "https://github.com/pranavrajs/swift", "demo_url": "https://pranavrajs.github.io/swift/", "stars": 35, - "forks": 36, - "open_issues": 2, + "forks": 40, + "open_issues": 1, "last_commit": "2014-12-17T13:19:18Z", "created_at": "2014-11-28T18:43:16Z", "description": "A clean Minimal Blog theme for Jekyll , built with Bootswatch ", @@ -17847,6 +20124,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/pranavrajs-swift-2x.jpg" } }, + "prezly-theme-nextjs-bea": { + "theme_key": "prezly-theme-nextjs-bea", + "file": "theme-nextjs-bea.md", + "name": "theme-nextjs-bea", + "title": "Prezly Bea Theme", + "github_username": "prezly", + "repo": "prezly/theme-nextjs-bea", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/prezly/theme-nextjs-bea", + "demo_url": "https://theme-nextjs-bea-the-good-newsroom.vercel.app/", + "stars": 25, + "forks": 5, + "open_issues": 5, + "last_commit": "2023-01-19T12:55:06Z", + "created_at": "2021-10-12T12:12:43Z", + "description": "News site built with NextJS, Typescript and Prezly SDK", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/prezly-theme-nextjs-bea.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/prezly-theme-nextjs-bea.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/prezly-theme-nextjs-bea-2x.jpg" + } + }, "prio101-metaphor-jekyll": { "theme_key": "prio101-metaphor-jekyll", "file": "jekyll-metaphor.md", @@ -17881,9 +20181,9 @@ "default_branch": "master", "github_url": "https://github.com/progrhyme/hugo-theme-bootie-docs", "demo_url": "https://progrhy.me/bootie-docs-demo/", - "stars": 50, - "forks": 12, - "open_issues": 1, + "stars": 54, + "forks": 17, + "open_issues": 2, "last_commit": "2018-04-05T22:42:32Z", "created_at": "2015-04-19T10:27:41Z", "description": "A simple Hugo theme for documentation", @@ -17904,9 +20204,9 @@ "default_branch": "gh-pages", "github_url": "https://github.com/projectpages/project-pages", "demo_url": "https://projectpages.github.io/project-pages/", - "stars": 123, + "stars": 136, "forks": 355, - "open_issues": 12, + "open_issues": 13, "last_commit": "2017-04-04T06:08:47Z", "created_at": "2015-02-03T18:36:21Z", "description": "Fork this repo for a quick start. If \"Project Timeline\" or \"License\" appeared on your nav bar, Look Below!", @@ -17927,8 +20227,8 @@ "default_branch": "master", "github_url": "https://github.com/PrototypeInteractive/gatsby-react-boilerplate", "demo_url": "https://prototypeinteractive.github.io/gatsby-react-boilerplate/", - "stars": 58, - "forks": 15, + "stars": 59, + "forks": 14, "open_issues": 5, "last_commit": "2019-02-17T04:57:06Z", "created_at": "2017-10-13T18:45:57Z", @@ -17950,9 +20250,9 @@ "default_branch": "master", "github_url": "https://github.com/puresyntax71/hugo-theme-chunky-poster", "demo_url": "https://hugo-theme-chunky-poster.netlify.com", - "stars": 87, - "forks": 89, - "open_issues": 20, + "stars": 106, + "forks": 90, + "open_issues": 30, "last_commit": "2020-11-13T03:58:22Z", "created_at": "2019-12-17T05:13:18Z", "description": "A simple, bootstrap 4 based hugo blog theme.", @@ -17973,10 +20273,10 @@ "default_branch": "master", "github_url": "https://github.com/QingpingMeng/gatsby-starter-traveler-blog", "demo_url": "https://traveler-blog.netlify.com", - "stars": 6, + "stars": 5, "forks": 2, - "open_issues": 18, - "last_commit": "2020-09-16T05:54:01Z", + "open_issues": 8, + "last_commit": "2022-08-17T05:33:11Z", "created_at": "2019-01-04T06:13:13Z", "description": null, "images": { @@ -17996,8 +20296,8 @@ "default_branch": "master", "github_url": "https://github.com/qqhann/hugo-primer", "demo_url": "https://themes.gohugo.io/theme/hugo-primer/", - "stars": 106, - "forks": 44, + "stars": 112, + "forks": 45, "open_issues": 13, "last_commit": "2021-02-25T02:12:45Z", "created_at": "2018-05-23T10:25:28Z", @@ -18065,10 +20365,10 @@ "default_branch": "master", "github_url": "https://github.com/raniesantos/artisan-static", "demo_url": "https://artisanstatic.netlify.app/", - "stars": 39, - "forks": 24, + "stars": 41, + "forks": 30, "open_issues": 0, - "last_commit": "2021-06-29T16:34:34Z", + "last_commit": "2021-12-12T15:25:45Z", "created_at": "2018-08-20T18:05:33Z", "description": "A feature-rich starter template for building a static Jigsaw blog hosted on Netlify.", "images": { @@ -18077,6 +20377,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/raniesantos-artisan-static-2x.jpg" } }, + "razonyang-hugo-theme-bootstrap": { + "theme_key": "razonyang-hugo-theme-bootstrap", + "file": "hugo-bootstrap.md", + "name": "hugo-theme-bootstrap", + "title": "Hugo Bootstrap Theme", + "github_username": "razonyang", + "repo": "razonyang/hugo-theme-bootstrap", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/razonyang/hugo-theme-bootstrap", + "demo_url": "https://hugo-theme-bootstrap.netlify.app/", + "stars": 338, + "forks": 132, + "open_issues": 1, + "last_commit": "2023-01-23T03:50:16Z", + "created_at": "2020-10-15T13:20:45Z", + "description": "A fast, responsive, multipurpose and feature-rich Hugo theme.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/razonyang-hugo-theme-bootstrap.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/razonyang-hugo-theme-bootstrap.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/razonyang-hugo-theme-bootstrap-2x.jpg" + } + }, "rcjach-hugo-webslides": { "theme_key": "rcjach-hugo-webslides", "file": "hugo-webslides.md", @@ -18088,10 +20411,10 @@ "default_branch": "master", "github_url": "https://github.com/RCJacH/hugo-webslides", "demo_url": "https://rcjach.github.io/hugo-webslides/#slide=1", - "stars": 81, - "forks": 28, - "open_issues": 5, - "last_commit": "2020-03-25T04:07:06Z", + "stars": 114, + "forks": 39, + "open_issues": 4, + "last_commit": "2022-02-23T15:47:33Z", "created_at": "2019-08-09T08:35:08Z", "description": "This is a Hugo template to create WebSlides presentation using markdown.", "images": { @@ -18111,8 +20434,8 @@ "default_branch": "master", "github_url": "https://github.com/RealOrangeOne/hugo-theme-revealjs", "demo_url": "https://hugo-theme-revealjs.netlify.com/#/", - "stars": 39, - "forks": 13, + "stars": 46, + "forks": 15, "open_issues": 0, "last_commit": "2018-01-07T11:28:25Z", "created_at": "2018-01-02T16:37:47Z", @@ -18134,10 +20457,10 @@ "default_branch": "master", "github_url": "https://github.com/redVi/voyager", "demo_url": "https://redvi.github.io/voyager/", - "stars": 39, - "forks": 59, - "open_issues": 0, - "last_commit": "2020-06-14T09:59:19Z", + "stars": 44, + "forks": 58, + "open_issues": 1, + "last_commit": "2021-09-24T07:04:21Z", "created_at": "2016-06-29T06:06:11Z", "description": "Just another jekyll theme.", "images": { @@ -18157,10 +20480,10 @@ "default_branch": "master", "github_url": "https://github.com/reeseschultz/11r", "demo_url": "https://reeseschultz.github.io/11r/", - "stars": 85, - "forks": 14, - "open_issues": 0, - "last_commit": "2021-03-14T18:22:16Z", + "stars": 136, + "forks": 30, + "open_issues": 1, + "last_commit": "2022-06-24T15:21:40Z", "created_at": "2020-08-25T22:40:53Z", "description": "America's favorite Eleventy blog template.", "images": { @@ -18180,8 +20503,8 @@ "default_branch": "master", "github_url": "https://github.com/renvrant/gatsby-mdx-netlify-cms-starter", "demo_url": "https://mystifying-mclean-5c7fce.netlify.com/", - "stars": 85, - "forks": 43, + "stars": 88, + "forks": 50, "open_issues": 5, "last_commit": "2020-01-25T22:31:32Z", "created_at": "2019-02-27T19:17:17Z", @@ -18203,9 +20526,9 @@ "default_branch": "master", "github_url": "https://github.com/renyuanz/leonids", "demo_url": "https://renyuanz.github.io/leonids", - "stars": 828, - "forks": 388, - "open_issues": 3, + "stars": 863, + "forks": 362, + "open_issues": 18, "last_commit": "2021-02-09T02:19:07Z", "created_at": "2015-08-22T20:45:38Z", "description": "A simple, fixed sidebar two columns Gatsby.js blog starter.", @@ -18226,9 +20549,9 @@ "default_branch": "master", "github_url": "https://github.com/resir014/gatsby-starter-typescript-plus", "demo_url": "https://gatsby-starter-typescript-plus.netlify.com/", - "stars": 184, - "forks": 38, - "open_issues": 16, + "stars": 193, + "forks": 36, + "open_issues": 29, "last_commit": "2021-03-08T10:45:20Z", "created_at": "2018-02-12T18:34:22Z", "description": "A starter kit for TypeScript-based Gatsby projects with sensible defaults.", @@ -18249,10 +20572,10 @@ "default_branch": "master", "github_url": "https://github.com/reuixiy/hugo-theme-meme", "demo_url": "https://themes.gohugo.io/theme/hugo-theme-meme/", - "stars": 529, - "forks": 133, - "open_issues": 32, - "last_commit": "2021-05-25T05:15:14Z", + "stars": 577, + "forks": 139, + "open_issues": 39, + "last_commit": "2021-08-26T17:20:04Z", "created_at": "2019-08-12T04:06:21Z", "description": "You can’t spell aWEsoME without MEME! 😝", "images": { @@ -18272,10 +20595,10 @@ "default_branch": "master", "github_url": "https://github.com/rhazdon/hugo-theme-hello-friend-ng", "demo_url": "https://themes.gohugo.io/theme/hugo-theme-hello-friend-ng/", - "stars": 975, - "forks": 507, - "open_issues": 24, - "last_commit": "2021-06-28T08:54:22Z", + "stars": 1045, + "forks": 545, + "open_issues": 36, + "last_commit": "2021-08-24T21:54:18Z", "created_at": "2019-01-26T08:46:36Z", "description": "Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!", "images": { @@ -18296,8 +20619,8 @@ "github_url": "https://github.com/ribice/kiss", "demo_url": "https://themes.gohugo.io/theme/kiss/", "stars": 274, - "forks": 135, - "open_issues": 12, + "forks": 134, + "open_issues": 11, "last_commit": "2021-03-21T16:51:33Z", "created_at": "2017-10-23T19:57:06Z", "description": "Stupidly simple Hugo blogging theme", @@ -18318,10 +20641,10 @@ "default_branch": "master", "github_url": "https://github.com/riggraz/no-style-please", "demo_url": "https://riggraz.dev/no-style-please/", - "stars": 263, - "forks": 176, - "open_issues": 11, - "last_commit": "2021-06-13T17:57:45Z", + "stars": 680, + "forks": 367, + "open_issues": 21, + "last_commit": "2021-07-08T18:21:44Z", "created_at": "2020-07-10T12:23:19Z", "description": "A (nearly) no-CSS, fast, minimalist Jekyll theme.", "images": { @@ -18341,10 +20664,10 @@ "default_branch": "master", "github_url": "https://github.com/ritijjain/pudhina-fresh", "demo_url": "https://ritijjain.github.io/pudhina-fresh/", - "stars": 33, - "forks": 18, - "open_issues": 0, - "last_commit": "2021-06-24T08:20:49Z", + "stars": 62, + "forks": 28, + "open_issues": 1, + "last_commit": "2022-05-28T21:40:59Z", "created_at": "2020-09-12T22:30:43Z", "description": "A minimal yet feature-rich Jekyll theme made for personal websites and blogs.", "images": { @@ -18364,10 +20687,10 @@ "default_branch": "master", "github_url": "https://github.com/rlue/jekyll-solana", "demo_url": "https://solana.ryanlue.com/", - "stars": 37, - "forks": 47, + "stars": 40, + "forks": 46, "open_issues": 0, - "last_commit": "2020-09-03T23:27:06Z", + "last_commit": "2021-07-29T14:40:55Z", "created_at": "2017-03-29T06:10:39Z", "description": "A wholesome, flat, sunshiny Jekyll theme", "images": { @@ -18387,9 +20710,9 @@ "default_branch": "master", "github_url": "https://github.com/rmagon/gatsby-starter-interviews", "demo_url": "https://gatsby-starter-interviews.netlify.com/", - "stars": 2, + "stars": 5, "forks": 2, - "open_issues": 0, + "open_issues": 1, "last_commit": "2019-08-13T15:39:14Z", "created_at": "2019-08-13T14:09:51Z", "description": "A responsive Gatsby starter for structured Q&A Interviews", @@ -18411,7 +20734,7 @@ "github_url": "https://github.com/rmsubekti/emping", "demo_url": "https://rmsubekti.github.io/emping/", "stars": 27, - "forks": 32, + "forks": 31, "open_issues": 0, "last_commit": "2020-06-29T14:31:21Z", "created_at": "2016-10-21T16:56:20Z", @@ -18456,8 +20779,8 @@ "default_branch": "master", "github_url": "https://github.com/robertcoopercode/gatsby-netlify-cms", "demo_url": "https://gatsby-netlify-cms-example.netlify.com/", - "stars": 171, - "forks": 129, + "stars": 166, + "forks": 133, "open_issues": 0, "last_commit": "2019-09-08T00:35:35Z", "created_at": "2018-11-19T00:43:34Z", @@ -18503,7 +20826,7 @@ "github_url": "https://github.com/RobinCsl/gatsby-starter-docz", "demo_url": "https://gatsby-starter-docz.netlify.com/", "stars": 7, - "forks": 4, + "forks": 3, "open_issues": 1, "last_commit": "2019-01-19T19:14:16Z", "created_at": "2019-01-19T19:10:34Z", @@ -18550,8 +20873,8 @@ "demo_url": "https://gatsby-starter-under-construction.netlify.com/", "stars": 9, "forks": 4, - "open_issues": 2, - "last_commit": "2021-02-22T08:41:19Z", + "open_issues": 13, + "last_commit": "2021-04-12T09:07:06Z", "created_at": "2019-01-23T18:50:25Z", "description": "A Gatsby theme to showcase your open-source projects.", "images": { @@ -18571,9 +20894,9 @@ "default_branch": "master", "github_url": "https://github.com/rohanchandra/type-theme", "demo_url": "https://rohanchandra.github.io/type-theme/", - "stars": 660, - "forks": 553, - "open_issues": 1, + "stars": 689, + "forks": 558, + "open_issues": 4, "last_commit": "2019-07-22T04:20:13Z", "created_at": "2015-01-07T02:37:24Z", "description": "A free and open-source Jekyll theme with responsive design. Great for blogs and easy to customize.", @@ -18594,9 +20917,9 @@ "default_branch": "master", "github_url": "https://github.com/rohitguptab/OneShopper", "demo_url": "https://oneshopper.netlify.com/", - "stars": 83, + "stars": 87, "forks": 59, - "open_issues": 2, + "open_issues": 16, "last_commit": "2020-08-14T03:47:37Z", "created_at": "2019-05-13T05:52:36Z", "description": "This is repository create for Ecommerce site With Gatsby js", @@ -18617,9 +20940,9 @@ "default_branch": "master", "github_url": "https://github.com/rohitguptab/rg-portfolio", "demo_url": "https://rg-portfolio.netlify.com", - "stars": 35, - "forks": 44, - "open_issues": 0, + "stars": 47, + "forks": 49, + "open_issues": 1, "last_commit": "2021-04-02T13:37:31Z", "created_at": "2020-02-24T11:47:07Z", "description": "This is repository create for Portfolio website starter", @@ -18629,6 +20952,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/rohitguptab-rg-portfolio-2x.jpg" } }, + "roninro-hugo-theme-puppet": { + "theme_key": "roninro-hugo-theme-puppet", + "file": "hugo-theme-puppet.md", + "name": "hugo-theme-puppet", + "title": "Puppet", + "github_username": "roninro", + "repo": "roninro/hugo-theme-puppet", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/roninro/hugo-theme-puppet", + "demo_url": "https://hugo-theme-puppet.netlify.app/", + "stars": 31, + "forks": 27, + "open_issues": 4, + "last_commit": "2022-11-28T07:13:34Z", + "created_at": "2022-07-28T09:19:40Z", + "description": null, + "images": { + "hires": "https://www.jamstackthemes.dev/capture/roninro-hugo-theme-puppet.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/roninro-hugo-theme-puppet.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/roninro-hugo-theme-puppet-2x.jpg" + } + }, "ronv-colorie": { "theme_key": "ronv-colorie", "file": "colorie-jekyll.md", @@ -18640,10 +20986,10 @@ "default_branch": "master", "github_url": "https://github.com/ronv/colorie", "demo_url": "https://colorie.netlify.com", - "stars": 70, - "forks": 29, + "stars": 87, + "forks": 36, "open_issues": 0, - "last_commit": "2020-12-06T18:06:27Z", + "last_commit": "2022-07-31T17:48:39Z", "created_at": "2019-09-16T19:47:17Z", "description": "Colorie - Single column blog and portfolio Jekyll theme", "images": { @@ -18663,10 +21009,10 @@ "default_branch": "master", "github_url": "https://github.com/ronv/gray", "demo_url": "https://gray-jekyll.netlify.com", - "stars": 18, + "stars": 21, "forks": 15, "open_issues": 0, - "last_commit": "2020-12-06T18:08:57Z", + "last_commit": "2022-07-31T17:50:02Z", "created_at": "2019-08-22T16:00:14Z", "description": "Gray - Single column blog and portfolio Jekyll theme", "images": { @@ -18675,6 +21021,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ronv-gray-2x.jpg" } }, + "ronv-jam": { + "theme_key": "ronv-jam", + "file": "jam-hugo.md", + "name": "jam", + "title": "Jam", + "github_username": "ronv", + "repo": "ronv/jam", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/ronv/jam", + "demo_url": "https://jam-hugo.netlify.app/", + "stars": 20, + "forks": 11, + "open_issues": 0, + "last_commit": "2022-07-31T17:47:57Z", + "created_at": "2021-12-06T16:11:04Z", + "description": "Jam is a minimal personal blog and portfolio theme powered by Hugo. Demo: https://jam-hugo.netlify.app/", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/ronv-jam.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ronv-jam.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ronv-jam-2x.jpg" + } + }, "ronv-lines": { "theme_key": "ronv-lines", "file": "hugo-theme-line.md", @@ -18686,10 +21055,10 @@ "default_branch": "master", "github_url": "https://github.com/ronv/lines", "demo_url": "https://lines-hugo-theme.netlify.app/", - "stars": 29, - "forks": 9, + "stars": 62, + "forks": 29, "open_issues": 0, - "last_commit": "2020-12-06T18:07:45Z", + "last_commit": "2022-07-31T17:45:29Z", "created_at": "2020-09-08T05:51:35Z", "description": "Minimalist and simple theme for Hugo", "images": { @@ -18698,6 +21067,52 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ronv-lines-2x.jpg" } }, + "ronv-listed": { + "theme_key": "ronv-listed", + "file": "listed.md", + "name": "listed", + "title": "Listed", + "github_username": "ronv", + "repo": "ronv/listed", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/ronv/listed", + "demo_url": "https://listed-hugo.netlify.app/", + "stars": 52, + "forks": 26, + "open_issues": 0, + "last_commit": "2022-07-31T17:47:00Z", + "created_at": "2021-09-18T07:39:09Z", + "description": "Minimalistic, clean and simple design Hugo theme", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/ronv-listed.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ronv-listed.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ronv-listed-2x.jpg" + } + }, + "ronv-minimalist": { + "theme_key": "ronv-minimalist", + "file": "minimalist-hugo.md", + "name": "minimalist", + "title": "Minimalist Hugo theme", + "github_username": "ronv", + "repo": "ronv/minimalist", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/ronv/minimalist", + "demo_url": "https://minimalist-hugo.netlify.app/", + "stars": 39, + "forks": 13, + "open_issues": 0, + "last_commit": "2022-07-31T17:47:25Z", + "created_at": "2022-03-05T08:47:57Z", + "description": "Minimalist is content focused, minimal theme for Hugo", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/ronv-minimalist.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ronv-minimalist.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ronv-minimalist-2x.jpg" + } + }, "ronv-sidey": { "theme_key": "ronv-sidey", "file": "sidey-jekyll.md", @@ -18709,10 +21124,10 @@ "default_branch": "master", "github_url": "https://github.com/ronv/sidey", "demo_url": "https://sidey-jekyll.netlify.com/", - "stars": 294, - "forks": 145, + "stars": 442, + "forks": 190, "open_issues": 1, - "last_commit": "2021-05-05T19:22:18Z", + "last_commit": "2022-07-31T17:46:16Z", "created_at": "2020-01-30T18:13:54Z", "description": "Sidey is a simple and minimalistic jekyll blogging theme.", "images": { @@ -18732,10 +21147,10 @@ "default_branch": "master", "github_url": "https://github.com/ronv/ultra", "demo_url": "https://ultra-jekyll.netlify.com", - "stars": 50, - "forks": 32, + "stars": 62, + "forks": 41, "open_issues": 0, - "last_commit": "2020-12-06T18:08:21Z", + "last_commit": "2022-07-31T17:50:28Z", "created_at": "2019-07-16T17:34:42Z", "description": "Ultra - Super fast Jekyll theme", "images": { @@ -18755,9 +21170,9 @@ "default_branch": "master", "github_url": "https://github.com/rosario/kasper", "demo_url": "https://rosario.io/2013/11/10/kasper-theme-for-jekyll.html", - "stars": 1015, - "forks": 407, - "open_issues": 11, + "stars": 1044, + "forks": 408, + "open_issues": 12, "last_commit": "2020-06-28T18:38:18Z", "created_at": "2013-11-10T10:15:43Z", "description": "Ghost's default theme (Casper v1.0) on Jekyll", @@ -18778,8 +21193,8 @@ "default_branch": "master", "github_url": "https://github.com/rowanoulton/galileo-theme", "demo_url": "https://travelog.io", - "stars": 100, - "forks": 125, + "stars": 105, + "forks": 126, "open_issues": 4, "last_commit": "2020-05-26T19:27:34Z", "created_at": "2015-11-15T11:56:59Z", @@ -18801,8 +21216,8 @@ "default_branch": "master", "github_url": "https://github.com/rowanoulton/travelog-theme", "demo_url": "https://travelog.io/", - "stars": 97, - "forks": 91, + "stars": 98, + "forks": 94, "open_issues": 0, "last_commit": "2015-09-09T10:00:27Z", "created_at": "2014-08-05T05:36:00Z", @@ -18824,8 +21239,8 @@ "default_branch": "master", "github_url": "https://github.com/runbytech/gatsby-theme-ultronele", "demo_url": "https://ultronele.netlify.com/", - "stars": 13, - "forks": 10, + "stars": 18, + "forks": 13, "open_issues": 0, "last_commit": "2019-10-09T18:02:09Z", "created_at": "2019-07-04T11:28:21Z", @@ -18847,8 +21262,8 @@ "default_branch": "develop", "github_url": "https://github.com/rundocs/jekyll-rtd-theme", "demo_url": "https://rundocs.github.io/jekyll-rtd-theme/", - "stars": 138, - "forks": 266, + "stars": 168, + "forks": 309, "open_issues": 21, "last_commit": "2020-11-23T03:36:43Z", "created_at": "2020-07-22T15:50:21Z", @@ -18870,8 +21285,8 @@ "default_branch": "master", "github_url": "https://github.com/runningstream/hugograyscale", "demo_url": "https://runningstream.github.io/hugograyscale/", - "stars": 31, - "forks": 35, + "stars": 45, + "forks": 39, "open_issues": 0, "last_commit": "2021-01-23T00:48:50Z", "created_at": "2018-09-16T01:12:43Z", @@ -18893,9 +21308,9 @@ "default_branch": "master", "github_url": "https://github.com/RyanFitzgerald/devblog", "demo_url": "https://gatsby-devblog.netlify.com/", - "stars": 327, - "forks": 129, - "open_issues": 13, + "stars": 403, + "forks": 171, + "open_issues": 14, "last_commit": "2020-07-16T16:05:58Z", "created_at": "2018-06-27T01:12:44Z", "description": "A lightweight, customizable personal blog template built with GatsbyJS and React", @@ -18916,10 +21331,10 @@ "default_branch": "master", "github_url": "https://github.com/ryanwiemer/gatsby-starter-gcn", "demo_url": "https://gcn.netlify.com/", - "stars": 500, + "stars": 508, "forks": 119, "open_issues": 0, - "last_commit": "2020-02-04T06:16:09Z", + "last_commit": "2021-11-19T05:17:33Z", "created_at": "2018-02-23T00:09:29Z", "description": "A starter template to build amazing static websites with Gatsby, Contentful and Netlify", "images": { @@ -18939,9 +21354,9 @@ "default_branch": "master", "github_url": "https://github.com/s-kris/gatsby-minimal-portfolio-blog", "demo_url": "https://saikrishna.me/", - "stars": 10, - "forks": 5, - "open_issues": 0, + "stars": 11, + "forks": 3, + "open_issues": 16, "last_commit": "2020-05-27T05:22:34Z", "created_at": "2019-01-02T16:26:06Z", "description": "GatsbyJS starter for a minimal portfolio website with blog. Suitable for developers.", @@ -18963,8 +21378,8 @@ "github_url": "https://github.com/saey55/hugo-elate-theme", "demo_url": "https://themes.gohugo.io/theme/hugo-elate-theme/", "stars": 172, - "forks": 104, - "open_issues": 14, + "forks": 105, + "open_issues": 15, "last_commit": "2019-01-13T20:36:40Z", "created_at": "2016-11-18T15:14:54Z", "description": "A one page parallax theme with animation for Hugo", @@ -19008,10 +21423,10 @@ "default_branch": "master", "github_url": "https://github.com/sagar7993/gatsby-wordpress-typescript-scss-blog", "demo_url": "https://gatsby-wordpress-typescript-scss-blog.netlify.com", - "stars": 45, - "forks": 18, - "open_issues": 3, - "last_commit": "2021-06-08T15:45:00Z", + "stars": 51, + "forks": 21, + "open_issues": 1, + "last_commit": "2022-08-08T14:43:59Z", "created_at": "2019-09-03T17:34:27Z", "description": "Gatsby Wordpress Typescript Blog Boilerplate", "images": { @@ -19032,7 +21447,7 @@ "github_url": "https://github.com/salcan/BeyondNothing", "demo_url": "https://themes.gohugo.io/theme/BeyondNothing/", "stars": 14, - "forks": 8, + "forks": 9, "open_issues": 1, "last_commit": "2019-09-08T21:08:52Z", "created_at": "2018-06-03T01:57:33Z", @@ -19043,6 +21458,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/salcan-beyondnothing-2x.jpg" } }, + "saleor-react-storefront": { + "theme_key": "saleor-react-storefront", + "file": "next-react-storefront.md", + "name": "react-storefront", + "title": "React Storefront", + "github_username": "saleor", + "repo": "saleor/react-storefront", + "branch": "canary", + "default_branch": "canary", + "github_url": "https://github.com/saleor/react-storefront", + "demo_url": "https://reactstorefront.vercel.app/", + "stars": 557, + "forks": 323, + "open_issues": 81, + "last_commit": "2023-01-16T10:00:47Z", + "created_at": "2021-08-20T15:47:51Z", + "description": "An open-source storefront in React.js with Next.js. Built for Headless Commerce, using a modern stack with TypeScript, GraphQL, Apollo, and Tailwind CSS. ", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/saleor-react-storefront.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/saleor-react-storefront.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/saleor-react-storefront-2x.jpg" + } + }, "salgnt-travelogue": { "theme_key": "salgnt-travelogue", "file": "jekyll-travelogue.md", @@ -19054,10 +21492,10 @@ "default_branch": "master", "github_url": "https://github.com/SalGnt/Travelogue", "demo_url": "https://salgnt.github.io/Travelogue/", - "stars": 152, - "forks": 55, + "stars": 154, + "forks": 56, "open_issues": 4, - "last_commit": "2021-05-01T08:45:35Z", + "last_commit": "2021-07-14T07:40:33Z", "created_at": "2015-01-13T15:49:27Z", "description": "A minimal, single-column Jekyll theme that provides an immersive read experience for your readers.", "images": { @@ -19077,7 +21515,7 @@ "default_branch": "master", "github_url": "https://github.com/salsysd/hugo-assembly", "demo_url": "https://themes.gohugo.io/theme/hugo-assembly/", - "stars": 5, + "stars": 6, "forks": 17, "open_issues": 6, "last_commit": "2018-10-02T01:21:30Z", @@ -19100,9 +21538,9 @@ "default_branch": "master", "github_url": "https://github.com/samanyougarg/hanuman", "demo_url": "https://samanyougarg.com/hanuman", - "stars": 101, - "forks": 320, - "open_issues": 2, + "stars": 103, + "forks": 312, + "open_issues": 3, "last_commit": "2019-07-04T12:55:41Z", "created_at": "2017-12-04T06:41:05Z", "description": "A responsive, lightning-fast Jekyll theme built using AMP (Accelerated Mobile Pages) to speed up your blogs and websites.", @@ -19123,10 +21561,10 @@ "default_branch": "master", "github_url": "https://github.com/samarsault/plainwhite-jekyll", "demo_url": "https://thelehhman.com/", - "stars": 306, - "forks": 418, - "open_issues": 12, - "last_commit": "2021-01-15T16:54:36Z", + "stars": 348, + "forks": 455, + "open_issues": 15, + "last_commit": "2021-07-03T10:02:54Z", "created_at": "2019-03-24T16:00:17Z", "description": "A configurable portfolio-style jekyll theme for writers.", "images": { @@ -19146,10 +21584,10 @@ "default_branch": "master", "github_url": "https://github.com/samarsault/texture", "demo_url": "https://thelehhman.com/texture/", - "stars": 185, - "forks": 331, + "stars": 200, + "forks": 352, "open_issues": 2, - "last_commit": "2020-11-03T03:31:04Z", + "last_commit": "2021-05-28T15:23:25Z", "created_at": "2019-06-29T14:05:37Z", "description": "A configurable jekyll theme for simply beautiful blogs.", "images": { @@ -19169,9 +21607,9 @@ "default_branch": "master", "github_url": "https://github.com/samesies/barber-jekyll", "demo_url": "https://barber.samesies.io/", - "stars": 252, - "forks": 282, - "open_issues": 6, + "stars": 278, + "forks": 293, + "open_issues": 12, "last_commit": "2020-05-15T14:32:25Z", "created_at": "2018-02-15T03:05:57Z", "description": null, @@ -19193,7 +21631,7 @@ "github_url": "https://github.com/samme/brunch-phaser", "demo_url": "https://phaser.io/phaser3", "stars": 36, - "forks": 8, + "forks": 9, "open_issues": 0, "last_commit": "2021-03-14T20:49:29Z", "created_at": "2017-02-05T03:41:10Z", @@ -19215,10 +21653,10 @@ "default_branch": "master", "github_url": "https://github.com/samuelhorn/jamdocs", "demo_url": "https://jamdocs.netlify.com/", - "stars": 192, - "forks": 82, - "open_issues": 10, - "last_commit": "2021-06-29T06:53:00Z", + "stars": 218, + "forks": 98, + "open_issues": 22, + "last_commit": "2022-01-04T19:24:38Z", "created_at": "2019-06-26T11:39:42Z", "description": "The ultimate staic generated documentation theme for the JAM-stack. Highly cusomizable, based on Gridsome, ready to deploy to Netlify in one click.", "images": { @@ -19227,6 +21665,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/samuelhorn-jamdocs-2x.jpg" } }, + "samuelkraft-notion-blog-nextjs": { + "theme_key": "samuelkraft-notion-blog-nextjs", + "file": "notion-blog-nextjs-coral.md", + "name": "notion-blog-nextjs", + "title": "Next.js blog powered by Notion API", + "github_username": "samuelkraft", + "repo": "samuelkraft/notion-blog-nextjs", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/samuelkraft/notion-blog-nextjs", + "demo_url": "https://notion-blog-nextjs-coral.vercel.app/", + "stars": 772, + "forks": 169, + "open_issues": 3, + "last_commit": "2022-10-26T14:58:31Z", + "created_at": "2021-05-13T18:22:43Z", + "description": "Next.js example blog powered by Notion Public API", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/samuelkraft-notion-blog-nextjs.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/samuelkraft-notion-blog-nextjs.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/samuelkraft-notion-blog-nextjs-2x.jpg" + } + }, "santosfrancisco-gatsby-starter-cv": { "theme_key": "santosfrancisco-gatsby-starter-cv", "file": "gatsby-starter-cv.md", @@ -19238,9 +21699,9 @@ "default_branch": "master", "github_url": "https://github.com/santosfrancisco/gatsby-starter-cv", "demo_url": "https://santosfrancisco.github.io/gatsby-starter-cv/", - "stars": 108, - "forks": 41, - "open_issues": 1, + "stars": 115, + "forks": 48, + "open_issues": 18, "last_commit": "2021-02-23T23:28:22Z", "created_at": "2018-12-24T00:05:49Z", "description": "A simple starter to get up and developing your digital curriculum with GatsbyJS", @@ -19261,9 +21722,9 @@ "default_branch": "master", "github_url": "https://github.com/sarasate/gate", "demo_url": "https://gatejs.netlify.com/", - "stars": 19, - "forks": 27, - "open_issues": 5, + "stars": 20, + "forks": 31, + "open_issues": 6, "last_commit": "2019-10-09T15:40:48Z", "created_at": "2019-01-29T09:40:17Z", "description": "Static API documentation with GatsbyJS", @@ -19296,6 +21757,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/saschajullmann-gatsby-starter-gatsbythemes-2x.jpg" } }, + "sblisesivdin-biscuit": { + "theme_key": "sblisesivdin-biscuit", + "file": "jekyll-Biscuit.md", + "name": "biscuit", + "title": "Biscuit", + "github_username": "sblisesivdin", + "repo": "sblisesivdin/biscuit", + "branch": "gh-pages", + "default_branch": "gh-pages", + "github_url": "https://github.com/sblisesivdin/biscuit", + "demo_url": "https://sblisesivdin.github.io/biscuit", + "stars": 12, + "forks": 25, + "open_issues": 0, + "last_commit": "2022-07-01T16:44:54Z", + "created_at": "2022-06-30T12:56:09Z", + "description": "Single-page responsive Jekyll theme", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/sblisesivdin-biscuit.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sblisesivdin-biscuit.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sblisesivdin-biscuit-2x.jpg" + } + }, "schmanat-hugo-highlights-theme": { "theme_key": "schmanat-hugo-highlights-theme", "file": "hugo-highlights-theme.md", @@ -19307,8 +21791,8 @@ "default_branch": "master", "github_url": "https://github.com/schmanat/hugo-highlights-theme", "demo_url": "https://themes.gohugo.io/theme/highlights/", - "stars": 25, - "forks": 23, + "stars": 24, + "forks": 22, "open_issues": 3, "last_commit": "2020-04-09T13:40:00Z", "created_at": "2016-06-03T08:33:42Z", @@ -19331,7 +21815,7 @@ "github_url": "https://github.com/schollz/onetwothree", "demo_url": "https://schollz.github.io/onetwothree/", "stars": 40, - "forks": 50, + "forks": 46, "open_issues": 3, "last_commit": "2019-09-16T16:17:43Z", "created_at": "2017-11-02T18:03:28Z", @@ -19353,8 +21837,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/scotte/jekyll-clean", "demo_url": "https://scotte.github.io/jekyll-clean", - "stars": 173, - "forks": 336, + "stars": 177, + "forks": 345, "open_issues": 0, "last_commit": "2020-02-12T16:45:12Z", "created_at": "2014-08-22T22:48:36Z", @@ -19376,9 +21860,9 @@ "default_branch": "master", "github_url": "https://github.com/scottmathson/simpol-theme", "demo_url": "https://simpol.scottmathson.com/", - "stars": 13, + "stars": 14, "forks": 6, - "open_issues": 3, + "open_issues": 4, "last_commit": "2017-10-09T18:14:26Z", "created_at": "2017-09-25T18:19:26Z", "description": "Simpol Theme is a clean, minimal website theme all about the writing, the content. Currently available for Jekyll. Perfect for blogging.", @@ -19399,10 +21883,10 @@ "default_branch": "master", "github_url": "https://github.com/scttcper/gatsby-casper", "demo_url": "https://gatsby-casper.netlify.com", - "stars": 400, - "forks": 164, - "open_issues": 14, - "last_commit": "2021-05-17T23:52:20Z", + "stars": 453, + "forks": 181, + "open_issues": 9, + "last_commit": "2022-11-10T05:22:47Z", "created_at": "2018-09-10T03:48:22Z", "description": "A Casper blog starter for Gatsby", "images": { @@ -19411,6 +21895,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/scttcper-gatsby-casper-2x.jpg" } }, + "sdtelectronics-jekyll-theme-antarctica": { + "theme_key": "sdtelectronics-jekyll-theme-antarctica", + "file": "Antarctica.md", + "name": "jekyll-theme-antarctica", + "title": "Antarctica", + "github_username": "SdtElectronics", + "repo": "SdtElectronics/jekyll-theme-antarctica", + "branch": "dev", + "default_branch": "dev", + "github_url": "https://github.com/SdtElectronics/jekyll-theme-antarctica", + "demo_url": "https://sdtelectronics.github.io/jekyll-theme-antarctica/", + "stars": 24, + "forks": 20, + "open_issues": 1, + "last_commit": "2022-06-04T14:35:47Z", + "created_at": "2021-08-05T15:26:01Z", + "description": "Stylish and feature-rich theme for Jekyll", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/sdtelectronics-jekyll-theme-antarctica.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sdtelectronics-jekyll-theme-antarctica.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sdtelectronics-jekyll-theme-antarctica-2x.jpg" + } + }, "seanlane-gochowdown": { "theme_key": "seanlane-gochowdown", "file": "hugo-chowdown-theme.md", @@ -19422,10 +21929,10 @@ "default_branch": "master", "github_url": "https://github.com/seanlane/gochowdown", "demo_url": "https://chowdown.io/", - "stars": 49, + "stars": 64, "forks": 51, - "open_issues": 9, - "last_commit": "2021-03-08T12:29:14Z", + "open_issues": 8, + "last_commit": "2022-06-03T12:20:33Z", "created_at": "2019-01-20T22:05:30Z", "description": "Hugo theme based on the Jekyll chowdown theme", "images": { @@ -19446,7 +21953,7 @@ "github_url": "https://github.com/serg/yourfolio", "demo_url": "https://themes.gohugo.io/theme/yourfolio/", "stars": 24, - "forks": 20, + "forks": 21, "open_issues": 7, "last_commit": "2021-06-06T19:24:46Z", "created_at": "2018-06-01T13:13:55Z", @@ -19457,6 +21964,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/serg-yourfolio-2x.jpg" } }, + "sergical-gatsby-starter-lightbox": { + "theme_key": "416serg-gatsby-starter-lightbox", + "file": "gatsby-starter-lightbox.md", + "name": "gatsby-starter-lightbox", + "title": "Gatsby Starter Lightbox", + "github_username": "sergical", + "repo": "sergical/gatsby-starter-lightbox", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/sergical/gatsby-starter-lightbox", + "demo_url": "https://gatsby-lightbox.416serg.me/", + "stars": 19, + "forks": 9, + "open_issues": 2, + "last_commit": "2018-08-05T22:37:05Z", + "created_at": "2018-08-05T22:04:23Z", + "description": null, + "images": { + "hires": "https://www.jamstackthemes.dev/capture/416serg-gatsby-starter-lightbox.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/416serg-gatsby-starter-lightbox.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/416serg-gatsby-starter-lightbox-2x.jpg" + } + }, "sergioabreu-g-hugo-minimalist-spa": { "theme_key": "sag-dev-hugo-minimalist-spa", "file": "hugo-minimalist-spa.md", @@ -19468,7 +21998,7 @@ "default_branch": "master", "github_url": "https://github.com/sergioabreu-g/hugo-minimalist-spa", "demo_url": "https://themes.gohugo.io/theme/hugo-minimalist-spa/", - "stars": 1, + "stars": 2, "forks": 2, "open_issues": 1, "last_commit": "2019-02-14T08:45:47Z", @@ -19491,12 +22021,12 @@ "default_branch": "gh-pages", "github_url": "https://github.com/sergiokopplin/indigo", "demo_url": "https://sergiokopplin.github.io/indigo/", - "stars": 2139, - "forks": 2004, - "open_issues": 21, - "last_commit": "2020-05-02T01:28:23Z", + "stars": 2391, + "forks": 2155, + "open_issues": 4, + "last_commit": "2022-05-06T11:39:53Z", "created_at": "2016-01-23T22:26:04Z", - "description": ":ramen: Minimalist Jekyll Template", + "description": ":ramen: Minimalist Jekyll Template, dark and light themes", "images": { "hires": "https://www.jamstackthemes.dev/capture/sergiokopplin-indigo.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sergiokopplin-indigo.jpg", @@ -19516,7 +22046,7 @@ "demo_url": "https://sergiokopplin.github.io/violet/", "stars": 37, "forks": 57, - "open_issues": 0, + "open_issues": 2, "last_commit": "2017-02-12T02:07:40Z", "created_at": "2016-07-06T02:09:17Z", "description": ":crystal_ball: Violet Jekyll Template", @@ -19537,8 +22067,8 @@ "default_branch": "main", "github_url": "https://github.com/sfengyuan/edidor", "demo_url": "https://themes.gohugo.io/theme/edidor/", - "stars": 32, - "forks": 12, + "stars": 34, + "forks": 14, "open_issues": 0, "last_commit": "2021-04-11T14:19:43Z", "created_at": "2019-05-08T12:49:36Z", @@ -19556,14 +22086,14 @@ "title": "Friday Theme", "github_username": "sfreytag", "repo": "sfreytag/friday-theme", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/sfreytag/friday-theme", "demo_url": "https://sfreytag.github.io/friday-theme/2017/10/19/friday-theme-multiple-images.html", - "stars": 47, - "forks": 57, - "open_issues": 4, - "last_commit": "2021-05-05T08:05:20Z", + "stars": 56, + "forks": 75, + "open_issues": 3, + "last_commit": "2021-09-18T14:55:15Z", "created_at": "2017-10-16T10:03:35Z", "description": "A Bootstrap 4 portfolio and blog theme for Jekyll", "images": { @@ -19583,7 +22113,7 @@ "default_branch": "master", "github_url": "https://github.com/shaform/hugo-theme-den", "demo_url": "https://themes.gohugo.io/theme/hugo-theme-den/en", - "stars": 21, + "stars": 20, "forks": 16, "open_issues": 0, "last_commit": "2020-07-17T03:12:08Z", @@ -19607,7 +22137,7 @@ "github_url": "https://github.com/shankar/hugo-grapes", "demo_url": "https://themes.gohugo.io/theme/hugo-grapes/", "stars": 8, - "forks": 10, + "forks": 9, "open_issues": 0, "last_commit": "2019-08-30T13:05:54Z", "created_at": "2018-10-23T04:13:29Z", @@ -19629,8 +22159,8 @@ "default_branch": "master", "github_url": "https://github.com/shantanu-deshmukh/vhealth-gatsby", "demo_url": "https://vhealth.openthemes.dev/", - "stars": 21, - "forks": 14, + "stars": 38, + "forks": 16, "open_issues": 0, "last_commit": "2020-09-13T04:18:05Z", "created_at": "2020-08-19T03:52:02Z", @@ -19641,6 +22171,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/shantanu-deshmukh-vhealth-gatsby-2x.jpg" } }, + "sharadcodes-gatsby-theme-serial-programmer": { + "theme_key": "sharadcodes-gatsby-theme-serial-programmer", + "file": "gatsby-theme-serial-programmer.md", + "name": "gatsby-theme-serial-programmer", + "title": "Serial Programmer", + "github_username": "sharadcodes", + "repo": "sharadcodes/gatsby-theme-serial-programmer", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/sharadcodes/gatsby-theme-serial-programmer", + "demo_url": "https://gatsby-theme-serial-programmer.vercel.app/", + "stars": 30, + "forks": 16, + "open_issues": 0, + "last_commit": "2022-07-03T14:46:16Z", + "created_at": "2021-11-06T16:46:51Z", + "description": "A Gatsby theme for serial programmers (-.-)", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/sharadcodes-gatsby-theme-serial-programmer.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sharadcodes-gatsby-theme-serial-programmer.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sharadcodes-gatsby-theme-serial-programmer-2x.jpg" + } + }, "sharadcodes-geekyll-starter-blog": { "theme_key": "sharadcodes-geekyll-starter-blog", "file": "geekyll-starter-blog.md", @@ -19652,8 +22205,8 @@ "default_branch": "master", "github_url": "https://github.com/sharadcodes/geekyll-starter-blog", "demo_url": "https://sharadcodes.github.io/geekyll-starter-blog/", - "stars": 14, - "forks": 7, + "stars": 17, + "forks": 9, "open_issues": 0, "last_commit": "2020-08-29T13:27:05Z", "created_at": "2020-05-30T08:00:00Z", @@ -19664,6 +22217,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sharadcodes-geekyll-starter-blog-2x.jpg" } }, + "sharadcodes-hugo-theme-serial-programmer": { + "theme_key": "sharadcodes-hugo-theme-serial-programmer", + "file": "hugo-theme-serial-programmer.md", + "name": "hugo-theme-serial-programmer", + "title": "Serial Programmer", + "github_username": "sharadcodes", + "repo": "sharadcodes/hugo-theme-serial-programmer", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/sharadcodes/hugo-theme-serial-programmer", + "demo_url": "https://sharadcodes.github.io/hugo-theme-serial-programmer/", + "stars": 33, + "forks": 20, + "open_issues": 1, + "last_commit": "2022-07-22T04:00:19Z", + "created_at": "2021-11-06T11:22:00Z", + "description": "A Hugo theme for serial programmers (-.-)", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/sharadcodes-hugo-theme-serial-programmer.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sharadcodes-hugo-theme-serial-programmer.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sharadcodes-hugo-theme-serial-programmer-2x.jpg" + } + }, "sharadcodes-jekyll-theme-dark-reader": { "theme_key": "sharadcodes-jekyll-theme-dark-reader", "file": "jekyll-theme-dark-reader.md", @@ -19675,10 +22251,10 @@ "default_branch": "master", "github_url": "https://github.com/sharadcodes/jekyll-theme-dark-reader", "demo_url": "https://sharadcodes.github.io/jekyll-theme-dark-reader/", - "stars": 37, - "forks": 20, - "open_issues": 0, - "last_commit": "2021-05-20T12:16:48Z", + "stars": 47, + "forks": 24, + "open_issues": 4, + "last_commit": "2022-07-22T04:03:31Z", "created_at": "2019-11-25T10:59:04Z", "description": "A Minimal Dark theme for jekyll with minimal CSS and blazing fast loading of pages by Sharad Raj Singh Maurya", "images": { @@ -19687,6 +22263,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-dark-reader-2x.jpg" } }, + "sharadcodes-jekyll-theme-material-you": { + "theme_key": "sharadcodes-jekyll-theme-material-you", + "file": "jekyll-theme-material-you.md", + "name": "jekyll-theme-material-you", + "title": "Material You", + "github_username": "sharadcodes", + "repo": "sharadcodes/jekyll-theme-material-you", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/sharadcodes/jekyll-theme-material-you", + "demo_url": "https://sharadcodes.github.io/jekyll-theme-material-you/", + "stars": 13, + "forks": 5, + "open_issues": 2, + "last_commit": "2022-12-23T14:27:18Z", + "created_at": "2022-05-03T03:46:32Z", + "description": "A Jekyll theme for Material You Lovers", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/sharadcodes-jekyll-theme-material-you.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sharadcodes-jekyll-theme-material-you.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-material-you-2x.jpg" + } + }, "sharadcodes-jekyll-theme-milo": { "theme_key": "sharadcodes-jekyll-theme-milo", "file": "jekyll-theme-milo.md", @@ -19699,7 +22298,7 @@ "github_url": "https://github.com/sharadcodes/jekyll-theme-milo", "demo_url": "https://sharadcodes.github.io/jekyll-theme-milo/", "stars": 7, - "forks": 11, + "forks": 12, "open_issues": 0, "last_commit": "2020-04-05T05:19:58Z", "created_at": "2018-12-22T13:44:48Z", @@ -19721,10 +22320,10 @@ "default_branch": "master", "github_url": "https://github.com/sharadcodes/jekyll-theme-retro-yellow", "demo_url": "https://sharadcodes.github.io/jekyll-theme-retro-yellow/", - "stars": 1, + "stars": 2, "forks": 2, - "open_issues": 0, - "last_commit": "2021-05-20T12:20:15Z", + "open_issues": 2, + "last_commit": "2022-10-21T04:02:35Z", "created_at": "2020-01-04T14:00:28Z", "description": "A super simple and Light theme for Jekyll with minimal CSS by Sharad Raj Singh Maurya", "images": { @@ -19733,6 +22332,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-retro-yellow-2x.jpg" } }, + "sharadcodes-jekyll-theme-serial-programmer": { + "theme_key": "sharadcodes-jekyll-theme-serial-programmer", + "file": "jekyll-theme-serial-programmer.md", + "name": "jekyll-theme-serial-programmer", + "title": "Serial Programmer", + "github_username": "sharadcodes", + "repo": "sharadcodes/jekyll-theme-serial-programmer", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/sharadcodes/jekyll-theme-serial-programmer", + "demo_url": "https://sharadcodes.github.io/jekyll-theme-serial-programmer/", + "stars": 98, + "forks": 61, + "open_issues": 2, + "last_commit": "2022-11-25T11:48:03Z", + "created_at": "2021-11-04T05:37:10Z", + "description": "A Jekyll theme for serial programmers (-.-)", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/sharadcodes-jekyll-theme-serial-programmer.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sharadcodes-jekyll-theme-serial-programmer.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-serial-programmer-2x.jpg" + } + }, "sharu725-ashwath": { "theme_key": "sharu725-ashwath", "file": "jekyll-webjeda-ashwath.md", @@ -19744,10 +22366,10 @@ "default_branch": "master", "github_url": "https://github.com/sharu725/ashwath", "demo_url": "https://webjeda.com/ashwath/", - "stars": 11, - "forks": 47, + "stars": 12, + "forks": 48, "open_issues": 1, - "last_commit": "2017-10-24T05:33:19Z", + "last_commit": "2021-08-21T12:54:23Z", "created_at": "2017-03-22T19:17:15Z", "description": "Minimal Jekyll Theme with an app like layout", "images": { @@ -19767,12 +22389,12 @@ "default_branch": "master", "github_url": "https://github.com/sharu725/bheema", "demo_url": "https://webjeda.com/bheema", - "stars": 11, - "forks": 38, + "stars": 16, + "forks": 43, "open_issues": 2, - "last_commit": "2017-03-27T15:26:44Z", + "last_commit": "2021-09-03T16:06:25Z", "created_at": "2016-12-08T18:01:48Z", - "description": "A journal theme", + "description": "A simple jekyll theme for journal, news etc.", "images": { "hires": "https://www.jamstackthemes.dev/capture/sharu725-bheema.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sharu725-bheema.jpg", @@ -19790,10 +22412,10 @@ "default_branch": "master", "github_url": "https://github.com/sharu725/cards", "demo_url": "https://webjeda.com/cards", - "stars": 82, - "forks": 241, - "open_issues": 0, - "last_commit": "2020-11-20T02:56:42Z", + "stars": 90, + "forks": 262, + "open_issues": 1, + "last_commit": "2022-06-23T04:30:13Z", "created_at": "2016-06-16T10:12:17Z", "description": "A bootstrap based minimal jekyll theme", "images": { @@ -19816,7 +22438,7 @@ "stars": 26, "forks": 60, "open_issues": 1, - "last_commit": "2019-11-15T04:27:14Z", + "last_commit": "2021-08-21T12:52:24Z", "created_at": "2016-07-15T17:24:18Z", "description": "A minimal responsive jekyll theme -Webjeda Gatok", "images": { @@ -19832,14 +22454,14 @@ "title": "Webjeda Hagura", "github_username": "sharu725", "repo": "sharu725/hagura", - "branch": "gh-pages", - "default_branch": "gh-pages", + "branch": "master", + "default_branch": "master", "github_url": "https://github.com/sharu725/hagura", "demo_url": "https://webjeda.com/hagura", - "stars": 237, - "forks": 148, + "stars": 255, + "forks": 152, "open_issues": 0, - "last_commit": "2019-11-14T06:30:34Z", + "last_commit": "2023-01-11T00:43:34Z", "created_at": "2016-11-02T14:30:30Z", "description": "A light weight, minimal Jekyll theme.", "images": { @@ -19860,9 +22482,9 @@ "github_url": "https://github.com/sharu725/karna", "demo_url": "https://webjeda.com/karna", "stars": 43, - "forks": 93, + "forks": 99, "open_issues": 1, - "last_commit": "2017-10-24T13:29:08Z", + "last_commit": "2021-08-21T12:38:37Z", "created_at": "2016-11-01T14:59:40Z", "description": "Karna is a responsive jekyll theme which includes pinterest like pins", "images": { @@ -19882,10 +22504,10 @@ "default_branch": "master", "github_url": "https://github.com/sharu725/online-cv", "demo_url": "https://webjeda.com/online-cv/", - "stars": 1714, - "forks": 3414, - "open_issues": 14, - "last_commit": "2021-04-10T18:02:58Z", + "stars": 2331, + "forks": 4685, + "open_issues": 15, + "last_commit": "2023-01-19T18:44:41Z", "created_at": "2016-07-29T04:35:27Z", "description": "A minimal Jekyll Theme to host your resume (CV)", "images": { @@ -19905,10 +22527,10 @@ "default_branch": "master", "github_url": "https://github.com/sharu725/slides", "demo_url": "https://webjeda.com/slides/", - "stars": 54, + "stars": 56, "forks": 54, "open_issues": 1, - "last_commit": "2019-11-15T04:26:57Z", + "last_commit": "2021-08-21T12:37:00Z", "created_at": "2016-07-06T17:15:11Z", "description": "A presentstion theme", "images": { @@ -19929,9 +22551,9 @@ "github_url": "https://github.com/sharu725/thunder", "demo_url": "https://webjeda.com/thunder/", "stars": 17, - "forks": 54, + "forks": 56, "open_issues": 0, - "last_commit": "2017-03-27T15:25:32Z", + "last_commit": "2021-08-21T12:43:00Z", "created_at": "2016-05-12T16:03:19Z", "description": "A minimal and superfast Jekyll theme", "images": { @@ -19951,10 +22573,10 @@ "default_branch": "master", "github_url": "https://github.com/sharu725/vyaasa", "demo_url": "https://webjeda.com/vyaasa", - "stars": 23, - "forks": 39, + "stars": 24, + "forks": 38, "open_issues": 1, - "last_commit": "2019-11-15T04:29:41Z", + "last_commit": "2021-08-21T12:47:35Z", "created_at": "2016-09-22T14:23:34Z", "description": "Here is the demo", "images": { @@ -19974,9 +22596,9 @@ "default_branch": "master", "github_url": "https://github.com/sharvaridesai/hexo-theme-edinburgh", "demo_url": "https://sharvaridesai.github.io/hexo-theme-edinburgh-demo/", - "stars": 293, - "forks": 68, - "open_issues": 15, + "stars": 336, + "forks": 76, + "open_issues": 17, "last_commit": "2017-08-03T01:16:41Z", "created_at": "2017-02-04T15:40:03Z", "description": "Beautiful minimal portfolio theme for Hexo.", @@ -19997,8 +22619,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/ShawnTeoh/matjek", "demo_url": "https://shawnteoh.github.io/matjek", - "stars": 82, - "forks": 402, + "stars": 96, + "forks": 425, "open_issues": 10, "last_commit": "2017-06-27T17:43:21Z", "created_at": "2017-03-23T09:55:40Z", @@ -20020,10 +22642,10 @@ "default_branch": "master", "github_url": "https://github.com/shenliyang/hexo-theme-snippet", "demo_url": "https://www.91h5.cc/", - "stars": 1003, - "forks": 207, - "open_issues": 13, - "last_commit": "2021-03-18T09:04:54Z", + "stars": 1053, + "forks": 212, + "open_issues": 9, + "last_commit": "2021-08-15T09:32:27Z", "created_at": "2017-07-10T09:26:39Z", "description": "Snippet 简洁而不简单,也许是一款你寻找已久的hexo主题", "images": { @@ -20066,9 +22688,9 @@ "default_branch": "master", "github_url": "https://github.com/shobhitchittora/gatsby-starter-fashion-portfolio", "demo_url": "https://gatsby-starter-fashion-portfolio.netlify.com/", - "stars": 7, + "stars": 8, "forks": 3, - "open_issues": 2, + "open_issues": 15, "last_commit": "2021-05-08T14:29:06Z", "created_at": "2019-07-19T17:57:04Z", "description": "A Gatsby starter for a professional and minimal fashion portfolio.", @@ -20089,9 +22711,9 @@ "default_branch": "master", "github_url": "https://github.com/siawyoung/immaculate", "demo_url": "https://cdn.ampproject.org/c/siawyoung.com/immaculate/", - "stars": 83, - "forks": 24, - "open_issues": 4, + "stars": 88, + "forks": 25, + "open_issues": 6, "last_commit": "2019-12-05T01:21:30Z", "created_at": "2016-03-30T07:48:59Z", "description": "A beautiful, fast, AMP-compliant Jekyll theme based on Tufte CSS.", @@ -20112,8 +22734,8 @@ "default_branch": "master", "github_url": "https://github.com/siegerts/hugo-theme-basic", "demo_url": "https://hugo-theme-basic.netlify.com/", - "stars": 94, - "forks": 43, + "stars": 101, + "forks": 55, "open_issues": 0, "last_commit": "2020-05-21T13:15:47Z", "created_at": "2019-02-01T18:42:50Z", @@ -20124,6 +22746,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/siegerts-hugo-theme-basic-2x.jpg" } }, + "simarmannsingh-gatsby-netlifycms-starter-template": { + "theme_key": "simarmannsingh-gatsby-netlifycms-starter-template", + "file": "gatsby-netlifycms-blog-web-app.md", + "name": "gatsby-netlifycms-starter-template", + "title": "Gatsby Netlify CMS Modern blog web-app", + "github_username": "simarmannsingh", + "repo": "simarmannsingh/gatsby-netlifycms-starter-template", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/simarmannsingh/gatsby-netlifycms-starter-template", + "demo_url": "https://gatsby-netlifycms-modern-template.netlify.app/", + "stars": 39, + "forks": 14, + "open_issues": 2, + "last_commit": "2021-10-29T20:19:59Z", + "created_at": "2021-06-21T21:16:31Z", + "description": "All the technologies used are free and open-source. You are free to use this template for a personal hobby blog, a commercial news agency or professional journalist website etc. Don't forget to star the repo if you like this template. NOTE: I would not be able to work further on this project, until Mid November 2022 ", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/simarmannsingh-gatsby-netlifycms-starter-template.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/simarmannsingh-gatsby-netlifycms-starter-template.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/simarmannsingh-gatsby-netlifycms-starter-template-2x.jpg" + } + }, "simplecode-io-gatsby-crafty-theme": { "theme_key": "simplecode-io-gatsby-crafty-theme", "file": "gatsby-crafty-theme.md", @@ -20135,9 +22780,9 @@ "default_branch": "master", "github_url": "https://github.com/simplecode-io/gatsby-crafty-theme", "demo_url": "https://demos.simplecode.io/gatsby/crafty/", - "stars": 15, + "stars": 25, "forks": 5, - "open_issues": 15, + "open_issues": 27, "last_commit": "2019-08-08T11:29:59Z", "created_at": "2019-08-07T17:16:18Z", "description": null, @@ -20158,8 +22803,8 @@ "default_branch": "master", "github_url": "https://github.com/Simpleyyt/jekyll-jacman", "demo_url": "https://simpleyyt.github.io/jekyll-jacman", - "stars": 87, - "forks": 93, + "stars": 89, + "forks": 87, "open_issues": 11, "last_commit": "2017-07-22T06:07:16Z", "created_at": "2015-09-20T15:48:19Z", @@ -20181,8 +22826,8 @@ "default_branch": "master", "github_url": "https://github.com/Simpleyyt/jekyll-simpleyyt", "demo_url": "https://simpleyyt.github.io/jekyll-simpleyyt", - "stars": 43, - "forks": 47, + "stars": 42, + "forks": 44, "open_issues": 1, "last_commit": "2016-04-24T07:50:59Z", "created_at": "2014-04-07T09:01:09Z", @@ -20204,9 +22849,9 @@ "default_branch": "master", "github_url": "https://github.com/Simpleyyt/jekyll-theme-next", "demo_url": "https://simpleyyt.github.io/jekyll-theme-next/", - "stars": 688, - "forks": 728, - "open_issues": 41, + "stars": 757, + "forks": 757, + "open_issues": 48, "last_commit": "2018-11-21T02:03:20Z", "created_at": "2017-07-21T08:44:59Z", "description": "Elegant theme for Jekyll.", @@ -20227,8 +22872,8 @@ "default_branch": "master", "github_url": "https://github.com/Simply007/kontent-sample-app-gatsby-intranet", "demo_url": "https://kontent-sample-app-gatsby-intranet.netlify.app", - "stars": 7, - "forks": 5, + "stars": 9, + "forks": 6, "open_issues": 0, "last_commit": "2020-06-15T08:52:27Z", "created_at": "2019-08-27T05:41:12Z", @@ -20251,7 +22896,7 @@ "github_url": "https://github.com/Simply007/kontent-sample-app-svelte-sapper", "demo_url": "https://kontent-sample-app-svelte-sapper.now.sh/", "stars": 2, - "forks": 6, + "forks": 7, "open_issues": 0, "last_commit": "2020-09-24T06:29:13Z", "created_at": "2019-11-17T13:53:51Z", @@ -20273,8 +22918,8 @@ "default_branch": "master", "github_url": "https://github.com/Simply007/kontent-template-gatsby-landing-page-photon", "demo_url": "https://kontent-template-gatsby-landing-page-photon.netlify.app", - "stars": 11, - "forks": 15, + "stars": 12, + "forks": 16, "open_issues": 0, "last_commit": "2020-06-29T13:59:24Z", "created_at": "2019-05-03T10:39:07Z", @@ -20285,6 +22930,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/simply007-kontent-template-gatsby-landing-page-photon-2x.jpg" } }, + "slashformotion-hugo-tufte": { + "theme_key": "slashformotion-hugo-tufte", + "file": "tufte.md", + "name": "hugo-tufte", + "title": "Tufte", + "github_username": "slashformotion", + "repo": "slashformotion/hugo-tufte", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/slashformotion/hugo-tufte", + "demo_url": "https://slashformotion.github.io/hugo-tufte/", + "stars": 85, + "forks": 26, + "open_issues": 2, + "last_commit": "2022-02-18T10:48:26Z", + "created_at": "2021-07-17T20:56:11Z", + "description": "Content centric Hugo blogging theme styled with Tufte-Css", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/slashformotion-hugo-tufte.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/slashformotion-hugo-tufte.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/slashformotion-hugo-tufte-2x.jpg" + } + }, "smakosh-gatsby-apollo-starter": { "theme_key": "smakosh-gatsby-apollo-starter", "file": "gatsby-apollo-starter.md", @@ -20296,8 +22964,8 @@ "default_branch": "master", "github_url": "https://github.com/smakosh/gatsby-apollo-starter", "demo_url": "https://gatsby-starter-apollo.smakosh.com/app/", - "stars": 15, - "forks": 6, + "stars": 16, + "forks": 4, "open_issues": 0, "last_commit": "2019-06-25T12:33:34Z", "created_at": "2019-06-25T12:25:49Z", @@ -20319,9 +22987,9 @@ "default_branch": "master", "github_url": "https://github.com/smakosh/gatsby-app-starter-rest-api", "demo_url": "https://building-apps-with-gatsby.netlify.com", - "stars": 35, - "forks": 11, - "open_issues": 15, + "stars": 38, + "forks": 13, + "open_issues": 16, "last_commit": "2020-05-07T15:00:54Z", "created_at": "2019-05-14T06:50:04Z", "description": "Not todo Gatsby app for my talk", @@ -20342,10 +23010,10 @@ "default_branch": "master", "github_url": "https://github.com/smakosh/gatsby-portfolio-dev", "demo_url": "https://portfolio.smakosh.com/", - "stars": 618, - "forks": 184, + "stars": 739, + "forks": 187, "open_issues": 0, - "last_commit": "2021-06-11T20:26:49Z", + "last_commit": "2021-10-14T04:05:40Z", "created_at": "2018-12-27T16:25:46Z", "description": "A portfolio for developers", "images": { @@ -20365,9 +23033,9 @@ "default_branch": "master", "github_url": "https://github.com/smakosh/gatsby-starter-i18n", "demo_url": "https://i18n.smakosh.com/", - "stars": 32, + "stars": 34, "forks": 6, - "open_issues": 3, + "open_issues": 12, "last_commit": "2020-12-11T05:24:45Z", "created_at": "2018-10-05T23:07:08Z", "description": "Gatsby starter with i18n and some cool features", @@ -20388,8 +23056,8 @@ "default_branch": "master", "github_url": "https://github.com/smallmuou/Jekyll-Pithy", "demo_url": "https://wenva.github.io/", - "stars": 71, - "forks": 59, + "stars": 70, + "forks": 57, "open_issues": 2, "last_commit": "2017-03-24T06:13:34Z", "created_at": "2015-04-10T01:45:07Z", @@ -20400,6 +23068,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/smallmuou-jekyll-pithy-2x.jpg" } }, + "smastrom-headless-gatsby-multilang": { + "theme_key": "smastrom-headless-gatsby-multilang", + "file": "headless-gatsby-multilang.md", + "name": "headless-gatsby-multilang", + "title": "Gatsby Headless Multilingual", + "github_username": "smastrom", + "repo": "smastrom/headless-gatsby-multilang", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/smastrom/headless-gatsby-multilang", + "demo_url": "https://headlessmultilingual.gatsbyjs.io/", + "stars": 58, + "forks": 19, + "open_issues": 0, + "last_commit": "2022-08-13T20:18:09Z", + "created_at": "2021-09-20T10:03:30Z", + "description": "Powerful multilanguage starter for Gatsby. Built without any internationalization plugin. Completely headless.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/smastrom-headless-gatsby-multilang.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/smastrom-headless-gatsby-multilang.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/smastrom-headless-gatsby-multilang-2x.jpg" + } + }, "smolcodes-twentytwenyonetheme": { "theme_key": "smolcodes-twentytwenyonetheme", "file": "twentytwentyone.md", @@ -20411,8 +23102,8 @@ "default_branch": "main", "github_url": "https://github.com/smolcodes/twentytwenyonetheme", "demo_url": "https://twentytwenyonetheme.netlify.app/", - "stars": 0, - "forks": 0, + "stars": 4, + "forks": 2, "open_issues": 0, "last_commit": "2021-02-02T04:08:26Z", "created_at": "2021-01-21T20:35:55Z", @@ -20434,8 +23125,8 @@ "default_branch": "master", "github_url": "https://github.com/snipcart/11ty-demo-snipcart", "demo_url": "https://snipcart-11ty-demo.netlify.com/", - "stars": 30, - "forks": 3, + "stars": 33, + "forks": 5, "open_issues": 0, "last_commit": "2019-02-25T21:31:29Z", "created_at": "2018-10-03T18:24:48Z", @@ -20480,7 +23171,7 @@ "default_branch": "master", "github_url": "https://github.com/snipcart/snipcart-middleman-integration", "demo_url": "https://snipcart-middleman.netlify.com/", - "stars": 12, + "stars": 14, "forks": 4, "open_issues": 0, "last_commit": "2017-01-26T21:44:31Z", @@ -20503,10 +23194,10 @@ "default_branch": "master", "github_url": "https://github.com/snipcart/stackbit-theme-planty", "demo_url": "https://stackbit-theme-planty.netlify.com", - "stars": 167, - "forks": 125, - "open_issues": 6, - "last_commit": "2021-04-20T12:32:27Z", + "stars": 254, + "forks": 187, + "open_issues": 8, + "last_commit": "2021-10-29T13:59:08Z", "created_at": "2019-07-05T21:44:11Z", "description": "Planty is an e-commerce ready theme for Stackbit, powered by Snipcart.", "images": { @@ -20526,8 +23217,8 @@ "default_branch": "master", "github_url": "https://github.com/songroger/murmur", "demo_url": "https://songroger.github.io/murmur", - "stars": 18, - "forks": 11, + "stars": 17, + "forks": 12, "open_issues": 1, "last_commit": "2020-05-18T10:07:16Z", "created_at": "2016-11-03T06:46:39Z", @@ -20545,16 +23236,16 @@ "title": "Gatsby Awesome Starter", "github_username": "South-Paw", "repo": "South-Paw/awesome-gatsby-starter", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/South-Paw/awesome-gatsby-starter", "demo_url": "https://awesome-gatsby-starter.netlify.com/", - "stars": 33, + "stars": 34, "forks": 9, "open_issues": 0, - "last_commit": "2020-06-19T09:26:07Z", + "last_commit": "2022-10-31T06:38:12Z", "created_at": "2018-12-19T08:58:58Z", - "description": "👌 A starter for GatsbyJS with a preconfigured MDX, Storybook and ESLint environment", + "description": "👌 A starter for Gatsby 4 with TypeScript, Chakra UI, ESLint and Prettier", "images": { "hires": "https://www.jamstackthemes.dev/capture/south-paw-awesome-gatsby-starter.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/south-paw-awesome-gatsby-starter.jpg", @@ -20572,8 +23263,8 @@ "default_branch": "master", "github_url": "https://github.com/SpaceG/glas", "demo_url": "https://lucasgatsas.ch", - "stars": 65, - "forks": 61, + "stars": 64, + "forks": 60, "open_issues": 1, "last_commit": "2018-10-18T03:31:24Z", "created_at": "2015-03-01T23:39:41Z", @@ -20595,10 +23286,10 @@ "default_branch": "master", "github_url": "https://github.com/sparanoid/almace-scaffolding", "demo_url": "https://sparanoid.com/lab/amsf/", - "stars": 282, - "forks": 167, - "open_issues": 2, - "last_commit": "2021-06-18T04:28:12Z", + "stars": 304, + "forks": 180, + "open_issues": 10, + "last_commit": "2022-12-20T16:41:21Z", "created_at": "2013-12-31T11:24:45Z", "description": "AMSF, a.k.a. Almace Scaffolding, a super-fast Jekyll framework fighting against the website obesity.", "images": { @@ -20618,8 +23309,8 @@ "default_branch": "master", "github_url": "https://github.com/spech66/bootstrap-bp-hugo-startpage", "demo_url": "https://themes.gohugo.io/theme/bootstrap-bp-hugo-startpage/", - "stars": 39, - "forks": 19, + "stars": 41, + "forks": 21, "open_issues": 0, "last_commit": "2021-03-27T06:02:12Z", "created_at": "2019-07-22T09:15:15Z", @@ -20641,8 +23332,8 @@ "default_branch": "master", "github_url": "https://github.com/spech66/bootstrap-bp-hugo-theme", "demo_url": "https://themes.gohugo.io/theme/bootstrap-bp-hugo-theme/", - "stars": 36, - "forks": 17, + "stars": 38, + "forks": 18, "open_issues": 0, "last_commit": "2021-03-27T06:13:13Z", "created_at": "2018-10-27T19:44:58Z", @@ -20664,8 +23355,8 @@ "default_branch": "master", "github_url": "https://github.com/spf13/hyde", "demo_url": "https://themes.gohugo.io/theme/hyde/", - "stars": 449, - "forks": 517, + "stars": 461, + "forks": 525, "open_issues": 10, "last_commit": "2021-04-02T09:00:43Z", "created_at": "2014-05-23T19:47:51Z", @@ -20676,6 +23367,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/spf13-hyde-2x.jpg" } }, + "spinalcms-11ty-docs-template": { + "theme_key": "spinalcms-11ty-docs-template", + "file": "11ty-docs.md", + "name": "11ty-docs-template", + "title": "11ty documentation template using Tailwind CSS", + "github_username": "SpinalCMS", + "repo": "SpinalCMS/11ty-docs-template", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/SpinalCMS/11ty-docs-template", + "demo_url": "https://11ty-docs-theme.spinalcms.com/", + "stars": 9, + "forks": 3, + "open_issues": 0, + "last_commit": "2022-12-13T07:40:06Z", + "created_at": "2022-09-09T10:09:50Z", + "description": "An 11ty + Tailwind CSS theme for your documentation site ", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/spinalcms-11ty-docs-template.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/spinalcms-11ty-docs-template.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/spinalcms-11ty-docs-template-2x.jpg" + } + }, "spookey-slick": { "theme_key": "spookey-slick", "file": "hugo-slick-theme.md", @@ -20687,10 +23401,10 @@ "default_branch": "main", "github_url": "https://github.com/spookey/slick", "demo_url": "https://themes.gohugo.io/theme/slick/", - "stars": 41, - "forks": 17, + "stars": 42, + "forks": 18, "open_issues": 0, - "last_commit": "2021-06-20T10:53:30Z", + "last_commit": "2021-09-14T17:08:58Z", "created_at": "2018-12-09T14:04:20Z", "description": "A fast, minimal, responsive theme for Hugo which honours your privacy", "images": { @@ -20710,12 +23424,12 @@ "default_branch": "master", "github_url": "https://github.com/squidfunk/mkdocs-material", "demo_url": "https://squidfunk.github.io/mkdocs-material/", - "stars": 6872, - "forks": 1643, - "open_issues": 8, - "last_commit": "2021-06-29T09:12:44Z", + "stars": 12494, + "forks": 2738, + "open_issues": 22, + "last_commit": "2023-01-21T17:04:30Z", "created_at": "2016-01-28T22:09:23Z", - "description": "A Material Design theme for MkDocs", + "description": "Documentation that simply works", "images": { "hires": "https://www.jamstackthemes.dev/capture/squidfunk-mkdocs-material.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/squidfunk-mkdocs-material.jpg", @@ -20733,8 +23447,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/ssokurenko/jekyll-smart-material", "demo_url": "https://ssokurenko.github.io/jekyll-smart-material/", - "stars": 12, - "forks": 21, + "stars": 13, + "forks": 20, "open_issues": 0, "last_commit": "2016-09-20T18:43:37Z", "created_at": "2015-10-22T20:08:05Z", @@ -20756,9 +23470,9 @@ "default_branch": "master", "github_url": "https://github.com/st4ple/solid-jekyll", "demo_url": "https://st4ple.github.io/solid-jekyll/", - "stars": 332, - "forks": 443, - "open_issues": 8, + "stars": 339, + "forks": 452, + "open_issues": 9, "last_commit": "2019-05-07T08:43:03Z", "created_at": "2014-08-15T13:40:18Z", "description": "A Jekyll port of the Solid theme (by blacktie.co). ", @@ -21113,6 +23827,52 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-stackbit-theme-vanilla-2x.jpg" } }, + "stackbit-themes-agency-nextjs": { + "theme_key": "stackbit-themes-agency-nextjs", + "file": "stackbit-agency-nextjs.md", + "name": "agency-nextjs", + "title": "Nextjs Agency", + "github_username": "stackbit-themes", + "repo": "stackbit-themes/agency-nextjs", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/stackbit-themes/agency-nextjs", + "demo_url": "https://themes.stackbit.com/demos/agency/?themeBarHidden=true", + "stars": 7, + "forks": 16, + "open_issues": 0, + "last_commit": "2021-12-14T15:23:32Z", + "created_at": "2021-02-11T09:22:29Z", + "description": null, + "images": { + "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-agency-nextjs.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-agency-nextjs.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-agency-nextjs-2x.jpg" + } + }, + "stackbit-themes-ampersand-nextjs": { + "theme_key": "stackbit-themes-ampersand-nextjs", + "file": "stackbit-ampersand-nextjs.md", + "name": "ampersand-nextjs", + "title": "Nextjs Ampersand", + "github_username": "stackbit-themes", + "repo": "stackbit-themes/ampersand-nextjs", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/stackbit-themes/ampersand-nextjs", + "demo_url": "https://themes.stackbit.com/demos/ampersand?themeBarHidden=true", + "stars": 49, + "forks": 29, + "open_issues": 6, + "last_commit": "2021-12-14T15:16:52Z", + "created_at": "2019-05-10T13:57:28Z", + "description": "Ampersand a Medium inspired blogging theme for Stackbit", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-ampersand-nextjs.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-ampersand-nextjs.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-ampersand-nextjs-2x.jpg" + } + }, "stackbit-themes-ampersand-unibit": { "theme_key": "stackbit-themes-ampersand-unibit", "file": "stackbit-ampersand-unibit.md", @@ -21124,8 +23884,8 @@ "default_branch": "master", "github_url": "https://github.com/stackbit-themes/ampersand-unibit", "demo_url": "https://themes.stackbit.com/demos/ampersand?themeBarHidden=true", - "stars": 1, - "forks": 3, + "stars": 2, + "forks": 5, "open_issues": 0, "last_commit": "2021-06-19T19:56:09Z", "created_at": "2021-02-08T13:03:26Z", @@ -21136,6 +23896,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-ampersand-unibit-2x.jpg" } }, + "stackbit-themes-app-nextjs": { + "theme_key": "stackbit-themes-app-nextjs", + "file": "stackbit-app-nextjs.md", + "name": "app-nextjs", + "title": "Nextjs App", + "github_username": "stackbit-themes", + "repo": "stackbit-themes/app-nextjs", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/stackbit-themes/app-nextjs", + "demo_url": "https://themes.stackbit.com/demos/app/?themeBarHidden=true", + "stars": 23, + "forks": 21, + "open_issues": 6, + "last_commit": "2021-12-14T14:50:19Z", + "created_at": "2020-11-12T15:17:06Z", + "description": "Theme for mobile application.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-app-nextjs.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-app-nextjs.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-app-nextjs-2x.jpg" + } + }, "stackbit-themes-azimuth-gatsby": { "theme_key": "stackbit-themes-azimuth-gatsby", "file": "stackbit-azimuth-gatsby.md", @@ -21209,19 +23992,19 @@ "theme_key": "stackbit-themes-azimuth-nextjs", "file": "stackbit-azimuth-nextjs.md", "name": "azimuth-nextjs", - "title": "Azimuth Nextjs", + "title": "Nextjs Azimuth", "github_username": "stackbit-themes", "repo": "stackbit-themes/azimuth-nextjs", "branch": "master", "default_branch": "master", "github_url": "https://github.com/stackbit-themes/azimuth-nextjs", - "demo_url": "https://themes.stackbit.com/demos/azimuth?themeBarHidden=true", - "stars": 1, - "forks": 0, - "open_issues": 0, - "last_commit": "2020-11-18T09:25:29Z", - "created_at": "2020-11-18T09:19:17Z", - "description": "Azimuth is a sleek, modern SaaS site for Nextjs.", + "demo_url": "https://themes.stackbit.com/demos/azimuth/?themeBarHidden=true", + "stars": 132, + "forks": 110, + "open_issues": 6, + "last_commit": "2021-12-14T15:23:24Z", + "created_at": "2019-05-23T18:24:11Z", + "description": "Azimuth is a sleek SaaS theme for Stackbit", "images": { "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-azimuth-nextjs.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-azimuth-nextjs.jpg", @@ -21239,8 +24022,8 @@ "default_branch": "master", "github_url": "https://github.com/stackbit-themes/azimuth-unibit", "demo_url": "https://themes.stackbit.com/demos/azimuth?themeBarHidden=true", - "stars": 14, - "forks": 14, + "stars": 15, + "forks": 16, "open_issues": 0, "last_commit": "2021-06-19T19:32:47Z", "created_at": "2021-02-08T13:02:29Z", @@ -21251,6 +24034,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-azimuth-unibit-2x.jpg" } }, + "stackbit-themes-book-nextjs": { + "theme_key": "stackbit-themes-book-nextjs", + "file": "stackbit-book-nextjs.md", + "name": "book-nextjs", + "title": "Nextjs Book", + "github_username": "stackbit-themes", + "repo": "stackbit-themes/book-nextjs", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/stackbit-themes/book-nextjs", + "demo_url": "https://themes.stackbit.com/demos/book/?themeBarHidden=true", + "stars": 1, + "forks": 1, + "open_issues": 6, + "last_commit": "2021-12-15T15:47:27Z", + "created_at": "2020-11-12T15:13:57Z", + "description": null, + "images": { + "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-book-nextjs.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-book-nextjs.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-book-nextjs-2x.jpg" + } + }, "stackbit-themes-diy-gatsby": { "theme_key": "stackbit-themes-diy-gatsby", "file": "stackbit-diy-gatsby.md", @@ -21320,6 +24126,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-diy-jekyll-2x.jpg" } }, + "stackbit-themes-diy-nextjs": { + "theme_key": "stackbit-themes-diy-nextjs", + "file": "stackbit-diy-nextjs.md", + "name": "diy-nextjs", + "title": "Nextjs DIY", + "github_username": "stackbit-themes", + "repo": "stackbit-themes/diy-nextjs", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/stackbit-themes/diy-nextjs", + "demo_url": "https://themes.stackbit.com/demos/diy/?themeBarHidden=true", + "stars": 40, + "forks": 29, + "open_issues": 8, + "last_commit": "2021-12-14T15:24:35Z", + "created_at": "2020-07-29T05:23:25Z", + "description": "A \"do it yourself\" Stackbit theme", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-diy-nextjs.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-diy-nextjs.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-diy-nextjs-2x.jpg" + } + }, "stackbit-themes-diy-unibit": { "theme_key": "stackbit-themes-diy-unibit", "file": "stackbit-diy-unibit.md", @@ -21331,10 +24160,10 @@ "default_branch": "master", "github_url": "https://github.com/stackbit-themes/diy-unibit", "demo_url": "https://themes.stackbit.com/demos/diy?themeBarHidden=true", - "stars": 6, + "stars": 8, "forks": 5, "open_issues": 1, - "last_commit": "2021-06-19T20:21:29Z", + "last_commit": "2021-07-13T09:25:02Z", "created_at": "2021-02-08T13:02:27Z", "description": "A \"do it yourself\" Stackbit theme", "images": { @@ -21343,6 +24172,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-diy-unibit-2x.jpg" } }, + "stackbit-themes-event-nextjs": { + "theme_key": "stackbit-themes-event-nextjs", + "file": "stackbit-event-nextjs.md", + "name": "event-nextjs", + "title": "Nextjs Event", + "github_username": "stackbit-themes", + "repo": "stackbit-themes/event-nextjs", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/stackbit-themes/event-nextjs", + "demo_url": "https://themes.stackbit.com/demos/event/?themeBarHidden=true", + "stars": 5, + "forks": 8, + "open_issues": 0, + "last_commit": "2021-12-14T15:23:37Z", + "created_at": "2021-02-10T07:14:27Z", + "description": null, + "images": { + "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-event-nextjs.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-event-nextjs.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-event-nextjs-2x.jpg" + } + }, "stackbit-themes-exto-gatsby": { "theme_key": "stackbit-themes-exto-gatsby", "file": "stackbit-exto-gatsby.md", @@ -21412,6 +24264,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-exto-jekyll-2x.jpg" } }, + "stackbit-themes-exto-nextjs": { + "theme_key": "stackbit-themes-exto-nextjs", + "file": "stackbit-exto-nextjs.md", + "name": "exto-nextjs", + "title": "Nextjs Exto", + "github_username": "stackbit-themes", + "repo": "stackbit-themes/exto-nextjs", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/stackbit-themes/exto-nextjs", + "demo_url": "https://themes.stackbit.com/demos/exto?themeBarHidden=true", + "stars": 81, + "forks": 77, + "open_issues": 6, + "last_commit": "2021-12-14T15:16:36Z", + "created_at": "2019-05-23T18:26:16Z", + "description": "Exto is a portfolio theme with a blog for Stackbit", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-exto-nextjs.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-exto-nextjs.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-exto-nextjs-2x.jpg" + } + }, "stackbit-themes-exto-unibit": { "theme_key": "stackbit-themes-exto-unibit", "file": "stackbit-exto-unibit.md", @@ -21423,8 +24298,8 @@ "default_branch": "master", "github_url": "https://github.com/stackbit-themes/exto-unibit", "demo_url": "https://themes.stackbit.com/demos/exto?themeBarHidden=true", - "stars": 9, - "forks": 5, + "stars": 8, + "forks": 7, "open_issues": 0, "last_commit": "2021-06-19T19:56:58Z", "created_at": "2021-02-08T13:02:31Z", @@ -21504,6 +24379,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-fjord-jekyll-2x.jpg" } }, + "stackbit-themes-fjord-nextjs": { + "theme_key": "stackbit-themes-fjord-nextjs", + "file": "stackbit-fjord-nextjs.md", + "name": "fjord-nextjs", + "title": "Nextjs Fjord", + "github_username": "stackbit-themes", + "repo": "stackbit-themes/fjord-nextjs", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/stackbit-themes/fjord-nextjs", + "demo_url": "https://themes.stackbit.com/demos/fjord?themeBarHidden=true", + "stars": 66, + "forks": 73, + "open_issues": 7, + "last_commit": "2021-12-14T15:17:45Z", + "created_at": "2019-05-10T14:35:02Z", + "description": "Fjord is a minimal blogging theme for Stackbit", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-fjord-nextjs.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-fjord-nextjs.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-fjord-nextjs-2x.jpg" + } + }, "stackbit-themes-fjord-unibit": { "theme_key": "stackbit-themes-fjord-unibit", "file": "stackbit-fjord-unibit.md", @@ -21515,7 +24413,7 @@ "default_branch": "master", "github_url": "https://github.com/stackbit-themes/fjord-unibit", "demo_url": "https://themes.stackbit.com/demos/fjord?themeBarHidden=true", - "stars": 3, + "stars": 5, "forks": 4, "open_issues": 0, "last_commit": "2021-06-19T19:57:45Z", @@ -21527,6 +24425,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-fjord-unibit-2x.jpg" } }, + "stackbit-themes-fresh-nextjs": { + "theme_key": "stackbit-themes-fresh-nextjs", + "file": "stackbit-fresh-nextjs.md", + "name": "fresh-nextjs", + "title": "Nextjs Fresh", + "github_username": "stackbit-themes", + "repo": "stackbit-themes/fresh-nextjs", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/stackbit-themes/fresh-nextjs", + "demo_url": "https://themes.stackbit.com/demos/fresh/?themeBarHidden=true", + "stars": 91, + "forks": 89, + "open_issues": 8, + "last_commit": "2021-12-14T15:23:27Z", + "created_at": "2019-05-10T14:36:46Z", + "description": "Fresh a personal theme with a blog for Stackbit", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-fresh-nextjs.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-fresh-nextjs.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-fresh-nextjs-2x.jpg" + } + }, "stackbit-themes-fresh-unibit": { "theme_key": "stackbit-themes-fresh-unibit", "file": "stackbit-fresh-unibit.md", @@ -21538,8 +24459,8 @@ "default_branch": "master", "github_url": "https://github.com/stackbit-themes/fresh-unibit", "demo_url": "https://themes.stackbit.com/demos/fresh?themeBarHidden=true", - "stars": 4, - "forks": 17, + "stars": 7, + "forks": 19, "open_issues": 0, "last_commit": "2021-06-19T19:58:10Z", "created_at": "2021-02-08T13:03:36Z", @@ -21550,6 +24471,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-fresh-unibit-2x.jpg" } }, + "stackbit-themes-libris-nextjs": { + "theme_key": "stackbit-themes-libris-nextjs", + "file": "stackbit-libris-nextjs.md", + "name": "libris-nextjs", + "title": "Nextjs Libris", + "github_username": "stackbit-themes", + "repo": "stackbit-themes/libris-nextjs", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/stackbit-themes/libris-nextjs", + "demo_url": "https://themes.stackbit.com/demos/libris/?themeBarHidden=true", + "stars": 63, + "forks": 56, + "open_issues": 14, + "last_commit": "2021-12-14T15:18:26Z", + "created_at": "2019-05-23T18:31:33Z", + "description": "Libris is a documentation theme for Stackbit", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-libris-nextjs.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-libris-nextjs.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-libris-nextjs-2x.jpg" + } + }, "stackbit-themes-libris-unibit": { "theme_key": "stackbit-themes-libris-unibit", "file": "stackbit-libris-unibit.md", @@ -21561,7 +24505,7 @@ "default_branch": "master", "github_url": "https://github.com/stackbit-themes/libris-unibit", "demo_url": "https://themes.stackbit.com/demos/libris?themeBarHidden=true", - "stars": 5, + "stars": 6, "forks": 1, "open_issues": 0, "last_commit": "2021-06-19T19:58:39Z", @@ -21573,6 +24517,52 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-libris-unibit-2x.jpg" } }, + "stackbit-themes-personal-nextjs": { + "theme_key": "stackbit-themes-personal-nextjs", + "file": "stackbit-personal-nextjs.md", + "name": "personal-nextjs", + "title": "Nextjs Personal", + "github_username": "stackbit-themes", + "repo": "stackbit-themes/personal-nextjs", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/stackbit-themes/personal-nextjs", + "demo_url": "https://themes.stackbit.com/demos/personal/?themeBarHidden=true", + "stars": 10, + "forks": 19, + "open_issues": 2, + "last_commit": "2021-12-14T15:23:40Z", + "created_at": "2020-11-12T22:14:59Z", + "description": null, + "images": { + "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-personal-nextjs.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-personal-nextjs.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-personal-nextjs-2x.jpg" + } + }, + "stackbit-themes-podcaster-nextjs": { + "theme_key": "stackbit-themes-podcaster-nextjs", + "file": "stackbit-podcaster-nextjs.md", + "name": "podcaster-nextjs", + "title": "Nextjs Podcaster", + "github_username": "stackbit-themes", + "repo": "stackbit-themes/podcaster-nextjs", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/stackbit-themes/podcaster-nextjs", + "demo_url": "https://themes.stackbit.com/demos/podcaster/?themeBarHidden=true", + "stars": 9, + "forks": 14, + "open_issues": 7, + "last_commit": "2021-12-14T15:18:08Z", + "created_at": "2021-02-10T13:36:23Z", + "description": null, + "images": { + "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-podcaster-nextjs.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-podcaster-nextjs.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-podcaster-nextjs-2x.jpg" + } + }, "stackbit-themes-stackbit-starter-gatsby": { "theme_key": "stackbit-themes-stackbit-starter-gatsby", "file": "stackbit-starter-gatsby.md", @@ -21679,7 +24669,7 @@ "stars": 5, "forks": 3, "open_issues": 0, - "last_commit": "2021-06-19T19:36:29Z", + "last_commit": "2021-07-13T14:01:46Z", "created_at": "2021-02-08T12:57:11Z", "description": "Ultra customizable starter. A developers' favorite.", "images": { @@ -21688,6 +24678,75 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-starter-unibit-2x.jpg" } }, + "stackbit-themes-startup-nextjs": { + "theme_key": "stackbit-themes-startup-nextjs", + "file": "stackbit-startup-nextjs.md", + "name": "startup-nextjs", + "title": "Nextjs Startup", + "github_username": "stackbit-themes", + "repo": "stackbit-themes/startup-nextjs", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/stackbit-themes/startup-nextjs", + "demo_url": "https://themes.stackbit.com/demos/startup/themeBarHidden=true", + "stars": 5, + "forks": 8, + "open_issues": 0, + "last_commit": "2021-08-31T12:02:35Z", + "created_at": "2021-02-08T16:57:46Z", + "description": null, + "images": { + "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-startup-nextjs.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-startup-nextjs.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-startup-nextjs-2x.jpg" + } + }, + "stackbit-themes-vanilla-jekyll": { + "theme_key": "stackbit-themes-vanilla-jekyll", + "file": "stackbit-vanilla-jekyll.md", + "name": "vanilla-jekyll", + "title": "Jekyll Vanilla", + "github_username": "stackbit-themes", + "repo": "stackbit-themes/vanilla-jekyll", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/stackbit-themes/vanilla-jekyll", + "demo_url": "https://themes.stackbit.com/demos/vanilla?themeBarHidden=true", + "stars": 2, + "forks": 0, + "open_issues": 0, + "last_commit": "2021-12-14T15:51:00Z", + "created_at": "2021-02-15T13:54:28Z", + "description": "Vanilla theme for Stackbit", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-vanilla-jekyll.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-vanilla-jekyll.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-vanilla-jekyll-2x.jpg" + } + }, + "stackbit-themes-vanilla-nextjs": { + "theme_key": "stackbit-themes-vanilla-nextjs", + "file": "stackbit-vanilla-nextjs.md", + "name": "vanilla-nextjs", + "title": "Nextjs Vanilla", + "github_username": "stackbit-themes", + "repo": "stackbit-themes/vanilla-nextjs", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/stackbit-themes/vanilla-nextjs", + "demo_url": "https://themes.stackbit.com/demos/vanilla?themeBarHidden=true", + "stars": 31, + "forks": 17, + "open_issues": 6, + "last_commit": "2021-12-14T15:18:41Z", + "created_at": "2019-05-10T14:51:58Z", + "description": "Vanilla a vanilla theme for Stackbit", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-vanilla-nextjs.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-vanilla-nextjs.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-vanilla-nextjs-2x.jpg" + } + }, "stackbit-themes-vanilla-unibit": { "theme_key": "stackbit-themes-vanilla-unibit", "file": "stackbit-vanilla-unibit.md", @@ -21722,10 +24781,10 @@ "default_branch": "main", "github_url": "https://github.com/stackrole/gatsby-starter-foundation", "demo_url": "https://foundation.stackrole.com/", - "stars": 168, - "forks": 81, - "open_issues": 1, - "last_commit": "2021-05-06T09:30:29Z", + "stars": 256, + "forks": 133, + "open_issues": 8, + "last_commit": "2022-12-03T05:42:45Z", "created_at": "2020-05-23T10:03:41Z", "description": "A starter to launch your blazing fast personal website and a blog, Built with Gatsby and Netlify CMS. Made with ❤ by Stackrole", "images": { @@ -21743,18 +24802,156 @@ "repo": "StartBootstrap/startbootstrap-clean-blog-jekyll", "branch": "master", "default_branch": "master", - "github_url": "https://github.com/StartBootstrap/startbootstrap-clean-blog-jekyll", - "demo_url": "https://blackrockdigital.github.io/startbootstrap-clean-blog-jekyll/", - "stars": 1723, - "forks": 1693, - "open_issues": 10, - "last_commit": "2020-06-18T20:27:50Z", - "created_at": "2014-09-27T08:05:10Z", - "description": "A Jekyll version of the Clean Blog theme by Start Bootstrap", + "github_url": "https://github.com/StartBootstrap/startbootstrap-clean-blog-jekyll", + "demo_url": "https://blackrockdigital.github.io/startbootstrap-clean-blog-jekyll/", + "stars": 1819, + "forks": 1908, + "open_issues": 5, + "last_commit": "2021-05-09T15:32:18Z", + "created_at": "2014-09-27T08:05:10Z", + "description": "A Jekyll version of the Clean Blog theme by Start Bootstrap", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/blackrockdigital-startbootstrap-clean-blog-jekyll.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/blackrockdigital-startbootstrap-clean-blog-jekyll.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/blackrockdigital-startbootstrap-clean-blog-jekyll-2x.jpg" + } + }, + "statichunt-geeky-hugo": { + "theme_key": "statichunt-geeky-hugo", + "file": "hugo-geeky.md", + "name": "geeky-hugo", + "title": "Geeky Hugo", + "github_username": "statichunt", + "repo": "statichunt/geeky-hugo", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/statichunt/geeky-hugo", + "demo_url": "https://demo.statichunt.com/geeky-hugo/", + "stars": 28, + "forks": 22, + "open_issues": 2, + "last_commit": "2022-02-13T10:10:50Z", + "created_at": "2021-08-18T06:46:42Z", + "description": "Geeky is a Personal Hugo blog theme focused on high speed. Geeky is fully responsive, Superfast, and powered by Bootstrap v5.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/statichunt-geeky-hugo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/statichunt-geeky-hugo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/statichunt-geeky-hugo-2x.jpg" + } + }, + "staticmania-blogge-hugo-theme": { + "theme_key": "staticmania-blogge-hugo-theme", + "file": "blogge-hugo.md", + "name": "blogge-hugo-theme", + "title": "Blogge Hugo", + "github_username": "StaticMania", + "repo": "StaticMania/blogge-hugo-theme", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/StaticMania/blogge-hugo-theme", + "demo_url": "https://blogge-hugo.staticmania.com/", + "stars": 37, + "forks": 20, + "open_issues": 1, + "last_commit": "2022-09-04T14:50:28Z", + "created_at": "2021-02-04T11:09:45Z", + "description": "Blogge is a clean and minimal blog hugo theme suitable for someone with easy creative features and effects who wants to create a personal blog site to make readers enjoy the pleasure of reading blog posts and blogs.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/staticmania-blogge-hugo-theme.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/staticmania-blogge-hugo-theme.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/staticmania-blogge-hugo-theme-2x.jpg" + } + }, + "staticmania-hugo-apsho": { + "theme_key": "staticmania-hugo-apsho", + "file": "hugo-apsho.md", + "name": "hugo-apsho", + "title": "Apsho Hugo", + "github_username": "StaticMania", + "repo": "StaticMania/hugo-apsho", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/StaticMania/hugo-apsho", + "demo_url": "https://apsho.staticmania.com/", + "stars": 71, + "forks": 40, + "open_issues": 2, + "last_commit": "2022-09-04T14:51:30Z", + "created_at": "2022-04-06T09:14:47Z", + "description": null, + "images": { + "hires": "https://www.jamstackthemes.dev/capture/staticmania-hugo-apsho.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/staticmania-hugo-apsho.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/staticmania-hugo-apsho-2x.jpg" + } + }, + "staticmania-hugo-cohub": { + "theme_key": "staticmania-hugo-cohub", + "file": "hugo-cohub.md", + "name": "hugo-cohub", + "title": "CoHub Hugo", + "github_username": "StaticMania", + "repo": "StaticMania/hugo-cohub", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/StaticMania/hugo-cohub", + "demo_url": "https://cohub.staticmania.com/", + "stars": 36, + "forks": 35, + "open_issues": 1, + "last_commit": "2022-11-23T09:21:07Z", + "created_at": "2022-04-06T09:41:18Z", + "description": null, + "images": { + "hires": "https://www.jamstackthemes.dev/capture/staticmania-hugo-cohub.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/staticmania-hugo-cohub.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/staticmania-hugo-cohub-2x.jpg" + } + }, + "staticmania-portio-hugo": { + "theme_key": "staticmania-portio-hugo", + "file": "portio-hugo.md", + "name": "portio-hugo", + "title": "Portio Hugo", + "github_username": "StaticMania", + "repo": "StaticMania/portio-hugo", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/StaticMania/portio-hugo", + "demo_url": "https://portio-hugo.staticmania.com/", + "stars": 361, + "forks": 256, + "open_issues": 14, + "last_commit": "2022-09-04T14:50:48Z", + "created_at": "2020-08-25T07:05:28Z", + "description": "Portio Hugo is a simple, minimal and responsive Portfolio Hugo Theme. Portio Hugo is well organized, well-formatted, and named accordingly so it’s easy to change any and all of the design. Portio is built with Bootstrap 4. You can customize it very easily to fit your needs.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/staticmania-portio-hugo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/staticmania-portio-hugo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/staticmania-portio-hugo-2x.jpg" + } + }, + "staticmania-roxo-eleventy": { + "theme_key": "staticmania-roxo-eleventy", + "file": "roxo-eleventy.md", + "name": "roxo-eleventy", + "title": "Roxo | a digital agency template", + "github_username": "StaticMania", + "repo": "StaticMania/roxo-eleventy", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/StaticMania/roxo-eleventy", + "demo_url": "https://roxo-eleventy.staticmania.com/", + "stars": 22, + "forks": 21, + "open_issues": 1, + "last_commit": "2022-10-06T11:36:12Z", + "created_at": "2021-12-26T10:52:59Z", + "description": null, "images": { - "hires": "https://www.jamstackthemes.dev/capture/blackrockdigital-startbootstrap-clean-blog-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/blackrockdigital-startbootstrap-clean-blog-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/blackrockdigital-startbootstrap-clean-blog-jekyll-2x.jpg" + "hires": "https://www.jamstackthemes.dev/capture/staticmania-roxo-eleventy.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/staticmania-roxo-eleventy.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/staticmania-roxo-eleventy-2x.jpg" } }, "staticmania-roxo-hugo": { @@ -21768,9 +24965,9 @@ "default_branch": "master", "github_url": "https://github.com/StaticMania/roxo-hugo", "demo_url": "https://roxo-hugo.staticmania.com/", - "stars": 72, - "forks": 84, - "open_issues": 3, + "stars": 82, + "forks": 89, + "open_issues": 5, "last_commit": "2021-04-06T11:06:26Z", "created_at": "2020-03-08T11:52:08Z", "description": null, @@ -21780,6 +24977,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/staticmania-roxo-hugo-2x.jpg" } }, + "stavrospanakakis-jekyll-cv": { + "theme_key": "stavrospanakakis-jekyll-cv", + "file": "jekyll-cv.md", + "name": "jekyll-cv", + "title": "Jekyll CV", + "github_username": "Stavrospanakakis", + "repo": "Stavrospanakakis/jekyll-cv", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/Stavrospanakakis/jekyll-cv", + "demo_url": "https://jekyll-cv.stavrospanakakis.com", + "stars": 131, + "forks": 156, + "open_issues": 3, + "last_commit": "2021-08-05T18:41:20Z", + "created_at": "2021-02-26T16:11:24Z", + "description": "Lightweight jekyll theme for your CV with dark mode support", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/stavrospanakakis-jekyll-cv.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stavrospanakakis-jekyll-cv.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stavrospanakakis-jekyll-cv-2x.jpg" + } + }, "stephen-cloud-gatsby-markdown-material-typescript-starter": { "theme_key": "stephen-cloud-gatsby-markdown-material-typescript-starter", "file": "gatsby-markdown-material-typescript-starter.md", @@ -21791,9 +25011,9 @@ "default_branch": "master", "github_url": "https://github.com/stephen-cloud/gatsby-markdown-material-typescript-starter", "demo_url": "https://gatsby-markdown-material-typescript-starter.stephen.cloud/", - "stars": 6, + "stars": 7, "forks": 7, - "open_issues": 0, + "open_issues": 2, "last_commit": "2020-07-03T15:37:53Z", "created_at": "2020-06-21T17:57:54Z", "description": "A Gatsby theme in Material UI and TypeScript", @@ -21815,7 +25035,7 @@ "github_url": "https://github.com/SteveLane/hugo-icon", "demo_url": "https://themes.gohugo.io/theme/hugo-icon/", "stars": 88, - "forks": 71, + "forks": 69, "open_issues": 9, "last_commit": "2019-03-05T21:23:39Z", "created_at": "2017-09-19T11:24:46Z", @@ -21837,8 +25057,8 @@ "default_branch": "master", "github_url": "https://github.com/stijnvc/holo-alfa", "demo_url": "https://stijnvc.github.io/holo-alfa/", - "stars": 165, - "forks": 104, + "stars": 171, + "forks": 107, "open_issues": 0, "last_commit": "2019-09-10T20:20:54Z", "created_at": "2015-07-20T19:10:35Z", @@ -21861,8 +25081,8 @@ "github_url": "https://github.com/storyblok/storyblok-gridsome-boilerplate-moon", "demo_url": "https://demo.storyblok.com/", "stars": 13, - "forks": 4, - "open_issues": 5, + "forks": 3, + "open_issues": 17, "last_commit": "2021-04-27T01:43:31Z", "created_at": "2020-01-20T14:33:16Z", "description": "Storyblok's Gridsome Boilerplate (Moon-Theme)", @@ -21883,9 +25103,9 @@ "default_branch": "gh-pages", "github_url": "https://github.com/streetturtle/jekyll-clean-dark", "demo_url": "https://pavelmakhov.com/jekyll-clean-dark/", - "stars": 190, - "forks": 131, - "open_issues": 2, + "stars": 212, + "forks": 139, + "open_issues": 5, "last_commit": "2020-05-27T00:31:17Z", "created_at": "2015-06-29T22:56:56Z", "description": "Dark clean theme for jekyll", @@ -21906,10 +25126,10 @@ "default_branch": "master", "github_url": "https://github.com/styxlab/gatsby-starter-try-ghost", "demo_url": "https://demo.jamify.org/", - "stars": 152, - "forks": 81, - "open_issues": 0, - "last_commit": "2021-03-02T23:54:42Z", + "stars": 185, + "forks": 92, + "open_issues": 12, + "last_commit": "2021-10-27T19:15:19Z", "created_at": "2020-02-25T16:17:03Z", "description": "Publish flaring fast blogs with Gatsby and Ghost", "images": { @@ -21929,10 +25149,10 @@ "default_branch": "master", "github_url": "https://github.com/styxlab/next-cms-ghost", "demo_url": "https://next.jamify.org/", - "stars": 189, - "forks": 62, - "open_issues": 2, - "last_commit": "2021-06-29T18:51:04Z", + "stars": 588, + "forks": 178, + "open_issues": 4, + "last_commit": "2022-10-31T10:05:14Z", "created_at": "2020-11-11T15:39:01Z", "description": "Publish flaring fast blogs with Next.js and Ghost CMS", "images": { @@ -21955,7 +25175,7 @@ "stars": 19, "forks": 10, "open_issues": 0, - "last_commit": "2021-04-23T14:43:08Z", + "last_commit": "2021-06-19T19:49:39Z", "created_at": "2017-09-30T15:29:45Z", "description": "A Hugo theme based on the CSS-only Bulma framework.", "images": { @@ -21975,8 +25195,8 @@ "default_branch": "master", "github_url": "https://github.com/suheb/resume", "demo_url": "https://suheb.in/resume/", - "stars": 73, - "forks": 10, + "stars": 76, + "forks": 17, "open_issues": 0, "last_commit": "2018-12-18T10:26:44Z", "created_at": "2017-08-13T21:25:23Z", @@ -21998,8 +25218,8 @@ "default_branch": "master", "github_url": "https://github.com/suits-at/netlifycms-gridsome", "demo_url": "https://netlifycms-gridsome.suits.at", - "stars": 46, - "forks": 28, + "stars": 54, + "forks": 35, "open_issues": 4, "last_commit": "2021-05-14T13:57:55Z", "created_at": "2019-04-14T11:51:06Z", @@ -22021,12 +25241,12 @@ "default_branch": "master", "github_url": "https://github.com/sujaykundu777/devlopr-jekyll", "demo_url": "https://devlopr.netlify.app", - "stars": 354, - "forks": 595, - "open_issues": 4, - "last_commit": "2021-05-19T15:08:28Z", + "stars": 564, + "forks": 809, + "open_issues": 18, + "last_commit": "2022-12-12T07:33:08Z", "created_at": "2018-07-03T11:38:13Z", - "description": "Launch your Static Jekyll Site/Blog :rocket: in minutes built for developers.", + "description": "(FREE SITE GENERATOR) - A Customizable/Hackable portfolio jekyll theme where you can blog using Markdown or CMS :rocket: in minutes built for developers. (with CMS)", "images": { "hires": "https://www.jamstackthemes.dev/capture/sujaykundu777-devlopr-jekyll.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sujaykundu777-devlopr-jekyll.jpg", @@ -22044,10 +25264,10 @@ "default_branch": "gh-pages", "github_url": "https://github.com/sunbliss/photorama", "demo_url": "https://sunbliss.github.io/photorama", - "stars": 175, - "forks": 288, - "open_issues": 5, - "last_commit": "2019-09-23T13:49:38Z", + "stars": 213, + "forks": 370, + "open_issues": 3, + "last_commit": "2022-06-08T23:37:39Z", "created_at": "2016-03-27T21:21:59Z", "description": "\"PHOTORAMA\" template for Jekyll", "images": { @@ -22067,10 +25287,10 @@ "default_branch": "master", "github_url": "https://github.com/surjithctly/neat-starter", "demo_url": "https://neat-starter.netlify.app/", - "stars": 148, - "forks": 34, + "stars": 257, + "forks": 81, "open_issues": 1, - "last_commit": "2021-06-05T06:04:38Z", + "last_commit": "2022-06-20T16:35:53Z", "created_at": "2020-09-21T06:18:37Z", "description": "Starter Template for Netlify CMS, Eleventy, Alpine JS & Tailwind CSS", "images": { @@ -22079,6 +25299,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/surjithctly-neat-starter-2x.jpg" } }, + "suyundukov-hugo-sustain": { + "theme_key": "nurlansu-hugo-sustain", + "file": "hugo-sustain.md", + "name": "hugo-sustain", + "title": "Sustain", + "github_username": "suyundukov", + "repo": "suyundukov/hugo-sustain", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/suyundukov/hugo-sustain", + "demo_url": "https://demo.nurlan.co/hugo-sustain/", + "stars": 203, + "forks": 125, + "open_issues": 7, + "last_commit": "2021-02-13T17:20:29Z", + "created_at": "2016-10-22T07:21:04Z", + "description": "🦁 Personal blog theme built with Bootstrap, powered by Hugo.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/nurlansu-hugo-sustain.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nurlansu-hugo-sustain.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nurlansu-hugo-sustain-2x.jpg" + } + }, "svmiller-steve-ngvb-jekyll-template": { "theme_key": "svmiller-steve-ngvb-jekyll-template", "file": "jekyll-svm-ngvb.md", @@ -22090,8 +25333,8 @@ "default_branch": "master", "github_url": "https://github.com/svmiller/steve-ngvb-jekyll-template", "demo_url": "https://svmiller.com/", - "stars": 40, - "forks": 83, + "stars": 42, + "forks": 91, "open_issues": 2, "last_commit": "2018-03-09T00:06:50Z", "created_at": "2015-08-16T21:27:34Z", @@ -22136,8 +25379,8 @@ "default_branch": "master", "github_url": "https://github.com/swanson/lagom", "demo_url": "https://lagom.mdswanson.com/", - "stars": 505, - "forks": 449, + "stars": 501, + "forks": 443, "open_issues": 1, "last_commit": "2018-02-07T01:54:03Z", "created_at": "2013-08-24T03:09:43Z", @@ -22159,8 +25402,8 @@ "default_branch": "master", "github_url": "https://github.com/swcool/landing-page-theme", "demo_url": "https://shaneweng.com/landing-page-theme/", - "stars": 385, - "forks": 561, + "stars": 403, + "forks": 587, "open_issues": 6, "last_commit": "2015-11-02T17:04:42Z", "created_at": "2014-10-04T15:07:16Z", @@ -22182,10 +25425,10 @@ "default_branch": "master", "github_url": "https://github.com/sylhare/Type-on-Strap", "demo_url": "https://sylhare.github.io/Type-on-Strap/", - "stars": 509, - "forks": 740, - "open_issues": 7, - "last_commit": "2021-06-16T20:24:11Z", + "stars": 705, + "forks": 822, + "open_issues": 2, + "last_commit": "2022-12-10T19:56:18Z", "created_at": "2017-10-02T13:37:28Z", "description": "🎨 Simplistic, responsive jekyll based open source theme", "images": { @@ -22205,8 +25448,8 @@ "default_branch": "master", "github_url": "https://github.com/syui/hugo-theme-air", "demo_url": "https://themes.gohugo.io/theme/air/", - "stars": 112, - "forks": 64, + "stars": 116, + "forks": 66, "open_issues": 0, "last_commit": "2020-12-16T13:24:09Z", "created_at": "2015-07-24T20:15:24Z", @@ -22252,9 +25495,32 @@ "github_url": "https://github.com/szhielelp/JekyllTheme-ProjectGaia", "demo_url": "https://szhielelp.github.io/JekyllTheme-ProjectGaia/", "stars": 110, - "forks": 41, + "forks": 39, + "open_issues": 1, + "last_commit": "2021-07-17T05:03:00Z", + "created_at": "2017-01-09T07:22:31Z", + "description": "Jekyll Theme Project Gaia. V2 Beta Released !! Check it out -> ", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/szhielelp-jekylltheme-projectgaia.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/szhielelp-jekylltheme-projectgaia.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/szhielelp-jekylltheme-projectgaia-2x.jpg" + } + }, + "szhshp-jekylltheme-projectgaia": { + "theme_key": "szhielelp-jekylltheme-projectgaia", + "file": "jekyll-project-gaia.md", + "name": "JekyllTheme-ProjectGaia", + "title": "Project Gaia", + "github_username": "szhshp", + "repo": "szhshp/JekyllTheme-ProjectGaia", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/szhshp/JekyllTheme-ProjectGaia", + "demo_url": "https://szhielelp.github.io/JekyllTheme-ProjectGaia/", + "stars": 110, + "forks": 39, "open_issues": 1, - "last_commit": "2021-05-30T15:12:39Z", + "last_commit": "2021-07-17T05:03:00Z", "created_at": "2017-01-09T07:22:31Z", "description": "Jekyll Theme Project Gaia. V2 Beta Released !! Check it out -> ", "images": { @@ -22320,9 +25586,9 @@ "default_branch": "gh-pages", "github_url": "https://github.com/t413/SinglePaged", "demo_url": "https://t413.com/SinglePaged", - "stars": 785, - "forks": 1095, - "open_issues": 24, + "stars": 807, + "forks": 1132, + "open_issues": 25, "last_commit": "2016-08-04T06:13:56Z", "created_at": "2014-09-19T20:31:46Z", "description": "SinglePaged - Simple Jekyll template", @@ -22343,8 +25609,8 @@ "default_branch": "master", "github_url": "https://github.com/taikii/whiteplain", "demo_url": "https://themes.gohugo.io/theme/whiteplain/", - "stars": 77, - "forks": 38, + "stars": 80, + "forks": 36, "open_issues": 7, "last_commit": "2019-10-27T21:44:59Z", "created_at": "2017-12-21T14:43:28Z", @@ -22355,6 +25621,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/taikii-whiteplain-2x.jpg" } }, + "tajacks-lightspeed": { + "theme_key": "tajacks-lightspeed", + "file": "jekyll-lightspeed.md", + "name": "lightspeed", + "title": "Lightspeed", + "github_username": "tajacks", + "repo": "tajacks/lightspeed", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/tajacks/lightspeed", + "demo_url": "https://lightspeed.tajacks.com", + "stars": 1, + "forks": 1, + "open_issues": 0, + "last_commit": "2023-02-18T23:36:40Z", + "created_at": "2022-03-27T18:03:18Z", + "description": "A fast, simple, and privacy-respecting Jekyll theme.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/tajacks-lightspeed.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tajacks-lightspeed.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tajacks-lightspeed-2x.jpg" + } + }, "taylantatli-halve": { "theme_key": "taylantatli-halve", "file": "jekyll-halve-theme.md", @@ -22366,8 +25655,8 @@ "default_branch": "master", "github_url": "https://github.com/TaylanTatli/Halve", "demo_url": "https://taylantatli.github.io/Halve", - "stars": 291, - "forks": 367, + "stars": 287, + "forks": 361, "open_issues": 33, "last_commit": "2019-10-29T14:10:03Z", "created_at": "2016-05-30T18:47:21Z", @@ -22389,9 +25678,9 @@ "default_branch": "master", "github_url": "https://github.com/TaylanTatli/Moon", "demo_url": "https://taylantatli.github.io/Moon", - "stars": 2083, - "forks": 1994, - "open_issues": 76, + "stars": 2180, + "forks": 2048, + "open_issues": 75, "last_commit": "2017-02-01T08:28:49Z", "created_at": "2016-04-13T21:13:26Z", "description": "Moon is a minimal, one column jekyll theme.", @@ -22412,12 +25701,12 @@ "default_branch": "master", "github_url": "https://github.com/TaylanTatli/Ramme", "demo_url": "https://taylantatli.github.io/Ramme", - "stars": 34, - "forks": 22, + "stars": 48, + "forks": 32, "open_issues": 0, "last_commit": "2016-04-13T21:06:08Z", "created_at": "2016-03-21T08:53:35Z", - "description": "Just a simple Jekyll theme", + "description": "Simple retro theme for Jekyll.", "images": { "hires": "https://www.jamstackthemes.dev/capture/taylantatli-ramme.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/taylantatli-ramme.jpg", @@ -22435,7 +25724,7 @@ "default_branch": "master", "github_url": "https://github.com/Tazeg/hugo-blog-jeffprod", "demo_url": "https://themes.gohugo.io/theme/hugo-blog-jeffprod/", - "stars": 49, + "stars": 50, "forks": 22, "open_issues": 0, "last_commit": "2020-05-28T19:18:10Z", @@ -22481,10 +25770,10 @@ "default_branch": "master", "github_url": "https://github.com/tcbutler320/jek", "demo_url": "https://jekyll-jek.netlify.app/", - "stars": 6, - "forks": 1, + "stars": 28, + "forks": 8, "open_issues": 5, - "last_commit": "2021-06-29T01:50:39Z", + "last_commit": "2021-07-01T23:31:37Z", "created_at": "2021-06-08T14:41:16Z", "description": "Jek is a minimalist jekyll theme putting the power of color schemes in the user’s hands. Toggle between schemes hassle-free, create new ones on the go, and store settings in-browser.", "images": { @@ -22504,9 +25793,9 @@ "default_branch": "dev", "github_url": "https://github.com/tcbutler320/Jekyll-Theme-Dumbarton", "demo_url": "https://dumbarton.netlify.app/index.html", - "stars": 20, - "forks": 17, - "open_issues": 4, + "stars": 43, + "forks": 44, + "open_issues": 6, "last_commit": "2021-03-02T00:19:24Z", "created_at": "2020-10-30T02:48:49Z", "description": "Dumbarton is a Jekyll Theme developed by Tyler Butler. The theme is designed for academics and features a simple home page with an about me section, a blog, and an interactive highlights section to describe publications, coursework, courses taught, and projects. UI design with Bootstrap and Animate CSS. Dumbarton is not compatible with Github Pages at this time. ", @@ -22527,9 +25816,9 @@ "default_branch": "master", "github_url": "https://github.com/teaware/gatsby-starter-point", "demo_url": "https://gatsby-starter-point.netlify.com/", - "stars": 7, - "forks": 3, - "open_issues": 0, + "stars": 9, + "forks": 4, + "open_issues": 2, "last_commit": "2020-11-26T08:25:43Z", "created_at": "2019-10-24T02:47:15Z", "description": "A humble Gatsby starter with fancy page transitions ✨💫 & perfect performance 💯", @@ -22550,10 +25839,10 @@ "default_branch": "main", "github_url": "https://github.com/TerabyteTiger/gridsome-airtable-starter", "demo_url": "https://gridsomeairtable.netlify.com/", - "stars": 23, - "forks": 9, + "stars": 28, + "forks": 11, "open_issues": 2, - "last_commit": "2021-06-16T12:37:56Z", + "last_commit": "2022-12-08T17:34:20Z", "created_at": "2019-08-06T11:03:14Z", "description": "A Gridsome starter leveraging Airtable with a minimalist design. ", "images": { @@ -22573,9 +25862,9 @@ "default_branch": "master", "github_url": "https://github.com/thakkaryash94/gatsby-github-personal-website", "demo_url": "https://thakkaryash94.netlify.com/", - "stars": 27, - "forks": 17, - "open_issues": 0, + "stars": 31, + "forks": 19, + "open_issues": 2, "last_commit": "2020-06-03T07:34:27Z", "created_at": "2019-03-01T20:56:53Z", "description": "Repo for github portfolio using gatsby", @@ -22596,8 +25885,8 @@ "default_branch": "master", "github_url": "https://github.com/the-development/flex", "demo_url": "https://the-development.github.io/flex/", - "stars": 139, - "forks": 184, + "stars": 142, + "forks": 188, "open_issues": 3, "last_commit": "2014-08-26T16:57:45Z", "created_at": "2013-12-09T19:01:22Z", @@ -22642,8 +25931,8 @@ "default_branch": "master", "github_url": "https://github.com/thebakerdev/gatsby-starter-zenii", "demo_url": "https://gatsby-starter-zenii.netlify.app/", - "stars": 18, - "forks": 16, + "stars": 33, + "forks": 28, "open_issues": 2, "last_commit": "2021-01-05T11:10:11Z", "created_at": "2020-09-08T11:31:59Z", @@ -22688,10 +25977,10 @@ "default_branch": "master", "github_url": "https://github.com/thedevslot/WhatATheme", "demo_url": "https://thedevslot.github.io/WhatATheme/", - "stars": 45, - "forks": 108, - "open_issues": 0, - "last_commit": "2021-01-09T09:14:32Z", + "stars": 169, + "forks": 392, + "open_issues": 2, + "last_commit": "2022-09-05T15:14:18Z", "created_at": "2020-05-14T20:06:26Z", "description": "A customizable Jekyll Portfolio theme which supports blogging.", "images": { @@ -22746,9 +26035,32 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thelehhman-texture-2x.jpg" } }, + "themefisher-academia-hugo": { + "theme_key": "themefisher-academia-hugo", + "file": "hugo-academia.md", + "name": "academia-hugo", + "title": "Academia Hugo", + "github_username": "themefisher", + "repo": "themefisher/academia-hugo", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/themefisher/academia-hugo", + "demo_url": "https://demo.gethugothemes.com/academia/site/", + "stars": 132, + "forks": 150, + "open_issues": 6, + "last_commit": "2022-02-14T10:46:22Z", + "created_at": "2019-07-02T07:37:20Z", + "description": "Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/themefisher-academia-hugo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/themefisher-academia-hugo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/themefisher-academia-hugo-2x.jpg" + } + }, "themefisher-airspace-hugo": { "theme_key": "themefisher-airspace-hugo", - "file": "airspace-hugo.md", + "file": "hugo-airspace.md", "name": "airspace-hugo", "title": "Airspace Hugo", "github_username": "themefisher", @@ -22756,19 +26068,65 @@ "branch": "master", "default_branch": "master", "github_url": "https://github.com/themefisher/airspace-hugo", - "demo_url": "https://demo.themefisher.com/airspace-hugo/", - "stars": 202, - "forks": 404, - "open_issues": 2, - "last_commit": "2021-04-01T06:35:35Z", + "demo_url": "https://demo.gethugothemes.com/airspace/site/", + "stars": 274, + "forks": 501, + "open_issues": 0, + "last_commit": "2022-02-15T03:54:27Z", "created_at": "2018-01-09T22:28:21Z", - "description": "Airspace theme (Hugo version)", + "description": "Airspace Hugo theme for multipurpose use, like Portfolio, Blog, Business.", "images": { "hires": "https://www.jamstackthemes.dev/capture/themefisher-airspace-hugo.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/themefisher-airspace-hugo.jpg", "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/themefisher-airspace-hugo-2x.jpg" } }, + "themefisher-bigspring-light": { + "theme_key": "themefisher-bigspring-light", + "file": "hugo-bigspring.md", + "name": "bigspring-light", + "title": "Bigspring", + "github_username": "themefisher", + "repo": "themefisher/bigspring-light", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/themefisher/bigspring-light", + "demo_url": "https://demo.gethugothemes.com/bigspring-light/site/", + "stars": 125, + "forks": 268, + "open_issues": 0, + "last_commit": "2022-02-15T03:56:32Z", + "created_at": "2020-09-28T10:58:13Z", + "description": "Bigspring is a Hugo startup theme. It has a clean, minimal, fresh UI. ", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/themefisher-bigspring-light.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/themefisher-bigspring-light.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/themefisher-bigspring-light-2x.jpg" + } + }, + "themefisher-dot-hugo": { + "theme_key": "themefisher-dot-hugo", + "file": "hugo-dot.md", + "name": "dot-hugo", + "title": "Dot", + "github_username": "themefisher", + "repo": "themefisher/dot-hugo", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/themefisher/dot-hugo", + "demo_url": "https://demo.gethugothemes.com/dot/site/", + "stars": 208, + "forks": 146, + "open_issues": 0, + "last_commit": "2022-02-15T03:58:25Z", + "created_at": "2019-01-05T09:42:06Z", + "description": "Dot - Hugo Documentation Theme", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/themefisher-dot-hugo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/themefisher-dot-hugo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/themefisher-dot-hugo-2x.jpg" + } + }, "themefisher-dot-hugo-documentation-theme": { "theme_key": "themefisher-dot-hugo-documentation-theme", "file": "dot-hugo-documentation-theme.md", @@ -22780,10 +26138,10 @@ "default_branch": "master", "github_url": "https://github.com/themefisher/dot-hugo-documentation-theme", "demo_url": "https://themes.gohugo.io/theme/dot-hugo-documentation-theme/", - "stars": 173, - "forks": 133, - "open_issues": 2, - "last_commit": "2021-06-01T08:04:53Z", + "stars": 174, + "forks": 134, + "open_issues": 1, + "last_commit": "2021-07-05T08:26:25Z", "created_at": "2019-01-05T09:42:06Z", "description": "Dot - Hugo Documentation Theme", "images": { @@ -22792,6 +26150,52 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/themefisher-dot-hugo-documentation-theme-2x.jpg" } }, + "themefisher-educenter-hugo": { + "theme_key": "themefisher-educenter-hugo", + "file": "hugo-educenter.md", + "name": "educenter-hugo", + "title": "Educenter Hugo", + "github_username": "themefisher", + "repo": "themefisher/educenter-hugo", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/themefisher/educenter-hugo", + "demo_url": "https://demo.gethugothemes.com/educenter/site/", + "stars": 146, + "forks": 278, + "open_issues": 0, + "last_commit": "2022-02-15T03:59:18Z", + "created_at": "2020-01-19T09:18:03Z", + "description": "Educenter is an educational website template powered by Hugo. It can be used as an online teaching platform, school and university website.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/themefisher-educenter-hugo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/themefisher-educenter-hugo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/themefisher-educenter-hugo-2x.jpg" + } + }, + "themefisher-hargo-hugo": { + "theme_key": "themefisher-hargo-hugo", + "file": "hugo-hargo.md", + "name": "hargo-hugo", + "title": "Hargo Hugo", + "github_username": "themefisher", + "repo": "themefisher/hargo-hugo", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/themefisher/hargo-hugo", + "demo_url": "https://demo.gethugothemes.com/hargo/site/", + "stars": 76, + "forks": 128, + "open_issues": 0, + "last_commit": "2022-02-15T04:00:19Z", + "created_at": "2019-10-20T04:33:46Z", + "description": "Hargo is an E-commerce theme powered by Hugo and Snipcart. It's fully functional, users can order items and also payments throw this theme.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/themefisher-hargo-hugo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/themefisher-hargo-hugo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/themefisher-hargo-hugo-2x.jpg" + } + }, "themefisher-infinity-hugo": { "theme_key": "themefisher-infinity-hugo", "file": "hugo-infinity.md", @@ -22816,8 +26220,8 @@ } }, "themefisher-kross-hugo": { - "theme_key": "themefisher-kross-hugo-portfolio-template", - "file": "kross-hugo-portfolio-template.md", + "theme_key": "themefisher-kross-hugo", + "file": "hugo-kross.md", "name": "kross-hugo", "title": "Kross", "github_username": "themefisher", @@ -22825,17 +26229,17 @@ "branch": "master", "default_branch": "master", "github_url": "https://github.com/themefisher/kross-hugo", - "demo_url": "https://themes.gohugo.io/theme/kross-hugo-portfolio-template/", - "stars": 187, - "forks": 343, - "open_issues": 1, - "last_commit": "2021-04-07T03:48:28Z", + "demo_url": "https://demo.gethugothemes.com/kross/site/", + "stars": 242, + "forks": 375, + "open_issues": 0, + "last_commit": "2022-02-15T04:19:25Z", "created_at": "2019-05-13T08:18:18Z", - "description": "Kross Creative Portfolio Template", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/themefisher-kross-hugo-portfolio-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/themefisher-kross-hugo-portfolio-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/themefisher-kross-hugo-portfolio-template-2x.jpg" + "description": "Kross is a creative, sleek and modern personal portfolio Hugo theme with a gorgeous appearance.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/themefisher-kross-hugo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/themefisher-kross-hugo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/themefisher-kross-hugo-2x.jpg" } }, "themefisher-kross-hugo-portfolio-template": { @@ -22863,7 +26267,7 @@ }, "themefisher-meghna-hugo": { "theme_key": "themefisher-meghna-hugo", - "file": "meghna-hugo.md", + "file": "hugo-meghna.md", "name": "meghna-hugo", "title": "Meghna Hugo", "github_username": "themefisher", @@ -22872,10 +26276,10 @@ "default_branch": "master", "github_url": "https://github.com/themefisher/meghna-hugo", "demo_url": "https://themes.gohugo.io/theme/meghna-hugo/", - "stars": 275, - "forks": 1064, - "open_issues": 5, - "last_commit": "2021-04-07T03:51:19Z", + "stars": 292, + "forks": 1123, + "open_issues": 1, + "last_commit": "2021-09-07T07:43:28Z", "created_at": "2018-09-12T09:09:05Z", "description": "Meghna Hugo is a responsive one-page business template built with HTML5/CSS3, Hugo, JavaScript, and JQuery. The template is minimalist, lightweight, and fast loading.", "images": { @@ -22908,8 +26312,8 @@ } }, "themefisher-parsa-hugo": { - "theme_key": "themefisher-parsa-hugo-personal-blog-theme", - "file": "parsa-hugo-personal-blog-theme.md", + "theme_key": "themefisher-parsa-hugo", + "file": "hugo-parsa.md", "name": "parsa-hugo", "title": "Parsa Hugo", "github_username": "themefisher", @@ -22917,17 +26321,17 @@ "branch": "master", "default_branch": "master", "github_url": "https://github.com/themefisher/parsa-hugo", - "demo_url": "https://themes.gohugo.io/theme/parsa-hugo-personal-blog-theme/", - "stars": 80, - "forks": 262, + "demo_url": "https://demo.gethugothemes.com/parsa/site/", + "stars": 127, + "forks": 333, "open_issues": 0, - "last_commit": "2021-02-14T03:59:16Z", + "last_commit": "2022-02-15T04:25:19Z", "created_at": "2019-05-15T08:33:57Z", - "description": "Parsa hugo", + "description": "Parsa is a personal blog theme powered by Hugo. It also can be used for portfolio website.", "images": { - "hires": "https://www.jamstackthemes.dev/capture/themefisher-parsa-hugo-personal-blog-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/themefisher-parsa-hugo-personal-blog-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/themefisher-parsa-hugo-personal-blog-theme-2x.jpg" + "hires": "https://www.jamstackthemes.dev/capture/themefisher-parsa-hugo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/themefisher-parsa-hugo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/themefisher-parsa-hugo-2x.jpg" } }, "themefisher-parsa-hugo-personal-blog-theme": { @@ -22978,7 +26382,7 @@ }, "themefisher-timer-hugo": { "theme_key": "themefisher-timer-hugo", - "file": "timer-hugo.md", + "file": "hugo-timer.md", "name": "timer-hugo", "title": "Timer", "github_username": "themefisher", @@ -22986,19 +26390,42 @@ "branch": "master", "default_branch": "master", "github_url": "https://github.com/themefisher/timer-hugo", - "demo_url": "https://themes.gohugo.io/theme/timer-hugo/", - "stars": 108, - "forks": 99, + "demo_url": "https://demo.gethugothemes.com/timer/site/", + "stars": 121, + "forks": 114, "open_issues": 0, - "last_commit": "2021-04-07T03:49:10Z", + "last_commit": "2022-02-15T04:39:00Z", "created_at": "2018-07-15T10:07:51Z", - "description": "Timer Template Hugo Version by themefisher", + "description": "Timer is a personal portfolio theme powered by Hugo. It also can be use as a landing page theme. ", "images": { "hires": "https://www.jamstackthemes.dev/capture/themefisher-timer-hugo.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/themefisher-timer-hugo.jpg", "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/themefisher-timer-hugo-2x.jpg" } }, + "themefisher-twenty-twenty-hugo": { + "theme_key": "themefisher-twenty-twenty-hugo", + "file": "hugo-twenty-twenty.md", + "name": "twenty-twenty-hugo", + "title": "Twenty Twenty Hugo", + "github_username": "themefisher", + "repo": "themefisher/twenty-twenty-hugo", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/themefisher/twenty-twenty-hugo", + "demo_url": "https://demo.gethugothemes.com/twenty-twenty/site/", + "stars": 38, + "forks": 77, + "open_issues": 0, + "last_commit": "2022-02-15T04:40:01Z", + "created_at": "2020-04-26T09:24:13Z", + "description": "Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/themefisher-twenty-twenty-hugo.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/themefisher-twenty-twenty-hugo.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/themefisher-twenty-twenty-hugo-2x.jpg" + } + }, "themefisher-vex-hugo": { "theme_key": "themefisher-vex-hugo", "file": "hugo-vex.md", @@ -23009,21 +26436,44 @@ "branch": "master", "default_branch": "master", "github_url": "https://github.com/themefisher/vex-hugo", - "demo_url": "https://themes.gohugo.io/theme/vex-hugo/", - "stars": 106, - "forks": 235, + "demo_url": "https://demo.gethugothemes.com/vex/site/", + "stars": 132, + "forks": 247, "open_issues": 1, - "last_commit": "2021-04-29T03:03:32Z", + "last_commit": "2022-02-15T04:40:59Z", "created_at": "2018-01-09T21:59:07Z", - "description": "Vex is a product landing page theme/template created by Themefisher based on the latest Bootstrap 4 framework. It is fully responsive and beautifully crafted with Product Showcase, Testimonials, and Email Subscription sections", + "description": "Vex is a product landing page Hugo theme. It is fully responsive and beautifully crafted with Product Showcase, Testimonials, and Email Subscription sections.", "images": { "hires": "https://www.jamstackthemes.dev/capture/themefisher-vex-hugo.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/themefisher-vex-hugo.jpg", "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/themefisher-vex-hugo-2x.jpg" } }, + "themeselection-materio-mui-react-nextjs-admin-template-free": { + "theme_key": "themeselection-materio-mui-react-nextjs-admin-template-free", + "file": "materio-free-react-nextjs-admin-template.md", + "name": "materio-mui-react-nextjs-admin-template-free", + "title": "Materio React NextJS Admin Template Free", + "github_username": "themeselection", + "repo": "themeselection/materio-mui-react-nextjs-admin-template-free", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/themeselection/materio-mui-react-nextjs-admin-template-free", + "demo_url": "https://demos.themeselection.com/materio-mui-react-nextjs-admin-template-free/", + "stars": 617, + "forks": 202, + "open_issues": 2, + "last_commit": "2022-10-07T13:57:04Z", + "created_at": "2022-03-14T09:50:59Z", + "description": "Materio is the Most Powerful & Comprehensive free Next.js React admin template based on MUI !! 🚀", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/themeselection-materio-mui-react-nextjs-admin-template-free.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/themeselection-materio-mui-react-nextjs-admin-template-free.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/themeselection-materio-mui-react-nextjs-admin-template-free-2x.jpg" + } + }, "thenewdynamic-gohugo-theme-ananke": { - "theme_key": "budparr-gohugo-theme-ananke", + "theme_key": "thenewdynamic-gohugo-theme-ananke", "file": "gohugo-theme-ananke.md", "name": "gohugo-theme-ananke", "title": "Ananke", @@ -23032,17 +26482,17 @@ "branch": "master", "default_branch": "master", "github_url": "https://github.com/theNewDynamic/gohugo-theme-ananke", - "demo_url": "https://gohugo-ananke-theme-demo.netlify.com/", - "stars": 612, - "forks": 674, - "open_issues": 88, - "last_commit": "2021-06-17T13:21:34Z", + "demo_url": "https://gohugo-ananke-theme-demo.netlify.app/", + "stars": 849, + "forks": 936, + "open_issues": 71, + "last_commit": "2022-12-14T16:04:41Z", "created_at": "2017-04-11T01:24:05Z", "description": "Ananke: A theme for Hugo Sites", "images": { - "hires": "https://www.jamstackthemes.dev/capture/budparr-gohugo-theme-ananke.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/budparr-gohugo-theme-ananke.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/budparr-gohugo-theme-ananke-2x.jpg" + "hires": "https://www.jamstackthemes.dev/capture/thenewdynamic-gohugo-theme-ananke.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thenewdynamic-gohugo-theme-ananke.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thenewdynamic-gohugo-theme-ananke-2x.jpg" } }, "thephuse-strange_case": { @@ -23056,8 +26506,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/thephuse/strange_case", "demo_url": "https://thephuse.github.io/strange_case/", - "stars": 62, - "forks": 41, + "stars": 65, + "forks": 44, "open_issues": 1, "last_commit": "2014-12-12T14:46:33Z", "created_at": "2014-01-07T18:39:42Z", @@ -23079,8 +26529,8 @@ "default_branch": "master", "github_url": "https://github.com/thesowah/GridGallery", "demo_url": "https://nadjetey.github.io/GridGallery", - "stars": 56, - "forks": 59, + "stars": 57, + "forks": 60, "open_issues": 0, "last_commit": "2016-04-22T12:00:36Z", "created_at": "2014-04-07T01:26:30Z", @@ -23102,7 +26552,7 @@ "default_branch": "master", "github_url": "https://github.com/thesowah/redcup", "demo_url": "https://nadjetey.github.io/redcup/", - "stars": 25, + "stars": 24, "forks": 19, "open_issues": 0, "last_commit": "2016-04-22T11:31:41Z", @@ -23125,7 +26575,7 @@ "default_branch": "master", "github_url": "https://github.com/thesowah/wangana", "demo_url": "https://thesowah.github.io/wangana/", - "stars": 52, + "stars": 51, "forks": 42, "open_issues": 0, "last_commit": "2018-06-03T11:27:49Z", @@ -23151,7 +26601,7 @@ "stars": 19, "forks": 5, "open_issues": 1, - "last_commit": "2021-06-01T15:34:06Z", + "last_commit": "2022-02-28T15:08:08Z", "created_at": "2018-09-04T20:48:42Z", "description": "A starter repo for using Gatsby with Typescript and SASS.", "images": { @@ -23171,10 +26621,10 @@ "default_branch": "master", "github_url": "https://github.com/thiagorossener/jekflix-template", "demo_url": "https://jekflix.rossener.com/", - "stars": 538, - "forks": 729, - "open_issues": 18, - "last_commit": "2021-05-12T02:36:29Z", + "stars": 691, + "forks": 915, + "open_issues": 29, + "last_commit": "2022-09-27T19:26:57Z", "created_at": "2017-09-09T15:29:54Z", "description": "A Jekyll theme inspired by Netflix. 🎬", "images": { @@ -23194,8 +26644,8 @@ "default_branch": "master", "github_url": "https://github.com/thien/blueface", "demo_url": "https://thien.github.io/blueface/", - "stars": 30, - "forks": 30, + "stars": 26, + "forks": 33, "open_issues": 0, "last_commit": "2018-07-13T17:11:58Z", "created_at": "2016-03-23T10:49:06Z", @@ -23217,9 +26667,9 @@ "default_branch": "master", "github_url": "https://github.com/thingsym/hugo-theme-techdoc", "demo_url": "https://themes.gohugo.io/theme/hugo-theme-techdoc/", - "stars": 125, - "forks": 104, - "open_issues": 12, + "stars": 133, + "forks": 107, + "open_issues": 18, "last_commit": "2021-03-08T11:51:04Z", "created_at": "2018-03-04T09:42:33Z", "description": "The Techdoc is a Hugo Theme for technical documentation.", @@ -23240,8 +26690,8 @@ "default_branch": "master", "github_url": "https://github.com/thinker3197/ink", "demo_url": "https://thinker3197.github.io/ink", - "stars": 28, - "forks": 61, + "stars": 26, + "forks": 54, "open_issues": 2, "last_commit": "2016-12-02T08:23:36Z", "created_at": "2016-06-07T05:57:55Z", @@ -23263,7 +26713,7 @@ "default_branch": "master", "github_url": "https://github.com/thomasheller/crab", "demo_url": "https://themes.gohugo.io/theme/crab/", - "stars": 28, + "stars": 27, "forks": 24, "open_issues": 2, "last_commit": "2020-09-24T17:36:45Z", @@ -23287,8 +26737,8 @@ "github_url": "https://github.com/thomasvaeth/trophy-jekyll", "demo_url": "https://thomasvaeth.com/trophy/", "stars": 288, - "forks": 228, - "open_issues": 4, + "forks": 226, + "open_issues": 3, "last_commit": "2019-02-24T00:35:48Z", "created_at": "2016-08-29T04:37:02Z", "description": "🏆 – A blog theme for Jekyll.", @@ -23303,11 +26753,11 @@ "file": "gatsby-personal-starter-blog.md", "name": "gatsby-personal-starter-blog", "title": "Gatsby Personal Starter Blog", - "github_username": "thomaswang", - "repo": "thomaswang/gatsby-personal-starter-blog", + "github_username": "ThomasWang", + "repo": "ThomasWang/gatsby-personal-starter-blog", "branch": "master", "default_branch": "master", - "github_url": "https://github.com/thomaswang/gatsby-personal-starter-blog", + "github_url": "https://github.com/ThomasWang/gatsby-personal-starter-blog", "demo_url": "https://gatsby-personal-starter-blog.netlify.com/", "stars": 159, "forks": 63, @@ -23326,11 +26776,11 @@ "file": "gatsby-starter-primer.md", "name": "gatsby-starter-primer", "title": "Gatsby Starter Primer", - "github_username": "thomaswang", - "repo": "thomaswang/gatsby-starter-primer", + "github_username": "ThomasWang", + "repo": "ThomasWang/gatsby-starter-primer", "branch": "master", "default_branch": "master", - "github_url": "https://github.com/thomaswang/gatsby-starter-primer", + "github_url": "https://github.com/ThomasWang/gatsby-starter-primer", "demo_url": "https://gatsby-starter-primer.netlify.com/", "stars": 12, "forks": 3, @@ -23349,16 +26799,16 @@ "file": "gatsby-personal-starter-blog.md", "name": "gatsby-personal-starter-blog", "title": "Gatsby Personal Starter Blog", - "github_username": "thomaswang", - "repo": "thomaswang/gatsby-personal-starter-blog", + "github_username": "thomaswangio", + "repo": "thomaswangio/gatsby-personal-starter-blog", "branch": "master", "default_branch": "master", - "github_url": "https://github.com/thomaswang/gatsby-personal-starter-blog", + "github_url": "https://github.com/thomaswangio/gatsby-personal-starter-blog", "demo_url": "https://gatsby-personal-starter-blog.netlify.com/", - "stars": 150, - "forks": 65, - "open_issues": 7, - "last_commit": "2021-02-19T04:09:10Z", + "stars": 166, + "forks": 67, + "open_issues": 8, + "last_commit": "2021-02-24T17:59:17Z", "created_at": "2019-04-22T00:28:28Z", "description": "Gatsby starter for a personal site & blog", "images": { @@ -23372,18 +26822,18 @@ "file": "gatsby-starter-primer.md", "name": "gatsby-starter-primer", "title": "Gatsby Starter Primer", - "github_username": "thomaswang", - "repo": "thomaswang/gatsby-starter-primer", + "github_username": "thomaswangio", + "repo": "thomaswangio/gatsby-starter-primer", "branch": "master", "default_branch": "master", - "github_url": "https://github.com/thomaswang/gatsby-starter-primer", + "github_url": "https://github.com/thomaswangio/gatsby-starter-primer", "demo_url": "https://gatsby-starter-primer.netlify.com/", - "stars": 12, - "forks": 3, + "stars": 13, + "forks": 1, "open_issues": 0, "last_commit": "2021-02-17T04:35:02Z", "created_at": "2019-05-06T15:26:58Z", - "description": "A Gatsby starter featuring GitHub Primer Design System and React components 🐙⚪️", + "description": "A Gatsby starter featuring GitHub Primer Design System", "images": { "hires": "https://www.jamstackthemes.dev/capture/thomaswangio-gatsby-starter-primer.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thomaswangio-gatsby-starter-primer.jpg", @@ -23401,10 +26851,10 @@ "default_branch": "master", "github_url": "https://github.com/thriveweb/yellowcake", "demo_url": "https://yellowcake.netlify.com/", - "stars": 291, - "forks": 132, - "open_issues": 15, - "last_commit": "2021-03-17T01:43:26Z", + "stars": 307, + "forks": 136, + "open_issues": 36, + "last_commit": "2022-05-12T05:16:52Z", "created_at": "2018-10-15T04:47:58Z", "description": "A starter project for creating lightning-fast websites with Gatsby v2 and Netlify-CMS v2 + Uploadcare intergration.", "images": { @@ -23424,12 +26874,12 @@ "default_branch": "master", "github_url": "https://github.com/thundermiracle/gatsby-simple-blog", "demo_url": "https://gatsby-simple-blog.thundermiracle.com/", - "stars": 38, - "forks": 20, - "open_issues": 8, - "last_commit": "2021-05-01T09:08:41Z", + "stars": 51, + "forks": 22, + "open_issues": 11, + "last_commit": "2022-11-01T18:05:34Z", "created_at": "2019-05-14T11:18:12Z", - "description": "an easily configurable gatsby-starter-blog with overreacted looking and tags, breadcrumbs, disqus, i18n, eslint supported", + "description": "an easily configurable gatsby-starter-blog with overreacted looking and tags, breadcrumbs, disqus, i18n, eslint, algolia supported", "images": { "hires": "https://www.jamstackthemes.dev/capture/thundermiracle-gatsby-simple-blog.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thundermiracle-gatsby-simple-blog.jpg", @@ -23447,8 +26897,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/tigefa4u/jekmdl", "demo_url": "https://tigefa4u.github.io/jekmdl/", - "stars": 9, - "forks": 4, + "stars": 10, + "forks": 5, "open_issues": 0, "last_commit": "2017-02-02T06:20:19Z", "created_at": "2015-12-31T23:50:44Z", @@ -23470,10 +26920,10 @@ "default_branch": "master", "github_url": "https://github.com/timlrx/tailwind-nextjs-starter-blog", "demo_url": "https://tailwind-nextjs-starter-blog.vercel.app", - "stars": 495, - "forks": 171, - "open_issues": 3, - "last_commit": "2021-06-29T01:09:24Z", + "stars": 3993, + "forks": 988, + "open_issues": 34, + "last_commit": "2022-11-05T06:07:06Z", "created_at": "2021-01-09T09:41:22Z", "description": "This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.", "images": { @@ -23539,8 +26989,8 @@ "default_branch": "master", "github_url": "https://github.com/toboko/gatsby-starter-fine", "demo_url": "https://gatsby-starter-fine.netlify.com/", - "stars": 9, - "forks": 2, + "stars": 10, + "forks": 4, "open_issues": 0, "last_commit": "2019-04-19T10:50:05Z", "created_at": "2019-04-18T17:56:10Z", @@ -23562,9 +27012,9 @@ "default_branch": "master", "github_url": "https://github.com/tocttou/hacker-blog", "demo_url": "https://ashishchaudhary.in/hacker-blog/", - "stars": 161, - "forks": 241, - "open_issues": 3, + "stars": 246, + "forks": 453, + "open_issues": 9, "last_commit": "2020-02-01T08:25:29Z", "created_at": "2017-12-12T21:51:39Z", "description": "Hacker-Blog is a minimalistic, responsive jekyll theme built for hackers. https://ashishchaudhary.in/hacker-blog", @@ -23585,8 +27035,8 @@ "default_branch": "master", "github_url": "https://github.com/tolking/vuepress-theme-ououe", "demo_url": "https://ououe.com/", - "stars": 70, - "forks": 14, + "stars": 77, + "forks": 23, "open_issues": 0, "last_commit": "2020-12-02T06:49:27Z", "created_at": "2019-02-23T04:18:48Z", @@ -23608,9 +27058,9 @@ "default_branch": "master", "github_url": "https://github.com/tomanistor/osprey", "demo_url": "https://tomanistor.com/", - "stars": 147, - "forks": 88, - "open_issues": 14, + "stars": 176, + "forks": 83, + "open_issues": 13, "last_commit": "2019-12-09T04:30:31Z", "created_at": "2017-05-15T05:32:08Z", "description": "Simple, clean, and fast one-page Hugo portfolio theme accompanied by a blog", @@ -23633,7 +27083,7 @@ "demo_url": "https://gatsby-starter-intl.tomekskuta.pl/en/", "stars": 11, "forks": 1, - "open_issues": 2, + "open_issues": 1, "last_commit": "2019-03-07T20:11:05Z", "created_at": "2019-02-09T20:41:57Z", "description": "Gatsby v2 i18n starter which makes static pages for every locale and detect your browsers lang.", @@ -23677,10 +27127,10 @@ "default_branch": "gh-pages", "github_url": "https://github.com/tomjoht/documentation-theme-jekyll", "demo_url": "https://idratherbewriting.com/documentation-theme-jekyll/", - "stars": 958, - "forks": 930, - "open_issues": 36, - "last_commit": "2021-03-28T19:38:23Z", + "stars": 1083, + "forks": 1120, + "open_issues": 39, + "last_commit": "2022-05-21T23:28:50Z", "created_at": "2015-02-13T22:56:26Z", "description": "A Jekyll-based theme designed for documentation and help systems. See the link for detailed instructions on setting up and configuring everything.", "images": { @@ -23701,7 +27151,7 @@ "github_url": "https://github.com/tomoyukikashiro/gatsby-starter-blog-amp-to-pwa", "demo_url": "https://gatsby-starter-blog-amp-to-pwa.netlify.com/", "stars": 25, - "forks": 11, + "forks": 10, "open_issues": 1, "last_commit": "2019-02-21T12:11:46Z", "created_at": "2019-02-20T13:07:57Z", @@ -23723,10 +27173,10 @@ "default_branch": "master", "github_url": "https://github.com/tomrutgers/middleman-starter-netlify-cms", "demo_url": "https://middleman-netlify-cms.netlify.com/", - "stars": 34, - "forks": 30, - "open_issues": 0, - "last_commit": "2021-04-30T23:34:15Z", + "stars": 36, + "forks": 31, + "open_issues": 3, + "last_commit": "2021-09-22T12:06:18Z", "created_at": "2018-08-14T21:03:30Z", "description": "A simple example to get started with Middleman and Netlify CMS", "images": { @@ -23747,7 +27197,7 @@ "github_url": "https://github.com/tosi29/inkblotty", "demo_url": "https://themes.gohugo.io/theme/inkblotty/", "stars": 29, - "forks": 23, + "forks": 21, "open_issues": 0, "last_commit": "2021-03-29T14:26:30Z", "created_at": "2019-03-19T14:10:18Z", @@ -23769,9 +27219,9 @@ "default_branch": "master", "github_url": "https://github.com/Track3/hermit", "demo_url": "https://themes.gohugo.io/theme/hermit", - "stars": 833, - "forks": 271, - "open_issues": 48, + "stars": 865, + "forks": 282, + "open_issues": 50, "last_commit": "2020-06-08T14:30:36Z", "created_at": "2018-10-23T04:59:56Z", "description": "A minimal & fast Hugo theme for bloggers", @@ -23781,6 +27231,52 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/track3-hermit-2x.jpg" } }, + "tradly-platform-butterflies": { + "theme_key": "tradly-platform-butterflies", + "file": "tradly.md", + "name": "Butterflies", + "title": "Butterflies", + "github_username": "TRADLY-PLATFORM", + "repo": "TRADLY-PLATFORM/Butterflies", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/TRADLY-PLATFORM/Butterflies", + "demo_url": "https://watchtracker.vercel.app/", + "stars": 15, + "forks": 11, + "open_issues": 0, + "last_commit": "2022-08-27T05:31:47Z", + "created_at": "2021-08-20T17:15:51Z", + "description": "Marketplace Kit built on NextJS + Tailwind. It connects Tradly API to provide features like Ticket types, schedules, booking, collection api, add events, etc. ", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/tradly-platform-butterflies.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tradly-platform-butterflies.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tradly-platform-butterflies-2x.jpg" + } + }, + "transitive-bullshit-nextjs-notion-starter-kit": { + "theme_key": "transitive-bullshit-nextjs-notion-starter-kit", + "file": "nextjs-notion-starter-kit.md", + "name": "nextjs-notion-starter-kit", + "title": "Next.js Notion Starter Kit", + "github_username": "transitive-bullshit", + "repo": "transitive-bullshit/nextjs-notion-starter-kit", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/transitive-bullshit/nextjs-notion-starter-kit", + "demo_url": "https://nextjs-notion-starter-kit.transitivebullsh.it/", + "stars": 3768, + "forks": 3323, + "open_issues": 95, + "last_commit": "2023-01-02T22:48:47Z", + "created_at": "2021-01-15T16:56:21Z", + "description": "Deploy your own Notion-powered website in minutes with Next.js and Vercel.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/transitive-bullshit-nextjs-notion-starter-kit.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/transitive-bullshit-nextjs-notion-starter-kit.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/transitive-bullshit-nextjs-notion-starter-kit-2x.jpg" + } + }, "tryghost-eleventy-starter-ghost": { "theme_key": "tryghost-eleventy-starter-ghost", "file": "eleventy-starter-ghost.md", @@ -23788,14 +27284,14 @@ "title": "Eleventy Starter Ghost", "github_username": "TryGhost", "repo": "TryGhost/eleventy-starter-ghost", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/TryGhost/eleventy-starter-ghost", "demo_url": "https://eleventy.ghost.org/", - "stars": 222, - "forks": 107, - "open_issues": 7, - "last_commit": "2021-06-24T16:16:39Z", + "stars": 306, + "forks": 143, + "open_issues": 16, + "last_commit": "2022-01-11T09:28:24Z", "created_at": "2019-07-15T11:43:52Z", "description": "A starter template to build websites with Ghost & Eleventy", "images": { @@ -23811,14 +27307,14 @@ "title": "Gatsby Starter Ghost", "github_username": "TryGhost", "repo": "TryGhost/gatsby-starter-ghost", - "branch": "master", - "default_branch": "master", + "branch": "main", + "default_branch": "main", "github_url": "https://github.com/TryGhost/gatsby-starter-ghost", "demo_url": "https://gatsby.ghost.org/", - "stars": 793, - "forks": 671, - "open_issues": 16, - "last_commit": "2021-06-28T02:43:13Z", + "stars": 971, + "forks": 853, + "open_issues": 18, + "last_commit": "2023-01-16T21:25:53Z", "created_at": "2018-11-13T05:04:05Z", "description": "A starter template to build lightning fast websites with Ghost & Gatsby", "images": { @@ -23838,10 +27334,10 @@ "default_branch": "main", "github_url": "https://github.com/ttntm/11ty-landing-page", "demo_url": "https://awesome11ty.ttntm.me", - "stars": 20, - "forks": 9, + "stars": 89, + "forks": 40, "open_issues": 1, - "last_commit": "2021-06-20T08:22:43Z", + "last_commit": "2021-07-13T08:30:58Z", "created_at": "2021-03-31T08:33:39Z", "description": "A simple landing page built with 11ty and Tailwind CSS.", "images": { @@ -23861,10 +27357,10 @@ "default_branch": "master", "github_url": "https://github.com/ttntm/hugo-landing-page", "demo_url": "https://awesome.ttntm.me", - "stars": 23, - "forks": 11, - "open_issues": 0, - "last_commit": "2021-04-15T17:36:58Z", + "stars": 69, + "forks": 28, + "open_issues": 4, + "last_commit": "2021-11-28T18:03:01Z", "created_at": "2020-07-15T14:14:40Z", "description": "A simple landing page built with Hugo and Tailwind CSS", "images": { @@ -23884,9 +27380,9 @@ "default_branch": "master", "github_url": "https://github.com/ttskch/jekyll-ttskch-theme", "demo_url": "https://ttskch.github.io/jekyll-ttskch-theme/", - "stars": 30, - "forks": 65, - "open_issues": 6, + "stars": 32, + "forks": 67, + "open_issues": 5, "last_commit": "2019-08-07T05:05:44Z", "created_at": "2015-01-23T10:41:56Z", "description": "A simple and customizable theme for Jekyll.", @@ -23907,8 +27403,8 @@ "default_branch": "master", "github_url": "https://github.com/tummychow/lanyon-hugo", "demo_url": "https://tummychow.github.io/lanyon-hugo/", - "stars": 148, - "forks": 73, + "stars": 159, + "forks": 75, "open_issues": 2, "last_commit": "2021-01-23T04:37:23Z", "created_at": "2014-03-14T05:52:03Z", @@ -23930,7 +27426,7 @@ "default_branch": "master", "github_url": "https://github.com/tybenz/exemplar", "demo_url": "https://tybenz.github.io/exemplar/", - "stars": 68, + "stars": 71, "forks": 40, "open_issues": 3, "last_commit": "2016-08-09T16:03:22Z", @@ -23953,8 +27449,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/tybenz/otter-pop", "demo_url": "https://tybenz.com/otter-pop", - "stars": 27, - "forks": 22, + "stars": 32, + "forks": 23, "open_issues": 2, "last_commit": "2019-05-10T20:43:52Z", "created_at": "2014-05-10T16:43:23Z", @@ -23999,10 +27495,10 @@ "default_branch": "master", "github_url": "https://github.com/TylerMRoderick/fernfolio-11ty-template", "demo_url": "https://fernfolio.netlify.app/", - "stars": 2, - "forks": 2, + "stars": 63, + "forks": 29, "open_issues": 0, - "last_commit": "2021-05-26T05:48:19Z", + "last_commit": "2023-01-23T01:00:34Z", "created_at": "2021-02-18T18:21:50Z", "description": "The super simple portfolio template built with Eleventy and Netlify CMS", "images": { @@ -24022,10 +27518,10 @@ "default_branch": "master", "github_url": "https://github.com/tzuehlke/jekyll-uno-timeline", "demo_url": "https://thomas.zuehlke.family/", - "stars": 47, - "forks": 72, - "open_issues": 0, - "last_commit": "2020-01-12T20:10:07Z", + "stars": 66, + "forks": 96, + "open_issues": 1, + "last_commit": "2021-03-14T20:31:27Z", "created_at": "2020-01-04T20:46:19Z", "description": "A Jekyll Theme, based on the Uno-Theme with some adjustments.", "images": { @@ -24045,7 +27541,7 @@ "default_branch": "master", "github_url": "https://github.com/ueno-llc/ueno-gatsby-starter", "demo_url": "https://create-ueno-app.netlify.com/", - "stars": 118, + "stars": 116, "forks": 20, "open_issues": 0, "last_commit": "2020-11-09T19:11:38Z", @@ -24068,10 +27564,10 @@ "default_branch": "master", "github_url": "https://github.com/ugglr/gatsby-clean-portfolio", "demo_url": "https://ugglr.github.io/gatsby-clean-portfolio/", - "stars": 11, - "forks": 4, - "open_issues": 9, - "last_commit": "2021-02-05T03:02:06Z", + "stars": 12, + "forks": 3, + "open_issues": 15, + "last_commit": "2022-06-26T05:08:19Z", "created_at": "2019-03-31T12:27:43Z", "description": "Official Gatsby.js Clean portfolio starter! Get a clean looking portfolio up and running in no time using gatsby.js starters. ", "images": { @@ -24161,7 +27657,7 @@ "github_url": "https://github.com/uicardioHQ/hugo-lime", "demo_url": "https://themes.gohugo.io/theme/hugo-lime/", "stars": 31, - "forks": 25, + "forks": 24, "open_issues": 1, "last_commit": "2018-09-16T13:49:33Z", "created_at": "2018-08-25T17:12:50Z", @@ -24184,7 +27680,7 @@ "github_url": "https://github.com/uicardioHQ/hugo-sodium-theme", "demo_url": "https://themes.gohugo.io/theme/hugo-sodium-theme/", "stars": 38, - "forks": 28, + "forks": 27, "open_issues": 2, "last_commit": "2018-11-19T12:20:14Z", "created_at": "2018-06-28T04:01:56Z", @@ -24206,8 +27702,8 @@ "default_branch": "master", "github_url": "https://github.com/uicardioHQ/hugo-uilite", "demo_url": "https://themes.gohugo.io/theme/hugo-uilite/", - "stars": 81, - "forks": 56, + "stars": 84, + "forks": 59, "open_issues": 7, "last_commit": "2021-06-08T16:11:42Z", "created_at": "2018-09-21T11:31:46Z", @@ -24223,16 +27719,16 @@ "file": "jekyll-idk.md", "name": "unifreak.github.io", "title": "idk", - "github_username": "UniFreak", - "repo": "UniFreak/unifreak.github.io", + "github_username": "unifreak", + "repo": "unifreak/unifreak.github.io", "branch": "master", "default_branch": "master", - "github_url": "https://github.com/UniFreak/unifreak.github.io", + "github_url": "https://github.com/unifreak/unifreak.github.io", "demo_url": "https://unifreak.github.io", - "stars": 20, - "forks": 37, + "stars": 21, + "forks": 40, "open_issues": 1, - "last_commit": "2021-04-13T14:42:38Z", + "last_commit": "2022-12-24T15:20:11Z", "created_at": "2015-07-22T02:24:05Z", "description": "FangHao's blog", "images": { @@ -24252,10 +27748,10 @@ "default_branch": "master", "github_url": "https://github.com/uPagge/uBlogger", "demo_url": "https://ublogger.netlify.app", - "stars": 169, - "forks": 89, - "open_issues": 21, - "last_commit": "2021-06-20T18:53:50Z", + "stars": 245, + "forks": 109, + "open_issues": 29, + "last_commit": "2021-09-14T04:20:02Z", "created_at": "2020-11-23T09:02:15Z", "description": "A template designed with your readers in mind :heart:", "images": { @@ -24298,9 +27794,9 @@ "default_branch": "master", "github_url": "https://github.com/v4iv/gatsby-starter-business", "demo_url": "https://gatsby-starter-business.netlify.com/", - "stars": 243, - "forks": 101, - "open_issues": 6, + "stars": 245, + "forks": 102, + "open_issues": 8, "last_commit": "2020-12-18T07:43:00Z", "created_at": "2018-03-31T13:20:45Z", "description": "Gatsby Business Website Starter", @@ -24321,8 +27817,8 @@ "default_branch": "master", "github_url": "https://github.com/vaga/hugo-theme-m10c", "demo_url": "https://themes.gohugo.io/theme/hugo-theme-m10c/", - "stars": 251, - "forks": 160, + "stars": 279, + "forks": 176, "open_issues": 1, "last_commit": "2021-03-07T22:45:02Z", "created_at": "2019-01-19T09:43:35Z", @@ -24343,13 +27839,13 @@ "branch": "master", "default_branch": "master", "github_url": "https://github.com/Vagr9K/gatsby-advanced-starter", - "demo_url": "https://vagr9k.github.io/gatsby-advanced-starter/", - "stars": 1263, - "forks": 324, - "open_issues": 4, - "last_commit": "2021-06-29T03:51:10Z", + "demo_url": "https://advanced-demo.netlify.app/", + "stars": 1513, + "forks": 403, + "open_issues": 29, + "last_commit": "2022-07-17T20:24:37Z", "created_at": "2017-07-18T20:18:32Z", - "description": "A high performance skeleton starter for GatsbyJS that focuses on SEO/Social features/development environment.", + "description": "A high performance skeleton starter for GatsbyJS with an advanced feature set.", "images": { "hires": "https://www.jamstackthemes.dev/capture/vagr9k-gatsby-advanced-starter.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vagr9k-gatsby-advanced-starter.jpg", @@ -24366,11 +27862,11 @@ "branch": "master", "default_branch": "master", "github_url": "https://github.com/Vagr9K/gatsby-material-starter", - "demo_url": "https://vagr9k.github.io/gatsby-material-starter/", - "stars": 463, - "forks": 154, - "open_issues": 1, - "last_commit": "2021-06-29T03:51:02Z", + "demo_url": "https://gatsby-theme-material.netlify.app/", + "stars": 509, + "forks": 174, + "open_issues": 20, + "last_commit": "2022-07-06T16:33:19Z", "created_at": "2017-07-02T14:02:13Z", "description": "A high performance blog starter with Material design in mind for GatsbyJS.", "images": { @@ -24390,10 +27886,10 @@ "default_branch": "master", "github_url": "https://github.com/vantagedesign/ace-documentation", "demo_url": "https://docs.vantage-design.com/ace", - "stars": 64, - "forks": 40, - "open_issues": 9, - "last_commit": "2020-11-26T08:33:00Z", + "stars": 91, + "forks": 67, + "open_issues": 6, + "last_commit": "2022-11-14T10:01:10Z", "created_at": "2020-01-23T22:48:08Z", "description": "A free documentation theme for Hugo, powered by Bootstrap 4. Repsonsive, search, code highlighting and more.", "images": { @@ -24413,10 +27909,10 @@ "default_branch": "canary", "github_url": "https://github.com/vercel/next.js", "demo_url": "https://cosmic-next-blog.vercel.app", - "stars": 67340, - "forks": 12555, - "open_issues": 989, - "last_commit": "2021-05-18T21:58:00Z", + "stars": 99565, + "forks": 22093, + "open_issues": 1481, + "last_commit": "2023-01-23T18:40:13Z", "created_at": "2016-10-05T23:32:51Z", "description": "The React Framework", "images": { @@ -24437,15 +27933,61 @@ "github_url": "https://github.com/vfalanis/taken", "demo_url": "https://vfalanis.me/taken/", "stars": 28, - "forks": 61, + "forks": 60, "open_issues": 2, "last_commit": "2019-05-31T16:22:12Z", "created_at": "2016-04-28T04:46:31Z", "description": "Minimalist two-column jekyll theme", "images": { - "hires": "https://www.jamstackthemes.dev/capture/vfalanis-taken.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vfalanis-taken.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vfalanis-taken-2x.jpg" + "hires": "https://www.jamstackthemes.dev/capture/vfalanis-taken.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vfalanis-taken.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vfalanis-taken-2x.jpg" + } + }, + "vfvong-jekyll-theme-quartz": { + "theme_key": "vfvong-jekyll-theme-quartz", + "file": "quartz.md", + "name": "jekyll-theme-quartz", + "title": "Quartz", + "github_username": "vfvong", + "repo": "vfvong/jekyll-theme-quartz", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/vfvong/jekyll-theme-quartz", + "demo_url": "https://vfvong.blog/jekyll-theme-quartz/", + "stars": 0, + "forks": 0, + "open_issues": 0, + "last_commit": "2022-10-19T12:26:25Z", + "created_at": "2022-08-31T12:00:44Z", + "description": "A crystalline Jekyll theme for blog", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/vfvong-jekyll-theme-quartz.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vfvong-jekyll-theme-quartz.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vfvong-jekyll-theme-quartz-2x.jpg" + } + }, + "vfvong-jekyll-theme-tao": { + "theme_key": "vfvong-jekyll-theme-tao", + "file": "tao.md", + "name": "jekyll-theme-tao", + "title": "Tao", + "github_username": "vfvong", + "repo": "vfvong/jekyll-theme-tao", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/vfvong/jekyll-theme-tao", + "demo_url": "https://vfvong.blog/jekyll-theme-tao/", + "stars": 19, + "forks": 8, + "open_issues": 0, + "last_commit": "2022-07-21T09:20:37Z", + "created_at": "2022-03-20T10:11:00Z", + "description": "A content-first minimalist Jekyll theme for blogs", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/vfvong-jekyll-theme-tao.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vfvong-jekyll-theme-tao.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vfvong-jekyll-theme-tao-2x.jpg" } }, "victoriadrake-hugo-theme-introduction": { @@ -24459,10 +28001,10 @@ "default_branch": "master", "github_url": "https://github.com/victoriadrake/hugo-theme-introduction", "demo_url": "https://hugo-introduction.netlify.com/", - "stars": 479, - "forks": 220, - "open_issues": 0, - "last_commit": "2021-05-30T23:51:01Z", + "stars": 601, + "forks": 266, + "open_issues": 3, + "last_commit": "2022-09-06T00:17:17Z", "created_at": "2017-03-13T06:50:23Z", "description": "Minimal, single page, smooth-scrolling theme for Hugo static site generator.", "images": { @@ -24482,10 +28024,10 @@ "default_branch": "master", "github_url": "https://github.com/victoriadrake/hugo-theme-sam", "demo_url": "https://hugo-sam.netlify.com", - "stars": 314, - "forks": 153, + "stars": 348, + "forks": 165, "open_issues": 2, - "last_commit": "2021-01-02T12:40:05Z", + "last_commit": "2021-06-04T09:28:06Z", "created_at": "2018-02-14T16:37:53Z", "description": "A Simple and Minimalist theme for Hugo with a focus on typography and content.", "images": { @@ -24505,10 +28047,10 @@ "default_branch": "master", "github_url": "https://github.com/victorvoid/space-jekyll-template", "demo_url": "https://victorvoid.me/space-jekyll-template/", - "stars": 379, - "forks": 316, - "open_issues": 8, - "last_commit": "2019-02-14T12:12:46Z", + "stars": 388, + "forks": 317, + "open_issues": 6, + "last_commit": "2022-06-29T18:34:16Z", "created_at": "2016-09-12T16:49:05Z", "description": "A simple spacemacs template on jekyll. https://victorvoid.github.io/space-jekyll-template/", "images": { @@ -24530,8 +28072,8 @@ "demo_url": "https://www.vietanhdev.com/beNice17/", "stars": 2, "forks": 2, - "open_issues": 0, - "last_commit": "2021-02-06T17:41:07Z", + "open_issues": 2, + "last_commit": "2021-10-03T16:10:27Z", "created_at": "2016-12-30T13:15:34Z", "description": "A Jekyll theme for my personal website", "images": { @@ -24551,10 +28093,10 @@ "default_branch": "master", "github_url": "https://github.com/vietanhdev/hugo-curious", "demo_url": "https://hugo-curious.aicurious.io/", - "stars": 1, - "forks": 1, - "open_issues": 0, - "last_commit": "2021-06-04T03:20:19Z", + "stars": 20, + "forks": 16, + "open_issues": 2, + "last_commit": "2021-12-25T05:30:21Z", "created_at": "2021-04-24T16:03:04Z", "description": "Hugo theme for AICurious blog. Based on Hugo Clarity: https://github.com/chipzoller/hugo-clarity", "images": { @@ -24574,9 +28116,9 @@ "default_branch": "master", "github_url": "https://github.com/viko16/vuepress-theme-simple", "demo_url": "https://ukn.me/", - "stars": 80, - "forks": 11, - "open_issues": 2, + "stars": 92, + "forks": 13, + "open_issues": 3, "last_commit": "2020-12-15T06:45:58Z", "created_at": "2019-02-02T03:15:40Z", "description": "✏️ Very Simple Blog Theme for VuePress", @@ -24597,10 +28139,10 @@ "default_branch": "master", "github_url": "https://github.com/Vimux/Binario", "demo_url": "https://themes.gohugo.io/theme/binario/", - "stars": 59, - "forks": 27, - "open_issues": 5, - "last_commit": "2021-06-16T13:19:33Z", + "stars": 63, + "forks": 28, + "open_issues": 3, + "last_commit": "2021-09-03T17:22:38Z", "created_at": "2018-04-27T06:39:54Z", "description": "Responsive card-based & code-light Hugo theme", "images": { @@ -24620,10 +28162,10 @@ "default_branch": "master", "github_url": "https://github.com/Vimux/blank", "demo_url": "https://themes.gohugo.io/theme/blank/", - "stars": 133, - "forks": 73, - "open_issues": 0, - "last_commit": "2020-01-09T17:07:19Z", + "stars": 144, + "forks": 74, + "open_issues": 1, + "last_commit": "2021-07-23T16:23:55Z", "created_at": "2016-10-14T20:36:04Z", "description": "Starter Hugo theme for use as a template for building custom themes", "images": { @@ -24643,10 +28185,10 @@ "default_branch": "master", "github_url": "https://github.com/Vimux/Mainroad", "demo_url": "https://mainroad-demo.netlify.app/", - "stars": 544, - "forks": 319, + "stars": 713, + "forks": 409, "open_issues": 13, - "last_commit": "2021-06-16T13:18:10Z", + "last_commit": "2023-01-09T18:10:40Z", "created_at": "2016-12-15T13:21:09Z", "description": "Responsive, simple, clean and content-focused Hugo theme based on the MH Magazine lite WordPress theme", "images": { @@ -24666,8 +28208,8 @@ "default_branch": "master", "github_url": "https://github.com/vincentchan/mickey", "demo_url": "https://vincentchan.github.io/mickey/", - "stars": 331, - "forks": 221, + "stars": 334, + "forks": 225, "open_issues": 11, "last_commit": "2015-10-02T07:09:25Z", "created_at": "2015-07-24T04:55:37Z", @@ -24689,10 +28231,10 @@ "default_branch": "gh-pages", "github_url": "https://github.com/vinitkumar/white-paper", "demo_url": "https://vinitkumar.github.io/white-paper/", - "stars": 198, - "forks": 156, - "open_issues": 3, - "last_commit": "2020-07-26T01:20:15Z", + "stars": 215, + "forks": 151, + "open_issues": 9, + "last_commit": "2021-09-03T19:18:22Z", "created_at": "2014-06-30T14:56:52Z", "description": "Simple, elegant and clean jekyll theme.", "images": { @@ -24712,9 +28254,9 @@ "default_branch": "master", "github_url": "https://github.com/vividvilla/ezhil", "demo_url": "https://ezhil-hugo.netlify.com/", - "stars": 295, - "forks": 152, - "open_issues": 11, + "stars": 365, + "forks": 176, + "open_issues": 12, "last_commit": "2021-04-28T11:14:00Z", "created_at": "2019-04-09T20:57:27Z", "description": "Clean and minimal personal blog theme for Hugo", @@ -24735,9 +28277,9 @@ "default_branch": "master", "github_url": "https://github.com/volny/creative-theme-jekyll", "demo_url": "https://volny.github.io/creative-theme-jekyll", - "stars": 403, - "forks": 746, - "open_issues": 20, + "stars": 464, + "forks": 878, + "open_issues": 22, "last_commit": "2018-11-16T23:57:37Z", "created_at": "2015-09-13T04:48:49Z", "description": null, @@ -24758,8 +28300,8 @@ "default_branch": "master", "github_url": "https://github.com/volny/stylish-portfolio-jekyll", "demo_url": "https://volny.github.io/stylish-portfolio-jekyll/", - "stars": 221, - "forks": 198, + "stars": 229, + "forks": 207, "open_issues": 3, "last_commit": "2018-11-17T00:01:55Z", "created_at": "2015-09-07T11:16:39Z", @@ -24781,10 +28323,10 @@ "default_branch": "master", "github_url": "https://github.com/vormwald/joon", "demo_url": "https://vormwald.github.io/joon/", - "stars": 38, - "forks": 30, + "stars": 37, + "forks": 31, "open_issues": 0, - "last_commit": "2021-05-19T02:37:57Z", + "last_commit": "2023-01-18T22:22:32Z", "created_at": "2015-08-10T03:11:53Z", "description": "Roon theme for Jekyll", "images": { @@ -24804,8 +28346,8 @@ "default_branch": "master", "github_url": "https://github.com/vszhub/not-pure-poole", "demo_url": "https://vszhub.github.io/not-pure-poole/", - "stars": 18, - "forks": 25, + "stars": 77, + "forks": 265, "open_issues": 0, "last_commit": "2020-10-08T12:10:04Z", "created_at": "2020-09-27T09:52:35Z", @@ -24827,9 +28369,9 @@ "default_branch": "master", "github_url": "https://github.com/vvalchev/creative-theme-jekyll-new", "demo_url": "https://vvalchev.github.io/creative-theme-jekyll-new/", - "stars": 41, - "forks": 52, - "open_issues": 3, + "stars": 49, + "forks": 57, + "open_issues": 5, "last_commit": "2020-12-04T16:04:56Z", "created_at": "2020-03-03T00:48:35Z", "description": "This is an updated version of creative-theme-jekyll that also features pure markdown site creation.", @@ -24873,9 +28415,9 @@ "default_branch": "master", "github_url": "https://github.com/W3Layouts/gatsby-starter-delog", "demo_url": "https://delog-w3layouts.netlify.com/", - "stars": 155, - "forks": 84, - "open_issues": 15, + "stars": 189, + "forks": 99, + "open_issues": 20, "last_commit": "2020-05-18T11:47:47Z", "created_at": "2020-03-02T13:01:51Z", "description": "A blog for designers and developer, built with Gatsby and Netlfiy CMS. Live demo https://delog-w3layouts.netlify.com/", @@ -24896,10 +28438,10 @@ "default_branch": "master", "github_url": "https://github.com/wangchucheng/hugo-eureka", "demo_url": "https://themes.gohugo.io/theme/hugo-eureka/", - "stars": 362, - "forks": 95, - "open_issues": 19, - "last_commit": "2021-05-30T15:29:14Z", + "stars": 441, + "forks": 116, + "open_issues": 21, + "last_commit": "2021-08-28T23:45:37Z", "created_at": "2020-05-07T06:17:49Z", "description": "Eureka is a feature-rich and highly customizable Hugo theme.", "images": { @@ -24919,10 +28461,10 @@ "default_branch": "master", "github_url": "https://github.com/wangonya/flexible-gatsby", "demo_url": "https://flexible-gatsby.netlify.com/", - "stars": 36, - "forks": 32, - "open_issues": 0, - "last_commit": "2021-06-09T16:09:38Z", + "stars": 43, + "forks": 33, + "open_issues": 1, + "last_commit": "2023-01-13T06:25:29Z", "created_at": "2019-10-08T09:53:49Z", "description": "Flexible-Gatsby is a simple and clean theme for Gatsby", "images": { @@ -24942,9 +28484,9 @@ "default_branch": "master", "github_url": "https://github.com/wangonya/the-plain-gatsby", "demo_url": "https://the-plain-gatsby.netlify.com/", - "stars": 19, - "forks": 10, - "open_issues": 0, + "stars": 26, + "forks": 12, + "open_issues": 3, "last_commit": "2021-03-18T03:22:55Z", "created_at": "2019-05-25T12:43:28Z", "description": "A minimalist GatsbyJs starter for your personal blog.", @@ -24965,8 +28507,8 @@ "default_branch": "master", "github_url": "https://github.com/wannaxiao/vuepress-theme-resume", "demo_url": "https://wannaxiao.github.io/vuepress-theme-resume/example/dist/", - "stars": 233, - "forks": 93, + "stars": 254, + "forks": 102, "open_issues": 3, "last_commit": "2020-02-12T08:13:17Z", "created_at": "2018-06-03T07:19:01Z", @@ -25011,9 +28553,9 @@ "default_branch": "master", "github_url": "https://github.com/WebCu/gatsby-material-kit-react", "demo_url": "https://amazing-jones-e61bda.netlify.com/", - "stars": 71, - "forks": 34, - "open_issues": 12, + "stars": 85, + "forks": 37, + "open_issues": 23, "last_commit": "2021-04-27T21:30:04Z", "created_at": "2019-03-10T21:21:12Z", "description": "Adapt Material Kit React to Gatsby", @@ -25034,8 +28576,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/wemake-services/jekyll-theme-hackcss", "demo_url": "https://wemake.services/jekyll-theme-hackcss/", - "stars": 104, - "forks": 55, + "stars": 109, + "forks": 60, "open_issues": 3, "last_commit": "2019-09-12T13:10:00Z", "created_at": "2016-07-29T19:17:30Z", @@ -25057,9 +28599,9 @@ "default_branch": "master", "github_url": "https://github.com/wgao19/docusaurus-theme-no-style", "demo_url": "https://docusaurus-theme-no-style.netlify.com/", - "stars": 4, - "forks": 1, - "open_issues": 14, + "stars": 5, + "forks": 2, + "open_issues": 26, "last_commit": "2019-07-28T11:59:48Z", "created_at": "2019-07-27T17:59:04Z", "description": "🦖 Opinionated minimum style theme for Docusaurus 2", @@ -25104,11 +28646,11 @@ "github_url": "https://github.com/whoan/vuepress-theme-canvas", "demo_url": "https://whoan.me/", "stars": 23, - "forks": 2, - "open_issues": 1, - "last_commit": "2020-12-15T10:38:58Z", + "forks": 3, + "open_issues": 0, + "last_commit": "2022-12-09T08:49:11Z", "created_at": "2018-05-09T06:14:00Z", - "description": ":pencil2: Vuepress custom theme for blogging. See my blog as an example!", + "description": ":pencil2: Vuepress custom theme for blogging", "images": { "hires": "https://www.jamstackthemes.dev/capture/whoan-vuepress-theme-canvas.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/whoan-vuepress-theme-canvas.jpg", @@ -25127,8 +28669,8 @@ "github_url": "https://github.com/whoisryosuke/gatsby-documentation-starter", "demo_url": "https://gatsby-documentation-starter.netlify.com/", "stars": 91, - "forks": 12, - "open_issues": 3, + "forks": 13, + "open_issues": 5, "last_commit": "2018-09-24T16:29:50Z", "created_at": "2018-09-21T00:04:42Z", "description": "Automatically generate docs for React components using MDX, react-docgen, and GatsbyJS", @@ -25149,9 +28691,9 @@ "default_branch": "master", "github_url": "https://github.com/wild-flame/jekyll-simple", "demo_url": "https://wild-flame.github.io/jekyll-simple", - "stars": 133, - "forks": 142, - "open_issues": 7, + "stars": 149, + "forks": 144, + "open_issues": 5, "last_commit": "2019-02-27T15:48:27Z", "created_at": "2016-06-28T03:38:47Z", "description": "a simple jekyll theme", @@ -25172,8 +28714,8 @@ "default_branch": "develop", "github_url": "https://github.com/wildhaber/gohugo-amp", "demo_url": "https://gohugo-amp.gohugohq.com/", - "stars": 210, - "forks": 60, + "stars": 222, + "forks": 61, "open_issues": 6, "last_commit": "2018-07-04T20:38:41Z", "created_at": "2016-11-13T01:26:33Z", @@ -25219,8 +28761,8 @@ "github_url": "https://github.com/willcode4food/gatsby-starter-paperbase", "demo_url": "https://gatsby-starter-paperbase.netlify.com/", "stars": 44, - "forks": 11, - "open_issues": 15, + "forks": 12, + "open_issues": 25, "last_commit": "2020-03-09T13:04:44Z", "created_at": "2019-03-26T17:33:45Z", "description": "A Gatsby starter that implements the Paperbase Premium Theme from Material UI", @@ -25241,10 +28783,10 @@ "default_branch": "main", "github_url": "https://github.com/williamcanin/typing-jekyll-template", "demo_url": "https://williamcanin.github.io/typing-jekyll-template/", - "stars": 79, - "forks": 49, - "open_issues": 1, - "last_commit": "2021-06-26T17:52:12Z", + "stars": 87, + "forks": 52, + "open_issues": 2, + "last_commit": "2022-07-27T06:55:31Z", "created_at": "2017-04-20T17:36:16Z", "description": ":syringe: Typing, is a template for Jekyll built especially for those who want to have a blog and pages quickly and lightly.", "images": { @@ -25264,9 +28806,9 @@ "default_branch": "gh-pages", "github_url": "https://github.com/willianjusten/cards-jekyll-template", "demo_url": "https://willianjusten.github.io/cards-jekyll-template/", - "stars": 310, - "forks": 289, - "open_issues": 5, + "stars": 312, + "forks": 283, + "open_issues": 6, "last_commit": "2020-09-30T16:30:55Z", "created_at": "2016-05-09T00:02:43Z", "description": "A simple Jekyll Template Card Based.", @@ -25287,8 +28829,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/willianjusten/will-jekyll-template", "demo_url": "https://willianjusten.github.io/will-jekyll-template/", - "stars": 366, - "forks": 436, + "stars": 375, + "forks": 438, "open_issues": 4, "last_commit": "2020-10-05T15:31:49Z", "created_at": "2015-08-04T06:35:46Z", @@ -25310,9 +28852,9 @@ "default_branch": "master", "github_url": "https://github.com/willjw3/gatsby-starter-developer-diary", "demo_url": "https://developer-diary.netlify.com/", - "stars": 60, - "forks": 22, - "open_issues": 4, + "stars": 77, + "forks": 27, + "open_issues": 21, "last_commit": "2020-11-23T02:00:30Z", "created_at": "2019-05-27T14:26:21Z", "description": "An official Gatsby blog template designed for web developers. Blazing fast, it includes beautful web developer topic tags and social-media links", @@ -25333,10 +28875,10 @@ "default_branch": "master", "github_url": "https://github.com/windedge/gatsby-tailwind-serif", "demo_url": "https://gatsby-tailwind-serif.netlify.com/", - "stars": 26, - "forks": 19, - "open_issues": 3, - "last_commit": "2021-05-28T00:29:15Z", + "stars": 29, + "forks": 20, + "open_issues": 16, + "last_commit": "2022-04-09T16:18:12Z", "created_at": "2019-07-08T15:05:18Z", "description": "A Gatsby theme based on gatsby-serif-theme, rewrite with Tailwind CSS.", "images": { @@ -25356,8 +28898,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/Wiredcraft/carte", "demo_url": "https://wiredcraft.github.io/carte/", - "stars": 716, - "forks": 237, + "stars": 730, + "forks": 249, "open_issues": 7, "last_commit": "2020-05-02T02:44:30Z", "created_at": "2012-12-26T11:06:28Z", @@ -25368,6 +28910,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wiredcraft-carte-2x.jpg" } }, + "wjc9011-renge": { + "theme_key": "billyfish152-renge", + "file": "jekyll-Renge.md", + "name": "Renge", + "title": "Renge", + "github_username": "wjc9011", + "repo": "wjc9011/Renge", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/wjc9011/Renge", + "demo_url": "https://junchaowang.com", + "stars": 14, + "forks": 6, + "open_issues": 0, + "last_commit": "2016-06-22T23:18:13Z", + "created_at": "2016-06-14T22:25:56Z", + "description": "A Jekyll theme by Junchao", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/billyfish152-renge.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/billyfish152-renge.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/billyfish152-renge-2x.jpg" + } + }, "wkocjan-gatsby-airtable-listing": { "theme_key": "wkocjan-gatsby-airtable-listing", "file": "gatsby-airtable-listing.md", @@ -25379,9 +28944,9 @@ "default_branch": "master", "github_url": "https://github.com/wkocjan/gatsby-airtable-listing", "demo_url": "https://gatsby-airtable-listing.netlify.com/", - "stars": 60, - "forks": 32, - "open_issues": 1, + "stars": 78, + "forks": 40, + "open_issues": 13, "last_commit": "2020-12-16T10:33:17Z", "created_at": "2020-03-13T11:06:07Z", "description": "Airtable theme for Gatsby", @@ -25402,9 +28967,9 @@ "default_branch": "master", "github_url": "https://github.com/wkocjan/gatsby-contentful-portfolio", "demo_url": "https://gatsby-contentful-portfolio.netlify.com/", - "stars": 84, - "forks": 62, - "open_issues": 2, + "stars": 107, + "forks": 73, + "open_issues": 4, "last_commit": "2021-02-22T08:37:41Z", "created_at": "2020-03-11T20:50:55Z", "description": "Portfolio theme for Gatsby", @@ -25425,9 +28990,9 @@ "default_branch": "master", "github_url": "https://github.com/wkocjan/gatsby-theme-intro", "demo_url": "https://weeby.studio/intro/preview", - "stars": 170, - "forks": 83, - "open_issues": 2, + "stars": 303, + "forks": 152, + "open_issues": 12, "last_commit": "2021-05-05T15:50:31Z", "created_at": "2020-04-10T09:58:21Z", "description": "Personal branding theme for developers", @@ -25448,10 +29013,10 @@ "default_branch": "main", "github_url": "https://github.com/wowchemy/wowchemy-hugo-modules", "demo_url": "https://academic-demo.netlify.com/", - "stars": 5696, - "forks": 2473, - "open_issues": 41, - "last_commit": "2021-06-29T20:02:26Z", + "stars": 5756, + "forks": 2495, + "open_issues": 43, + "last_commit": "2021-07-25T20:21:42Z", "created_at": "2016-04-26T22:09:15Z", "description": "🔥 The website builder for Hugo. No code, build with widgets! 创建在线课程,学术简历或初创网站。", "images": { @@ -25460,6 +29025,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gcushen-hugo-academic-2x.jpg" } }, + "wowchemy-wowchemy-hugo-themes": { + "theme_key": "gcushen-hugo-academic", + "file": "hugo-academic.md", + "name": "wowchemy-hugo-themes", + "title": "Academic", + "github_username": "wowchemy", + "repo": "wowchemy/wowchemy-hugo-themes", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/wowchemy/wowchemy-hugo-themes", + "demo_url": "https://academic-demo.netlify.com/", + "stars": 6944, + "forks": 2776, + "open_issues": 16, + "last_commit": "2023-01-06T13:44:35Z", + "created_at": "2016-04-26T22:09:15Z", + "description": "🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/gcushen-hugo-academic.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gcushen-hugo-academic.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gcushen-hugo-academic-2x.jpg" + } + }, "wowthemesnet-affiliates-jekyll-theme": { "theme_key": "wowthemesnet-affiliates-jekyll-theme", "file": "affiliates-jekyll-theme.md", @@ -25471,10 +29059,10 @@ "default_branch": "master", "github_url": "https://github.com/wowthemesnet/affiliates-jekyll-theme", "demo_url": "https://wowthemesnet.github.io/affiliates-jekyll-theme/", - "stars": 166, - "forks": 219, - "open_issues": 2, - "last_commit": "2021-04-25T17:58:53Z", + "stars": 246, + "forks": 309, + "open_issues": 5, + "last_commit": "2021-10-31T15:32:41Z", "created_at": "2018-02-01T16:37:57Z", "description": "Affiliates - Jekyll Blogging Theme for Affiliate Marketers", "images": { @@ -25494,10 +29082,10 @@ "default_branch": "master", "github_url": "https://github.com/wowthemesnet/jekyll-theme-memoirs", "demo_url": "https://wowthemesnet.github.io/jekyll-theme-memoirs", - "stars": 195, - "forks": 216, - "open_issues": 7, - "last_commit": "2021-04-24T16:36:46Z", + "stars": 298, + "forks": 307, + "open_issues": 17, + "last_commit": "2021-10-31T15:32:15Z", "created_at": "2020-04-04T17:09:06Z", "description": "Memoirs is a free minimalist Jekyll theme for those who love the beauty of simplicity.", "images": { @@ -25517,10 +29105,10 @@ "default_branch": "master", "github_url": "https://github.com/wowthemesnet/mediumish-theme-jekyll", "demo_url": "https://wowthemesnet.github.io/mediumish-theme-jekyll/", - "stars": 851, - "forks": 931, - "open_issues": 49, - "last_commit": "2021-04-24T12:39:55Z", + "stars": 1089, + "forks": 1251, + "open_issues": 62, + "last_commit": "2021-10-31T15:31:51Z", "created_at": "2018-01-12T23:01:51Z", "description": "Jekyll Template - Mediumish", "images": { @@ -25540,10 +29128,10 @@ "default_branch": "master", "github_url": "https://github.com/wowthemesnet/mediumish-vuepress-blog-theme", "demo_url": "https://wowthemesnet.github.io/vuepress-theme-mediumish/", - "stars": 66, - "forks": 33, - "open_issues": 8, - "last_commit": "2021-04-24T12:45:35Z", + "stars": 99, + "forks": 56, + "open_issues": 9, + "last_commit": "2021-10-31T15:27:04Z", "created_at": "2020-03-01T19:54:03Z", "description": "VuePress Medimish Theme - Free Theme for VuePress Blog", "images": { @@ -25563,10 +29151,10 @@ "default_branch": "master", "github_url": "https://github.com/wowthemesnet/mundana-theme-jekyll", "demo_url": "https://wowthemesnet.github.io/mundana-theme-jekyll/", - "stars": 443, - "forks": 543, - "open_issues": 29, - "last_commit": "2021-04-24T12:41:08Z", + "stars": 596, + "forks": 666, + "open_issues": 35, + "last_commit": "2021-10-31T15:33:14Z", "created_at": "2019-02-08T19:25:42Z", "description": "Mundana is a free Jekyll theme, Medium styled.", "images": { @@ -25575,21 +29163,90 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wowthemesnet-mundana-theme-jekyll-2x.jpg" } }, + "wrappixel-flexy-admin-nextjs-free": { + "theme_key": "wrappixel-flexy-admin-nextjs-free", + "file": "Flexy-mui-free-nextjs-admin.md", + "name": "Flexy-admin-Nextjs-Free", + "title": "Flexy Material Ui Admin Template", + "github_username": "wrappixel", + "repo": "wrappixel/Flexy-admin-Nextjs-Free", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/wrappixel/Flexy-admin-Nextjs-Free", + "demo_url": "https://flexy-admin-nextjs-free.vercel.app/", + "stars": 11, + "forks": 8, + "open_issues": 1, + "last_commit": "2022-07-18T05:55:19Z", + "created_at": "2022-01-20T09:54:11Z", + "description": "Looking for more Free Next js templates? click the below Link to get More free Templates", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/wrappixel-flexy-admin-nextjs-free.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wrappixel-flexy-admin-nextjs-free.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wrappixel-flexy-admin-nextjs-free-2x.jpg" + } + }, + "wrappixel-materialpro-nuxtjs-free": { + "theme_key": "wrappixel-materialpro-nuxtjs-free", + "file": "materialpro-free-nuxtjs-template", + "name": "materialpro-nuxtjs-free", + "title": "MaterialPro Free NuxtJs Admin Template", + "github_username": "wrappixel", + "repo": "wrappixel/materialpro-nuxtjs-free", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/wrappixel/materialpro-nuxtjs-free", + "demo_url": "https://materialpro-free-nuxtjs.netlify.app/", + "stars": 13, + "forks": 2, + "open_issues": 0, + "last_commit": "2022-07-26T09:39:43Z", + "created_at": "2022-07-16T12:15:34Z", + "description": "Free NuxtJs 3 + Vuetify3 Admin Dashboard Template", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/wrappixel-materialpro-nuxtjs-free.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wrappixel-materialpro-nuxtjs-free.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wrappixel-materialpro-nuxtjs-free-2x.jpg" + } + }, + "wrappixel-xtreme-admin-nextjs-free": { + "theme_key": "wrappixel-xtreme-admin-nextjs-free", + "file": "Xtreme-free-nextjs-admin.md", + "name": "xtreme-admin-nextjs-free", + "title": "Xtreme NextJs Free Admin Template", + "github_username": "wrappixel", + "repo": "wrappixel/xtreme-admin-nextjs-free", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/wrappixel/xtreme-admin-nextjs-free", + "demo_url": "https://xtreme-admin-nextjs-free.vercel.app/", + "stars": 13, + "forks": 7, + "open_issues": 0, + "last_commit": "2022-05-30T06:31:52Z", + "created_at": "2022-01-17T10:33:07Z", + "description": "Free next js admin template.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/wrappixel-xtreme-admin-nextjs-free.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wrappixel-xtreme-admin-nextjs-free.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wrappixel-xtreme-admin-nextjs-free-2x.jpg" + } + }, "wu-kan-wu-kan.github.io": { "theme_key": "wu-kan-wu-kan.github.io", "file": "jekyll-theme-wu-kan.md", "name": "wu-kan.github.io", "title": "wu-kan", "github_username": "wu-kan", - "repo": "wu-kan/wu-kan.github.io", - "branch": "master", - "default_branch": "master", + "repo": "wu-kan/wu-kan.github.io", + "branch": "gh-pages", + "default_branch": "gh-pages", "github_url": "https://github.com/wu-kan/wu-kan.github.io", "demo_url": "https://wu-kan.github.io", - "stars": 175, - "forks": 328, - "open_issues": 0, - "last_commit": "2021-06-07T15:21:16Z", + "stars": 211, + "forks": 346, + "open_issues": 1, + "last_commit": "2022-12-24T07:54:45Z", "created_at": "2019-02-22T21:33:42Z", "description": ":sparkles: my homepage & template for jekyll-theme-WuK", "images": { @@ -25609,10 +29266,10 @@ "default_branch": "master", "github_url": "https://github.com/xaprb/story", "demo_url": "https://story.xaprb.com/", - "stars": 141, - "forks": 53, - "open_issues": 44, - "last_commit": "2019-06-03T13:58:30Z", + "stars": 156, + "forks": 59, + "open_issues": 0, + "last_commit": "2022-03-22T14:49:12Z", "created_at": "2018-04-14T23:17:41Z", "description": "Beautiful responsive Hugo blog theme focused on simplicity and elegance, with many extra features including presentations, math typesetting, music notation, and search.", "images": { @@ -25632,7 +29289,7 @@ "default_branch": "master", "github_url": "https://github.com/xaviablaza/hugo-lodi-theme", "demo_url": "https://themes.gohugo.io/theme/hugo-lodi-theme/", - "stars": 42, + "stars": 44, "forks": 35, "open_issues": 0, "last_commit": "2019-02-15T05:08:35Z", @@ -25655,9 +29312,9 @@ "default_branch": "master", "github_url": "https://github.com/xdesro/nuxt-netlify-cms-starter", "demo_url": "https://nuxt-netlify-cms-starter.netlify.com", - "stars": 60, - "forks": 18, - "open_issues": 10, + "stars": 67, + "forks": 21, + "open_issues": 17, "last_commit": "2021-04-19T16:21:58Z", "created_at": "2019-08-27T17:59:19Z", "description": "🏞 A very spartan starter for using Nuxt.js with Netlify CMS.", @@ -25678,10 +29335,10 @@ "default_branch": "master", "github_url": "https://github.com/xianmin/hugo-theme-jane", "demo_url": "https://www.xianmin.org/hugo-theme-jane/", - "stars": 686, - "forks": 240, - "open_issues": 64, - "last_commit": "2021-01-08T23:54:32Z", + "stars": 812, + "forks": 271, + "open_issues": 69, + "last_commit": "2022-12-22T00:55:39Z", "created_at": "2018-03-06T11:48:50Z", "description": "A readable & concise theme for Hugo", "images": { @@ -25701,9 +29358,9 @@ "default_branch": "master", "github_url": "https://github.com/xukimseven/HardCandy-Jekyll", "demo_url": "https://ww1.xseven.me/", - "stars": 207, - "forks": 142, - "open_issues": 15, + "stars": 210, + "forks": 145, + "open_issues": 16, "last_commit": "2019-05-29T10:48:24Z", "created_at": "2018-05-28T12:09:01Z", "description": "一款清新 糖果色🍬 的 ‘Jekyll’ 主题。A candy-colored 🍬 ‘Jekyll’ theme.", @@ -25725,7 +29382,7 @@ "github_url": "https://github.com/xydac/xylo-gatsby-bulma-starter", "demo_url": "https://xylo-gatsby-bulma-starter.netlify.com/", "stars": 5, - "forks": 2, + "forks": 1, "open_issues": 0, "last_commit": "2018-10-07T16:32:10Z", "created_at": "2018-10-07T03:53:26Z", @@ -25770,9 +29427,9 @@ "default_branch": "gh-pages", "github_url": "https://github.com/y7kim/agency-jekyll-theme", "demo_url": "https://y7kim.github.io/agency-jekyll-theme/", - "stars": 750, - "forks": 1586, - "open_issues": 29, + "stars": 799, + "forks": 1781, + "open_issues": 30, "last_commit": "2017-02-27T18:44:56Z", "created_at": "2014-08-20T19:54:22Z", "description": "Agency Theme for Jekyll", @@ -25793,10 +29450,10 @@ "default_branch": "master", "github_url": "https://github.com/yelog/hexo-theme-3-hexo", "demo_url": "https://yelog.org/", - "stars": 451, - "forks": 163, - "open_issues": 12, - "last_commit": "2021-02-22T07:39:50Z", + "stars": 561, + "forks": 181, + "open_issues": 21, + "last_commit": "2022-06-27T09:10:08Z", "created_at": "2017-02-05T09:26:14Z", "description": "hexo主题:三段式设计、极简、方便 Hexo theme: three-stage design", "images": { @@ -25816,8 +29473,8 @@ "default_branch": "master", "github_url": "https://github.com/YenYuHsuan/hexo-theme-beantech", "demo_url": "https://beantech.org/", - "stars": 410, - "forks": 102, + "stars": 426, + "forks": 105, "open_issues": 19, "last_commit": "2017-09-24T04:40:20Z", "created_at": "2017-03-21T02:57:50Z", @@ -25828,6 +29485,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/yenyuhsuan-hexo-theme-beantech-2x.jpg" } }, + "ygoex-yetty": { + "theme_key": "ygoex-yetty", + "file": "11ty-yetty.md", + "name": "yetty", + "title": "Eleventy Yetty", + "github_username": "ygoex", + "repo": "ygoex/yetty", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/ygoex/yetty", + "demo_url": "https://yetty.netlify.app/", + "stars": 42, + "forks": 12, + "open_issues": 1, + "last_commit": "2021-11-01T10:59:11Z", + "created_at": "2021-03-13T14:07:34Z", + "description": "Yet another 11ty boilerplate to start a new website with optional blog. This boilerplate is based on eleventy-base-blog et al.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/ygoex-yetty.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ygoex-yetty.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ygoex-yetty-2x.jpg" + } + }, "yihui-hugo-xmag": { "theme_key": "yihui-hugo-xmag", "file": "hugo-xmag-theme.md", @@ -25839,10 +29519,10 @@ "default_branch": "master", "github_url": "https://github.com/yihui/hugo-xmag", "demo_url": "https://xmag.yihui.name/", - "stars": 52, - "forks": 34, - "open_issues": 9, - "last_commit": "2020-10-11T21:15:47Z", + "stars": 80, + "forks": 46, + "open_issues": 6, + "last_commit": "2022-11-09T15:05:52Z", "created_at": "2017-07-10T05:09:20Z", "description": "A minimal magazine theme for Hugo", "images": { @@ -25862,10 +29542,10 @@ "default_branch": "master", "github_url": "https://github.com/yihui/hugo-xmin", "demo_url": "https://xmin.yihui.name/", - "stars": 362, - "forks": 228, - "open_issues": 19, - "last_commit": "2020-10-16T02:04:46Z", + "stars": 532, + "forks": 293, + "open_issues": 22, + "last_commit": "2022-08-08T14:40:20Z", "created_at": "2017-06-16T04:13:22Z", "description": "eXtremely Minimal Hugo theme: about 150 lines of code in total, including HTML and CSS (with no dependencies)", "images": { @@ -25885,8 +29565,8 @@ "default_branch": "master", "github_url": "https://github.com/yiichou/hugo-theme-vec", "demo_url": "https://themes.gohugo.io/theme/hugo-theme-vec/", - "stars": 37, - "forks": 25, + "stars": 36, + "forks": 24, "open_issues": 3, "last_commit": "2019-01-10T12:52:57Z", "created_at": "2016-09-08T14:50:26Z", @@ -25908,8 +29588,8 @@ "default_branch": "master", "github_url": "https://github.com/yiluyanxia/hexo-theme-antiquity", "demo_url": "https://yiluyanxia.site/", - "stars": 97, - "forks": 22, + "stars": 101, + "forks": 21, "open_issues": 9, "last_commit": "2020-07-04T14:58:29Z", "created_at": "2019-01-12T09:22:31Z", @@ -25931,10 +29611,10 @@ "default_branch": "master", "github_url": "https://github.com/yinkakun/eleventy-duo", "demo_url": "https://eleventyduo.netlify.app", - "stars": 70, - "forks": 14, - "open_issues": 1, - "last_commit": "2021-06-28T16:07:04Z", + "stars": 175, + "forks": 40, + "open_issues": 2, + "last_commit": "2022-10-07T22:09:17Z", "created_at": "2020-12-27T02:29:57Z", "description": "Eleventy Duo is a minimal and beautiful Eleventy theme for personal blogs.", "images": { @@ -25954,10 +29634,10 @@ "default_branch": "master", "github_url": "https://github.com/yinkakun/gatsby-starter-glass", "demo_url": "https://gatsbyglass.netlify.app", - "stars": 33, - "forks": 14, - "open_issues": 2, - "last_commit": "2021-06-01T10:52:51Z", + "stars": 140, + "forks": 79, + "open_issues": 0, + "last_commit": "2022-10-07T21:36:33Z", "created_at": "2021-03-23T11:47:33Z", "description": "A Minimal & Beautiful Gatsby Personal Blog Starter With Nice Glassmorphism UI", "images": { @@ -25977,8 +29657,8 @@ "default_branch": "master", "github_url": "https://github.com/yizeng/jekyll-theme-simple-texture", "demo_url": "https://yizeng.github.io/jekyll-theme-simple-texture/", - "stars": 173, - "forks": 221, + "stars": 184, + "forks": 223, "open_issues": 6, "last_commit": "2021-04-04T10:51:19Z", "created_at": "2017-05-27T10:52:29Z", @@ -25989,6 +29669,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/yizeng-jekyll-theme-simple-texture-2x.jpg" } }, + "yjpl-supply": { + "theme_key": "yjpl-supply", + "file": "supply.md", + "name": "Supply", + "title": "Supply", + "github_username": "YJPL", + "repo": "YJPL/Supply", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/YJPL/Supply", + "demo_url": "https://supply.templates.supply", + "stars": 24, + "forks": 3, + "open_issues": 3, + "last_commit": "2023-01-17T17:24:33Z", + "created_at": "2020-01-27T10:33:49Z", + "description": "🛍 Supply is a free e-commerce Jekyll theme with Gumroad integration.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/yjpl-supply.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/yjpl-supply.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/yjpl-supply-2x.jpg" + } + }, "yonojoy-yax-coming-soon-jekyll-template": { "theme_key": "yonojoy-yax-coming-soon-jekyll-template", "file": "jekyll-YAX-Coming-soon.md", @@ -26000,7 +29703,7 @@ "default_branch": "master", "github_url": "https://github.com/yonojoy/YAX-Coming-soon-Jekyll-Template", "demo_url": "https://www.behance.net/gallery/18421675/Free-Bootstrap-Psd-Coming-Soon-Template", - "stars": 28, + "stars": 29, "forks": 41, "open_issues": 0, "last_commit": "2016-01-17T17:00:34Z", @@ -26023,7 +29726,7 @@ "default_branch": "master", "github_url": "https://github.com/yourfreebies/sciblog", "demo_url": "https://sciblog.yourfreebies.org/", - "stars": 16, + "stars": 15, "forks": 17, "open_issues": 1, "last_commit": "2018-06-19T22:55:41Z", @@ -26046,10 +29749,10 @@ "default_branch": "master", "github_url": "https://github.com/yous/whiteglass", "demo_url": "https://yous.github.io/whiteglass/", - "stars": 531, - "forks": 175, - "open_issues": 4, - "last_commit": "2021-05-27T04:18:58Z", + "stars": 609, + "forks": 192, + "open_issues": 6, + "last_commit": "2023-01-09T08:02:46Z", "created_at": "2017-01-06T17:13:03Z", "description": "Minimal, responsive Jekyll theme for hackers", "images": { @@ -26069,10 +29772,10 @@ "default_branch": "master", "github_url": "https://github.com/YoussefRaafatNasry/portfolYOU", "demo_url": "https://youssefraafatnasry.github.io/portfolYOU/", - "stars": 414, - "forks": 306, - "open_issues": 3, - "last_commit": "2021-05-07T21:08:43Z", + "stars": 761, + "forks": 460, + "open_issues": 14, + "last_commit": "2022-05-22T15:00:19Z", "created_at": "2019-02-09T10:06:09Z", "description": "A beautiful portfolio Jekyll theme that works with GitHub Pages.", "images": { @@ -26092,9 +29795,9 @@ "default_branch": "master", "github_url": "https://github.com/yscoder/vuepress-theme-indigo", "demo_url": "https://yscoder.github.io/vuepress-theme-indigo/", - "stars": 88, - "forks": 25, - "open_issues": 4, + "stars": 90, + "forks": 24, + "open_issues": 3, "last_commit": "2018-05-04T03:45:55Z", "created_at": "2018-04-14T08:21:05Z", "description": "A blog theme for VuePress.", @@ -26115,8 +29818,8 @@ "default_branch": "master", "github_url": "https://github.com/Yubisaki/vuepress-theme-yubisaki", "demo_url": "https://wuwaki.me/yubisaki/intro.html", - "stars": 196, - "forks": 16, + "stars": 197, + "forks": 15, "open_issues": 0, "last_commit": "2019-10-08T06:42:09Z", "created_at": "2018-04-21T17:50:17Z", @@ -26138,9 +29841,9 @@ "default_branch": "master", "github_url": "https://github.com/yulijia/freshman21", "demo_url": "https://yulijia.net/freshman21/", - "stars": 119, - "forks": 90, - "open_issues": 2, + "stars": 126, + "forks": 91, + "open_issues": 3, "last_commit": "2018-06-09T13:21:19Z", "created_at": "2014-12-13T08:04:22Z", "description": "Welcome to use Jekyll theme Freshman21. ", @@ -26161,10 +29864,10 @@ "default_branch": "master", "github_url": "https://github.com/yursan9/manis-hugo-theme", "demo_url": "https://themes.gohugo.io/theme/manis-hugo-theme/", - "stars": 70, - "forks": 39, - "open_issues": 4, - "last_commit": "2021-03-25T01:55:38Z", + "stars": 80, + "forks": 40, + "open_issues": 3, + "last_commit": "2021-07-03T10:28:44Z", "created_at": "2017-06-24T04:21:19Z", "description": "Sweet little Hugo's theme for personal website", "images": { @@ -26207,8 +29910,8 @@ "default_branch": "master", "github_url": "https://github.com/yveszenne/jekyll-html5up-fractal", "demo_url": "https://yvesespinosa.github.io/jekyll-html5up-fractal/", - "stars": 8, - "forks": 12, + "stars": 10, + "forks": 13, "open_issues": 0, "last_commit": "2020-05-01T04:51:33Z", "created_at": "2017-11-10T23:43:31Z", @@ -26219,6 +29922,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/yvesespinosa-jekyll-html5up-fractal-2x.jpg" } }, + "zeespire-one-free": { + "theme_key": "zeespire-one-free", + "file": "jekyll-zeespre-one.md", + "name": "one-free", + "title": "ZeeSpire One", + "github_username": "ZeeSpire", + "repo": "ZeeSpire/one-free", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/ZeeSpire/one-free", + "demo_url": "https://one-free.zeespire.com/", + "stars": 0, + "forks": 0, + "open_issues": 1, + "last_commit": "2021-12-29T10:55:13Z", + "created_at": "2021-12-14T20:26:54Z", + "description": "Free and paid Jekyll theme. Multi-purpose, multi-layout theme.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/zeespire-one-free.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zeespire-one-free.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zeespire-one-free-2x.jpg" + } + }, "zerostaticthemes-gatsby-serif-theme": { "theme_key": "jugglerx-gatsby-serif-theme", "file": "gatsby-serif-theme.md", @@ -26230,10 +29956,10 @@ "default_branch": "master", "github_url": "https://github.com/zerostaticthemes/gatsby-serif-theme", "demo_url": "https://gatsby-serif.netlify.com/", - "stars": 158, - "forks": 61, - "open_issues": 0, - "last_commit": "2021-03-09T05:21:48Z", + "stars": 191, + "forks": 80, + "open_issues": 1, + "last_commit": "2022-01-03T00:49:39Z", "created_at": "2018-12-12T04:58:52Z", "description": "Serif is a beautiful small business theme for Gatsby.", "images": { @@ -26242,6 +29968,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jugglerx-gatsby-serif-theme-2x.jpg" } }, + "zerostaticthemes-hugo-atlantic-theme": { + "theme_key": "zerostaticthemes-hugo-atlantic-theme", + "file": "hugo-atlantic.md", + "name": "hugo-atlantic-theme", + "title": "Hugo Atlantic Tailwind Blog", + "github_username": "zerostaticthemes", + "repo": "zerostaticthemes/hugo-atlantic-theme", + "branch": "main", + "default_branch": "main", + "github_url": "https://github.com/zerostaticthemes/hugo-atlantic-theme", + "demo_url": "https://hugo-atlantic.netlify.app/", + "stars": 36, + "forks": 11, + "open_issues": 1, + "last_commit": "2022-06-21T06:50:52Z", + "created_at": "2021-07-09T10:16:34Z", + "description": "A Tailwind 3 starter blog for Hugo", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/zerostaticthemes-hugo-atlantic-theme.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zerostaticthemes-hugo-atlantic-theme.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zerostaticthemes-hugo-atlantic-theme-2x.jpg" + } + }, "zerostaticthemes-hugo-hero-theme": { "theme_key": "jugglerx-hugo-hero-theme", "file": "hugo-hero-theme.md", @@ -26253,10 +30002,10 @@ "default_branch": "master", "github_url": "https://github.com/zerostaticthemes/hugo-hero-theme", "demo_url": "https://hugo-hero.netlify.com/", - "stars": 133, - "forks": 125, - "open_issues": 3, - "last_commit": "2021-05-02T04:24:38Z", + "stars": 281, + "forks": 217, + "open_issues": 8, + "last_commit": "2022-03-24T04:48:09Z", "created_at": "2018-12-05T23:22:47Z", "description": "A multi-page Hugo theme with fullscreen hero images and fullwidth sections.", "images": { @@ -26276,10 +30025,10 @@ "default_branch": "master", "github_url": "https://github.com/zerostaticthemes/hugo-serif-theme", "demo_url": "https://hugo-serif.netlify.app", - "stars": 175, - "forks": 152, - "open_issues": 2, - "last_commit": "2021-06-27T10:06:41Z", + "stars": 351, + "forks": 222, + "open_issues": 5, + "last_commit": "2023-01-23T10:50:53Z", "created_at": "2018-11-28T07:14:22Z", "description": "Serif is a modern business theme for Hugo.", "images": { @@ -26299,10 +30048,10 @@ "default_branch": "master", "github_url": "https://github.com/zerostaticthemes/hugo-whisper-theme", "demo_url": "https://hugo-whisper.netlify.com/", - "stars": 167, - "forks": 85, - "open_issues": 2, - "last_commit": "2020-09-06T03:11:35Z", + "stars": 220, + "forks": 116, + "open_issues": 6, + "last_commit": "2022-01-03T00:50:35Z", "created_at": "2019-02-17T06:32:03Z", "description": "Whisper is a minimal documentation theme for Hugo.", "images": { @@ -26311,6 +30060,52 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jugglerx-hugo-whisper-theme-2x.jpg" } }, + "zerostaticthemes-hugo-winston-theme": { + "theme_key": "zerostaticthemes-hugo-winston-theme", + "file": "hugo-winston.md", + "name": "hugo-winston-theme", + "title": "Hugo Winston", + "github_username": "zerostaticthemes", + "repo": "zerostaticthemes/hugo-winston-theme", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/zerostaticthemes/hugo-winston-theme", + "demo_url": "https://hugo-winston.netlify.app/", + "stars": 159, + "forks": 70, + "open_issues": 3, + "last_commit": "2022-10-20T23:58:35Z", + "created_at": "2020-09-21T01:16:08Z", + "description": "A minimal and bold blog theme for Hugo", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/zerostaticthemes-hugo-winston-theme.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zerostaticthemes-hugo-winston-theme.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zerostaticthemes-hugo-winston-theme-2x.jpg" + } + }, + "zerostaticthemes-jekyll-atlantic-theme": { + "theme_key": "zerostaticthemes-jekyll-atlantic-theme", + "file": "jekyll-atlantic.md", + "name": "jekyll-atlantic-theme", + "title": "Jekyll Atlantic Tailwind Blog", + "github_username": "zerostaticthemes", + "repo": "zerostaticthemes/jekyll-atlantic-theme", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/zerostaticthemes/jekyll-atlantic-theme", + "demo_url": "https://jekyll-atlantic.netlify.app/", + "stars": 56, + "forks": 49, + "open_issues": 0, + "last_commit": "2022-09-13T00:27:18Z", + "created_at": "2021-07-09T10:04:57Z", + "description": "Jekyll + Tailwind Starter Theme. Jekyll Atlantic is a beautiful blog theme for Jekyll", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/zerostaticthemes-jekyll-atlantic-theme.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zerostaticthemes-jekyll-atlantic-theme.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zerostaticthemes-jekyll-atlantic-theme-2x.jpg" + } + }, "zerostaticthemes-jekyll-serif-theme": { "theme_key": "zerostaticthemes-jekyll-serif-theme", "file": "jekyll-serif.md", @@ -26322,12 +30117,12 @@ "default_branch": "master", "github_url": "https://github.com/zerostaticthemes/jekyll-serif-theme", "demo_url": "https://jekyll-serif.netlify.app/", - "stars": 292, - "forks": 321, - "open_issues": 5, - "last_commit": "2021-03-09T06:53:32Z", + "stars": 528, + "forks": 559, + "open_issues": 3, + "last_commit": "2022-10-21T00:23:49Z", "created_at": "2018-12-09T07:20:46Z", - "description": "Serif is a beautiful business theme for Jekyll.", + "description": "Serif is a multi page business theme for Jekyll.", "images": { "hires": "https://www.jamstackthemes.dev/capture/zerostaticthemes-jekyll-serif-theme.png", "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zerostaticthemes-jekyll-serif-theme.jpg", @@ -26345,10 +30140,10 @@ "default_branch": "master", "github_url": "https://github.com/zhaohuabing/hugo-theme-cleanwhite", "demo_url": "https://zhaohuabing.com/", - "stars": 305, - "forks": 148, - "open_issues": 0, - "last_commit": "2021-06-23T13:28:18Z", + "stars": 525, + "forks": 257, + "open_issues": 4, + "last_commit": "2023-01-18T05:14:47Z", "created_at": "2018-06-16T13:57:14Z", "description": "A clean, elegant blog theme for hugo", "images": { @@ -26368,8 +30163,8 @@ "default_branch": "master", "github_url": "https://github.com/zhe/hugo-theme-slim", "demo_url": "https://themes.gohugo.io/theme/slim/", - "stars": 103, - "forks": 54, + "stars": 106, + "forks": 55, "open_issues": 8, "last_commit": "2019-08-17T17:28:00Z", "created_at": "2015-04-24T14:33:33Z", @@ -26380,6 +30175,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zhe-hugo-theme-slim-2x.jpg" } }, + "zhonger-jekyll-theme-h2o-ac": { + "theme_key": "zhonger-jekyll-theme-h2o-ac", + "file": "jekyll-h2o-ac.md", + "name": "jekyll-theme-H2O-ac", + "title": "H2O-ac", + "github_username": "zhonger", + "repo": "zhonger/jekyll-theme-H2O-ac", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/zhonger/jekyll-theme-H2O-ac", + "demo_url": "https://h2o-ac.pages.dev", + "stars": 9, + "forks": 11, + "open_issues": 1, + "last_commit": "2022-11-24T04:03:58Z", + "created_at": "2021-03-26T02:32:22Z", + "description": " 🎉 A Jekyll theme for researchers and maintainers based on H2O theme.", + "images": { + "hires": "https://www.jamstackthemes.dev/capture/zhonger-jekyll-theme-h2o-ac.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zhonger-jekyll-theme-h2o-ac.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zhonger-jekyll-theme-h2o-ac-2x.jpg" + } + }, "zhouyuexie-gatsby-starter-quiet": { "theme_key": "zhouyuexie-gatsby-starter-quiet", "file": "gatsby-starter-quiet.md", @@ -26437,9 +30255,9 @@ "default_branch": "master", "github_url": "https://github.com/zivong/jekyll-theme-hamilton", "demo_url": "https://zivlog.io/jekyll-theme-hamilton/", - "stars": 69, - "forks": 110, - "open_issues": 2, + "stars": 88, + "forks": 130, + "open_issues": 4, "last_commit": "2021-05-02T03:13:37Z", "created_at": "2020-04-04T11:56:55Z", "description": "A minimal and beautiful Jekyll theme best for writing and note-taking.", @@ -26460,10 +30278,10 @@ "default_branch": "master", "github_url": "https://github.com/zivong/jekyll-theme-hydure", "demo_url": "https://zivong.blog/jekyll-theme-hydure/", - "stars": 4, - "forks": 10, + "stars": 29, + "forks": 80, "open_issues": 0, - "last_commit": "2021-06-27T12:30:47Z", + "last_commit": "2021-09-04T16:48:40Z", "created_at": "2021-04-26T12:07:53Z", "description": "A concise two-column blog theme for Jekyll.", "images": { @@ -26472,6 +30290,29 @@ "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zivong-jekyll-theme-hydure-2x.jpg" } }, + "zougotsx-gatsby-typescript-mdx-prismjs-starter": { + "theme_key": "tylergreulich-gatsby-typescript-mdx-prismjs-starter", + "file": "gatsby-typescript-mdx-prismjs-starter.md", + "name": "gatsby-typescript-mdx-prismjs-starter", + "title": "Typescript Mdx Prismjs", + "github_username": "zougotsx", + "repo": "zougotsx/gatsby-typescript-mdx-prismjs-starter", + "branch": "master", + "default_branch": "master", + "github_url": "https://github.com/zougotsx/gatsby-typescript-mdx-prismjs-starter", + "demo_url": "https://infallible-brown-28846b.netlify.com", + "stars": 15, + "forks": 8, + "open_issues": 1, + "last_commit": "2019-03-12T22:30:13Z", + "created_at": "2018-12-18T15:30:09Z", + "description": null, + "images": { + "hires": "https://www.jamstackthemes.dev/capture/tylergreulich-gatsby-typescript-mdx-prismjs-starter.png", + "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tylergreulich-gatsby-typescript-mdx-prismjs-starter.jpg", + "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tylergreulich-gatsby-typescript-mdx-prismjs-starter-2x.jpg" + } + }, "zwbetz-gh-cayman-hugo-theme": { "theme_key": "zwbetz-gh-cayman-hugo-theme", "file": "hugo-cayman-theme.md", @@ -26483,10 +30324,10 @@ "default_branch": "master", "github_url": "https://github.com/zwbetz-gh/cayman-hugo-theme", "demo_url": "https://cayman-hugo-theme.netlify.com/", - "stars": 27, - "forks": 24, + "stars": 40, + "forks": 28, "open_issues": 0, - "last_commit": "2021-05-25T18:51:12Z", + "last_commit": "2023-01-03T05:41:15Z", "created_at": "2019-03-26T19:37:52Z", "description": "Cayman is a clean, responsive theme for Hugo, ported from the original Jekyll Cayman Theme.", "images": { @@ -26506,10 +30347,10 @@ "default_branch": "master", "github_url": "https://github.com/zwbetz-gh/cupper-hugo-theme", "demo_url": "https://cupper-hugo-theme.netlify.com/", - "stars": 188, - "forks": 136, + "stars": 269, + "forks": 176, "open_issues": 0, - "last_commit": "2021-06-03T00:31:04Z", + "last_commit": "2023-01-04T03:34:49Z", "created_at": "2019-01-29T19:16:57Z", "description": "An accessibility-friendly Hugo theme, ported from the original Cupper project.", "images": { @@ -26529,10 +30370,10 @@ "default_branch": "master", "github_url": "https://github.com/zwbetz-gh/minimal-bootstrap-hugo-theme", "demo_url": "https://minimal-bootstrap-hugo-theme.netlify.com/", - "stars": 70, - "forks": 29, + "stars": 88, + "forks": 38, "open_issues": 0, - "last_commit": "2020-11-25T03:15:37Z", + "last_commit": "2023-01-03T05:40:08Z", "created_at": "2018-10-08T04:39:24Z", "description": "A minimal hugo theme made with bootstrap", "images": { @@ -26552,10 +30393,10 @@ "default_branch": "master", "github_url": "https://github.com/zwbetz-gh/papercss-hugo-theme", "demo_url": "https://papercss-hugo-theme.netlify.com/", - "stars": 61, - "forks": 34, - "open_issues": 1, - "last_commit": "2021-06-08T00:16:17Z", + "stars": 74, + "forks": 45, + "open_issues": 0, + "last_commit": "2023-01-03T05:43:38Z", "created_at": "2019-02-21T21:33:54Z", "description": "A Hugo theme made with PaperCSS, the less formal CSS framework.", "images": { @@ -26575,10 +30416,10 @@ "default_branch": "master", "github_url": "https://github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme", "demo_url": "https://vanilla-bootstrap-hugo-theme.netlify.com/", - "stars": 57, - "forks": 40, + "stars": 68, + "forks": 44, "open_issues": 0, - "last_commit": "2021-05-25T18:53:05Z", + "last_commit": "2023-01-03T05:46:36Z", "created_at": "2018-12-15T06:31:19Z", "description": "A vanilla Bootstrap theme for Hugo", "images": { @@ -26598,8 +30439,8 @@ "default_branch": "gh-pages", "github_url": "https://github.com/zxixia/jekyll-xixia", "demo_url": "https://xixia.info/jekyll-xixia/", - "stars": 31, - "forks": 71, + "stars": 33, + "forks": 70, "open_issues": 3, "last_commit": "2017-09-29T02:11:16Z", "created_at": "2017-09-19T06:00:06Z", @@ -26621,9 +30462,9 @@ "default_branch": "master", "github_url": "https://github.com/zzossig/hugo-theme-zdoc", "demo_url": "https://themes.gohugo.io//theme/hugo-theme-zdoc/", - "stars": 126, - "forks": 50, - "open_issues": 17, + "stars": 131, + "forks": 51, + "open_issues": 18, "last_commit": "2020-11-05T14:36:06Z", "created_at": "2020-01-29T12:56:32Z", "description": "Make a documentation with hugo zdoc theme!", @@ -26644,9 +30485,9 @@ "default_branch": "master", "github_url": "https://github.com/zzossig/hugo-theme-zzo", "demo_url": "https://themes.gohugo.io/theme/hugo-theme-zzo/en/", - "stars": 514, - "forks": 203, - "open_issues": 43, + "stars": 529, + "forks": 220, + "open_issues": 65, "last_commit": "2021-05-23T14:26:17Z", "created_at": "2019-11-04T13:08:32Z", "description": "Make a blog with hugo zzo theme!", @@ -26667,10 +30508,10 @@ "default_branch": "master", "github_url": "https://github.com/zzzmisa/hugo-theme-doors", "demo_url": "https://zzzmisa.com/", - "stars": 10, - "forks": 8, + "stars": 13, + "forks": 9, "open_issues": 0, - "last_commit": "2021-04-15T14:14:17Z", + "last_commit": "2022-02-05T06:06:44Z", "created_at": "2019-08-05T14:40:43Z", "description": "🚪Single page theme for links to your works", "images": { diff --git a/package.json b/package.json index b8b2b88d8..3274d027d 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,8 @@ "scripts": { "build": "node ./scripts/build.js && hugo --minify", "deploy": "node ./scripts/build.js --latest && hugo --minify", + "stackbit": "node ./scripts/build.js --github=false --demos=false --images=false && hugo --minify", + "images": "node ./scripts/build.js --github=false --demos=false --stackbit=false && hugo --minify", "deploy:branch": "npm run deploy && echo 'User-agent: *\nDisallow: /' > public/robots.txt" }, "dependencies": { @@ -16,10 +18,9 @@ "pageres": "^6.1.0", "parse-github-url": "^1.0.2", "promise.allsettled": "^1.0.4", - "sharp": "^0.27.1", + "sharp": "^0.30.5", "url-slug": "^3.0.1", "yaml-front-matter": "^4.1.1", "yargs": "^16.2.0" - }, - "devDependencies": {} + } } diff --git a/scripts/build.js b/scripts/build.js index 1dc95d6bc..e92a21f94 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -12,7 +12,6 @@ const config = require('./build/config'); const {errorLog} = require('./build/errors'); const build = async (options) => { - console.log("Build options", options) const themesMarkdown = await generateMarkdownData(config.themesMarkdownFiles, options) if (options.github) { @@ -27,28 +26,34 @@ const build = async (options) => { } if (options.demos) { + // Visits each demo URL with a headless browser and if the site cannot be reached sets the markdown file to disabled=true await testDemoUrls(themesMarkdown) } if (options.images) { - await generateScreenshots(themesMarkdown) - await generateThumbnails(themesMarkdown) + await generateScreenshots(themesMarkdown, options.recaptureImage) + await generateThumbnails(themesMarkdown, options.regenerateImage) } writeErrorFile(errorLog) console.log("Build Successful") console.log("Error Log") - console.log(errorLog) + process.exit(0) } const options = { - disabled: true, // Skip processing themes that have front-matter `disabled: true` - draft: true, // Skip processing themes that have front-matter `draft: true` - demos: argv.demos !== "false", - stackbit: argv.stackbit !== "false", - github: argv.github !== "false", - images: argv.images !== "false", - latest: argv.latest || false, // build.js --latest | only process themes which don't already exist in `themes.json` + github: argv.github !== "false", // generates `data/themes.json` which is used for github stars, commits meta data etc + stackbit: argv.stackbit !== "false", // generates `data/stackbit.json` which is used for the "create site" button + demos: argv.demos !== "false", // tests the themes demo url using headless browser and disables the theme if the url does not resolve + images: argv.images !== "false", // captures screenshots and generates thumbnails + + disabled: argv.disabled !== "false", // Skip processing themes that have front-matter `disabled: true` + draft: argv.draft !== "false", // Skip processing themes that have front-matter `draft: true` + latest: argv.latest || false, // Only process themes which don't already exist in `data/themes.json` + file: argv.file || false, // Only process a single file ie --file=gatsby-starter-advanced.md + all: argv.all || false, // process all themes + recaptureImage: argv.recaptureImage || false, + regenerateImage: argv.regenerateImage || false } build(options); \ No newline at end of file diff --git a/scripts/build/demo.js b/scripts/build/demo.js index ce047f115..3ffb3881c 100644 --- a/scripts/build/demo.js +++ b/scripts/build/demo.js @@ -49,6 +49,7 @@ const testDemo = (frontmatter) => { theme_key: themeKey, file: frontmatter.file, repoUrl: frontmatter.github, + demoUrl: frontmatter.demo, error }) }); diff --git a/scripts/build/github.js b/scripts/build/github.js index c5075a6a2..31a081184 100755 --- a/scripts/build/github.js +++ b/scripts/build/github.js @@ -70,11 +70,14 @@ const fetchRepoData = async (frontmatter) => { } } } catch (err) { - let error = "Github repo not found"; - updateFrontmatter(frontmatter.file, { - disabled: true, - disabled_reason: error - }) + const status = err.response?.status; + let error = `Github repo not found, status: ${status}`; + if (status === 404) { + updateFrontmatter(frontmatter.file, { + disabled: true, + disabled_reason: error + }) + } spinner.text = `${frontmatter.file} => ${error}` errorLog.push({ theme_key: themeKey, @@ -82,6 +85,7 @@ const fetchRepoData = async (frontmatter) => { repoUrl: frontmatter.github, error }) + throw err } } diff --git a/scripts/build/markdown.js b/scripts/build/markdown.js index 260e3cd28..aa53276dd 100644 --- a/scripts/build/markdown.js +++ b/scripts/build/markdown.js @@ -72,8 +72,27 @@ const generateMarkdownData = async (markdownFiles, options = {}) => { skipped: 0 } - // Filter themes before fetching from Github const markdownData = markdownFiles.map(absFilename => loadThemeFrontMatter(absFilename)).filter(frontmatter => { + + if (options.file) { + // if the cli command --file=hugo-swift-theme.md is used, only fetch that specific theme + if (options.file !== frontmatter.file) { + filterCounts.skipped += 1 + return false + } + return true; + } + + if (options.latest) { + // if the cli command --latest is used, only fetch new themes which don't already exist in `data/themes.json` + const themeKey = getThemeKey(frontmatter.github) + if (config.themesJsonData[themeKey]) { + filterCounts.latest += 1 + return false + } + return true + } + if (options.disabled) { if (frontmatter.disabled) { filterCounts.disabled += 1 @@ -86,29 +105,23 @@ const generateMarkdownData = async (markdownFiles, options = {}) => { return false; } } - // if the cli command --latest is used, only fetch new themes which don't already exist in `data/themes.json` - if (options.latest) { - const themeKey = getThemeKey(frontmatter.github) - if (config.themesJsonData[themeKey]) { - filterCounts.latest += 1 - return false - } - } - // if the cli command --file=hugo-swift-theme.md is used, only fetch that specific theme - if (options.file) { - if (options.file !== frontmatter.file) { - filterCounts.skipped += 1 - return false - } - } + return true; }); - console.log(`Loading (${markdownData.length}/${markdownFiles.length}) themes`) - console.log("Disabled ", filterCounts.disabled) - console.log("Drafts ", filterCounts.draft) - console.log("Latest ", filterCounts.latest) - console.log("Skipped ", filterCounts.skipped) + + if (options.file) { + console.log(`Processing single theme - ${options.file}`) + } else if (options.latest) { + console.log(`Processing latest themes`) + } else { + console.log(`Processing all themes`) + console.log(`Total ${markdownFiles.length} themes`) + console.log(`Skipping ${filterCounts.disabled} disabled themes`) + console.log(`Skipping ${filterCounts.draft} draft themes`) + console.log(`Skipping ${filterCounts.latest} existing themes`) + console.log(`Processing ${markdownData.length}/${markdownFiles.length} themes...`) + } return markdownData; } diff --git a/scripts/build/screenshot.js b/scripts/build/screenshot.js index cb6b23c77..56bb0ce03 100644 --- a/scripts/build/screenshot.js +++ b/scripts/build/screenshot.js @@ -77,18 +77,18 @@ const generateThumbnail = async (frontmatter, overwrite = false) => { } }; -const generateThumbnails = async (markdownData) => { +const generateThumbnails = async (markdownData, overwrite) => { spinner.start("Generating Thumbnails"); for (const theme of markdownData) { - await generateThumbnail(theme) + await generateThumbnail(theme, overwrite) } spinner.succeed("Success - Generating Thumbnails"); }; -const generateScreenshots = async (markdownData) => { +const generateScreenshots = async (markdownData, overwrite) => { spinner.start("Capturing Screenshots"); for (const theme of markdownData) { - await captureScreenshot(theme) + await captureScreenshot(theme, overwrite) } spinner.succeed("Success - Capturing Screenshots"); } diff --git a/scripts/build/stackbit.js b/scripts/build/stackbit.js index 63a8fc2c4..1ac49369b 100755 --- a/scripts/build/stackbit.js +++ b/scripts/build/stackbit.js @@ -3,8 +3,8 @@ const urlSlug = require('url-slug'); const {getThemeKey, getRepoName} = require('./utils'); const ora = require('ora'); const spinner = ora('Loading') -const allowedSsg = ["hugo", "jekyll", "gatsby", "unibit"] -const allowedCms = ["contentful", "sanity", "no-cms"] +const allowedSsg = [] +const allowedCms = [] const generateStackbit = (frontmatter) => { const themeKey = getThemeKey(frontmatter.github) @@ -24,6 +24,8 @@ const generateStackbit = (frontmatter) => { } else { stackbitData.createUrl = `https://app.stackbit.com/create?theme=${frontmatter.github}&ssg=${urlSlug(ssgArray)}` } + } else { + stackbitData.createUrl = null; } // manual overrides @@ -62,7 +64,7 @@ const generateStackbit = (frontmatter) => { } } }) - const manualEnabled = ['https://github.com/rohitguptab/rg-portfolio', 'https://github.com/narative/gatsby-theme-novela'] + const manualEnabled = ['https://github.com/stackbit-themes/minimal-nextjs-theme'] manualEnabled.forEach(url => { if (url === frontmatter.github) { stackbitData.createUrl = `https://app.stackbit.com/create?theme=${frontmatter.github}&ssg=${urlSlug(frontmatter.ssg)}&cms=${urlSlug(frontmatter.cms)}` @@ -76,12 +78,11 @@ const generateStackbit = (frontmatter) => { }; const generateStackbitData = (markdownData) => { - console.log("** Generating Stackbit data **") - spinner.start(); + spinner.start("Fetching Stackbit Data"); const stackbitData = markdownData.map(theme => { return generateStackbit(theme) }).filter(stackbit => stackbit.createUrl); - spinner.succeed("Success"); + spinner.succeed("Success - Fetching Stackbit Data"); return stackbitData; }; diff --git a/static/_redirects b/static/_redirects index f504a3def..8c39bdb73 100644 --- a/static/_redirects +++ b/static/_redirects @@ -1,2 +1 @@ https://jamstackthemes.netlify.app/* https://jamstackthemes.dev/:splat 301! -https://jamstackthemes.dev/themes/ https://jamstackthemes.dev/theme 301! diff --git a/static/capture/11ty-eleventy-base-blog.png b/static/capture/11ty-eleventy-base-blog.png index 6469c30a8..2b2913266 100644 Binary files a/static/capture/11ty-eleventy-base-blog.png and b/static/capture/11ty-eleventy-base-blog.png differ diff --git a/static/capture/12vanblart-gridsome-airtable-starter.png b/static/capture/12vanblart-gridsome-airtable-starter.png index 0d102e04d..0c19b807a 100644 Binary files a/static/capture/12vanblart-gridsome-airtable-starter.png and b/static/capture/12vanblart-gridsome-airtable-starter.png differ diff --git a/static/capture/2-rec-hugo-myportfolio-theme.png b/static/capture/2-rec-hugo-myportfolio-theme.png deleted file mode 100644 index 0183e8c58..000000000 Binary files a/static/capture/2-rec-hugo-myportfolio-theme.png and /dev/null differ diff --git a/static/capture/416serg-gatsby-starter-lightbox.png b/static/capture/416serg-gatsby-starter-lightbox.png index 5d58bc440..ac45fee5a 100644 Binary files a/static/capture/416serg-gatsby-starter-lightbox.png and b/static/capture/416serg-gatsby-starter-lightbox.png differ diff --git a/static/capture/526avijitgupta-gokarna.png b/static/capture/526avijitgupta-gokarna.png new file mode 100644 index 000000000..1ec34ceff Binary files /dev/null and b/static/capture/526avijitgupta-gokarna.png differ diff --git a/static/capture/a9kitkumar-gatsby-ecommerce.png b/static/capture/a9kitkumar-gatsby-ecommerce.png index 6c882d6f2..9be4aa874 100644 Binary files a/static/capture/a9kitkumar-gatsby-ecommerce.png and b/static/capture/a9kitkumar-gatsby-ecommerce.png differ diff --git a/static/capture/aanupam23-hugo-sugoi.png b/static/capture/aanupam23-hugo-sugoi.png index 28e8806e3..7305617d3 100644 Binary files a/static/capture/aanupam23-hugo-sugoi.png and b/static/capture/aanupam23-hugo-sugoi.png differ diff --git a/static/capture/abhaynikam-gatsby-nice-blog.png b/static/capture/abhaynikam-gatsby-nice-blog.png index 0fbc944b4..becf95ad6 100644 Binary files a/static/capture/abhaynikam-gatsby-nice-blog.png and b/static/capture/abhaynikam-gatsby-nice-blog.png differ diff --git a/static/capture/abhinavs-cookie.png b/static/capture/abhinavs-cookie.png index fe66fc6cc..96029ca06 100644 Binary files a/static/capture/abhinavs-cookie.png and b/static/capture/abhinavs-cookie.png differ diff --git a/static/capture/abhinavs-moonwalk.png b/static/capture/abhinavs-moonwalk.png index 99a6b7b5a..655c3cdf4 100644 Binary files a/static/capture/abhinavs-moonwalk.png and b/static/capture/abhinavs-moonwalk.png differ diff --git a/static/capture/abhn-soot-spirits.png b/static/capture/abhn-soot-spirits.png index c0a155898..fd2551478 100644 Binary files a/static/capture/abhn-soot-spirits.png and b/static/capture/abhn-soot-spirits.png differ diff --git a/static/capture/abhn-wall-e.png b/static/capture/abhn-wall-e.png index f96b2c9b7..6409dd554 100644 Binary files a/static/capture/abhn-wall-e.png and b/static/capture/abhn-wall-e.png differ diff --git a/static/capture/achariam-elyxel.png b/static/capture/achariam-elyxel.png deleted file mode 100644 index f034dcd0d..000000000 Binary files a/static/capture/achariam-elyxel.png and /dev/null differ diff --git a/static/capture/achary-engimo.png b/static/capture/achary-engimo.png index bcc3b8db0..74bff9b1b 100644 Binary files a/static/capture/achary-engimo.png and b/static/capture/achary-engimo.png differ diff --git a/static/capture/act-labs-gatsby-starter-act-blog.png b/static/capture/act-labs-gatsby-starter-act-blog.png index c7e79a295..be61e7aa1 100644 Binary files a/static/capture/act-labs-gatsby-starter-act-blog.png and b/static/capture/act-labs-gatsby-starter-act-blog.png differ diff --git a/static/capture/adisaktijrs-hexo-theme-minima.png b/static/capture/adisaktijrs-hexo-theme-minima.png index 6167cb6be..18e3810fc 100644 Binary files a/static/capture/adisaktijrs-hexo-theme-minima.png and b/static/capture/adisaktijrs-hexo-theme-minima.png differ diff --git a/static/capture/adityatelange-hugo-papermod.png b/static/capture/adityatelange-hugo-papermod.png index 43bcb43eb..d08066661 100644 Binary files a/static/capture/adityatelange-hugo-papermod.png and b/static/capture/adityatelange-hugo-papermod.png differ diff --git a/static/capture/adueck-cayman-blog.png b/static/capture/adueck-cayman-blog.png index 7899ae7ed..232366db1 100644 Binary files a/static/capture/adueck-cayman-blog.png and b/static/capture/adueck-cayman-blog.png differ diff --git a/static/capture/adueck-good-clean-read.png b/static/capture/adueck-good-clean-read.png index 0617c5e3d..a28c0c18e 100644 Binary files a/static/capture/adueck-good-clean-read.png and b/static/capture/adueck-good-clean-read.png differ diff --git a/static/capture/aerohub-hugo-faq-theme.png b/static/capture/aerohub-hugo-faq-theme.png deleted file mode 100644 index 60f7c5b43..000000000 Binary files a/static/capture/aerohub-hugo-faq-theme.png and /dev/null differ diff --git a/static/capture/aerohub-hugo-identity-theme.png b/static/capture/aerohub-hugo-identity-theme.png deleted file mode 100644 index 874e93124..000000000 Binary files a/static/capture/aerohub-hugo-identity-theme.png and /dev/null differ diff --git a/static/capture/aerohub-hugo-orbit-theme.png b/static/capture/aerohub-hugo-orbit-theme.png deleted file mode 100644 index 611ed3675..000000000 Binary files a/static/capture/aerohub-hugo-orbit-theme.png and /dev/null differ diff --git a/static/capture/aerohub-hugrid.png b/static/capture/aerohub-hugrid.png deleted file mode 100644 index 6109b47f6..000000000 Binary files a/static/capture/aerohub-hugrid.png and /dev/null differ diff --git a/static/capture/agility-agility-gatsby-starter.png b/static/capture/agility-agility-gatsby-starter.png index 594a4a686..edad1783e 100644 Binary files a/static/capture/agility-agility-gatsby-starter.png and b/static/capture/agility-agility-gatsby-starter.png differ diff --git a/static/capture/agusmakmun-agusmakmun.github.io.png b/static/capture/agusmakmun-agusmakmun.github.io.png index 3d5ae7474..20ff86b7e 100644 Binary files a/static/capture/agusmakmun-agusmakmun.github.io.png and b/static/capture/agusmakmun-agusmakmun.github.io.png differ diff --git a/static/capture/aigarsdz-brume.png b/static/capture/aigarsdz-brume.png index d27092823..6ceb4d204 100644 Binary files a/static/capture/aigarsdz-brume.png and b/static/capture/aigarsdz-brume.png differ diff --git a/static/capture/airrayagroupwebdesign-sciblog.png b/static/capture/airrayagroupwebdesign-sciblog.png deleted file mode 100644 index cd9a868fa..000000000 Binary files a/static/capture/airrayagroupwebdesign-sciblog.png and /dev/null differ diff --git a/static/capture/ajayns-gatsby-absurd.png b/static/capture/ajayns-gatsby-absurd.png index 142c52b01..e46a0818b 100644 Binary files a/static/capture/ajayns-gatsby-absurd.png and b/static/capture/ajayns-gatsby-absurd.png differ diff --git a/static/capture/akiritsu-project-negya.png b/static/capture/akiritsu-project-negya.png index c5d793208..ed1b4883b 100644 Binary files a/static/capture/akiritsu-project-negya.png and b/static/capture/akiritsu-project-negya.png differ diff --git a/static/capture/aksakalli-jekyll-doc-theme.png b/static/capture/aksakalli-jekyll-doc-theme.png index c76ed3d5d..4ecab9d08 100644 Binary files a/static/capture/aksakalli-jekyll-doc-theme.png and b/static/capture/aksakalli-jekyll-doc-theme.png differ diff --git a/static/capture/akshayagarwal007-jekyll-mono.png b/static/capture/akshayagarwal007-jekyll-mono.png deleted file mode 100644 index 6f5c8242f..000000000 Binary files a/static/capture/akshayagarwal007-jekyll-mono.png and /dev/null differ diff --git a/static/capture/akzhy-gatsby-starter-elemental.png b/static/capture/akzhy-gatsby-starter-elemental.png index 18ed2e9fc..2bdf04fff 100644 Binary files a/static/capture/akzhy-gatsby-starter-elemental.png and b/static/capture/akzhy-gatsby-starter-elemental.png differ diff --git a/static/capture/alainpham-alainpham.github.io.png b/static/capture/alainpham-alainpham.github.io.png index 20a1e0919..9d252d37d 100644 Binary files a/static/capture/alainpham-alainpham.github.io.png and b/static/capture/alainpham-alainpham.github.io.png differ diff --git a/static/capture/alanorth-hugo-theme-bootstrap4-blog.png b/static/capture/alanorth-hugo-theme-bootstrap4-blog.png index d327b7ce7..498fe0205 100644 Binary files a/static/capture/alanorth-hugo-theme-bootstrap4-blog.png and b/static/capture/alanorth-hugo-theme-bootstrap4-blog.png differ diff --git a/static/capture/alanta-memoirs-theme.png b/static/capture/alanta-memoirs-theme.png index 312955ba3..1ebb3a51b 100644 Binary files a/static/capture/alanta-memoirs-theme.png and b/static/capture/alanta-memoirs-theme.png differ diff --git a/static/capture/alex-shpak-hugo-book.png b/static/capture/alex-shpak-hugo-book.png index abd1e2514..08db63b1a 100644 Binary files a/static/capture/alex-shpak-hugo-book.png and b/static/capture/alex-shpak-hugo-book.png differ diff --git a/static/capture/alexander-heimbuch-vuepress-theme-casper.png b/static/capture/alexander-heimbuch-vuepress-theme-casper.png index 35316d250..9313f18c2 100644 Binary files a/static/capture/alexander-heimbuch-vuepress-theme-casper.png and b/static/capture/alexander-heimbuch-vuepress-theme-casper.png differ diff --git a/static/capture/alexanderussell-progress-for-jekyll.png b/static/capture/alexanderussell-progress-for-jekyll.png index c14d28dd2..25576089c 100644 Binary files a/static/capture/alexanderussell-progress-for-jekyll.png and b/static/capture/alexanderussell-progress-for-jekyll.png differ diff --git a/static/capture/alexcarpenter-butane-jekyll-theme.png b/static/capture/alexcarpenter-butane-jekyll-theme.png index 37d1f28ff..1d21eb800 100644 Binary files a/static/capture/alexcarpenter-butane-jekyll-theme.png and b/static/capture/alexcarpenter-butane-jekyll-theme.png differ diff --git a/static/capture/alexcarpenter-library-jekyll-theme.png b/static/capture/alexcarpenter-library-jekyll-theme.png deleted file mode 100644 index 8ce280785..000000000 Binary files a/static/capture/alexcarpenter-library-jekyll-theme.png and /dev/null differ diff --git a/static/capture/alexcarpenter-material-jekyll-theme.png b/static/capture/alexcarpenter-material-jekyll-theme.png deleted file mode 100644 index 8ce280785..000000000 Binary files a/static/capture/alexcarpenter-material-jekyll-theme.png and /dev/null differ diff --git a/static/capture/alexfinn-simple-a.png b/static/capture/alexfinn-simple-a.png index 8b1b353e6..15f57774d 100644 Binary files a/static/capture/alexfinn-simple-a.png and b/static/capture/alexfinn-simple-a.png differ diff --git a/static/capture/aliifam-jdox.png b/static/capture/aliifam-jdox.png new file mode 100644 index 000000000..d82064c10 Binary files /dev/null and b/static/capture/aliifam-jdox.png differ diff --git a/static/capture/alixedi-typewriter.png b/static/capture/alixedi-typewriter.png index e96bf0109..8a713bff5 100644 Binary files a/static/capture/alixedi-typewriter.png and b/static/capture/alixedi-typewriter.png differ diff --git a/static/capture/allnightgrocery-hugo-theme-blueberry-detox.png b/static/capture/allnightgrocery-hugo-theme-blueberry-detox.png deleted file mode 100644 index 625ce4bed..000000000 Binary files a/static/capture/allnightgrocery-hugo-theme-blueberry-detox.png and /dev/null differ diff --git a/static/capture/alperenbozkurt-jblog.png b/static/capture/alperenbozkurt-jblog.png index 6ce864216..f5eca5d0f 100644 Binary files a/static/capture/alperenbozkurt-jblog.png and b/static/capture/alperenbozkurt-jblog.png differ diff --git a/static/capture/altcointrading-trading.png b/static/capture/altcointrading-trading.png index 312acc64d..951e29cbc 100644 Binary files a/static/capture/altcointrading-trading.png and b/static/capture/altcointrading-trading.png differ diff --git a/static/capture/alxshelepenok-gatsby-starter-lumen.png b/static/capture/alxshelepenok-gatsby-starter-lumen.png index 4642d50cf..af73fa7b7 100644 Binary files a/static/capture/alxshelepenok-gatsby-starter-lumen.png and b/static/capture/alxshelepenok-gatsby-starter-lumen.png differ diff --git a/static/capture/alynxzhou-hexo-theme-aria.png b/static/capture/alynxzhou-hexo-theme-aria.png index f58c62adb..dbc1e557d 100644 Binary files a/static/capture/alynxzhou-hexo-theme-aria.png and b/static/capture/alynxzhou-hexo-theme-aria.png differ diff --git a/static/capture/amandeepmittal-gatsby-bulma-quickstart.png b/static/capture/amandeepmittal-gatsby-bulma-quickstart.png index 7994bc825..0265d2974 100644 Binary files a/static/capture/amandeepmittal-gatsby-bulma-quickstart.png and b/static/capture/amandeepmittal-gatsby-bulma-quickstart.png differ diff --git a/static/capture/ammarjabakji-gatsby-markdown-blog-starter.png b/static/capture/ammarjabakji-gatsby-markdown-blog-starter.png index 357bc12ad..c0376e0d2 100644 Binary files a/static/capture/ammarjabakji-gatsby-markdown-blog-starter.png and b/static/capture/ammarjabakji-gatsby-markdown-blog-starter.png differ diff --git a/static/capture/anandubajith-block-log.png b/static/capture/anandubajith-block-log.png deleted file mode 100644 index 03a640422..000000000 Binary files a/static/capture/anandubajith-block-log.png and /dev/null differ diff --git a/static/capture/andrewbanchich-forty-jekyll-theme.png b/static/capture/andrewbanchich-forty-jekyll-theme.png index c304d7e1a..bd732164a 100644 Binary files a/static/capture/andrewbanchich-forty-jekyll-theme.png and b/static/capture/andrewbanchich-forty-jekyll-theme.png differ diff --git a/static/capture/andrewhwanpark-brutalist-blog.png b/static/capture/andrewhwanpark-brutalist-blog.png new file mode 100644 index 000000000..709e33f3e Binary files /dev/null and b/static/capture/andrewhwanpark-brutalist-blog.png differ diff --git a/static/capture/andrewhwanpark-dark-poole.png b/static/capture/andrewhwanpark-dark-poole.png index 76c571c99..70972a784 100644 Binary files a/static/capture/andrewhwanpark-dark-poole.png and b/static/capture/andrewhwanpark-dark-poole.png differ diff --git a/static/capture/andybelldesign-hylia.png b/static/capture/andybelldesign-hylia.png index 0e09b30a9..62eddae5f 100644 Binary files a/static/capture/andybelldesign-hylia.png and b/static/capture/andybelldesign-hylia.png differ diff --git a/static/capture/andykenward-gatsby-starter-default-typescript.png b/static/capture/andykenward-gatsby-starter-default-typescript.png index 59a5b52c8..c6feee020 100644 Binary files a/static/capture/andykenward-gatsby-starter-default-typescript.png and b/static/capture/andykenward-gatsby-starter-default-typescript.png differ diff --git a/static/capture/angelostavrow-indigo.png b/static/capture/angelostavrow-indigo.png deleted file mode 100644 index 5b7f01f93..000000000 Binary files a/static/capture/angelostavrow-indigo.png and /dev/null differ diff --git a/static/capture/ankit-kumar-jat-limp-dark.png b/static/capture/ankit-kumar-jat-limp-dark.png deleted file mode 100644 index 343a13bda..000000000 Binary files a/static/capture/ankit-kumar-jat-limp-dark.png and /dev/null differ diff --git a/static/capture/ankitsultana-accent.png b/static/capture/ankitsultana-accent.png index 05e9137ea..dcf924e84 100644 Binary files a/static/capture/ankitsultana-accent.png and b/static/capture/ankitsultana-accent.png differ diff --git a/static/capture/ankitsultana-chaplin.png b/static/capture/ankitsultana-chaplin.png index e642c6a8d..fd5062b32 100644 Binary files a/static/capture/ankitsultana-chaplin.png and b/static/capture/ankitsultana-chaplin.png differ diff --git a/static/capture/ankitsultana-researcher.png b/static/capture/ankitsultana-researcher.png index eabbb9dba..b0e47f630 100644 Binary files a/static/capture/ankitsultana-researcher.png and b/static/capture/ankitsultana-researcher.png differ diff --git a/static/capture/anna-morawska-gatsby-material-design-for-bootstrap.png b/static/capture/anna-morawska-gatsby-material-design-for-bootstrap.png index 5a264abe0..a22a8f9f2 100644 Binary files a/static/capture/anna-morawska-gatsby-material-design-for-bootstrap.png and b/static/capture/anna-morawska-gatsby-material-design-for-bootstrap.png differ diff --git a/static/capture/anoun-gatsby-starter-material-business-markdown.png b/static/capture/anoun-gatsby-starter-material-business-markdown.png index 05d6e7f5d..a0d919b79 100644 Binary files a/static/capture/anoun-gatsby-starter-material-business-markdown.png and b/static/capture/anoun-gatsby-starter-material-business-markdown.png differ diff --git a/static/capture/antonpolishko-hugo-stellar-theme.png b/static/capture/antonpolishko-hugo-stellar-theme.png deleted file mode 100644 index c674a382c..000000000 Binary files a/static/capture/antonpolishko-hugo-stellar-theme.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-aerial.png b/static/capture/anubhavsrivastava-gatsby-starter-aerial.png index 4628e1896..f9b606d10 100644 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-aerial.png and b/static/capture/anubhavsrivastava-gatsby-starter-aerial.png differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-casual.png b/static/capture/anubhavsrivastava-gatsby-starter-casual.png index 9d8e2d4b1..46a1f7a57 100644 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-casual.png and b/static/capture/anubhavsrivastava-gatsby-starter-casual.png differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-directive.png b/static/capture/anubhavsrivastava-gatsby-starter-directive.png index 222b6813d..1f981d87f 100644 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-directive.png and b/static/capture/anubhavsrivastava-gatsby-starter-directive.png differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-eventually.png b/static/capture/anubhavsrivastava-gatsby-starter-eventually.png index c6746fbae..c49fd730d 100644 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-eventually.png and b/static/capture/anubhavsrivastava-gatsby-starter-eventually.png differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-fractal.png b/static/capture/anubhavsrivastava-gatsby-starter-fractal.png index 1598432c0..f0beace66 100644 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-fractal.png and b/static/capture/anubhavsrivastava-gatsby-starter-fractal.png differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-grayscale.png b/static/capture/anubhavsrivastava-gatsby-starter-grayscale.png index 09da2fd79..6991fa7f5 100644 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-grayscale.png and b/static/capture/anubhavsrivastava-gatsby-starter-grayscale.png differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-highlights.png b/static/capture/anubhavsrivastava-gatsby-starter-highlights.png index d14c5a6c5..e7935677d 100644 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-highlights.png and b/static/capture/anubhavsrivastava-gatsby-starter-highlights.png differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-hyperspace.png b/static/capture/anubhavsrivastava-gatsby-starter-hyperspace.png index 5cbc19b09..8eec8b0d3 100644 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-hyperspace.png and b/static/capture/anubhavsrivastava-gatsby-starter-hyperspace.png differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-identity.png b/static/capture/anubhavsrivastava-gatsby-starter-identity.png index 104475d87..5ca39b65e 100644 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-identity.png and b/static/capture/anubhavsrivastava-gatsby-starter-identity.png differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-multiverse.png b/static/capture/anubhavsrivastava-gatsby-starter-multiverse.png index 4fb7804e4..7af8276e8 100644 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-multiverse.png and b/static/capture/anubhavsrivastava-gatsby-starter-multiverse.png differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-newage.png b/static/capture/anubhavsrivastava-gatsby-starter-newage.png index 34771f0ac..d0b75dae1 100644 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-newage.png and b/static/capture/anubhavsrivastava-gatsby-starter-newage.png differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-overflow.png b/static/capture/anubhavsrivastava-gatsby-starter-overflow.png index a27af5be4..d74678e0d 100644 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-overflow.png and b/static/capture/anubhavsrivastava-gatsby-starter-overflow.png differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-paradigmshift.png b/static/capture/anubhavsrivastava-gatsby-starter-paradigmshift.png index 8950d2191..228375027 100644 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-paradigmshift.png and b/static/capture/anubhavsrivastava-gatsby-starter-paradigmshift.png differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-prologue.png b/static/capture/anubhavsrivastava-gatsby-starter-prologue.png index 5232d1bdf..108f250f4 100644 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-prologue.png and b/static/capture/anubhavsrivastava-gatsby-starter-prologue.png differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-readonly.png b/static/capture/anubhavsrivastava-gatsby-starter-readonly.png index ae12354e2..86fdcd1a2 100644 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-readonly.png and b/static/capture/anubhavsrivastava-gatsby-starter-readonly.png differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-resume.png b/static/capture/anubhavsrivastava-gatsby-starter-resume.png index 622a7ecd9..eb79180bd 100644 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-resume.png and b/static/capture/anubhavsrivastava-gatsby-starter-resume.png differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-solidstate.png b/static/capture/anubhavsrivastava-gatsby-starter-solidstate.png index 85d12abcf..9ab682688 100644 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-solidstate.png and b/static/capture/anubhavsrivastava-gatsby-starter-solidstate.png differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-spectral.png b/static/capture/anubhavsrivastava-gatsby-starter-spectral.png index 2a6ba191f..64818e8db 100644 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-spectral.png and b/static/capture/anubhavsrivastava-gatsby-starter-spectral.png differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-stylish.png b/static/capture/anubhavsrivastava-gatsby-starter-stylish.png index cf34055ba..c3cdbbc1a 100644 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-stylish.png and b/static/capture/anubhavsrivastava-gatsby-starter-stylish.png differ diff --git a/static/capture/app-generator-eleventy-soft-ui-design.png b/static/capture/app-generator-eleventy-soft-ui-design.png new file mode 100644 index 000000000..bff562210 Binary files /dev/null and b/static/capture/app-generator-eleventy-soft-ui-design.png differ diff --git a/static/capture/app-generator-gatsbyjs-starter-tailwindplay.png b/static/capture/app-generator-gatsbyjs-starter-tailwindplay.png index 7f1a02bc3..6c5e57fb5 100644 Binary files a/static/capture/app-generator-gatsbyjs-starter-tailwindplay.png and b/static/capture/app-generator-gatsbyjs-starter-tailwindplay.png differ diff --git a/static/capture/appernetic-hugo-nederburg-theme.png b/static/capture/appernetic-hugo-nederburg-theme.png deleted file mode 100644 index aee6e8d7e..000000000 Binary files a/static/capture/appernetic-hugo-nederburg-theme.png and /dev/null differ diff --git a/static/capture/apvarun-blist-hugo-theme.png b/static/capture/apvarun-blist-hugo-theme.png new file mode 100644 index 000000000..e70afabbe Binary files /dev/null and b/static/capture/apvarun-blist-hugo-theme.png differ diff --git a/static/capture/apvarun-digital-garden-hugo-theme.png b/static/capture/apvarun-digital-garden-hugo-theme.png new file mode 100644 index 000000000..9ee346c7a Binary files /dev/null and b/static/capture/apvarun-digital-garden-hugo-theme.png differ diff --git a/static/capture/apvarun-productlog-nextjs-theme.png b/static/capture/apvarun-productlog-nextjs-theme.png new file mode 100644 index 000000000..b0a760a14 Binary files /dev/null and b/static/capture/apvarun-productlog-nextjs-theme.png differ diff --git a/static/capture/apvarun-showfolio-hugo-theme.png b/static/capture/apvarun-showfolio-hugo-theme.png index ec246c0c7..2b55c352b 100644 Binary files a/static/capture/apvarun-showfolio-hugo-theme.png and b/static/capture/apvarun-showfolio-hugo-theme.png differ diff --git a/static/capture/ar363-eleventy-stylus-blog-theme.png b/static/capture/ar363-eleventy-stylus-blog-theme.png index 4a9723d2f..7a4e26e29 100644 Binary files a/static/capture/ar363-eleventy-stylus-blog-theme.png and b/static/capture/ar363-eleventy-stylus-blog-theme.png differ diff --git a/static/capture/arhen-hugo-cereus-pro-theme.png b/static/capture/arhen-hugo-cereus-pro-theme.png index b56ce07a3..bf25fc502 100644 Binary files a/static/capture/arhen-hugo-cereus-pro-theme.png and b/static/capture/arhen-hugo-cereus-pro-theme.png differ diff --git a/static/capture/arjayosma-nextacular.png b/static/capture/arjayosma-nextacular.png new file mode 100644 index 000000000..94112d338 Binary files /dev/null and b/static/capture/arjayosma-nextacular.png differ diff --git a/static/capture/arkadianriver-spectral.png b/static/capture/arkadianriver-spectral.png index 1e71769e3..1a65e04bf 100644 Binary files a/static/capture/arkadianriver-spectral.png and b/static/capture/arkadianriver-spectral.png differ diff --git a/static/capture/aron-bordin-neo-hpstr-jekyll-theme.png b/static/capture/aron-bordin-neo-hpstr-jekyll-theme.png index 38f7af9ec..204695c84 100644 Binary files a/static/capture/aron-bordin-neo-hpstr-jekyll-theme.png and b/static/capture/aron-bordin-neo-hpstr-jekyll-theme.png differ diff --git a/static/capture/arpitbatra123-eleventy-blog-mnml.png b/static/capture/arpitbatra123-eleventy-blog-mnml.png index ac469b696..8ba1108eb 100644 Binary files a/static/capture/arpitbatra123-eleventy-blog-mnml.png and b/static/capture/arpitbatra123-eleventy-blog-mnml.png differ diff --git a/static/capture/artemsheludko-adam-blog.png b/static/capture/artemsheludko-adam-blog.png index 24a558422..82badada8 100644 Binary files a/static/capture/artemsheludko-adam-blog.png and b/static/capture/artemsheludko-adam-blog.png differ diff --git a/static/capture/artemsheludko-bef.png b/static/capture/artemsheludko-bef.png index 19337b38e..fd64e6402 100644 Binary files a/static/capture/artemsheludko-bef.png and b/static/capture/artemsheludko-bef.png differ diff --git a/static/capture/artemsheludko-flexible-jekyll.png b/static/capture/artemsheludko-flexible-jekyll.png deleted file mode 100644 index b2d0fa1ff..000000000 Binary files a/static/capture/artemsheludko-flexible-jekyll.png and /dev/null differ diff --git a/static/capture/artemsheludko-fresh.png b/static/capture/artemsheludko-fresh.png deleted file mode 100644 index f82f1435a..000000000 Binary files a/static/capture/artemsheludko-fresh.png and /dev/null differ diff --git a/static/capture/artemsheludko-monday.png b/static/capture/artemsheludko-monday.png index 8fab6ce35..d6ab5e2ac 100644 Binary files a/static/capture/artemsheludko-monday.png and b/static/capture/artemsheludko-monday.png differ diff --git a/static/capture/artemsheludko-mr-brown.png b/static/capture/artemsheludko-mr-brown.png index 8fab6ce35..d6ab5e2ac 100644 Binary files a/static/capture/artemsheludko-mr-brown.png and b/static/capture/artemsheludko-mr-brown.png differ diff --git a/static/capture/arulrajnet-attila.png b/static/capture/arulrajnet-attila.png deleted file mode 100644 index 5aaf4af42..000000000 Binary files a/static/capture/arulrajnet-attila.png and /dev/null differ diff --git a/static/capture/ashr81-gatsby-theme-profile-builder.png b/static/capture/ashr81-gatsby-theme-profile-builder.png index 250c9dc7f..e5569f7b8 100644 Binary files a/static/capture/ashr81-gatsby-theme-profile-builder.png and b/static/capture/ashr81-gatsby-theme-profile-builder.png differ diff --git a/static/capture/aslammultidots-blogger.png b/static/capture/aslammultidots-blogger.png index c709d8f9f..13fa29970 100644 Binary files a/static/capture/aslammultidots-blogger.png and b/static/capture/aslammultidots-blogger.png differ diff --git a/static/capture/aspirethemes-type.png b/static/capture/aspirethemes-type.png index 392db0b3e..8dc5a5b32 100644 Binary files a/static/capture/aspirethemes-type.png and b/static/capture/aspirethemes-type.png differ diff --git a/static/capture/avianto-hugo-kiera.png b/static/capture/avianto-hugo-kiera.png deleted file mode 100644 index 01da08213..000000000 Binary files a/static/capture/avianto-hugo-kiera.png and /dev/null differ diff --git a/static/capture/avivero-gatsby-redux-starter.png b/static/capture/avivero-gatsby-redux-starter.png index 4220cfd16..5a2ef1839 100644 Binary files a/static/capture/avivero-gatsby-redux-starter.png and b/static/capture/avivero-gatsby-redux-starter.png differ diff --git a/static/capture/aweekj-kiko-plus.png b/static/capture/aweekj-kiko-plus.png index ffaeea8f1..3524fe711 100644 Binary files a/static/capture/aweekj-kiko-plus.png and b/static/capture/aweekj-kiko-plus.png differ diff --git a/static/capture/azmelanar-hugo-theme-pixyll.png b/static/capture/azmelanar-hugo-theme-pixyll.png deleted file mode 100644 index f9c216603..000000000 Binary files a/static/capture/azmelanar-hugo-theme-pixyll.png and /dev/null differ diff --git a/static/capture/bagseye-bonneville.png b/static/capture/bagseye-bonneville.png index 5429901fa..985b358c8 100644 Binary files a/static/capture/bagseye-bonneville.png and b/static/capture/bagseye-bonneville.png differ diff --git a/static/capture/bake-solar-theme-hugo.png b/static/capture/bake-solar-theme-hugo.png deleted file mode 100644 index 91e53c526..000000000 Binary files a/static/capture/bake-solar-theme-hugo.png and /dev/null differ diff --git a/static/capture/balaramadurai-hugo-travelify-theme.png b/static/capture/balaramadurai-hugo-travelify-theme.png deleted file mode 100644 index 2e34bc2e5..000000000 Binary files a/static/capture/balaramadurai-hugo-travelify-theme.png and /dev/null differ diff --git a/static/capture/baobabkoodaa-blog.png b/static/capture/baobabkoodaa-blog.png index a8974c36a..60c71dd24 100644 Binary files a/static/capture/baobabkoodaa-blog.png and b/static/capture/baobabkoodaa-blog.png differ diff --git a/static/capture/baobabkoodaa-gatsby-starter-infinite-scroll.png b/static/capture/baobabkoodaa-gatsby-starter-infinite-scroll.png index bc3156c85..7c8dadc3c 100644 Binary files a/static/capture/baobabkoodaa-gatsby-starter-infinite-scroll.png and b/static/capture/baobabkoodaa-gatsby-starter-infinite-scroll.png differ diff --git a/static/capture/baobabkoodaa-gatsby-starter-photo-book.png b/static/capture/baobabkoodaa-gatsby-starter-photo-book.png index 1e7e2a7db..4d49721d9 100644 Binary files a/static/capture/baobabkoodaa-gatsby-starter-photo-book.png and b/static/capture/baobabkoodaa-gatsby-starter-photo-book.png differ diff --git a/static/capture/barryclark-jekyll-now.png b/static/capture/barryclark-jekyll-now.png index 5d6f317d7..b3a8074e2 100644 Binary files a/static/capture/barryclark-jekyll-now.png and b/static/capture/barryclark-jekyll-now.png differ diff --git a/static/capture/bawn92-sleek_blog.png b/static/capture/bawn92-sleek_blog.png index 0991b3ebd..3980b5832 100644 Binary files a/static/capture/bawn92-sleek_blog.png and b/static/capture/bawn92-sleek_blog.png differ diff --git a/static/capture/bdhu-minimalist.png b/static/capture/bdhu-minimalist.png new file mode 100644 index 000000000..df9d7cb4c Binary files /dev/null and b/static/capture/bdhu-minimalist.png differ diff --git a/static/capture/bdougie-casper-cms-template.png b/static/capture/bdougie-casper-cms-template.png index ca6cbe3b6..ec7043f58 100644 Binary files a/static/capture/bdougie-casper-cms-template.png and b/static/capture/bdougie-casper-cms-template.png differ diff --git a/static/capture/bdougie-hyde-cms-theme.png b/static/capture/bdougie-hyde-cms-theme.png index 1c77565c4..f937cd7b1 100644 Binary files a/static/capture/bdougie-hyde-cms-theme.png and b/static/capture/bdougie-hyde-cms-theme.png differ diff --git a/static/capture/ben-siewert-gatsby-starter-auth-aws-amplify.png b/static/capture/ben-siewert-gatsby-starter-auth-aws-amplify.png index c7a742517..52195ee95 100644 Binary files a/static/capture/ben-siewert-gatsby-starter-auth-aws-amplify.png and b/static/capture/ben-siewert-gatsby-starter-auth-aws-amplify.png differ diff --git a/static/capture/bencentra-centrarium.png b/static/capture/bencentra-centrarium.png deleted file mode 100644 index 1e4f4c226..000000000 Binary files a/static/capture/bencentra-centrarium.png and /dev/null differ diff --git a/static/capture/benjamin-glitsos-gatsby-kea-starter.png b/static/capture/benjamin-glitsos-gatsby-kea-starter.png deleted file mode 100644 index e876f0e62..000000000 Binary files a/static/capture/benjamin-glitsos-gatsby-kea-starter.png and /dev/null differ diff --git a/static/capture/benjamingrobertson-gatsby-starter-accessibility.png b/static/capture/benjamingrobertson-gatsby-starter-accessibility.png index 9ca19e3aa..6b81a2a8b 100644 Binary files a/static/capture/benjamingrobertson-gatsby-starter-accessibility.png and b/static/capture/benjamingrobertson-gatsby-starter-accessibility.png differ diff --git a/static/capture/benradford-slate-and-simple-jekyll-theme.png b/static/capture/benradford-slate-and-simple-jekyll-theme.png index ae1e70ed4..2605be614 100644 Binary files a/static/capture/benradford-slate-and-simple-jekyll-theme.png and b/static/capture/benradford-slate-and-simple-jekyll-theme.png differ diff --git a/static/capture/bep-docuapi.png b/static/capture/bep-docuapi.png index f39fbfccc..39b51b5b4 100644 Binary files a/static/capture/bep-docuapi.png and b/static/capture/bep-docuapi.png differ diff --git a/static/capture/bigcommerce-gatsby-bigcommerce-netlify-cms-starter.png b/static/capture/bigcommerce-gatsby-bigcommerce-netlify-cms-starter.png index 7a8183fad..4ecc672d1 100644 Binary files a/static/capture/bigcommerce-gatsby-bigcommerce-netlify-cms-starter.png and b/static/capture/bigcommerce-gatsby-bigcommerce-netlify-cms-starter.png differ diff --git a/static/capture/bijenkorf-james-wakefield-gatsby-firebase-hosting-starter.png b/static/capture/bijenkorf-james-wakefield-gatsby-firebase-hosting-starter.png index 81a2b39b5..948c965bf 100644 Binary files a/static/capture/bijenkorf-james-wakefield-gatsby-firebase-hosting-starter.png and b/static/capture/bijenkorf-james-wakefield-gatsby-firebase-hosting-starter.png differ diff --git a/static/capture/billyfish152-renge.png b/static/capture/billyfish152-renge.png deleted file mode 100644 index 745244658..000000000 Binary files a/static/capture/billyfish152-renge.png and /dev/null differ diff --git a/static/capture/billyjacoby-gatsby-react-bootstrap-starter.png b/static/capture/billyjacoby-gatsby-react-bootstrap-starter.png index 3c24e0455..bf641c08c 100644 Binary files a/static/capture/billyjacoby-gatsby-react-bootstrap-starter.png and b/static/capture/billyjacoby-gatsby-react-bootstrap-starter.png differ diff --git a/static/capture/biomadeira-jasper.png b/static/capture/biomadeira-jasper.png deleted file mode 100644 index ae06ae0dd..000000000 Binary files a/static/capture/biomadeira-jasper.png and /dev/null differ diff --git a/static/capture/biomadeira-sustain.png b/static/capture/biomadeira-sustain.png deleted file mode 100644 index c166a7d7f..000000000 Binary files a/static/capture/biomadeira-sustain.png and /dev/null differ diff --git a/static/capture/biomadeira-vitae.png b/static/capture/biomadeira-vitae.png deleted file mode 100644 index aaf9ee849..000000000 Binary files a/static/capture/biomadeira-vitae.png and /dev/null differ diff --git a/static/capture/bit-ranger-blog.png b/static/capture/bit-ranger-blog.png index 11e882de4..ed6ea6e3a 100644 Binary files a/static/capture/bit-ranger-blog.png and b/static/capture/bit-ranger-blog.png differ diff --git a/static/capture/bjacquemet-personal-web.png b/static/capture/bjacquemet-personal-web.png deleted file mode 100644 index 2434efcf4..000000000 Binary files a/static/capture/bjacquemet-personal-web.png and /dev/null differ diff --git a/static/capture/blackrockdigital-startbootstrap-clean-blog-jekyll.png b/static/capture/blackrockdigital-startbootstrap-clean-blog-jekyll.png deleted file mode 100644 index bdb51602b..000000000 Binary files a/static/capture/blackrockdigital-startbootstrap-clean-blog-jekyll.png and /dev/null differ diff --git a/static/capture/blakenoll-gatsby-starter-styled-components.png b/static/capture/blakenoll-gatsby-starter-styled-components.png index 0fd831cae..7ab85578d 100644 Binary files a/static/capture/blakenoll-gatsby-starter-styled-components.png and b/static/capture/blakenoll-gatsby-starter-styled-components.png differ diff --git a/static/capture/blankoworld-hugo_theme_adam_eve.png b/static/capture/blankoworld-hugo_theme_adam_eve.png deleted file mode 100644 index 128ca089c..000000000 Binary files a/static/capture/blankoworld-hugo_theme_adam_eve.png and /dev/null differ diff --git a/static/capture/blazity-next-saas-starter.png b/static/capture/blazity-next-saas-starter.png new file mode 100644 index 000000000..de51cf9ee Binary files /dev/null and b/static/capture/blazity-next-saas-starter.png differ diff --git a/static/capture/blleng-hexo-theme-lx.png b/static/capture/blleng-hexo-theme-lx.png index b90d1301f..2aaad75fd 100644 Binary files a/static/capture/blleng-hexo-theme-lx.png and b/static/capture/blleng-hexo-theme-lx.png differ diff --git a/static/capture/bluepeter-gatsby-material-ui-business-starter.png b/static/capture/bluepeter-gatsby-material-ui-business-starter.png index 2a5e1e1c8..3e09cd02a 100644 Binary files a/static/capture/bluepeter-gatsby-material-ui-business-starter.png and b/static/capture/bluepeter-gatsby-material-ui-business-starter.png differ diff --git a/static/capture/borekb-gatsby-starter-mobx.png b/static/capture/borekb-gatsby-starter-mobx.png index a4362899b..160902f91 100644 Binary files a/static/capture/borekb-gatsby-starter-mobx.png and b/static/capture/borekb-gatsby-starter-mobx.png differ diff --git a/static/capture/boywithsilverwings-gatsby-blog-starter.png b/static/capture/boywithsilverwings-gatsby-blog-starter.png index 992ace3f9..4a75c542c 100644 Binary files a/static/capture/boywithsilverwings-gatsby-blog-starter.png and b/static/capture/boywithsilverwings-gatsby-blog-starter.png differ diff --git a/static/capture/boywithsilverwings-gatsby-careers-page.png b/static/capture/boywithsilverwings-gatsby-careers-page.png index 178825fa6..42130a0cf 100644 Binary files a/static/capture/boywithsilverwings-gatsby-careers-page.png and b/static/capture/boywithsilverwings-gatsby-careers-page.png differ diff --git a/static/capture/bradykondek-streamer.png b/static/capture/bradykondek-streamer.png index 50f56cf8c..a3effcaac 100644 Binary files a/static/capture/bradykondek-streamer.png and b/static/capture/bradykondek-streamer.png differ diff --git a/static/capture/brennanbrown-enjoyment-work.png b/static/capture/brennanbrown-enjoyment-work.png index 97ca4521f..5824f4e71 100644 Binary files a/static/capture/brennanbrown-enjoyment-work.png and b/static/capture/brennanbrown-enjoyment-work.png differ diff --git a/static/capture/brennanbrown-purelog.png b/static/capture/brennanbrown-purelog.png index 2c2cc96ff..5bef5e90d 100644 Binary files a/static/capture/brennanbrown-purelog.png and b/static/capture/brennanbrown-purelog.png differ diff --git a/static/capture/brennanbrown-watery.png b/static/capture/brennanbrown-watery.png index 34b017fd9..ae3513fcb 100644 Binary files a/static/capture/brennanbrown-watery.png and b/static/capture/brennanbrown-watery.png differ diff --git a/static/capture/brianmaierjr-long-haul.png b/static/capture/brianmaierjr-long-haul.png index a74e4e217..11324ff38 100644 Binary files a/static/capture/brianmaierjr-long-haul.png and b/static/capture/brianmaierjr-long-haul.png differ diff --git a/static/capture/brijeshb42-bitwiser-material.png b/static/capture/brijeshb42-bitwiser-material.png index 22b9396cd..c2d2f9b08 100644 Binary files a/static/capture/brijeshb42-bitwiser-material.png and b/static/capture/brijeshb42-bitwiser-material.png differ diff --git a/static/capture/brohlson-gatsby-datocms-starter.png b/static/capture/brohlson-gatsby-datocms-starter.png index 8298e61b7..f1629f605 100644 Binary files a/static/capture/brohlson-gatsby-datocms-starter.png and b/static/capture/brohlson-gatsby-datocms-starter.png differ diff --git a/static/capture/brunch-brunch.github.io-source.png b/static/capture/brunch-brunch.github.io-source.png deleted file mode 100644 index 6dd5ea5dc..000000000 Binary files a/static/capture/brunch-brunch.github.io-source.png and /dev/null differ diff --git a/static/capture/brunch-brunch.github.io.png b/static/capture/brunch-brunch.github.io.png index 24d257b2e..5f398d836 100644 Binary files a/static/capture/brunch-brunch.github.io.png and b/static/capture/brunch-brunch.github.io.png differ diff --git a/static/capture/brxck-gatsby-starter-stripe.png b/static/capture/brxck-gatsby-starter-stripe.png index e44f78297..6a8200730 100644 Binary files a/static/capture/brxck-gatsby-starter-stripe.png and b/static/capture/brxck-gatsby-starter-stripe.png differ diff --git a/static/capture/brxyxncorp-ultra-minimalista.png b/static/capture/brxyxncorp-ultra-minimalista.png deleted file mode 100644 index bdb51602b..000000000 Binary files a/static/capture/brxyxncorp-ultra-minimalista.png and /dev/null differ diff --git a/static/capture/brycematheson-allegiant.png b/static/capture/brycematheson-allegiant.png deleted file mode 100644 index 5e5bbfe45..000000000 Binary files a/static/capture/brycematheson-allegiant.png and /dev/null differ diff --git a/static/capture/budparr-gohugo-theme-ananke.png b/static/capture/budparr-gohugo-theme-ananke.png index ebc086e74..2daf75bb0 100644 Binary files a/static/capture/budparr-gohugo-theme-ananke.png and b/static/capture/budparr-gohugo-theme-ananke.png differ diff --git a/static/capture/bul-ikana-hugo-cards.png b/static/capture/bul-ikana-hugo-cards.png deleted file mode 100644 index ade000afe..000000000 Binary files a/static/capture/bul-ikana-hugo-cards.png and /dev/null differ diff --git a/static/capture/buttercms-gatsby-starter-buttercms.png b/static/capture/buttercms-gatsby-starter-buttercms.png index 466030427..57e644069 100644 Binary files a/static/capture/buttercms-gatsby-starter-buttercms.png and b/static/capture/buttercms-gatsby-starter-buttercms.png differ diff --git a/static/capture/caki0915-gatsby-starter-redux.png b/static/capture/caki0915-gatsby-starter-redux.png index 840731ce2..e7dc9ad35 100644 Binary files a/static/capture/caki0915-gatsby-starter-redux.png and b/static/capture/caki0915-gatsby-starter-redux.png differ diff --git a/static/capture/calintat-minimal.png b/static/capture/calintat-minimal.png deleted file mode 100644 index 791532dfb..000000000 Binary files a/static/capture/calintat-minimal.png and /dev/null differ diff --git a/static/capture/calpa-gatsby-starter-calpa-blog.png b/static/capture/calpa-gatsby-starter-calpa-blog.png index 109ffaf1b..1329b0409 100644 Binary files a/static/capture/calpa-gatsby-starter-calpa-blog.png and b/static/capture/calpa-gatsby-starter-calpa-blog.png differ diff --git a/static/capture/canhtran-maverick.png b/static/capture/canhtran-maverick.png new file mode 100644 index 000000000..4fd9db934 Binary files /dev/null and b/static/capture/canhtran-maverick.png differ diff --git a/static/capture/carsonip-hugo-theme-minos.png b/static/capture/carsonip-hugo-theme-minos.png deleted file mode 100644 index 90e979fb4..000000000 Binary files a/static/capture/carsonip-hugo-theme-minos.png and /dev/null differ diff --git a/static/capture/cboettig-hugo-now-ui.png b/static/capture/cboettig-hugo-now-ui.png deleted file mode 100644 index d86603363..000000000 Binary files a/static/capture/cboettig-hugo-now-ui.png and /dev/null differ diff --git a/static/capture/cdeck3r-onedly-theme.png b/static/capture/cdeck3r-onedly-theme.png deleted file mode 100644 index fc165bcde..000000000 Binary files a/static/capture/cdeck3r-onedly-theme.png and /dev/null differ diff --git a/static/capture/cfrome77-hugo-theme-sky.png b/static/capture/cfrome77-hugo-theme-sky.png deleted file mode 100644 index f11357fc3..000000000 Binary files a/static/capture/cfrome77-hugo-theme-sky.png and /dev/null differ diff --git a/static/capture/chalatz-yellowblue.png b/static/capture/chalatz-yellowblue.png deleted file mode 100644 index bdb51602b..000000000 Binary files a/static/capture/chalatz-yellowblue.png and /dev/null differ diff --git a/static/capture/chaooo-hexo-theme-bluelake.png b/static/capture/chaooo-hexo-theme-bluelake.png index f4c324bfc..4e56378e5 100644 Binary files a/static/capture/chaooo-hexo-theme-bluelake.png and b/static/capture/chaooo-hexo-theme-bluelake.png differ diff --git a/static/capture/chec-commercejs-chopchop-demo.png b/static/capture/chec-commercejs-chopchop-demo.png index 3c50e3710..2b96fa670 100644 Binary files a/static/capture/chec-commercejs-chopchop-demo.png and b/static/capture/chec-commercejs-chopchop-demo.png differ diff --git a/static/capture/chec-commercejs-nextjs-demo-store.png b/static/capture/chec-commercejs-nextjs-demo-store.png index 34955d566..bfec8bea4 100644 Binary files a/static/capture/chec-commercejs-nextjs-demo-store.png and b/static/capture/chec-commercejs-nextjs-demo-store.png differ diff --git a/static/capture/chec-commercejs-vuejs-boilerplate.png b/static/capture/chec-commercejs-vuejs-boilerplate.png index 0bae9d57e..c297d7390 100644 Binary files a/static/capture/chec-commercejs-vuejs-boilerplate.png and b/static/capture/chec-commercejs-vuejs-boilerplate.png differ diff --git a/static/capture/chesterhow-tale.png b/static/capture/chesterhow-tale.png index 606406207..0860ca825 100644 Binary files a/static/capture/chesterhow-tale.png and b/static/capture/chesterhow-tale.png differ diff --git a/static/capture/chetanverma16-react-portfolio-template.png b/static/capture/chetanverma16-react-portfolio-template.png new file mode 100644 index 000000000..acc3f3428 Binary files /dev/null and b/static/capture/chetanverma16-react-portfolio-template.png differ diff --git a/static/capture/chibicode-solo.png b/static/capture/chibicode-solo.png index 4b645d050..cd987db3e 100644 Binary files a/static/capture/chibicode-solo.png and b/static/capture/chibicode-solo.png differ diff --git a/static/capture/chipsenkbeil-grid-side.png b/static/capture/chipsenkbeil-grid-side.png deleted file mode 100644 index 33e418c03..000000000 Binary files a/static/capture/chipsenkbeil-grid-side.png and /dev/null differ diff --git a/static/capture/chipzoller-hugo-clarity.png b/static/capture/chipzoller-hugo-clarity.png deleted file mode 100644 index 635f9c291..000000000 Binary files a/static/capture/chipzoller-hugo-clarity.png and /dev/null differ diff --git a/static/capture/chringel21-chringel-hugo-theme.png b/static/capture/chringel21-chringel-hugo-theme.png new file mode 100644 index 000000000..1d480441b Binary files /dev/null and b/static/capture/chringel21-chringel-hugo-theme.png differ diff --git a/static/capture/chrisbobbe-jekyll-theme-prologue.png b/static/capture/chrisbobbe-jekyll-theme-prologue.png index 11cc2db35..77be6d752 100644 Binary files a/static/capture/chrisbobbe-jekyll-theme-prologue.png and b/static/capture/chrisbobbe-jekyll-theme-prologue.png differ diff --git a/static/capture/chrisnmorrison-revista-gatsby-blog-magazine.png b/static/capture/chrisnmorrison-revista-gatsby-blog-magazine.png new file mode 100644 index 000000000..b9cdf02d5 Binary files /dev/null and b/static/capture/chrisnmorrison-revista-gatsby-blog-magazine.png differ diff --git a/static/capture/chrisrhymes-bulma-clean-theme.png b/static/capture/chrisrhymes-bulma-clean-theme.png index ab5fc78a0..de1185ed7 100644 Binary files a/static/capture/chrisrhymes-bulma-clean-theme.png and b/static/capture/chrisrhymes-bulma-clean-theme.png differ diff --git a/static/capture/chrisrhymes-mere-blog-theme.png b/static/capture/chrisrhymes-mere-blog-theme.png index 4f55ee13b..57e4f7fd6 100644 Binary files a/static/capture/chrisrhymes-mere-blog-theme.png and b/static/capture/chrisrhymes-mere-blog-theme.png differ diff --git a/static/capture/chrissimpkins-cinder.png b/static/capture/chrissimpkins-cinder.png index 4185ceeca..0ee42dbda 100644 Binary files a/static/capture/chrissimpkins-cinder.png and b/static/capture/chrissimpkins-cinder.png differ diff --git a/static/capture/christianezeani-panthera-jekyll.png b/static/capture/christianezeani-panthera-jekyll.png index bd099fc88..d3a2e61af 100644 Binary files a/static/capture/christianezeani-panthera-jekyll.png and b/static/capture/christianezeani-panthera-jekyll.png differ diff --git a/static/capture/christianmendoza-hugo-split-theme.png b/static/capture/christianmendoza-hugo-split-theme.png deleted file mode 100644 index 3f5bab68a..000000000 Binary files a/static/capture/christianmendoza-hugo-split-theme.png and /dev/null differ diff --git a/static/capture/cjsheets-mkdocs-rtd-dropdown.png b/static/capture/cjsheets-mkdocs-rtd-dropdown.png deleted file mode 100644 index d1d048e09..000000000 Binary files a/static/capture/cjsheets-mkdocs-rtd-dropdown.png and /dev/null differ diff --git a/static/capture/clark-zhao-bohu-jekyll-theme.png b/static/capture/clark-zhao-bohu-jekyll-theme.png index 63eabb42f..b4bbefc6e 100644 Binary files a/static/capture/clark-zhao-bohu-jekyll-theme.png and b/static/capture/clark-zhao-bohu-jekyll-theme.png differ diff --git a/static/capture/clarkhacks-minimal-text.png b/static/capture/clarkhacks-minimal-text.png deleted file mode 100644 index ee92ec383..000000000 Binary files a/static/capture/clarkhacks-minimal-text.png and /dev/null differ diff --git a/static/capture/clayh53-tufte-jekyll.png b/static/capture/clayh53-tufte-jekyll.png index dad7b63a0..5a5984efe 100644 Binary files a/static/capture/clayh53-tufte-jekyll.png and b/static/capture/clayh53-tufte-jekyll.png differ diff --git a/static/capture/cloudcannon-aviator-jekyll-theme.png b/static/capture/cloudcannon-aviator-jekyll-theme.png index 9a5c7c0a8..0d7fb0b97 100644 Binary files a/static/capture/cloudcannon-aviator-jekyll-theme.png and b/static/capture/cloudcannon-aviator-jekyll-theme.png differ diff --git a/static/capture/cloudcannon-cause-jekyll-template.png b/static/capture/cloudcannon-cause-jekyll-template.png index 7ab87e1f7..26506a4fb 100644 Binary files a/static/capture/cloudcannon-cause-jekyll-template.png and b/static/capture/cloudcannon-cause-jekyll-template.png differ diff --git a/static/capture/cloudcannon-dopetrope-jekyll-theme.png b/static/capture/cloudcannon-dopetrope-jekyll-theme.png deleted file mode 100644 index 12ea59200..000000000 Binary files a/static/capture/cloudcannon-dopetrope-jekyll-theme.png and /dev/null differ diff --git a/static/capture/cloudcannon-edition-jekyll-template.png b/static/capture/cloudcannon-edition-jekyll-template.png index 281920db1..9a14d6571 100644 Binary files a/static/capture/cloudcannon-edition-jekyll-template.png and b/static/capture/cloudcannon-edition-jekyll-template.png differ diff --git a/static/capture/cloudcannon-frisco-jekyll-template.png b/static/capture/cloudcannon-frisco-jekyll-template.png index ffa212da0..d5f55a108 100644 Binary files a/static/capture/cloudcannon-frisco-jekyll-template.png and b/static/capture/cloudcannon-frisco-jekyll-template.png differ diff --git a/static/capture/cloudcannon-hydra-jekyll-template.png b/static/capture/cloudcannon-hydra-jekyll-template.png index 28b97b018..72d02a203 100644 Binary files a/static/capture/cloudcannon-hydra-jekyll-template.png and b/static/capture/cloudcannon-hydra-jekyll-template.png differ diff --git a/static/capture/cloudcannon-justice-jekyll-template.png b/static/capture/cloudcannon-justice-jekyll-template.png index cbd8ed78b..e2f36a9d9 100644 Binary files a/static/capture/cloudcannon-justice-jekyll-template.png and b/static/capture/cloudcannon-justice-jekyll-template.png differ diff --git a/static/capture/cloudcannon-malt-jekyll-template.png b/static/capture/cloudcannon-malt-jekyll-template.png index 0f08dc38b..6d4badc6c 100644 Binary files a/static/capture/cloudcannon-malt-jekyll-template.png and b/static/capture/cloudcannon-malt-jekyll-template.png differ diff --git a/static/capture/cloudcannon-strata-jekyll-theme.png b/static/capture/cloudcannon-strata-jekyll-theme.png deleted file mode 100644 index 458102e60..000000000 Binary files a/static/capture/cloudcannon-strata-jekyll-theme.png and /dev/null differ diff --git a/static/capture/cloudcannon-twenty-jekyll-theme.png b/static/capture/cloudcannon-twenty-jekyll-theme.png deleted file mode 100644 index cb8c0d664..000000000 Binary files a/static/capture/cloudcannon-twenty-jekyll-theme.png and /dev/null differ diff --git a/static/capture/cloudcannon-urban-jekyll-template.png b/static/capture/cloudcannon-urban-jekyll-template.png index 504c8c8fd..ba6551ce7 100644 Binary files a/static/capture/cloudcannon-urban-jekyll-template.png and b/static/capture/cloudcannon-urban-jekyll-template.png differ diff --git a/static/capture/codeasashu-hcz-jekyll-blog.png b/static/capture/codeasashu-hcz-jekyll-blog.png index 4901ca850..a5b5f4a35 100644 Binary files a/static/capture/codeasashu-hcz-jekyll-blog.png and b/static/capture/codeasashu-hcz-jekyll-blog.png differ diff --git a/static/capture/codebushi-gatsby-starter-dimension.png b/static/capture/codebushi-gatsby-starter-dimension.png index 6102df74b..3cdd0a3cb 100644 Binary files a/static/capture/codebushi-gatsby-starter-dimension.png and b/static/capture/codebushi-gatsby-starter-dimension.png differ diff --git a/static/capture/codebushi-gatsby-starter-forty.png b/static/capture/codebushi-gatsby-starter-forty.png index 9ba337a03..ac8543c86 100644 Binary files a/static/capture/codebushi-gatsby-starter-forty.png and b/static/capture/codebushi-gatsby-starter-forty.png differ diff --git a/static/capture/codebushi-gatsby-starter-photon.png b/static/capture/codebushi-gatsby-starter-photon.png index 42ce0f9aa..07b428211 100644 Binary files a/static/capture/codebushi-gatsby-starter-photon.png and b/static/capture/codebushi-gatsby-starter-photon.png differ diff --git a/static/capture/codebushi-gatsby-starter-stellar.png b/static/capture/codebushi-gatsby-starter-stellar.png index 7ab53ad10..5fb8835dc 100644 Binary files a/static/capture/codebushi-gatsby-starter-stellar.png and b/static/capture/codebushi-gatsby-starter-stellar.png differ diff --git a/static/capture/codebushi-gatsby-starter-strata.png b/static/capture/codebushi-gatsby-starter-strata.png index 496c7823d..96fbf2063 100644 Binary files a/static/capture/codebushi-gatsby-starter-strata.png and b/static/capture/codebushi-gatsby-starter-strata.png differ diff --git a/static/capture/coderzh-hugo-pacman-theme.png b/static/capture/coderzh-hugo-pacman-theme.png deleted file mode 100644 index 26d1b12eb..000000000 Binary files a/static/capture/coderzh-hugo-pacman-theme.png and /dev/null differ diff --git a/static/capture/codexfelis-paws-template.png b/static/capture/codexfelis-paws-template.png new file mode 100644 index 000000000..9275783de Binary files /dev/null and b/static/capture/codexfelis-paws-template.png differ diff --git a/static/capture/codinfox-codinfox-lanyon-dev.png b/static/capture/codinfox-codinfox-lanyon-dev.png deleted file mode 100644 index 2365a4d5c..000000000 Binary files a/static/capture/codinfox-codinfox-lanyon-dev.png and /dev/null differ diff --git a/static/capture/codinfox-codinfox-lanyon.png b/static/capture/codinfox-codinfox-lanyon.png index 93439f790..6b3ac7802 100644 Binary files a/static/capture/codinfox-codinfox-lanyon.png and b/static/capture/codinfox-codinfox-lanyon.png differ diff --git a/static/capture/colbyfayock-gatsby-starter-sass.png b/static/capture/colbyfayock-gatsby-starter-sass.png index 28c8f0370..1dd3aae52 100644 Binary files a/static/capture/colbyfayock-gatsby-starter-sass.png and b/static/capture/colbyfayock-gatsby-starter-sass.png differ diff --git a/static/capture/coletownsend-balzac-for-jekyll.png b/static/capture/coletownsend-balzac-for-jekyll.png index 684008ec7..22b02b8be 100644 Binary files a/static/capture/coletownsend-balzac-for-jekyll.png and b/static/capture/coletownsend-balzac-for-jekyll.png differ diff --git a/static/capture/collective-gatsby-starter-plone.png b/static/capture/collective-gatsby-starter-plone.png index 9734a9645..6347b4d19 100644 Binary files a/static/capture/collective-gatsby-starter-plone.png and b/static/capture/collective-gatsby-starter-plone.png differ diff --git a/static/capture/contentful-userland-gatsby-contentful-starter.png b/static/capture/contentful-userland-gatsby-contentful-starter.png index 6f2e2b4db..b4b4a3999 100644 Binary files a/static/capture/contentful-userland-gatsby-contentful-starter.png and b/static/capture/contentful-userland-gatsby-contentful-starter.png differ diff --git a/static/capture/contentstack-gatsby-starter-contentstack.png b/static/capture/contentstack-gatsby-starter-contentstack.png index fbef775a2..05f822a82 100644 Binary files a/static/capture/contentstack-gatsby-starter-contentstack.png and b/static/capture/contentstack-gatsby-starter-contentstack.png differ diff --git a/static/capture/cosmicjs-gatsby-agency-portfolio.png b/static/capture/cosmicjs-gatsby-agency-portfolio.png index 020430161..0a1277460 100644 Binary files a/static/capture/cosmicjs-gatsby-agency-portfolio.png and b/static/capture/cosmicjs-gatsby-agency-portfolio.png differ diff --git a/static/capture/cosmicjs-gatsby-blog-cosmicjs.png b/static/capture/cosmicjs-gatsby-blog-cosmicjs.png index e9e36635e..cb93c890d 100644 Binary files a/static/capture/cosmicjs-gatsby-blog-cosmicjs.png and b/static/capture/cosmicjs-gatsby-blog-cosmicjs.png differ diff --git a/static/capture/cosmicjs-gatsby-docs-app.png b/static/capture/cosmicjs-gatsby-docs-app.png index a5eddfc8f..6efb88de9 100644 Binary files a/static/capture/cosmicjs-gatsby-docs-app.png and b/static/capture/cosmicjs-gatsby-docs-app.png differ diff --git a/static/capture/cosmicjs-gatsby-localization-app-starter.png b/static/capture/cosmicjs-gatsby-localization-app-starter.png index 7da25ddc9..020c0666f 100644 Binary files a/static/capture/cosmicjs-gatsby-localization-app-starter.png and b/static/capture/cosmicjs-gatsby-localization-app-starter.png differ diff --git a/static/capture/cosmicjs-gatsby-starter.png b/static/capture/cosmicjs-gatsby-starter.png index 1cabc946b..54b36540d 100644 Binary files a/static/capture/cosmicjs-gatsby-starter.png and b/static/capture/cosmicjs-gatsby-starter.png differ diff --git a/static/capture/cotes2020-jekyll-theme-chirpy.png b/static/capture/cotes2020-jekyll-theme-chirpy.png index 054ceda8e..3df0227aa 100644 Binary files a/static/capture/cotes2020-jekyll-theme-chirpy.png and b/static/capture/cotes2020-jekyll-theme-chirpy.png differ diff --git a/static/capture/craigary-nobelium.png b/static/capture/craigary-nobelium.png new file mode 100644 index 000000000..b3b009cdd Binary files /dev/null and b/static/capture/craigary-nobelium.png differ diff --git a/static/capture/creasoft-dev-fundamenty.png b/static/capture/creasoft-dev-fundamenty.png index fbe3d37c3..873a08157 100644 Binary files a/static/capture/creasoft-dev-fundamenty.png and b/static/capture/creasoft-dev-fundamenty.png differ diff --git a/static/capture/cssandstuff-hugo-theme-winning.png b/static/capture/cssandstuff-hugo-theme-winning.png deleted file mode 100644 index 6a6c17c96..000000000 Binary files a/static/capture/cssandstuff-hugo-theme-winning.png and /dev/null differ diff --git a/static/capture/curtiscde-hugo-theme-dopetrope.png b/static/capture/curtiscde-hugo-theme-dopetrope.png new file mode 100644 index 000000000..5a3ca39f8 Binary files /dev/null and b/static/capture/curtiscde-hugo-theme-dopetrope.png differ diff --git a/static/capture/curtiscde-hugo-theme-massively.png b/static/capture/curtiscde-hugo-theme-massively.png new file mode 100644 index 000000000..6410061cd Binary files /dev/null and b/static/capture/curtiscde-hugo-theme-massively.png differ diff --git a/static/capture/curtistimson-hugo-theme-dopetrope.png b/static/capture/curtistimson-hugo-theme-dopetrope.png index 53c67b903..7a4fc8df0 100644 Binary files a/static/capture/curtistimson-hugo-theme-dopetrope.png and b/static/capture/curtistimson-hugo-theme-dopetrope.png differ diff --git a/static/capture/curtistimson-hugo-theme-massively.png b/static/capture/curtistimson-hugo-theme-massively.png index e746abf78..21d07040d 100644 Binary files a/static/capture/curtistimson-hugo-theme-massively.png and b/static/capture/curtistimson-hugo-theme-massively.png differ diff --git a/static/capture/cvluca-gatsby-starter-markdown.png b/static/capture/cvluca-gatsby-starter-markdown.png index 4ad4e1da3..2a56f154c 100644 Binary files a/static/capture/cvluca-gatsby-starter-markdown.png and b/static/capture/cvluca-gatsby-starter-markdown.png differ diff --git a/static/capture/cwlsn-gatsby-simple-contentful-starter.png b/static/capture/cwlsn-gatsby-simple-contentful-starter.png index bf83a514a..14f9a803e 100644 Binary files a/static/capture/cwlsn-gatsby-simple-contentful-starter.png and b/static/capture/cwlsn-gatsby-simple-contentful-starter.png differ diff --git a/static/capture/cyevgeniy-jekyll-true-minimal.png b/static/capture/cyevgeniy-jekyll-true-minimal.png index df829e5c4..869e898d7 100644 Binary files a/static/capture/cyevgeniy-jekyll-true-minimal.png and b/static/capture/cyevgeniy-jekyll-true-minimal.png differ diff --git a/static/capture/d-kusk-minimage.png b/static/capture/d-kusk-minimage.png deleted file mode 100644 index a99f1aeab..000000000 Binary files a/static/capture/d-kusk-minimage.png and /dev/null differ diff --git a/static/capture/daattali-beautiful-jekyll.png b/static/capture/daattali-beautiful-jekyll.png index d5bac08ef..f45873f7d 100644 Binary files a/static/capture/daattali-beautiful-jekyll.png and b/static/capture/daattali-beautiful-jekyll.png differ diff --git a/static/capture/dabit3-gatsby-auth-starter-aws-amplify.png b/static/capture/dabit3-gatsby-auth-starter-aws-amplify.png index 6e02b3e2e..8692dfbfd 100644 Binary files a/static/capture/dabit3-gatsby-auth-starter-aws-amplify.png and b/static/capture/dabit3-gatsby-auth-starter-aws-amplify.png differ diff --git a/static/capture/dafiulh-vredeburg.png b/static/capture/dafiulh-vredeburg.png index 42931cc43..a05aa9e77 100644 Binary files a/static/capture/dafiulh-vredeburg.png and b/static/capture/dafiulh-vredeburg.png differ diff --git a/static/capture/damassi-gatsby-starter-typescript-rebass-netlifycms.png b/static/capture/damassi-gatsby-starter-typescript-rebass-netlifycms.png index 5c6a6d295..1efdc728d 100644 Binary files a/static/capture/damassi-gatsby-starter-typescript-rebass-netlifycms.png and b/static/capture/damassi-gatsby-starter-typescript-rebass-netlifycms.png differ diff --git a/static/capture/danielbayerlein-middleman-casper.png b/static/capture/danielbayerlein-middleman-casper.png index 097b680d9..b82d2468e 100644 Binary files a/static/capture/danielbayerlein-middleman-casper.png and b/static/capture/danielbayerlein-middleman-casper.png differ diff --git a/static/capture/danielkellyio-awake-template.png b/static/capture/danielkellyio-awake-template.png index e620835fa..7ed951a80 100644 Binary files a/static/capture/danielkellyio-awake-template.png and b/static/capture/danielkellyio-awake-template.png differ diff --git a/static/capture/danielkvist-hugo-piercer-theme.png b/static/capture/danielkvist-hugo-piercer-theme.png index 9994803d5..4f501b4fc 100644 Binary files a/static/capture/danielkvist-hugo-piercer-theme.png and b/static/capture/danielkvist-hugo-piercer-theme.png differ diff --git a/static/capture/danielkvist-hugo-terrassa-theme.png b/static/capture/danielkvist-hugo-terrassa-theme.png index 8c7fefc1e..7f68edef6 100644 Binary files a/static/capture/danielkvist-hugo-terrassa-theme.png and b/static/capture/danielkvist-hugo-terrassa-theme.png differ diff --git a/static/capture/danilowoz-gatsby-advanced-blog-system.png b/static/capture/danilowoz-gatsby-advanced-blog-system.png index 2d6b1d60a..f1b6bb187 100644 Binary files a/static/capture/danilowoz-gatsby-advanced-blog-system.png and b/static/capture/danilowoz-gatsby-advanced-blog-system.png differ diff --git a/static/capture/danshai-gatsbyv2-scientific-blog-machine-learning.png b/static/capture/danshai-gatsbyv2-scientific-blog-machine-learning.png index a574eb772..cbefda7cb 100644 Binary files a/static/capture/danshai-gatsbyv2-scientific-blog-machine-learning.png and b/static/capture/danshai-gatsbyv2-scientific-blog-machine-learning.png differ diff --git a/static/capture/danurbanowicz-eleventy-netlify-boilerplate.png b/static/capture/danurbanowicz-eleventy-netlify-boilerplate.png index 1f69c720c..48232569b 100644 Binary files a/static/capture/danurbanowicz-eleventy-netlify-boilerplate.png and b/static/capture/danurbanowicz-eleventy-netlify-boilerplate.png differ diff --git a/static/capture/darshanbaral-aafu.png b/static/capture/darshanbaral-aafu.png deleted file mode 100644 index 9bc6dede5..000000000 Binary files a/static/capture/darshanbaral-aafu.png and /dev/null differ diff --git a/static/capture/darshanbaral-khata.png b/static/capture/darshanbaral-khata.png deleted file mode 100644 index 8e23ef034..000000000 Binary files a/static/capture/darshanbaral-khata.png and /dev/null differ diff --git a/static/capture/darshanbaral-kitab.png b/static/capture/darshanbaral-kitab.png deleted file mode 100644 index 27de4e29c..000000000 Binary files a/static/capture/darshanbaral-kitab.png and /dev/null differ diff --git a/static/capture/darshanbaral-mero.png b/static/capture/darshanbaral-mero.png deleted file mode 100644 index f7e3b5aeb..000000000 Binary files a/static/capture/darshanbaral-mero.png and /dev/null differ diff --git a/static/capture/darshanbaral-sada.png b/static/capture/darshanbaral-sada.png deleted file mode 100644 index d7940968b..000000000 Binary files a/static/capture/darshanbaral-sada.png and /dev/null differ diff --git a/static/capture/dashdashzako-hugo-journal.png b/static/capture/dashdashzako-hugo-journal.png index 1724fe064..79121a00d 100644 Binary files a/static/capture/dashdashzako-hugo-journal.png and b/static/capture/dashdashzako-hugo-journal.png differ diff --git a/static/capture/dashdashzako-paperback.png b/static/capture/dashdashzako-paperback.png deleted file mode 100644 index b31a0e7a2..000000000 Binary files a/static/capture/dashdashzako-paperback.png and /dev/null differ diff --git a/static/capture/dashingcode-front-cover.png b/static/capture/dashingcode-front-cover.png index 6386a91a2..454f44b38 100644 Binary files a/static/capture/dashingcode-front-cover.png and b/static/capture/dashingcode-front-cover.png differ diff --git a/static/capture/datocms-gatsby-portfolio.png b/static/capture/datocms-gatsby-portfolio.png index 2c5cb5f83..be941b78c 100644 Binary files a/static/capture/datocms-gatsby-portfolio.png and b/static/capture/datocms-gatsby-portfolio.png differ diff --git a/static/capture/daviddarnes-alembic.png b/static/capture/daviddarnes-alembic.png index 16d8f640b..817666724 100644 Binary files a/static/capture/daviddarnes-alembic.png and b/static/capture/daviddarnes-alembic.png differ diff --git a/static/capture/daviddarnes-garth.png b/static/capture/daviddarnes-garth.png index 6532dfb9b..338dd0d18 100644 Binary files a/static/capture/daviddarnes-garth.png and b/static/capture/daviddarnes-garth.png differ diff --git a/static/capture/davidhampgonsalves-hugo-black-and-light-theme.png b/static/capture/davidhampgonsalves-hugo-black-and-light-theme.png deleted file mode 100644 index 42820133f..000000000 Binary files a/static/capture/davidhampgonsalves-hugo-black-and-light-theme.png and /dev/null differ diff --git a/static/capture/davshoward-gatsby-starter-honey.png b/static/capture/davshoward-gatsby-starter-honey.png index 36857877b..1c19f2337 100644 Binary files a/static/capture/davshoward-gatsby-starter-honey.png and b/static/capture/davshoward-gatsby-starter-honey.png differ diff --git a/static/capture/dbtek-dbyll.png b/static/capture/dbtek-dbyll.png index fb061bf5c..3a004d2e4 100644 Binary files a/static/capture/dbtek-dbyll.png and b/static/capture/dbtek-dbyll.png differ diff --git a/static/capture/dbtek-paper.png b/static/capture/dbtek-paper.png index ee56219cc..692456344 100644 Binary files a/static/capture/dbtek-paper.png and b/static/capture/dbtek-paper.png differ diff --git a/static/capture/ddbullfrog-resumecard.png b/static/capture/ddbullfrog-resumecard.png index 53817c2d8..48696690d 100644 Binary files a/static/capture/ddbullfrog-resumecard.png and b/static/capture/ddbullfrog-resumecard.png differ diff --git a/static/capture/de-souza-hugo-flex.png b/static/capture/de-souza-hugo-flex.png index 76d5482b7..824ed1b22 100644 Binary files a/static/capture/de-souza-hugo-flex.png and b/static/capture/de-souza-hugo-flex.png differ diff --git a/static/capture/deamme-gatsby-starter-prismic-resume.png b/static/capture/deamme-gatsby-starter-prismic-resume.png index d600657e4..e720b0df1 100644 Binary files a/static/capture/deamme-gatsby-starter-prismic-resume.png and b/static/capture/deamme-gatsby-starter-prismic-resume.png differ diff --git a/static/capture/deepidea-web-presentation.png b/static/capture/deepidea-web-presentation.png index 7029dbc49..9a7b10330 100644 Binary files a/static/capture/deepidea-web-presentation.png and b/static/capture/deepidea-web-presentation.png differ diff --git a/static/capture/denjones-hexo-theme-chan.png b/static/capture/denjones-hexo-theme-chan.png index 64e2030f4..5f331a90a 100644 Binary files a/static/capture/denjones-hexo-theme-chan.png and b/static/capture/denjones-hexo-theme-chan.png differ diff --git a/static/capture/denningk-gatsby-starter-typescript-jest.png b/static/capture/denningk-gatsby-starter-typescript-jest.png index 0c6bd52c2..7b1172c64 100644 Binary files a/static/capture/denningk-gatsby-starter-typescript-jest.png and b/static/capture/denningk-gatsby-starter-typescript-jest.png differ diff --git a/static/capture/devcows-hugo-universal-theme.png b/static/capture/devcows-hugo-universal-theme.png deleted file mode 100644 index 3d3e10c58..000000000 Binary files a/static/capture/devcows-hugo-universal-theme.png and /dev/null differ diff --git a/static/capture/devlocker-breakfast.png b/static/capture/devlocker-breakfast.png index ddce54252..6ddcf3aff 100644 Binary files a/static/capture/devlocker-breakfast.png and b/static/capture/devlocker-breakfast.png differ diff --git a/static/capture/dfcommunity-hexo-web-nary.png b/static/capture/dfcommunity-hexo-web-nary.png index 075681af6..25c96f9a4 100644 Binary files a/static/capture/dfcommunity-hexo-web-nary.png and b/static/capture/dfcommunity-hexo-web-nary.png differ diff --git a/static/capture/dgraph-io-hugo-dgraph-theme.png b/static/capture/dgraph-io-hugo-dgraph-theme.png index e9ef9fa04..0fc356500 100644 Binary files a/static/capture/dgraph-io-hugo-dgraph-theme.png and b/static/capture/dgraph-io-hugo-dgraph-theme.png differ diff --git a/static/capture/dieghernan-chulapa.png b/static/capture/dieghernan-chulapa.png new file mode 100644 index 000000000..45978f733 Binary files /dev/null and b/static/capture/dieghernan-chulapa.png differ diff --git a/static/capture/diezcami-arctic-fox-theme.png b/static/capture/diezcami-arctic-fox-theme.png index 957f781c2..8b0e3807f 100644 Binary files a/static/capture/diezcami-arctic-fox-theme.png and b/static/capture/diezcami-arctic-fox-theme.png differ diff --git a/static/capture/diezcami-polar-bear-theme.png b/static/capture/diezcami-polar-bear-theme.png deleted file mode 100644 index f194bc791..000000000 Binary files a/static/capture/diezcami-polar-bear-theme.png and /dev/null differ diff --git a/static/capture/digitalcraftsman-hugo-artists-theme.png b/static/capture/digitalcraftsman-hugo-artists-theme.png deleted file mode 100644 index 241c3fc18..000000000 Binary files a/static/capture/digitalcraftsman-hugo-artists-theme.png and /dev/null differ diff --git a/static/capture/digitalcraftsman-hugo-cactus-theme.png b/static/capture/digitalcraftsman-hugo-cactus-theme.png deleted file mode 100644 index 241c3fc18..000000000 Binary files a/static/capture/digitalcraftsman-hugo-cactus-theme.png and /dev/null differ diff --git a/static/capture/digitalcraftsman-hugo-creative-theme.png b/static/capture/digitalcraftsman-hugo-creative-theme.png deleted file mode 100644 index 241c3fc18..000000000 Binary files a/static/capture/digitalcraftsman-hugo-creative-theme.png and /dev/null differ diff --git a/static/capture/digitalcraftsman-hugo-freelancer-theme.png b/static/capture/digitalcraftsman-hugo-freelancer-theme.png deleted file mode 100644 index 241c3fc18..000000000 Binary files a/static/capture/digitalcraftsman-hugo-freelancer-theme.png and /dev/null differ diff --git a/static/capture/digitalcraftsman-hugo-hikari-theme.png b/static/capture/digitalcraftsman-hugo-hikari-theme.png deleted file mode 100644 index 241c3fc18..000000000 Binary files a/static/capture/digitalcraftsman-hugo-hikari-theme.png and /dev/null differ diff --git a/static/capture/digitalcraftsman-hugo-icarus-theme.png b/static/capture/digitalcraftsman-hugo-icarus-theme.png deleted file mode 100644 index 785c86dc5..000000000 Binary files a/static/capture/digitalcraftsman-hugo-icarus-theme.png and /dev/null differ diff --git a/static/capture/digitalcraftsman-hugo-type-theme.png b/static/capture/digitalcraftsman-hugo-type-theme.png deleted file mode 100644 index 241c3fc18..000000000 Binary files a/static/capture/digitalcraftsman-hugo-type-theme.png and /dev/null differ diff --git a/static/capture/digitalmindch-gridster-jekyll-theme.png b/static/capture/digitalmindch-gridster-jekyll-theme.png deleted file mode 100644 index 2c6308e39..000000000 Binary files a/static/capture/digitalmindch-gridster-jekyll-theme.png and /dev/null differ diff --git a/static/capture/dikiaap-mangan.png b/static/capture/dikiaap-mangan.png index 46f951959..16a925219 100644 Binary files a/static/capture/dikiaap-mangan.png and b/static/capture/dikiaap-mangan.png differ diff --git a/static/capture/dirkfabisch-mediator.png b/static/capture/dirkfabisch-mediator.png index 43328210c..3a344f1bc 100644 Binary files a/static/capture/dirkfabisch-mediator.png and b/static/capture/dirkfabisch-mediator.png differ diff --git a/static/capture/dirtyf-hylia-forestry.png b/static/capture/dirtyf-hylia-forestry.png index 061714ba8..9d0f66fab 100644 Binary files a/static/capture/dirtyf-hylia-forestry.png and b/static/capture/dirtyf-hylia-forestry.png differ diff --git a/static/capture/diwao-hestia-pure.png b/static/capture/diwao-hestia-pure.png deleted file mode 100644 index fee4d4196..000000000 Binary files a/static/capture/diwao-hestia-pure.png and /dev/null differ diff --git a/static/capture/dldx-hpstr-hugo-theme.png b/static/capture/dldx-hpstr-hugo-theme.png deleted file mode 100644 index 0d45067e8..000000000 Binary files a/static/capture/dldx-hpstr-hugo-theme.png and /dev/null differ diff --git a/static/capture/dominicabela-gatsby-starter-material-ui.png b/static/capture/dominicabela-gatsby-starter-material-ui.png index b6bcf9fc4..1df6d7816 100644 Binary files a/static/capture/dominicabela-gatsby-starter-material-ui.png and b/static/capture/dominicabela-gatsby-starter-material-ui.png differ diff --git a/static/capture/dongchuan-yummy-jekyll.png b/static/capture/dongchuan-yummy-jekyll.png index deeae1f34..cffda132b 100644 Binary files a/static/capture/dongchuan-yummy-jekyll.png and b/static/capture/dongchuan-yummy-jekyll.png differ diff --git a/static/capture/dplesca-purehugo.png b/static/capture/dplesca-purehugo.png index 7f2e0c5f1..652379155 100644 Binary files a/static/capture/dplesca-purehugo.png and b/static/capture/dplesca-purehugo.png differ diff --git a/static/capture/drassil-git-wiki.png b/static/capture/drassil-git-wiki.png index 67d15b7a1..a7be326fc 100644 Binary files a/static/capture/drassil-git-wiki.png and b/static/capture/drassil-git-wiki.png differ diff --git a/static/capture/drvy-minimal-block.png b/static/capture/drvy-minimal-block.png index 45adfa6f3..d608066a6 100644 Binary files a/static/capture/drvy-minimal-block.png and b/static/capture/drvy-minimal-block.png differ diff --git a/static/capture/dschau-gatsby-blog-starter-kit.png b/static/capture/dschau-gatsby-blog-starter-kit.png index fb10d3f26..3a7302552 100644 Binary files a/static/capture/dschau-gatsby-blog-starter-kit.png and b/static/capture/dschau-gatsby-blog-starter-kit.png differ diff --git a/static/capture/durianstack-gatsby-tailwindcss-sass-starter.png b/static/capture/durianstack-gatsby-tailwindcss-sass-starter.png index 5e0a03f3b..76eef4111 100644 Binary files a/static/capture/durianstack-gatsby-tailwindcss-sass-starter.png and b/static/capture/durianstack-gatsby-tailwindcss-sass-starter.png differ diff --git a/static/capture/dwyfrequency-gatsby-ghub.png b/static/capture/dwyfrequency-gatsby-ghub.png index 781ec2388..1ce7d306c 100644 Binary files a/static/capture/dwyfrequency-gatsby-ghub.png and b/static/capture/dwyfrequency-gatsby-ghub.png differ diff --git a/static/capture/dyndna-lanyon-plus.png b/static/capture/dyndna-lanyon-plus.png index 1ed8a08e1..f035e21c7 100644 Binary files a/static/capture/dyndna-lanyon-plus.png and b/static/capture/dyndna-lanyon-plus.png differ diff --git a/static/capture/dzello-reveal-hugo.png b/static/capture/dzello-reveal-hugo.png index 2e61e4874..479c7c6d0 100644 Binary files a/static/capture/dzello-reveal-hugo.png and b/static/capture/dzello-reveal-hugo.png differ diff --git a/static/capture/edavidaja-docter.png b/static/capture/edavidaja-docter.png index a2b254dd0..fe0390a40 100644 Binary files a/static/capture/edavidaja-docter.png and b/static/capture/edavidaja-docter.png differ diff --git a/static/capture/eddiewebb-hugo-resume.png b/static/capture/eddiewebb-hugo-resume.png deleted file mode 100644 index b4c784012..000000000 Binary files a/static/capture/eddiewebb-hugo-resume.png and /dev/null differ diff --git a/static/capture/eliasson-liquorice.png b/static/capture/eliasson-liquorice.png deleted file mode 100644 index 09eb8a92d..000000000 Binary files a/static/capture/eliasson-liquorice.png and /dev/null differ diff --git a/static/capture/eliottvincent-bay.png b/static/capture/eliottvincent-bay.png index be1eec1f4..eec802e3b 100644 Binary files a/static/capture/eliottvincent-bay.png and b/static/capture/eliottvincent-bay.png differ diff --git a/static/capture/ellekasai-resumecards.png b/static/capture/ellekasai-resumecards.png index d4a841f03..030ae76c0 100644 Binary files a/static/capture/ellekasai-resumecards.png and b/static/capture/ellekasai-resumecards.png differ diff --git a/static/capture/ellekasai-shiori.png b/static/capture/ellekasai-shiori.png index 95f66a9b4..7b2027963 100644 Binary files a/static/capture/ellekasai-shiori.png and b/static/capture/ellekasai-shiori.png differ diff --git a/static/capture/email2vimalraj-gatsby-starter-tech-blog.png b/static/capture/email2vimalraj-gatsby-starter-tech-blog.png index b94737f81..dcc171fda 100644 Binary files a/static/capture/email2vimalraj-gatsby-starter-tech-blog.png and b/static/capture/email2vimalraj-gatsby-starter-tech-blog.png differ diff --git a/static/capture/emasuriano-gatsby-starter-event-calendar.png b/static/capture/emasuriano-gatsby-starter-event-calendar.png index 871680efd..eda044dd6 100644 Binary files a/static/capture/emasuriano-gatsby-starter-event-calendar.png and b/static/capture/emasuriano-gatsby-starter-event-calendar.png differ diff --git a/static/capture/emasuriano-gatsby-starter-mate.png b/static/capture/emasuriano-gatsby-starter-mate.png index cdd13cde3..d9f4a3c9b 100644 Binary files a/static/capture/emasuriano-gatsby-starter-mate.png and b/static/capture/emasuriano-gatsby-starter-mate.png differ diff --git a/static/capture/emielh-hallo-hugo.png b/static/capture/emielh-hallo-hugo.png deleted file mode 100644 index d820ebba3..000000000 Binary files a/static/capture/emielh-hallo-hugo.png and /dev/null differ diff --git a/static/capture/emielh-stip-hugo.png b/static/capture/emielh-stip-hugo.png deleted file mode 100644 index 2d3786024..000000000 Binary files a/static/capture/emielh-stip-hugo.png and /dev/null differ diff --git a/static/capture/emielh-tale-hugo.png b/static/capture/emielh-tale-hugo.png deleted file mode 100644 index d6319399b..000000000 Binary files a/static/capture/emielh-tale-hugo.png and /dev/null differ diff --git a/static/capture/emilbaehr-automatic-app-landing-page.png b/static/capture/emilbaehr-automatic-app-landing-page.png index f36cd8242..1d81a2172 100644 Binary files a/static/capture/emilbaehr-automatic-app-landing-page.png and b/static/capture/emilbaehr-automatic-app-landing-page.png differ diff --git a/static/capture/endymion1818-gatsby-starter-carraway.png b/static/capture/endymion1818-gatsby-starter-carraway.png index 514f45498..6f2fd54a2 100644 Binary files a/static/capture/endymion1818-gatsby-starter-carraway.png and b/static/capture/endymion1818-gatsby-starter-carraway.png differ diff --git a/static/capture/epilocal-newsliner-gatsby.png b/static/capture/epilocal-newsliner-gatsby.png index 493dc93d0..acb5f9085 100644 Binary files a/static/capture/epilocal-newsliner-gatsby.png and b/static/capture/epilocal-newsliner-gatsby.png differ diff --git a/static/capture/erayaydin-jekyll-bulma.png b/static/capture/erayaydin-jekyll-bulma.png index 46cc85b3e..00ffc8619 100644 Binary files a/static/capture/erayaydin-jekyll-bulma.png and b/static/capture/erayaydin-jekyll-bulma.png differ diff --git a/static/capture/esappear-hexo-theme-clover.png b/static/capture/esappear-hexo-theme-clover.png deleted file mode 100644 index 77beda2a2..000000000 Binary files a/static/capture/esappear-hexo-theme-clover.png and /dev/null differ diff --git a/static/capture/eshlox-simplicity.png b/static/capture/eshlox-simplicity.png deleted file mode 100644 index 98f5cf815..000000000 Binary files a/static/capture/eshlox-simplicity.png and /dev/null differ diff --git a/static/capture/excentris-compass.png b/static/capture/excentris-compass.png index 03ad5b660..ce8d4e736 100644 Binary files a/static/capture/excentris-compass.png and b/static/capture/excentris-compass.png differ diff --git a/static/capture/exchangerate-api-rlstevenson-jekyll-theme.png b/static/capture/exchangerate-api-rlstevenson-jekyll-theme.png index b91735566..724f57a87 100644 Binary files a/static/capture/exchangerate-api-rlstevenson-jekyll-theme.png and b/static/capture/exchangerate-api-rlstevenson-jekyll-theme.png differ diff --git a/static/capture/exchangerate-api-strange-case.png b/static/capture/exchangerate-api-strange-case.png deleted file mode 100644 index 297eae263..000000000 Binary files a/static/capture/exchangerate-api-strange-case.png and /dev/null differ diff --git a/static/capture/ezrasavard-ezora-jekyll-theme.png b/static/capture/ezrasavard-ezora-jekyll-theme.png index 24b201656..17d1bbe9f 100644 Binary files a/static/capture/ezrasavard-ezora-jekyll-theme.png and b/static/capture/ezrasavard-ezora-jekyll-theme.png differ diff --git a/static/capture/fabe-gatsby-starter-deck.png b/static/capture/fabe-gatsby-starter-deck.png index af884d56a..4bdc8cee7 100644 Binary files a/static/capture/fabe-gatsby-starter-deck.png and b/static/capture/fabe-gatsby-starter-deck.png differ diff --git a/static/capture/fabe-gatsby-universal.png b/static/capture/fabe-gatsby-universal.png index a02849e75..128deb477 100644 Binary files a/static/capture/fabe-gatsby-universal.png and b/static/capture/fabe-gatsby-universal.png differ diff --git a/static/capture/fabien0102-gatsby-starter.png b/static/capture/fabien0102-gatsby-starter.png index 768d896cb..a95c7f114 100644 Binary files a/static/capture/fabien0102-gatsby-starter.png and b/static/capture/fabien0102-gatsby-starter.png differ diff --git a/static/capture/fareez-ahamed-millikyl.png b/static/capture/fareez-ahamed-millikyl.png index faa819297..b75d80023 100644 Binary files a/static/capture/fareez-ahamed-millikyl.png and b/static/capture/fareez-ahamed-millikyl.png differ diff --git a/static/capture/fastbyte01-keepit.png b/static/capture/fastbyte01-keepit.png index 85bdc1d43..93066b332 100644 Binary files a/static/capture/fastbyte01-keepit.png and b/static/capture/fastbyte01-keepit.png differ diff --git a/static/capture/felicianotech-hugo-theme-lean-launch-page.png b/static/capture/felicianotech-hugo-theme-lean-launch-page.png deleted file mode 100644 index f12c9d451..000000000 Binary files a/static/capture/felicianotech-hugo-theme-lean-launch-page.png and /dev/null differ diff --git a/static/capture/ferrolho-jekyll-theme-libretto.png b/static/capture/ferrolho-jekyll-theme-libretto.png index c4fc9f338..fb3da99ea 100644 Binary files a/static/capture/ferrolho-jekyll-theme-libretto.png and b/static/capture/ferrolho-jekyll-theme-libretto.png differ diff --git a/static/capture/fhavrlent-gatsby-contentful-typescript-starter.png b/static/capture/fhavrlent-gatsby-contentful-typescript-starter.png deleted file mode 100644 index 161d8c681..000000000 Binary files a/static/capture/fhavrlent-gatsby-contentful-typescript-starter.png and /dev/null differ diff --git a/static/capture/fiatjaf-classless-hugo.png b/static/capture/fiatjaf-classless-hugo.png deleted file mode 100644 index fe8b271c7..000000000 Binary files a/static/capture/fiatjaf-classless-hugo.png and /dev/null differ diff --git a/static/capture/flotiq-flotiq-gatsby-blog-1.png b/static/capture/flotiq-flotiq-gatsby-blog-1.png new file mode 100644 index 000000000..fb39c0c9b Binary files /dev/null and b/static/capture/flotiq-flotiq-gatsby-blog-1.png differ diff --git a/static/capture/flotiq-flotiq-gatsby-blog-2.png b/static/capture/flotiq-flotiq-gatsby-blog-2.png new file mode 100644 index 000000000..9b94fd815 Binary files /dev/null and b/static/capture/flotiq-flotiq-gatsby-blog-2.png differ diff --git a/static/capture/flotiq-flotiq-gatsby-event-1.png b/static/capture/flotiq-flotiq-gatsby-event-1.png new file mode 100644 index 000000000..c727c2401 Binary files /dev/null and b/static/capture/flotiq-flotiq-gatsby-event-1.png differ diff --git a/static/capture/flotiq-flotiq-gatsby-event-2.png b/static/capture/flotiq-flotiq-gatsby-event-2.png new file mode 100644 index 000000000..3f9026b49 Binary files /dev/null and b/static/capture/flotiq-flotiq-gatsby-event-2.png differ diff --git a/static/capture/flotiq-flotiq-gatsby-portfolio-1.png b/static/capture/flotiq-flotiq-gatsby-portfolio-1.png new file mode 100644 index 000000000..8dc9c9309 Binary files /dev/null and b/static/capture/flotiq-flotiq-gatsby-portfolio-1.png differ diff --git a/static/capture/flotiq-flotiq-gatsby-portfolio-2.png b/static/capture/flotiq-flotiq-gatsby-portfolio-2.png new file mode 100644 index 000000000..3ced585e8 Binary files /dev/null and b/static/capture/flotiq-flotiq-gatsby-portfolio-2.png differ diff --git a/static/capture/flotiq-flotiq-gatsby-recipe-1.png b/static/capture/flotiq-flotiq-gatsby-recipe-1.png new file mode 100644 index 000000000..9565228f0 Binary files /dev/null and b/static/capture/flotiq-flotiq-gatsby-recipe-1.png differ diff --git a/static/capture/flotiq-flotiq-gatsby-recipe-2.png b/static/capture/flotiq-flotiq-gatsby-recipe-2.png new file mode 100644 index 000000000..e22a9b9f7 Binary files /dev/null and b/static/capture/flotiq-flotiq-gatsby-recipe-2.png differ diff --git a/static/capture/flotiq-flotiq-gatsby-shop-1.png b/static/capture/flotiq-flotiq-gatsby-shop-1.png new file mode 100644 index 000000000..6676d8cff Binary files /dev/null and b/static/capture/flotiq-flotiq-gatsby-shop-1.png differ diff --git a/static/capture/flotiq-flotiq-gatsby-shop-2.png b/static/capture/flotiq-flotiq-gatsby-shop-2.png new file mode 100644 index 000000000..bfaf6fdc3 Binary files /dev/null and b/static/capture/flotiq-flotiq-gatsby-shop-2.png differ diff --git a/static/capture/fncnt-vncnt-hugo.png b/static/capture/fncnt-vncnt-hugo.png deleted file mode 100644 index 9d68d1dbe..000000000 Binary files a/static/capture/fncnt-vncnt-hugo.png and /dev/null differ diff --git a/static/capture/fongandrew-hydeout.png b/static/capture/fongandrew-hydeout.png index 6f548e2b4..4ce40539f 100644 Binary files a/static/capture/fongandrew-hydeout.png and b/static/capture/fongandrew-hydeout.png differ diff --git a/static/capture/forestryio-ubuild-jekyll.png b/static/capture/forestryio-ubuild-jekyll.png index f50e6fc1e..845e33880 100644 Binary files a/static/capture/forestryio-ubuild-jekyll.png and b/static/capture/forestryio-ubuild-jekyll.png differ diff --git a/static/capture/forever-jekyll-forever-jekyll.png b/static/capture/forever-jekyll-forever-jekyll.png new file mode 100644 index 000000000..0bc591191 Binary files /dev/null and b/static/capture/forever-jekyll-forever-jekyll.png differ diff --git a/static/capture/formspree-blogophonic-hugo.png b/static/capture/formspree-blogophonic-hugo.png index dad162e29..8425d1aaf 100644 Binary files a/static/capture/formspree-blogophonic-hugo.png and b/static/capture/formspree-blogophonic-hugo.png differ diff --git a/static/capture/foxandgeese-tiny-agency.png b/static/capture/foxandgeese-tiny-agency.png index 63d101e36..a06848ca3 100644 Binary files a/static/capture/foxandgeese-tiny-agency.png and b/static/capture/foxandgeese-tiny-agency.png differ diff --git a/static/capture/frankievalentine-gatsby-craftcms-barebones.png b/static/capture/frankievalentine-gatsby-craftcms-barebones.png index 11497283d..06ac407b3 100644 Binary files a/static/capture/frankievalentine-gatsby-craftcms-barebones.png and b/static/capture/frankievalentine-gatsby-craftcms-barebones.png differ diff --git a/static/capture/friedger-gatsby-starter-blockstack.png b/static/capture/friedger-gatsby-starter-blockstack.png index 6c18542d3..38067d8a6 100644 Binary files a/static/capture/friedger-gatsby-starter-blockstack.png and b/static/capture/friedger-gatsby-starter-blockstack.png differ diff --git a/static/capture/friendlyuser-vuepress-theme-cool-starter.png b/static/capture/friendlyuser-vuepress-theme-cool-starter.png index be48fc8d9..b2ef544f8 100644 Binary files a/static/capture/friendlyuser-vuepress-theme-cool-starter.png and b/static/capture/friendlyuser-vuepress-theme-cool-starter.png differ diff --git a/static/capture/frjo-hugo-theme-zen.png b/static/capture/frjo-hugo-theme-zen.png deleted file mode 100644 index 237a31ab9..000000000 Binary files a/static/capture/frjo-hugo-theme-zen.png and /dev/null differ diff --git a/static/capture/frnki-gatsby-typescript-starter-blog.png b/static/capture/frnki-gatsby-typescript-starter-blog.png index a499acee3..e5e740d89 100644 Binary files a/static/capture/frnki-gatsby-typescript-starter-blog.png and b/static/capture/frnki-gatsby-typescript-starter-blog.png differ diff --git a/static/capture/fromendworld-loffer.png b/static/capture/fromendworld-loffer.png index 076c30753..3b2c42fc1 100644 Binary files a/static/capture/fromendworld-loffer.png and b/static/capture/fromendworld-loffer.png differ diff --git a/static/capture/fullit-fullit.github.io.png b/static/capture/fullit-fullit.github.io.png index fe716dcea..347eeb5ba 100644 Binary files a/static/capture/fullit-fullit.github.io.png and b/static/capture/fullit-fullit.github.io.png differ diff --git a/static/capture/funkydan2-alpha-church.png b/static/capture/funkydan2-alpha-church.png deleted file mode 100644 index 972a319c3..000000000 Binary files a/static/capture/funkydan2-alpha-church.png and /dev/null differ diff --git a/static/capture/g1eny0ung-hugo-theme-dream.png b/static/capture/g1eny0ung-hugo-theme-dream.png deleted file mode 100644 index 395dd5ff5..000000000 Binary files a/static/capture/g1eny0ung-hugo-theme-dream.png and /dev/null differ diff --git a/static/capture/gallenhu-hexo-theme-daily.png b/static/capture/gallenhu-hexo-theme-daily.png index d7e8bb6a6..b2fa25bde 100644 Binary files a/static/capture/gallenhu-hexo-theme-daily.png and b/static/capture/gallenhu-hexo-theme-daily.png differ diff --git a/static/capture/ganevru-gatsby-starter-blog-grommet.png b/static/capture/ganevru-gatsby-starter-blog-grommet.png index 1901eaa40..ae77dc2d7 100644 Binary files a/static/capture/ganevru-gatsby-starter-blog-grommet.png and b/static/capture/ganevru-gatsby-starter-blog-grommet.png differ diff --git a/static/capture/gaohaoyang-gaohaoyang.github.io.png b/static/capture/gaohaoyang-gaohaoyang.github.io.png index 48dd9da75..d511f14e3 100644 Binary files a/static/capture/gaohaoyang-gaohaoyang.github.io.png and b/static/capture/gaohaoyang-gaohaoyang.github.io.png differ diff --git a/static/capture/garvincasimir-hugo-h5bp-simple.png b/static/capture/garvincasimir-hugo-h5bp-simple.png deleted file mode 100644 index 189298495..000000000 Binary files a/static/capture/garvincasimir-hugo-h5bp-simple.png and /dev/null differ diff --git a/static/capture/gatsbycentral-gatsby-starter-wordpress.png b/static/capture/gatsbycentral-gatsby-starter-wordpress.png index 0e02fc9bf..79d18b44d 100644 Binary files a/static/capture/gatsbycentral-gatsby-starter-wordpress.png and b/static/capture/gatsbycentral-gatsby-starter-wordpress.png differ diff --git a/static/capture/gatsbycentral-gatsby-v2-starter-casper.png b/static/capture/gatsbycentral-gatsby-v2-starter-casper.png index 1d0be91c8..3f234e4b7 100644 Binary files a/static/capture/gatsbycentral-gatsby-v2-starter-casper.png and b/static/capture/gatsbycentral-gatsby-v2-starter-casper.png differ diff --git a/static/capture/gatsbyjs-gatsby-starter-blog.png b/static/capture/gatsbyjs-gatsby-starter-blog.png index c96c73041..ad3a7194c 100644 Binary files a/static/capture/gatsbyjs-gatsby-starter-blog.png and b/static/capture/gatsbyjs-gatsby-starter-blog.png differ diff --git a/static/capture/gatsbyjs-gatsby-starter-default.png b/static/capture/gatsbyjs-gatsby-starter-default.png index 95b9349fb..2f92fde19 100644 Binary files a/static/capture/gatsbyjs-gatsby-starter-default.png and b/static/capture/gatsbyjs-gatsby-starter-default.png differ diff --git a/static/capture/gchauras-much-worse-jekyll-theme.png b/static/capture/gchauras-much-worse-jekyll-theme.png deleted file mode 100644 index f194bc791..000000000 Binary files a/static/capture/gchauras-much-worse-jekyll-theme.png and /dev/null differ diff --git a/static/capture/gcushen-hugo-academic.png b/static/capture/gcushen-hugo-academic.png index ba55c88a9..39c876881 100644 Binary files a/static/capture/gcushen-hugo-academic.png and b/static/capture/gcushen-hugo-academic.png differ diff --git a/static/capture/gdg-managua-jekyll-mdl.png b/static/capture/gdg-managua-jekyll-mdl.png deleted file mode 100644 index 9c3736964..000000000 Binary files a/static/capture/gdg-managua-jekyll-mdl.png and /dev/null differ diff --git a/static/capture/gdgtoulouse-devfest-theme-hugo.png b/static/capture/gdgtoulouse-devfest-theme-hugo.png index 76dd861e7..5b8e01c1a 100644 Binary files a/static/capture/gdgtoulouse-devfest-theme-hugo.png and b/static/capture/gdgtoulouse-devfest-theme-hugo.png differ diff --git a/static/capture/geocine-gatsby-starter-devto.png b/static/capture/geocine-gatsby-starter-devto.png index 55b17fd94..ef7a0b064 100644 Binary files a/static/capture/geocine-gatsby-starter-devto.png and b/static/capture/geocine-gatsby-starter-devto.png differ diff --git a/static/capture/geocine-gatsby-starter-organization.png b/static/capture/geocine-gatsby-starter-organization.png index 162a36187..de3f45a6a 100644 Binary files a/static/capture/geocine-gatsby-starter-organization.png and b/static/capture/geocine-gatsby-starter-organization.png differ diff --git a/static/capture/geschke-hugo-tikva.png b/static/capture/geschke-hugo-tikva.png deleted file mode 100644 index 2796d7456..000000000 Binary files a/static/capture/geschke-hugo-tikva.png and /dev/null differ diff --git a/static/capture/gesquive-slate.png b/static/capture/gesquive-slate.png index ae30d72dd..7d0b239f6 100644 Binary files a/static/capture/gesquive-slate.png and b/static/capture/gesquive-slate.png differ diff --git a/static/capture/gethugothemes-andromeda-light.png b/static/capture/gethugothemes-andromeda-light.png new file mode 100644 index 000000000..2067281f5 Binary files /dev/null and b/static/capture/gethugothemes-andromeda-light.png differ diff --git a/static/capture/gethugothemes-apollo-hugo.png b/static/capture/gethugothemes-apollo-hugo.png new file mode 100644 index 000000000..e010a61b4 Binary files /dev/null and b/static/capture/gethugothemes-apollo-hugo.png differ diff --git a/static/capture/gethugothemes-bookworm-light.png b/static/capture/gethugothemes-bookworm-light.png new file mode 100644 index 000000000..477e3f234 Binary files /dev/null and b/static/capture/gethugothemes-bookworm-light.png differ diff --git a/static/capture/gethugothemes-geeky-hugo.png b/static/capture/gethugothemes-geeky-hugo.png new file mode 100644 index 000000000..a2cc4652d Binary files /dev/null and b/static/capture/gethugothemes-geeky-hugo.png differ diff --git a/static/capture/gethugothemes-influencer-hugo.png b/static/capture/gethugothemes-influencer-hugo.png new file mode 100644 index 000000000..133b78983 Binary files /dev/null and b/static/capture/gethugothemes-influencer-hugo.png differ diff --git a/static/capture/gethugothemes-liva-hugo.png b/static/capture/gethugothemes-liva-hugo.png new file mode 100644 index 000000000..1f10776b4 Binary files /dev/null and b/static/capture/gethugothemes-liva-hugo.png differ diff --git a/static/capture/gethugothemes-navigator-hugo.png b/static/capture/gethugothemes-navigator-hugo.png new file mode 100644 index 000000000..fb55be8a0 Binary files /dev/null and b/static/capture/gethugothemes-navigator-hugo.png differ diff --git a/static/capture/gethugothemes-northendlab-light.png b/static/capture/gethugothemes-northendlab-light.png new file mode 100644 index 000000000..acf95e7e9 Binary files /dev/null and b/static/capture/gethugothemes-northendlab-light.png differ diff --git a/static/capture/gethugothemes-omega-hugo.png b/static/capture/gethugothemes-omega-hugo.png new file mode 100644 index 000000000..d29c2cf84 Binary files /dev/null and b/static/capture/gethugothemes-omega-hugo.png differ diff --git a/static/capture/gethugothemes-persian-hugo.png b/static/capture/gethugothemes-persian-hugo.png new file mode 100644 index 000000000..7fef35c37 Binary files /dev/null and b/static/capture/gethugothemes-persian-hugo.png differ diff --git a/static/capture/gethugothemes-restaurant-hugo.png b/static/capture/gethugothemes-restaurant-hugo.png new file mode 100644 index 000000000..f16c1bd05 Binary files /dev/null and b/static/capture/gethugothemes-restaurant-hugo.png differ diff --git a/static/capture/gethugothemes-techfeed-hugo.png b/static/capture/gethugothemes-techfeed-hugo.png new file mode 100644 index 000000000..8eefd062e Binary files /dev/null and b/static/capture/gethugothemes-techfeed-hugo.png differ diff --git a/static/capture/gethugothemes-touchy-hugo.png b/static/capture/gethugothemes-touchy-hugo.png new file mode 100644 index 000000000..9b5343dae Binary files /dev/null and b/static/capture/gethugothemes-touchy-hugo.png differ diff --git a/static/capture/gherciu-gatsby-all-in.png b/static/capture/gherciu-gatsby-all-in.png index 66a47ed3b..5b9ba8e14 100644 Binary files a/static/capture/gherciu-gatsby-all-in.png and b/static/capture/gherciu-gatsby-all-in.png differ diff --git a/static/capture/gildasio-clyell.png b/static/capture/gildasio-clyell.png index d59e0bc08..3ade3bc7b 100644 Binary files a/static/capture/gildasio-clyell.png and b/static/capture/gildasio-clyell.png differ diff --git a/static/capture/gillkyle-gatsby-starter-landing-page.png b/static/capture/gillkyle-gatsby-starter-landing-page.png index a664ed147..05f574599 100644 Binary files a/static/capture/gillkyle-gatsby-starter-landing-page.png and b/static/capture/gillkyle-gatsby-starter-landing-page.png differ diff --git a/static/capture/gilsondev-pelican-clean-blog.png b/static/capture/gilsondev-pelican-clean-blog.png index a2962c175..f74b04647 100644 Binary files a/static/capture/gilsondev-pelican-clean-blog.png and b/static/capture/gilsondev-pelican-clean-blog.png differ diff --git a/static/capture/gizak-nofancy.png b/static/capture/gizak-nofancy.png deleted file mode 100644 index c9d3c18a1..000000000 Binary files a/static/capture/gizak-nofancy.png and /dev/null differ diff --git a/static/capture/gjuniioor-darcli.png b/static/capture/gjuniioor-darcli.png deleted file mode 100644 index f194bc791..000000000 Binary files a/static/capture/gjuniioor-darcli.png and /dev/null differ diff --git a/static/capture/gkmngrgn-hugo-alageek-theme.png b/static/capture/gkmngrgn-hugo-alageek-theme.png index e7f56dbb0..c2c902313 100644 Binary files a/static/capture/gkmngrgn-hugo-alageek-theme.png and b/static/capture/gkmngrgn-hugo-alageek-theme.png differ diff --git a/static/capture/gmlunesa-gatsby-starter-personal-portfolio-main.png b/static/capture/gmlunesa-gatsby-starter-personal-portfolio-main.png deleted file mode 100644 index 4164954d7..000000000 Binary files a/static/capture/gmlunesa-gatsby-starter-personal-portfolio-main.png and /dev/null differ diff --git a/static/capture/gmlunesa-gatsby-starter-personal-portfolio.png b/static/capture/gmlunesa-gatsby-starter-personal-portfolio.png index d131ba0f2..8064680ee 100644 Binary files a/static/capture/gmlunesa-gatsby-starter-personal-portfolio.png and b/static/capture/gmlunesa-gatsby-starter-personal-portfolio.png differ diff --git a/static/capture/gomah-bluise.png b/static/capture/gomah-bluise.png index 51c2ddad8..59789df97 100644 Binary files a/static/capture/gomah-bluise.png and b/static/capture/gomah-bluise.png differ diff --git a/static/capture/gonapps-org-hugo-apps-theme.png b/static/capture/gonapps-org-hugo-apps-theme.png deleted file mode 100644 index 3dd938a71..000000000 Binary files a/static/capture/gonapps-org-hugo-apps-theme.png and /dev/null differ diff --git a/static/capture/goodroot-hugo-classic.png b/static/capture/goodroot-hugo-classic.png index 3f97a6ca0..b0b9f9c46 100644 Binary files a/static/capture/goodroot-hugo-classic.png and b/static/capture/goodroot-hugo-classic.png differ diff --git a/static/capture/graphcms-gatsby-graphcms-tailwindcss-example.png b/static/capture/graphcms-gatsby-graphcms-tailwindcss-example.png index 503e6769f..5f4abcb12 100644 Binary files a/static/capture/graphcms-gatsby-graphcms-tailwindcss-example.png and b/static/capture/graphcms-gatsby-graphcms-tailwindcss-example.png differ diff --git a/static/capture/graphcms-gatsby-starter-graphcms-blog.png b/static/capture/graphcms-gatsby-starter-graphcms-blog.png new file mode 100644 index 000000000..6e8fb1d12 Binary files /dev/null and b/static/capture/graphcms-gatsby-starter-graphcms-blog.png differ diff --git a/static/capture/graphcms-graphcms-commerce-starter.png b/static/capture/graphcms-graphcms-commerce-starter.png new file mode 100644 index 000000000..c967ad005 Binary files /dev/null and b/static/capture/graphcms-graphcms-commerce-starter.png differ diff --git a/static/capture/graphcms-reference-marketing-website.png b/static/capture/graphcms-reference-marketing-website.png new file mode 100644 index 000000000..01929e31e Binary files /dev/null and b/static/capture/graphcms-reference-marketing-website.png differ diff --git a/static/capture/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog.png b/static/capture/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog.png index ffc40f423..41afd2b9b 100644 Binary files a/static/capture/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog.png and b/static/capture/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog.png differ diff --git a/static/capture/greglobinski-gatsby-starter-hero-blog.png b/static/capture/greglobinski-gatsby-starter-hero-blog.png index 5e98e0224..bcde7b4d0 100644 Binary files a/static/capture/greglobinski-gatsby-starter-hero-blog.png and b/static/capture/greglobinski-gatsby-starter-hero-blog.png differ diff --git a/static/capture/gridsome-gridsome-starter-blog.png b/static/capture/gridsome-gridsome-starter-blog.png index 94c0cbd68..83451eeef 100644 Binary files a/static/capture/gridsome-gridsome-starter-blog.png and b/static/capture/gridsome-gridsome-starter-blog.png differ diff --git a/static/capture/gristlabs-mkdocs-windmill.png b/static/capture/gristlabs-mkdocs-windmill.png index 6962a93e3..16f2eb8ad 100644 Binary files a/static/capture/gristlabs-mkdocs-windmill.png and b/static/capture/gristlabs-mkdocs-windmill.png differ diff --git a/static/capture/grrinchas-aliquam.png b/static/capture/grrinchas-aliquam.png index e79905e2d..6ed0aa645 100644 Binary files a/static/capture/grrinchas-aliquam.png and b/static/capture/grrinchas-aliquam.png differ diff --git a/static/capture/guangmean-niello.png b/static/capture/guangmean-niello.png deleted file mode 100644 index cb1c98325..000000000 Binary files a/static/capture/guangmean-niello.png and /dev/null differ diff --git a/static/capture/gundamew-hugo-bingo.png b/static/capture/gundamew-hugo-bingo.png deleted file mode 100644 index 0d04eca4f..000000000 Binary files a/static/capture/gundamew-hugo-bingo.png and /dev/null differ diff --git a/static/capture/guovz-pithy.png b/static/capture/guovz-pithy.png deleted file mode 100644 index 6cc5c428e..000000000 Binary files a/static/capture/guovz-pithy.png and /dev/null differ diff --git a/static/capture/gurusabarish-hugo-profile.png b/static/capture/gurusabarish-hugo-profile.png index 11e1b103c..d756f8d13 100644 Binary files a/static/capture/gurusabarish-hugo-profile.png and b/static/capture/gurusabarish-hugo-profile.png differ diff --git a/static/capture/gyorb-hugo-dusk.png b/static/capture/gyorb-hugo-dusk.png deleted file mode 100644 index 64ea38880..000000000 Binary files a/static/capture/gyorb-hugo-dusk.png and /dev/null differ diff --git a/static/capture/h-enk-doks.png b/static/capture/h-enk-doks.png index 635cdfe1b..ed1c0b334 100644 Binary files a/static/capture/h-enk-doks.png and b/static/capture/h-enk-doks.png differ diff --git a/static/capture/h01000110-windows-95.png b/static/capture/h01000110-windows-95.png index a25c84e5b..46a785773 100644 Binary files a/static/capture/h01000110-windows-95.png and b/static/capture/h01000110-windows-95.png differ diff --git a/static/capture/hadisinaee-avicenna.png b/static/capture/hadisinaee-avicenna.png deleted file mode 100644 index f370caf10..000000000 Binary files a/static/capture/hadisinaee-avicenna.png and /dev/null differ diff --git a/static/capture/haezl-gatsby-starter-haezl.png b/static/capture/haezl-gatsby-starter-haezl.png deleted file mode 100644 index 40c10b574..000000000 Binary files a/static/capture/haezl-gatsby-starter-haezl.png and /dev/null differ diff --git a/static/capture/hagnerd-gatsby-starter-blog-mdx.png b/static/capture/hagnerd-gatsby-starter-blog-mdx.png index 645b4118c..1b3b37793 100644 Binary files a/static/capture/hagnerd-gatsby-starter-blog-mdx.png and b/static/capture/hagnerd-gatsby-starter-blog-mdx.png differ diff --git a/static/capture/halogenica-beautifulhugo.png b/static/capture/halogenica-beautifulhugo.png deleted file mode 100644 index 8a5fcdd1a..000000000 Binary files a/static/capture/halogenica-beautifulhugo.png and /dev/null differ diff --git a/static/capture/harshil1712-gatsby-starter-googlesheets.png b/static/capture/harshil1712-gatsby-starter-googlesheets.png index aac449dd7..95e89051f 100644 Binary files a/static/capture/harshil1712-gatsby-starter-googlesheets.png and b/static/capture/harshil1712-gatsby-starter-googlesheets.png differ diff --git a/static/capture/hasura-gatsby-gitbook-starter.png b/static/capture/hasura-gatsby-gitbook-starter.png index 9f2f6e169..82ea9f990 100644 Binary files a/static/capture/hasura-gatsby-gitbook-starter.png and b/static/capture/hasura-gatsby-gitbook-starter.png differ diff --git a/static/capture/hauke96-hugo-theme-hamburg.png b/static/capture/hauke96-hugo-theme-hamburg.png deleted file mode 100644 index 324d65b39..000000000 Binary files a/static/capture/hauke96-hugo-theme-hamburg.png and /dev/null differ diff --git a/static/capture/hdcdstr8fwd-foundation-theme.png b/static/capture/hdcdstr8fwd-foundation-theme.png deleted file mode 100644 index 5ff767c8d..000000000 Binary files a/static/capture/hdcdstr8fwd-foundation-theme.png and /dev/null differ diff --git a/static/capture/heiswayi-textlog.png b/static/capture/heiswayi-textlog.png index 784fe4503..8946de426 100644 Binary files a/static/capture/heiswayi-textlog.png and b/static/capture/heiswayi-textlog.png differ diff --git a/static/capture/heiswayi-the-plain.png b/static/capture/heiswayi-the-plain.png index 7e70eff27..7232d9a29 100644 Binary files a/static/capture/heiswayi-the-plain.png and b/static/capture/heiswayi-the-plain.png differ diff --git a/static/capture/heiswayi-thinkspace.png b/static/capture/heiswayi-thinkspace.png index de332b56e..e81baf97a 100644 Binary files a/static/capture/heiswayi-thinkspace.png and b/static/capture/heiswayi-thinkspace.png differ diff --git a/static/capture/heliumjk-heliumjk.github.io.png b/static/capture/heliumjk-heliumjk.github.io.png index 32dc1f747..6cc8be6fa 100644 Binary files a/static/capture/heliumjk-heliumjk.github.io.png and b/static/capture/heliumjk-heliumjk.github.io.png differ diff --git a/static/capture/hemangsk-devjournal.png b/static/capture/hemangsk-devjournal.png index 5c5d7663d..43a8c600c 100644 Binary files a/static/capture/hemangsk-devjournal.png and b/static/capture/hemangsk-devjournal.png differ diff --git a/static/capture/hemangsk-gravity.png b/static/capture/hemangsk-gravity.png index 02afb0de4..058642315 100644 Binary files a/static/capture/hemangsk-gravity.png and b/static/capture/hemangsk-gravity.png differ diff --git a/static/capture/hemangsk-safarnama.png b/static/capture/hemangsk-safarnama.png index 62a3c71d6..323cc9205 100644 Binary files a/static/capture/hemangsk-safarnama.png and b/static/capture/hemangsk-safarnama.png differ diff --git a/static/capture/henryhuang-hexo-theme-aloha.png b/static/capture/henryhuang-hexo-theme-aloha.png index aed9fe7c9..e2e57d861 100644 Binary files a/static/capture/henryhuang-hexo-theme-aloha.png and b/static/capture/henryhuang-hexo-theme-aloha.png differ diff --git a/static/capture/himali-patel-myclicks.png b/static/capture/himali-patel-myclicks.png index 408944b55..4ca9888bb 100644 Binary files a/static/capture/himali-patel-myclicks.png and b/static/capture/himali-patel-myclicks.png differ diff --git a/static/capture/histaff-website-static.png b/static/capture/histaff-website-static.png index ce30167ae..4e3c124a0 100644 Binary files a/static/capture/histaff-website-static.png and b/static/capture/histaff-website-static.png differ diff --git a/static/capture/hmfaysal-hmfaysal-omega-theme.png b/static/capture/hmfaysal-hmfaysal-omega-theme.png index 0696f9624..6476c5866 100644 Binary files a/static/capture/hmfaysal-hmfaysal-omega-theme.png and b/static/capture/hmfaysal-hmfaysal-omega-theme.png differ diff --git a/static/capture/hmfaysal-jekyll-hmfaysal-theme.png b/static/capture/hmfaysal-jekyll-hmfaysal-theme.png index a8e2ba044..c8ec67082 100644 Binary files a/static/capture/hmfaysal-jekyll-hmfaysal-theme.png and b/static/capture/hmfaysal-jekyll-hmfaysal-theme.png differ diff --git a/static/capture/hmfaysal-notepad.png b/static/capture/hmfaysal-notepad.png deleted file mode 100644 index 7d688c5c9..000000000 Binary files a/static/capture/hmfaysal-notepad.png and /dev/null differ diff --git a/static/capture/holger1411-11straps.png b/static/capture/holger1411-11straps.png new file mode 100644 index 000000000..47a89012f Binary files /dev/null and b/static/capture/holger1411-11straps.png differ diff --git a/static/capture/holger1411-brook-dev.png b/static/capture/holger1411-brook-dev.png new file mode 100644 index 000000000..b3d4883b3 Binary files /dev/null and b/static/capture/holger1411-brook-dev.png differ diff --git a/static/capture/htdvisser-hugo-base16-theme.png b/static/capture/htdvisser-hugo-base16-theme.png deleted file mode 100644 index c6f01dad1..000000000 Binary files a/static/capture/htdvisser-hugo-base16-theme.png and /dev/null differ diff --git a/static/capture/htr3n-hyde-hyde.png b/static/capture/htr3n-hyde-hyde.png deleted file mode 100644 index e2f77d4d7..000000000 Binary files a/static/capture/htr3n-hyde-hyde.png and /dev/null differ diff --git a/static/capture/hugo-sid-hugo-blog-awesome.png b/static/capture/hugo-sid-hugo-blog-awesome.png new file mode 100644 index 000000000..0911b8227 Binary files /dev/null and b/static/capture/hugo-sid-hugo-blog-awesome.png differ diff --git a/static/capture/hugocarreira-jekyll-materializecss.png b/static/capture/hugocarreira-jekyll-materializecss.png index b59267116..fb67551a8 100644 Binary files a/static/capture/hugocarreira-jekyll-materializecss.png and b/static/capture/hugocarreira-jekyll-materializecss.png differ diff --git a/static/capture/hugocarreira-jekyll-vision-casper-theme.png b/static/capture/hugocarreira-jekyll-vision-casper-theme.png index 37559f0f8..fb9f0aeb8 100644 Binary files a/static/capture/hugocarreira-jekyll-vision-casper-theme.png and b/static/capture/hugocarreira-jekyll-vision-casper-theme.png differ diff --git a/static/capture/hugoferreira-papyrus-theme.png b/static/capture/hugoferreira-papyrus-theme.png index b722ac45a..56281c1a8 100644 Binary files a/static/capture/hugoferreira-papyrus-theme.png and b/static/capture/hugoferreira-papyrus-theme.png differ diff --git a/static/capture/humrochagf-colordrop.png b/static/capture/humrochagf-colordrop.png index a3fe977d7..6647e927b 100644 Binary files a/static/capture/humrochagf-colordrop.png and b/static/capture/humrochagf-colordrop.png differ diff --git a/static/capture/huweihuang-hexo-theme-huweihuang.png b/static/capture/huweihuang-hexo-theme-huweihuang.png index f454b098f..ff424bab4 100644 Binary files a/static/capture/huweihuang-hexo-theme-huweihuang.png and b/static/capture/huweihuang-hexo-theme-huweihuang.png differ diff --git a/static/capture/huyb1991-hugo-lamp.png b/static/capture/huyb1991-hugo-lamp.png deleted file mode 100644 index 1d63b84eb..000000000 Binary files a/static/capture/huyb1991-hugo-lamp.png and /dev/null differ diff --git a/static/capture/huyingjie-hexo-theme-a-rsnippet.png b/static/capture/huyingjie-hexo-theme-a-rsnippet.png deleted file mode 100644 index 20628316b..000000000 Binary files a/static/capture/huyingjie-hexo-theme-a-rsnippet.png and /dev/null differ diff --git a/static/capture/icyris-hugo-theme-yuki.png b/static/capture/icyris-hugo-theme-yuki.png deleted file mode 100644 index bccc23a7c..000000000 Binary files a/static/capture/icyris-hugo-theme-yuki.png and /dev/null differ diff --git a/static/capture/ifedyukin-mekyll.png b/static/capture/ifedyukin-mekyll.png index 50366a4f6..5ce85dde4 100644 Binary files a/static/capture/ifedyukin-mekyll.png and b/static/capture/ifedyukin-mekyll.png differ diff --git a/static/capture/ijjk-notion-blog.png b/static/capture/ijjk-notion-blog.png new file mode 100644 index 000000000..6c40e2aa2 Binary files /dev/null and b/static/capture/ijjk-notion-blog.png differ diff --git a/static/capture/ijsucceed-onepress.png b/static/capture/ijsucceed-onepress.png deleted file mode 100644 index 80bc76e30..000000000 Binary files a/static/capture/ijsucceed-onepress.png and /dev/null differ diff --git a/static/capture/imedadel-gatsby-london.png b/static/capture/imedadel-gatsby-london.png index 29fed8790..2ab66f176 100644 Binary files a/static/capture/imedadel-gatsby-london.png and b/static/capture/imedadel-gatsby-london.png differ diff --git a/static/capture/inded-jekyll_modern-blog.png b/static/capture/inded-jekyll_modern-blog.png index 51abcb6e7..9481289da 100644 Binary files a/static/capture/inded-jekyll_modern-blog.png and b/static/capture/inded-jekyll_modern-blog.png differ diff --git a/static/capture/insidiousmind-material-bliss-jekyll-theme.png b/static/capture/insidiousmind-material-bliss-jekyll-theme.png index 8a43fd868..9fef67df0 100644 Binary files a/static/capture/insidiousmind-material-bliss-jekyll-theme.png and b/static/capture/insidiousmind-material-bliss-jekyll-theme.png differ diff --git a/static/capture/issydennis-gatsby-snipcart.png b/static/capture/issydennis-gatsby-snipcart.png index b8b88b876..cf4f3ddbd 100644 Binary files a/static/capture/issydennis-gatsby-snipcart.png and b/static/capture/issydennis-gatsby-snipcart.png differ diff --git a/static/capture/it-gro-hugo-theme-w3css-basic.png b/static/capture/it-gro-hugo-theme-w3css-basic.png index 81deb460e..e72313b5c 100644 Binary files a/static/capture/it-gro-hugo-theme-w3css-basic.png and b/static/capture/it-gro-hugo-theme-w3css-basic.png differ diff --git a/static/capture/itisbenjamin-nice_blog.png b/static/capture/itisbenjamin-nice_blog.png deleted file mode 100644 index f194bc791..000000000 Binary files a/static/capture/itisbenjamin-nice_blog.png and /dev/null differ diff --git a/static/capture/itsmeaga1n-minimal-categorized.png b/static/capture/itsmeaga1n-minimal-categorized.png index 9934ca254..8890db925 100644 Binary files a/static/capture/itsmeaga1n-minimal-categorized.png and b/static/capture/itsmeaga1n-minimal-categorized.png differ diff --git a/static/capture/itsnwa-darkfolio.png b/static/capture/itsnwa-darkfolio.png index 0c04b249b..68f548968 100644 Binary files a/static/capture/itsnwa-darkfolio.png and b/static/capture/itsnwa-darkfolio.png differ diff --git a/static/capture/itsnwa-gridsome-forestry-starter.png b/static/capture/itsnwa-gridsome-forestry-starter.png index 4174392a0..c9e4d9821 100644 Binary files a/static/capture/itsnwa-gridsome-forestry-starter.png and b/static/capture/itsnwa-gridsome-forestry-starter.png differ diff --git a/static/capture/itsrifat-rifyll.png b/static/capture/itsrifat-rifyll.png index 5ddb05794..b61a3b774 100644 Binary files a/static/capture/itsrifat-rifyll.png and b/static/capture/itsrifat-rifyll.png differ diff --git a/static/capture/ivanchou-hugo-theme-vec.png b/static/capture/ivanchou-hugo-theme-vec.png deleted file mode 100644 index e1ac42cef..000000000 Binary files a/static/capture/ivanchou-hugo-theme-vec.png and /dev/null differ diff --git a/static/capture/iwiedenm-jekyll-theme-massively-src.png b/static/capture/iwiedenm-jekyll-theme-massively-src.png index 518628893..0b46867a6 100644 Binary files a/static/capture/iwiedenm-jekyll-theme-massively-src.png and b/static/capture/iwiedenm-jekyll-theme-massively-src.png differ diff --git a/static/capture/iwilsonq-gatsby-starter-reasonml.png b/static/capture/iwilsonq-gatsby-starter-reasonml.png index e49178186..85608b6b9 100644 Binary files a/static/capture/iwilsonq-gatsby-starter-reasonml.png and b/static/capture/iwilsonq-gatsby-starter-reasonml.png differ diff --git a/static/capture/ixartz-astro-boilerplate.png b/static/capture/ixartz-astro-boilerplate.png new file mode 100644 index 000000000..502bf83c2 Binary files /dev/null and b/static/capture/ixartz-astro-boilerplate.png differ diff --git a/static/capture/ixartz-eleventy-starter-boilerplate.png b/static/capture/ixartz-eleventy-starter-boilerplate.png index b7e832a04..6fd10d036 100644 Binary files a/static/capture/ixartz-eleventy-starter-boilerplate.png and b/static/capture/ixartz-eleventy-starter-boilerplate.png differ diff --git a/static/capture/ixartz-next-js-blog-boilerplate.png b/static/capture/ixartz-next-js-blog-boilerplate.png index b92a3108b..1ab2c09cb 100644 Binary files a/static/capture/ixartz-next-js-blog-boilerplate.png and b/static/capture/ixartz-next-js-blog-boilerplate.png differ diff --git a/static/capture/ixartz-next-js-boilerplate.png b/static/capture/ixartz-next-js-boilerplate.png index 6d6f8b465..0da6e1502 100644 Binary files a/static/capture/ixartz-next-js-boilerplate.png and b/static/capture/ixartz-next-js-boilerplate.png differ diff --git a/static/capture/ixartz-next-js-landing-page-starter-template-master.png b/static/capture/ixartz-next-js-landing-page-starter-template-master.png deleted file mode 100644 index 5d12de473..000000000 Binary files a/static/capture/ixartz-next-js-landing-page-starter-template-master.png and /dev/null differ diff --git a/static/capture/ixartz-next-js-landing-page-starter-template.png b/static/capture/ixartz-next-js-landing-page-starter-template.png index bc24a7099..4933f9bef 100644 Binary files a/static/capture/ixartz-next-js-landing-page-starter-template.png and b/static/capture/ixartz-next-js-landing-page-starter-template.png differ diff --git a/static/capture/jackbravo-gatsby-starter-i18n-blog.png b/static/capture/jackbravo-gatsby-starter-i18n-blog.png index 89aca3860..f55af5a3a 100644 Binary files a/static/capture/jackbravo-gatsby-starter-i18n-blog.png and b/static/capture/jackbravo-gatsby-starter-i18n-blog.png differ diff --git a/static/capture/jacobsun-edidor.png b/static/capture/jacobsun-edidor.png deleted file mode 100644 index d733acb1d..000000000 Binary files a/static/capture/jacobsun-edidor.png and /dev/null differ diff --git a/static/capture/jacobtomlinson-carte-noire.png b/static/capture/jacobtomlinson-carte-noire.png index 6b82a8f0f..228abd829 100644 Binary files a/static/capture/jacobtomlinson-carte-noire.png and b/static/capture/jacobtomlinson-carte-noire.png differ diff --git a/static/capture/jaden-twentyfourteen.png b/static/capture/jaden-twentyfourteen.png deleted file mode 100644 index d8361af9e..000000000 Binary files a/static/capture/jaden-twentyfourteen.png and /dev/null differ diff --git a/static/capture/jaehee0113-console.png b/static/capture/jaehee0113-console.png index d1c3ac6ab..52b6022f8 100644 Binary files a/static/capture/jaehee0113-console.png and b/static/capture/jaehee0113-console.png differ diff --git a/static/capture/jaeyeophan-gatsby-starter-bee.png b/static/capture/jaeyeophan-gatsby-starter-bee.png index d371dbaf3..4e308ee71 100644 Binary files a/static/capture/jaeyeophan-gatsby-starter-bee.png and b/static/capture/jaeyeophan-gatsby-starter-bee.png differ diff --git a/static/capture/jake-101-bael-template.png b/static/capture/jake-101-bael-template.png index 4a1cb5cfc..0c5bf4054 100644 Binary files a/static/capture/jake-101-bael-template.png and b/static/capture/jake-101-bael-template.png differ diff --git a/static/capture/jameshamann-jekyll-material-theme.png b/static/capture/jameshamann-jekyll-material-theme.png index 16c205ce3..e288a91ac 100644 Binary files a/static/capture/jameshamann-jekyll-material-theme.png and b/static/capture/jameshamann-jekyll-material-theme.png differ diff --git a/static/capture/jamigibbs-phantom.png b/static/capture/jamigibbs-phantom.png index 3ad9652bc..3e406eefe 100644 Binary files a/static/capture/jamigibbs-phantom.png and b/static/capture/jamigibbs-phantom.png differ diff --git a/static/capture/janczizikow-sleek.png b/static/capture/janczizikow-sleek.png index f60cd4763..5821aa694 100644 Binary files a/static/capture/janczizikow-sleek.png and b/static/capture/janczizikow-sleek.png differ diff --git a/static/capture/jannikbuschke-gatsby-antd-docs.png b/static/capture/jannikbuschke-gatsby-antd-docs.png index f3136af28..807e5794f 100644 Binary files a/static/capture/jannikbuschke-gatsby-antd-docs.png and b/static/capture/jannikbuschke-gatsby-antd-docs.png differ diff --git a/static/capture/janraasch-hugo-scroll.png b/static/capture/janraasch-hugo-scroll.png new file mode 100644 index 000000000..49460c8ed Binary files /dev/null and b/static/capture/janraasch-hugo-scroll.png differ diff --git a/static/capture/jarrekk-jalpc.png b/static/capture/jarrekk-jalpc.png index 5d5a46bcc..ef4a9a232 100644 Binary files a/static/capture/jarrekk-jalpc.png and b/static/capture/jarrekk-jalpc.png differ diff --git a/static/capture/jasoncostello-slate.png b/static/capture/jasoncostello-slate.png index 19537179a..3ff5ea524 100644 Binary files a/static/capture/jasoncostello-slate.png and b/static/capture/jasoncostello-slate.png differ diff --git a/static/capture/jaymehta20-nextjs-blog-page.png b/static/capture/jaymehta20-nextjs-blog-page.png index 0b6bc16e6..80441c7d7 100644 Binary files a/static/capture/jaymehta20-nextjs-blog-page.png and b/static/capture/jaymehta20-nextjs-blog-page.png differ diff --git a/static/capture/jbub-ghostwriter.png b/static/capture/jbub-ghostwriter.png deleted file mode 100644 index c09e6b451..000000000 Binary files a/static/capture/jbub-ghostwriter.png and /dev/null differ diff --git a/static/capture/jdh8-sweet-16.png b/static/capture/jdh8-sweet-16.png deleted file mode 100644 index 35b35232e..000000000 Binary files a/static/capture/jdh8-sweet-16.png and /dev/null differ diff --git a/static/capture/jeblister-bulma.png b/static/capture/jeblister-bulma.png deleted file mode 100644 index d86603363..000000000 Binary files a/static/capture/jeblister-bulma.png and /dev/null differ diff --git a/static/capture/jeblister-kube.png b/static/capture/jeblister-kube.png index 113222894..e3c295092 100644 Binary files a/static/capture/jeblister-kube.png and b/static/capture/jeblister-kube.png differ diff --git a/static/capture/jeffreytse-jekyll-theme-yat.png b/static/capture/jeffreytse-jekyll-theme-yat.png index 58773edb4..c5131049d 100644 Binary files a/static/capture/jeffreytse-jekyll-theme-yat.png and b/static/capture/jeffreytse-jekyll-theme-yat.png differ diff --git a/static/capture/jekyll-garden-jekyll-garden.github.io.png b/static/capture/jekyll-garden-jekyll-garden.github.io.png new file mode 100644 index 000000000..3294fd569 Binary files /dev/null and b/static/capture/jekyll-garden-jekyll-garden.github.io.png differ diff --git a/static/capture/jekyll-one-j1-template-starter.png b/static/capture/jekyll-one-j1-template-starter.png index 4e8f4a2dd..a1cc44845 100644 Binary files a/static/capture/jekyll-one-j1-template-starter.png and b/static/capture/jekyll-one-j1-template-starter.png differ diff --git a/static/capture/jekyller-jasper2.png b/static/capture/jekyller-jasper2.png deleted file mode 100644 index e6019c1c0..000000000 Binary files a/static/capture/jekyller-jasper2.png and /dev/null differ diff --git a/static/capture/jekyller-online-cv.png b/static/capture/jekyller-online-cv.png index bd1f11986..bcaf12e0b 100644 Binary files a/static/capture/jekyller-online-cv.png and b/static/capture/jekyller-online-cv.png differ diff --git a/static/capture/jekyller-panelcv.png b/static/capture/jekyller-panelcv.png index d08927111..e3e04ca1a 100644 Binary files a/static/capture/jekyller-panelcv.png and b/static/capture/jekyller-panelcv.png differ diff --git a/static/capture/jekynewage-jekynewage.github.io.png b/static/capture/jekynewage-jekynewage.github.io.png index 4ee12ad02..9a25fad98 100644 Binary files a/static/capture/jekynewage-jekynewage.github.io.png and b/static/capture/jekynewage-jekynewage.github.io.png differ diff --git a/static/capture/jeromelachaud-freelancer-theme.png b/static/capture/jeromelachaud-freelancer-theme.png index d4c531539..dc25d66e4 100644 Binary files a/static/capture/jeromelachaud-freelancer-theme.png and b/static/capture/jeromelachaud-freelancer-theme.png differ diff --git a/static/capture/jeromelachaud-grayscale-theme.png b/static/capture/jeromelachaud-grayscale-theme.png index 6000d4b52..4a918b9cd 100644 Binary files a/static/capture/jeromelachaud-grayscale-theme.png and b/static/capture/jeromelachaud-grayscale-theme.png differ diff --git a/static/capture/jerryc127-hexo-theme-butterfly.png b/static/capture/jerryc127-hexo-theme-butterfly.png index 821e94885..edb4d0fa7 100644 Binary files a/static/capture/jerryc127-hexo-theme-butterfly.png and b/static/capture/jerryc127-hexo-theme-butterfly.png differ diff --git a/static/capture/jesselau76-hugo-w3-simple.png b/static/capture/jesselau76-hugo-w3-simple.png deleted file mode 100644 index d61f11ca9..000000000 Binary files a/static/capture/jesselau76-hugo-w3-simple.png and /dev/null differ diff --git a/static/capture/jitinnair1-gradfolio.png b/static/capture/jitinnair1-gradfolio.png index 9a20f167f..26bf80cd4 100644 Binary files a/static/capture/jitinnair1-gradfolio.png and b/static/capture/jitinnair1-gradfolio.png differ diff --git a/static/capture/jjcav84-mdbreact-gatsby-starter.png b/static/capture/jjcav84-mdbreact-gatsby-starter.png index 63d2149bc..799ae3f43 100644 Binary files a/static/capture/jjcav84-mdbreact-gatsby-starter.png and b/static/capture/jjcav84-mdbreact-gatsby-starter.png differ diff --git a/static/capture/jkytoela-next-startd.png b/static/capture/jkytoela-next-startd.png new file mode 100644 index 000000000..c2638447d Binary files /dev/null and b/static/capture/jkytoela-next-startd.png differ diff --git a/static/capture/jmau111-gatsby-juma.png b/static/capture/jmau111-gatsby-juma.png new file mode 100644 index 000000000..d2b49968a Binary files /dev/null and b/static/capture/jmau111-gatsby-juma.png differ diff --git a/static/capture/jmau111-gatsby-nes.png b/static/capture/jmau111-gatsby-nes.png new file mode 100644 index 000000000..5a124d36a Binary files /dev/null and b/static/capture/jmau111-gatsby-nes.png differ diff --git a/static/capture/jmau111-hugo-theme-ava.png b/static/capture/jmau111-hugo-theme-ava.png new file mode 100644 index 000000000..ef00731ed Binary files /dev/null and b/static/capture/jmau111-hugo-theme-ava.png differ diff --git a/static/capture/jmschrack-dark-portfolio-template-11ty-dev.png b/static/capture/jmschrack-dark-portfolio-template-11ty-dev.png deleted file mode 100644 index 171068b2a..000000000 Binary files a/static/capture/jmschrack-dark-portfolio-template-11ty-dev.png and /dev/null differ diff --git a/static/capture/jmschrack-dark-portfolio-template-11ty.png b/static/capture/jmschrack-dark-portfolio-template-11ty.png index 5f3fc6ae5..18b7435f5 100644 Binary files a/static/capture/jmschrack-dark-portfolio-template-11ty.png and b/static/capture/jmschrack-dark-portfolio-template-11ty.png differ diff --git a/static/capture/jnjosh-internet-weblog.png b/static/capture/jnjosh-internet-weblog.png deleted file mode 100644 index 9d403f947..000000000 Binary files a/static/capture/jnjosh-internet-weblog.png and /dev/null differ diff --git a/static/capture/johncoene-marat.png b/static/capture/johncoene-marat.png index b7ad9b62b..12ecee71d 100644 Binary files a/static/capture/johncoene-marat.png and b/static/capture/johncoene-marat.png differ diff --git a/static/capture/johnotander-pixyll.png b/static/capture/johnotander-pixyll.png deleted file mode 100644 index ea071caf5..000000000 Binary files a/static/capture/johnotander-pixyll.png and /dev/null differ diff --git a/static/capture/josephdyer-skeleventy.png b/static/capture/josephdyer-skeleventy.png index c78456afa..95b0a84e5 100644 Binary files a/static/capture/josephdyer-skeleventy.png and b/static/capture/josephdyer-skeleventy.png differ diff --git a/static/capture/josephhutch-aether.png b/static/capture/josephhutch-aether.png deleted file mode 100644 index d736e9c90..000000000 Binary files a/static/capture/josephhutch-aether.png and /dev/null differ diff --git a/static/capture/joshgerdes-jekyll-uno.png b/static/capture/joshgerdes-jekyll-uno.png index a2552a65b..5296ee427 100644 Binary files a/static/capture/joshgerdes-jekyll-uno.png and b/static/capture/joshgerdes-jekyll-uno.png differ diff --git a/static/capture/joshuaavalon-jekyll-avalon.png b/static/capture/joshuaavalon-jekyll-avalon.png index 453b18320..42cab9b4f 100644 Binary files a/static/capture/joshuaavalon-jekyll-avalon.png and b/static/capture/joshuaavalon-jekyll-avalon.png differ diff --git a/static/capture/jota-ele-ene-just-me.png b/static/capture/jota-ele-ene-just-me.png new file mode 100644 index 000000000..f4830e793 Binary files /dev/null and b/static/capture/jota-ele-ene-just-me.png differ diff --git a/static/capture/joway-hugo-theme-yinyang.png b/static/capture/joway-hugo-theme-yinyang.png index d3bd9a074..df9d61291 100644 Binary files a/static/capture/joway-hugo-theme-yinyang.png and b/static/capture/joway-hugo-theme-yinyang.png differ diff --git a/static/capture/joytou-joytou.github.io.png b/static/capture/joytou-joytou.github.io.png index 6b25b2ff3..a304146c3 100644 Binary files a/static/capture/joytou-joytou.github.io.png and b/static/capture/joytou-joytou.github.io.png differ diff --git a/static/capture/jpanther-congo.png b/static/capture/jpanther-congo.png new file mode 100644 index 000000000..ba72c0f77 Binary files /dev/null and b/static/capture/jpanther-congo.png differ diff --git a/static/capture/jpanther-lynx.png b/static/capture/jpanther-lynx.png new file mode 100644 index 000000000..04dcf364c Binary files /dev/null and b/static/capture/jpanther-lynx.png differ diff --git a/static/capture/jpescador-hugo-future-imperfect.png b/static/capture/jpescador-hugo-future-imperfect.png deleted file mode 100644 index d1fd3733a..000000000 Binary files a/static/capture/jpescador-hugo-future-imperfect.png and /dev/null differ diff --git a/static/capture/jrutheiser-hugo-lithium-theme.png b/static/capture/jrutheiser-hugo-lithium-theme.png deleted file mode 100644 index 3f21a40fd..000000000 Binary files a/static/capture/jrutheiser-hugo-lithium-theme.png and /dev/null differ diff --git a/static/capture/jsappme-gridsome-shopify-starter.png b/static/capture/jsappme-gridsome-shopify-starter.png index f9b4a9a79..262d4a432 100644 Binary files a/static/capture/jsappme-gridsome-shopify-starter.png and b/static/capture/jsappme-gridsome-shopify-starter.png differ diff --git a/static/capture/jsnjack-hugo-changelog-theme.png b/static/capture/jsnjack-hugo-changelog-theme.png deleted file mode 100644 index 4ad7c29aa..000000000 Binary files a/static/capture/jsnjack-hugo-changelog-theme.png and /dev/null differ diff --git a/static/capture/jsnjack-kraiklyn.png b/static/capture/jsnjack-kraiklyn.png deleted file mode 100644 index 37148fbc3..000000000 Binary files a/static/capture/jsnjack-kraiklyn.png and /dev/null differ diff --git a/static/capture/jugglerx-gatsby-serif-theme.png b/static/capture/jugglerx-gatsby-serif-theme.png index 948179d78..719b8079f 100644 Binary files a/static/capture/jugglerx-gatsby-serif-theme.png and b/static/capture/jugglerx-gatsby-serif-theme.png differ diff --git a/static/capture/jugglerx-hugo-hero-theme.png b/static/capture/jugglerx-hugo-hero-theme.png index 078d2a2b2..39a80b849 100644 Binary files a/static/capture/jugglerx-hugo-hero-theme.png and b/static/capture/jugglerx-hugo-hero-theme.png differ diff --git a/static/capture/jugglerx-hugo-whisper-theme.png b/static/capture/jugglerx-hugo-whisper-theme.png index 397b5e9f6..57e29e238 100644 Binary files a/static/capture/jugglerx-hugo-whisper-theme.png and b/static/capture/jugglerx-hugo-whisper-theme.png differ diff --git a/static/capture/jugglerx-jekyll-serif-theme.png b/static/capture/jugglerx-jekyll-serif-theme.png deleted file mode 100644 index e25d38b57..000000000 Binary files a/static/capture/jugglerx-jekyll-serif-theme.png and /dev/null differ diff --git a/static/capture/juhi-trivedi-cape.png b/static/capture/juhi-trivedi-cape.png index b83b1c5aa..e03c822cb 100644 Binary files a/static/capture/juhi-trivedi-cape.png and b/static/capture/juhi-trivedi-cape.png differ diff --git a/static/capture/jumpalottahigh-gatsby-starter-blog-jumpalottahigh.png b/static/capture/jumpalottahigh-gatsby-starter-blog-jumpalottahigh.png index f7ca0e783..6fe64c1ff 100644 Binary files a/static/capture/jumpalottahigh-gatsby-starter-blog-jumpalottahigh.png and b/static/capture/jumpalottahigh-gatsby-starter-blog-jumpalottahigh.png differ diff --git a/static/capture/junlulocky-popuptweets.png b/static/capture/junlulocky-popuptweets.png index 9cdc5ad8e..8e4128ea4 100644 Binary files a/static/capture/junlulocky-popuptweets.png and b/static/capture/junlulocky-popuptweets.png differ diff --git a/static/capture/justgoodthemes-blogbox-jekyll-theme.png b/static/capture/justgoodthemes-blogbox-jekyll-theme.png new file mode 100644 index 000000000..00f7a9b5b Binary files /dev/null and b/static/capture/justgoodthemes-blogbox-jekyll-theme.png differ diff --git a/static/capture/justgoodthemes-scriptor-jekyll-theme.png b/static/capture/justgoodthemes-scriptor-jekyll-theme.png new file mode 100644 index 000000000..5f71edfde Binary files /dev/null and b/static/capture/justgoodthemes-scriptor-jekyll-theme.png differ diff --git a/static/capture/justinformentin-gatsby-v2-tutorial-starter.png b/static/capture/justinformentin-gatsby-v2-tutorial-starter.png index 66356dba0..3900ea5f5 100644 Binary files a/static/capture/justinformentin-gatsby-v2-tutorial-starter.png and b/static/capture/justinformentin-gatsby-v2-tutorial-starter.png differ diff --git a/static/capture/jweslley-hugo-conference.png b/static/capture/jweslley-hugo-conference.png deleted file mode 100644 index 8737c246a..000000000 Binary files a/static/capture/jweslley-hugo-conference.png and /dev/null differ diff --git a/static/capture/jwillmer-jekylldecent.png b/static/capture/jwillmer-jekylldecent.png index 0dab53d54..93fbea9f7 100644 Binary files a/static/capture/jwillmer-jekylldecent.png and b/static/capture/jwillmer-jekylldecent.png differ diff --git a/static/capture/kakawait-hugo-tranquilpeak-theme.png b/static/capture/kakawait-hugo-tranquilpeak-theme.png index 00486724a..597a7d93f 100644 Binary files a/static/capture/kakawait-hugo-tranquilpeak-theme.png and b/static/capture/kakawait-hugo-tranquilpeak-theme.png differ diff --git a/static/capture/kamikat-jekyll-theme-kagami.png b/static/capture/kamikat-jekyll-theme-kagami.png index 4fa5ce381..319496e17 100644 Binary files a/static/capture/kamikat-jekyll-theme-kagami.png and b/static/capture/kamikat-jekyll-theme-kagami.png differ diff --git a/static/capture/karloespiritu-blackdoc.png b/static/capture/karloespiritu-blackdoc.png deleted file mode 100644 index 3f023b90f..000000000 Binary files a/static/capture/karloespiritu-blackdoc.png and /dev/null differ diff --git a/static/capture/kausalflow-connectome.png b/static/capture/kausalflow-connectome.png index d836e90d2..43beea38c 100644 Binary files a/static/capture/kausalflow-connectome.png and b/static/capture/kausalflow-connectome.png differ diff --git a/static/capture/kaushalmodi-hugo-bare-min-theme.png b/static/capture/kaushalmodi-hugo-bare-min-theme.png index 823610216..f3eecd758 100644 Binary files a/static/capture/kaushalmodi-hugo-bare-min-theme.png and b/static/capture/kaushalmodi-hugo-bare-min-theme.png differ diff --git a/static/capture/kazumasato-siera.png b/static/capture/kazumasato-siera.png index d125aefe7..e4ee836b0 100644 Binary files a/static/capture/kazumasato-siera.png and b/static/capture/kazumasato-siera.png differ diff --git a/static/capture/kc0bfv-autophugo.png b/static/capture/kc0bfv-autophugo.png index fd42a6874..222d224c2 100644 Binary files a/static/capture/kc0bfv-autophugo.png and b/static/capture/kc0bfv-autophugo.png differ diff --git a/static/capture/kc0bfv-ticky_tacky_dark.png b/static/capture/kc0bfv-ticky_tacky_dark.png index bffe521ca..4f4f5cb46 100644 Binary files a/static/capture/kc0bfv-ticky_tacky_dark.png and b/static/capture/kc0bfv-ticky_tacky_dark.png differ diff --git a/static/capture/kdevo-osprey-delight.png b/static/capture/kdevo-osprey-delight.png new file mode 100644 index 000000000..ce6f3f919 Binary files /dev/null and b/static/capture/kdevo-osprey-delight.png differ diff --git a/static/capture/kdheepak-pelican-smoothie.png b/static/capture/kdheepak-pelican-smoothie.png index 8277a26ba..10d73ab97 100644 Binary files a/static/capture/kdheepak-pelican-smoothie.png and b/static/capture/kdheepak-pelican-smoothie.png differ diff --git a/static/capture/keichi-vienna.png b/static/capture/keichi-vienna.png deleted file mode 100644 index c19d96baa..000000000 Binary files a/static/capture/keichi-vienna.png and /dev/null differ diff --git a/static/capture/kejunmao-jekyll-theme-mdui.png b/static/capture/kejunmao-jekyll-theme-mdui.png deleted file mode 100644 index a462cd862..000000000 Binary files a/static/capture/kejunmao-jekyll-theme-mdui.png and /dev/null differ diff --git a/static/capture/kendallstrautman-brevifolia-gatsby-forestry.png b/static/capture/kendallstrautman-brevifolia-gatsby-forestry.png index b77b59d03..749c09148 100644 Binary files a/static/capture/kendallstrautman-brevifolia-gatsby-forestry.png and b/static/capture/kendallstrautman-brevifolia-gatsby-forestry.png differ diff --git a/static/capture/kendallstrautman-brevifolia-gridsome-forestry.png b/static/capture/kendallstrautman-brevifolia-gridsome-forestry.png index 1b2b44e75..994e2e18e 100644 Binary files a/static/capture/kendallstrautman-brevifolia-gridsome-forestry.png and b/static/capture/kendallstrautman-brevifolia-gridsome-forestry.png differ diff --git a/static/capture/kentico-gatsby-starter-kentico-cloud.png b/static/capture/kentico-gatsby-starter-kentico-cloud.png deleted file mode 100644 index 161d8c681..000000000 Binary files a/static/capture/kentico-gatsby-starter-kentico-cloud.png and /dev/null differ diff --git a/static/capture/kentico-gatsby-starter-kontent-lumen.png b/static/capture/kentico-gatsby-starter-kontent-lumen.png index f21fb3a9d..108f0780b 100644 Binary files a/static/capture/kentico-gatsby-starter-kontent-lumen.png and b/static/capture/kentico-gatsby-starter-kontent-lumen.png differ diff --git a/static/capture/kentico-gatsby-starter-kontent.png b/static/capture/kentico-gatsby-starter-kontent.png index 487bb0799..3156c9dbf 100644 Binary files a/static/capture/kentico-gatsby-starter-kontent.png and b/static/capture/kentico-gatsby-starter-kontent.png differ diff --git a/static/capture/kentico-kontent-boilerplate-statiq-net.png b/static/capture/kentico-kontent-boilerplate-statiq-net.png index f814defc5..a5f4aa3ae 100644 Binary files a/static/capture/kentico-kontent-boilerplate-statiq-net.png and b/static/capture/kentico-kontent-boilerplate-statiq-net.png differ diff --git a/static/capture/kentico-kontent-jekyll-blog.png b/static/capture/kentico-kontent-jekyll-blog.png index 844022de4..621bf5966 100644 Binary files a/static/capture/kentico-kontent-jekyll-blog.png and b/static/capture/kentico-kontent-jekyll-blog.png differ diff --git a/static/capture/kentico-kontent-sample-dancing-goat-gridsome.png b/static/capture/kentico-kontent-sample-dancing-goat-gridsome.png index 5c6b63461..ea44ec7df 100644 Binary files a/static/capture/kentico-kontent-sample-dancing-goat-gridsome.png and b/static/capture/kentico-kontent-sample-dancing-goat-gridsome.png differ diff --git a/static/capture/kevit-devaid-jekyll-theme.png b/static/capture/kevit-devaid-jekyll-theme.png index 14b51ad4a..b8a5368ba 100644 Binary files a/static/capture/kevit-devaid-jekyll-theme.png and b/static/capture/kevit-devaid-jekyll-theme.png differ diff --git a/static/capture/kimnagui-gatsby-starter-nagui.png b/static/capture/kimnagui-gatsby-starter-nagui.png deleted file mode 100644 index 1a06df222..000000000 Binary files a/static/capture/kimnagui-gatsby-starter-nagui.png and /dev/null differ diff --git a/static/capture/kingfelix-emerald.png b/static/capture/kingfelix-emerald.png deleted file mode 100644 index 8ce280785..000000000 Binary files a/static/capture/kingfelix-emerald.png and /dev/null differ diff --git a/static/capture/kishaningithub-hugo-creative-portfolio-theme.png b/static/capture/kishaningithub-hugo-creative-portfolio-theme.png deleted file mode 100644 index 8f3b993b3..000000000 Binary files a/static/capture/kishaningithub-hugo-creative-portfolio-theme.png and /dev/null differ diff --git a/static/capture/kitian616-jekyll-text-theme.png b/static/capture/kitian616-jekyll-text-theme.png index 45bc49569..5c81e2eb4 100644 Binary files a/static/capture/kitian616-jekyll-text-theme.png and b/static/capture/kitian616-jekyll-text-theme.png differ diff --git a/static/capture/kkninjae-book.png b/static/capture/kkninjae-book.png deleted file mode 100644 index 0bb1d2454..000000000 Binary files a/static/capture/kkninjae-book.png and /dev/null differ diff --git a/static/capture/klugjo-hexo-theme-alpha-dust.png b/static/capture/klugjo-hexo-theme-alpha-dust.png index 12cbcfd56..64fc20a50 100644 Binary files a/static/capture/klugjo-hexo-theme-alpha-dust.png and b/static/capture/klugjo-hexo-theme-alpha-dust.png differ diff --git a/static/capture/klugjo-hexo-theme-anodyne.png b/static/capture/klugjo-hexo-theme-anodyne.png index 5f5826c77..d9e3f4c13 100644 Binary files a/static/capture/klugjo-hexo-theme-anodyne.png and b/static/capture/klugjo-hexo-theme-anodyne.png differ diff --git a/static/capture/klugjo-hexo-theme-clean-blog.png b/static/capture/klugjo-hexo-theme-clean-blog.png index d53e503c9..7983466e8 100644 Binary files a/static/capture/klugjo-hexo-theme-clean-blog.png and b/static/capture/klugjo-hexo-theme-clean-blog.png differ diff --git a/static/capture/klugjo-hexo-theme-phantom.png b/static/capture/klugjo-hexo-theme-phantom.png index 411b0cf49..7fb0e87ad 100644 Binary files a/static/capture/klugjo-hexo-theme-phantom.png and b/static/capture/klugjo-hexo-theme-phantom.png differ diff --git a/static/capture/knaman2609-clean.png b/static/capture/knaman2609-clean.png index 03ea73c71..607def8d5 100644 Binary files a/static/capture/knaman2609-clean.png and b/static/capture/knaman2609-clean.png differ diff --git a/static/capture/knhash-jekyllbear.png b/static/capture/knhash-jekyllbear.png new file mode 100644 index 000000000..3a0473651 Binary files /dev/null and b/static/capture/knhash-jekyllbear.png differ diff --git a/static/capture/knhash-pudhina.png b/static/capture/knhash-pudhina.png index df1e180c8..f67be2de9 100644 Binary files a/static/capture/knhash-pudhina.png and b/static/capture/knhash-pudhina.png differ diff --git a/static/capture/knightjdr-gatsby-starter-scientist.png b/static/capture/knightjdr-gatsby-starter-scientist.png index 56340df3b..2c8ec6d3e 100644 Binary files a/static/capture/knightjdr-gatsby-starter-scientist.png and b/static/capture/knightjdr-gatsby-starter-scientist.png differ diff --git a/static/capture/koirand-pulp.png b/static/capture/koirand-pulp.png deleted file mode 100644 index d954b9e46..000000000 Binary files a/static/capture/koirand-pulp.png and /dev/null differ diff --git a/static/capture/konsumer-gatsby-starter-bootstrap-netlify.png b/static/capture/konsumer-gatsby-starter-bootstrap-netlify.png index 704cb30ee..8c2eb438f 100644 Binary files a/static/capture/konsumer-gatsby-starter-bootstrap-netlify.png and b/static/capture/konsumer-gatsby-starter-bootstrap-netlify.png differ diff --git a/static/capture/kronik3r-daktilo.png b/static/capture/kronik3r-daktilo.png index 2169e9526..a305c0fe7 100644 Binary files a/static/capture/kronik3r-daktilo.png and b/static/capture/kronik3r-daktilo.png differ diff --git a/static/capture/kulacino-bajawa.png b/static/capture/kulacino-bajawa.png index 6510f0424..f2cf813fe 100644 Binary files a/static/capture/kulacino-bajawa.png and b/static/capture/kulacino-bajawa.png differ diff --git a/static/capture/kun8018-gatsby-starter-icarus-blog.png b/static/capture/kun8018-gatsby-starter-icarus-blog.png new file mode 100644 index 000000000..d31f40f33 Binary files /dev/null and b/static/capture/kun8018-gatsby-starter-icarus-blog.png differ diff --git a/static/capture/kuntoaji-dekyll.png b/static/capture/kuntoaji-dekyll.png index 67ec6ac5a..40c5366d1 100644 Binary files a/static/capture/kuntoaji-dekyll.png and b/static/capture/kuntoaji-dekyll.png differ diff --git a/static/capture/kxxvii-kikofri.png b/static/capture/kxxvii-kikofri.png index 3674048c6..10eb438d1 100644 Binary files a/static/capture/kxxvii-kikofri.png and b/static/capture/kxxvii-kikofri.png differ diff --git a/static/capture/laixintao-princess-diaries.png b/static/capture/laixintao-princess-diaries.png index 44314d448..9777d4d6f 100644 Binary files a/static/capture/laixintao-princess-diaries.png and b/static/capture/laixintao-princess-diaries.png differ diff --git a/static/capture/laobubu-jekyll-theme-easybook.png b/static/capture/laobubu-jekyll-theme-easybook.png deleted file mode 100644 index dcdc97ced..000000000 Binary files a/static/capture/laobubu-jekyll-theme-easybook.png and /dev/null differ diff --git a/static/capture/lasseborly-anybodyhome.png b/static/capture/lasseborly-anybodyhome.png deleted file mode 100644 index 92a3087ac..000000000 Binary files a/static/capture/lasseborly-anybodyhome.png and /dev/null differ diff --git a/static/capture/lauragift21-gridsome-minimal-blog.png b/static/capture/lauragift21-gridsome-minimal-blog.png index 880f96058..aa5975a4c 100644 Binary files a/static/capture/lauragift21-gridsome-minimal-blog.png and b/static/capture/lauragift21-gridsome-minimal-blog.png differ diff --git a/static/capture/lavkumarv-feature-blog-jekyll.png b/static/capture/lavkumarv-feature-blog-jekyll.png index 26318b898..95b4f60be 100644 Binary files a/static/capture/lavkumarv-feature-blog-jekyll.png and b/static/capture/lavkumarv-feature-blog-jekyll.png differ diff --git a/static/capture/le4ker-personal-jekyll-theme.png b/static/capture/le4ker-personal-jekyll-theme.png index 4cbc92981..e6223e966 100644 Binary files a/static/capture/le4ker-personal-jekyll-theme.png and b/static/capture/le4ker-personal-jekyll-theme.png differ diff --git a/static/capture/lednerb-bilberry-hugo-theme.png b/static/capture/lednerb-bilberry-hugo-theme.png index 80316de56..852746ecc 100644 Binary files a/static/capture/lednerb-bilberry-hugo-theme.png and b/static/capture/lednerb-bilberry-hugo-theme.png differ diff --git a/static/capture/lekoarts-gatsby-starter-minimal-blog.png b/static/capture/lekoarts-gatsby-starter-minimal-blog.png index a561f1df9..fb1aa67da 100644 Binary files a/static/capture/lekoarts-gatsby-starter-minimal-blog.png and b/static/capture/lekoarts-gatsby-starter-minimal-blog.png differ diff --git a/static/capture/lekoarts-gatsby-starter-portfolio-bella.png b/static/capture/lekoarts-gatsby-starter-portfolio-bella.png index 4e5654e75..637bea96b 100644 Binary files a/static/capture/lekoarts-gatsby-starter-portfolio-bella.png and b/static/capture/lekoarts-gatsby-starter-portfolio-bella.png differ diff --git a/static/capture/lekoarts-gatsby-starter-portfolio-cara.png b/static/capture/lekoarts-gatsby-starter-portfolio-cara.png index 0c1a9153e..5aff19f6c 100644 Binary files a/static/capture/lekoarts-gatsby-starter-portfolio-cara.png and b/static/capture/lekoarts-gatsby-starter-portfolio-cara.png differ diff --git a/static/capture/lekoarts-gatsby-starter-portfolio-emilia.png b/static/capture/lekoarts-gatsby-starter-portfolio-emilia.png index fc45b6fd8..3dcd44053 100644 Binary files a/static/capture/lekoarts-gatsby-starter-portfolio-emilia.png and b/static/capture/lekoarts-gatsby-starter-portfolio-emilia.png differ diff --git a/static/capture/lekoarts-gatsby-starter-portfolio-emma.png b/static/capture/lekoarts-gatsby-starter-portfolio-emma.png index 55b4b8ab1..dc4847b4b 100644 Binary files a/static/capture/lekoarts-gatsby-starter-portfolio-emma.png and b/static/capture/lekoarts-gatsby-starter-portfolio-emma.png differ diff --git a/static/capture/lekoarts-gatsby-starter-portfolio-jodie.png b/static/capture/lekoarts-gatsby-starter-portfolio-jodie.png index 86ce4446b..d3069a1a9 100644 Binary files a/static/capture/lekoarts-gatsby-starter-portfolio-jodie.png and b/static/capture/lekoarts-gatsby-starter-portfolio-jodie.png differ diff --git a/static/capture/lekovicmilos-gatsby-starter-portfolio.png b/static/capture/lekovicmilos-gatsby-starter-portfolio.png index fe3a0b8aa..1796d7ec8 100644 Binary files a/static/capture/lekovicmilos-gatsby-starter-portfolio.png and b/static/capture/lekovicmilos-gatsby-starter-portfolio.png differ diff --git a/static/capture/lenpaul-academic.png b/static/capture/lenpaul-academic.png index f84bc41fe..b0427d639 100644 Binary files a/static/capture/lenpaul-academic.png and b/static/capture/lenpaul-academic.png differ diff --git a/static/capture/lenpaul-lagrange.png b/static/capture/lenpaul-lagrange.png index 30432aec2..44f809255 100644 Binary files a/static/capture/lenpaul-lagrange.png and b/static/capture/lenpaul-lagrange.png differ diff --git a/static/capture/lenpaul-millennial.png b/static/capture/lenpaul-millennial.png index 1573b87bd..b42345c1d 100644 Binary files a/static/capture/lenpaul-millennial.png and b/static/capture/lenpaul-millennial.png differ diff --git a/static/capture/lenpaul-portfolio-jekyll-theme.png b/static/capture/lenpaul-portfolio-jekyll-theme.png index 9da6fa3cf..2e08a2b9f 100644 Binary files a/static/capture/lenpaul-portfolio-jekyll-theme.png and b/static/capture/lenpaul-portfolio-jekyll-theme.png differ diff --git a/static/capture/leonhe-hugo_eiio.png b/static/capture/leonhe-hugo_eiio.png deleted file mode 100644 index 171ff7e7c..000000000 Binary files a/static/capture/leonhe-hugo_eiio.png and /dev/null differ diff --git a/static/capture/leopardpan-leopardpan.github.io.png b/static/capture/leopardpan-leopardpan.github.io.png deleted file mode 100644 index c7a742517..000000000 Binary files a/static/capture/leopardpan-leopardpan.github.io.png and /dev/null differ diff --git a/static/capture/lewislbr-lewis-gatsby-starter-blog.png b/static/capture/lewislbr-lewis-gatsby-starter-blog.png deleted file mode 100644 index 835a697f8..000000000 Binary files a/static/capture/lewislbr-lewis-gatsby-starter-blog.png and /dev/null differ diff --git a/static/capture/lgaida-mediumish-gohugo-theme.png b/static/capture/lgaida-mediumish-gohugo-theme.png index 58a0e3d58..d662d7627 100644 Binary files a/static/capture/lgaida-mediumish-gohugo-theme.png and b/static/capture/lgaida-mediumish-gohugo-theme.png differ diff --git a/static/capture/lgcolella-gatsby-starter-developer-blog.png b/static/capture/lgcolella-gatsby-starter-developer-blog.png deleted file mode 100644 index bd2b44db0..000000000 Binary files a/static/capture/lgcolella-gatsby-starter-developer-blog.png and /dev/null differ diff --git a/static/capture/liberxue-liberxue.github.io.png b/static/capture/liberxue-liberxue.github.io.png index 661fc23a1..0d219f356 100644 Binary files a/static/capture/liberxue-liberxue.github.io.png and b/static/capture/liberxue-liberxue.github.io.png differ diff --git a/static/capture/lingxz-er.png b/static/capture/lingxz-er.png deleted file mode 100644 index bef564760..000000000 Binary files a/static/capture/lingxz-er.png and /dev/null differ diff --git a/static/capture/link9596-hydrogen.png b/static/capture/link9596-hydrogen.png index c96d37793..37a87ddd6 100644 Binary files a/static/capture/link9596-hydrogen.png and b/static/capture/link9596-hydrogen.png differ diff --git a/static/capture/link9596-jekyll-theme-hydrogen.png b/static/capture/link9596-jekyll-theme-hydrogen.png new file mode 100644 index 000000000..3319576fe Binary files /dev/null and b/static/capture/link9596-jekyll-theme-hydrogen.png differ diff --git a/static/capture/liungkejin-liungkejin.github.io.png b/static/capture/liungkejin-liungkejin.github.io.png index 623ae5178..f4c1f3c9d 100644 Binary files a/static/capture/liungkejin-liungkejin.github.io.png and b/static/capture/liungkejin-liungkejin.github.io.png differ diff --git a/static/capture/liuzc-leaveit.png b/static/capture/liuzc-leaveit.png deleted file mode 100644 index e112fd8a3..000000000 Binary files a/static/capture/liuzc-leaveit.png and /dev/null differ diff --git a/static/capture/livingdocsio-gatsby-magazine-example.png b/static/capture/livingdocsio-gatsby-magazine-example.png index 3f9bf9e54..4e57e94c5 100644 Binary files a/static/capture/livingdocsio-gatsby-magazine-example.png and b/static/capture/livingdocsio-gatsby-magazine-example.png differ diff --git a/static/capture/lixizhi-lixizhi.github.io.png b/static/capture/lixizhi-lixizhi.github.io.png index 533d9ed08..7b54feaaf 100644 Binary files a/static/capture/lixizhi-lixizhi.github.io.png and b/static/capture/lixizhi-lixizhi.github.io.png differ diff --git a/static/capture/longpdo-neumorphism.png b/static/capture/longpdo-neumorphism.png index efbebb5ab..e7455b142 100644 Binary files a/static/capture/longpdo-neumorphism.png and b/static/capture/longpdo-neumorphism.png differ diff --git a/static/capture/lordmathis-hugo-theme-nix.png b/static/capture/lordmathis-hugo-theme-nix.png deleted file mode 100644 index 0a767f8fb..000000000 Binary files a/static/capture/lordmathis-hugo-theme-nix.png and /dev/null differ diff --git a/static/capture/lorepirri-cayman-blog.png b/static/capture/lorepirri-cayman-blog.png index 38875ec79..9156b730d 100644 Binary files a/static/capture/lorepirri-cayman-blog.png and b/static/capture/lorepirri-cayman-blog.png differ diff --git a/static/capture/lorepirri-jekyll-theme-simple-blog.png b/static/capture/lorepirri-jekyll-theme-simple-blog.png deleted file mode 100644 index 3192d2215..000000000 Binary files a/static/capture/lorepirri-jekyll-theme-simple-blog.png and /dev/null differ diff --git a/static/capture/loveminimal-hugo-theme-virgo.png b/static/capture/loveminimal-hugo-theme-virgo.png new file mode 100644 index 000000000..e34474d5d Binary files /dev/null and b/static/capture/loveminimal-hugo-theme-virgo.png differ diff --git a/static/capture/lubang-hugo-hello-programmer-theme.png b/static/capture/lubang-hugo-hello-programmer-theme.png index 9adbb412d..ee52ece92 100644 Binary files a/static/capture/lubang-hugo-hello-programmer-theme.png and b/static/capture/lubang-hugo-hello-programmer-theme.png differ diff --git a/static/capture/lucaspulliese-next-ecommerce.png b/static/capture/lucaspulliese-next-ecommerce.png new file mode 100644 index 000000000..551794285 Binary files /dev/null and b/static/capture/lucaspulliese-next-ecommerce.png differ diff --git a/static/capture/luizdepra-hugo-coder.png b/static/capture/luizdepra-hugo-coder.png deleted file mode 100644 index 3be5bd1aa..000000000 Binary files a/static/capture/luizdepra-hugo-coder.png and /dev/null differ diff --git a/static/capture/lukewhitehouse-gatsby-starter-blog-with-lunr.png b/static/capture/lukewhitehouse-gatsby-starter-blog-with-lunr.png index d1feb01de..2bb50f611 100644 Binary files a/static/capture/lukewhitehouse-gatsby-starter-blog-with-lunr.png and b/static/capture/lukewhitehouse-gatsby-starter-blog-with-lunr.png differ diff --git a/static/capture/lunaceee-hexo-material-netlify.png b/static/capture/lunaceee-hexo-material-netlify.png index 1937949a5..3be9fce54 100644 Binary files a/static/capture/lunaceee-hexo-material-netlify.png and b/static/capture/lunaceee-hexo-material-netlify.png differ diff --git a/static/capture/lundgren2-gatsby-starter-github-api.png b/static/capture/lundgren2-gatsby-starter-github-api.png index 5269ef188..6f49592bc 100644 Binary files a/static/capture/lundgren2-gatsby-starter-github-api.png and b/static/capture/lundgren2-gatsby-starter-github-api.png differ diff --git a/static/capture/luoyan35714-lessormore.png b/static/capture/luoyan35714-lessormore.png index 0b7abe149..e36a45d25 100644 Binary files a/static/capture/luoyan35714-lessormore.png and b/static/capture/luoyan35714-lessormore.png differ diff --git a/static/capture/lwojcik-eleventy-template-bliss.png b/static/capture/lwojcik-eleventy-template-bliss.png new file mode 100644 index 000000000..a8efea2f5 Binary files /dev/null and b/static/capture/lwojcik-eleventy-template-bliss.png differ diff --git a/static/capture/lwz7512-gatsby-netlify-identity-starter.png b/static/capture/lwz7512-gatsby-netlify-identity-starter.png index 6dd720bd3..01587363d 100644 Binary files a/static/capture/lwz7512-gatsby-netlify-identity-starter.png and b/static/capture/lwz7512-gatsby-netlify-identity-starter.png differ diff --git a/static/capture/lwz7512-next-dev-studio.png b/static/capture/lwz7512-next-dev-studio.png index b434e74e1..654f24a34 100644 Binary files a/static/capture/lwz7512-next-dev-studio.png and b/static/capture/lwz7512-next-dev-studio.png differ diff --git a/static/capture/lwz7512-next-smooth-doc.png b/static/capture/lwz7512-next-smooth-doc.png index 57b64bb65..c5e47f464 100644 Binary files a/static/capture/lwz7512-next-smooth-doc.png and b/static/capture/lwz7512-next-smooth-doc.png differ diff --git a/static/capture/lwz7512-next-static-neve.png b/static/capture/lwz7512-next-static-neve.png index af3b076b8..f4c568db4 100644 Binary files a/static/capture/lwz7512-next-static-neve.png and b/static/capture/lwz7512-next-static-neve.png differ diff --git a/static/capture/lxndrblz-anatole.png b/static/capture/lxndrblz-anatole.png new file mode 100644 index 000000000..64c797103 Binary files /dev/null and b/static/capture/lxndrblz-anatole.png differ diff --git a/static/capture/lyket-dev-nextjs-simple-blog-theme-main.png b/static/capture/lyket-dev-nextjs-simple-blog-theme-main.png deleted file mode 100644 index 67a44a969..000000000 Binary files a/static/capture/lyket-dev-nextjs-simple-blog-theme-main.png and /dev/null differ diff --git a/static/capture/lyket-dev-nextjs-simple-blog-theme.png b/static/capture/lyket-dev-nextjs-simple-blog-theme.png index d73c4f306..fac40269b 100644 Binary files a/static/capture/lyket-dev-nextjs-simple-blog-theme.png and b/static/capture/lyket-dev-nextjs-simple-blog-theme.png differ diff --git a/static/capture/macrod68-jekyll-materialize-starter-template.png b/static/capture/macrod68-jekyll-materialize-starter-template.png deleted file mode 100644 index f51db067d..000000000 Binary files a/static/capture/macrod68-jekyll-materialize-starter-template.png and /dev/null differ diff --git a/static/capture/madelyneriksen-gatsby-starter-tyra.png b/static/capture/madelyneriksen-gatsby-starter-tyra.png index 1c4f60d78..5c47d507e 100644 Binary files a/static/capture/madelyneriksen-gatsby-starter-tyra.png and b/static/capture/madelyneriksen-gatsby-starter-tyra.png differ diff --git a/static/capture/madforjekyll-madforjekyll.github.io.png b/static/capture/madforjekyll-madforjekyll.github.io.png index 1dedbc091..56a495b41 100644 Binary files a/static/capture/madforjekyll-madforjekyll.github.io.png and b/static/capture/madforjekyll-madforjekyll.github.io.png differ diff --git a/static/capture/manid2-lone-wolf-theme.png b/static/capture/manid2-lone-wolf-theme.png index e995bd5f1..df8dd48c5 100644 Binary files a/static/capture/manid2-lone-wolf-theme.png and b/static/capture/manid2-lone-wolf-theme.png differ diff --git a/static/capture/marcanuy-hugotube.png b/static/capture/marcanuy-hugotube.png index 563c90b6b..b3bd5aa73 100644 Binary files a/static/capture/marcanuy-hugotube.png and b/static/capture/marcanuy-hugotube.png differ diff --git a/static/capture/marcanuy-simpleit-hugo-theme.png b/static/capture/marcanuy-simpleit-hugo-theme.png deleted file mode 100644 index 00760edae..000000000 Binary files a/static/capture/marcanuy-simpleit-hugo-theme.png and /dev/null differ diff --git a/static/capture/marcomelilli-gatsby-airtable-advanced-starter.png b/static/capture/marcomelilli-gatsby-airtable-advanced-starter.png index 7430bfb42..352796816 100644 Binary files a/static/capture/marcomelilli-gatsby-airtable-advanced-starter.png and b/static/capture/marcomelilli-gatsby-airtable-advanced-starter.png differ diff --git a/static/capture/marcusvirg-forty.png b/static/capture/marcusvirg-forty.png deleted file mode 100644 index e288715a0..000000000 Binary files a/static/capture/marcusvirg-forty.png and /dev/null differ diff --git a/static/capture/margueriteroth-gatsby-prismic-starter-prist.png b/static/capture/margueriteroth-gatsby-prismic-starter-prist.png index a06bac983..6a0f93099 100644 Binary files a/static/capture/margueriteroth-gatsby-prismic-starter-prist.png and b/static/capture/margueriteroth-gatsby-prismic-starter-prist.png differ diff --git a/static/capture/markoradak-gatsby-starter-storybook.png b/static/capture/markoradak-gatsby-starter-storybook.png index a1c6abb74..39cbe743a 100644 Binary files a/static/capture/markoradak-gatsby-starter-storybook.png and b/static/capture/markoradak-gatsby-starter-storybook.png differ diff --git a/static/capture/matcornic-hugo-theme-learn.png b/static/capture/matcornic-hugo-theme-learn.png index f8c02b604..caaef6a75 100644 Binary files a/static/capture/matcornic-hugo-theme-learn.png and b/static/capture/matcornic-hugo-theme-learn.png differ diff --git a/static/capture/mateussmedeiros-blade-theme.png b/static/capture/mateussmedeiros-blade-theme.png index 25e6ccda0..e19b0d848 100644 Binary files a/static/capture/mateussmedeiros-blade-theme.png and b/static/capture/mateussmedeiros-blade-theme.png differ diff --git a/static/capture/mattbutton-silhouette-hugo.png b/static/capture/mattbutton-silhouette-hugo.png deleted file mode 100644 index 7125d64a1..000000000 Binary files a/static/capture/mattbutton-silhouette-hugo.png and /dev/null differ diff --git a/static/capture/mattgraham-leap-day.png b/static/capture/mattgraham-leap-day.png index d14855c63..55b8cfc96 100644 Binary files a/static/capture/mattgraham-leap-day.png and b/static/capture/mattgraham-leap-day.png differ diff --git a/static/capture/mattgraham-midnight.png b/static/capture/mattgraham-midnight.png index 29156cbfe..1fe5576aa 100644 Binary files a/static/capture/mattgraham-midnight.png and b/static/capture/mattgraham-midnight.png differ diff --git a/static/capture/mattolson-middleman-bootstrap-template.png b/static/capture/mattolson-middleman-bootstrap-template.png deleted file mode 100644 index 0a7ac0795..000000000 Binary files a/static/capture/mattolson-middleman-bootstrap-template.png and /dev/null differ diff --git a/static/capture/mattolson-middleman-zurb-template.png b/static/capture/mattolson-middleman-zurb-template.png deleted file mode 100644 index b6c16a809..000000000 Binary files a/static/capture/mattolson-middleman-zurb-template.png and /dev/null differ diff --git a/static/capture/mattvh-solar-theme-jekyll.png b/static/capture/mattvh-solar-theme-jekyll.png index 4d04e1bd2..7b6eb219f 100644 Binary files a/static/capture/mattvh-solar-theme-jekyll.png and b/static/capture/mattvh-solar-theme-jekyll.png differ diff --git a/static/capture/maxpou-gatsby-starter-morning-dew.png b/static/capture/maxpou-gatsby-starter-morning-dew.png index 6d9a688a4..4bee34fe6 100644 Binary files a/static/capture/maxpou-gatsby-starter-morning-dew.png and b/static/capture/maxpou-gatsby-starter-morning-dew.png differ diff --git a/static/capture/mazgi-hugo-theme-techlog-simple.png b/static/capture/mazgi-hugo-theme-techlog-simple.png deleted file mode 100644 index f6c28233d..000000000 Binary files a/static/capture/mazgi-hugo-theme-techlog-simple.png and /dev/null differ diff --git a/static/capture/mccrodp-gatsby-starter-contentful-i18n.png b/static/capture/mccrodp-gatsby-starter-contentful-i18n.png index a0a82867c..a85498af5 100644 Binary files a/static/capture/mccrodp-gatsby-starter-contentful-i18n.png and b/static/capture/mccrodp-gatsby-starter-contentful-i18n.png differ diff --git a/static/capture/mdrathik-nuxtjs-tailwind-blog.png b/static/capture/mdrathik-nuxtjs-tailwind-blog.png new file mode 100644 index 000000000..a25c9c87d Binary files /dev/null and b/static/capture/mdrathik-nuxtjs-tailwind-blog.png differ diff --git a/static/capture/meibenny-elephants.png b/static/capture/meibenny-elephants.png deleted file mode 100644 index 9979e5454..000000000 Binary files a/static/capture/meibenny-elephants.png and /dev/null differ diff --git a/static/capture/melangue-dactl.png b/static/capture/melangue-dactl.png index 8f5a6720e..5b4abbff0 100644 Binary files a/static/capture/melangue-dactl.png and b/static/capture/melangue-dactl.png differ diff --git a/static/capture/meliodus-meliodus.github.io.png b/static/capture/meliodus-meliodus.github.io.png index 29dcbb8f8..257b44dd7 100644 Binary files a/static/capture/meliodus-meliodus.github.io.png and b/static/capture/meliodus-meliodus.github.io.png differ diff --git a/static/capture/meliodus-uno-dbyll.png b/static/capture/meliodus-uno-dbyll.png index e413d3d0b..54307e24c 100644 Binary files a/static/capture/meliodus-uno-dbyll.png and b/static/capture/meliodus-uno-dbyll.png differ diff --git a/static/capture/melvinchng-event-jekyll-theme.png b/static/capture/melvinchng-event-jekyll-theme.png index d8e56199b..0f403d356 100644 Binary files a/static/capture/melvinchng-event-jekyll-theme.png and b/static/capture/melvinchng-event-jekyll-theme.png differ diff --git a/static/capture/mendhak-eleventy-satisfactory.png b/static/capture/mendhak-eleventy-satisfactory.png new file mode 100644 index 000000000..bde69fe3d Binary files /dev/null and b/static/capture/mendhak-eleventy-satisfactory.png differ diff --git a/static/capture/meteorlxy-vuepress-theme-meteorlxy.png b/static/capture/meteorlxy-vuepress-theme-meteorlxy.png index 20827e81f..c2edfc241 100644 Binary files a/static/capture/meteorlxy-vuepress-theme-meteorlxy.png and b/static/capture/meteorlxy-vuepress-theme-meteorlxy.png differ diff --git a/static/capture/mhadaily-gatsby-starter-typescript-power-blog.png b/static/capture/mhadaily-gatsby-starter-typescript-power-blog.png index 7bc46950c..92f89abea 100644 Binary files a/static/capture/mhadaily-gatsby-starter-typescript-power-blog.png and b/static/capture/mhadaily-gatsby-starter-typescript-power-blog.png differ diff --git a/static/capture/miccall-hexo-theme-mic_theme.png b/static/capture/miccall-hexo-theme-mic_theme.png deleted file mode 100644 index b0dda3f2c..000000000 Binary files a/static/capture/miccall-hexo-theme-mic_theme.png and /dev/null differ diff --git a/static/capture/miguelsimoni-hugo-initio.png b/static/capture/miguelsimoni-hugo-initio.png deleted file mode 100644 index 21a6cdf93..000000000 Binary files a/static/capture/miguelsimoni-hugo-initio.png and /dev/null differ diff --git a/static/capture/mikeblum-hugo-now.png b/static/capture/mikeblum-hugo-now.png deleted file mode 100644 index ac4373f45..000000000 Binary files a/static/capture/mikeblum-hugo-now.png and /dev/null differ diff --git a/static/capture/minhhuy150894-minhhuy150894.github.io.png b/static/capture/minhhuy150894-minhhuy150894.github.io.png deleted file mode 100644 index f194bc791..000000000 Binary files a/static/capture/minhhuy150894-minhhuy150894.github.io.png and /dev/null differ diff --git a/static/capture/mmistakes-hpstr-jekyll-theme.png b/static/capture/mmistakes-hpstr-jekyll-theme.png index 859a0f88b..189a4186c 100644 Binary files a/static/capture/mmistakes-hpstr-jekyll-theme.png and b/static/capture/mmistakes-hpstr-jekyll-theme.png differ diff --git a/static/capture/mmistakes-jekyll-theme-basically-basic.png b/static/capture/mmistakes-jekyll-theme-basically-basic.png index ea9d363c0..751e7405b 100644 Binary files a/static/capture/mmistakes-jekyll-theme-basically-basic.png and b/static/capture/mmistakes-jekyll-theme-basically-basic.png differ diff --git a/static/capture/mmistakes-jekyll-theme-skinny-bones.png b/static/capture/mmistakes-jekyll-theme-skinny-bones.png index 09ad6a011..4da96c542 100644 Binary files a/static/capture/mmistakes-jekyll-theme-skinny-bones.png and b/static/capture/mmistakes-jekyll-theme-skinny-bones.png differ diff --git a/static/capture/mmistakes-minimal-mistakes.png b/static/capture/mmistakes-minimal-mistakes.png index 91face224..03845f16d 100644 Binary files a/static/capture/mmistakes-minimal-mistakes.png and b/static/capture/mmistakes-minimal-mistakes.png differ diff --git a/static/capture/mmistakes-so-simple-theme.png b/static/capture/mmistakes-so-simple-theme.png index ebbaff0cc..90f8b0695 100644 Binary files a/static/capture/mmistakes-so-simple-theme.png and b/static/capture/mmistakes-so-simple-theme.png differ diff --git a/static/capture/mmrath-hugo-bootstrap.png b/static/capture/mmrath-hugo-bootstrap.png deleted file mode 100644 index b07b46a82..000000000 Binary files a/static/capture/mmrath-hugo-bootstrap.png and /dev/null differ diff --git a/static/capture/mohanmonu777-gatsby-starter-krisp.png b/static/capture/mohanmonu777-gatsby-starter-krisp.png index cdf05b07b..6c02dc586 100644 Binary files a/static/capture/mohanmonu777-gatsby-starter-krisp.png and b/static/capture/mohanmonu777-gatsby-starter-krisp.png differ diff --git a/static/capture/molebox-gatsby-theme-pocket.png b/static/capture/molebox-gatsby-theme-pocket.png index 91f82bdcf..0bb27b4be 100644 Binary files a/static/capture/molebox-gatsby-theme-pocket.png and b/static/capture/molebox-gatsby-theme-pocket.png differ diff --git a/static/capture/moltin-gatsby-demo-store.png b/static/capture/moltin-gatsby-demo-store.png index 898143451..0d0679d48 100644 Binary files a/static/capture/moltin-gatsby-demo-store.png and b/static/capture/moltin-gatsby-demo-store.png differ diff --git a/static/capture/moonwave99-waffel.png b/static/capture/moonwave99-waffel.png index 41cfdc3ab..6a16b5cba 100644 Binary files a/static/capture/moonwave99-waffel.png and b/static/capture/moonwave99-waffel.png differ diff --git a/static/capture/mrgreensworkshop-mrgreen-jekylltheme.png b/static/capture/mrgreensworkshop-mrgreen-jekylltheme.png new file mode 100644 index 000000000..a6049dfa3 Binary files /dev/null and b/static/capture/mrgreensworkshop-mrgreen-jekylltheme.png differ diff --git a/static/capture/muan-scribble.png b/static/capture/muan-scribble.png index 49e78c37d..d7ba01695 100644 Binary files a/static/capture/muan-scribble.png and b/static/capture/muan-scribble.png differ diff --git a/static/capture/mudassirgithub-next-basic-blog.png b/static/capture/mudassirgithub-next-basic-blog.png index 7c7deab83..dd8ccfcb8 100644 Binary files a/static/capture/mudassirgithub-next-basic-blog.png and b/static/capture/mudassirgithub-next-basic-blog.png differ diff --git a/static/capture/muenzpraeger-eleventy-chirpy-blog-template-main.png b/static/capture/muenzpraeger-eleventy-chirpy-blog-template-main.png deleted file mode 100644 index 10a73d3d4..000000000 Binary files a/static/capture/muenzpraeger-eleventy-chirpy-blog-template-main.png and /dev/null differ diff --git a/static/capture/muenzpraeger-eleventy-chirpy-blog-template.png b/static/capture/muenzpraeger-eleventy-chirpy-blog-template.png index ce685a776..859b73c3f 100644 Binary files a/static/capture/muenzpraeger-eleventy-chirpy-blog-template.png and b/static/capture/muenzpraeger-eleventy-chirpy-blog-template.png differ diff --git a/static/capture/muhajirdev-gatsby-starter-firebase.png b/static/capture/muhajirdev-gatsby-starter-firebase.png index d067229b3..b17f1cf84 100644 Binary files a/static/capture/muhajirdev-gatsby-starter-firebase.png and b/static/capture/muhajirdev-gatsby-starter-firebase.png differ diff --git a/static/capture/muhajirdev-gatsby-starter-redux-firebase.png b/static/capture/muhajirdev-gatsby-starter-redux-firebase.png index c7a742517..b17f1cf84 100644 Binary files a/static/capture/muhajirdev-gatsby-starter-redux-firebase.png and b/static/capture/muhajirdev-gatsby-starter-redux-firebase.png differ diff --git a/static/capture/muhajirdev-gatsby-tailwind-emotion-starter.png b/static/capture/muhajirdev-gatsby-tailwind-emotion-starter.png index 98622aae2..365ebd623 100644 Binary files a/static/capture/muhajirdev-gatsby-tailwind-emotion-starter.png and b/static/capture/muhajirdev-gatsby-tailwind-emotion-starter.png differ diff --git a/static/capture/mumuxme-materialize-jekyll.png b/static/capture/mumuxme-materialize-jekyll.png index b5d2d84ae..be68443c3 100644 Binary files a/static/capture/mumuxme-materialize-jekyll.png and b/static/capture/mumuxme-materialize-jekyll.png differ diff --git a/static/capture/muniftanjim-minimo.png b/static/capture/muniftanjim-minimo.png index a393f5143..2ab737a96 100644 Binary files a/static/capture/muniftanjim-minimo.png and b/static/capture/muniftanjim-minimo.png differ diff --git a/static/capture/murraco-jekyll-theme-minimal-resume.png b/static/capture/murraco-jekyll-theme-minimal-resume.png index b616f7f43..505273447 100644 Binary files a/static/capture/murraco-jekyll-theme-minimal-resume.png and b/static/capture/murraco-jekyll-theme-minimal-resume.png differ diff --git a/static/capture/mushishi78-jekyll-video.png b/static/capture/mushishi78-jekyll-video.png index b4bdef70d..90e0b6150 100644 Binary files a/static/capture/mushishi78-jekyll-video.png and b/static/capture/mushishi78-jekyll-video.png differ diff --git a/static/capture/mushishi78-one-page-wonder-jekyll.png b/static/capture/mushishi78-one-page-wonder-jekyll.png index 908425f5a..6c30429e0 100644 Binary files a/static/capture/mushishi78-one-page-wonder-jekyll.png and b/static/capture/mushishi78-one-page-wonder-jekyll.png differ diff --git a/static/capture/mx3m-hikari-for-jekyll.png b/static/capture/mx3m-hikari-for-jekyll.png deleted file mode 100644 index 77beda2a2..000000000 Binary files a/static/capture/mx3m-hikari-for-jekyll.png and /dev/null differ diff --git a/static/capture/nadjetey-gridgallery.png b/static/capture/nadjetey-gridgallery.png deleted file mode 100644 index 77beda2a2..000000000 Binary files a/static/capture/nadjetey-gridgallery.png and /dev/null differ diff --git a/static/capture/nadjetey-redcup.png b/static/capture/nadjetey-redcup.png deleted file mode 100644 index 77beda2a2..000000000 Binary files a/static/capture/nadjetey-redcup.png and /dev/null differ diff --git a/static/capture/nadjetey-wangana.png b/static/capture/nadjetey-wangana.png index d82a6e51d..18628aa04 100644 Binary files a/static/capture/nadjetey-wangana.png and b/static/capture/nadjetey-wangana.png differ diff --git a/static/capture/nairobilug-pelican-alchemy.png b/static/capture/nairobilug-pelican-alchemy.png index 7a3a72640..71923b82c 100644 Binary files a/static/capture/nairobilug-pelican-alchemy.png and b/static/capture/nairobilug-pelican-alchemy.png differ diff --git a/static/capture/nakorndev-vuepress-theme-bulma.png b/static/capture/nakorndev-vuepress-theme-bulma.png deleted file mode 100644 index 9f44965e9..000000000 Binary files a/static/capture/nakorndev-vuepress-theme-bulma.png and /dev/null differ diff --git a/static/capture/nandomoreirame-dotx.png b/static/capture/nandomoreirame-dotx.png index 856d48d9e..c54bb93d4 100644 Binary files a/static/capture/nandomoreirame-dotx.png and b/static/capture/nandomoreirame-dotx.png differ diff --git a/static/capture/nandomoreirame-end2end.png b/static/capture/nandomoreirame-end2end.png index 0bc7ea4fa..798ebb778 100644 Binary files a/static/capture/nandomoreirame-end2end.png and b/static/capture/nandomoreirame-end2end.png differ diff --git a/static/capture/nandomoreirame-lora.png b/static/capture/nandomoreirame-lora.png deleted file mode 100644 index 8039d98fb..000000000 Binary files a/static/capture/nandomoreirame-lora.png and /dev/null differ diff --git a/static/capture/nandomoreirame-mug.png b/static/capture/nandomoreirame-mug.png deleted file mode 100644 index 06915d110..000000000 Binary files a/static/capture/nandomoreirame-mug.png and /dev/null differ diff --git a/static/capture/nandomoreirame-nandomoreira-jekyll-theme.png b/static/capture/nandomoreirame-nandomoreira-jekyll-theme.png deleted file mode 100644 index 12a66b981..000000000 Binary files a/static/capture/nandomoreirame-nandomoreira-jekyll-theme.png and /dev/null differ diff --git a/static/capture/nandomoreirame-simplest.png b/static/capture/nandomoreirame-simplest.png deleted file mode 100644 index 2e4b73da8..000000000 Binary files a/static/capture/nandomoreirame-simplest.png and /dev/null differ diff --git a/static/capture/nandomoreirame-zetsu.png b/static/capture/nandomoreirame-zetsu.png index 5ba4fc07b..4692900b9 100644 Binary files a/static/capture/nandomoreirame-zetsu.png and b/static/capture/nandomoreirame-zetsu.png differ diff --git a/static/capture/nanxiaobei-hugo-paper.png b/static/capture/nanxiaobei-hugo-paper.png index 7aec39f17..f439943bc 100644 Binary files a/static/capture/nanxiaobei-hugo-paper.png and b/static/capture/nanxiaobei-hugo-paper.png differ diff --git a/static/capture/narative-gatsby-theme-novela.png b/static/capture/narative-gatsby-theme-novela.png index b88106076..d01c4ead4 100644 Binary files a/static/capture/narative-gatsby-theme-novela.png and b/static/capture/narative-gatsby-theme-novela.png differ diff --git a/static/capture/natarajmb-charaka-hugo-theme.png b/static/capture/natarajmb-charaka-hugo-theme.png deleted file mode 100644 index 24778373a..000000000 Binary files a/static/capture/natarajmb-charaka-hugo-theme.png and /dev/null differ diff --git a/static/capture/nathancday-min_night.png b/static/capture/nathancday-min_night.png index e98bbe8c1..0f0f5a1dd 100644 Binary files a/static/capture/nathancday-min_night.png and b/static/capture/nathancday-min_night.png differ diff --git a/static/capture/naufaldi-next-landing-vpn.png b/static/capture/naufaldi-next-landing-vpn.png new file mode 100644 index 000000000..a794512d6 Binary files /dev/null and b/static/capture/naufaldi-next-landing-vpn.png differ diff --git a/static/capture/ndimatteo-hull.png b/static/capture/ndimatteo-hull.png new file mode 100644 index 000000000..b6a9a4040 Binary files /dev/null and b/static/capture/ndimatteo-hull.png differ diff --git a/static/capture/nehalist-gatsby-starter-nehalem.png b/static/capture/nehalist-gatsby-starter-nehalem.png index 53d97d7d0..04b7bc242 100644 Binary files a/static/capture/nehalist-gatsby-starter-nehalem.png and b/static/capture/nehalist-gatsby-starter-nehalem.png differ diff --git a/static/capture/neizod-lemma-theme.png b/static/capture/neizod-lemma-theme.png index d4daad444..ee154f472 100644 Binary files a/static/capture/neizod-lemma-theme.png and b/static/capture/neizod-lemma-theme.png differ diff --git a/static/capture/netlify-templates-gatsby-starter-netlify-cms.png b/static/capture/netlify-templates-gatsby-starter-netlify-cms.png index 0cf282b4f..7fdb4afeb 100644 Binary files a/static/capture/netlify-templates-gatsby-starter-netlify-cms.png and b/static/capture/netlify-templates-gatsby-starter-netlify-cms.png differ diff --git a/static/capture/netlify-templates-one-click-hugo-cms.png b/static/capture/netlify-templates-one-click-hugo-cms.png index 7e1f58624..8e965a6ad 100644 Binary files a/static/capture/netlify-templates-one-click-hugo-cms.png and b/static/capture/netlify-templates-one-click-hugo-cms.png differ diff --git a/static/capture/netlify-templates-tanstack-template.png b/static/capture/netlify-templates-tanstack-template.png new file mode 100644 index 000000000..26711b2af Binary files /dev/null and b/static/capture/netlify-templates-tanstack-template.png differ diff --git a/static/capture/ngzhio-jekyll-theme-hamilton.png b/static/capture/ngzhio-jekyll-theme-hamilton.png deleted file mode 100644 index 70682d036..000000000 Binary files a/static/capture/ngzhio-jekyll-theme-hamilton.png and /dev/null differ diff --git a/static/capture/nickbalestra-kactus.png b/static/capture/nickbalestra-kactus.png index 0d7f7c507..65164d550 100644 Binary files a/static/capture/nickbalestra-kactus.png and b/static/capture/nickbalestra-kactus.png differ diff --git a/static/capture/niklasbuschmann-contrast-hugo.png b/static/capture/niklasbuschmann-contrast-hugo.png deleted file mode 100644 index 198090b8e..000000000 Binary files a/static/capture/niklasbuschmann-contrast-hugo.png and /dev/null differ diff --git a/static/capture/niklasbuschmann-contrast.png b/static/capture/niklasbuschmann-contrast.png index f9f4208f6..9f7678de9 100644 Binary files a/static/capture/niklasbuschmann-contrast.png and b/static/capture/niklasbuschmann-contrast.png differ diff --git a/static/capture/niklasmtj-gatsby-starter-julia.png b/static/capture/niklasmtj-gatsby-starter-julia.png index 473327dc1..35f9c75e5 100644 Binary files a/static/capture/niklasmtj-gatsby-starter-julia.png and b/static/capture/niklasmtj-gatsby-starter-julia.png differ diff --git a/static/capture/nikrich-jekyll-slender-template.png b/static/capture/nikrich-jekyll-slender-template.png index eb9f1ae12..7007ef012 100644 Binary files a/static/capture/nikrich-jekyll-slender-template.png and b/static/capture/nikrich-jekyll-slender-template.png differ diff --git a/static/capture/nikrich-jekyll-wing-template.png b/static/capture/nikrich-jekyll-wing-template.png index a2a2c11d4..0b9eb0f9b 100644 Binary files a/static/capture/nikrich-jekyll-wing-template.png and b/static/capture/nikrich-jekyll-wing-template.png differ diff --git a/static/capture/ninapetrop-artist-theme.png b/static/capture/ninapetrop-artist-theme.png index 19729ced5..0ec2dccc0 100644 Binary files a/static/capture/ninapetrop-artist-theme.png and b/static/capture/ninapetrop-artist-theme.png differ diff --git a/static/capture/nirocfz-arabica.png b/static/capture/nirocfz-arabica.png index 3fcfb03dd..399b0d529 100644 Binary files a/static/capture/nirocfz-arabica.png and b/static/capture/nirocfz-arabica.png differ diff --git a/static/capture/nix1947-jekyll-hilmi.png b/static/capture/nix1947-jekyll-hilmi.png deleted file mode 100644 index 1997380aa..000000000 Binary files a/static/capture/nix1947-jekyll-hilmi.png and /dev/null differ diff --git a/static/capture/nodejh-hugo-theme-cactus-plus.png b/static/capture/nodejh-hugo-theme-cactus-plus.png deleted file mode 100644 index 3b6bf4ab3..000000000 Binary files a/static/capture/nodejh-hugo-theme-cactus-plus.png and /dev/null differ diff --git a/static/capture/notpushkin-mkdocs-alabaster.png b/static/capture/notpushkin-mkdocs-alabaster.png index f9d074fa0..1e1b56b33 100644 Binary files a/static/capture/notpushkin-mkdocs-alabaster.png and b/static/capture/notpushkin-mkdocs-alabaster.png differ diff --git a/static/capture/nrandecker-particle.png b/static/capture/nrandecker-particle.png index 032235e58..dc02e9803 100644 Binary files a/static/capture/nrandecker-particle.png and b/static/capture/nrandecker-particle.png differ diff --git a/static/capture/nunocoracao-blowfish.png b/static/capture/nunocoracao-blowfish.png new file mode 100644 index 000000000..c2db07240 Binary files /dev/null and b/static/capture/nunocoracao-blowfish.png differ diff --git a/static/capture/nurlansu-hugo-sustain.png b/static/capture/nurlansu-hugo-sustain.png index 8cca3e962..876fe4872 100644 Binary files a/static/capture/nurlansu-hugo-sustain.png and b/static/capture/nurlansu-hugo-sustain.png differ diff --git a/static/capture/obaez-dentistsmile.png b/static/capture/obaez-dentistsmile.png deleted file mode 100644 index 3b220221d..000000000 Binary files a/static/capture/obaez-dentistsmile.png and /dev/null differ diff --git a/static/capture/octoxalis-11tyframe.png b/static/capture/octoxalis-11tyframe.png index 6e1f9ff27..563424e1a 100644 Binary files a/static/capture/octoxalis-11tyframe.png and b/static/capture/octoxalis-11tyframe.png differ diff --git a/static/capture/ofranke-gatsby-typescript-scss-docker.png b/static/capture/ofranke-gatsby-typescript-scss-docker.png index c728324df..0a499837b 100644 Binary files a/static/capture/ofranke-gatsby-typescript-scss-docker.png and b/static/capture/ofranke-gatsby-typescript-scss-docker.png differ diff --git a/static/capture/ohduran-onassis.png b/static/capture/ohduran-onassis.png index 07837d7db..ca2b599a0 100644 Binary files a/static/capture/ohduran-onassis.png and b/static/capture/ohduran-onassis.png differ diff --git a/static/capture/ohduran-the-interesting-times.png b/static/capture/ohduran-the-interesting-times.png index e113d2949..c990e5b2b 100644 Binary files a/static/capture/ohduran-the-interesting-times.png and b/static/capture/ohduran-the-interesting-times.png differ diff --git a/static/capture/okkur-syna.png b/static/capture/okkur-syna.png deleted file mode 100644 index cc11975fe..000000000 Binary files a/static/capture/okkur-syna.png and /dev/null differ diff --git a/static/capture/olakara-jekyllmetro.png b/static/capture/olakara-jekyllmetro.png deleted file mode 100644 index 6ea25ae30..000000000 Binary files a/static/capture/olakara-jekyllmetro.png and /dev/null differ diff --git a/static/capture/olivier3lanc-jekyll-libdoc.png b/static/capture/olivier3lanc-jekyll-libdoc.png new file mode 100644 index 000000000..2f9450795 Binary files /dev/null and b/static/capture/olivier3lanc-jekyll-libdoc.png differ diff --git a/static/capture/olowolo-hugo-theme-even.png b/static/capture/olowolo-hugo-theme-even.png deleted file mode 100644 index 59f3adf05..000000000 Binary files a/static/capture/olowolo-hugo-theme-even.png and /dev/null differ diff --git a/static/capture/onepase-ephesus.png b/static/capture/onepase-ephesus.png new file mode 100644 index 000000000..de7df508b Binary files /dev/null and b/static/capture/onepase-ephesus.png differ diff --git a/static/capture/onweru-compose.png b/static/capture/onweru-compose.png index b2c58b55a..b6676508f 100644 Binary files a/static/capture/onweru-compose.png and b/static/capture/onweru-compose.png differ diff --git a/static/capture/onweru-hugo-swift-theme.png b/static/capture/onweru-hugo-swift-theme.png index cc05fcdcd..b18a8fb74 100644 Binary files a/static/capture/onweru-hugo-swift-theme.png and b/static/capture/onweru-hugo-swift-theme.png differ diff --git a/static/capture/onweru-newsroom.png b/static/capture/onweru-newsroom.png index 063b575b9..e057af59c 100644 Binary files a/static/capture/onweru-newsroom.png and b/static/capture/onweru-newsroom.png differ diff --git a/static/capture/onwidget-astrowind.png b/static/capture/onwidget-astrowind.png new file mode 100644 index 000000000..aef967760 Binary files /dev/null and b/static/capture/onwidget-astrowind.png differ diff --git a/static/capture/open-sl-jekyll-modern-blog.png b/static/capture/open-sl-jekyll-modern-blog.png index 7f15861f8..d12e8415e 100644 Binary files a/static/capture/open-sl-jekyll-modern-blog.png and b/static/capture/open-sl-jekyll-modern-blog.png differ diff --git a/static/capture/open-start-opentheme.png b/static/capture/open-start-opentheme.png deleted file mode 100644 index 6e2127d00..000000000 Binary files a/static/capture/open-start-opentheme.png and /dev/null differ diff --git a/static/capture/orderedlist-minimal.png b/static/capture/orderedlist-minimal.png index 11d103605..a4b2fbd2f 100644 Binary files a/static/capture/orderedlist-minimal.png and b/static/capture/orderedlist-minimal.png differ diff --git a/static/capture/orderedlist-modernist.png b/static/capture/orderedlist-modernist.png index 3c313dbae..d35328c0e 100644 Binary files a/static/capture/orderedlist-modernist.png and b/static/capture/orderedlist-modernist.png differ diff --git a/static/capture/osogrizz-gatsby-starter-santa-fe.png b/static/capture/osogrizz-gatsby-starter-santa-fe.png index 5db77b24e..0b8214f25 100644 Binary files a/static/capture/osogrizz-gatsby-starter-santa-fe.png and b/static/capture/osogrizz-gatsby-starter-santa-fe.png differ diff --git a/static/capture/ovidiumihaibelciug-gatsby-firebase-starter.png b/static/capture/ovidiumihaibelciug-gatsby-firebase-starter.png index 29c9e7e90..8316648ae 100644 Binary files a/static/capture/ovidiumihaibelciug-gatsby-firebase-starter.png and b/static/capture/ovidiumihaibelciug-gatsby-firebase-starter.png differ diff --git a/static/capture/ozgrozer-dasper.png b/static/capture/ozgrozer-dasper.png index 10be2aa16..b6950b072 100644 Binary files a/static/capture/ozgrozer-dasper.png and b/static/capture/ozgrozer-dasper.png differ diff --git a/static/capture/p0wex-gesko.png b/static/capture/p0wex-gesko.png index 5f1fa2701..c9d512974 100644 Binary files a/static/capture/p0wex-gesko.png and b/static/capture/p0wex-gesko.png differ diff --git a/static/capture/pablovila-gatsby-starter-wordpress-community.png b/static/capture/pablovila-gatsby-starter-wordpress-community.png index 3c7f2429f..0165dc93f 100644 Binary files a/static/capture/pablovila-gatsby-starter-wordpress-community.png and b/static/capture/pablovila-gatsby-starter-wordpress-community.png differ diff --git a/static/capture/pacollins-hugo-future-imperfect-slim.png b/static/capture/pacollins-hugo-future-imperfect-slim.png deleted file mode 100644 index 44fb6b4e4..000000000 Binary files a/static/capture/pacollins-hugo-future-imperfect-slim.png and /dev/null differ diff --git a/static/capture/pandasekh-jekyll-podcaster.png b/static/capture/pandasekh-jekyll-podcaster.png index 45852e2f7..17af8c143 100644 Binary files a/static/capture/pandasekh-jekyll-podcaster.png and b/static/capture/pandasekh-jekyll-podcaster.png differ diff --git a/static/capture/pandasekh-jekyll-yamt.png b/static/capture/pandasekh-jekyll-yamt.png index 1ae491d6e..9387c0c31 100644 Binary files a/static/capture/pandasekh-jekyll-yamt.png and b/static/capture/pandasekh-jekyll-yamt.png differ diff --git a/static/capture/panr-gatsby-starter-hello-friend.png b/static/capture/panr-gatsby-starter-hello-friend.png deleted file mode 100644 index 2b3d767fb..000000000 Binary files a/static/capture/panr-gatsby-starter-hello-friend.png and /dev/null differ diff --git a/static/capture/panr-hugo-theme-hello-friend.png b/static/capture/panr-hugo-theme-hello-friend.png index 9c6f7dc15..0a6a5bbce 100644 Binary files a/static/capture/panr-hugo-theme-hello-friend.png and b/static/capture/panr-hugo-theme-hello-friend.png differ diff --git a/static/capture/parmsang-gatsby-starter-ecommerce.png b/static/capture/parmsang-gatsby-starter-ecommerce.png index 4c9253ca0..6510f51f4 100644 Binary files a/static/capture/parmsang-gatsby-starter-ecommerce.png and b/static/capture/parmsang-gatsby-starter-ecommerce.png differ diff --git a/static/capture/parsiya-hugo-octopress.png b/static/capture/parsiya-hugo-octopress.png deleted file mode 100644 index 48ca5c9ff..000000000 Binary files a/static/capture/parsiya-hugo-octopress.png and /dev/null differ diff --git a/static/capture/pasindud-jekyll-masonry.png b/static/capture/pasindud-jekyll-masonry.png deleted file mode 100644 index eb335a0c7..000000000 Binary files a/static/capture/pasindud-jekyll-masonry.png and /dev/null differ diff --git a/static/capture/patdryburgh-hitchens.png b/static/capture/patdryburgh-hitchens.png index 2130c2d38..9e0317967 100644 Binary files a/static/capture/patdryburgh-hitchens.png and b/static/capture/patdryburgh-hitchens.png differ diff --git a/static/capture/pdevty-material-design.png b/static/capture/pdevty-material-design.png deleted file mode 100644 index e2d46c8f3..000000000 Binary files a/static/capture/pdevty-material-design.png and /dev/null differ diff --git a/static/capture/pdevty-polymer.png b/static/capture/pdevty-polymer.png deleted file mode 100644 index 6feeecc40..000000000 Binary files a/static/capture/pdevty-polymer.png and /dev/null differ diff --git a/static/capture/peaceiris-hugo-theme-iris.png b/static/capture/peaceiris-hugo-theme-iris.png index b5fc9a98d..1c6ebe2da 100644 Binary files a/static/capture/peaceiris-hugo-theme-iris.png and b/static/capture/peaceiris-hugo-theme-iris.png differ diff --git a/static/capture/peahatlanding-plain-webcomic.png b/static/capture/peahatlanding-plain-webcomic.png index e8c97ba94..614971391 100644 Binary files a/static/capture/peahatlanding-plain-webcomic.png and b/static/capture/peahatlanding-plain-webcomic.png differ diff --git a/static/capture/pelican-elegant-elegant.png b/static/capture/pelican-elegant-elegant.png index 9363da4ce..190f737e3 100644 Binary files a/static/capture/pelican-elegant-elegant.png and b/static/capture/pelican-elegant-elegant.png differ diff --git a/static/capture/petrsvihlik-statiq-starter-kontent-lumen.png b/static/capture/petrsvihlik-statiq-starter-kontent-lumen.png deleted file mode 100644 index 4c67555f6..000000000 Binary files a/static/capture/petrsvihlik-statiq-starter-kontent-lumen.png and /dev/null differ diff --git a/static/capture/philhawksworth-eleventyone.png b/static/capture/philhawksworth-eleventyone.png index 19a21a4eb..786b4e648 100644 Binary files a/static/capture/philhawksworth-eleventyone.png and b/static/capture/philhawksworth-eleventyone.png differ diff --git a/static/capture/philhawksworth-hawksworx.com.png b/static/capture/philhawksworth-hawksworx.com.png deleted file mode 100644 index 45c99fd1f..000000000 Binary files a/static/capture/philhawksworth-hawksworx.com.png and /dev/null differ diff --git a/static/capture/philhawksworth-medium-export.png b/static/capture/philhawksworth-medium-export.png index 6d10455e3..41e7b3aa6 100644 Binary files a/static/capture/philhawksworth-medium-export.png and b/static/capture/philhawksworth-medium-export.png differ diff --git a/static/capture/phlow-feeling-responsive.png b/static/capture/phlow-feeling-responsive.png index dc298df09..c35dc8a2d 100644 Binary files a/static/capture/phlow-feeling-responsive.png and b/static/capture/phlow-feeling-responsive.png differ diff --git a/static/capture/piandhust-tailieubkhn.png b/static/capture/piandhust-tailieubkhn.png new file mode 100644 index 000000000..e3501f8ea Binary files /dev/null and b/static/capture/piandhust-tailieubkhn.png differ diff --git a/static/capture/piducancore-gatsby-starter-apollo-netlify.png b/static/capture/piducancore-gatsby-starter-apollo-netlify.png index 6158bde1b..19abb54b7 100644 Binary files a/static/capture/piducancore-gatsby-starter-apollo-netlify.png and b/static/capture/piducancore-gatsby-starter-apollo-netlify.png differ diff --git a/static/capture/pietromenna-jekyll-architect-theme.png b/static/capture/pietromenna-jekyll-architect-theme.png index 47f79fd32..3950688ab 100644 Binary files a/static/capture/pietromenna-jekyll-architect-theme.png and b/static/capture/pietromenna-jekyll-architect-theme.png differ diff --git a/static/capture/pietromenna-jekyll-cayman-theme.png b/static/capture/pietromenna-jekyll-cayman-theme.png index a41e22aca..d7148b953 100644 Binary files a/static/capture/pietromenna-jekyll-cayman-theme.png and b/static/capture/pietromenna-jekyll-cayman-theme.png differ diff --git a/static/capture/piharpi-jekyll-klise.png b/static/capture/piharpi-jekyll-klise.png index b813ee5de..b8d795a26 100644 Binary files a/static/capture/piharpi-jekyll-klise.png and b/static/capture/piharpi-jekyll-klise.png differ diff --git a/static/capture/pipporj-hugo-refresh.png b/static/capture/pipporj-hugo-refresh.png deleted file mode 100644 index c27069cfd..000000000 Binary files a/static/capture/pipporj-hugo-refresh.png and /dev/null differ diff --git a/static/capture/pixelsign-gatsby-starter-tachyons.png b/static/capture/pixelsign-gatsby-starter-tachyons.png index b1b60b617..cf60a34f7 100644 Binary files a/static/capture/pixelsign-gatsby-starter-tachyons.png and b/static/capture/pixelsign-gatsby-starter-tachyons.png differ diff --git a/static/capture/planetjekyll-jekyll-starter-theme.png b/static/capture/planetjekyll-jekyll-starter-theme.png deleted file mode 100644 index 77beda2a2..000000000 Binary files a/static/capture/planetjekyll-jekyll-starter-theme.png and /dev/null differ diff --git a/static/capture/planetoftheweb-seven.png b/static/capture/planetoftheweb-seven.png index f682e9d7e..28432478b 100644 Binary files a/static/capture/planetoftheweb-seven.png and b/static/capture/planetoftheweb-seven.png differ diff --git a/static/capture/platframe-platframe.png b/static/capture/platframe-platframe.png index fb9f53082..fa70b2df2 100644 Binary files a/static/capture/platframe-platframe.png and b/static/capture/platframe-platframe.png differ diff --git a/static/capture/pmarsceill-just-the-docs.png b/static/capture/pmarsceill-just-the-docs.png index 73fa224e0..353976eae 100644 Binary files a/static/capture/pmarsceill-just-the-docs.png and b/static/capture/pmarsceill-just-the-docs.png differ diff --git a/static/capture/poole-lanyon.png b/static/capture/poole-lanyon.png index 9b8dff591..0a47a8407 100644 Binary files a/static/capture/poole-lanyon.png and b/static/capture/poole-lanyon.png differ diff --git a/static/capture/portfolio-central-jekyll-instagram-portfolio-theme.png b/static/capture/portfolio-central-jekyll-instagram-portfolio-theme.png deleted file mode 100644 index f194bc791..000000000 Binary files a/static/capture/portfolio-central-jekyll-instagram-portfolio-theme.png and /dev/null differ diff --git a/static/capture/pranavrajs-limpid.png b/static/capture/pranavrajs-limpid.png index f7323cdde..c4455daca 100644 Binary files a/static/capture/pranavrajs-limpid.png and b/static/capture/pranavrajs-limpid.png differ diff --git a/static/capture/pranavrajs-swift.png b/static/capture/pranavrajs-swift.png index de28ead81..623c76dc1 100644 Binary files a/static/capture/pranavrajs-swift.png and b/static/capture/pranavrajs-swift.png differ diff --git a/static/capture/prezly-theme-nextjs-bea.png b/static/capture/prezly-theme-nextjs-bea.png new file mode 100644 index 000000000..de0a05003 Binary files /dev/null and b/static/capture/prezly-theme-nextjs-bea.png differ diff --git a/static/capture/progrhyme-hugo-theme-bootie-docs.png b/static/capture/progrhyme-hugo-theme-bootie-docs.png index 0438283a4..b9595340c 100644 Binary files a/static/capture/progrhyme-hugo-theme-bootie-docs.png and b/static/capture/progrhyme-hugo-theme-bootie-docs.png differ diff --git a/static/capture/projectpages-project-pages.png b/static/capture/projectpages-project-pages.png index dcfa81bd1..ff2d2b543 100644 Binary files a/static/capture/projectpages-project-pages.png and b/static/capture/projectpages-project-pages.png differ diff --git a/static/capture/puresyntax71-hugo-theme-chunky-poster.png b/static/capture/puresyntax71-hugo-theme-chunky-poster.png index aa302d629..dcd49067f 100644 Binary files a/static/capture/puresyntax71-hugo-theme-chunky-poster.png and b/static/capture/puresyntax71-hugo-theme-chunky-poster.png differ diff --git a/static/capture/qingpingmeng-gatsby-starter-traveler-blog.png b/static/capture/qingpingmeng-gatsby-starter-traveler-blog.png index 625c0cfc4..ab9f1de42 100644 Binary files a/static/capture/qingpingmeng-gatsby-starter-traveler-blog.png and b/static/capture/qingpingmeng-gatsby-starter-traveler-blog.png differ diff --git a/static/capture/qqhann-hugo-primer.png b/static/capture/qqhann-hugo-primer.png deleted file mode 100644 index fc0f80223..000000000 Binary files a/static/capture/qqhann-hugo-primer.png and /dev/null differ diff --git a/static/capture/qwtel-hydejack.png b/static/capture/qwtel-hydejack.png index 039c82033..32d57751f 100644 Binary files a/static/capture/qwtel-hydejack.png and b/static/capture/qwtel-hydejack.png differ diff --git a/static/capture/railsr-autm-rb.png b/static/capture/railsr-autm-rb.png index 684c0f854..5b3ba836e 100644 Binary files a/static/capture/railsr-autm-rb.png and b/static/capture/railsr-autm-rb.png differ diff --git a/static/capture/raniesantos-artisan-static.png b/static/capture/raniesantos-artisan-static.png index 7b2938438..1580e9ba2 100644 Binary files a/static/capture/raniesantos-artisan-static.png and b/static/capture/raniesantos-artisan-static.png differ diff --git a/static/capture/raphadeluca-gatsby-starter-quiz.png b/static/capture/raphadeluca-gatsby-starter-quiz.png deleted file mode 100644 index 8a6fc3821..000000000 Binary files a/static/capture/raphadeluca-gatsby-starter-quiz.png and /dev/null differ diff --git a/static/capture/razonyang-hugo-theme-bootstrap.png b/static/capture/razonyang-hugo-theme-bootstrap.png new file mode 100644 index 000000000..946c603c2 Binary files /dev/null and b/static/capture/razonyang-hugo-theme-bootstrap.png differ diff --git a/static/capture/rcjach-hugo-webslides.png b/static/capture/rcjach-hugo-webslides.png index 2fb313496..8a0853949 100644 Binary files a/static/capture/rcjach-hugo-webslides.png and b/static/capture/rcjach-hugo-webslides.png differ diff --git a/static/capture/redvi-voyager.png b/static/capture/redvi-voyager.png index 77ab35165..b77cb649d 100644 Binary files a/static/capture/redvi-voyager.png and b/static/capture/redvi-voyager.png differ diff --git a/static/capture/reeseschultz-11r.png b/static/capture/reeseschultz-11r.png index 371274dba..3c6a1f31b 100644 Binary files a/static/capture/reeseschultz-11r.png and b/static/capture/reeseschultz-11r.png differ diff --git a/static/capture/renvrant-gatsby-mdx-netlify-cms-starter.png b/static/capture/renvrant-gatsby-mdx-netlify-cms-starter.png index 14e131557..cf2fb7a89 100644 Binary files a/static/capture/renvrant-gatsby-mdx-netlify-cms-starter.png and b/static/capture/renvrant-gatsby-mdx-netlify-cms-starter.png differ diff --git a/static/capture/renyuanz-leonids.png b/static/capture/renyuanz-leonids.png index e36436c0c..3ce407b1c 100644 Binary files a/static/capture/renyuanz-leonids.png and b/static/capture/renyuanz-leonids.png differ diff --git a/static/capture/resir014-gatsby-starter-typescript-plus.png b/static/capture/resir014-gatsby-starter-typescript-plus.png index 4ee2e4ce5..c6e99c905 100644 Binary files a/static/capture/resir014-gatsby-starter-typescript-plus.png and b/static/capture/resir014-gatsby-starter-typescript-plus.png differ diff --git a/static/capture/reuixiy-hugo-theme-meme.png b/static/capture/reuixiy-hugo-theme-meme.png deleted file mode 100644 index b643d193b..000000000 Binary files a/static/capture/reuixiy-hugo-theme-meme.png and /dev/null differ diff --git a/static/capture/rhazdon-hugo-theme-hello-friend-ng.png b/static/capture/rhazdon-hugo-theme-hello-friend-ng.png deleted file mode 100644 index 9b08add6a..000000000 Binary files a/static/capture/rhazdon-hugo-theme-hello-friend-ng.png and /dev/null differ diff --git a/static/capture/ribice-kiss.png b/static/capture/ribice-kiss.png deleted file mode 100644 index 8b73c2187..000000000 Binary files a/static/capture/ribice-kiss.png and /dev/null differ diff --git a/static/capture/riggraz-no-style-please.png b/static/capture/riggraz-no-style-please.png index 1dd8f25e6..00324f113 100644 Binary files a/static/capture/riggraz-no-style-please.png and b/static/capture/riggraz-no-style-please.png differ diff --git a/static/capture/ritijjain-pudhina-fresh.png b/static/capture/ritijjain-pudhina-fresh.png index e36a005cb..56dfef1ac 100644 Binary files a/static/capture/ritijjain-pudhina-fresh.png and b/static/capture/ritijjain-pudhina-fresh.png differ diff --git a/static/capture/rlue-jekyll-solana.png b/static/capture/rlue-jekyll-solana.png index f781620a9..cc3227d3c 100644 Binary files a/static/capture/rlue-jekyll-solana.png and b/static/capture/rlue-jekyll-solana.png differ diff --git a/static/capture/rmagon-gatsby-starter-interviews.png b/static/capture/rmagon-gatsby-starter-interviews.png index 0f7f6dd6a..80ab8888d 100644 Binary files a/static/capture/rmagon-gatsby-starter-interviews.png and b/static/capture/rmagon-gatsby-starter-interviews.png differ diff --git a/static/capture/rmsubekti-emping.png b/static/capture/rmsubekti-emping.png index ce33d9434..2d3aaf260 100644 Binary files a/static/capture/rmsubekti-emping.png and b/static/capture/rmsubekti-emping.png differ diff --git a/static/capture/rmsubekti-nangka.png b/static/capture/rmsubekti-nangka.png index 16251fc85..056393ed0 100644 Binary files a/static/capture/rmsubekti-nangka.png and b/static/capture/rmsubekti-nangka.png differ diff --git a/static/capture/robertcoopercode-gatsby-netlify-cms.png b/static/capture/robertcoopercode-gatsby-netlify-cms.png index 6d7d062a6..fe8d1dd9f 100644 Binary files a/static/capture/robertcoopercode-gatsby-netlify-cms.png and b/static/capture/robertcoopercode-gatsby-netlify-cms.png differ diff --git a/static/capture/robincsl-gatsby-starter-docz.png b/static/capture/robincsl-gatsby-starter-docz.png index e79817831..d25510c5b 100644 Binary files a/static/capture/robincsl-gatsby-starter-docz.png and b/static/capture/robincsl-gatsby-starter-docz.png differ diff --git a/static/capture/robinmetral-gatsby-starter-under-construction.png b/static/capture/robinmetral-gatsby-starter-under-construction.png deleted file mode 100644 index 8ce280785..000000000 Binary files a/static/capture/robinmetral-gatsby-starter-under-construction.png and /dev/null differ diff --git a/static/capture/rohanchandra-type-theme.png b/static/capture/rohanchandra-type-theme.png index 2c415048c..ead8d843b 100644 Binary files a/static/capture/rohanchandra-type-theme.png and b/static/capture/rohanchandra-type-theme.png differ diff --git a/static/capture/rohitguptab-oneshopper.png b/static/capture/rohitguptab-oneshopper.png index c68e856f2..5b42f5496 100644 Binary files a/static/capture/rohitguptab-oneshopper.png and b/static/capture/rohitguptab-oneshopper.png differ diff --git a/static/capture/rohitguptab-rg-portfolio.png b/static/capture/rohitguptab-rg-portfolio.png index 9b94a72f6..49676e2ef 100644 Binary files a/static/capture/rohitguptab-rg-portfolio.png and b/static/capture/rohitguptab-rg-portfolio.png differ diff --git a/static/capture/roninro-hugo-theme-puppet.png b/static/capture/roninro-hugo-theme-puppet.png new file mode 100644 index 000000000..077373866 Binary files /dev/null and b/static/capture/roninro-hugo-theme-puppet.png differ diff --git a/static/capture/ronv-colorie.png b/static/capture/ronv-colorie.png index 6d9277150..ca0bffef8 100644 Binary files a/static/capture/ronv-colorie.png and b/static/capture/ronv-colorie.png differ diff --git a/static/capture/ronv-gray.png b/static/capture/ronv-gray.png index d9e1f3be7..93034dc95 100644 Binary files a/static/capture/ronv-gray.png and b/static/capture/ronv-gray.png differ diff --git a/static/capture/ronv-jam.png b/static/capture/ronv-jam.png new file mode 100644 index 000000000..d9e0537a7 Binary files /dev/null and b/static/capture/ronv-jam.png differ diff --git a/static/capture/ronv-lines.png b/static/capture/ronv-lines.png index 6811b0dde..7976816b4 100644 Binary files a/static/capture/ronv-lines.png and b/static/capture/ronv-lines.png differ diff --git a/static/capture/ronv-listed.png b/static/capture/ronv-listed.png new file mode 100644 index 000000000..36c326ece Binary files /dev/null and b/static/capture/ronv-listed.png differ diff --git a/static/capture/ronv-minimalist.png b/static/capture/ronv-minimalist.png new file mode 100644 index 000000000..84b29a08f Binary files /dev/null and b/static/capture/ronv-minimalist.png differ diff --git a/static/capture/ronv-sidey.png b/static/capture/ronv-sidey.png index 54ef145a9..e91774ec6 100644 Binary files a/static/capture/ronv-sidey.png and b/static/capture/ronv-sidey.png differ diff --git a/static/capture/ronv-ultra.png b/static/capture/ronv-ultra.png index aa172b6bd..50141b344 100644 Binary files a/static/capture/ronv-ultra.png and b/static/capture/ronv-ultra.png differ diff --git a/static/capture/rosario-kasper.png b/static/capture/rosario-kasper.png index ff3c89137..91572158c 100644 Binary files a/static/capture/rosario-kasper.png and b/static/capture/rosario-kasper.png differ diff --git a/static/capture/rowanoulton-galileo-theme.png b/static/capture/rowanoulton-galileo-theme.png deleted file mode 100644 index f194bc791..000000000 Binary files a/static/capture/rowanoulton-galileo-theme.png and /dev/null differ diff --git a/static/capture/rowanoulton-travelog-theme.png b/static/capture/rowanoulton-travelog-theme.png deleted file mode 100644 index bdb51602b..000000000 Binary files a/static/capture/rowanoulton-travelog-theme.png and /dev/null differ diff --git a/static/capture/runbytech-gatsby-theme-ultronele.png b/static/capture/runbytech-gatsby-theme-ultronele.png index 7fd064ba6..ebb39a374 100644 Binary files a/static/capture/runbytech-gatsby-theme-ultronele.png and b/static/capture/runbytech-gatsby-theme-ultronele.png differ diff --git a/static/capture/rundocs-jekyll-rtd-theme.png b/static/capture/rundocs-jekyll-rtd-theme.png deleted file mode 100644 index 0b9cebe3a..000000000 Binary files a/static/capture/rundocs-jekyll-rtd-theme.png and /dev/null differ diff --git a/static/capture/runningstream-hugograyscale.png b/static/capture/runningstream-hugograyscale.png index 111cad787..121bf0286 100644 Binary files a/static/capture/runningstream-hugograyscale.png and b/static/capture/runningstream-hugograyscale.png differ diff --git a/static/capture/ryanfitzgerald-devblog.png b/static/capture/ryanfitzgerald-devblog.png index 091d37f26..4c2ec2d40 100644 Binary files a/static/capture/ryanfitzgerald-devblog.png and b/static/capture/ryanfitzgerald-devblog.png differ diff --git a/static/capture/ryanwiemer-gatsby-starter-gcn.png b/static/capture/ryanwiemer-gatsby-starter-gcn.png index ae9435db5..6c656a2aa 100644 Binary files a/static/capture/ryanwiemer-gatsby-starter-gcn.png and b/static/capture/ryanwiemer-gatsby-starter-gcn.png differ diff --git a/static/capture/s-kris-gatsby-minimal-portfolio-blog.png b/static/capture/s-kris-gatsby-minimal-portfolio-blog.png index 54e741488..8466528a3 100644 Binary files a/static/capture/s-kris-gatsby-minimal-portfolio-blog.png and b/static/capture/s-kris-gatsby-minimal-portfolio-blog.png differ diff --git a/static/capture/saey55-hugo-elate-theme.png b/static/capture/saey55-hugo-elate-theme.png deleted file mode 100644 index 5ad46204c..000000000 Binary files a/static/capture/saey55-hugo-elate-theme.png and /dev/null differ diff --git a/static/capture/sag-dev-hugo-minimalist-spa.png b/static/capture/sag-dev-hugo-minimalist-spa.png deleted file mode 100644 index a84164770..000000000 Binary files a/static/capture/sag-dev-hugo-minimalist-spa.png and /dev/null differ diff --git a/static/capture/sagar7993-gatsby-wordpress-typescript-scss-blog.png b/static/capture/sagar7993-gatsby-wordpress-typescript-scss-blog.png index 6c8423e77..f27fa502a 100644 Binary files a/static/capture/sagar7993-gatsby-wordpress-typescript-scss-blog.png and b/static/capture/sagar7993-gatsby-wordpress-typescript-scss-blog.png differ diff --git a/static/capture/salcan-beyondnothing.png b/static/capture/salcan-beyondnothing.png deleted file mode 100644 index 6e46e2267..000000000 Binary files a/static/capture/salcan-beyondnothing.png and /dev/null differ diff --git a/static/capture/saleor-react-storefront.png b/static/capture/saleor-react-storefront.png new file mode 100644 index 000000000..018d917f9 Binary files /dev/null and b/static/capture/saleor-react-storefront.png differ diff --git a/static/capture/salgnt-travelogue.png b/static/capture/salgnt-travelogue.png index 1f5909dd4..bfddbcded 100644 Binary files a/static/capture/salgnt-travelogue.png and b/static/capture/salgnt-travelogue.png differ diff --git a/static/capture/salsysd-hugo-assembly.png b/static/capture/salsysd-hugo-assembly.png deleted file mode 100644 index 36a21e371..000000000 Binary files a/static/capture/salsysd-hugo-assembly.png and /dev/null differ diff --git a/static/capture/samanyougarg-hanuman.png b/static/capture/samanyougarg-hanuman.png deleted file mode 100644 index b9abbf1d0..000000000 Binary files a/static/capture/samanyougarg-hanuman.png and /dev/null differ diff --git a/static/capture/samesies-barber-jekyll.png b/static/capture/samesies-barber-jekyll.png deleted file mode 100644 index cc772f449..000000000 Binary files a/static/capture/samesies-barber-jekyll.png and /dev/null differ diff --git a/static/capture/samme-brunch-phaser.png b/static/capture/samme-brunch-phaser.png index a628bb39f..01b65b13b 100644 Binary files a/static/capture/samme-brunch-phaser.png and b/static/capture/samme-brunch-phaser.png differ diff --git a/static/capture/samuelhorn-jamdocs.png b/static/capture/samuelhorn-jamdocs.png index 0a8779809..d1c2322d6 100644 Binary files a/static/capture/samuelhorn-jamdocs.png and b/static/capture/samuelhorn-jamdocs.png differ diff --git a/static/capture/samuelkraft-notion-blog-nextjs.png b/static/capture/samuelkraft-notion-blog-nextjs.png new file mode 100644 index 000000000..13498dcf7 Binary files /dev/null and b/static/capture/samuelkraft-notion-blog-nextjs.png differ diff --git a/static/capture/santosfrancisco-gatsby-starter-cv.png b/static/capture/santosfrancisco-gatsby-starter-cv.png index 11b5b2e6b..b7b5b709e 100644 Binary files a/static/capture/santosfrancisco-gatsby-starter-cv.png and b/static/capture/santosfrancisco-gatsby-starter-cv.png differ diff --git a/static/capture/sarasate-gate.png b/static/capture/sarasate-gate.png deleted file mode 100644 index f88baeca1..000000000 Binary files a/static/capture/sarasate-gate.png and /dev/null differ diff --git a/static/capture/saschajullmann-gatsby-starter-gatsbythemes.png b/static/capture/saschajullmann-gatsby-starter-gatsbythemes.png deleted file mode 100644 index 4a5f42fab..000000000 Binary files a/static/capture/saschajullmann-gatsby-starter-gatsbythemes.png and /dev/null differ diff --git a/static/capture/sblisesivdin-biscuit.png b/static/capture/sblisesivdin-biscuit.png new file mode 100644 index 000000000..6f7e89b8a Binary files /dev/null and b/static/capture/sblisesivdin-biscuit.png differ diff --git a/static/capture/schmanat-hugo-highlights-theme.png b/static/capture/schmanat-hugo-highlights-theme.png deleted file mode 100644 index ff0b97455..000000000 Binary files a/static/capture/schmanat-hugo-highlights-theme.png and /dev/null differ diff --git a/static/capture/schollz-onetwothree.png b/static/capture/schollz-onetwothree.png index 05dc2a066..e575a80fa 100644 Binary files a/static/capture/schollz-onetwothree.png and b/static/capture/schollz-onetwothree.png differ diff --git a/static/capture/scotte-jekyll-clean.png b/static/capture/scotte-jekyll-clean.png index 761587558..35af16be2 100644 Binary files a/static/capture/scotte-jekyll-clean.png and b/static/capture/scotte-jekyll-clean.png differ diff --git a/static/capture/scottmathson-simpol-theme.png b/static/capture/scottmathson-simpol-theme.png index 4a5e3ffeb..4ca2f18e7 100644 Binary files a/static/capture/scottmathson-simpol-theme.png and b/static/capture/scottmathson-simpol-theme.png differ diff --git a/static/capture/scttcper-gatsby-casper.png b/static/capture/scttcper-gatsby-casper.png index e5f2bac0e..169963079 100644 Binary files a/static/capture/scttcper-gatsby-casper.png and b/static/capture/scttcper-gatsby-casper.png differ diff --git a/static/capture/sdtelectronics-jekyll-theme-antarctica.png b/static/capture/sdtelectronics-jekyll-theme-antarctica.png new file mode 100644 index 000000000..220ff1e13 Binary files /dev/null and b/static/capture/sdtelectronics-jekyll-theme-antarctica.png differ diff --git a/static/capture/seanlane-gochowdown.png b/static/capture/seanlane-gochowdown.png index 957c74d4f..7494df3ff 100644 Binary files a/static/capture/seanlane-gochowdown.png and b/static/capture/seanlane-gochowdown.png differ diff --git a/static/capture/serg-yourfolio.png b/static/capture/serg-yourfolio.png deleted file mode 100644 index cf488df28..000000000 Binary files a/static/capture/serg-yourfolio.png and /dev/null differ diff --git a/static/capture/sergiokopplin-indigo.png b/static/capture/sergiokopplin-indigo.png index 45243f706..5ee65745d 100644 Binary files a/static/capture/sergiokopplin-indigo.png and b/static/capture/sergiokopplin-indigo.png differ diff --git a/static/capture/sergiokopplin-violet.png b/static/capture/sergiokopplin-violet.png deleted file mode 100644 index bdb51602b..000000000 Binary files a/static/capture/sergiokopplin-violet.png and /dev/null differ diff --git a/static/capture/sfreytag-friday-theme.png b/static/capture/sfreytag-friday-theme.png index 02351dccd..0c8505b91 100644 Binary files a/static/capture/sfreytag-friday-theme.png and b/static/capture/sfreytag-friday-theme.png differ diff --git a/static/capture/shaform-hugo-theme-den.png b/static/capture/shaform-hugo-theme-den.png deleted file mode 100644 index 07a2fdf81..000000000 Binary files a/static/capture/shaform-hugo-theme-den.png and /dev/null differ diff --git a/static/capture/shankar-hugo-grapes.png b/static/capture/shankar-hugo-grapes.png deleted file mode 100644 index 386f8fb89..000000000 Binary files a/static/capture/shankar-hugo-grapes.png and /dev/null differ diff --git a/static/capture/shantanu-deshmukh-vhealth-gatsby.png b/static/capture/shantanu-deshmukh-vhealth-gatsby.png index 54ca0944e..e69c28be2 100644 Binary files a/static/capture/shantanu-deshmukh-vhealth-gatsby.png and b/static/capture/shantanu-deshmukh-vhealth-gatsby.png differ diff --git a/static/capture/sharadcodes-gatsby-theme-serial-programmer.png b/static/capture/sharadcodes-gatsby-theme-serial-programmer.png new file mode 100644 index 000000000..ec9439a18 Binary files /dev/null and b/static/capture/sharadcodes-gatsby-theme-serial-programmer.png differ diff --git a/static/capture/sharadcodes-geekyll-starter-blog.png b/static/capture/sharadcodes-geekyll-starter-blog.png index d4762e6bf..4fcfae36a 100644 Binary files a/static/capture/sharadcodes-geekyll-starter-blog.png and b/static/capture/sharadcodes-geekyll-starter-blog.png differ diff --git a/static/capture/sharadcodes-hugo-theme-serial-programmer.png b/static/capture/sharadcodes-hugo-theme-serial-programmer.png new file mode 100644 index 000000000..1d045024d Binary files /dev/null and b/static/capture/sharadcodes-hugo-theme-serial-programmer.png differ diff --git a/static/capture/sharadcodes-jekyll-theme-material-you.png b/static/capture/sharadcodes-jekyll-theme-material-you.png new file mode 100644 index 000000000..699058a72 Binary files /dev/null and b/static/capture/sharadcodes-jekyll-theme-material-you.png differ diff --git a/static/capture/sharadcodes-jekyll-theme-milo.png b/static/capture/sharadcodes-jekyll-theme-milo.png index b4a43b0ca..c4a479486 100644 Binary files a/static/capture/sharadcodes-jekyll-theme-milo.png and b/static/capture/sharadcodes-jekyll-theme-milo.png differ diff --git a/static/capture/sharadcodes-jekyll-theme-retro-yellow.png b/static/capture/sharadcodes-jekyll-theme-retro-yellow.png index 794bd0b48..c8f7d504c 100644 Binary files a/static/capture/sharadcodes-jekyll-theme-retro-yellow.png and b/static/capture/sharadcodes-jekyll-theme-retro-yellow.png differ diff --git a/static/capture/sharadcodes-jekyll-theme-serial-programmer.png b/static/capture/sharadcodes-jekyll-theme-serial-programmer.png new file mode 100644 index 000000000..3c59b2351 Binary files /dev/null and b/static/capture/sharadcodes-jekyll-theme-serial-programmer.png differ diff --git a/static/capture/sharu725-ashwath.png b/static/capture/sharu725-ashwath.png deleted file mode 100644 index 7206f4fe2..000000000 Binary files a/static/capture/sharu725-ashwath.png and /dev/null differ diff --git a/static/capture/sharu725-bheema.png b/static/capture/sharu725-bheema.png index 845410c94..9058ed0fc 100644 Binary files a/static/capture/sharu725-bheema.png and b/static/capture/sharu725-bheema.png differ diff --git a/static/capture/sharu725-cards.png b/static/capture/sharu725-cards.png index a8eae1c98..d7dc33d6a 100644 Binary files a/static/capture/sharu725-cards.png and b/static/capture/sharu725-cards.png differ diff --git a/static/capture/sharu725-gatok.png b/static/capture/sharu725-gatok.png deleted file mode 100644 index 2db4658f9..000000000 Binary files a/static/capture/sharu725-gatok.png and /dev/null differ diff --git a/static/capture/sharu725-hagura.png b/static/capture/sharu725-hagura.png index 0d09c1a18..15879d32a 100644 Binary files a/static/capture/sharu725-hagura.png and b/static/capture/sharu725-hagura.png differ diff --git a/static/capture/sharu725-karna.png b/static/capture/sharu725-karna.png index b90cc0b04..6eceb5d0b 100644 Binary files a/static/capture/sharu725-karna.png and b/static/capture/sharu725-karna.png differ diff --git a/static/capture/sharu725-online-cv.png b/static/capture/sharu725-online-cv.png index 416e5914a..fa9002269 100644 Binary files a/static/capture/sharu725-online-cv.png and b/static/capture/sharu725-online-cv.png differ diff --git a/static/capture/sharu725-slides.png b/static/capture/sharu725-slides.png deleted file mode 100644 index 2cf8c6d3c..000000000 Binary files a/static/capture/sharu725-slides.png and /dev/null differ diff --git a/static/capture/sharu725-thunder.png b/static/capture/sharu725-thunder.png index 7a6411b67..e1e764002 100644 Binary files a/static/capture/sharu725-thunder.png and b/static/capture/sharu725-thunder.png differ diff --git a/static/capture/sharu725-vyaasa.png b/static/capture/sharu725-vyaasa.png deleted file mode 100644 index d23f75f01..000000000 Binary files a/static/capture/sharu725-vyaasa.png and /dev/null differ diff --git a/static/capture/sharvaridesai-hexo-theme-edinburgh.png b/static/capture/sharvaridesai-hexo-theme-edinburgh.png index 3e38196ff..0caa8d513 100644 Binary files a/static/capture/sharvaridesai-hexo-theme-edinburgh.png and b/static/capture/sharvaridesai-hexo-theme-edinburgh.png differ diff --git a/static/capture/shawnteoh-matjek.png b/static/capture/shawnteoh-matjek.png index 7a068214e..482ae1f91 100644 Binary files a/static/capture/shawnteoh-matjek.png and b/static/capture/shawnteoh-matjek.png differ diff --git a/static/capture/shenliyang-hexo-theme-snippet.png b/static/capture/shenliyang-hexo-theme-snippet.png index 5bce5dcca..7cbafd370 100644 Binary files a/static/capture/shenliyang-hexo-theme-snippet.png and b/static/capture/shenliyang-hexo-theme-snippet.png differ diff --git a/static/capture/shenoybr-hugo-goa.png b/static/capture/shenoybr-hugo-goa.png deleted file mode 100644 index 1f064e810..000000000 Binary files a/static/capture/shenoybr-hugo-goa.png and /dev/null differ diff --git a/static/capture/shobhitchittora-gatsby-starter-fashion-portfolio.png b/static/capture/shobhitchittora-gatsby-starter-fashion-portfolio.png index 5659e8fe8..fc1d15b5e 100644 Binary files a/static/capture/shobhitchittora-gatsby-starter-fashion-portfolio.png and b/static/capture/shobhitchittora-gatsby-starter-fashion-portfolio.png differ diff --git a/static/capture/siegerts-hugo-theme-basic.png b/static/capture/siegerts-hugo-theme-basic.png index 62007ccaa..2ec4fbc03 100644 Binary files a/static/capture/siegerts-hugo-theme-basic.png and b/static/capture/siegerts-hugo-theme-basic.png differ diff --git a/static/capture/simarmannsingh-gatsby-netlifycms-starter-template.png b/static/capture/simarmannsingh-gatsby-netlifycms-starter-template.png new file mode 100644 index 000000000..833762e99 Binary files /dev/null and b/static/capture/simarmannsingh-gatsby-netlifycms-starter-template.png differ diff --git a/static/capture/simplecode-io-gatsby-crafty-theme.png b/static/capture/simplecode-io-gatsby-crafty-theme.png index 68456a1b5..4f9610434 100644 Binary files a/static/capture/simplecode-io-gatsby-crafty-theme.png and b/static/capture/simplecode-io-gatsby-crafty-theme.png differ diff --git a/static/capture/simpleyyt-jekyll-jacman.png b/static/capture/simpleyyt-jekyll-jacman.png index 98a1d9e18..d2e507e70 100644 Binary files a/static/capture/simpleyyt-jekyll-jacman.png and b/static/capture/simpleyyt-jekyll-jacman.png differ diff --git a/static/capture/simpleyyt-jekyll-simpleyyt.png b/static/capture/simpleyyt-jekyll-simpleyyt.png index 62c4a2000..e811db531 100644 Binary files a/static/capture/simpleyyt-jekyll-simpleyyt.png and b/static/capture/simpleyyt-jekyll-simpleyyt.png differ diff --git a/static/capture/simpleyyt-jekyll-theme-next.png b/static/capture/simpleyyt-jekyll-theme-next.png index 8fdbb21dd..49af79011 100644 Binary files a/static/capture/simpleyyt-jekyll-theme-next.png and b/static/capture/simpleyyt-jekyll-theme-next.png differ diff --git a/static/capture/simply007-kontent-sample-app-gatsby-intranet.png b/static/capture/simply007-kontent-sample-app-gatsby-intranet.png index 8fb8d6b6f..b0a862798 100644 Binary files a/static/capture/simply007-kontent-sample-app-gatsby-intranet.png and b/static/capture/simply007-kontent-sample-app-gatsby-intranet.png differ diff --git a/static/capture/simply007-kontent-sample-app-svelte-sapper.png b/static/capture/simply007-kontent-sample-app-svelte-sapper.png index cfeb88c74..fff027a36 100644 Binary files a/static/capture/simply007-kontent-sample-app-svelte-sapper.png and b/static/capture/simply007-kontent-sample-app-svelte-sapper.png differ diff --git a/static/capture/simply007-kontent-template-gatsby-landing-page-photon.png b/static/capture/simply007-kontent-template-gatsby-landing-page-photon.png index a71f357d0..32ec61038 100644 Binary files a/static/capture/simply007-kontent-template-gatsby-landing-page-photon.png and b/static/capture/simply007-kontent-template-gatsby-landing-page-photon.png differ diff --git a/static/capture/slashformotion-hugo-tufte.png b/static/capture/slashformotion-hugo-tufte.png new file mode 100644 index 000000000..751f8f2dd Binary files /dev/null and b/static/capture/slashformotion-hugo-tufte.png differ diff --git a/static/capture/smakosh-gatsby-apollo-starter.png b/static/capture/smakosh-gatsby-apollo-starter.png index 53ee808fa..a9c9464ff 100644 Binary files a/static/capture/smakosh-gatsby-apollo-starter.png and b/static/capture/smakosh-gatsby-apollo-starter.png differ diff --git a/static/capture/smakosh-gatsby-app-starter-rest-api.png b/static/capture/smakosh-gatsby-app-starter-rest-api.png index b68f2542e..ea6d099cc 100644 Binary files a/static/capture/smakosh-gatsby-app-starter-rest-api.png and b/static/capture/smakosh-gatsby-app-starter-rest-api.png differ diff --git a/static/capture/smakosh-gatsby-portfolio-dev.png b/static/capture/smakosh-gatsby-portfolio-dev.png index 89c67d458..2e4da1531 100644 Binary files a/static/capture/smakosh-gatsby-portfolio-dev.png and b/static/capture/smakosh-gatsby-portfolio-dev.png differ diff --git a/static/capture/smakosh-gatsby-starter-i18n.png b/static/capture/smakosh-gatsby-starter-i18n.png deleted file mode 100644 index 98d80d6fc..000000000 Binary files a/static/capture/smakosh-gatsby-starter-i18n.png and /dev/null differ diff --git a/static/capture/smallmuou-jekyll-pithy.png b/static/capture/smallmuou-jekyll-pithy.png index 7c3fcd68e..5eca872f6 100644 Binary files a/static/capture/smallmuou-jekyll-pithy.png and b/static/capture/smallmuou-jekyll-pithy.png differ diff --git a/static/capture/smastrom-headless-gatsby-multilang.png b/static/capture/smastrom-headless-gatsby-multilang.png new file mode 100644 index 000000000..e7e96e867 Binary files /dev/null and b/static/capture/smastrom-headless-gatsby-multilang.png differ diff --git a/static/capture/smolcodes-twentytwenyonetheme-main.png b/static/capture/smolcodes-twentytwenyonetheme-main.png deleted file mode 100644 index 6538ebc3b..000000000 Binary files a/static/capture/smolcodes-twentytwenyonetheme-main.png and /dev/null differ diff --git a/static/capture/smolcodes-twentytwenyonetheme.png b/static/capture/smolcodes-twentytwenyonetheme.png index c2969932c..4228eca50 100644 Binary files a/static/capture/smolcodes-twentytwenyonetheme.png and b/static/capture/smolcodes-twentytwenyonetheme.png differ diff --git a/static/capture/snipcart-11ty-demo-snipcart.png b/static/capture/snipcart-11ty-demo-snipcart.png index fe573b190..d561a9be1 100644 Binary files a/static/capture/snipcart-11ty-demo-snipcart.png and b/static/capture/snipcart-11ty-demo-snipcart.png differ diff --git a/static/capture/snipcart-directus-metalsmith-snipcart.png b/static/capture/snipcart-directus-metalsmith-snipcart.png index 6838d7f82..b12ff9c93 100644 Binary files a/static/capture/snipcart-directus-metalsmith-snipcart.png and b/static/capture/snipcart-directus-metalsmith-snipcart.png differ diff --git a/static/capture/snipcart-snipcart-middleman-integration.png b/static/capture/snipcart-snipcart-middleman-integration.png index d9cc37a8a..ab42d68ca 100644 Binary files a/static/capture/snipcart-snipcart-middleman-integration.png and b/static/capture/snipcart-snipcart-middleman-integration.png differ diff --git a/static/capture/snipcart-stackbit-theme-planty.png b/static/capture/snipcart-stackbit-theme-planty.png index 1871312df..424fa0207 100644 Binary files a/static/capture/snipcart-stackbit-theme-planty.png and b/static/capture/snipcart-stackbit-theme-planty.png differ diff --git a/static/capture/songroger-murmur.png b/static/capture/songroger-murmur.png index e881eaac2..3528e4c04 100644 Binary files a/static/capture/songroger-murmur.png and b/static/capture/songroger-murmur.png differ diff --git a/static/capture/south-paw-awesome-gatsby-starter.png b/static/capture/south-paw-awesome-gatsby-starter.png index 759ca07bc..8d639b6e9 100644 Binary files a/static/capture/south-paw-awesome-gatsby-starter.png and b/static/capture/south-paw-awesome-gatsby-starter.png differ diff --git a/static/capture/spaceg-glas.png b/static/capture/spaceg-glas.png deleted file mode 100644 index 04ab63755..000000000 Binary files a/static/capture/spaceg-glas.png and /dev/null differ diff --git a/static/capture/sparanoid-almace-scaffolding.png b/static/capture/sparanoid-almace-scaffolding.png index de238c0d5..64355f353 100644 Binary files a/static/capture/sparanoid-almace-scaffolding.png and b/static/capture/sparanoid-almace-scaffolding.png differ diff --git a/static/capture/spech66-bootstrap-bp-hugo-startpage.png b/static/capture/spech66-bootstrap-bp-hugo-startpage.png deleted file mode 100644 index fe98e359e..000000000 Binary files a/static/capture/spech66-bootstrap-bp-hugo-startpage.png and /dev/null differ diff --git a/static/capture/spech66-bootstrap-bp-hugo-theme.png b/static/capture/spech66-bootstrap-bp-hugo-theme.png deleted file mode 100644 index fe25c4c87..000000000 Binary files a/static/capture/spech66-bootstrap-bp-hugo-theme.png and /dev/null differ diff --git a/static/capture/spf13-hyde.png b/static/capture/spf13-hyde.png deleted file mode 100644 index 40501e822..000000000 Binary files a/static/capture/spf13-hyde.png and /dev/null differ diff --git a/static/capture/b2a3e8-jekyll-theme-console.png b/static/capture/spinalcms-11ty-docs-template.png similarity index 100% rename from static/capture/b2a3e8-jekyll-theme-console.png rename to static/capture/spinalcms-11ty-docs-template.png diff --git a/static/capture/spookey-slick.png b/static/capture/spookey-slick.png deleted file mode 100644 index dbacdab43..000000000 Binary files a/static/capture/spookey-slick.png and /dev/null differ diff --git a/static/capture/squidfunk-mkdocs-material.png b/static/capture/squidfunk-mkdocs-material.png index 1bca4440f..4726061bf 100644 Binary files a/static/capture/squidfunk-mkdocs-material.png and b/static/capture/squidfunk-mkdocs-material.png differ diff --git a/static/capture/ssokurenko-jekyll-smart-material.png b/static/capture/ssokurenko-jekyll-smart-material.png index 04e5f8b35..425708c98 100644 Binary files a/static/capture/ssokurenko-jekyll-smart-material.png and b/static/capture/ssokurenko-jekyll-smart-material.png differ diff --git a/static/capture/st4ple-solid-jekyll.png b/static/capture/st4ple-solid-jekyll.png index 65c572fe9..844748087 100644 Binary files a/static/capture/st4ple-solid-jekyll.png and b/static/capture/st4ple-solid-jekyll.png differ diff --git a/static/capture/stackbit-stackbit-theme-ampersand.png b/static/capture/stackbit-stackbit-theme-ampersand.png deleted file mode 100644 index bf2a301bf..000000000 Binary files a/static/capture/stackbit-stackbit-theme-ampersand.png and /dev/null differ diff --git a/static/capture/stackbit-stackbit-theme-archetype.png b/static/capture/stackbit-stackbit-theme-archetype.png deleted file mode 100644 index 742ec916d..000000000 Binary files a/static/capture/stackbit-stackbit-theme-archetype.png and /dev/null differ diff --git a/static/capture/stackbit-stackbit-theme-azimuth.png b/static/capture/stackbit-stackbit-theme-azimuth.png deleted file mode 100644 index 9e6ade677..000000000 Binary files a/static/capture/stackbit-stackbit-theme-azimuth.png and /dev/null differ diff --git a/static/capture/stackbit-stackbit-theme-construct.png b/static/capture/stackbit-stackbit-theme-construct.png deleted file mode 100644 index 742ec916d..000000000 Binary files a/static/capture/stackbit-stackbit-theme-construct.png and /dev/null differ diff --git a/static/capture/stackbit-stackbit-theme-exto.png b/static/capture/stackbit-stackbit-theme-exto.png deleted file mode 100644 index cb9851f46..000000000 Binary files a/static/capture/stackbit-stackbit-theme-exto.png and /dev/null differ diff --git a/static/capture/stackbit-stackbit-theme-fjord.png b/static/capture/stackbit-stackbit-theme-fjord.png deleted file mode 100644 index 9f457c079..000000000 Binary files a/static/capture/stackbit-stackbit-theme-fjord.png and /dev/null differ diff --git a/static/capture/stackbit-stackbit-theme-fractal.png b/static/capture/stackbit-stackbit-theme-fractal.png deleted file mode 100644 index 742ec916d..000000000 Binary files a/static/capture/stackbit-stackbit-theme-fractal.png and /dev/null differ diff --git a/static/capture/stackbit-stackbit-theme-fresh.png b/static/capture/stackbit-stackbit-theme-fresh.png deleted file mode 100644 index d755e8d75..000000000 Binary files a/static/capture/stackbit-stackbit-theme-fresh.png and /dev/null differ diff --git a/static/capture/stackbit-stackbit-theme-hyperspace.png b/static/capture/stackbit-stackbit-theme-hyperspace.png deleted file mode 100644 index 742ec916d..000000000 Binary files a/static/capture/stackbit-stackbit-theme-hyperspace.png and /dev/null differ diff --git a/static/capture/stackbit-stackbit-theme-libris.png b/static/capture/stackbit-stackbit-theme-libris.png deleted file mode 100644 index 0f968dd13..000000000 Binary files a/static/capture/stackbit-stackbit-theme-libris.png and /dev/null differ diff --git a/static/capture/stackbit-stackbit-theme-reflex.png b/static/capture/stackbit-stackbit-theme-reflex.png deleted file mode 100644 index 742ec916d..000000000 Binary files a/static/capture/stackbit-stackbit-theme-reflex.png and /dev/null differ diff --git a/static/capture/stackbit-stackbit-theme-spectral.png b/static/capture/stackbit-stackbit-theme-spectral.png deleted file mode 100644 index 742ec916d..000000000 Binary files a/static/capture/stackbit-stackbit-theme-spectral.png and /dev/null differ diff --git a/static/capture/stackbit-stackbit-theme-starter.png b/static/capture/stackbit-stackbit-theme-starter.png deleted file mode 100644 index 4b99261bd..000000000 Binary files a/static/capture/stackbit-stackbit-theme-starter.png and /dev/null differ diff --git a/static/capture/stackbit-themes-agency-nextjs.png b/static/capture/stackbit-themes-agency-nextjs.png new file mode 100644 index 000000000..02d01eea4 Binary files /dev/null and b/static/capture/stackbit-themes-agency-nextjs.png differ diff --git a/static/capture/stackbit-themes-ampersand-nextjs.png b/static/capture/stackbit-themes-ampersand-nextjs.png new file mode 100644 index 000000000..a8829458b Binary files /dev/null and b/static/capture/stackbit-themes-ampersand-nextjs.png differ diff --git a/static/capture/stackbit-themes-ampersand-unibit.png b/static/capture/stackbit-themes-ampersand-unibit.png deleted file mode 100644 index 0ce6e42ae..000000000 Binary files a/static/capture/stackbit-themes-ampersand-unibit.png and /dev/null differ diff --git a/static/capture/stackbit-themes-app-nextjs.png b/static/capture/stackbit-themes-app-nextjs.png new file mode 100644 index 000000000..f42256721 Binary files /dev/null and b/static/capture/stackbit-themes-app-nextjs.png differ diff --git a/static/capture/stackbit-themes-azimuth-gatsby.png b/static/capture/stackbit-themes-azimuth-gatsby.png deleted file mode 100644 index 0e25fb76f..000000000 Binary files a/static/capture/stackbit-themes-azimuth-gatsby.png and /dev/null differ diff --git a/static/capture/stackbit-themes-azimuth-hugo.png b/static/capture/stackbit-themes-azimuth-hugo.png deleted file mode 100644 index 0e25fb76f..000000000 Binary files a/static/capture/stackbit-themes-azimuth-hugo.png and /dev/null differ diff --git a/static/capture/stackbit-themes-azimuth-jekyll.png b/static/capture/stackbit-themes-azimuth-jekyll.png deleted file mode 100644 index 0e25fb76f..000000000 Binary files a/static/capture/stackbit-themes-azimuth-jekyll.png and /dev/null differ diff --git a/static/capture/stackbit-themes-azimuth-nextjs.png b/static/capture/stackbit-themes-azimuth-nextjs.png index 0e25fb76f..3e6e47088 100644 Binary files a/static/capture/stackbit-themes-azimuth-nextjs.png and b/static/capture/stackbit-themes-azimuth-nextjs.png differ diff --git a/static/capture/stackbit-themes-azimuth-unibit.png b/static/capture/stackbit-themes-azimuth-unibit.png deleted file mode 100644 index 9e6ade677..000000000 Binary files a/static/capture/stackbit-themes-azimuth-unibit.png and /dev/null differ diff --git a/static/capture/stackbit-themes-book-nextjs.png b/static/capture/stackbit-themes-book-nextjs.png new file mode 100644 index 000000000..9bba8e940 Binary files /dev/null and b/static/capture/stackbit-themes-book-nextjs.png differ diff --git a/static/capture/stackbit-themes-diy-gatsby.png b/static/capture/stackbit-themes-diy-gatsby.png deleted file mode 100644 index 9a94419ab..000000000 Binary files a/static/capture/stackbit-themes-diy-gatsby.png and /dev/null differ diff --git a/static/capture/stackbit-themes-diy-hugo.png b/static/capture/stackbit-themes-diy-hugo.png deleted file mode 100644 index 9a94419ab..000000000 Binary files a/static/capture/stackbit-themes-diy-hugo.png and /dev/null differ diff --git a/static/capture/stackbit-themes-diy-jekyll.png b/static/capture/stackbit-themes-diy-jekyll.png deleted file mode 100644 index 9a94419ab..000000000 Binary files a/static/capture/stackbit-themes-diy-jekyll.png and /dev/null differ diff --git a/static/capture/stackbit-stackbit-theme-diy.png b/static/capture/stackbit-themes-diy-nextjs.png similarity index 100% rename from static/capture/stackbit-stackbit-theme-diy.png rename to static/capture/stackbit-themes-diy-nextjs.png diff --git a/static/capture/stackbit-themes-diy-unibit.png b/static/capture/stackbit-themes-diy-unibit.png deleted file mode 100644 index 50d2658f7..000000000 Binary files a/static/capture/stackbit-themes-diy-unibit.png and /dev/null differ diff --git a/static/capture/stackbit-themes-event-nextjs.png b/static/capture/stackbit-themes-event-nextjs.png new file mode 100644 index 000000000..1094017e1 Binary files /dev/null and b/static/capture/stackbit-themes-event-nextjs.png differ diff --git a/static/capture/stackbit-themes-exto-gatsby.png b/static/capture/stackbit-themes-exto-gatsby.png deleted file mode 100644 index ca6eac677..000000000 Binary files a/static/capture/stackbit-themes-exto-gatsby.png and /dev/null differ diff --git a/static/capture/stackbit-themes-exto-hugo.png b/static/capture/stackbit-themes-exto-hugo.png deleted file mode 100644 index ca6eac677..000000000 Binary files a/static/capture/stackbit-themes-exto-hugo.png and /dev/null differ diff --git a/static/capture/stackbit-themes-exto-jekyll.png b/static/capture/stackbit-themes-exto-jekyll.png deleted file mode 100644 index ca6eac677..000000000 Binary files a/static/capture/stackbit-themes-exto-jekyll.png and /dev/null differ diff --git a/static/capture/stackbit-themes-exto-nextjs.png b/static/capture/stackbit-themes-exto-nextjs.png new file mode 100644 index 000000000..2e6e223d4 Binary files /dev/null and b/static/capture/stackbit-themes-exto-nextjs.png differ diff --git a/static/capture/stackbit-themes-exto-unibit.png b/static/capture/stackbit-themes-exto-unibit.png deleted file mode 100644 index cb9851f46..000000000 Binary files a/static/capture/stackbit-themes-exto-unibit.png and /dev/null differ diff --git a/static/capture/stackbit-themes-fjord-gatsby.png b/static/capture/stackbit-themes-fjord-gatsby.png deleted file mode 100644 index 869e85a1d..000000000 Binary files a/static/capture/stackbit-themes-fjord-gatsby.png and /dev/null differ diff --git a/static/capture/stackbit-themes-fjord-hugo.png b/static/capture/stackbit-themes-fjord-hugo.png deleted file mode 100644 index 869e85a1d..000000000 Binary files a/static/capture/stackbit-themes-fjord-hugo.png and /dev/null differ diff --git a/static/capture/stackbit-themes-fjord-jekyll.png b/static/capture/stackbit-themes-fjord-jekyll.png deleted file mode 100644 index 869e85a1d..000000000 Binary files a/static/capture/stackbit-themes-fjord-jekyll.png and /dev/null differ diff --git a/static/capture/stackbit-themes-fjord-nextjs.png b/static/capture/stackbit-themes-fjord-nextjs.png new file mode 100644 index 000000000..6d8868c98 Binary files /dev/null and b/static/capture/stackbit-themes-fjord-nextjs.png differ diff --git a/static/capture/stackbit-themes-fjord-unibit.png b/static/capture/stackbit-themes-fjord-unibit.png deleted file mode 100644 index bd094dc88..000000000 Binary files a/static/capture/stackbit-themes-fjord-unibit.png and /dev/null differ diff --git a/static/capture/stackbit-themes-fresh-nextjs.png b/static/capture/stackbit-themes-fresh-nextjs.png new file mode 100644 index 000000000..7492dc5a0 Binary files /dev/null and b/static/capture/stackbit-themes-fresh-nextjs.png differ diff --git a/static/capture/stackbit-themes-fresh-unibit.png b/static/capture/stackbit-themes-fresh-unibit.png deleted file mode 100644 index 701252d7f..000000000 Binary files a/static/capture/stackbit-themes-fresh-unibit.png and /dev/null differ diff --git a/static/capture/stackbit-themes-libris-nextjs.png b/static/capture/stackbit-themes-libris-nextjs.png new file mode 100644 index 000000000..81e628784 Binary files /dev/null and b/static/capture/stackbit-themes-libris-nextjs.png differ diff --git a/static/capture/stackbit-themes-libris-unibit.png b/static/capture/stackbit-themes-libris-unibit.png deleted file mode 100644 index 0f968dd13..000000000 Binary files a/static/capture/stackbit-themes-libris-unibit.png and /dev/null differ diff --git a/static/capture/stackbit-themes-personal-nextjs.png b/static/capture/stackbit-themes-personal-nextjs.png new file mode 100644 index 000000000..b23b1fa40 Binary files /dev/null and b/static/capture/stackbit-themes-personal-nextjs.png differ diff --git a/static/capture/stackbit-themes-podcaster-nextjs.png b/static/capture/stackbit-themes-podcaster-nextjs.png new file mode 100644 index 000000000..397509e34 Binary files /dev/null and b/static/capture/stackbit-themes-podcaster-nextjs.png differ diff --git a/static/capture/stackbit-themes-stackbit-starter-gatsby.png b/static/capture/stackbit-themes-stackbit-starter-gatsby.png deleted file mode 100644 index 59cfc66b2..000000000 Binary files a/static/capture/stackbit-themes-stackbit-starter-gatsby.png and /dev/null differ diff --git a/static/capture/stackbit-themes-stackbit-starter-hugo.png b/static/capture/stackbit-themes-stackbit-starter-hugo.png deleted file mode 100644 index 59cfc66b2..000000000 Binary files a/static/capture/stackbit-themes-stackbit-starter-hugo.png and /dev/null differ diff --git a/static/capture/stackbit-themes-stackbit-starter-jekyll.png b/static/capture/stackbit-themes-stackbit-starter-jekyll.png deleted file mode 100644 index 59cfc66b2..000000000 Binary files a/static/capture/stackbit-themes-stackbit-starter-jekyll.png and /dev/null differ diff --git a/static/capture/stackbit-themes-stackbit-starter-nextjs.png b/static/capture/stackbit-themes-stackbit-starter-nextjs.png deleted file mode 100644 index 59cfc66b2..000000000 Binary files a/static/capture/stackbit-themes-stackbit-starter-nextjs.png and /dev/null differ diff --git a/static/capture/stackbit-themes-starter-unibit.png b/static/capture/stackbit-themes-starter-unibit.png deleted file mode 100644 index 4b99261bd..000000000 Binary files a/static/capture/stackbit-themes-starter-unibit.png and /dev/null differ diff --git a/static/capture/stackbit-stackbit-theme-vanilla.png b/static/capture/stackbit-themes-vanilla-jekyll.png similarity index 100% rename from static/capture/stackbit-stackbit-theme-vanilla.png rename to static/capture/stackbit-themes-vanilla-jekyll.png diff --git a/static/capture/stackbit-themes-vanilla-unibit.png b/static/capture/stackbit-themes-vanilla-nextjs.png similarity index 100% rename from static/capture/stackbit-themes-vanilla-unibit.png rename to static/capture/stackbit-themes-vanilla-nextjs.png diff --git a/static/capture/stackbithq-stackbit-theme-ampersand.png b/static/capture/stackbithq-stackbit-theme-ampersand.png deleted file mode 100644 index f5b057b30..000000000 Binary files a/static/capture/stackbithq-stackbit-theme-ampersand.png and /dev/null differ diff --git a/static/capture/stackbithq-stackbit-theme-azimuth.png b/static/capture/stackbithq-stackbit-theme-azimuth.png deleted file mode 100644 index 0e25fb76f..000000000 Binary files a/static/capture/stackbithq-stackbit-theme-azimuth.png and /dev/null differ diff --git a/static/capture/stackbithq-stackbit-theme-diy.png b/static/capture/stackbithq-stackbit-theme-diy.png deleted file mode 100644 index 9a94419ab..000000000 Binary files a/static/capture/stackbithq-stackbit-theme-diy.png and /dev/null differ diff --git a/static/capture/stackbithq-stackbit-theme-exto.png b/static/capture/stackbithq-stackbit-theme-exto.png deleted file mode 100644 index ca6eac677..000000000 Binary files a/static/capture/stackbithq-stackbit-theme-exto.png and /dev/null differ diff --git a/static/capture/stackbithq-stackbit-theme-fjord.png b/static/capture/stackbithq-stackbit-theme-fjord.png deleted file mode 100644 index 869e85a1d..000000000 Binary files a/static/capture/stackbithq-stackbit-theme-fjord.png and /dev/null differ diff --git a/static/capture/stackbithq-stackbit-theme-fresh.png b/static/capture/stackbithq-stackbit-theme-fresh.png deleted file mode 100644 index 513cd2695..000000000 Binary files a/static/capture/stackbithq-stackbit-theme-fresh.png and /dev/null differ diff --git a/static/capture/stackbithq-stackbit-theme-libris.png b/static/capture/stackbithq-stackbit-theme-libris.png deleted file mode 100644 index eabbef61b..000000000 Binary files a/static/capture/stackbithq-stackbit-theme-libris.png and /dev/null differ diff --git a/static/capture/stackbithq-stackbit-theme-starter.png b/static/capture/stackbithq-stackbit-theme-starter.png deleted file mode 100644 index 59cfc66b2..000000000 Binary files a/static/capture/stackbithq-stackbit-theme-starter.png and /dev/null differ diff --git a/static/capture/stackbithq-stackbit-theme-vanilla.png b/static/capture/stackbithq-stackbit-theme-vanilla.png deleted file mode 100644 index c008b7093..000000000 Binary files a/static/capture/stackbithq-stackbit-theme-vanilla.png and /dev/null differ diff --git a/static/capture/stackrole-gatsby-starter-foundation.png b/static/capture/stackrole-gatsby-starter-foundation.png index 4b73c5ddf..b13f11cd9 100644 Binary files a/static/capture/stackrole-gatsby-starter-foundation.png and b/static/capture/stackrole-gatsby-starter-foundation.png differ diff --git a/static/capture/statichunt-geeky-hugo.png b/static/capture/statichunt-geeky-hugo.png new file mode 100644 index 000000000..41d0a57de Binary files /dev/null and b/static/capture/statichunt-geeky-hugo.png differ diff --git a/static/capture/staticmania-blogge-hugo-theme.png b/static/capture/staticmania-blogge-hugo-theme.png new file mode 100644 index 000000000..34c27cf70 Binary files /dev/null and b/static/capture/staticmania-blogge-hugo-theme.png differ diff --git a/static/capture/staticmania-hugo-apsho.png b/static/capture/staticmania-hugo-apsho.png new file mode 100644 index 000000000..6d642271f Binary files /dev/null and b/static/capture/staticmania-hugo-apsho.png differ diff --git a/static/capture/staticmania-hugo-cohub.png b/static/capture/staticmania-hugo-cohub.png new file mode 100644 index 000000000..0407f0a60 Binary files /dev/null and b/static/capture/staticmania-hugo-cohub.png differ diff --git a/static/capture/staticmania-portio-hugo.png b/static/capture/staticmania-portio-hugo.png new file mode 100644 index 000000000..2dbf3036b Binary files /dev/null and b/static/capture/staticmania-portio-hugo.png differ diff --git a/static/capture/staticmania-roxo-eleventy.png b/static/capture/staticmania-roxo-eleventy.png new file mode 100644 index 000000000..c9e3dd733 Binary files /dev/null and b/static/capture/staticmania-roxo-eleventy.png differ diff --git a/static/capture/staticmania-roxo-hugo.png b/static/capture/staticmania-roxo-hugo.png deleted file mode 100644 index 47e64091a..000000000 Binary files a/static/capture/staticmania-roxo-hugo.png and /dev/null differ diff --git a/static/capture/stavrospanakakis-jekyll-cv.png b/static/capture/stavrospanakakis-jekyll-cv.png new file mode 100644 index 000000000..98a49cf7a Binary files /dev/null and b/static/capture/stavrospanakakis-jekyll-cv.png differ diff --git a/static/capture/stephen-cloud-gatsby-markdown-material-typescript-starter.png b/static/capture/stephen-cloud-gatsby-markdown-material-typescript-starter.png index 224bdbf8c..02c250ca6 100644 Binary files a/static/capture/stephen-cloud-gatsby-markdown-material-typescript-starter.png and b/static/capture/stephen-cloud-gatsby-markdown-material-typescript-starter.png differ diff --git a/static/capture/stevelane-hugo-icon.png b/static/capture/stevelane-hugo-icon.png deleted file mode 100644 index f5f36bc6f..000000000 Binary files a/static/capture/stevelane-hugo-icon.png and /dev/null differ diff --git a/static/capture/stijnvc-holo-alfa.png b/static/capture/stijnvc-holo-alfa.png index 96181e88e..1ae2801e7 100644 Binary files a/static/capture/stijnvc-holo-alfa.png and b/static/capture/stijnvc-holo-alfa.png differ diff --git a/static/capture/storyblok-storyblok-gridsome-boilerplate-moon.png b/static/capture/storyblok-storyblok-gridsome-boilerplate-moon.png index 06f65ddfc..ede9cbda1 100644 Binary files a/static/capture/storyblok-storyblok-gridsome-boilerplate-moon.png and b/static/capture/storyblok-storyblok-gridsome-boilerplate-moon.png differ diff --git a/static/capture/streetturtle-jekyll-clean-dark.png b/static/capture/streetturtle-jekyll-clean-dark.png index 11bc7677a..93fcf0155 100644 Binary files a/static/capture/streetturtle-jekyll-clean-dark.png and b/static/capture/streetturtle-jekyll-clean-dark.png differ diff --git a/static/capture/styxlab-gatsby-starter-try-ghost.png b/static/capture/styxlab-gatsby-starter-try-ghost.png index b36506526..f1c1467b5 100644 Binary files a/static/capture/styxlab-gatsby-starter-try-ghost.png and b/static/capture/styxlab-gatsby-starter-try-ghost.png differ diff --git a/static/capture/styxlab-next-cms-ghost.png b/static/capture/styxlab-next-cms-ghost.png index ef1d17618..802a85f9b 100644 Binary files a/static/capture/styxlab-next-cms-ghost.png and b/static/capture/styxlab-next-cms-ghost.png differ diff --git a/static/capture/sudorook-capsule.png b/static/capture/sudorook-capsule.png deleted file mode 100644 index c62ca0bfc..000000000 Binary files a/static/capture/sudorook-capsule.png and /dev/null differ diff --git a/static/capture/suheb-resume.png b/static/capture/suheb-resume.png index a1e95a17a..a30d47eaa 100644 Binary files a/static/capture/suheb-resume.png and b/static/capture/suheb-resume.png differ diff --git a/static/capture/suits-at-netlifycms-gridsome.png b/static/capture/suits-at-netlifycms-gridsome.png index 931b8ebb3..84e473179 100644 Binary files a/static/capture/suits-at-netlifycms-gridsome.png and b/static/capture/suits-at-netlifycms-gridsome.png differ diff --git a/static/capture/sujaykundu777-devlopr-jekyll.png b/static/capture/sujaykundu777-devlopr-jekyll.png index 7ab600843..c5afaa9f0 100644 Binary files a/static/capture/sujaykundu777-devlopr-jekyll.png and b/static/capture/sujaykundu777-devlopr-jekyll.png differ diff --git a/static/capture/sumeetmathpati-tiny-blog.png b/static/capture/sumeetmathpati-tiny-blog.png deleted file mode 100644 index e4a22bd7f..000000000 Binary files a/static/capture/sumeetmathpati-tiny-blog.png and /dev/null differ diff --git a/static/capture/sunbliss-photorama.png b/static/capture/sunbliss-photorama.png index 748114b57..77f7c3971 100644 Binary files a/static/capture/sunbliss-photorama.png and b/static/capture/sunbliss-photorama.png differ diff --git a/static/capture/surjithctly-neat-starter.png b/static/capture/surjithctly-neat-starter.png index 79846d228..b598d1d61 100644 Binary files a/static/capture/surjithctly-neat-starter.png and b/static/capture/surjithctly-neat-starter.png differ diff --git a/static/capture/svmiller-steve-ngvb-jekyll-template.png b/static/capture/svmiller-steve-ngvb-jekyll-template.png deleted file mode 100644 index 9c7d52758..000000000 Binary files a/static/capture/svmiller-steve-ngvb-jekyll-template.png and /dev/null differ diff --git a/static/capture/sw-yx-jamstack-hackathon-starter.png b/static/capture/sw-yx-jamstack-hackathon-starter.png index 3264efd5e..01489c027 100644 Binary files a/static/capture/sw-yx-jamstack-hackathon-starter.png and b/static/capture/sw-yx-jamstack-hackathon-starter.png differ diff --git a/static/capture/swanson-lagom.png b/static/capture/swanson-lagom.png index 7c3d6aaea..94ed31158 100644 Binary files a/static/capture/swanson-lagom.png and b/static/capture/swanson-lagom.png differ diff --git a/static/capture/swcool-landing-page-theme.png b/static/capture/swcool-landing-page-theme.png deleted file mode 100644 index 383895ee3..000000000 Binary files a/static/capture/swcool-landing-page-theme.png and /dev/null differ diff --git a/static/capture/sylhare-type-on-strap.png b/static/capture/sylhare-type-on-strap.png index 883bcd4f3..668ae7e17 100644 Binary files a/static/capture/sylhare-type-on-strap.png and b/static/capture/sylhare-type-on-strap.png differ diff --git a/static/capture/syui-hugo-theme-air.png b/static/capture/syui-hugo-theme-air.png deleted file mode 100644 index 60155df51..000000000 Binary files a/static/capture/syui-hugo-theme-air.png and /dev/null differ diff --git a/static/capture/syui-hugo-theme-wave.png b/static/capture/syui-hugo-theme-wave.png deleted file mode 100644 index 2c9d5acee..000000000 Binary files a/static/capture/syui-hugo-theme-wave.png and /dev/null differ diff --git a/static/capture/szhielelp-jekylltheme-projectgaia.png b/static/capture/szhielelp-jekylltheme-projectgaia.png deleted file mode 100644 index 2d433890c..000000000 Binary files a/static/capture/szhielelp-jekylltheme-projectgaia.png and /dev/null differ diff --git a/static/capture/sziv2p-jekyll-theme-scaffold.png b/static/capture/sziv2p-jekyll-theme-scaffold.png deleted file mode 100644 index aaedd70a8..000000000 Binary files a/static/capture/sziv2p-jekyll-theme-scaffold.png and /dev/null differ diff --git a/static/capture/szivong-pole-main.png b/static/capture/szivong-pole-main.png deleted file mode 100644 index 8b6b90f70..000000000 Binary files a/static/capture/szivong-pole-main.png and /dev/null differ diff --git a/static/capture/szivong-pole.png b/static/capture/szivong-pole.png deleted file mode 100644 index 8b6b90f70..000000000 Binary files a/static/capture/szivong-pole.png and /dev/null differ diff --git a/static/capture/t413-singlepaged.png b/static/capture/t413-singlepaged.png deleted file mode 100644 index e8fafc622..000000000 Binary files a/static/capture/t413-singlepaged.png and /dev/null differ diff --git a/static/capture/taikii-whiteplain.png b/static/capture/taikii-whiteplain.png deleted file mode 100644 index 241c3fc18..000000000 Binary files a/static/capture/taikii-whiteplain.png and /dev/null differ diff --git a/static/capture/tajacks-lightspeed.png b/static/capture/tajacks-lightspeed.png new file mode 100644 index 000000000..0bc7b4dfc Binary files /dev/null and b/static/capture/tajacks-lightspeed.png differ diff --git a/static/capture/taylantatli-halve.png b/static/capture/taylantatli-halve.png index f194bc791..90e348ea9 100644 Binary files a/static/capture/taylantatli-halve.png and b/static/capture/taylantatli-halve.png differ diff --git a/static/capture/taylantatli-moon.png b/static/capture/taylantatli-moon.png index 9d8a919cf..6bcf09cb5 100644 Binary files a/static/capture/taylantatli-moon.png and b/static/capture/taylantatli-moon.png differ diff --git a/static/capture/taylantatli-ramme.png b/static/capture/taylantatli-ramme.png index 30ec0608e..cf221d97e 100644 Binary files a/static/capture/taylantatli-ramme.png and b/static/capture/taylantatli-ramme.png differ diff --git a/static/capture/tazeg-hugo-blog-jeffprod.png b/static/capture/tazeg-hugo-blog-jeffprod.png deleted file mode 100644 index 971a05805..000000000 Binary files a/static/capture/tazeg-hugo-blog-jeffprod.png and /dev/null differ diff --git a/static/capture/tblyler-light-hugo.png b/static/capture/tblyler-light-hugo.png deleted file mode 100644 index 34f308847..000000000 Binary files a/static/capture/tblyler-light-hugo.png and /dev/null differ diff --git a/static/capture/tcbutler320-jek.png b/static/capture/tcbutler320-jek.png index 3f82911c4..3a0b03750 100644 Binary files a/static/capture/tcbutler320-jek.png and b/static/capture/tcbutler320-jek.png differ diff --git a/static/capture/tcbutler320-jekyll-theme-dumbarton.png b/static/capture/tcbutler320-jekyll-theme-dumbarton.png index e61663b0f..95f38e8ab 100644 Binary files a/static/capture/tcbutler320-jekyll-theme-dumbarton.png and b/static/capture/tcbutler320-jekyll-theme-dumbarton.png differ diff --git a/static/capture/teaware-gatsby-starter-point.png b/static/capture/teaware-gatsby-starter-point.png index a421b53f0..e9db887a8 100644 Binary files a/static/capture/teaware-gatsby-starter-point.png and b/static/capture/teaware-gatsby-starter-point.png differ diff --git a/static/capture/thakkaryash94-gatsby-github-personal-website.png b/static/capture/thakkaryash94-gatsby-github-personal-website.png index 0bc8b0303..30c88247e 100644 Binary files a/static/capture/thakkaryash94-gatsby-github-personal-website.png and b/static/capture/thakkaryash94-gatsby-github-personal-website.png differ diff --git a/static/capture/the-development-flex.png b/static/capture/the-development-flex.png index 04c9c8b65..db422461c 100644 Binary files a/static/capture/the-development-flex.png and b/static/capture/the-development-flex.png differ diff --git a/static/capture/the2ne-hugo-frais.png b/static/capture/the2ne-hugo-frais.png deleted file mode 100644 index 66d3bb30e..000000000 Binary files a/static/capture/the2ne-hugo-frais.png and /dev/null differ diff --git a/static/capture/thebakerdev-gatsby-starter-zenii.png b/static/capture/thebakerdev-gatsby-starter-zenii.png index fd3272967..cb6bca8f7 100644 Binary files a/static/capture/thebakerdev-gatsby-starter-zenii.png and b/static/capture/thebakerdev-gatsby-starter-zenii.png differ diff --git a/static/capture/thecodemint-gatsby-starter-simple.png b/static/capture/thecodemint-gatsby-starter-simple.png deleted file mode 100644 index bb1658034..000000000 Binary files a/static/capture/thecodemint-gatsby-starter-simple.png and /dev/null differ diff --git a/static/capture/thedevslot-whatatheme.png b/static/capture/thedevslot-whatatheme.png index ec82eacd8..a3f660133 100644 Binary files a/static/capture/thedevslot-whatatheme.png and b/static/capture/thedevslot-whatatheme.png differ diff --git a/static/capture/themefisher-academia-hugo.png b/static/capture/themefisher-academia-hugo.png new file mode 100644 index 000000000..af91d5cb1 Binary files /dev/null and b/static/capture/themefisher-academia-hugo.png differ diff --git a/static/capture/themefisher-airspace-hugo.png b/static/capture/themefisher-airspace-hugo.png index b6a2809ff..ac04040ea 100644 Binary files a/static/capture/themefisher-airspace-hugo.png and b/static/capture/themefisher-airspace-hugo.png differ diff --git a/static/capture/themefisher-bigspring-light.png b/static/capture/themefisher-bigspring-light.png new file mode 100644 index 000000000..db1483ae3 Binary files /dev/null and b/static/capture/themefisher-bigspring-light.png differ diff --git a/static/capture/themefisher-dot-hugo-documentation-theme.png b/static/capture/themefisher-dot-hugo-documentation-theme.png deleted file mode 100644 index 4f20d4cda..000000000 Binary files a/static/capture/themefisher-dot-hugo-documentation-theme.png and /dev/null differ diff --git a/static/capture/themefisher-dot-hugo.png b/static/capture/themefisher-dot-hugo.png new file mode 100644 index 000000000..e488b62b2 Binary files /dev/null and b/static/capture/themefisher-dot-hugo.png differ diff --git a/static/capture/themefisher-educenter-hugo.png b/static/capture/themefisher-educenter-hugo.png new file mode 100644 index 000000000..bf5e73c1a Binary files /dev/null and b/static/capture/themefisher-educenter-hugo.png differ diff --git a/static/capture/themefisher-hargo-hugo.png b/static/capture/themefisher-hargo-hugo.png new file mode 100644 index 000000000..bd02cf406 Binary files /dev/null and b/static/capture/themefisher-hargo-hugo.png differ diff --git a/static/capture/themefisher-infinity-hugo.png b/static/capture/themefisher-infinity-hugo.png index 672dd87e7..8dcce0030 100644 Binary files a/static/capture/themefisher-infinity-hugo.png and b/static/capture/themefisher-infinity-hugo.png differ diff --git a/static/capture/themefisher-kross-hugo-portfolio-template.png b/static/capture/themefisher-kross-hugo-portfolio-template.png deleted file mode 100644 index 7c1f4a0e9..000000000 Binary files a/static/capture/themefisher-kross-hugo-portfolio-template.png and /dev/null differ diff --git a/static/capture/themefisher-kross-hugo.png b/static/capture/themefisher-kross-hugo.png new file mode 100644 index 000000000..5c616aada Binary files /dev/null and b/static/capture/themefisher-kross-hugo.png differ diff --git a/static/capture/themefisher-meghna-hugo.png b/static/capture/themefisher-meghna-hugo.png deleted file mode 100644 index 9eba0110b..000000000 Binary files a/static/capture/themefisher-meghna-hugo.png and /dev/null differ diff --git a/static/capture/themefisher-navigator-hugo.png b/static/capture/themefisher-navigator-hugo.png deleted file mode 100644 index 76ab189ad..000000000 Binary files a/static/capture/themefisher-navigator-hugo.png and /dev/null differ diff --git a/static/capture/themefisher-parsa-hugo-personal-blog-theme.png b/static/capture/themefisher-parsa-hugo-personal-blog-theme.png deleted file mode 100644 index 61ad338e6..000000000 Binary files a/static/capture/themefisher-parsa-hugo-personal-blog-theme.png and /dev/null differ diff --git a/static/capture/themefisher-parsa-hugo.png b/static/capture/themefisher-parsa-hugo.png new file mode 100644 index 000000000..cb8a07382 Binary files /dev/null and b/static/capture/themefisher-parsa-hugo.png differ diff --git a/static/capture/themefisher-restaurant-hugo.png b/static/capture/themefisher-restaurant-hugo.png deleted file mode 100644 index 0b8c67e42..000000000 Binary files a/static/capture/themefisher-restaurant-hugo.png and /dev/null differ diff --git a/static/capture/themefisher-timer-hugo.png b/static/capture/themefisher-timer-hugo.png index b71c76cb9..4c9fe6e6c 100644 Binary files a/static/capture/themefisher-timer-hugo.png and b/static/capture/themefisher-timer-hugo.png differ diff --git a/static/capture/themefisher-twenty-twenty-hugo.png b/static/capture/themefisher-twenty-twenty-hugo.png new file mode 100644 index 000000000..746f6b2da Binary files /dev/null and b/static/capture/themefisher-twenty-twenty-hugo.png differ diff --git a/static/capture/themefisher-vex-hugo.png b/static/capture/themefisher-vex-hugo.png index 0003fe60e..41976a029 100644 Binary files a/static/capture/themefisher-vex-hugo.png and b/static/capture/themefisher-vex-hugo.png differ diff --git a/static/capture/themeselection-materio-mui-react-nextjs-admin-template-free.png b/static/capture/themeselection-materio-mui-react-nextjs-admin-template-free.png new file mode 100644 index 000000000..111b1bcb4 Binary files /dev/null and b/static/capture/themeselection-materio-mui-react-nextjs-admin-template-free.png differ diff --git a/static/capture/thenewdynamic-gohugo-theme-ananke.png b/static/capture/thenewdynamic-gohugo-theme-ananke.png new file mode 100644 index 000000000..9a6913390 Binary files /dev/null and b/static/capture/thenewdynamic-gohugo-theme-ananke.png differ diff --git a/static/capture/thephuse-strange_case.png b/static/capture/thephuse-strange_case.png index 2dbebd578..4f67a09b5 100644 Binary files a/static/capture/thephuse-strange_case.png and b/static/capture/thephuse-strange_case.png differ diff --git a/static/capture/thetrevorharmon-gatsby-starter-typescript-sass.png b/static/capture/thetrevorharmon-gatsby-starter-typescript-sass.png index 1e373151e..ceed4492d 100644 Binary files a/static/capture/thetrevorharmon-gatsby-starter-typescript-sass.png and b/static/capture/thetrevorharmon-gatsby-starter-typescript-sass.png differ diff --git a/static/capture/thiagorossener-jekflix-template.png b/static/capture/thiagorossener-jekflix-template.png index 6493069b0..585f34c4d 100644 Binary files a/static/capture/thiagorossener-jekflix-template.png and b/static/capture/thiagorossener-jekflix-template.png differ diff --git a/static/capture/thingsym-hugo-theme-techdoc.png b/static/capture/thingsym-hugo-theme-techdoc.png deleted file mode 100644 index 922566292..000000000 Binary files a/static/capture/thingsym-hugo-theme-techdoc.png and /dev/null differ diff --git a/static/capture/thinker3197-ink.png b/static/capture/thinker3197-ink.png index e94908851..02d684158 100644 Binary files a/static/capture/thinker3197-ink.png and b/static/capture/thinker3197-ink.png differ diff --git a/static/capture/thomasheller-crab.png b/static/capture/thomasheller-crab.png deleted file mode 100644 index 041273649..000000000 Binary files a/static/capture/thomasheller-crab.png and /dev/null differ diff --git a/static/capture/thomasvaeth-trophy-jekyll.png b/static/capture/thomasvaeth-trophy-jekyll.png deleted file mode 100644 index bdb51602b..000000000 Binary files a/static/capture/thomasvaeth-trophy-jekyll.png and /dev/null differ diff --git a/static/capture/thomaswangio-gatsby-personal-starter-blog.png b/static/capture/thomaswangio-gatsby-personal-starter-blog.png index fb143cbea..d312f34e9 100644 Binary files a/static/capture/thomaswangio-gatsby-personal-starter-blog.png and b/static/capture/thomaswangio-gatsby-personal-starter-blog.png differ diff --git a/static/capture/thomaswangio-gatsby-starter-primer.png b/static/capture/thomaswangio-gatsby-starter-primer.png index 22f6e1a92..a18fe5a04 100644 Binary files a/static/capture/thomaswangio-gatsby-starter-primer.png and b/static/capture/thomaswangio-gatsby-starter-primer.png differ diff --git a/static/capture/thriveweb-yellowcake.png b/static/capture/thriveweb-yellowcake.png index 474910767..001c97a1d 100644 Binary files a/static/capture/thriveweb-yellowcake.png and b/static/capture/thriveweb-yellowcake.png differ diff --git a/static/capture/thundermiracle-gatsby-simple-blog.png b/static/capture/thundermiracle-gatsby-simple-blog.png index f9ca86e21..be39d50b5 100644 Binary files a/static/capture/thundermiracle-gatsby-simple-blog.png and b/static/capture/thundermiracle-gatsby-simple-blog.png differ diff --git a/static/capture/tigefa4u-jekmdl.png b/static/capture/tigefa4u-jekmdl.png index a65944601..d711b6dab 100644 Binary files a/static/capture/tigefa4u-jekmdl.png and b/static/capture/tigefa4u-jekmdl.png differ diff --git a/static/capture/timlrx-tailwind-nextjs-starter-blog.png b/static/capture/timlrx-tailwind-nextjs-starter-blog.png index 5bb6d2516..0fc41de76 100644 Binary files a/static/capture/timlrx-tailwind-nextjs-starter-blog.png and b/static/capture/timlrx-tailwind-nextjs-starter-blog.png differ diff --git a/static/capture/tnguyen-blueface.png b/static/capture/tnguyen-blueface.png index 3eb312fea..fb137e472 100644 Binary files a/static/capture/tnguyen-blueface.png and b/static/capture/tnguyen-blueface.png differ diff --git a/static/capture/tnwhitwell-hugo-startpage-theme.png b/static/capture/tnwhitwell-hugo-startpage-theme.png deleted file mode 100644 index 6f8dc418c..000000000 Binary files a/static/capture/tnwhitwell-hugo-startpage-theme.png and /dev/null differ diff --git a/static/capture/toboko-gatsby-starter-fine.png b/static/capture/toboko-gatsby-starter-fine.png index 8baa97abb..eb4cdde3a 100644 Binary files a/static/capture/toboko-gatsby-starter-fine.png and b/static/capture/toboko-gatsby-starter-fine.png differ diff --git a/static/capture/tocttou-hacker-blog.png b/static/capture/tocttou-hacker-blog.png index 8b351d868..1cf5e2de5 100644 Binary files a/static/capture/tocttou-hacker-blog.png and b/static/capture/tocttou-hacker-blog.png differ diff --git a/static/capture/tolking-vuepress-theme-ououe.png b/static/capture/tolking-vuepress-theme-ououe.png index 39231fc5e..b38315508 100644 Binary files a/static/capture/tolking-vuepress-theme-ououe.png and b/static/capture/tolking-vuepress-theme-ououe.png differ diff --git a/static/capture/tomanistor-osprey.png b/static/capture/tomanistor-osprey.png index 19e385aab..b3a42d774 100644 Binary files a/static/capture/tomanistor-osprey.png and b/static/capture/tomanistor-osprey.png differ diff --git a/static/capture/tomekskuta-gatsby-starter-intl.png b/static/capture/tomekskuta-gatsby-starter-intl.png index a30928ced..13988fe5a 100644 Binary files a/static/capture/tomekskuta-gatsby-starter-intl.png and b/static/capture/tomekskuta-gatsby-starter-intl.png differ diff --git a/static/capture/tomjohnson1492-documentation-theme-jekyll.png b/static/capture/tomjohnson1492-documentation-theme-jekyll.png index e8ccc28b9..4a24c3e6b 100644 Binary files a/static/capture/tomjohnson1492-documentation-theme-jekyll.png and b/static/capture/tomjohnson1492-documentation-theme-jekyll.png differ diff --git a/static/capture/tomoyukikashiro-gatsby-starter-blog-amp-to-pwa.png b/static/capture/tomoyukikashiro-gatsby-starter-blog-amp-to-pwa.png index 93981ec52..7b6a74c81 100644 Binary files a/static/capture/tomoyukikashiro-gatsby-starter-blog-amp-to-pwa.png and b/static/capture/tomoyukikashiro-gatsby-starter-blog-amp-to-pwa.png differ diff --git a/static/capture/tomrutgers-middleman-starter-netlify-cms.png b/static/capture/tomrutgers-middleman-starter-netlify-cms.png index 685291a82..5f250eea8 100644 Binary files a/static/capture/tomrutgers-middleman-starter-netlify-cms.png and b/static/capture/tomrutgers-middleman-starter-netlify-cms.png differ diff --git a/static/capture/tosi29-inkblotty.png b/static/capture/tosi29-inkblotty.png deleted file mode 100644 index 51b2855fd..000000000 Binary files a/static/capture/tosi29-inkblotty.png and /dev/null differ diff --git a/static/capture/track3-hermit.png b/static/capture/track3-hermit.png deleted file mode 100644 index 651130c30..000000000 Binary files a/static/capture/track3-hermit.png and /dev/null differ diff --git a/static/capture/tradly-platform-butterflies.png b/static/capture/tradly-platform-butterflies.png new file mode 100644 index 000000000..9ed6b2a06 Binary files /dev/null and b/static/capture/tradly-platform-butterflies.png differ diff --git a/static/capture/transitive-bullshit-nextjs-notion-starter-kit.png b/static/capture/transitive-bullshit-nextjs-notion-starter-kit.png new file mode 100644 index 000000000..cac9639c3 Binary files /dev/null and b/static/capture/transitive-bullshit-nextjs-notion-starter-kit.png differ diff --git a/static/capture/tryghost-eleventy-starter-ghost.png b/static/capture/tryghost-eleventy-starter-ghost.png index 2730aedf0..a8ab4fa5a 100644 Binary files a/static/capture/tryghost-eleventy-starter-ghost.png and b/static/capture/tryghost-eleventy-starter-ghost.png differ diff --git a/static/capture/tryghost-gatsby-starter-ghost.png b/static/capture/tryghost-gatsby-starter-ghost.png index e3fb48eb3..84c1751d5 100644 Binary files a/static/capture/tryghost-gatsby-starter-ghost.png and b/static/capture/tryghost-gatsby-starter-ghost.png differ diff --git a/static/capture/ttntm-11ty-landing-page.png b/static/capture/ttntm-11ty-landing-page.png index 07cd22552..126602e07 100644 Binary files a/static/capture/ttntm-11ty-landing-page.png and b/static/capture/ttntm-11ty-landing-page.png differ diff --git a/static/capture/ttntm-hugo-landing-page.png b/static/capture/ttntm-hugo-landing-page.png index 6866b7b94..a29e9b18e 100644 Binary files a/static/capture/ttntm-hugo-landing-page.png and b/static/capture/ttntm-hugo-landing-page.png differ diff --git a/static/capture/ttskch-jekyll-ttskch-theme.png b/static/capture/ttskch-jekyll-ttskch-theme.png index 9da0a1851..351ee7981 100644 Binary files a/static/capture/ttskch-jekyll-ttskch-theme.png and b/static/capture/ttskch-jekyll-ttskch-theme.png differ diff --git a/static/capture/tummychow-lanyon-hugo.png b/static/capture/tummychow-lanyon-hugo.png index 02df75d78..05c3bc66e 100644 Binary files a/static/capture/tummychow-lanyon-hugo.png and b/static/capture/tummychow-lanyon-hugo.png differ diff --git a/static/capture/tybenz-exemplar.png b/static/capture/tybenz-exemplar.png index cfbfbce93..65f70c198 100644 Binary files a/static/capture/tybenz-exemplar.png and b/static/capture/tybenz-exemplar.png differ diff --git a/static/capture/tybenz-otter-pop.png b/static/capture/tybenz-otter-pop.png index 34225044f..e8e259abe 100644 Binary files a/static/capture/tybenz-otter-pop.png and b/static/capture/tybenz-otter-pop.png differ diff --git a/static/capture/tylergreulich-gatsby-typescript-mdx-prismjs-starter.png b/static/capture/tylergreulich-gatsby-typescript-mdx-prismjs-starter.png index 385367bf6..11453040d 100644 Binary files a/static/capture/tylergreulich-gatsby-typescript-mdx-prismjs-starter.png and b/static/capture/tylergreulich-gatsby-typescript-mdx-prismjs-starter.png differ diff --git a/static/capture/tylermroderick-fernfolio-11ty-template.png b/static/capture/tylermroderick-fernfolio-11ty-template.png index 33ade519a..695c4044a 100644 Binary files a/static/capture/tylermroderick-fernfolio-11ty-template.png and b/static/capture/tylermroderick-fernfolio-11ty-template.png differ diff --git a/static/capture/tzuehlke-jekyll-uno-timeline.png b/static/capture/tzuehlke-jekyll-uno-timeline.png deleted file mode 100644 index fc54d8186..000000000 Binary files a/static/capture/tzuehlke-jekyll-uno-timeline.png and /dev/null differ diff --git a/static/capture/ueno-llc-ueno-gatsby-starter.png b/static/capture/ueno-llc-ueno-gatsby-starter.png index 2eab45f6b..c89317622 100644 Binary files a/static/capture/ueno-llc-ueno-gatsby-starter.png and b/static/capture/ueno-llc-ueno-gatsby-starter.png differ diff --git a/static/capture/uicardiodev-hugo-lime.png b/static/capture/uicardiodev-hugo-lime.png deleted file mode 100644 index a252df388..000000000 Binary files a/static/capture/uicardiodev-hugo-lime.png and /dev/null differ diff --git a/static/capture/uicardiodev-hugo-sodium-theme.png b/static/capture/uicardiodev-hugo-sodium-theme.png deleted file mode 100644 index 881ee2bea..000000000 Binary files a/static/capture/uicardiodev-hugo-sodium-theme.png and /dev/null differ diff --git a/static/capture/uicardiodev-hugo-uilite.png b/static/capture/uicardiodev-hugo-uilite.png deleted file mode 100644 index cc471bf98..000000000 Binary files a/static/capture/uicardiodev-hugo-uilite.png and /dev/null differ diff --git a/static/capture/unifreak-unifreak.github.io.png b/static/capture/unifreak-unifreak.github.io.png index 936ab498f..fe8acbfb5 100644 Binary files a/static/capture/unifreak-unifreak.github.io.png and b/static/capture/unifreak-unifreak.github.io.png differ diff --git a/static/capture/upagge-ublogger.png b/static/capture/upagge-ublogger.png index 786f0cc47..6c80f3d48 100644 Binary files a/static/capture/upagge-ublogger.png and b/static/capture/upagge-ublogger.png differ diff --git a/static/capture/v4iv-gatsby-starter-business.png b/static/capture/v4iv-gatsby-starter-business.png index dd88fa1a3..09db8a725 100644 Binary files a/static/capture/v4iv-gatsby-starter-business.png and b/static/capture/v4iv-gatsby-starter-business.png differ diff --git a/static/capture/vaga-hugo-theme-m10c.png b/static/capture/vaga-hugo-theme-m10c.png deleted file mode 100644 index a0ad15a86..000000000 Binary files a/static/capture/vaga-hugo-theme-m10c.png and /dev/null differ diff --git a/static/capture/vagr9k-gatsby-advanced-starter.png b/static/capture/vagr9k-gatsby-advanced-starter.png index f194bc791..3d273d766 100644 Binary files a/static/capture/vagr9k-gatsby-advanced-starter.png and b/static/capture/vagr9k-gatsby-advanced-starter.png differ diff --git a/static/capture/vagr9k-gatsby-material-starter.png b/static/capture/vagr9k-gatsby-material-starter.png index 5b6881227..eb119400b 100644 Binary files a/static/capture/vagr9k-gatsby-material-starter.png and b/static/capture/vagr9k-gatsby-material-starter.png differ diff --git a/static/capture/vantagedesign-ace-documentation.png b/static/capture/vantagedesign-ace-documentation.png index 52c8c8e18..638c280f7 100644 Binary files a/static/capture/vantagedesign-ace-documentation.png and b/static/capture/vantagedesign-ace-documentation.png differ diff --git a/static/capture/vercel-next.js.png b/static/capture/vercel-next.js.png index c1f0fe544..59067e1ef 100644 Binary files a/static/capture/vercel-next.js.png and b/static/capture/vercel-next.js.png differ diff --git a/static/capture/vfalanis-taken.png b/static/capture/vfalanis-taken.png deleted file mode 100644 index f1935d222..000000000 Binary files a/static/capture/vfalanis-taken.png and /dev/null differ diff --git a/static/capture/vfvong-jekyll-theme-quartz.png b/static/capture/vfvong-jekyll-theme-quartz.png new file mode 100644 index 000000000..f1f1c2736 Binary files /dev/null and b/static/capture/vfvong-jekyll-theme-quartz.png differ diff --git a/static/capture/vfvong-jekyll-theme-tao.png b/static/capture/vfvong-jekyll-theme-tao.png new file mode 100644 index 000000000..f0ad9c968 Binary files /dev/null and b/static/capture/vfvong-jekyll-theme-tao.png differ diff --git a/static/capture/victoriadrake-hugo-theme-introduction.png b/static/capture/victoriadrake-hugo-theme-introduction.png index bea9adbd3..7b41d8a69 100644 Binary files a/static/capture/victoriadrake-hugo-theme-introduction.png and b/static/capture/victoriadrake-hugo-theme-introduction.png differ diff --git a/static/capture/victoriadrake-hugo-theme-sam.png b/static/capture/victoriadrake-hugo-theme-sam.png deleted file mode 100644 index 161d8c681..000000000 Binary files a/static/capture/victoriadrake-hugo-theme-sam.png and /dev/null differ diff --git a/static/capture/victorvoid-space-jekyll-template.png b/static/capture/victorvoid-space-jekyll-template.png index e702c75fe..421704235 100644 Binary files a/static/capture/victorvoid-space-jekyll-template.png and b/static/capture/victorvoid-space-jekyll-template.png differ diff --git a/static/capture/vietanhdev-benice17.png b/static/capture/vietanhdev-benice17.png index 76a2c67fe..49cf66a52 100644 Binary files a/static/capture/vietanhdev-benice17.png and b/static/capture/vietanhdev-benice17.png differ diff --git a/static/capture/vietanhdev-hugo-curious.png b/static/capture/vietanhdev-hugo-curious.png index a8b15c3e5..12517fb77 100644 Binary files a/static/capture/vietanhdev-hugo-curious.png and b/static/capture/vietanhdev-hugo-curious.png differ diff --git a/static/capture/viko16-vuepress-theme-simple.png b/static/capture/viko16-vuepress-theme-simple.png index 89ba9b136..827d3e4ab 100644 Binary files a/static/capture/viko16-vuepress-theme-simple.png and b/static/capture/viko16-vuepress-theme-simple.png differ diff --git a/static/capture/vimux-binario.png b/static/capture/vimux-binario.png deleted file mode 100644 index 6687b8bff..000000000 Binary files a/static/capture/vimux-binario.png and /dev/null differ diff --git a/static/capture/vimux-blank.png b/static/capture/vimux-blank.png deleted file mode 100644 index d0be3b919..000000000 Binary files a/static/capture/vimux-blank.png and /dev/null differ diff --git a/static/capture/vimux-mainroad.png b/static/capture/vimux-mainroad.png index 54bf888f6..a3e298e51 100644 Binary files a/static/capture/vimux-mainroad.png and b/static/capture/vimux-mainroad.png differ diff --git a/static/capture/vincentchan-mickey.png b/static/capture/vincentchan-mickey.png index 97a8250ed..28d61b146 100644 Binary files a/static/capture/vincentchan-mickey.png and b/static/capture/vincentchan-mickey.png differ diff --git a/static/capture/vinitkumar-white-paper.png b/static/capture/vinitkumar-white-paper.png index 5dde2c45d..60412049c 100644 Binary files a/static/capture/vinitkumar-white-paper.png and b/static/capture/vinitkumar-white-paper.png differ diff --git a/static/capture/vividvilla-ezhil.png b/static/capture/vividvilla-ezhil.png index d87899940..d33d3d011 100644 Binary files a/static/capture/vividvilla-ezhil.png and b/static/capture/vividvilla-ezhil.png differ diff --git a/static/capture/volny-creative-theme-jekyll.png b/static/capture/volny-creative-theme-jekyll.png index 06f61d7b9..c1a5882e5 100644 Binary files a/static/capture/volny-creative-theme-jekyll.png and b/static/capture/volny-creative-theme-jekyll.png differ diff --git a/static/capture/volny-stylish-portfolio-jekyll.png b/static/capture/volny-stylish-portfolio-jekyll.png index 9f107bd38..4fe383a94 100644 Binary files a/static/capture/volny-stylish-portfolio-jekyll.png and b/static/capture/volny-stylish-portfolio-jekyll.png differ diff --git a/static/capture/vormwald-joon.png b/static/capture/vormwald-joon.png index 144f429ce..05579b116 100644 Binary files a/static/capture/vormwald-joon.png and b/static/capture/vormwald-joon.png differ diff --git a/static/capture/vszhub-not-pure-poole.png b/static/capture/vszhub-not-pure-poole.png index 4e34b2b5f..097411f35 100644 Binary files a/static/capture/vszhub-not-pure-poole.png and b/static/capture/vszhub-not-pure-poole.png differ diff --git a/static/capture/vvalchev-creative-theme-jekyll-new.png b/static/capture/vvalchev-creative-theme-jekyll-new.png index f6be4d8c1..d4cd96712 100644 Binary files a/static/capture/vvalchev-creative-theme-jekyll-new.png and b/static/capture/vvalchev-creative-theme-jekyll-new.png differ diff --git a/static/capture/vvelox-hugo-dusky-neon-potato.png b/static/capture/vvelox-hugo-dusky-neon-potato.png deleted file mode 100644 index 364dd6480..000000000 Binary files a/static/capture/vvelox-hugo-dusky-neon-potato.png and /dev/null differ diff --git a/static/capture/w3layouts-gatsby-starter-delog.png b/static/capture/w3layouts-gatsby-starter-delog.png index 423e6118a..4c5daf9e2 100644 Binary files a/static/capture/w3layouts-gatsby-starter-delog.png and b/static/capture/w3layouts-gatsby-starter-delog.png differ diff --git a/static/capture/wangchucheng-hugo-eureka.png b/static/capture/wangchucheng-hugo-eureka.png deleted file mode 100644 index bb4ff380e..000000000 Binary files a/static/capture/wangchucheng-hugo-eureka.png and /dev/null differ diff --git a/static/capture/wangonya-flexible-gatsby.png b/static/capture/wangonya-flexible-gatsby.png index d5b977ae0..c223ab37c 100644 Binary files a/static/capture/wangonya-flexible-gatsby.png and b/static/capture/wangonya-flexible-gatsby.png differ diff --git a/static/capture/wangonya-the-plain-gatsby.png b/static/capture/wangonya-the-plain-gatsby.png index 483daa748..863beb2b9 100644 Binary files a/static/capture/wangonya-the-plain-gatsby.png and b/static/capture/wangonya-the-plain-gatsby.png differ diff --git a/static/capture/wannaxiao-vuepress-theme-resume.png b/static/capture/wannaxiao-vuepress-theme-resume.png deleted file mode 100644 index a233f0682..000000000 Binary files a/static/capture/wannaxiao-vuepress-theme-resume.png and /dev/null differ diff --git a/static/capture/wd-hugo-fabric.png b/static/capture/wd-hugo-fabric.png deleted file mode 100644 index 0882fc66b..000000000 Binary files a/static/capture/wd-hugo-fabric.png and /dev/null differ diff --git a/static/capture/webcu-gatsby-material-kit-react.png b/static/capture/webcu-gatsby-material-kit-react.png index cb76282b8..fe16b51eb 100644 Binary files a/static/capture/webcu-gatsby-material-kit-react.png and b/static/capture/webcu-gatsby-material-kit-react.png differ diff --git a/static/capture/wgao19-docusaurus-theme-no-style.png b/static/capture/wgao19-docusaurus-theme-no-style.png index c68c15607..4111879e0 100644 Binary files a/static/capture/wgao19-docusaurus-theme-no-style.png and b/static/capture/wgao19-docusaurus-theme-no-style.png differ diff --git a/static/capture/whoan-vuepress-theme-canvas.png b/static/capture/whoan-vuepress-theme-canvas.png index 95ae82e72..661ea085d 100644 Binary files a/static/capture/whoan-vuepress-theme-canvas.png and b/static/capture/whoan-vuepress-theme-canvas.png differ diff --git a/static/capture/whoisryosuke-gatsby-documentation-starter.png b/static/capture/whoisryosuke-gatsby-documentation-starter.png index 521b35348..bdd9f35f5 100644 Binary files a/static/capture/whoisryosuke-gatsby-documentation-starter.png and b/static/capture/whoisryosuke-gatsby-documentation-starter.png differ diff --git a/static/capture/wileybaba-hugo-theme-robotico.png b/static/capture/wileybaba-hugo-theme-robotico.png deleted file mode 100644 index ce9813794..000000000 Binary files a/static/capture/wileybaba-hugo-theme-robotico.png and /dev/null differ diff --git a/static/capture/willcode4food-gatsby-starter-paperbase.png b/static/capture/willcode4food-gatsby-starter-paperbase.png index c1f1465d5..8703a9cfc 100644 Binary files a/static/capture/willcode4food-gatsby-starter-paperbase.png and b/static/capture/willcode4food-gatsby-starter-paperbase.png differ diff --git a/static/capture/williamcanin-typing-jekyll-template.png b/static/capture/williamcanin-typing-jekyll-template.png index 9f23a3931..2fbc91fde 100644 Binary files a/static/capture/williamcanin-typing-jekyll-template.png and b/static/capture/williamcanin-typing-jekyll-template.png differ diff --git a/static/capture/willianjusten-cards-jekyll-template.png b/static/capture/willianjusten-cards-jekyll-template.png index 9498c47b4..751e8309e 100644 Binary files a/static/capture/willianjusten-cards-jekyll-template.png and b/static/capture/willianjusten-cards-jekyll-template.png differ diff --git a/static/capture/willianjusten-will-jekyll-template.png b/static/capture/willianjusten-will-jekyll-template.png index 4e4f8e092..5cf6f51eb 100644 Binary files a/static/capture/willianjusten-will-jekyll-template.png and b/static/capture/willianjusten-will-jekyll-template.png differ diff --git a/static/capture/willjw3-gatsby-starter-developer-diary.png b/static/capture/willjw3-gatsby-starter-developer-diary.png index 7be7a49a5..00d3fbf0e 100644 Binary files a/static/capture/willjw3-gatsby-starter-developer-diary.png and b/static/capture/willjw3-gatsby-starter-developer-diary.png differ diff --git a/static/capture/windedge-gatsby-tailwind-serif.png b/static/capture/windedge-gatsby-tailwind-serif.png index a9065687b..fa74cc140 100644 Binary files a/static/capture/windedge-gatsby-tailwind-serif.png and b/static/capture/windedge-gatsby-tailwind-serif.png differ diff --git a/static/capture/wiredcraft-carte.png b/static/capture/wiredcraft-carte.png index 49e96b71e..0bdc11be0 100644 Binary files a/static/capture/wiredcraft-carte.png and b/static/capture/wiredcraft-carte.png differ diff --git a/static/capture/wkocjan-gatsby-airtable-listing.png b/static/capture/wkocjan-gatsby-airtable-listing.png index 90194fead..1d16b83c9 100644 Binary files a/static/capture/wkocjan-gatsby-airtable-listing.png and b/static/capture/wkocjan-gatsby-airtable-listing.png differ diff --git a/static/capture/wkocjan-gatsby-contentful-portfolio.png b/static/capture/wkocjan-gatsby-contentful-portfolio.png index 60773eb86..98f2c6661 100644 Binary files a/static/capture/wkocjan-gatsby-contentful-portfolio.png and b/static/capture/wkocjan-gatsby-contentful-portfolio.png differ diff --git a/static/capture/wkocjan-gatsby-theme-intro.png b/static/capture/wkocjan-gatsby-theme-intro.png index 07b78c1a8..4b7f88d60 100644 Binary files a/static/capture/wkocjan-gatsby-theme-intro.png and b/static/capture/wkocjan-gatsby-theme-intro.png differ diff --git a/static/capture/wowthemesnet-affiliates-jekyll-theme.png b/static/capture/wowthemesnet-affiliates-jekyll-theme.png index 204918e3c..8339d343b 100644 Binary files a/static/capture/wowthemesnet-affiliates-jekyll-theme.png and b/static/capture/wowthemesnet-affiliates-jekyll-theme.png differ diff --git a/static/capture/wowthemesnet-jekyll-theme-memoirs.png b/static/capture/wowthemesnet-jekyll-theme-memoirs.png index fd5971680..81a999016 100644 Binary files a/static/capture/wowthemesnet-jekyll-theme-memoirs.png and b/static/capture/wowthemesnet-jekyll-theme-memoirs.png differ diff --git a/static/capture/wowthemesnet-mediumish-theme-jekyll.png b/static/capture/wowthemesnet-mediumish-theme-jekyll.png index ca0e83834..e2200ce10 100644 Binary files a/static/capture/wowthemesnet-mediumish-theme-jekyll.png and b/static/capture/wowthemesnet-mediumish-theme-jekyll.png differ diff --git a/static/capture/wowthemesnet-mediumish-vuepress-blog-theme.png b/static/capture/wowthemesnet-mediumish-vuepress-blog-theme.png index c949fa78e..937881e37 100644 Binary files a/static/capture/wowthemesnet-mediumish-vuepress-blog-theme.png and b/static/capture/wowthemesnet-mediumish-vuepress-blog-theme.png differ diff --git a/static/capture/wowthemesnet-mundana-theme-jekyll.png b/static/capture/wowthemesnet-mundana-theme-jekyll.png index 7a0cb8765..096182707 100644 Binary files a/static/capture/wowthemesnet-mundana-theme-jekyll.png and b/static/capture/wowthemesnet-mundana-theme-jekyll.png differ diff --git a/static/capture/wrappixel-flexy-admin-nextjs-free.png b/static/capture/wrappixel-flexy-admin-nextjs-free.png new file mode 100644 index 000000000..3e82032cb Binary files /dev/null and b/static/capture/wrappixel-flexy-admin-nextjs-free.png differ diff --git a/static/capture/wrappixel-materialpro-nuxtjs-free.png b/static/capture/wrappixel-materialpro-nuxtjs-free.png new file mode 100644 index 000000000..de028dccf Binary files /dev/null and b/static/capture/wrappixel-materialpro-nuxtjs-free.png differ diff --git a/static/capture/wrappixel-xtreme-admin-nextjs-free.png b/static/capture/wrappixel-xtreme-admin-nextjs-free.png new file mode 100644 index 000000000..08872165b Binary files /dev/null and b/static/capture/wrappixel-xtreme-admin-nextjs-free.png differ diff --git a/static/capture/wu-kan-wu-kan.github.io.png b/static/capture/wu-kan-wu-kan.github.io.png index 7946aee55..0adceaa00 100644 Binary files a/static/capture/wu-kan-wu-kan.github.io.png and b/static/capture/wu-kan-wu-kan.github.io.png differ diff --git a/static/capture/xaprb-story.png b/static/capture/xaprb-story.png index dafdfc39c..cf7a3a12c 100644 Binary files a/static/capture/xaprb-story.png and b/static/capture/xaprb-story.png differ diff --git a/static/capture/xaviablaza-hugo-lodi-theme.png b/static/capture/xaviablaza-hugo-lodi-theme.png deleted file mode 100644 index 3a178c0ce..000000000 Binary files a/static/capture/xaviablaza-hugo-lodi-theme.png and /dev/null differ diff --git a/static/capture/xdesro-nuxt-netlify-cms-starter.png b/static/capture/xdesro-nuxt-netlify-cms-starter.png index e086344c4..24d9ba4df 100644 Binary files a/static/capture/xdesro-nuxt-netlify-cms-starter.png and b/static/capture/xdesro-nuxt-netlify-cms-starter.png differ diff --git a/static/capture/xianmin-hugo-theme-jane.png b/static/capture/xianmin-hugo-theme-jane.png index b8b2d9267..63156d5eb 100644 Binary files a/static/capture/xianmin-hugo-theme-jane.png and b/static/capture/xianmin-hugo-theme-jane.png differ diff --git a/static/capture/xukimseven-hardcandy-jekyll.png b/static/capture/xukimseven-hardcandy-jekyll.png deleted file mode 100644 index 88d0a3200..000000000 Binary files a/static/capture/xukimseven-hardcandy-jekyll.png and /dev/null differ diff --git a/static/capture/xydac-xylo-gatsby-bulma-starter.png b/static/capture/xydac-xylo-gatsby-bulma-starter.png index c2ff83f45..b3f5c2037 100644 Binary files a/static/capture/xydac-xylo-gatsby-bulma-starter.png and b/static/capture/xydac-xylo-gatsby-bulma-starter.png differ diff --git a/static/capture/xzya-hugo-material-blog.png b/static/capture/xzya-hugo-material-blog.png deleted file mode 100644 index 3099a39cb..000000000 Binary files a/static/capture/xzya-hugo-material-blog.png and /dev/null differ diff --git a/static/capture/y7kim-agency-jekyll-theme.png b/static/capture/y7kim-agency-jekyll-theme.png index 36e9151df..6f1fc06b6 100644 Binary files a/static/capture/y7kim-agency-jekyll-theme.png and b/static/capture/y7kim-agency-jekyll-theme.png differ diff --git a/static/capture/yelog-hexo-theme-3-hexo.png b/static/capture/yelog-hexo-theme-3-hexo.png index eac76cc4b..6f0822755 100644 Binary files a/static/capture/yelog-hexo-theme-3-hexo.png and b/static/capture/yelog-hexo-theme-3-hexo.png differ diff --git a/static/capture/yenyuhsuan-hexo-theme-beantech.png b/static/capture/yenyuhsuan-hexo-theme-beantech.png deleted file mode 100644 index 051645f64..000000000 Binary files a/static/capture/yenyuhsuan-hexo-theme-beantech.png and /dev/null differ diff --git a/static/capture/ygoex-yetty.png b/static/capture/ygoex-yetty.png new file mode 100644 index 000000000..e87362bbe Binary files /dev/null and b/static/capture/ygoex-yetty.png differ diff --git a/static/capture/yihui-hugo-xmag.png b/static/capture/yihui-hugo-xmag.png index d02ca77fb..ad87e4455 100644 Binary files a/static/capture/yihui-hugo-xmag.png and b/static/capture/yihui-hugo-xmag.png differ diff --git a/static/capture/yihui-hugo-xmin.png b/static/capture/yihui-hugo-xmin.png index 061925bf2..5d78c630a 100644 Binary files a/static/capture/yihui-hugo-xmin.png and b/static/capture/yihui-hugo-xmin.png differ diff --git a/static/capture/yiluyanxia-hexo-theme-antiquity.png b/static/capture/yiluyanxia-hexo-theme-antiquity.png deleted file mode 100644 index 70df665c0..000000000 Binary files a/static/capture/yiluyanxia-hexo-theme-antiquity.png and /dev/null differ diff --git a/static/capture/yinkakun-eleventy-duo.png b/static/capture/yinkakun-eleventy-duo.png index e91573b30..8d047f212 100644 Binary files a/static/capture/yinkakun-eleventy-duo.png and b/static/capture/yinkakun-eleventy-duo.png differ diff --git a/static/capture/yinkakun-gatsby-starter-glass.png b/static/capture/yinkakun-gatsby-starter-glass.png index b254314bf..01cc246b9 100644 Binary files a/static/capture/yinkakun-gatsby-starter-glass.png and b/static/capture/yinkakun-gatsby-starter-glass.png differ diff --git a/static/capture/yizeng-jekyll-theme-simple-texture.png b/static/capture/yizeng-jekyll-theme-simple-texture.png index d988a94d5..422942322 100644 Binary files a/static/capture/yizeng-jekyll-theme-simple-texture.png and b/static/capture/yizeng-jekyll-theme-simple-texture.png differ diff --git a/static/capture/yjpl-supply.png b/static/capture/yjpl-supply.png new file mode 100644 index 000000000..db469b636 Binary files /dev/null and b/static/capture/yjpl-supply.png differ diff --git a/static/capture/yonojoy-yax-coming-soon-jekyll-template.png b/static/capture/yonojoy-yax-coming-soon-jekyll-template.png index 5431d64ca..02fa576fa 100644 Binary files a/static/capture/yonojoy-yax-coming-soon-jekyll-template.png and b/static/capture/yonojoy-yax-coming-soon-jekyll-template.png differ diff --git a/static/capture/yous-whiteglass.png b/static/capture/yous-whiteglass.png index de388496a..254c28186 100644 Binary files a/static/capture/yous-whiteglass.png and b/static/capture/yous-whiteglass.png differ diff --git a/static/capture/youssefraafatnasry-portfolyou.png b/static/capture/youssefraafatnasry-portfolyou.png index 37592e17b..1bb607025 100644 Binary files a/static/capture/youssefraafatnasry-portfolyou.png and b/static/capture/youssefraafatnasry-portfolyou.png differ diff --git a/static/capture/yscoder-vuepress-theme-indigo.png b/static/capture/yscoder-vuepress-theme-indigo.png index 9db49900b..baf563d59 100644 Binary files a/static/capture/yscoder-vuepress-theme-indigo.png and b/static/capture/yscoder-vuepress-theme-indigo.png differ diff --git a/static/capture/yubisaki-vuepress-theme-yubisaki.png b/static/capture/yubisaki-vuepress-theme-yubisaki.png deleted file mode 100644 index 70b819634..000000000 Binary files a/static/capture/yubisaki-vuepress-theme-yubisaki.png and /dev/null differ diff --git a/static/capture/yulijia-freshman21.png b/static/capture/yulijia-freshman21.png index 268ee48fe..1d1d6bd2a 100644 Binary files a/static/capture/yulijia-freshman21.png and b/static/capture/yulijia-freshman21.png differ diff --git a/static/capture/yursan9-manis-hugo-theme.png b/static/capture/yursan9-manis-hugo-theme.png deleted file mode 100644 index b8662c4ba..000000000 Binary files a/static/capture/yursan9-manis-hugo-theme.png and /dev/null differ diff --git a/static/capture/yvesespinosa-jekyll-html5up-fractal.png b/static/capture/yvesespinosa-jekyll-html5up-fractal.png deleted file mode 100644 index f194bc791..000000000 Binary files a/static/capture/yvesespinosa-jekyll-html5up-fractal.png and /dev/null differ diff --git a/static/capture/zeespire-one-free.png b/static/capture/zeespire-one-free.png new file mode 100644 index 000000000..e42050218 Binary files /dev/null and b/static/capture/zeespire-one-free.png differ diff --git a/static/capture/zerostaticthemes-hugo-atlantic-theme.png b/static/capture/zerostaticthemes-hugo-atlantic-theme.png new file mode 100644 index 000000000..e7ada00b0 Binary files /dev/null and b/static/capture/zerostaticthemes-hugo-atlantic-theme.png differ diff --git a/static/capture/zerostaticthemes-hugo-serif-theme.png b/static/capture/zerostaticthemes-hugo-serif-theme.png index b4594f962..707d049ac 100644 Binary files a/static/capture/zerostaticthemes-hugo-serif-theme.png and b/static/capture/zerostaticthemes-hugo-serif-theme.png differ diff --git a/static/capture/zerostaticthemes-hugo-winston-theme.png b/static/capture/zerostaticthemes-hugo-winston-theme.png new file mode 100644 index 000000000..54aa7517a Binary files /dev/null and b/static/capture/zerostaticthemes-hugo-winston-theme.png differ diff --git a/static/capture/zerostaticthemes-jekyll-atlantic-theme.png b/static/capture/zerostaticthemes-jekyll-atlantic-theme.png new file mode 100644 index 000000000..d3236b58e Binary files /dev/null and b/static/capture/zerostaticthemes-jekyll-atlantic-theme.png differ diff --git a/static/capture/zerostaticthemes-jekyll-serif-theme.png b/static/capture/zerostaticthemes-jekyll-serif-theme.png index 0641b439d..45eb12ba4 100644 Binary files a/static/capture/zerostaticthemes-jekyll-serif-theme.png and b/static/capture/zerostaticthemes-jekyll-serif-theme.png differ diff --git a/static/capture/zhaohuabing-hugo-theme-cleanwhite.png b/static/capture/zhaohuabing-hugo-theme-cleanwhite.png index 39e35e248..21f58f76b 100644 Binary files a/static/capture/zhaohuabing-hugo-theme-cleanwhite.png and b/static/capture/zhaohuabing-hugo-theme-cleanwhite.png differ diff --git a/static/capture/zhe-hugo-theme-slim.png b/static/capture/zhe-hugo-theme-slim.png deleted file mode 100644 index 1aff9fb50..000000000 Binary files a/static/capture/zhe-hugo-theme-slim.png and /dev/null differ diff --git a/static/capture/zhonger-jekyll-theme-h2o-ac.png b/static/capture/zhonger-jekyll-theme-h2o-ac.png new file mode 100644 index 000000000..34d500805 Binary files /dev/null and b/static/capture/zhonger-jekyll-theme-h2o-ac.png differ diff --git a/static/capture/zivhub-jekyll-theme-hamilton.png b/static/capture/zivhub-jekyll-theme-hamilton.png deleted file mode 100644 index 01b93f525..000000000 Binary files a/static/capture/zivhub-jekyll-theme-hamilton.png and /dev/null differ diff --git a/static/capture/zivong-jekyll-theme-hydure.png b/static/capture/zivong-jekyll-theme-hydure.png index a8f59fe80..ee61aacbc 100644 Binary files a/static/capture/zivong-jekyll-theme-hydure.png and b/static/capture/zivong-jekyll-theme-hydure.png differ diff --git a/static/capture/zwbetz-gh-cayman-hugo-theme.png b/static/capture/zwbetz-gh-cayman-hugo-theme.png index c0a25080d..dfea8640d 100644 Binary files a/static/capture/zwbetz-gh-cayman-hugo-theme.png and b/static/capture/zwbetz-gh-cayman-hugo-theme.png differ diff --git a/static/capture/zwbetz-gh-cupper-hugo-theme.png b/static/capture/zwbetz-gh-cupper-hugo-theme.png index d338b464d..77fddb763 100644 Binary files a/static/capture/zwbetz-gh-cupper-hugo-theme.png and b/static/capture/zwbetz-gh-cupper-hugo-theme.png differ diff --git a/static/capture/zwbetz-gh-minimal-bootstrap-hugo-theme.png b/static/capture/zwbetz-gh-minimal-bootstrap-hugo-theme.png index 2e3d2107c..2102b69f9 100644 Binary files a/static/capture/zwbetz-gh-minimal-bootstrap-hugo-theme.png and b/static/capture/zwbetz-gh-minimal-bootstrap-hugo-theme.png differ diff --git a/static/capture/zwbetz-gh-papercss-hugo-theme.png b/static/capture/zwbetz-gh-papercss-hugo-theme.png index d50ac8d7c..0a46e491b 100644 Binary files a/static/capture/zwbetz-gh-papercss-hugo-theme.png and b/static/capture/zwbetz-gh-papercss-hugo-theme.png differ diff --git a/static/capture/zwbetz-gh-vanilla-bootstrap-hugo-theme.png b/static/capture/zwbetz-gh-vanilla-bootstrap-hugo-theme.png index 81f0b5e8a..a06321e42 100644 Binary files a/static/capture/zwbetz-gh-vanilla-bootstrap-hugo-theme.png and b/static/capture/zwbetz-gh-vanilla-bootstrap-hugo-theme.png differ diff --git a/static/capture/zxixia-jekyll-xixia.png b/static/capture/zxixia-jekyll-xixia.png deleted file mode 100644 index 1a91e494e..000000000 Binary files a/static/capture/zxixia-jekyll-xixia.png and /dev/null differ diff --git a/static/capture/zzossig-hugo-theme-zdoc.png b/static/capture/zzossig-hugo-theme-zdoc.png deleted file mode 100644 index e154681cf..000000000 Binary files a/static/capture/zzossig-hugo-theme-zdoc.png and /dev/null differ diff --git a/static/capture/zzossig-hugo-theme-zzo.png b/static/capture/zzossig-hugo-theme-zzo.png deleted file mode 100644 index 65fdda825..000000000 Binary files a/static/capture/zzossig-hugo-theme-zzo.png and /dev/null differ diff --git a/static/capture/zzzmisa-hugo-theme-doors.png b/static/capture/zzzmisa-hugo-theme-doors.png index 17217476b..21f018e18 100644 Binary files a/static/capture/zzzmisa-hugo-theme-doors.png and b/static/capture/zzzmisa-hugo-theme-doors.png differ diff --git a/static/images/Waihou.svg b/static/images/Waihou.svg deleted file mode 100644 index df5a896d1..000000000 --- a/static/images/Waihou.svg +++ /dev/null @@ -1,2947 +0,0 @@ - - - Waihou - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/banner/bg.svg b/static/images/banner/bg.svg new file mode 100644 index 000000000..bdd2c4bde --- /dev/null +++ b/static/images/banner/bg.svg @@ -0,0 +1,16 @@ + + + Group 2 + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/banner/compose-banner.svg b/static/images/banner/compose-banner.svg new file mode 100644 index 000000000..f8dd5b7b7 --- /dev/null +++ b/static/images/banner/compose-banner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/banner/netlify-create.svg b/static/images/banner/netlify-create.svg new file mode 100644 index 000000000..2ad50b8e3 --- /dev/null +++ b/static/images/banner/netlify-create.svg @@ -0,0 +1,32 @@ + + + Group 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/icons/admin.svg b/static/images/icons/admin.svg new file mode 100644 index 000000000..c431d6d8f --- /dev/null +++ b/static/images/icons/admin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/icons/agency.svg b/static/images/icons/agency.svg deleted file mode 100644 index 791df6887..000000000 --- a/static/images/icons/agency.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/algolia.svg b/static/images/icons/algolia.svg index 3b396e1c8..e7a5933f4 100644 --- a/static/images/icons/algolia.svg +++ b/static/images/icons/algolia.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/images/icons/astro.svg b/static/images/icons/astro.svg new file mode 100644 index 000000000..851e91118 --- /dev/null +++ b/static/images/icons/astro.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/images/icons/blog.svg b/static/images/icons/blog.svg index 1fc6ca6cf..5618ad834 100644 --- a/static/images/icons/blog.svg +++ b/static/images/icons/blog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/images/icons/bulma.svg b/static/images/icons/bulma.svg index 34c65acaf..badd3550f 100644 --- a/static/images/icons/bulma.svg +++ b/static/images/icons/bulma.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/static/images/icons/business.svg b/static/images/icons/business.svg new file mode 100644 index 000000000..74e13dc79 --- /dev/null +++ b/static/images/icons/business.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/icons/cecil.svg b/static/images/icons/cecil.svg index 001001dfd..3ce9daab3 100644 --- a/static/images/icons/cecil.svg +++ b/static/images/icons/cecil.svg @@ -1,7 +1,4 @@ - - - - +b2Z0d2FyZQBwYWludC5uZXQgNC4wLjE51NayZAAAAABJRU5ErkJggg=="/> \ No newline at end of file diff --git a/static/images/icons/chota.svg b/static/images/icons/chota.svg new file mode 100644 index 000000000..55ab06413 --- /dev/null +++ b/static/images/icons/chota.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/images/icons/cosmic.svg b/static/images/icons/cosmic.svg index 5c9071a4a..00d5f9db7 100644 --- a/static/images/icons/cosmic.svg +++ b/static/images/icons/cosmic.svg @@ -1,29 +1 @@ - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/static/images/icons/css.svg b/static/images/icons/css.svg new file mode 100644 index 000000000..e407677ba --- /dev/null +++ b/static/images/icons/css.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/icons/decapcms.svg b/static/images/icons/decapcms.svg new file mode 100644 index 000000000..57a3a2125 --- /dev/null +++ b/static/images/icons/decapcms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/icons/directus.svg b/static/images/icons/directus.svg index 5eb444074..0a9437c6c 100644 --- a/static/images/icons/directus.svg +++ b/static/images/icons/directus.svg @@ -1,119 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/static/images/icons/documentation.svg b/static/images/icons/documentation.svg index 66459f88f..51c833ea8 100644 --- a/static/images/icons/documentation.svg +++ b/static/images/icons/documentation.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/images/icons/ecommerce.svg b/static/images/icons/ecommerce.svg new file mode 100644 index 000000000..8b4edcc80 --- /dev/null +++ b/static/images/icons/ecommerce.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/icons/event.svg b/static/images/icons/event.svg new file mode 100644 index 000000000..9fb42282a --- /dev/null +++ b/static/images/icons/event.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/icons/flotiq.svg b/static/images/icons/flotiq.svg new file mode 100644 index 000000000..aaaaf0177 --- /dev/null +++ b/static/images/icons/flotiq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/icons/formspree.svg b/static/images/icons/formspree.svg index e327dbc3d..1795c5a56 100644 --- a/static/images/icons/formspree.svg +++ b/static/images/icons/formspree.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/images/icons/gatsby-bw.svg b/static/images/icons/gatsby-bw.svg index 47c9610ce..2dde24195 100644 --- a/static/images/icons/gatsby-bw.svg +++ b/static/images/icons/gatsby-bw.svg @@ -1 +1 @@ -Gatsby icon \ No newline at end of file + \ No newline at end of file diff --git a/static/images/icons/gozer.svg b/static/images/icons/gozer.svg new file mode 100644 index 000000000..efed12e59 --- /dev/null +++ b/static/images/icons/gozer.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/images/icons/graphcms.svg b/static/images/icons/graphcms.svg new file mode 100644 index 000000000..6f2e8cd13 --- /dev/null +++ b/static/images/icons/graphcms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/icons/hugo-bw.svg b/static/images/icons/hugo-bw.svg index dfb18f0ed..9d788aa71 100644 --- a/static/images/icons/hugo-bw.svg +++ b/static/images/icons/hugo-bw.svg @@ -1 +1 @@ -Hugo icon + \ No newline at end of file diff --git a/static/images/icons/hyde.svg b/static/images/icons/hyde.svg index 1c8e68cd7..67add8130 100644 --- a/static/images/icons/hyde.svg +++ b/static/images/icons/hyde.svg @@ -1,7 +1,4 @@ - - - - +AEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC"/> \ No newline at end of file diff --git a/static/images/icons/jigsaw.svg b/static/images/icons/jigsaw.svg index a6dcc4e60..67213651a 100644 --- a/static/images/icons/jigsaw.svg +++ b/static/images/icons/jigsaw.svg @@ -1,24 +1 @@ - - - - Group 14 Copy - Created with Sketch. - - - - - - - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/static/images/icons/kontent.svg b/static/images/icons/kontent.svg index 57878200b..0e1f1eccb 100644 --- a/static/images/icons/kontent.svg +++ b/static/images/icons/kontent.svg @@ -1 +1 @@ -kk-logo-short-color-pos-rgb-32px \ No newline at end of file + \ No newline at end of file diff --git a/static/images/icons/mailchimp.svg b/static/images/icons/mailchimp.svg index 31ac6ce86..c1bf3f1d1 100644 --- a/static/images/icons/mailchimp.svg +++ b/static/images/icons/mailchimp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/images/icons/material-ui.svg b/static/images/icons/material-ui.svg new file mode 100644 index 000000000..d459d2841 --- /dev/null +++ b/static/images/icons/material-ui.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/images/icons/metalsmith.svg b/static/images/icons/metalsmith.svg index 23887f761..31d509450 100644 --- a/static/images/icons/metalsmith.svg +++ b/static/images/icons/metalsmith.svg @@ -1,29 +1 @@ - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/static/images/icons/next.svg b/static/images/icons/next.svg index 9eb2f6b72..2bf7c1e4d 100644 --- a/static/images/icons/next.svg +++ b/static/images/icons/next.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/static/images/icons/notion.svg b/static/images/icons/notion.svg new file mode 100644 index 000000000..815ecd964 --- /dev/null +++ b/static/images/icons/notion.svg @@ -0,0 +1 @@ +Notion icon \ No newline at end of file diff --git a/static/images/icons/noun_Square Abstract_327754.svg b/static/images/icons/noun_Square Abstract_327754.svg deleted file mode 100644 index 015df967a..000000000 --- a/static/images/icons/noun_Square Abstract_327754.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/noun_Triangle Abstract_327762.svg b/static/images/icons/noun_Triangle Abstract_327762.svg deleted file mode 100644 index 6f5dd005a..000000000 --- a/static/images/icons/noun_Triangle Abstract_327762.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/noun_Twelve Triangles_327786.svg b/static/images/icons/noun_Twelve Triangles_327786.svg deleted file mode 100644 index e732e7e5f..000000000 --- a/static/images/icons/noun_Twelve Triangles_327786.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/noun_creating_327731.svg b/static/images/icons/noun_creating_327731.svg deleted file mode 100644 index ee388b11d..000000000 --- a/static/images/icons/noun_creating_327731.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/noun_down_329586.svg b/static/images/icons/noun_down_329586.svg deleted file mode 100644 index cd4728a7d..000000000 --- a/static/images/icons/noun_down_329586.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/noun_triangles_327743.svg b/static/images/icons/noun_triangles_327743.svg deleted file mode 100644 index 3f2ed836e..000000000 --- a/static/images/icons/noun_triangles_327743.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/noun_triangles_329583.svg b/static/images/icons/noun_triangles_329583.svg deleted file mode 100644 index 076838ae4..000000000 --- a/static/images/icons/noun_triangles_329583.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/personal.svg b/static/images/icons/personal.svg index ab7e1443b..2782104c2 100644 --- a/static/images/icons/personal.svg +++ b/static/images/icons/personal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/images/icons/portfolio.svg b/static/images/icons/portfolio.svg index cb0e89c69..8983bb46d 100644 --- a/static/images/icons/portfolio.svg +++ b/static/images/icons/portfolio.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/images/icons/prismic.svg b/static/images/icons/prismic.svg index 3ca5a5ba1..5d14f014a 100644 --- a/static/images/icons/prismic.svg +++ b/static/images/icons/prismic.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/images/icons/remix.svg b/static/images/icons/remix.svg new file mode 100644 index 000000000..b94f0a171 --- /dev/null +++ b/static/images/icons/remix.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/images/icons/sanity.svg b/static/images/icons/sanity.svg index 4cc558744..0836236d0 100644 --- a/static/images/icons/sanity.svg +++ b/static/images/icons/sanity.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/images/icons/sapper.svg b/static/images/icons/sapper.svg index 2c818bc92..8f32c37cb 100644 --- a/static/images/icons/sapper.svg +++ b/static/images/icons/sapper.svg @@ -1,20 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/static/images/icons/scully.svg b/static/images/icons/scully.svg index a2654c618..8f71b3202 100644 --- a/static/images/icons/scully.svg +++ b/static/images/icons/scully.svg @@ -1,82 +1 @@ - -image/svg+xml -logo - - - - - - - - - + \ No newline at end of file diff --git a/static/images/icons/single-page.svg b/static/images/icons/single-page.svg new file mode 100644 index 000000000..2ef5ae210 --- /dev/null +++ b/static/images/icons/single-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/icons/stackbit.svg b/static/images/icons/stackbit.svg index ccb3a3c02..2a6dec826 100644 --- a/static/images/icons/stackbit.svg +++ b/static/images/icons/stackbit.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + \ No newline at end of file diff --git a/static/images/icons/statiq.svg b/static/images/icons/statiq.svg index b2ce5f279..d97f43307 100644 --- a/static/images/icons/statiq.svg +++ b/static/images/icons/statiq.svg @@ -1,143 +1 @@ - -image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/static/images/icons/storyblok.svg b/static/images/icons/storyblok.svg index ab8080efd..9e5c256f9 100644 --- a/static/images/icons/storyblok.svg +++ b/static/images/icons/storyblok.svg @@ -1,13 +1 @@ - - - - colored-standalone-square - Created with Sketch. - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/static/images/icons/styled-components.png b/static/images/icons/styled-components.png new file mode 100644 index 000000000..e20a0b276 Binary files /dev/null and b/static/images/icons/styled-components.png differ diff --git a/static/images/icons/supabase.svg b/static/images/icons/supabase.svg new file mode 100644 index 000000000..ac43e170a --- /dev/null +++ b/static/images/icons/supabase.svg @@ -0,0 +1,99 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/static/images/icons/sveltekit.svg b/static/images/icons/sveltekit.svg new file mode 100644 index 000000000..e1734cda8 --- /dev/null +++ b/static/images/icons/sveltekit.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/images/icons/tailwind.svg b/static/images/icons/tailwind.svg index a66250634..2b1a4d67d 100644 --- a/static/images/icons/tailwind.svg +++ b/static/images/icons/tailwind.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/static/images/icons/tanstack.svg b/static/images/icons/tanstack.svg new file mode 100644 index 000000000..842f08ee1 --- /dev/null +++ b/static/images/icons/tanstack.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/images/icons/tina.svg b/static/images/icons/tina.svg new file mode 100644 index 000000000..8b253d3f4 --- /dev/null +++ b/static/images/icons/tina.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/images/icons/unibit-pink.svg b/static/images/icons/unibit-pink.svg index 935db5593..66d67892b 100644 --- a/static/images/icons/unibit-pink.svg +++ b/static/images/icons/unibit-pink.svg @@ -1,22 +1 @@ - - - - Unibit Icon - Created with Sketch. - - - - - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/static/images/icons/vuetify.svg b/static/images/icons/vuetify.svg new file mode 100644 index 000000000..f6fc82b73 --- /dev/null +++ b/static/images/icons/vuetify.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/static/images/icons/w3css.svg b/static/images/icons/w3css.svg index 9adb1bb61..93c936fbd 100644 --- a/static/images/icons/w3css.svg +++ b/static/images/icons/w3css.svg @@ -1,68 +1 @@ - - - - - W3 CSS logo - - - - - - image/svg+xml - - W3 CSS logo - - - - - - - + \ No newline at end of file diff --git a/static/images/icons/wisp.svg b/static/images/icons/wisp.svg new file mode 100644 index 000000000..b1695314f --- /dev/null +++ b/static/images/icons/wisp.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/static/images/icons/zola.svg b/static/images/icons/zola.svg new file mode 100644 index 000000000..e1b899d17 --- /dev/null +++ b/static/images/icons/zola.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/images/jamstackthemes-screenshot.png b/static/images/jamstackthemes-screenshot.png index 83d2c2ad3..502f58bdc 100644 Binary files a/static/images/jamstackthemes-screenshot.png and b/static/images/jamstackthemes-screenshot.png differ diff --git a/static/images/patterns/Aare.png b/static/images/patterns/Aare.png deleted file mode 100644 index 26563622d..000000000 Binary files a/static/images/patterns/Aare.png and /dev/null differ diff --git a/static/images/patterns/Clarence.png b/static/images/patterns/Clarence.png deleted file mode 100644 index e0b384341..000000000 Binary files a/static/images/patterns/Clarence.png and /dev/null differ diff --git a/static/images/patterns/Doubs.png b/static/images/patterns/Doubs.png deleted file mode 100644 index 7a6cb6713..000000000 Binary files a/static/images/patterns/Doubs.png and /dev/null differ diff --git a/static/images/patterns/Hinterrhein.png b/static/images/patterns/Hinterrhein.png deleted file mode 100644 index ba6cd3960..000000000 Binary files a/static/images/patterns/Hinterrhein.png and /dev/null differ diff --git a/static/images/patterns/Inn.png b/static/images/patterns/Inn.png deleted file mode 100644 index e20233ef1..000000000 Binary files a/static/images/patterns/Inn.png and /dev/null differ diff --git a/static/images/patterns/Kander.png b/static/images/patterns/Kander.png deleted file mode 100644 index f56c2ac9a..000000000 Binary files a/static/images/patterns/Kander.png and /dev/null differ diff --git a/static/images/patterns/Linth.png b/static/images/patterns/Linth.png deleted file mode 100644 index 2fe70dea0..000000000 Binary files a/static/images/patterns/Linth.png and /dev/null differ diff --git a/static/images/patterns/Mataura.png b/static/images/patterns/Mataura.png deleted file mode 100644 index 36f329232..000000000 Binary files a/static/images/patterns/Mataura.png and /dev/null differ diff --git a/static/images/patterns/Mohaka.png b/static/images/patterns/Mohaka.png deleted file mode 100644 index 913e70d57..000000000 Binary files a/static/images/patterns/Mohaka.png and /dev/null differ diff --git a/static/images/patterns/Ngaruroro.png b/static/images/patterns/Ngaruroro.png deleted file mode 100644 index 6fdd64fae..000000000 Binary files a/static/images/patterns/Ngaruroro.png and /dev/null differ diff --git a/static/images/patterns/Oreti.png b/static/images/patterns/Oreti.png deleted file mode 100644 index b6a68e1bd..000000000 Binary files a/static/images/patterns/Oreti.png and /dev/null differ diff --git a/static/images/patterns/Rangitikei.png b/static/images/patterns/Rangitikei.png deleted file mode 100644 index 81addf945..000000000 Binary files a/static/images/patterns/Rangitikei.png and /dev/null differ diff --git a/static/images/patterns/Reuss.png b/static/images/patterns/Reuss.png deleted file mode 100644 index b255b690b..000000000 Binary files a/static/images/patterns/Reuss.png and /dev/null differ diff --git "a/static/images/patterns/Rh\303\264ne.png" "b/static/images/patterns/Rh\303\264ne.png" deleted file mode 100644 index d2a42a559..000000000 Binary files "a/static/images/patterns/Rh\303\264ne.png" and /dev/null differ diff --git a/static/images/patterns/Taieri.png b/static/images/patterns/Taieri.png deleted file mode 100644 index 4c0c9df12..000000000 Binary files a/static/images/patterns/Taieri.png and /dev/null differ diff --git a/static/images/patterns/Thur.png b/static/images/patterns/Thur.png deleted file mode 100644 index 69b337896..000000000 Binary files a/static/images/patterns/Thur.png and /dev/null differ diff --git a/static/images/patterns/Vorderrhein.png b/static/images/patterns/Vorderrhein.png deleted file mode 100644 index 018369404..000000000 Binary files a/static/images/patterns/Vorderrhein.png and /dev/null differ diff --git a/static/images/patterns/Waiau.png b/static/images/patterns/Waiau.png deleted file mode 100644 index 2771adc5f..000000000 Binary files a/static/images/patterns/Waiau.png and /dev/null differ diff --git a/static/images/patterns/Waihou.png b/static/images/patterns/Waihou.png deleted file mode 100644 index 57574f1d2..000000000 Binary files a/static/images/patterns/Waihou.png and /dev/null differ diff --git a/static/images/patterns/Waimakariri.png b/static/images/patterns/Waimakariri.png deleted file mode 100644 index 7d422d57d..000000000 Binary files a/static/images/patterns/Waimakariri.png and /dev/null differ diff --git a/static/images/patterns/Wairau.png b/static/images/patterns/Wairau.png deleted file mode 100644 index 8f0aa3786..000000000 Binary files a/static/images/patterns/Wairau.png and /dev/null differ diff --git a/static/images/patterns/Whangaehu.png b/static/images/patterns/Whangaehu.png deleted file mode 100644 index 248284c2c..000000000 Binary files a/static/images/patterns/Whangaehu.png and /dev/null differ diff --git a/static/images/social/linkedin.svg b/static/images/social/linkedin.svg deleted file mode 100755 index d28677121..000000000 --- a/static/images/social/linkedin.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/social/medium.svg b/static/images/social/medium.svg deleted file mode 100755 index 70e15eefa..000000000 --- a/static/images/social/medium.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/theme/thumbnail/11ty-eleventy-base-blog.jpg b/static/images/theme/thumbnail/11ty-eleventy-base-blog.jpg index a722c4cf7..fee9786a4 100644 Binary files a/static/images/theme/thumbnail/11ty-eleventy-base-blog.jpg and b/static/images/theme/thumbnail/11ty-eleventy-base-blog.jpg differ diff --git a/static/images/theme/thumbnail/12vanblart-gridsome-airtable-starter.jpg b/static/images/theme/thumbnail/12vanblart-gridsome-airtable-starter.jpg index 7d790fa3b..5a4822453 100644 Binary files a/static/images/theme/thumbnail/12vanblart-gridsome-airtable-starter.jpg and b/static/images/theme/thumbnail/12vanblart-gridsome-airtable-starter.jpg differ diff --git a/static/images/theme/thumbnail/2-rec-hugo-myportfolio-theme.jpg b/static/images/theme/thumbnail/2-rec-hugo-myportfolio-theme.jpg deleted file mode 100644 index 1c331a724..000000000 Binary files a/static/images/theme/thumbnail/2-rec-hugo-myportfolio-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/11ty-eleventy-base-blog-2x.jpg b/static/images/theme/thumbnail/2x/11ty-eleventy-base-blog-2x.jpg index a95e3621a..2171b8827 100644 Binary files a/static/images/theme/thumbnail/2x/11ty-eleventy-base-blog-2x.jpg and b/static/images/theme/thumbnail/2x/11ty-eleventy-base-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/12vanblart-gridsome-airtable-starter-2x.jpg b/static/images/theme/thumbnail/2x/12vanblart-gridsome-airtable-starter-2x.jpg index 24019f722..f5db1c03f 100644 Binary files a/static/images/theme/thumbnail/2x/12vanblart-gridsome-airtable-starter-2x.jpg and b/static/images/theme/thumbnail/2x/12vanblart-gridsome-airtable-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/2-rec-hugo-myportfolio-theme-2x.jpg b/static/images/theme/thumbnail/2x/2-rec-hugo-myportfolio-theme-2x.jpg deleted file mode 100644 index f57721f52..000000000 Binary files a/static/images/theme/thumbnail/2x/2-rec-hugo-myportfolio-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/416serg-gatsby-starter-lightbox-2x.jpg b/static/images/theme/thumbnail/2x/416serg-gatsby-starter-lightbox-2x.jpg index f60410437..bfcc9cd77 100644 Binary files a/static/images/theme/thumbnail/2x/416serg-gatsby-starter-lightbox-2x.jpg and b/static/images/theme/thumbnail/2x/416serg-gatsby-starter-lightbox-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/526avijitgupta-gokarna-2x.jpg b/static/images/theme/thumbnail/2x/526avijitgupta-gokarna-2x.jpg new file mode 100644 index 000000000..c95648d54 Binary files /dev/null and b/static/images/theme/thumbnail/2x/526avijitgupta-gokarna-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/a9kitkumar-gatsby-ecommerce-2x.jpg b/static/images/theme/thumbnail/2x/a9kitkumar-gatsby-ecommerce-2x.jpg index 74e570a6f..85f94ba87 100644 Binary files a/static/images/theme/thumbnail/2x/a9kitkumar-gatsby-ecommerce-2x.jpg and b/static/images/theme/thumbnail/2x/a9kitkumar-gatsby-ecommerce-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/aanupam23-hugo-sugoi-2x.jpg b/static/images/theme/thumbnail/2x/aanupam23-hugo-sugoi-2x.jpg index 8055dd4c3..7b9a1af1f 100644 Binary files a/static/images/theme/thumbnail/2x/aanupam23-hugo-sugoi-2x.jpg and b/static/images/theme/thumbnail/2x/aanupam23-hugo-sugoi-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/abhaynikam-gatsby-nice-blog-2x.jpg b/static/images/theme/thumbnail/2x/abhaynikam-gatsby-nice-blog-2x.jpg index 02f8e3653..1e8541225 100644 Binary files a/static/images/theme/thumbnail/2x/abhaynikam-gatsby-nice-blog-2x.jpg and b/static/images/theme/thumbnail/2x/abhaynikam-gatsby-nice-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/abhinavs-cookie-2x.jpg b/static/images/theme/thumbnail/2x/abhinavs-cookie-2x.jpg index 0ac270a55..63488647a 100644 Binary files a/static/images/theme/thumbnail/2x/abhinavs-cookie-2x.jpg and b/static/images/theme/thumbnail/2x/abhinavs-cookie-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/abhinavs-moonwalk-2x.jpg b/static/images/theme/thumbnail/2x/abhinavs-moonwalk-2x.jpg index b716a9a14..b06700fb8 100644 Binary files a/static/images/theme/thumbnail/2x/abhinavs-moonwalk-2x.jpg and b/static/images/theme/thumbnail/2x/abhinavs-moonwalk-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/abhn-soot-spirits-2x.jpg b/static/images/theme/thumbnail/2x/abhn-soot-spirits-2x.jpg index e09c175e7..9199bb93e 100644 Binary files a/static/images/theme/thumbnail/2x/abhn-soot-spirits-2x.jpg and b/static/images/theme/thumbnail/2x/abhn-soot-spirits-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/abhn-wall-e-2x.jpg b/static/images/theme/thumbnail/2x/abhn-wall-e-2x.jpg index 41fc575b9..451fab9af 100644 Binary files a/static/images/theme/thumbnail/2x/abhn-wall-e-2x.jpg and b/static/images/theme/thumbnail/2x/abhn-wall-e-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/achariam-elyxel-2x.jpg b/static/images/theme/thumbnail/2x/achariam-elyxel-2x.jpg deleted file mode 100644 index d0d97f513..000000000 Binary files a/static/images/theme/thumbnail/2x/achariam-elyxel-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/achary-engimo-2x.jpg b/static/images/theme/thumbnail/2x/achary-engimo-2x.jpg index a2e8043de..67de08382 100644 Binary files a/static/images/theme/thumbnail/2x/achary-engimo-2x.jpg and b/static/images/theme/thumbnail/2x/achary-engimo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/act-labs-gatsby-starter-act-blog-2x.jpg b/static/images/theme/thumbnail/2x/act-labs-gatsby-starter-act-blog-2x.jpg index 2b31d3787..234f4b0d7 100644 Binary files a/static/images/theme/thumbnail/2x/act-labs-gatsby-starter-act-blog-2x.jpg and b/static/images/theme/thumbnail/2x/act-labs-gatsby-starter-act-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/adisaktijrs-hexo-theme-minima-2x.jpg b/static/images/theme/thumbnail/2x/adisaktijrs-hexo-theme-minima-2x.jpg index d0bdc2b64..2b3739509 100644 Binary files a/static/images/theme/thumbnail/2x/adisaktijrs-hexo-theme-minima-2x.jpg and b/static/images/theme/thumbnail/2x/adisaktijrs-hexo-theme-minima-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/adityatelange-hugo-papermod-2x.jpg b/static/images/theme/thumbnail/2x/adityatelange-hugo-papermod-2x.jpg index d396f368a..25b1ccaa1 100644 Binary files a/static/images/theme/thumbnail/2x/adityatelange-hugo-papermod-2x.jpg and b/static/images/theme/thumbnail/2x/adityatelange-hugo-papermod-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/adueck-cayman-blog-2x.jpg b/static/images/theme/thumbnail/2x/adueck-cayman-blog-2x.jpg index c6639d95f..03aee0311 100644 Binary files a/static/images/theme/thumbnail/2x/adueck-cayman-blog-2x.jpg and b/static/images/theme/thumbnail/2x/adueck-cayman-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/adueck-good-clean-read-2x.jpg b/static/images/theme/thumbnail/2x/adueck-good-clean-read-2x.jpg index 6e8d6952c..430d40b03 100644 Binary files a/static/images/theme/thumbnail/2x/adueck-good-clean-read-2x.jpg and b/static/images/theme/thumbnail/2x/adueck-good-clean-read-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/aerohub-hugo-faq-theme-2x.jpg b/static/images/theme/thumbnail/2x/aerohub-hugo-faq-theme-2x.jpg deleted file mode 100644 index 115e1754f..000000000 Binary files a/static/images/theme/thumbnail/2x/aerohub-hugo-faq-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/aerohub-hugo-identity-theme-2x.jpg b/static/images/theme/thumbnail/2x/aerohub-hugo-identity-theme-2x.jpg deleted file mode 100644 index c976d81f8..000000000 Binary files a/static/images/theme/thumbnail/2x/aerohub-hugo-identity-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/aerohub-hugo-orbit-theme-2x.jpg b/static/images/theme/thumbnail/2x/aerohub-hugo-orbit-theme-2x.jpg deleted file mode 100644 index 5b2e4bea6..000000000 Binary files a/static/images/theme/thumbnail/2x/aerohub-hugo-orbit-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/aerohub-hugrid-2x.jpg b/static/images/theme/thumbnail/2x/aerohub-hugrid-2x.jpg deleted file mode 100644 index f5ce87302..000000000 Binary files a/static/images/theme/thumbnail/2x/aerohub-hugrid-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/agility-agility-gatsby-starter-2x.jpg b/static/images/theme/thumbnail/2x/agility-agility-gatsby-starter-2x.jpg index b91ec11f8..54a4d240f 100644 Binary files a/static/images/theme/thumbnail/2x/agility-agility-gatsby-starter-2x.jpg and b/static/images/theme/thumbnail/2x/agility-agility-gatsby-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/agusmakmun-agusmakmun.github.io-2x.jpg b/static/images/theme/thumbnail/2x/agusmakmun-agusmakmun.github.io-2x.jpg index fc0955e01..deb88cdb9 100644 Binary files a/static/images/theme/thumbnail/2x/agusmakmun-agusmakmun.github.io-2x.jpg and b/static/images/theme/thumbnail/2x/agusmakmun-agusmakmun.github.io-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/airrayagroupwebdesign-sciblog-2x.jpg b/static/images/theme/thumbnail/2x/airrayagroupwebdesign-sciblog-2x.jpg deleted file mode 100644 index 2c4ce5b65..000000000 Binary files a/static/images/theme/thumbnail/2x/airrayagroupwebdesign-sciblog-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ajayns-gatsby-absurd-2x.jpg b/static/images/theme/thumbnail/2x/ajayns-gatsby-absurd-2x.jpg index d1bf54e25..b1ac72f47 100644 Binary files a/static/images/theme/thumbnail/2x/ajayns-gatsby-absurd-2x.jpg and b/static/images/theme/thumbnail/2x/ajayns-gatsby-absurd-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/akiritsu-project-negya-2x.jpg b/static/images/theme/thumbnail/2x/akiritsu-project-negya-2x.jpg index 7d4dd1689..5785a264e 100644 Binary files a/static/images/theme/thumbnail/2x/akiritsu-project-negya-2x.jpg and b/static/images/theme/thumbnail/2x/akiritsu-project-negya-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/aksakalli-jekyll-doc-theme-2x.jpg b/static/images/theme/thumbnail/2x/aksakalli-jekyll-doc-theme-2x.jpg index e0ce80c27..9ceb34168 100644 Binary files a/static/images/theme/thumbnail/2x/aksakalli-jekyll-doc-theme-2x.jpg and b/static/images/theme/thumbnail/2x/aksakalli-jekyll-doc-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/akshayagarwal007-jekyll-mono-2x.jpg b/static/images/theme/thumbnail/2x/akshayagarwal007-jekyll-mono-2x.jpg deleted file mode 100644 index a2090812c..000000000 Binary files a/static/images/theme/thumbnail/2x/akshayagarwal007-jekyll-mono-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/akzhy-gatsby-starter-elemental-2x.jpg b/static/images/theme/thumbnail/2x/akzhy-gatsby-starter-elemental-2x.jpg index b2ac3f16a..3297db4d2 100644 Binary files a/static/images/theme/thumbnail/2x/akzhy-gatsby-starter-elemental-2x.jpg and b/static/images/theme/thumbnail/2x/akzhy-gatsby-starter-elemental-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/alainpham-alainpham.github.io-2x.jpg b/static/images/theme/thumbnail/2x/alainpham-alainpham.github.io-2x.jpg index 73c9e4d19..d73ae433c 100644 Binary files a/static/images/theme/thumbnail/2x/alainpham-alainpham.github.io-2x.jpg and b/static/images/theme/thumbnail/2x/alainpham-alainpham.github.io-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/alanorth-hugo-theme-bootstrap4-blog-2x.jpg b/static/images/theme/thumbnail/2x/alanorth-hugo-theme-bootstrap4-blog-2x.jpg index d543a6c9a..d31afcced 100644 Binary files a/static/images/theme/thumbnail/2x/alanorth-hugo-theme-bootstrap4-blog-2x.jpg and b/static/images/theme/thumbnail/2x/alanorth-hugo-theme-bootstrap4-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/alex-shpak-hugo-book-2x.jpg b/static/images/theme/thumbnail/2x/alex-shpak-hugo-book-2x.jpg index e93d20475..575303fba 100644 Binary files a/static/images/theme/thumbnail/2x/alex-shpak-hugo-book-2x.jpg and b/static/images/theme/thumbnail/2x/alex-shpak-hugo-book-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/alexander-heimbuch-vuepress-theme-casper-2x.jpg b/static/images/theme/thumbnail/2x/alexander-heimbuch-vuepress-theme-casper-2x.jpg index 4a773b1c6..17beaf81b 100644 Binary files a/static/images/theme/thumbnail/2x/alexander-heimbuch-vuepress-theme-casper-2x.jpg and b/static/images/theme/thumbnail/2x/alexander-heimbuch-vuepress-theme-casper-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/alexanderussell-progress-for-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/alexanderussell-progress-for-jekyll-2x.jpg index 8c8af5a6d..2a75e5b40 100644 Binary files a/static/images/theme/thumbnail/2x/alexanderussell-progress-for-jekyll-2x.jpg and b/static/images/theme/thumbnail/2x/alexanderussell-progress-for-jekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/alexcarpenter-library-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/alexcarpenter-library-jekyll-theme-2x.jpg deleted file mode 100644 index 06e4dd9bb..000000000 Binary files a/static/images/theme/thumbnail/2x/alexcarpenter-library-jekyll-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/alexcarpenter-material-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/alexcarpenter-material-jekyll-theme-2x.jpg deleted file mode 100644 index 06e4dd9bb..000000000 Binary files a/static/images/theme/thumbnail/2x/alexcarpenter-material-jekyll-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/aliifam-jdox-2x.jpg b/static/images/theme/thumbnail/2x/aliifam-jdox-2x.jpg new file mode 100644 index 000000000..fd273e50f Binary files /dev/null and b/static/images/theme/thumbnail/2x/aliifam-jdox-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/alixedi-typewriter-2x.jpg b/static/images/theme/thumbnail/2x/alixedi-typewriter-2x.jpg index 6e4df5052..844fdc3ce 100644 Binary files a/static/images/theme/thumbnail/2x/alixedi-typewriter-2x.jpg and b/static/images/theme/thumbnail/2x/alixedi-typewriter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/allnightgrocery-hugo-theme-blueberry-detox-2x.jpg b/static/images/theme/thumbnail/2x/allnightgrocery-hugo-theme-blueberry-detox-2x.jpg deleted file mode 100644 index f859b3794..000000000 Binary files a/static/images/theme/thumbnail/2x/allnightgrocery-hugo-theme-blueberry-detox-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/alperenbozkurt-jblog-2x.jpg b/static/images/theme/thumbnail/2x/alperenbozkurt-jblog-2x.jpg index 0bfcfc7ee..167835120 100644 Binary files a/static/images/theme/thumbnail/2x/alperenbozkurt-jblog-2x.jpg and b/static/images/theme/thumbnail/2x/alperenbozkurt-jblog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/altcointrading-trading-2x.jpg b/static/images/theme/thumbnail/2x/altcointrading-trading-2x.jpg index e4a58f822..956a0af38 100644 Binary files a/static/images/theme/thumbnail/2x/altcointrading-trading-2x.jpg and b/static/images/theme/thumbnail/2x/altcointrading-trading-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/alxshelepenok-gatsby-starter-lumen-2x.jpg b/static/images/theme/thumbnail/2x/alxshelepenok-gatsby-starter-lumen-2x.jpg index c53517c75..a0e91c689 100644 Binary files a/static/images/theme/thumbnail/2x/alxshelepenok-gatsby-starter-lumen-2x.jpg and b/static/images/theme/thumbnail/2x/alxshelepenok-gatsby-starter-lumen-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/alynxzhou-hexo-theme-aria-2x.jpg b/static/images/theme/thumbnail/2x/alynxzhou-hexo-theme-aria-2x.jpg index 48770fb70..37b01de2e 100644 Binary files a/static/images/theme/thumbnail/2x/alynxzhou-hexo-theme-aria-2x.jpg and b/static/images/theme/thumbnail/2x/alynxzhou-hexo-theme-aria-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/amandeepmittal-gatsby-bulma-quickstart-2x.jpg b/static/images/theme/thumbnail/2x/amandeepmittal-gatsby-bulma-quickstart-2x.jpg index 54325cdd2..848fd7d3a 100644 Binary files a/static/images/theme/thumbnail/2x/amandeepmittal-gatsby-bulma-quickstart-2x.jpg and b/static/images/theme/thumbnail/2x/amandeepmittal-gatsby-bulma-quickstart-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ammarjabakji-gatsby-markdown-blog-starter-2x.jpg b/static/images/theme/thumbnail/2x/ammarjabakji-gatsby-markdown-blog-starter-2x.jpg index 9582cd270..6adbf73fa 100644 Binary files a/static/images/theme/thumbnail/2x/ammarjabakji-gatsby-markdown-blog-starter-2x.jpg and b/static/images/theme/thumbnail/2x/ammarjabakji-gatsby-markdown-blog-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/anandubajith-block-log-2x.jpg b/static/images/theme/thumbnail/2x/anandubajith-block-log-2x.jpg deleted file mode 100644 index 12d99d5fe..000000000 Binary files a/static/images/theme/thumbnail/2x/anandubajith-block-log-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/andrewbanchich-forty-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/andrewbanchich-forty-jekyll-theme-2x.jpg index ad9d81871..fa18e9d28 100644 Binary files a/static/images/theme/thumbnail/2x/andrewbanchich-forty-jekyll-theme-2x.jpg and b/static/images/theme/thumbnail/2x/andrewbanchich-forty-jekyll-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/andrewhwanpark-brutalist-blog-2x.jpg b/static/images/theme/thumbnail/2x/andrewhwanpark-brutalist-blog-2x.jpg new file mode 100644 index 000000000..650143780 Binary files /dev/null and b/static/images/theme/thumbnail/2x/andrewhwanpark-brutalist-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/andrewhwanpark-dark-poole-2x.jpg b/static/images/theme/thumbnail/2x/andrewhwanpark-dark-poole-2x.jpg index 6ca9f66f9..f2c7ae960 100644 Binary files a/static/images/theme/thumbnail/2x/andrewhwanpark-dark-poole-2x.jpg and b/static/images/theme/thumbnail/2x/andrewhwanpark-dark-poole-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/andybelldesign-hylia-2x.jpg b/static/images/theme/thumbnail/2x/andybelldesign-hylia-2x.jpg index 3b36e90ae..40fcda5af 100644 Binary files a/static/images/theme/thumbnail/2x/andybelldesign-hylia-2x.jpg and b/static/images/theme/thumbnail/2x/andybelldesign-hylia-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/andykenward-gatsby-starter-default-typescript-2x.jpg b/static/images/theme/thumbnail/2x/andykenward-gatsby-starter-default-typescript-2x.jpg index fb2fc871a..c5448cdc1 100644 Binary files a/static/images/theme/thumbnail/2x/andykenward-gatsby-starter-default-typescript-2x.jpg and b/static/images/theme/thumbnail/2x/andykenward-gatsby-starter-default-typescript-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/angelostavrow-indigo-2x.jpg b/static/images/theme/thumbnail/2x/angelostavrow-indigo-2x.jpg deleted file mode 100644 index 0d4eb16da..000000000 Binary files a/static/images/theme/thumbnail/2x/angelostavrow-indigo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ankit-kumar-jat-limp-dark-2x.jpg b/static/images/theme/thumbnail/2x/ankit-kumar-jat-limp-dark-2x.jpg deleted file mode 100644 index 260aa64ee..000000000 Binary files a/static/images/theme/thumbnail/2x/ankit-kumar-jat-limp-dark-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ankitsultana-accent-2x.jpg b/static/images/theme/thumbnail/2x/ankitsultana-accent-2x.jpg index 72720005d..65c754910 100644 Binary files a/static/images/theme/thumbnail/2x/ankitsultana-accent-2x.jpg and b/static/images/theme/thumbnail/2x/ankitsultana-accent-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ankitsultana-chaplin-2x.jpg b/static/images/theme/thumbnail/2x/ankitsultana-chaplin-2x.jpg index 2099b9226..680de789d 100644 Binary files a/static/images/theme/thumbnail/2x/ankitsultana-chaplin-2x.jpg and b/static/images/theme/thumbnail/2x/ankitsultana-chaplin-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/anna-morawska-gatsby-material-design-for-bootstrap-2x.jpg b/static/images/theme/thumbnail/2x/anna-morawska-gatsby-material-design-for-bootstrap-2x.jpg index ac429b8f2..366895e6a 100644 Binary files a/static/images/theme/thumbnail/2x/anna-morawska-gatsby-material-design-for-bootstrap-2x.jpg and b/static/images/theme/thumbnail/2x/anna-morawska-gatsby-material-design-for-bootstrap-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/anoun-gatsby-starter-material-business-markdown-2x.jpg b/static/images/theme/thumbnail/2x/anoun-gatsby-starter-material-business-markdown-2x.jpg index 72b2c2de1..b4c3f5d09 100644 Binary files a/static/images/theme/thumbnail/2x/anoun-gatsby-starter-material-business-markdown-2x.jpg and b/static/images/theme/thumbnail/2x/anoun-gatsby-starter-material-business-markdown-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/antonpolishko-hugo-stellar-theme-2x.jpg b/static/images/theme/thumbnail/2x/antonpolishko-hugo-stellar-theme-2x.jpg deleted file mode 100644 index 13bc0c313..000000000 Binary files a/static/images/theme/thumbnail/2x/antonpolishko-hugo-stellar-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-aerial-2x.jpg b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-aerial-2x.jpg index a1663b4e1..56abf1b1f 100644 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-aerial-2x.jpg and b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-aerial-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-casual-2x.jpg b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-casual-2x.jpg index 1dd99859a..97b723089 100644 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-casual-2x.jpg and b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-casual-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-directive-2x.jpg b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-directive-2x.jpg index 7bd81ea99..0b98dc6aa 100644 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-directive-2x.jpg and b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-directive-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-eventually-2x.jpg b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-eventually-2x.jpg index e5dc5873a..c1036a132 100644 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-eventually-2x.jpg and b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-eventually-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-fractal-2x.jpg b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-fractal-2x.jpg index a4d7e5881..307f1f954 100644 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-fractal-2x.jpg and b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-fractal-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-grayscale-2x.jpg b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-grayscale-2x.jpg index 140d6c878..e90aab3e6 100644 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-grayscale-2x.jpg and b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-grayscale-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-identity-2x.jpg b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-identity-2x.jpg index 753058045..ac9a5f259 100644 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-identity-2x.jpg and b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-identity-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-multiverse-2x.jpg b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-multiverse-2x.jpg index 00776463f..6d78681cf 100644 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-multiverse-2x.jpg and b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-multiverse-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-newage-2x.jpg b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-newage-2x.jpg index c16a22451..c73493e3d 100644 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-newage-2x.jpg and b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-newage-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-overflow-2x.jpg b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-overflow-2x.jpg index 553253563..a1797beb3 100644 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-overflow-2x.jpg and b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-overflow-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-paradigmshift-2x.jpg b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-paradigmshift-2x.jpg index 1b0c6f79b..2da2729b5 100644 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-paradigmshift-2x.jpg and b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-paradigmshift-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-prologue-2x.jpg b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-prologue-2x.jpg index 52e425335..68006119a 100644 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-prologue-2x.jpg and b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-prologue-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-readonly-2x.jpg b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-readonly-2x.jpg index ca0966a33..571451816 100644 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-readonly-2x.jpg and b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-readonly-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-resume-2x.jpg b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-resume-2x.jpg index fdba9df80..6d7e276da 100644 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-resume-2x.jpg and b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-resume-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-solidstate-2x.jpg b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-solidstate-2x.jpg index 3584bed9d..87d7f339b 100644 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-solidstate-2x.jpg and b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-solidstate-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-spectral-2x.jpg b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-spectral-2x.jpg index 8f509b0eb..a0c32323f 100644 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-spectral-2x.jpg and b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-spectral-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-stylish-2x.jpg b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-stylish-2x.jpg index 814b8facf..8bfd14869 100644 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-stylish-2x.jpg and b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-stylish-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/app-generator-eleventy-soft-ui-design-2x.jpg b/static/images/theme/thumbnail/2x/app-generator-eleventy-soft-ui-design-2x.jpg new file mode 100644 index 000000000..3cc0e0e11 Binary files /dev/null and b/static/images/theme/thumbnail/2x/app-generator-eleventy-soft-ui-design-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/app-generator-gatsbyjs-starter-tailwindplay-2x.jpg b/static/images/theme/thumbnail/2x/app-generator-gatsbyjs-starter-tailwindplay-2x.jpg index 4e547908e..98f704bdf 100644 Binary files a/static/images/theme/thumbnail/2x/app-generator-gatsbyjs-starter-tailwindplay-2x.jpg and b/static/images/theme/thumbnail/2x/app-generator-gatsbyjs-starter-tailwindplay-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/appernetic-hugo-nederburg-theme-2x.jpg b/static/images/theme/thumbnail/2x/appernetic-hugo-nederburg-theme-2x.jpg deleted file mode 100644 index def33a516..000000000 Binary files a/static/images/theme/thumbnail/2x/appernetic-hugo-nederburg-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/apvarun-blist-hugo-theme-2x.jpg b/static/images/theme/thumbnail/2x/apvarun-blist-hugo-theme-2x.jpg new file mode 100644 index 000000000..f585b3236 Binary files /dev/null and b/static/images/theme/thumbnail/2x/apvarun-blist-hugo-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/apvarun-digital-garden-hugo-theme-2x.jpg b/static/images/theme/thumbnail/2x/apvarun-digital-garden-hugo-theme-2x.jpg new file mode 100644 index 000000000..2dd6e4a8b Binary files /dev/null and b/static/images/theme/thumbnail/2x/apvarun-digital-garden-hugo-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/apvarun-productlog-nextjs-theme-2x.jpg b/static/images/theme/thumbnail/2x/apvarun-productlog-nextjs-theme-2x.jpg new file mode 100644 index 000000000..673b461a5 Binary files /dev/null and b/static/images/theme/thumbnail/2x/apvarun-productlog-nextjs-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/apvarun-showfolio-hugo-theme-2x.jpg b/static/images/theme/thumbnail/2x/apvarun-showfolio-hugo-theme-2x.jpg index f7c94dfcb..b23819216 100644 Binary files a/static/images/theme/thumbnail/2x/apvarun-showfolio-hugo-theme-2x.jpg and b/static/images/theme/thumbnail/2x/apvarun-showfolio-hugo-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ar363-eleventy-stylus-blog-theme-2x.jpg b/static/images/theme/thumbnail/2x/ar363-eleventy-stylus-blog-theme-2x.jpg index 883782097..5f87d0ec3 100644 Binary files a/static/images/theme/thumbnail/2x/ar363-eleventy-stylus-blog-theme-2x.jpg and b/static/images/theme/thumbnail/2x/ar363-eleventy-stylus-blog-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/arjayosma-nextacular-2x.jpg b/static/images/theme/thumbnail/2x/arjayosma-nextacular-2x.jpg new file mode 100644 index 000000000..c9496e7db Binary files /dev/null and b/static/images/theme/thumbnail/2x/arjayosma-nextacular-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/arkadianriver-spectral-2x.jpg b/static/images/theme/thumbnail/2x/arkadianriver-spectral-2x.jpg index ef4463576..3a4a41b15 100644 Binary files a/static/images/theme/thumbnail/2x/arkadianriver-spectral-2x.jpg and b/static/images/theme/thumbnail/2x/arkadianriver-spectral-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/aron-bordin-neo-hpstr-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/aron-bordin-neo-hpstr-jekyll-theme-2x.jpg index 61c01014f..ff5a25ba1 100644 Binary files a/static/images/theme/thumbnail/2x/aron-bordin-neo-hpstr-jekyll-theme-2x.jpg and b/static/images/theme/thumbnail/2x/aron-bordin-neo-hpstr-jekyll-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/arpitbatra123-eleventy-blog-mnml-2x.jpg b/static/images/theme/thumbnail/2x/arpitbatra123-eleventy-blog-mnml-2x.jpg index dda687b20..92bfd4657 100644 Binary files a/static/images/theme/thumbnail/2x/arpitbatra123-eleventy-blog-mnml-2x.jpg and b/static/images/theme/thumbnail/2x/arpitbatra123-eleventy-blog-mnml-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/artemsheludko-adam-blog-2x.jpg b/static/images/theme/thumbnail/2x/artemsheludko-adam-blog-2x.jpg index bb9eac64e..3dd48c635 100644 Binary files a/static/images/theme/thumbnail/2x/artemsheludko-adam-blog-2x.jpg and b/static/images/theme/thumbnail/2x/artemsheludko-adam-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/artemsheludko-bef-2x.jpg b/static/images/theme/thumbnail/2x/artemsheludko-bef-2x.jpg index 7fe1ba6d8..3376076b7 100644 Binary files a/static/images/theme/thumbnail/2x/artemsheludko-bef-2x.jpg and b/static/images/theme/thumbnail/2x/artemsheludko-bef-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/artemsheludko-flexible-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/artemsheludko-flexible-jekyll-2x.jpg deleted file mode 100644 index 85cbfcb52..000000000 Binary files a/static/images/theme/thumbnail/2x/artemsheludko-flexible-jekyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/artemsheludko-fresh-2x.jpg b/static/images/theme/thumbnail/2x/artemsheludko-fresh-2x.jpg deleted file mode 100644 index eff1e412a..000000000 Binary files a/static/images/theme/thumbnail/2x/artemsheludko-fresh-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/artemsheludko-monday-2x.jpg b/static/images/theme/thumbnail/2x/artemsheludko-monday-2x.jpg index 893810f96..1a7530f65 100644 Binary files a/static/images/theme/thumbnail/2x/artemsheludko-monday-2x.jpg and b/static/images/theme/thumbnail/2x/artemsheludko-monday-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/artemsheludko-mr-brown-2x.jpg b/static/images/theme/thumbnail/2x/artemsheludko-mr-brown-2x.jpg index 893810f96..1a7530f65 100644 Binary files a/static/images/theme/thumbnail/2x/artemsheludko-mr-brown-2x.jpg and b/static/images/theme/thumbnail/2x/artemsheludko-mr-brown-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/arulrajnet-attila-2x.jpg b/static/images/theme/thumbnail/2x/arulrajnet-attila-2x.jpg deleted file mode 100644 index 427fffa01..000000000 Binary files a/static/images/theme/thumbnail/2x/arulrajnet-attila-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ashr81-gatsby-theme-profile-builder-2x.jpg b/static/images/theme/thumbnail/2x/ashr81-gatsby-theme-profile-builder-2x.jpg index 18c04450f..1fa3db4d2 100644 Binary files a/static/images/theme/thumbnail/2x/ashr81-gatsby-theme-profile-builder-2x.jpg and b/static/images/theme/thumbnail/2x/ashr81-gatsby-theme-profile-builder-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/aslammultidots-blogger-2x.jpg b/static/images/theme/thumbnail/2x/aslammultidots-blogger-2x.jpg index 341960483..c4ae4f42f 100644 Binary files a/static/images/theme/thumbnail/2x/aslammultidots-blogger-2x.jpg and b/static/images/theme/thumbnail/2x/aslammultidots-blogger-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/aspirethemes-type-2x.jpg b/static/images/theme/thumbnail/2x/aspirethemes-type-2x.jpg index 507388a48..bf6407639 100644 Binary files a/static/images/theme/thumbnail/2x/aspirethemes-type-2x.jpg and b/static/images/theme/thumbnail/2x/aspirethemes-type-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/avianto-hugo-kiera-2x.jpg b/static/images/theme/thumbnail/2x/avianto-hugo-kiera-2x.jpg deleted file mode 100644 index 3811caecd..000000000 Binary files a/static/images/theme/thumbnail/2x/avianto-hugo-kiera-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/avivero-gatsby-redux-starter-2x.jpg b/static/images/theme/thumbnail/2x/avivero-gatsby-redux-starter-2x.jpg index 8e9500139..f9e4394ed 100644 Binary files a/static/images/theme/thumbnail/2x/avivero-gatsby-redux-starter-2x.jpg and b/static/images/theme/thumbnail/2x/avivero-gatsby-redux-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/azmelanar-hugo-theme-pixyll-2x.jpg b/static/images/theme/thumbnail/2x/azmelanar-hugo-theme-pixyll-2x.jpg deleted file mode 100644 index 778ab9085..000000000 Binary files a/static/images/theme/thumbnail/2x/azmelanar-hugo-theme-pixyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/bagseye-bonneville-2x.jpg b/static/images/theme/thumbnail/2x/bagseye-bonneville-2x.jpg index 17ed4de9a..01b3a6473 100644 Binary files a/static/images/theme/thumbnail/2x/bagseye-bonneville-2x.jpg and b/static/images/theme/thumbnail/2x/bagseye-bonneville-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/bake-solar-theme-hugo-2x.jpg b/static/images/theme/thumbnail/2x/bake-solar-theme-hugo-2x.jpg deleted file mode 100644 index 3d62e2c8a..000000000 Binary files a/static/images/theme/thumbnail/2x/bake-solar-theme-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/balaramadurai-hugo-travelify-theme-2x.jpg b/static/images/theme/thumbnail/2x/balaramadurai-hugo-travelify-theme-2x.jpg deleted file mode 100644 index cc4a1e9e5..000000000 Binary files a/static/images/theme/thumbnail/2x/balaramadurai-hugo-travelify-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/baobabkoodaa-blog-2x.jpg b/static/images/theme/thumbnail/2x/baobabkoodaa-blog-2x.jpg index a5d8d5fe6..dc6eba855 100644 Binary files a/static/images/theme/thumbnail/2x/baobabkoodaa-blog-2x.jpg and b/static/images/theme/thumbnail/2x/baobabkoodaa-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/baobabkoodaa-gatsby-starter-infinite-scroll-2x.jpg b/static/images/theme/thumbnail/2x/baobabkoodaa-gatsby-starter-infinite-scroll-2x.jpg index cc05e9372..ad9e2b109 100644 Binary files a/static/images/theme/thumbnail/2x/baobabkoodaa-gatsby-starter-infinite-scroll-2x.jpg and b/static/images/theme/thumbnail/2x/baobabkoodaa-gatsby-starter-infinite-scroll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/barryclark-jekyll-now-2x.jpg b/static/images/theme/thumbnail/2x/barryclark-jekyll-now-2x.jpg index e7049cb47..37b16a102 100644 Binary files a/static/images/theme/thumbnail/2x/barryclark-jekyll-now-2x.jpg and b/static/images/theme/thumbnail/2x/barryclark-jekyll-now-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/bawn92-sleek_blog-2x.jpg b/static/images/theme/thumbnail/2x/bawn92-sleek_blog-2x.jpg index 26bd4c57d..5e5ff6e7f 100644 Binary files a/static/images/theme/thumbnail/2x/bawn92-sleek_blog-2x.jpg and b/static/images/theme/thumbnail/2x/bawn92-sleek_blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/bdhu-minimalist-2x.jpg b/static/images/theme/thumbnail/2x/bdhu-minimalist-2x.jpg new file mode 100644 index 000000000..83c06085e Binary files /dev/null and b/static/images/theme/thumbnail/2x/bdhu-minimalist-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/bdougie-casper-cms-template-2x.jpg b/static/images/theme/thumbnail/2x/bdougie-casper-cms-template-2x.jpg index 9fcb6188d..2c68deb82 100644 Binary files a/static/images/theme/thumbnail/2x/bdougie-casper-cms-template-2x.jpg and b/static/images/theme/thumbnail/2x/bdougie-casper-cms-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/bdougie-hyde-cms-theme-2x.jpg b/static/images/theme/thumbnail/2x/bdougie-hyde-cms-theme-2x.jpg index 134651ed0..b0f47d7e5 100644 Binary files a/static/images/theme/thumbnail/2x/bdougie-hyde-cms-theme-2x.jpg and b/static/images/theme/thumbnail/2x/bdougie-hyde-cms-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ben-siewert-gatsby-starter-auth-aws-amplify-2x.jpg b/static/images/theme/thumbnail/2x/ben-siewert-gatsby-starter-auth-aws-amplify-2x.jpg index 8d1ff9b59..e0a6e3027 100644 Binary files a/static/images/theme/thumbnail/2x/ben-siewert-gatsby-starter-auth-aws-amplify-2x.jpg and b/static/images/theme/thumbnail/2x/ben-siewert-gatsby-starter-auth-aws-amplify-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/bencentra-centrarium-2x.jpg b/static/images/theme/thumbnail/2x/bencentra-centrarium-2x.jpg deleted file mode 100644 index 0b6bfbe52..000000000 Binary files a/static/images/theme/thumbnail/2x/bencentra-centrarium-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/benjamin-glitsos-gatsby-kea-starter-2x.jpg b/static/images/theme/thumbnail/2x/benjamin-glitsos-gatsby-kea-starter-2x.jpg deleted file mode 100644 index c0ea7cb5c..000000000 Binary files a/static/images/theme/thumbnail/2x/benjamin-glitsos-gatsby-kea-starter-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/benjamingrobertson-gatsby-starter-accessibility-2x.jpg b/static/images/theme/thumbnail/2x/benjamingrobertson-gatsby-starter-accessibility-2x.jpg index dd78975bc..62c46b9ac 100644 Binary files a/static/images/theme/thumbnail/2x/benjamingrobertson-gatsby-starter-accessibility-2x.jpg and b/static/images/theme/thumbnail/2x/benjamingrobertson-gatsby-starter-accessibility-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/benradford-slate-and-simple-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/benradford-slate-and-simple-jekyll-theme-2x.jpg index b7cab4182..fa009e422 100644 Binary files a/static/images/theme/thumbnail/2x/benradford-slate-and-simple-jekyll-theme-2x.jpg and b/static/images/theme/thumbnail/2x/benradford-slate-and-simple-jekyll-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/bep-docuapi-2x.jpg b/static/images/theme/thumbnail/2x/bep-docuapi-2x.jpg index 2ad8b7a20..bb325466d 100644 Binary files a/static/images/theme/thumbnail/2x/bep-docuapi-2x.jpg and b/static/images/theme/thumbnail/2x/bep-docuapi-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/bigcommerce-gatsby-bigcommerce-netlify-cms-starter-2x.jpg b/static/images/theme/thumbnail/2x/bigcommerce-gatsby-bigcommerce-netlify-cms-starter-2x.jpg index f7d1b18ec..ee62abfaa 100644 Binary files a/static/images/theme/thumbnail/2x/bigcommerce-gatsby-bigcommerce-netlify-cms-starter-2x.jpg and b/static/images/theme/thumbnail/2x/bigcommerce-gatsby-bigcommerce-netlify-cms-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/bijenkorf-james-wakefield-gatsby-firebase-hosting-starter-2x.jpg b/static/images/theme/thumbnail/2x/bijenkorf-james-wakefield-gatsby-firebase-hosting-starter-2x.jpg index c2a3a14b3..e2cc41bcd 100644 Binary files a/static/images/theme/thumbnail/2x/bijenkorf-james-wakefield-gatsby-firebase-hosting-starter-2x.jpg and b/static/images/theme/thumbnail/2x/bijenkorf-james-wakefield-gatsby-firebase-hosting-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/billyfish152-renge-2x.jpg b/static/images/theme/thumbnail/2x/billyfish152-renge-2x.jpg deleted file mode 100644 index 30a6b971d..000000000 Binary files a/static/images/theme/thumbnail/2x/billyfish152-renge-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/billyjacoby-gatsby-react-bootstrap-starter-2x.jpg b/static/images/theme/thumbnail/2x/billyjacoby-gatsby-react-bootstrap-starter-2x.jpg index 0fb5e7b6a..2eab157fd 100644 Binary files a/static/images/theme/thumbnail/2x/billyjacoby-gatsby-react-bootstrap-starter-2x.jpg and b/static/images/theme/thumbnail/2x/billyjacoby-gatsby-react-bootstrap-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/biomadeira-jasper-2x.jpg b/static/images/theme/thumbnail/2x/biomadeira-jasper-2x.jpg deleted file mode 100644 index 24135a8ea..000000000 Binary files a/static/images/theme/thumbnail/2x/biomadeira-jasper-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/biomadeira-sustain-2x.jpg b/static/images/theme/thumbnail/2x/biomadeira-sustain-2x.jpg deleted file mode 100644 index 364742391..000000000 Binary files a/static/images/theme/thumbnail/2x/biomadeira-sustain-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/biomadeira-vitae-2x.jpg b/static/images/theme/thumbnail/2x/biomadeira-vitae-2x.jpg deleted file mode 100644 index 55bd9d709..000000000 Binary files a/static/images/theme/thumbnail/2x/biomadeira-vitae-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/bit-ranger-blog-2x.jpg b/static/images/theme/thumbnail/2x/bit-ranger-blog-2x.jpg index e378e1d10..d6df2f477 100644 Binary files a/static/images/theme/thumbnail/2x/bit-ranger-blog-2x.jpg and b/static/images/theme/thumbnail/2x/bit-ranger-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/bjacquemet-personal-web-2x.jpg b/static/images/theme/thumbnail/2x/bjacquemet-personal-web-2x.jpg deleted file mode 100644 index b3a861187..000000000 Binary files a/static/images/theme/thumbnail/2x/bjacquemet-personal-web-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/blackrockdigital-startbootstrap-clean-blog-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/blackrockdigital-startbootstrap-clean-blog-jekyll-2x.jpg deleted file mode 100644 index 32e5ee1e4..000000000 Binary files a/static/images/theme/thumbnail/2x/blackrockdigital-startbootstrap-clean-blog-jekyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/blakenoll-gatsby-starter-styled-components-2x.jpg b/static/images/theme/thumbnail/2x/blakenoll-gatsby-starter-styled-components-2x.jpg index a782323a9..87cc9e534 100644 Binary files a/static/images/theme/thumbnail/2x/blakenoll-gatsby-starter-styled-components-2x.jpg and b/static/images/theme/thumbnail/2x/blakenoll-gatsby-starter-styled-components-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/blankoworld-hugo_theme_adam_eve-2x.jpg b/static/images/theme/thumbnail/2x/blankoworld-hugo_theme_adam_eve-2x.jpg deleted file mode 100644 index 920ff2d57..000000000 Binary files a/static/images/theme/thumbnail/2x/blankoworld-hugo_theme_adam_eve-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/blazity-next-saas-starter-2x.jpg b/static/images/theme/thumbnail/2x/blazity-next-saas-starter-2x.jpg new file mode 100644 index 000000000..b15910ab7 Binary files /dev/null and b/static/images/theme/thumbnail/2x/blazity-next-saas-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/blleng-hexo-theme-lx-2x.jpg b/static/images/theme/thumbnail/2x/blleng-hexo-theme-lx-2x.jpg index 728174d75..ec45e38fc 100644 Binary files a/static/images/theme/thumbnail/2x/blleng-hexo-theme-lx-2x.jpg and b/static/images/theme/thumbnail/2x/blleng-hexo-theme-lx-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/bluepeter-gatsby-material-ui-business-starter-2x.jpg b/static/images/theme/thumbnail/2x/bluepeter-gatsby-material-ui-business-starter-2x.jpg index 90de6c666..c433fc5dc 100644 Binary files a/static/images/theme/thumbnail/2x/bluepeter-gatsby-material-ui-business-starter-2x.jpg and b/static/images/theme/thumbnail/2x/bluepeter-gatsby-material-ui-business-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/borekb-gatsby-starter-mobx-2x.jpg b/static/images/theme/thumbnail/2x/borekb-gatsby-starter-mobx-2x.jpg index 4d15b73e5..e1a877d2f 100644 Binary files a/static/images/theme/thumbnail/2x/borekb-gatsby-starter-mobx-2x.jpg and b/static/images/theme/thumbnail/2x/borekb-gatsby-starter-mobx-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/boywithsilverwings-gatsby-blog-starter-2x.jpg b/static/images/theme/thumbnail/2x/boywithsilverwings-gatsby-blog-starter-2x.jpg index 9ad637c38..a742283a7 100644 Binary files a/static/images/theme/thumbnail/2x/boywithsilverwings-gatsby-blog-starter-2x.jpg and b/static/images/theme/thumbnail/2x/boywithsilverwings-gatsby-blog-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/boywithsilverwings-gatsby-careers-page-2x.jpg b/static/images/theme/thumbnail/2x/boywithsilverwings-gatsby-careers-page-2x.jpg index 5cb2c91d2..0053a4aee 100644 Binary files a/static/images/theme/thumbnail/2x/boywithsilverwings-gatsby-careers-page-2x.jpg and b/static/images/theme/thumbnail/2x/boywithsilverwings-gatsby-careers-page-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/bradykondek-streamer-2x.jpg b/static/images/theme/thumbnail/2x/bradykondek-streamer-2x.jpg index 3311c9430..a07ab4327 100644 Binary files a/static/images/theme/thumbnail/2x/bradykondek-streamer-2x.jpg and b/static/images/theme/thumbnail/2x/bradykondek-streamer-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/brennanbrown-enjoyment-work-2x.jpg b/static/images/theme/thumbnail/2x/brennanbrown-enjoyment-work-2x.jpg index 415df2938..4e5f6fd1f 100644 Binary files a/static/images/theme/thumbnail/2x/brennanbrown-enjoyment-work-2x.jpg and b/static/images/theme/thumbnail/2x/brennanbrown-enjoyment-work-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/brennanbrown-purelog-2x.jpg b/static/images/theme/thumbnail/2x/brennanbrown-purelog-2x.jpg index 214dcf6dc..ba3eedb16 100644 Binary files a/static/images/theme/thumbnail/2x/brennanbrown-purelog-2x.jpg and b/static/images/theme/thumbnail/2x/brennanbrown-purelog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/brennanbrown-watery-2x.jpg b/static/images/theme/thumbnail/2x/brennanbrown-watery-2x.jpg index d216d2ad1..a0e170c9a 100644 Binary files a/static/images/theme/thumbnail/2x/brennanbrown-watery-2x.jpg and b/static/images/theme/thumbnail/2x/brennanbrown-watery-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/brianmaierjr-long-haul-2x.jpg b/static/images/theme/thumbnail/2x/brianmaierjr-long-haul-2x.jpg index 698f0cc27..619653218 100644 Binary files a/static/images/theme/thumbnail/2x/brianmaierjr-long-haul-2x.jpg and b/static/images/theme/thumbnail/2x/brianmaierjr-long-haul-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/brijeshb42-bitwiser-material-2x.jpg b/static/images/theme/thumbnail/2x/brijeshb42-bitwiser-material-2x.jpg index 60a43e09e..fbdd1703b 100644 Binary files a/static/images/theme/thumbnail/2x/brijeshb42-bitwiser-material-2x.jpg and b/static/images/theme/thumbnail/2x/brijeshb42-bitwiser-material-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/brohlson-gatsby-datocms-starter-2x.jpg b/static/images/theme/thumbnail/2x/brohlson-gatsby-datocms-starter-2x.jpg index b88cb9084..a01ea7c0c 100644 Binary files a/static/images/theme/thumbnail/2x/brohlson-gatsby-datocms-starter-2x.jpg and b/static/images/theme/thumbnail/2x/brohlson-gatsby-datocms-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/brunch-brunch.github.io-2x.jpg b/static/images/theme/thumbnail/2x/brunch-brunch.github.io-2x.jpg index 52b35d797..ff24eaabf 100644 Binary files a/static/images/theme/thumbnail/2x/brunch-brunch.github.io-2x.jpg and b/static/images/theme/thumbnail/2x/brunch-brunch.github.io-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/brxck-gatsby-starter-stripe-2x.jpg b/static/images/theme/thumbnail/2x/brxck-gatsby-starter-stripe-2x.jpg index 33f3161cb..8ab1e7065 100644 Binary files a/static/images/theme/thumbnail/2x/brxck-gatsby-starter-stripe-2x.jpg and b/static/images/theme/thumbnail/2x/brxck-gatsby-starter-stripe-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/brxyxncorp-ultra-minimalista-2x.jpg b/static/images/theme/thumbnail/2x/brxyxncorp-ultra-minimalista-2x.jpg deleted file mode 100644 index 32e5ee1e4..000000000 Binary files a/static/images/theme/thumbnail/2x/brxyxncorp-ultra-minimalista-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/brycematheson-allegiant-2x.jpg b/static/images/theme/thumbnail/2x/brycematheson-allegiant-2x.jpg deleted file mode 100644 index e90208cef..000000000 Binary files a/static/images/theme/thumbnail/2x/brycematheson-allegiant-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/budparr-gohugo-theme-ananke-2x.jpg b/static/images/theme/thumbnail/2x/budparr-gohugo-theme-ananke-2x.jpg index 87702e8cd..5d0c56197 100644 Binary files a/static/images/theme/thumbnail/2x/budparr-gohugo-theme-ananke-2x.jpg and b/static/images/theme/thumbnail/2x/budparr-gohugo-theme-ananke-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/bul-ikana-hugo-cards-2x.jpg b/static/images/theme/thumbnail/2x/bul-ikana-hugo-cards-2x.jpg deleted file mode 100644 index 822f89833..000000000 Binary files a/static/images/theme/thumbnail/2x/bul-ikana-hugo-cards-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/buttercms-gatsby-starter-buttercms-2x.jpg b/static/images/theme/thumbnail/2x/buttercms-gatsby-starter-buttercms-2x.jpg index dbe42d7cd..bd4c6fbb1 100644 Binary files a/static/images/theme/thumbnail/2x/buttercms-gatsby-starter-buttercms-2x.jpg and b/static/images/theme/thumbnail/2x/buttercms-gatsby-starter-buttercms-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/caki0915-gatsby-starter-redux-2x.jpg b/static/images/theme/thumbnail/2x/caki0915-gatsby-starter-redux-2x.jpg index 026d75b89..a708cde11 100644 Binary files a/static/images/theme/thumbnail/2x/caki0915-gatsby-starter-redux-2x.jpg and b/static/images/theme/thumbnail/2x/caki0915-gatsby-starter-redux-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/calintat-minimal-2x.jpg b/static/images/theme/thumbnail/2x/calintat-minimal-2x.jpg deleted file mode 100644 index 21d613452..000000000 Binary files a/static/images/theme/thumbnail/2x/calintat-minimal-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/calpa-gatsby-starter-calpa-blog-2x.jpg b/static/images/theme/thumbnail/2x/calpa-gatsby-starter-calpa-blog-2x.jpg index 56c9a237f..7ac0b173a 100644 Binary files a/static/images/theme/thumbnail/2x/calpa-gatsby-starter-calpa-blog-2x.jpg and b/static/images/theme/thumbnail/2x/calpa-gatsby-starter-calpa-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/canhtran-maverick-2x.jpg b/static/images/theme/thumbnail/2x/canhtran-maverick-2x.jpg new file mode 100644 index 000000000..a136183ed Binary files /dev/null and b/static/images/theme/thumbnail/2x/canhtran-maverick-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/carsonip-hugo-theme-minos-2x.jpg b/static/images/theme/thumbnail/2x/carsonip-hugo-theme-minos-2x.jpg deleted file mode 100644 index 7c505d8a4..000000000 Binary files a/static/images/theme/thumbnail/2x/carsonip-hugo-theme-minos-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/cboettig-hugo-now-ui-2x.jpg b/static/images/theme/thumbnail/2x/cboettig-hugo-now-ui-2x.jpg deleted file mode 100644 index 8405d935b..000000000 Binary files a/static/images/theme/thumbnail/2x/cboettig-hugo-now-ui-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/cdeck3r-onedly-theme-2x.jpg b/static/images/theme/thumbnail/2x/cdeck3r-onedly-theme-2x.jpg deleted file mode 100644 index 333165997..000000000 Binary files a/static/images/theme/thumbnail/2x/cdeck3r-onedly-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/cfrome77-hugo-theme-sky-2x.jpg b/static/images/theme/thumbnail/2x/cfrome77-hugo-theme-sky-2x.jpg deleted file mode 100644 index 554b6a87a..000000000 Binary files a/static/images/theme/thumbnail/2x/cfrome77-hugo-theme-sky-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/chalatz-yellowblue-2x.jpg b/static/images/theme/thumbnail/2x/chalatz-yellowblue-2x.jpg deleted file mode 100644 index 32e5ee1e4..000000000 Binary files a/static/images/theme/thumbnail/2x/chalatz-yellowblue-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/chaooo-hexo-theme-bluelake-2x.jpg b/static/images/theme/thumbnail/2x/chaooo-hexo-theme-bluelake-2x.jpg index 23cda6727..f25e73a56 100644 Binary files a/static/images/theme/thumbnail/2x/chaooo-hexo-theme-bluelake-2x.jpg and b/static/images/theme/thumbnail/2x/chaooo-hexo-theme-bluelake-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/chec-commercejs-chopchop-demo-2x.jpg b/static/images/theme/thumbnail/2x/chec-commercejs-chopchop-demo-2x.jpg index 1001d2bda..9744d3aca 100644 Binary files a/static/images/theme/thumbnail/2x/chec-commercejs-chopchop-demo-2x.jpg and b/static/images/theme/thumbnail/2x/chec-commercejs-chopchop-demo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/chec-commercejs-nextjs-demo-store-2x.jpg b/static/images/theme/thumbnail/2x/chec-commercejs-nextjs-demo-store-2x.jpg index 1f5cbe0dd..36cbed330 100644 Binary files a/static/images/theme/thumbnail/2x/chec-commercejs-nextjs-demo-store-2x.jpg and b/static/images/theme/thumbnail/2x/chec-commercejs-nextjs-demo-store-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/chec-commercejs-vuejs-boilerplate-2x.jpg b/static/images/theme/thumbnail/2x/chec-commercejs-vuejs-boilerplate-2x.jpg index dff27fe08..8d23a7d22 100644 Binary files a/static/images/theme/thumbnail/2x/chec-commercejs-vuejs-boilerplate-2x.jpg and b/static/images/theme/thumbnail/2x/chec-commercejs-vuejs-boilerplate-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/chesterhow-tale-2x.jpg b/static/images/theme/thumbnail/2x/chesterhow-tale-2x.jpg index 3a6ca550f..d1e75ac76 100644 Binary files a/static/images/theme/thumbnail/2x/chesterhow-tale-2x.jpg and b/static/images/theme/thumbnail/2x/chesterhow-tale-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/chetanverma16-react-portfolio-template-2x.jpg b/static/images/theme/thumbnail/2x/chetanverma16-react-portfolio-template-2x.jpg new file mode 100644 index 000000000..f7164da95 Binary files /dev/null and b/static/images/theme/thumbnail/2x/chetanverma16-react-portfolio-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/chibicode-solo-2x.jpg b/static/images/theme/thumbnail/2x/chibicode-solo-2x.jpg index 05ea4eb48..da1f9d595 100644 Binary files a/static/images/theme/thumbnail/2x/chibicode-solo-2x.jpg and b/static/images/theme/thumbnail/2x/chibicode-solo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/chipsenkbeil-grid-side-2x.jpg b/static/images/theme/thumbnail/2x/chipsenkbeil-grid-side-2x.jpg deleted file mode 100644 index e8894a0e6..000000000 Binary files a/static/images/theme/thumbnail/2x/chipsenkbeil-grid-side-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/chipzoller-hugo-clarity-2x.jpg b/static/images/theme/thumbnail/2x/chipzoller-hugo-clarity-2x.jpg deleted file mode 100644 index 984698786..000000000 Binary files a/static/images/theme/thumbnail/2x/chipzoller-hugo-clarity-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/chringel21-chringel-hugo-theme-2x.jpg b/static/images/theme/thumbnail/2x/chringel21-chringel-hugo-theme-2x.jpg new file mode 100644 index 000000000..9be6d8d63 Binary files /dev/null and b/static/images/theme/thumbnail/2x/chringel21-chringel-hugo-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/chrisbobbe-jekyll-theme-prologue-2x.jpg b/static/images/theme/thumbnail/2x/chrisbobbe-jekyll-theme-prologue-2x.jpg index 7fa18f262..9983e9790 100644 Binary files a/static/images/theme/thumbnail/2x/chrisbobbe-jekyll-theme-prologue-2x.jpg and b/static/images/theme/thumbnail/2x/chrisbobbe-jekyll-theme-prologue-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/chrisnmorrison-revista-gatsby-blog-magazine-2x.jpg b/static/images/theme/thumbnail/2x/chrisnmorrison-revista-gatsby-blog-magazine-2x.jpg new file mode 100644 index 000000000..c575087da Binary files /dev/null and b/static/images/theme/thumbnail/2x/chrisnmorrison-revista-gatsby-blog-magazine-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/chrisrhymes-bulma-clean-theme-2x.jpg b/static/images/theme/thumbnail/2x/chrisrhymes-bulma-clean-theme-2x.jpg index 8189a29d2..0d8770a2e 100644 Binary files a/static/images/theme/thumbnail/2x/chrisrhymes-bulma-clean-theme-2x.jpg and b/static/images/theme/thumbnail/2x/chrisrhymes-bulma-clean-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/chrisrhymes-mere-blog-theme-2x.jpg b/static/images/theme/thumbnail/2x/chrisrhymes-mere-blog-theme-2x.jpg index 53fad85bb..082436e9f 100644 Binary files a/static/images/theme/thumbnail/2x/chrisrhymes-mere-blog-theme-2x.jpg and b/static/images/theme/thumbnail/2x/chrisrhymes-mere-blog-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/chrissimpkins-cinder-2x.jpg b/static/images/theme/thumbnail/2x/chrissimpkins-cinder-2x.jpg index b5a31f74e..3f56367f0 100644 Binary files a/static/images/theme/thumbnail/2x/chrissimpkins-cinder-2x.jpg and b/static/images/theme/thumbnail/2x/chrissimpkins-cinder-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/christianezeani-panthera-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/christianezeani-panthera-jekyll-2x.jpg index a681d2d40..b23c9707a 100644 Binary files a/static/images/theme/thumbnail/2x/christianezeani-panthera-jekyll-2x.jpg and b/static/images/theme/thumbnail/2x/christianezeani-panthera-jekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/christianmendoza-hugo-split-theme-2x.jpg b/static/images/theme/thumbnail/2x/christianmendoza-hugo-split-theme-2x.jpg deleted file mode 100644 index b4549bf91..000000000 Binary files a/static/images/theme/thumbnail/2x/christianmendoza-hugo-split-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/cjsheets-mkdocs-rtd-dropdown-2x.jpg b/static/images/theme/thumbnail/2x/cjsheets-mkdocs-rtd-dropdown-2x.jpg deleted file mode 100644 index 23b84f668..000000000 Binary files a/static/images/theme/thumbnail/2x/cjsheets-mkdocs-rtd-dropdown-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/clark-zhao-bohu-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/clark-zhao-bohu-jekyll-theme-2x.jpg index 2e324a834..b04ceeb9b 100644 Binary files a/static/images/theme/thumbnail/2x/clark-zhao-bohu-jekyll-theme-2x.jpg and b/static/images/theme/thumbnail/2x/clark-zhao-bohu-jekyll-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/clarkhacks-minimal-text-2x.jpg b/static/images/theme/thumbnail/2x/clarkhacks-minimal-text-2x.jpg deleted file mode 100644 index 2b82af1ce..000000000 Binary files a/static/images/theme/thumbnail/2x/clarkhacks-minimal-text-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/clayh53-tufte-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/clayh53-tufte-jekyll-2x.jpg index 73d0ee8af..aed4a9328 100644 Binary files a/static/images/theme/thumbnail/2x/clayh53-tufte-jekyll-2x.jpg and b/static/images/theme/thumbnail/2x/clayh53-tufte-jekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/cloudcannon-aviator-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/cloudcannon-aviator-jekyll-theme-2x.jpg index b37a19bc1..90bd6b227 100644 Binary files a/static/images/theme/thumbnail/2x/cloudcannon-aviator-jekyll-theme-2x.jpg and b/static/images/theme/thumbnail/2x/cloudcannon-aviator-jekyll-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/cloudcannon-cause-jekyll-template-2x.jpg b/static/images/theme/thumbnail/2x/cloudcannon-cause-jekyll-template-2x.jpg index 085a33026..c6805f89e 100644 Binary files a/static/images/theme/thumbnail/2x/cloudcannon-cause-jekyll-template-2x.jpg and b/static/images/theme/thumbnail/2x/cloudcannon-cause-jekyll-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/cloudcannon-dopetrope-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/cloudcannon-dopetrope-jekyll-theme-2x.jpg deleted file mode 100644 index 41d81b0ae..000000000 Binary files a/static/images/theme/thumbnail/2x/cloudcannon-dopetrope-jekyll-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/cloudcannon-edition-jekyll-template-2x.jpg b/static/images/theme/thumbnail/2x/cloudcannon-edition-jekyll-template-2x.jpg index 67e4e6284..523694184 100644 Binary files a/static/images/theme/thumbnail/2x/cloudcannon-edition-jekyll-template-2x.jpg and b/static/images/theme/thumbnail/2x/cloudcannon-edition-jekyll-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/cloudcannon-frisco-jekyll-template-2x.jpg b/static/images/theme/thumbnail/2x/cloudcannon-frisco-jekyll-template-2x.jpg index e7866e981..aa7151887 100644 Binary files a/static/images/theme/thumbnail/2x/cloudcannon-frisco-jekyll-template-2x.jpg and b/static/images/theme/thumbnail/2x/cloudcannon-frisco-jekyll-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/cloudcannon-hydra-jekyll-template-2x.jpg b/static/images/theme/thumbnail/2x/cloudcannon-hydra-jekyll-template-2x.jpg index 89b3fbd99..36dc6a777 100644 Binary files a/static/images/theme/thumbnail/2x/cloudcannon-hydra-jekyll-template-2x.jpg and b/static/images/theme/thumbnail/2x/cloudcannon-hydra-jekyll-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/cloudcannon-justice-jekyll-template-2x.jpg b/static/images/theme/thumbnail/2x/cloudcannon-justice-jekyll-template-2x.jpg index 7b55d2f3d..c9277f2d0 100644 Binary files a/static/images/theme/thumbnail/2x/cloudcannon-justice-jekyll-template-2x.jpg and b/static/images/theme/thumbnail/2x/cloudcannon-justice-jekyll-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/cloudcannon-malt-jekyll-template-2x.jpg b/static/images/theme/thumbnail/2x/cloudcannon-malt-jekyll-template-2x.jpg index 826a64a9f..671c2dd4c 100644 Binary files a/static/images/theme/thumbnail/2x/cloudcannon-malt-jekyll-template-2x.jpg and b/static/images/theme/thumbnail/2x/cloudcannon-malt-jekyll-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/cloudcannon-strata-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/cloudcannon-strata-jekyll-theme-2x.jpg deleted file mode 100644 index 2cf55b5ff..000000000 Binary files a/static/images/theme/thumbnail/2x/cloudcannon-strata-jekyll-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/cloudcannon-twenty-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/cloudcannon-twenty-jekyll-theme-2x.jpg deleted file mode 100644 index 061458064..000000000 Binary files a/static/images/theme/thumbnail/2x/cloudcannon-twenty-jekyll-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/cloudcannon-urban-jekyll-template-2x.jpg b/static/images/theme/thumbnail/2x/cloudcannon-urban-jekyll-template-2x.jpg index 28ec1ff13..cf7f24dac 100644 Binary files a/static/images/theme/thumbnail/2x/cloudcannon-urban-jekyll-template-2x.jpg and b/static/images/theme/thumbnail/2x/cloudcannon-urban-jekyll-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/codeasashu-hcz-jekyll-blog-2x.jpg b/static/images/theme/thumbnail/2x/codeasashu-hcz-jekyll-blog-2x.jpg index 48689cf1a..56f615918 100644 Binary files a/static/images/theme/thumbnail/2x/codeasashu-hcz-jekyll-blog-2x.jpg and b/static/images/theme/thumbnail/2x/codeasashu-hcz-jekyll-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-dimension-2x.jpg b/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-dimension-2x.jpg index 1bcbdfda5..69a6c7a14 100644 Binary files a/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-dimension-2x.jpg and b/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-dimension-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-forty-2x.jpg b/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-forty-2x.jpg index f65730c86..888e406c3 100644 Binary files a/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-forty-2x.jpg and b/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-forty-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-photon-2x.jpg b/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-photon-2x.jpg index df2e9321f..7e72ffbd4 100644 Binary files a/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-photon-2x.jpg and b/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-photon-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-stellar-2x.jpg b/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-stellar-2x.jpg index a03e11047..2e4dbbba3 100644 Binary files a/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-stellar-2x.jpg and b/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-stellar-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-strata-2x.jpg b/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-strata-2x.jpg index 99beed8f7..05dc8780a 100644 Binary files a/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-strata-2x.jpg and b/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-strata-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/coderzh-hugo-pacman-theme-2x.jpg b/static/images/theme/thumbnail/2x/coderzh-hugo-pacman-theme-2x.jpg deleted file mode 100644 index 5141dc0f6..000000000 Binary files a/static/images/theme/thumbnail/2x/coderzh-hugo-pacman-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/codexfelis-paws-template-2x.jpg b/static/images/theme/thumbnail/2x/codexfelis-paws-template-2x.jpg new file mode 100644 index 000000000..1456edf1e Binary files /dev/null and b/static/images/theme/thumbnail/2x/codexfelis-paws-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/colbyfayock-gatsby-starter-sass-2x.jpg b/static/images/theme/thumbnail/2x/colbyfayock-gatsby-starter-sass-2x.jpg index de20878af..e562dfb2a 100644 Binary files a/static/images/theme/thumbnail/2x/colbyfayock-gatsby-starter-sass-2x.jpg and b/static/images/theme/thumbnail/2x/colbyfayock-gatsby-starter-sass-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/coletownsend-balzac-for-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/coletownsend-balzac-for-jekyll-2x.jpg index e86b2b170..568882752 100644 Binary files a/static/images/theme/thumbnail/2x/coletownsend-balzac-for-jekyll-2x.jpg and b/static/images/theme/thumbnail/2x/coletownsend-balzac-for-jekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/collective-gatsby-starter-plone-2x.jpg b/static/images/theme/thumbnail/2x/collective-gatsby-starter-plone-2x.jpg index 9af0b660f..b5b1a4eec 100644 Binary files a/static/images/theme/thumbnail/2x/collective-gatsby-starter-plone-2x.jpg and b/static/images/theme/thumbnail/2x/collective-gatsby-starter-plone-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/contentful-userland-gatsby-contentful-starter-2x.jpg b/static/images/theme/thumbnail/2x/contentful-userland-gatsby-contentful-starter-2x.jpg index 44e98d904..1ce863f3e 100644 Binary files a/static/images/theme/thumbnail/2x/contentful-userland-gatsby-contentful-starter-2x.jpg and b/static/images/theme/thumbnail/2x/contentful-userland-gatsby-contentful-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/contentstack-gatsby-starter-contentstack-2x.jpg b/static/images/theme/thumbnail/2x/contentstack-gatsby-starter-contentstack-2x.jpg index e93ab9fbc..42a073d78 100644 Binary files a/static/images/theme/thumbnail/2x/contentstack-gatsby-starter-contentstack-2x.jpg and b/static/images/theme/thumbnail/2x/contentstack-gatsby-starter-contentstack-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/cosmicjs-gatsby-agency-portfolio-2x.jpg b/static/images/theme/thumbnail/2x/cosmicjs-gatsby-agency-portfolio-2x.jpg index 31be22c4c..729153a8e 100644 Binary files a/static/images/theme/thumbnail/2x/cosmicjs-gatsby-agency-portfolio-2x.jpg and b/static/images/theme/thumbnail/2x/cosmicjs-gatsby-agency-portfolio-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/cosmicjs-gatsby-blog-cosmicjs-2x.jpg b/static/images/theme/thumbnail/2x/cosmicjs-gatsby-blog-cosmicjs-2x.jpg index 92bb433f6..53a69f4f4 100644 Binary files a/static/images/theme/thumbnail/2x/cosmicjs-gatsby-blog-cosmicjs-2x.jpg and b/static/images/theme/thumbnail/2x/cosmicjs-gatsby-blog-cosmicjs-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/cosmicjs-gatsby-docs-app-2x.jpg b/static/images/theme/thumbnail/2x/cosmicjs-gatsby-docs-app-2x.jpg index 7e9016bc5..3ab973df8 100644 Binary files a/static/images/theme/thumbnail/2x/cosmicjs-gatsby-docs-app-2x.jpg and b/static/images/theme/thumbnail/2x/cosmicjs-gatsby-docs-app-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/cosmicjs-gatsby-localization-app-starter-2x.jpg b/static/images/theme/thumbnail/2x/cosmicjs-gatsby-localization-app-starter-2x.jpg index f9af73a28..290b7077f 100644 Binary files a/static/images/theme/thumbnail/2x/cosmicjs-gatsby-localization-app-starter-2x.jpg and b/static/images/theme/thumbnail/2x/cosmicjs-gatsby-localization-app-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/cosmicjs-gatsby-starter-2x.jpg b/static/images/theme/thumbnail/2x/cosmicjs-gatsby-starter-2x.jpg index 7957fe6bb..3c4b2ecc1 100644 Binary files a/static/images/theme/thumbnail/2x/cosmicjs-gatsby-starter-2x.jpg and b/static/images/theme/thumbnail/2x/cosmicjs-gatsby-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/cotes2020-jekyll-theme-chirpy-2x.jpg b/static/images/theme/thumbnail/2x/cotes2020-jekyll-theme-chirpy-2x.jpg index 313c47d41..af4faed31 100644 Binary files a/static/images/theme/thumbnail/2x/cotes2020-jekyll-theme-chirpy-2x.jpg and b/static/images/theme/thumbnail/2x/cotes2020-jekyll-theme-chirpy-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/craigary-nobelium-2x.jpg b/static/images/theme/thumbnail/2x/craigary-nobelium-2x.jpg new file mode 100644 index 000000000..bc8984040 Binary files /dev/null and b/static/images/theme/thumbnail/2x/craigary-nobelium-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/creasoft-dev-fundamenty-2x.jpg b/static/images/theme/thumbnail/2x/creasoft-dev-fundamenty-2x.jpg index d0fca8981..9e1d9a2a7 100644 Binary files a/static/images/theme/thumbnail/2x/creasoft-dev-fundamenty-2x.jpg and b/static/images/theme/thumbnail/2x/creasoft-dev-fundamenty-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/cssandstuff-hugo-theme-winning-2x.jpg b/static/images/theme/thumbnail/2x/cssandstuff-hugo-theme-winning-2x.jpg deleted file mode 100644 index 9b08fa0c2..000000000 Binary files a/static/images/theme/thumbnail/2x/cssandstuff-hugo-theme-winning-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/curtiscde-hugo-theme-dopetrope-2x.jpg b/static/images/theme/thumbnail/2x/curtiscde-hugo-theme-dopetrope-2x.jpg new file mode 100644 index 000000000..f8059f1f1 Binary files /dev/null and b/static/images/theme/thumbnail/2x/curtiscde-hugo-theme-dopetrope-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/curtiscde-hugo-theme-massively-2x.jpg b/static/images/theme/thumbnail/2x/curtiscde-hugo-theme-massively-2x.jpg new file mode 100644 index 000000000..452f51137 Binary files /dev/null and b/static/images/theme/thumbnail/2x/curtiscde-hugo-theme-massively-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/curtistimson-hugo-theme-dopetrope-2x.jpg b/static/images/theme/thumbnail/2x/curtistimson-hugo-theme-dopetrope-2x.jpg index a84aa2cc0..f8059f1f1 100644 Binary files a/static/images/theme/thumbnail/2x/curtistimson-hugo-theme-dopetrope-2x.jpg and b/static/images/theme/thumbnail/2x/curtistimson-hugo-theme-dopetrope-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/curtistimson-hugo-theme-massively-2x.jpg b/static/images/theme/thumbnail/2x/curtistimson-hugo-theme-massively-2x.jpg index 094472566..bc5a524fb 100644 Binary files a/static/images/theme/thumbnail/2x/curtistimson-hugo-theme-massively-2x.jpg and b/static/images/theme/thumbnail/2x/curtistimson-hugo-theme-massively-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/cvluca-gatsby-starter-markdown-2x.jpg b/static/images/theme/thumbnail/2x/cvluca-gatsby-starter-markdown-2x.jpg index 901b29957..da559e542 100644 Binary files a/static/images/theme/thumbnail/2x/cvluca-gatsby-starter-markdown-2x.jpg and b/static/images/theme/thumbnail/2x/cvluca-gatsby-starter-markdown-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/cwlsn-gatsby-simple-contentful-starter-2x.jpg b/static/images/theme/thumbnail/2x/cwlsn-gatsby-simple-contentful-starter-2x.jpg index a9d564978..c99fd8a0b 100644 Binary files a/static/images/theme/thumbnail/2x/cwlsn-gatsby-simple-contentful-starter-2x.jpg and b/static/images/theme/thumbnail/2x/cwlsn-gatsby-simple-contentful-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/cyevgeniy-jekyll-true-minimal-2x.jpg b/static/images/theme/thumbnail/2x/cyevgeniy-jekyll-true-minimal-2x.jpg index ee3d9f4ad..da84ebad1 100644 Binary files a/static/images/theme/thumbnail/2x/cyevgeniy-jekyll-true-minimal-2x.jpg and b/static/images/theme/thumbnail/2x/cyevgeniy-jekyll-true-minimal-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/d-kusk-minimage-2x.jpg b/static/images/theme/thumbnail/2x/d-kusk-minimage-2x.jpg deleted file mode 100644 index d4d3c1da2..000000000 Binary files a/static/images/theme/thumbnail/2x/d-kusk-minimage-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/daattali-beautiful-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/daattali-beautiful-jekyll-2x.jpg index 055d97b31..279d3d942 100644 Binary files a/static/images/theme/thumbnail/2x/daattali-beautiful-jekyll-2x.jpg and b/static/images/theme/thumbnail/2x/daattali-beautiful-jekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/dabit3-gatsby-auth-starter-aws-amplify-2x.jpg b/static/images/theme/thumbnail/2x/dabit3-gatsby-auth-starter-aws-amplify-2x.jpg index f6bde8b84..38789f553 100644 Binary files a/static/images/theme/thumbnail/2x/dabit3-gatsby-auth-starter-aws-amplify-2x.jpg and b/static/images/theme/thumbnail/2x/dabit3-gatsby-auth-starter-aws-amplify-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/dafiulh-vredeburg-2x.jpg b/static/images/theme/thumbnail/2x/dafiulh-vredeburg-2x.jpg index 47823ac8d..8704b87e6 100644 Binary files a/static/images/theme/thumbnail/2x/dafiulh-vredeburg-2x.jpg and b/static/images/theme/thumbnail/2x/dafiulh-vredeburg-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/damassi-gatsby-starter-typescript-rebass-netlifycms-2x.jpg b/static/images/theme/thumbnail/2x/damassi-gatsby-starter-typescript-rebass-netlifycms-2x.jpg index b6815aa3e..d5c2bbb4e 100644 Binary files a/static/images/theme/thumbnail/2x/damassi-gatsby-starter-typescript-rebass-netlifycms-2x.jpg and b/static/images/theme/thumbnail/2x/damassi-gatsby-starter-typescript-rebass-netlifycms-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/danielbayerlein-middleman-casper-2x.jpg b/static/images/theme/thumbnail/2x/danielbayerlein-middleman-casper-2x.jpg index f5d81088a..0fbc0e0f0 100644 Binary files a/static/images/theme/thumbnail/2x/danielbayerlein-middleman-casper-2x.jpg and b/static/images/theme/thumbnail/2x/danielbayerlein-middleman-casper-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/danielkellyio-awake-template-2x.jpg b/static/images/theme/thumbnail/2x/danielkellyio-awake-template-2x.jpg index ddc047c05..3e8cff0ad 100644 Binary files a/static/images/theme/thumbnail/2x/danielkellyio-awake-template-2x.jpg and b/static/images/theme/thumbnail/2x/danielkellyio-awake-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/danielkvist-hugo-piercer-theme-2x.jpg b/static/images/theme/thumbnail/2x/danielkvist-hugo-piercer-theme-2x.jpg index a45f65367..dc613e236 100644 Binary files a/static/images/theme/thumbnail/2x/danielkvist-hugo-piercer-theme-2x.jpg and b/static/images/theme/thumbnail/2x/danielkvist-hugo-piercer-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/danielkvist-hugo-terrassa-theme-2x.jpg b/static/images/theme/thumbnail/2x/danielkvist-hugo-terrassa-theme-2x.jpg index 2a29272b4..34dee0e61 100644 Binary files a/static/images/theme/thumbnail/2x/danielkvist-hugo-terrassa-theme-2x.jpg and b/static/images/theme/thumbnail/2x/danielkvist-hugo-terrassa-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/danilowoz-gatsby-advanced-blog-system-2x.jpg b/static/images/theme/thumbnail/2x/danilowoz-gatsby-advanced-blog-system-2x.jpg index bc8755994..3fddbd118 100644 Binary files a/static/images/theme/thumbnail/2x/danilowoz-gatsby-advanced-blog-system-2x.jpg and b/static/images/theme/thumbnail/2x/danilowoz-gatsby-advanced-blog-system-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/danshai-gatsbyv2-scientific-blog-machine-learning-2x.jpg b/static/images/theme/thumbnail/2x/danshai-gatsbyv2-scientific-blog-machine-learning-2x.jpg index 2d64e5806..d0f593337 100644 Binary files a/static/images/theme/thumbnail/2x/danshai-gatsbyv2-scientific-blog-machine-learning-2x.jpg and b/static/images/theme/thumbnail/2x/danshai-gatsbyv2-scientific-blog-machine-learning-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/danurbanowicz-eleventy-netlify-boilerplate-2x.jpg b/static/images/theme/thumbnail/2x/danurbanowicz-eleventy-netlify-boilerplate-2x.jpg index dd0df4dec..4c20434cd 100644 Binary files a/static/images/theme/thumbnail/2x/danurbanowicz-eleventy-netlify-boilerplate-2x.jpg and b/static/images/theme/thumbnail/2x/danurbanowicz-eleventy-netlify-boilerplate-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/darshanbaral-aafu-2x.jpg b/static/images/theme/thumbnail/2x/darshanbaral-aafu-2x.jpg deleted file mode 100644 index 398a79e95..000000000 Binary files a/static/images/theme/thumbnail/2x/darshanbaral-aafu-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/darshanbaral-khata-2x.jpg b/static/images/theme/thumbnail/2x/darshanbaral-khata-2x.jpg deleted file mode 100644 index 9f683b247..000000000 Binary files a/static/images/theme/thumbnail/2x/darshanbaral-khata-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/darshanbaral-kitab-2x.jpg b/static/images/theme/thumbnail/2x/darshanbaral-kitab-2x.jpg deleted file mode 100644 index 3795895da..000000000 Binary files a/static/images/theme/thumbnail/2x/darshanbaral-kitab-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/darshanbaral-mero-2x.jpg b/static/images/theme/thumbnail/2x/darshanbaral-mero-2x.jpg deleted file mode 100644 index cd29b3277..000000000 Binary files a/static/images/theme/thumbnail/2x/darshanbaral-mero-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/darshanbaral-sada-2x.jpg b/static/images/theme/thumbnail/2x/darshanbaral-sada-2x.jpg deleted file mode 100644 index d0be6ddb7..000000000 Binary files a/static/images/theme/thumbnail/2x/darshanbaral-sada-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/dashdashzako-hugo-journal-2x.jpg b/static/images/theme/thumbnail/2x/dashdashzako-hugo-journal-2x.jpg index 49f886906..4a2974f71 100644 Binary files a/static/images/theme/thumbnail/2x/dashdashzako-hugo-journal-2x.jpg and b/static/images/theme/thumbnail/2x/dashdashzako-hugo-journal-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/dashdashzako-paperback-2x.jpg b/static/images/theme/thumbnail/2x/dashdashzako-paperback-2x.jpg deleted file mode 100644 index 53d4f5073..000000000 Binary files a/static/images/theme/thumbnail/2x/dashdashzako-paperback-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/dashingcode-front-cover-2x.jpg b/static/images/theme/thumbnail/2x/dashingcode-front-cover-2x.jpg index ec1a9025a..2cec20698 100644 Binary files a/static/images/theme/thumbnail/2x/dashingcode-front-cover-2x.jpg and b/static/images/theme/thumbnail/2x/dashingcode-front-cover-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/datocms-gatsby-portfolio-2x.jpg b/static/images/theme/thumbnail/2x/datocms-gatsby-portfolio-2x.jpg index 8583e2f9b..a458548dc 100644 Binary files a/static/images/theme/thumbnail/2x/datocms-gatsby-portfolio-2x.jpg and b/static/images/theme/thumbnail/2x/datocms-gatsby-portfolio-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/daviddarnes-alembic-2x.jpg b/static/images/theme/thumbnail/2x/daviddarnes-alembic-2x.jpg index bb2e2bfaa..ddd158223 100644 Binary files a/static/images/theme/thumbnail/2x/daviddarnes-alembic-2x.jpg and b/static/images/theme/thumbnail/2x/daviddarnes-alembic-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/daviddarnes-garth-2x.jpg b/static/images/theme/thumbnail/2x/daviddarnes-garth-2x.jpg index ab473ff5a..a2e189689 100644 Binary files a/static/images/theme/thumbnail/2x/daviddarnes-garth-2x.jpg and b/static/images/theme/thumbnail/2x/daviddarnes-garth-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/davidhampgonsalves-hugo-black-and-light-theme-2x.jpg b/static/images/theme/thumbnail/2x/davidhampgonsalves-hugo-black-and-light-theme-2x.jpg deleted file mode 100644 index 2b82d6a6a..000000000 Binary files a/static/images/theme/thumbnail/2x/davidhampgonsalves-hugo-black-and-light-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/davshoward-gatsby-starter-honey-2x.jpg b/static/images/theme/thumbnail/2x/davshoward-gatsby-starter-honey-2x.jpg index 92f7ca61f..7d5a2720c 100644 Binary files a/static/images/theme/thumbnail/2x/davshoward-gatsby-starter-honey-2x.jpg and b/static/images/theme/thumbnail/2x/davshoward-gatsby-starter-honey-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/dbtek-dbyll-2x.jpg b/static/images/theme/thumbnail/2x/dbtek-dbyll-2x.jpg index 6ee2138cf..773c10df3 100644 Binary files a/static/images/theme/thumbnail/2x/dbtek-dbyll-2x.jpg and b/static/images/theme/thumbnail/2x/dbtek-dbyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/dbtek-paper-2x.jpg b/static/images/theme/thumbnail/2x/dbtek-paper-2x.jpg index aa8e5ae9d..635ff0606 100644 Binary files a/static/images/theme/thumbnail/2x/dbtek-paper-2x.jpg and b/static/images/theme/thumbnail/2x/dbtek-paper-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ddbullfrog-resumecard-2x.jpg b/static/images/theme/thumbnail/2x/ddbullfrog-resumecard-2x.jpg index fdf9abe0c..6b041c3fd 100644 Binary files a/static/images/theme/thumbnail/2x/ddbullfrog-resumecard-2x.jpg and b/static/images/theme/thumbnail/2x/ddbullfrog-resumecard-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/de-souza-hugo-flex-2x.jpg b/static/images/theme/thumbnail/2x/de-souza-hugo-flex-2x.jpg index 475747cce..3125167a6 100644 Binary files a/static/images/theme/thumbnail/2x/de-souza-hugo-flex-2x.jpg and b/static/images/theme/thumbnail/2x/de-souza-hugo-flex-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/deamme-gatsby-starter-prismic-resume-2x.jpg b/static/images/theme/thumbnail/2x/deamme-gatsby-starter-prismic-resume-2x.jpg index 18682e4ce..7c7074bc1 100644 Binary files a/static/images/theme/thumbnail/2x/deamme-gatsby-starter-prismic-resume-2x.jpg and b/static/images/theme/thumbnail/2x/deamme-gatsby-starter-prismic-resume-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/deepidea-web-presentation-2x.jpg b/static/images/theme/thumbnail/2x/deepidea-web-presentation-2x.jpg index 3642623d7..a0f931009 100644 Binary files a/static/images/theme/thumbnail/2x/deepidea-web-presentation-2x.jpg and b/static/images/theme/thumbnail/2x/deepidea-web-presentation-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/denjones-hexo-theme-chan-2x.jpg b/static/images/theme/thumbnail/2x/denjones-hexo-theme-chan-2x.jpg index d7b20bc01..e38a12497 100644 Binary files a/static/images/theme/thumbnail/2x/denjones-hexo-theme-chan-2x.jpg and b/static/images/theme/thumbnail/2x/denjones-hexo-theme-chan-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/denningk-gatsby-starter-typescript-jest-2x.jpg b/static/images/theme/thumbnail/2x/denningk-gatsby-starter-typescript-jest-2x.jpg index cd1a924b4..27d72393b 100644 Binary files a/static/images/theme/thumbnail/2x/denningk-gatsby-starter-typescript-jest-2x.jpg and b/static/images/theme/thumbnail/2x/denningk-gatsby-starter-typescript-jest-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/devcows-hugo-universal-theme-2x.jpg b/static/images/theme/thumbnail/2x/devcows-hugo-universal-theme-2x.jpg deleted file mode 100644 index 8a33e62ea..000000000 Binary files a/static/images/theme/thumbnail/2x/devcows-hugo-universal-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/devlocker-breakfast-2x.jpg b/static/images/theme/thumbnail/2x/devlocker-breakfast-2x.jpg index 230056d19..22ec327b4 100644 Binary files a/static/images/theme/thumbnail/2x/devlocker-breakfast-2x.jpg and b/static/images/theme/thumbnail/2x/devlocker-breakfast-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/dfcommunity-hexo-web-nary-2x.jpg b/static/images/theme/thumbnail/2x/dfcommunity-hexo-web-nary-2x.jpg index 67b0be2b3..bf4d08169 100644 Binary files a/static/images/theme/thumbnail/2x/dfcommunity-hexo-web-nary-2x.jpg and b/static/images/theme/thumbnail/2x/dfcommunity-hexo-web-nary-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/dgraph-io-hugo-dgraph-theme-2x.jpg b/static/images/theme/thumbnail/2x/dgraph-io-hugo-dgraph-theme-2x.jpg index 19622f8fe..8f6e099bd 100644 Binary files a/static/images/theme/thumbnail/2x/dgraph-io-hugo-dgraph-theme-2x.jpg and b/static/images/theme/thumbnail/2x/dgraph-io-hugo-dgraph-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/dieghernan-chulapa-2x.jpg b/static/images/theme/thumbnail/2x/dieghernan-chulapa-2x.jpg new file mode 100644 index 000000000..19688d4eb Binary files /dev/null and b/static/images/theme/thumbnail/2x/dieghernan-chulapa-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/diezcami-arctic-fox-theme-2x.jpg b/static/images/theme/thumbnail/2x/diezcami-arctic-fox-theme-2x.jpg index a41e6e7e0..d361ee608 100644 Binary files a/static/images/theme/thumbnail/2x/diezcami-arctic-fox-theme-2x.jpg and b/static/images/theme/thumbnail/2x/diezcami-arctic-fox-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/diezcami-polar-bear-theme-2x.jpg b/static/images/theme/thumbnail/2x/diezcami-polar-bear-theme-2x.jpg deleted file mode 100644 index 90828b0ee..000000000 Binary files a/static/images/theme/thumbnail/2x/diezcami-polar-bear-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-artists-theme-2x.jpg b/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-artists-theme-2x.jpg deleted file mode 100644 index c47fcb9dc..000000000 Binary files a/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-artists-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-cactus-theme-2x.jpg b/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-cactus-theme-2x.jpg deleted file mode 100644 index c47fcb9dc..000000000 Binary files a/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-cactus-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-creative-theme-2x.jpg b/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-creative-theme-2x.jpg deleted file mode 100644 index c47fcb9dc..000000000 Binary files a/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-creative-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-freelancer-theme-2x.jpg b/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-freelancer-theme-2x.jpg deleted file mode 100644 index c47fcb9dc..000000000 Binary files a/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-freelancer-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-hikari-theme-2x.jpg b/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-hikari-theme-2x.jpg deleted file mode 100644 index c47fcb9dc..000000000 Binary files a/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-hikari-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-icarus-theme-2x.jpg b/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-icarus-theme-2x.jpg deleted file mode 100644 index c957764d1..000000000 Binary files a/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-icarus-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-type-theme-2x.jpg b/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-type-theme-2x.jpg deleted file mode 100644 index c47fcb9dc..000000000 Binary files a/static/images/theme/thumbnail/2x/digitalcraftsman-hugo-type-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/digitalmindch-gridster-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/digitalmindch-gridster-jekyll-theme-2x.jpg deleted file mode 100644 index c1616e5ad..000000000 Binary files a/static/images/theme/thumbnail/2x/digitalmindch-gridster-jekyll-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/dikiaap-mangan-2x.jpg b/static/images/theme/thumbnail/2x/dikiaap-mangan-2x.jpg index 94411b238..a39f46ba5 100644 Binary files a/static/images/theme/thumbnail/2x/dikiaap-mangan-2x.jpg and b/static/images/theme/thumbnail/2x/dikiaap-mangan-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/dirkfabisch-mediator-2x.jpg b/static/images/theme/thumbnail/2x/dirkfabisch-mediator-2x.jpg index b61dd4d6a..d06f08db7 100644 Binary files a/static/images/theme/thumbnail/2x/dirkfabisch-mediator-2x.jpg and b/static/images/theme/thumbnail/2x/dirkfabisch-mediator-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/dirtyf-hylia-forestry-2x.jpg b/static/images/theme/thumbnail/2x/dirtyf-hylia-forestry-2x.jpg index 23e15cd4e..39a635e34 100644 Binary files a/static/images/theme/thumbnail/2x/dirtyf-hylia-forestry-2x.jpg and b/static/images/theme/thumbnail/2x/dirtyf-hylia-forestry-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/diwao-hestia-pure-2x.jpg b/static/images/theme/thumbnail/2x/diwao-hestia-pure-2x.jpg deleted file mode 100644 index 3bdb951d8..000000000 Binary files a/static/images/theme/thumbnail/2x/diwao-hestia-pure-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/dldx-hpstr-hugo-theme-2x.jpg b/static/images/theme/thumbnail/2x/dldx-hpstr-hugo-theme-2x.jpg deleted file mode 100644 index 126fb2210..000000000 Binary files a/static/images/theme/thumbnail/2x/dldx-hpstr-hugo-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/dominicabela-gatsby-starter-material-ui-2x.jpg b/static/images/theme/thumbnail/2x/dominicabela-gatsby-starter-material-ui-2x.jpg index fd280fc88..2a317e1c7 100644 Binary files a/static/images/theme/thumbnail/2x/dominicabela-gatsby-starter-material-ui-2x.jpg and b/static/images/theme/thumbnail/2x/dominicabela-gatsby-starter-material-ui-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/dongchuan-yummy-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/dongchuan-yummy-jekyll-2x.jpg index 47118b389..4f89b3fcd 100644 Binary files a/static/images/theme/thumbnail/2x/dongchuan-yummy-jekyll-2x.jpg and b/static/images/theme/thumbnail/2x/dongchuan-yummy-jekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/dplesca-purehugo-2x.jpg b/static/images/theme/thumbnail/2x/dplesca-purehugo-2x.jpg index ede6ba297..0f2dd70cd 100644 Binary files a/static/images/theme/thumbnail/2x/dplesca-purehugo-2x.jpg and b/static/images/theme/thumbnail/2x/dplesca-purehugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/drassil-git-wiki-2x.jpg b/static/images/theme/thumbnail/2x/drassil-git-wiki-2x.jpg index 4eea844d7..56b95f83d 100644 Binary files a/static/images/theme/thumbnail/2x/drassil-git-wiki-2x.jpg and b/static/images/theme/thumbnail/2x/drassil-git-wiki-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/drvy-minimal-block-2x.jpg b/static/images/theme/thumbnail/2x/drvy-minimal-block-2x.jpg index cb3ed7ab2..2650f5c8e 100644 Binary files a/static/images/theme/thumbnail/2x/drvy-minimal-block-2x.jpg and b/static/images/theme/thumbnail/2x/drvy-minimal-block-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/dschau-gatsby-blog-starter-kit-2x.jpg b/static/images/theme/thumbnail/2x/dschau-gatsby-blog-starter-kit-2x.jpg index ddf5f93f9..26e2dcc27 100644 Binary files a/static/images/theme/thumbnail/2x/dschau-gatsby-blog-starter-kit-2x.jpg and b/static/images/theme/thumbnail/2x/dschau-gatsby-blog-starter-kit-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/durianstack-gatsby-tailwindcss-sass-starter-2x.jpg b/static/images/theme/thumbnail/2x/durianstack-gatsby-tailwindcss-sass-starter-2x.jpg index 45534af4c..7359705c7 100644 Binary files a/static/images/theme/thumbnail/2x/durianstack-gatsby-tailwindcss-sass-starter-2x.jpg and b/static/images/theme/thumbnail/2x/durianstack-gatsby-tailwindcss-sass-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/dwyfrequency-gatsby-ghub-2x.jpg b/static/images/theme/thumbnail/2x/dwyfrequency-gatsby-ghub-2x.jpg index ddba55331..87a9ee4b8 100644 Binary files a/static/images/theme/thumbnail/2x/dwyfrequency-gatsby-ghub-2x.jpg and b/static/images/theme/thumbnail/2x/dwyfrequency-gatsby-ghub-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/dyndna-lanyon-plus-2x.jpg b/static/images/theme/thumbnail/2x/dyndna-lanyon-plus-2x.jpg index 2b64f7d0f..d11922d47 100644 Binary files a/static/images/theme/thumbnail/2x/dyndna-lanyon-plus-2x.jpg and b/static/images/theme/thumbnail/2x/dyndna-lanyon-plus-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/dzello-reveal-hugo-2x.jpg b/static/images/theme/thumbnail/2x/dzello-reveal-hugo-2x.jpg index 1a2a1e50f..a06ad5464 100644 Binary files a/static/images/theme/thumbnail/2x/dzello-reveal-hugo-2x.jpg and b/static/images/theme/thumbnail/2x/dzello-reveal-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/edavidaja-docter-2x.jpg b/static/images/theme/thumbnail/2x/edavidaja-docter-2x.jpg index 8261f763c..a7a9f912c 100644 Binary files a/static/images/theme/thumbnail/2x/edavidaja-docter-2x.jpg and b/static/images/theme/thumbnail/2x/edavidaja-docter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/eddiewebb-hugo-resume-2x.jpg b/static/images/theme/thumbnail/2x/eddiewebb-hugo-resume-2x.jpg deleted file mode 100644 index 732aa08bb..000000000 Binary files a/static/images/theme/thumbnail/2x/eddiewebb-hugo-resume-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/eliasson-liquorice-2x.jpg b/static/images/theme/thumbnail/2x/eliasson-liquorice-2x.jpg deleted file mode 100644 index a3af2f5a3..000000000 Binary files a/static/images/theme/thumbnail/2x/eliasson-liquorice-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/eliottvincent-bay-2x.jpg b/static/images/theme/thumbnail/2x/eliottvincent-bay-2x.jpg index ffc5d138a..2bac17c53 100644 Binary files a/static/images/theme/thumbnail/2x/eliottvincent-bay-2x.jpg and b/static/images/theme/thumbnail/2x/eliottvincent-bay-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ellekasai-resumecards-2x.jpg b/static/images/theme/thumbnail/2x/ellekasai-resumecards-2x.jpg index 951cd6f13..2497d620a 100644 Binary files a/static/images/theme/thumbnail/2x/ellekasai-resumecards-2x.jpg and b/static/images/theme/thumbnail/2x/ellekasai-resumecards-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ellekasai-shiori-2x.jpg b/static/images/theme/thumbnail/2x/ellekasai-shiori-2x.jpg index 8cc141f6c..244ba9eef 100644 Binary files a/static/images/theme/thumbnail/2x/ellekasai-shiori-2x.jpg and b/static/images/theme/thumbnail/2x/ellekasai-shiori-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/email2vimalraj-gatsby-starter-tech-blog-2x.jpg b/static/images/theme/thumbnail/2x/email2vimalraj-gatsby-starter-tech-blog-2x.jpg index d17bb2046..bbf8b2221 100644 Binary files a/static/images/theme/thumbnail/2x/email2vimalraj-gatsby-starter-tech-blog-2x.jpg and b/static/images/theme/thumbnail/2x/email2vimalraj-gatsby-starter-tech-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/emasuriano-gatsby-starter-event-calendar-2x.jpg b/static/images/theme/thumbnail/2x/emasuriano-gatsby-starter-event-calendar-2x.jpg index e8afe4044..3ce94e70c 100644 Binary files a/static/images/theme/thumbnail/2x/emasuriano-gatsby-starter-event-calendar-2x.jpg and b/static/images/theme/thumbnail/2x/emasuriano-gatsby-starter-event-calendar-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/emasuriano-gatsby-starter-mate-2x.jpg b/static/images/theme/thumbnail/2x/emasuriano-gatsby-starter-mate-2x.jpg index 832d015b2..2001b96bf 100644 Binary files a/static/images/theme/thumbnail/2x/emasuriano-gatsby-starter-mate-2x.jpg and b/static/images/theme/thumbnail/2x/emasuriano-gatsby-starter-mate-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/emielh-hallo-hugo-2x.jpg b/static/images/theme/thumbnail/2x/emielh-hallo-hugo-2x.jpg deleted file mode 100644 index bc03b636b..000000000 Binary files a/static/images/theme/thumbnail/2x/emielh-hallo-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/emielh-stip-hugo-2x.jpg b/static/images/theme/thumbnail/2x/emielh-stip-hugo-2x.jpg deleted file mode 100644 index 2f8b73708..000000000 Binary files a/static/images/theme/thumbnail/2x/emielh-stip-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/emielh-tale-hugo-2x.jpg b/static/images/theme/thumbnail/2x/emielh-tale-hugo-2x.jpg deleted file mode 100644 index 073a9635c..000000000 Binary files a/static/images/theme/thumbnail/2x/emielh-tale-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/emilbaehr-automatic-app-landing-page-2x.jpg b/static/images/theme/thumbnail/2x/emilbaehr-automatic-app-landing-page-2x.jpg index d8b11b9fe..0b9ae8694 100644 Binary files a/static/images/theme/thumbnail/2x/emilbaehr-automatic-app-landing-page-2x.jpg and b/static/images/theme/thumbnail/2x/emilbaehr-automatic-app-landing-page-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/endymion1818-gatsby-starter-carraway-2x.jpg b/static/images/theme/thumbnail/2x/endymion1818-gatsby-starter-carraway-2x.jpg index cf15d5f17..2068f27cd 100644 Binary files a/static/images/theme/thumbnail/2x/endymion1818-gatsby-starter-carraway-2x.jpg and b/static/images/theme/thumbnail/2x/endymion1818-gatsby-starter-carraway-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/epilocal-newsliner-gatsby-2x.jpg b/static/images/theme/thumbnail/2x/epilocal-newsliner-gatsby-2x.jpg index fec4b6d96..c6b336e2d 100644 Binary files a/static/images/theme/thumbnail/2x/epilocal-newsliner-gatsby-2x.jpg and b/static/images/theme/thumbnail/2x/epilocal-newsliner-gatsby-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/erayaydin-jekyll-bulma-2x.jpg b/static/images/theme/thumbnail/2x/erayaydin-jekyll-bulma-2x.jpg index 498d39c9d..a26fc329b 100644 Binary files a/static/images/theme/thumbnail/2x/erayaydin-jekyll-bulma-2x.jpg and b/static/images/theme/thumbnail/2x/erayaydin-jekyll-bulma-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/esappear-hexo-theme-clover-2x.jpg b/static/images/theme/thumbnail/2x/esappear-hexo-theme-clover-2x.jpg deleted file mode 100644 index 80dd77b89..000000000 Binary files a/static/images/theme/thumbnail/2x/esappear-hexo-theme-clover-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/escapemanuele-gatsby-contentful-blog-portfolio-2x.jpg b/static/images/theme/thumbnail/2x/escapemanuele-gatsby-contentful-blog-portfolio-2x.jpg index 8d8704265..cd501b9b8 100644 Binary files a/static/images/theme/thumbnail/2x/escapemanuele-gatsby-contentful-blog-portfolio-2x.jpg and b/static/images/theme/thumbnail/2x/escapemanuele-gatsby-contentful-blog-portfolio-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/eshlox-simplicity-2x.jpg b/static/images/theme/thumbnail/2x/eshlox-simplicity-2x.jpg deleted file mode 100644 index 83f98611a..000000000 Binary files a/static/images/theme/thumbnail/2x/eshlox-simplicity-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/excentris-compass-2x.jpg b/static/images/theme/thumbnail/2x/excentris-compass-2x.jpg index bb9e10bf1..87b409f0d 100644 Binary files a/static/images/theme/thumbnail/2x/excentris-compass-2x.jpg and b/static/images/theme/thumbnail/2x/excentris-compass-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/exchangerate-api-rlstevenson-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/exchangerate-api-rlstevenson-jekyll-theme-2x.jpg index 3c69053e1..5d0c23434 100644 Binary files a/static/images/theme/thumbnail/2x/exchangerate-api-rlstevenson-jekyll-theme-2x.jpg and b/static/images/theme/thumbnail/2x/exchangerate-api-rlstevenson-jekyll-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/exchangerate-api-strange-case-2x.jpg b/static/images/theme/thumbnail/2x/exchangerate-api-strange-case-2x.jpg deleted file mode 100644 index a5999c56e..000000000 Binary files a/static/images/theme/thumbnail/2x/exchangerate-api-strange-case-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ezrasavard-ezora-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/ezrasavard-ezora-jekyll-theme-2x.jpg index 62dc561c1..d0178cb65 100644 Binary files a/static/images/theme/thumbnail/2x/ezrasavard-ezora-jekyll-theme-2x.jpg and b/static/images/theme/thumbnail/2x/ezrasavard-ezora-jekyll-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/fabe-gatsby-starter-deck-2x.jpg b/static/images/theme/thumbnail/2x/fabe-gatsby-starter-deck-2x.jpg index 63439fc86..c0e4dd2bb 100644 Binary files a/static/images/theme/thumbnail/2x/fabe-gatsby-starter-deck-2x.jpg and b/static/images/theme/thumbnail/2x/fabe-gatsby-starter-deck-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/fabe-gatsby-universal-2x.jpg b/static/images/theme/thumbnail/2x/fabe-gatsby-universal-2x.jpg index 854223a32..ac17026d6 100644 Binary files a/static/images/theme/thumbnail/2x/fabe-gatsby-universal-2x.jpg and b/static/images/theme/thumbnail/2x/fabe-gatsby-universal-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/fabien0102-gatsby-starter-2x.jpg b/static/images/theme/thumbnail/2x/fabien0102-gatsby-starter-2x.jpg index cf163817b..cf8c786f7 100644 Binary files a/static/images/theme/thumbnail/2x/fabien0102-gatsby-starter-2x.jpg and b/static/images/theme/thumbnail/2x/fabien0102-gatsby-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/fareez-ahamed-millikyl-2x.jpg b/static/images/theme/thumbnail/2x/fareez-ahamed-millikyl-2x.jpg index 27867d5bf..c5cd75195 100644 Binary files a/static/images/theme/thumbnail/2x/fareez-ahamed-millikyl-2x.jpg and b/static/images/theme/thumbnail/2x/fareez-ahamed-millikyl-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/fastbyte01-keepit-2x.jpg b/static/images/theme/thumbnail/2x/fastbyte01-keepit-2x.jpg index 7d122178c..b47a8b47d 100644 Binary files a/static/images/theme/thumbnail/2x/fastbyte01-keepit-2x.jpg and b/static/images/theme/thumbnail/2x/fastbyte01-keepit-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/felicianotech-hugo-theme-lean-launch-page-2x.jpg b/static/images/theme/thumbnail/2x/felicianotech-hugo-theme-lean-launch-page-2x.jpg deleted file mode 100644 index 369f20f77..000000000 Binary files a/static/images/theme/thumbnail/2x/felicianotech-hugo-theme-lean-launch-page-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ferrolho-jekyll-theme-libretto-2x.jpg b/static/images/theme/thumbnail/2x/ferrolho-jekyll-theme-libretto-2x.jpg index 39dcbd618..2b18de1f1 100644 Binary files a/static/images/theme/thumbnail/2x/ferrolho-jekyll-theme-libretto-2x.jpg and b/static/images/theme/thumbnail/2x/ferrolho-jekyll-theme-libretto-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/fhavrlent-gatsby-contentful-typescript-starter-2x.jpg b/static/images/theme/thumbnail/2x/fhavrlent-gatsby-contentful-typescript-starter-2x.jpg deleted file mode 100644 index 434310d46..000000000 Binary files a/static/images/theme/thumbnail/2x/fhavrlent-gatsby-contentful-typescript-starter-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/fiatjaf-classless-hugo-2x.jpg b/static/images/theme/thumbnail/2x/fiatjaf-classless-hugo-2x.jpg deleted file mode 100644 index ea7fa5274..000000000 Binary files a/static/images/theme/thumbnail/2x/fiatjaf-classless-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-blog-1-2x.jpg b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-blog-1-2x.jpg new file mode 100644 index 000000000..1c356cc6e Binary files /dev/null and b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-blog-1-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-blog-2-2x.jpg b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-blog-2-2x.jpg new file mode 100644 index 000000000..ebab3c631 Binary files /dev/null and b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-blog-2-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-event-1-2x.jpg b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-event-1-2x.jpg new file mode 100644 index 000000000..4c2e0d561 Binary files /dev/null and b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-event-1-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-event-2-2x.jpg b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-event-2-2x.jpg new file mode 100644 index 000000000..b5d24eab8 Binary files /dev/null and b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-event-2-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-portfolio-1-2x.jpg b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-portfolio-1-2x.jpg new file mode 100644 index 000000000..7f29f3097 Binary files /dev/null and b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-portfolio-1-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-portfolio-2-2x.jpg b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-portfolio-2-2x.jpg new file mode 100644 index 000000000..fe63c6ecc Binary files /dev/null and b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-portfolio-2-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-recipe-1-2x.jpg b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-recipe-1-2x.jpg new file mode 100644 index 000000000..2b9b2b1bc Binary files /dev/null and b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-recipe-1-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-recipe-2-2x.jpg b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-recipe-2-2x.jpg new file mode 100644 index 000000000..f81a83772 Binary files /dev/null and b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-recipe-2-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-shop-1-2x.jpg b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-shop-1-2x.jpg new file mode 100644 index 000000000..9ce12994c Binary files /dev/null and b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-shop-1-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-shop-2-2x.jpg b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-shop-2-2x.jpg new file mode 100644 index 000000000..a41784c5e Binary files /dev/null and b/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-shop-2-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/fncnt-vncnt-hugo-2x.jpg b/static/images/theme/thumbnail/2x/fncnt-vncnt-hugo-2x.jpg deleted file mode 100644 index 39aec9e5b..000000000 Binary files a/static/images/theme/thumbnail/2x/fncnt-vncnt-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/fongandrew-hydeout-2x.jpg b/static/images/theme/thumbnail/2x/fongandrew-hydeout-2x.jpg index fe320dc68..36b8d02c1 100644 Binary files a/static/images/theme/thumbnail/2x/fongandrew-hydeout-2x.jpg and b/static/images/theme/thumbnail/2x/fongandrew-hydeout-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/forestryio-ubuild-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/forestryio-ubuild-jekyll-2x.jpg index fe8944dbb..18c052e5f 100644 Binary files a/static/images/theme/thumbnail/2x/forestryio-ubuild-jekyll-2x.jpg and b/static/images/theme/thumbnail/2x/forestryio-ubuild-jekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/forever-jekyll-forever-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/forever-jekyll-forever-jekyll-2x.jpg new file mode 100644 index 000000000..9d8217485 Binary files /dev/null and b/static/images/theme/thumbnail/2x/forever-jekyll-forever-jekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/formspree-blogophonic-hugo-2x.jpg b/static/images/theme/thumbnail/2x/formspree-blogophonic-hugo-2x.jpg index b860f7ae1..c398fa84c 100644 Binary files a/static/images/theme/thumbnail/2x/formspree-blogophonic-hugo-2x.jpg and b/static/images/theme/thumbnail/2x/formspree-blogophonic-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/foxandgeese-tiny-agency-2x.jpg b/static/images/theme/thumbnail/2x/foxandgeese-tiny-agency-2x.jpg index a66fad548..2263542c4 100644 Binary files a/static/images/theme/thumbnail/2x/foxandgeese-tiny-agency-2x.jpg and b/static/images/theme/thumbnail/2x/foxandgeese-tiny-agency-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/frankievalentine-gatsby-craftcms-barebones-2x.jpg b/static/images/theme/thumbnail/2x/frankievalentine-gatsby-craftcms-barebones-2x.jpg index 0f6a8933a..3c4ba8bed 100644 Binary files a/static/images/theme/thumbnail/2x/frankievalentine-gatsby-craftcms-barebones-2x.jpg and b/static/images/theme/thumbnail/2x/frankievalentine-gatsby-craftcms-barebones-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/friedger-gatsby-starter-blockstack-2x.jpg b/static/images/theme/thumbnail/2x/friedger-gatsby-starter-blockstack-2x.jpg index 9e2f9631a..49615cc80 100644 Binary files a/static/images/theme/thumbnail/2x/friedger-gatsby-starter-blockstack-2x.jpg and b/static/images/theme/thumbnail/2x/friedger-gatsby-starter-blockstack-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/friendlyuser-vuepress-theme-cool-starter-2x.jpg b/static/images/theme/thumbnail/2x/friendlyuser-vuepress-theme-cool-starter-2x.jpg index d2f1a7906..a5da35bab 100644 Binary files a/static/images/theme/thumbnail/2x/friendlyuser-vuepress-theme-cool-starter-2x.jpg and b/static/images/theme/thumbnail/2x/friendlyuser-vuepress-theme-cool-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/frjo-hugo-theme-zen-2x.jpg b/static/images/theme/thumbnail/2x/frjo-hugo-theme-zen-2x.jpg deleted file mode 100644 index b828613c3..000000000 Binary files a/static/images/theme/thumbnail/2x/frjo-hugo-theme-zen-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/frnki-gatsby-typescript-starter-blog-2x.jpg b/static/images/theme/thumbnail/2x/frnki-gatsby-typescript-starter-blog-2x.jpg index 983eae0f0..2e7a52958 100644 Binary files a/static/images/theme/thumbnail/2x/frnki-gatsby-typescript-starter-blog-2x.jpg and b/static/images/theme/thumbnail/2x/frnki-gatsby-typescript-starter-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/fromendworld-loffer-2x.jpg b/static/images/theme/thumbnail/2x/fromendworld-loffer-2x.jpg index ce123a68a..86862c45e 100644 Binary files a/static/images/theme/thumbnail/2x/fromendworld-loffer-2x.jpg and b/static/images/theme/thumbnail/2x/fromendworld-loffer-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/fullit-fullit.github.io-2x.jpg b/static/images/theme/thumbnail/2x/fullit-fullit.github.io-2x.jpg index 53918c110..418c94b8b 100644 Binary files a/static/images/theme/thumbnail/2x/fullit-fullit.github.io-2x.jpg and b/static/images/theme/thumbnail/2x/fullit-fullit.github.io-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/funkydan2-alpha-church-2x.jpg b/static/images/theme/thumbnail/2x/funkydan2-alpha-church-2x.jpg deleted file mode 100644 index a44543ca3..000000000 Binary files a/static/images/theme/thumbnail/2x/funkydan2-alpha-church-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/g1eny0ung-hugo-theme-dream-2x.jpg b/static/images/theme/thumbnail/2x/g1eny0ung-hugo-theme-dream-2x.jpg deleted file mode 100644 index df40f7377..000000000 Binary files a/static/images/theme/thumbnail/2x/g1eny0ung-hugo-theme-dream-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/gallenhu-hexo-theme-daily-2x.jpg b/static/images/theme/thumbnail/2x/gallenhu-hexo-theme-daily-2x.jpg index 7464c974e..89b6ac45e 100644 Binary files a/static/images/theme/thumbnail/2x/gallenhu-hexo-theme-daily-2x.jpg and b/static/images/theme/thumbnail/2x/gallenhu-hexo-theme-daily-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ganevru-gatsby-starter-blog-grommet-2x.jpg b/static/images/theme/thumbnail/2x/ganevru-gatsby-starter-blog-grommet-2x.jpg index 5033107bf..2be05fad2 100644 Binary files a/static/images/theme/thumbnail/2x/ganevru-gatsby-starter-blog-grommet-2x.jpg and b/static/images/theme/thumbnail/2x/ganevru-gatsby-starter-blog-grommet-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gaohaoyang-gaohaoyang.github.io-2x.jpg b/static/images/theme/thumbnail/2x/gaohaoyang-gaohaoyang.github.io-2x.jpg index 3cd3019a0..53a39176e 100644 Binary files a/static/images/theme/thumbnail/2x/gaohaoyang-gaohaoyang.github.io-2x.jpg and b/static/images/theme/thumbnail/2x/gaohaoyang-gaohaoyang.github.io-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/garvincasimir-hugo-h5bp-simple-2x.jpg b/static/images/theme/thumbnail/2x/garvincasimir-hugo-h5bp-simple-2x.jpg deleted file mode 100644 index 5b173fadf..000000000 Binary files a/static/images/theme/thumbnail/2x/garvincasimir-hugo-h5bp-simple-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/gatsbycentral-gatsby-starter-wordpress-2x.jpg b/static/images/theme/thumbnail/2x/gatsbycentral-gatsby-starter-wordpress-2x.jpg index 6a7cf458b..978e8f698 100644 Binary files a/static/images/theme/thumbnail/2x/gatsbycentral-gatsby-starter-wordpress-2x.jpg and b/static/images/theme/thumbnail/2x/gatsbycentral-gatsby-starter-wordpress-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gatsbycentral-gatsby-v2-starter-casper-2x.jpg b/static/images/theme/thumbnail/2x/gatsbycentral-gatsby-v2-starter-casper-2x.jpg index e22c28ffd..23f2d476d 100644 Binary files a/static/images/theme/thumbnail/2x/gatsbycentral-gatsby-v2-starter-casper-2x.jpg and b/static/images/theme/thumbnail/2x/gatsbycentral-gatsby-v2-starter-casper-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gatsbyjs-gatsby-starter-blog-2x.jpg b/static/images/theme/thumbnail/2x/gatsbyjs-gatsby-starter-blog-2x.jpg index 8ad7ae266..c1c590e47 100644 Binary files a/static/images/theme/thumbnail/2x/gatsbyjs-gatsby-starter-blog-2x.jpg and b/static/images/theme/thumbnail/2x/gatsbyjs-gatsby-starter-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gatsbyjs-gatsby-starter-default-2x.jpg b/static/images/theme/thumbnail/2x/gatsbyjs-gatsby-starter-default-2x.jpg index 25d44471e..76ccc5721 100644 Binary files a/static/images/theme/thumbnail/2x/gatsbyjs-gatsby-starter-default-2x.jpg and b/static/images/theme/thumbnail/2x/gatsbyjs-gatsby-starter-default-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gchauras-much-worse-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/gchauras-much-worse-jekyll-theme-2x.jpg deleted file mode 100644 index 90828b0ee..000000000 Binary files a/static/images/theme/thumbnail/2x/gchauras-much-worse-jekyll-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/gcushen-hugo-academic-2x.jpg b/static/images/theme/thumbnail/2x/gcushen-hugo-academic-2x.jpg index 9f15924f7..20c2f3d4e 100644 Binary files a/static/images/theme/thumbnail/2x/gcushen-hugo-academic-2x.jpg and b/static/images/theme/thumbnail/2x/gcushen-hugo-academic-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gdg-managua-jekyll-mdl-2x.jpg b/static/images/theme/thumbnail/2x/gdg-managua-jekyll-mdl-2x.jpg deleted file mode 100644 index 4a51eb229..000000000 Binary files a/static/images/theme/thumbnail/2x/gdg-managua-jekyll-mdl-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/gdgtoulouse-devfest-theme-hugo-2x.jpg b/static/images/theme/thumbnail/2x/gdgtoulouse-devfest-theme-hugo-2x.jpg index 600f1392a..17fbf38f5 100644 Binary files a/static/images/theme/thumbnail/2x/gdgtoulouse-devfest-theme-hugo-2x.jpg and b/static/images/theme/thumbnail/2x/gdgtoulouse-devfest-theme-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/geocine-gatsby-starter-devto-2x.jpg b/static/images/theme/thumbnail/2x/geocine-gatsby-starter-devto-2x.jpg index 22de02769..87bb96e15 100644 Binary files a/static/images/theme/thumbnail/2x/geocine-gatsby-starter-devto-2x.jpg and b/static/images/theme/thumbnail/2x/geocine-gatsby-starter-devto-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/geocine-gatsby-starter-organization-2x.jpg b/static/images/theme/thumbnail/2x/geocine-gatsby-starter-organization-2x.jpg index 9e4b6a835..dc0db18b7 100644 Binary files a/static/images/theme/thumbnail/2x/geocine-gatsby-starter-organization-2x.jpg and b/static/images/theme/thumbnail/2x/geocine-gatsby-starter-organization-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/geschke-hugo-tikva-2x.jpg b/static/images/theme/thumbnail/2x/geschke-hugo-tikva-2x.jpg deleted file mode 100644 index e273b47ed..000000000 Binary files a/static/images/theme/thumbnail/2x/geschke-hugo-tikva-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/gesquive-slate-2x.jpg b/static/images/theme/thumbnail/2x/gesquive-slate-2x.jpg index 96f5ff5f3..d6b13f864 100644 Binary files a/static/images/theme/thumbnail/2x/gesquive-slate-2x.jpg and b/static/images/theme/thumbnail/2x/gesquive-slate-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gethugothemes-andromeda-light-2x.jpg b/static/images/theme/thumbnail/2x/gethugothemes-andromeda-light-2x.jpg new file mode 100644 index 000000000..47b9f984a Binary files /dev/null and b/static/images/theme/thumbnail/2x/gethugothemes-andromeda-light-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gethugothemes-apollo-hugo-2x.jpg b/static/images/theme/thumbnail/2x/gethugothemes-apollo-hugo-2x.jpg new file mode 100644 index 000000000..cf352f662 Binary files /dev/null and b/static/images/theme/thumbnail/2x/gethugothemes-apollo-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gethugothemes-bookworm-light-2x.jpg b/static/images/theme/thumbnail/2x/gethugothemes-bookworm-light-2x.jpg new file mode 100644 index 000000000..1c3a39c7f Binary files /dev/null and b/static/images/theme/thumbnail/2x/gethugothemes-bookworm-light-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gethugothemes-geeky-hugo-2x.jpg b/static/images/theme/thumbnail/2x/gethugothemes-geeky-hugo-2x.jpg new file mode 100644 index 000000000..c4d832a4a Binary files /dev/null and b/static/images/theme/thumbnail/2x/gethugothemes-geeky-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gethugothemes-influencer-hugo-2x.jpg b/static/images/theme/thumbnail/2x/gethugothemes-influencer-hugo-2x.jpg new file mode 100644 index 000000000..e40e45e12 Binary files /dev/null and b/static/images/theme/thumbnail/2x/gethugothemes-influencer-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gethugothemes-liva-hugo-2x.jpg b/static/images/theme/thumbnail/2x/gethugothemes-liva-hugo-2x.jpg new file mode 100644 index 000000000..ca3bed1c3 Binary files /dev/null and b/static/images/theme/thumbnail/2x/gethugothemes-liva-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gethugothemes-navigator-hugo-2x.jpg b/static/images/theme/thumbnail/2x/gethugothemes-navigator-hugo-2x.jpg new file mode 100644 index 000000000..460099d21 Binary files /dev/null and b/static/images/theme/thumbnail/2x/gethugothemes-navigator-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gethugothemes-northendlab-light-2x.jpg b/static/images/theme/thumbnail/2x/gethugothemes-northendlab-light-2x.jpg new file mode 100644 index 000000000..1d6c9dce8 Binary files /dev/null and b/static/images/theme/thumbnail/2x/gethugothemes-northendlab-light-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gethugothemes-omega-hugo-2x.jpg b/static/images/theme/thumbnail/2x/gethugothemes-omega-hugo-2x.jpg new file mode 100644 index 000000000..dddb8231d Binary files /dev/null and b/static/images/theme/thumbnail/2x/gethugothemes-omega-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gethugothemes-persian-hugo-2x.jpg b/static/images/theme/thumbnail/2x/gethugothemes-persian-hugo-2x.jpg new file mode 100644 index 000000000..f9b2ca9ea Binary files /dev/null and b/static/images/theme/thumbnail/2x/gethugothemes-persian-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gethugothemes-restaurant-hugo-2x.jpg b/static/images/theme/thumbnail/2x/gethugothemes-restaurant-hugo-2x.jpg new file mode 100644 index 000000000..7532ebac9 Binary files /dev/null and b/static/images/theme/thumbnail/2x/gethugothemes-restaurant-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gethugothemes-techfeed-hugo-2x.jpg b/static/images/theme/thumbnail/2x/gethugothemes-techfeed-hugo-2x.jpg new file mode 100644 index 000000000..7f675d674 Binary files /dev/null and b/static/images/theme/thumbnail/2x/gethugothemes-techfeed-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gethugothemes-touchy-hugo-2x.jpg b/static/images/theme/thumbnail/2x/gethugothemes-touchy-hugo-2x.jpg new file mode 100644 index 000000000..340c62f6a Binary files /dev/null and b/static/images/theme/thumbnail/2x/gethugothemes-touchy-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gherciu-gatsby-all-in-2x.jpg b/static/images/theme/thumbnail/2x/gherciu-gatsby-all-in-2x.jpg index 1cb857211..a9a078182 100644 Binary files a/static/images/theme/thumbnail/2x/gherciu-gatsby-all-in-2x.jpg and b/static/images/theme/thumbnail/2x/gherciu-gatsby-all-in-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gildasio-clyell-2x.jpg b/static/images/theme/thumbnail/2x/gildasio-clyell-2x.jpg index 46e48f441..90d693898 100644 Binary files a/static/images/theme/thumbnail/2x/gildasio-clyell-2x.jpg and b/static/images/theme/thumbnail/2x/gildasio-clyell-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gillkyle-gatsby-starter-landing-page-2x.jpg b/static/images/theme/thumbnail/2x/gillkyle-gatsby-starter-landing-page-2x.jpg index 4f0d4d201..a4c9b7ff7 100644 Binary files a/static/images/theme/thumbnail/2x/gillkyle-gatsby-starter-landing-page-2x.jpg and b/static/images/theme/thumbnail/2x/gillkyle-gatsby-starter-landing-page-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gilsondev-pelican-clean-blog-2x.jpg b/static/images/theme/thumbnail/2x/gilsondev-pelican-clean-blog-2x.jpg index a14fba8d1..2eb9dfe63 100644 Binary files a/static/images/theme/thumbnail/2x/gilsondev-pelican-clean-blog-2x.jpg and b/static/images/theme/thumbnail/2x/gilsondev-pelican-clean-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gizak-nofancy-2x.jpg b/static/images/theme/thumbnail/2x/gizak-nofancy-2x.jpg deleted file mode 100644 index b838e9ff4..000000000 Binary files a/static/images/theme/thumbnail/2x/gizak-nofancy-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/gjuniioor-darcli-2x.jpg b/static/images/theme/thumbnail/2x/gjuniioor-darcli-2x.jpg deleted file mode 100644 index 90828b0ee..000000000 Binary files a/static/images/theme/thumbnail/2x/gjuniioor-darcli-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/gkmngrgn-hugo-alageek-theme-2x.jpg b/static/images/theme/thumbnail/2x/gkmngrgn-hugo-alageek-theme-2x.jpg index 3e5855514..345066d7e 100644 Binary files a/static/images/theme/thumbnail/2x/gkmngrgn-hugo-alageek-theme-2x.jpg and b/static/images/theme/thumbnail/2x/gkmngrgn-hugo-alageek-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gmlunesa-gatsby-starter-personal-portfolio-2x.jpg b/static/images/theme/thumbnail/2x/gmlunesa-gatsby-starter-personal-portfolio-2x.jpg index c8da91120..17184321c 100644 Binary files a/static/images/theme/thumbnail/2x/gmlunesa-gatsby-starter-personal-portfolio-2x.jpg and b/static/images/theme/thumbnail/2x/gmlunesa-gatsby-starter-personal-portfolio-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gomah-bluise-2x.jpg b/static/images/theme/thumbnail/2x/gomah-bluise-2x.jpg index fe96e633d..c0e92f102 100644 Binary files a/static/images/theme/thumbnail/2x/gomah-bluise-2x.jpg and b/static/images/theme/thumbnail/2x/gomah-bluise-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gonapps-org-hugo-apps-theme-2x.jpg b/static/images/theme/thumbnail/2x/gonapps-org-hugo-apps-theme-2x.jpg deleted file mode 100644 index e2db505f2..000000000 Binary files a/static/images/theme/thumbnail/2x/gonapps-org-hugo-apps-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/goodroot-hugo-classic-2x.jpg b/static/images/theme/thumbnail/2x/goodroot-hugo-classic-2x.jpg index bdfb58faa..98b7437ea 100644 Binary files a/static/images/theme/thumbnail/2x/goodroot-hugo-classic-2x.jpg and b/static/images/theme/thumbnail/2x/goodroot-hugo-classic-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/graphcms-gatsby-graphcms-tailwindcss-example-2x.jpg b/static/images/theme/thumbnail/2x/graphcms-gatsby-graphcms-tailwindcss-example-2x.jpg index 5f71f5ed3..651fead56 100644 Binary files a/static/images/theme/thumbnail/2x/graphcms-gatsby-graphcms-tailwindcss-example-2x.jpg and b/static/images/theme/thumbnail/2x/graphcms-gatsby-graphcms-tailwindcss-example-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/graphcms-gatsby-starter-graphcms-blog-2x.jpg b/static/images/theme/thumbnail/2x/graphcms-gatsby-starter-graphcms-blog-2x.jpg new file mode 100644 index 000000000..b421e80e6 Binary files /dev/null and b/static/images/theme/thumbnail/2x/graphcms-gatsby-starter-graphcms-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/graphcms-graphcms-commerce-starter-2x.jpg b/static/images/theme/thumbnail/2x/graphcms-graphcms-commerce-starter-2x.jpg new file mode 100644 index 000000000..d41c5df35 Binary files /dev/null and b/static/images/theme/thumbnail/2x/graphcms-graphcms-commerce-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/graphcms-reference-marketing-website-2x.jpg b/static/images/theme/thumbnail/2x/graphcms-reference-marketing-website-2x.jpg new file mode 100644 index 000000000..844c127eb Binary files /dev/null and b/static/images/theme/thumbnail/2x/graphcms-reference-marketing-website-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog-2x.jpg b/static/images/theme/thumbnail/2x/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog-2x.jpg index b50dae081..2c1392116 100644 Binary files a/static/images/theme/thumbnail/2x/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog-2x.jpg and b/static/images/theme/thumbnail/2x/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/greglobinski-gatsby-starter-hero-blog-2x.jpg b/static/images/theme/thumbnail/2x/greglobinski-gatsby-starter-hero-blog-2x.jpg index 55f2e7ff2..76a8d8f7e 100644 Binary files a/static/images/theme/thumbnail/2x/greglobinski-gatsby-starter-hero-blog-2x.jpg and b/static/images/theme/thumbnail/2x/greglobinski-gatsby-starter-hero-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gridsome-gridsome-starter-blog-2x.jpg b/static/images/theme/thumbnail/2x/gridsome-gridsome-starter-blog-2x.jpg index 06c406de5..fcd9031f2 100644 Binary files a/static/images/theme/thumbnail/2x/gridsome-gridsome-starter-blog-2x.jpg and b/static/images/theme/thumbnail/2x/gridsome-gridsome-starter-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gristlabs-mkdocs-windmill-2x.jpg b/static/images/theme/thumbnail/2x/gristlabs-mkdocs-windmill-2x.jpg index da5bdccd0..d32154c9d 100644 Binary files a/static/images/theme/thumbnail/2x/gristlabs-mkdocs-windmill-2x.jpg and b/static/images/theme/thumbnail/2x/gristlabs-mkdocs-windmill-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/grrinchas-aliquam-2x.jpg b/static/images/theme/thumbnail/2x/grrinchas-aliquam-2x.jpg index 76090d2cb..e7c0b21df 100644 Binary files a/static/images/theme/thumbnail/2x/grrinchas-aliquam-2x.jpg and b/static/images/theme/thumbnail/2x/grrinchas-aliquam-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/guangmean-niello-2x.jpg b/static/images/theme/thumbnail/2x/guangmean-niello-2x.jpg deleted file mode 100644 index 1cc43a520..000000000 Binary files a/static/images/theme/thumbnail/2x/guangmean-niello-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/gundamew-hugo-bingo-2x.jpg b/static/images/theme/thumbnail/2x/gundamew-hugo-bingo-2x.jpg deleted file mode 100644 index cb1522b18..000000000 Binary files a/static/images/theme/thumbnail/2x/gundamew-hugo-bingo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/guovz-pithy-2x.jpg b/static/images/theme/thumbnail/2x/guovz-pithy-2x.jpg deleted file mode 100644 index 5c386d2a5..000000000 Binary files a/static/images/theme/thumbnail/2x/guovz-pithy-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/gurusabarish-hugo-profile-2x.jpg b/static/images/theme/thumbnail/2x/gurusabarish-hugo-profile-2x.jpg index f30e025c1..2b5b36798 100644 Binary files a/static/images/theme/thumbnail/2x/gurusabarish-hugo-profile-2x.jpg and b/static/images/theme/thumbnail/2x/gurusabarish-hugo-profile-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/gyorb-hugo-dusk-2x.jpg b/static/images/theme/thumbnail/2x/gyorb-hugo-dusk-2x.jpg deleted file mode 100644 index 912df2f96..000000000 Binary files a/static/images/theme/thumbnail/2x/gyorb-hugo-dusk-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/h-enk-doks-2x.jpg b/static/images/theme/thumbnail/2x/h-enk-doks-2x.jpg index 579205df7..b86acbe58 100644 Binary files a/static/images/theme/thumbnail/2x/h-enk-doks-2x.jpg and b/static/images/theme/thumbnail/2x/h-enk-doks-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/h01000110-windows-95-2x.jpg b/static/images/theme/thumbnail/2x/h01000110-windows-95-2x.jpg index 1b5b41a48..6c6a8a652 100644 Binary files a/static/images/theme/thumbnail/2x/h01000110-windows-95-2x.jpg and b/static/images/theme/thumbnail/2x/h01000110-windows-95-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/hadisinaee-avicenna-2x.jpg b/static/images/theme/thumbnail/2x/hadisinaee-avicenna-2x.jpg deleted file mode 100644 index 8dfd2cec7..000000000 Binary files a/static/images/theme/thumbnail/2x/hadisinaee-avicenna-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/haezl-gatsby-starter-haezl-2x.jpg b/static/images/theme/thumbnail/2x/haezl-gatsby-starter-haezl-2x.jpg deleted file mode 100644 index 5a08d32d3..000000000 Binary files a/static/images/theme/thumbnail/2x/haezl-gatsby-starter-haezl-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/hagnerd-gatsby-starter-blog-mdx-2x.jpg b/static/images/theme/thumbnail/2x/hagnerd-gatsby-starter-blog-mdx-2x.jpg index 184760d42..f993d666e 100644 Binary files a/static/images/theme/thumbnail/2x/hagnerd-gatsby-starter-blog-mdx-2x.jpg and b/static/images/theme/thumbnail/2x/hagnerd-gatsby-starter-blog-mdx-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/halogenica-beautifulhugo-2x.jpg b/static/images/theme/thumbnail/2x/halogenica-beautifulhugo-2x.jpg deleted file mode 100644 index b5184014d..000000000 Binary files a/static/images/theme/thumbnail/2x/halogenica-beautifulhugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/harshil1712-gatsby-starter-googlesheets-2x.jpg b/static/images/theme/thumbnail/2x/harshil1712-gatsby-starter-googlesheets-2x.jpg index 93921d709..3ed9594f5 100644 Binary files a/static/images/theme/thumbnail/2x/harshil1712-gatsby-starter-googlesheets-2x.jpg and b/static/images/theme/thumbnail/2x/harshil1712-gatsby-starter-googlesheets-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/hasura-gatsby-gitbook-starter-2x.jpg b/static/images/theme/thumbnail/2x/hasura-gatsby-gitbook-starter-2x.jpg index c900e2135..240efd815 100644 Binary files a/static/images/theme/thumbnail/2x/hasura-gatsby-gitbook-starter-2x.jpg and b/static/images/theme/thumbnail/2x/hasura-gatsby-gitbook-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/hauke96-hugo-theme-hamburg-2x.jpg b/static/images/theme/thumbnail/2x/hauke96-hugo-theme-hamburg-2x.jpg deleted file mode 100644 index 038d588ee..000000000 Binary files a/static/images/theme/thumbnail/2x/hauke96-hugo-theme-hamburg-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/hdcdstr8fwd-foundation-theme-2x.jpg b/static/images/theme/thumbnail/2x/hdcdstr8fwd-foundation-theme-2x.jpg deleted file mode 100644 index 2c4a701f8..000000000 Binary files a/static/images/theme/thumbnail/2x/hdcdstr8fwd-foundation-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/heiswayi-textlog-2x.jpg b/static/images/theme/thumbnail/2x/heiswayi-textlog-2x.jpg index fd9d491e0..2af0b618e 100644 Binary files a/static/images/theme/thumbnail/2x/heiswayi-textlog-2x.jpg and b/static/images/theme/thumbnail/2x/heiswayi-textlog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/heiswayi-the-plain-2x.jpg b/static/images/theme/thumbnail/2x/heiswayi-the-plain-2x.jpg index 284529a94..4f101eadd 100644 Binary files a/static/images/theme/thumbnail/2x/heiswayi-the-plain-2x.jpg and b/static/images/theme/thumbnail/2x/heiswayi-the-plain-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/heiswayi-thinkspace-2x.jpg b/static/images/theme/thumbnail/2x/heiswayi-thinkspace-2x.jpg index 2da5cf7b0..9731637d7 100644 Binary files a/static/images/theme/thumbnail/2x/heiswayi-thinkspace-2x.jpg and b/static/images/theme/thumbnail/2x/heiswayi-thinkspace-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/heliumjk-heliumjk.github.io-2x.jpg b/static/images/theme/thumbnail/2x/heliumjk-heliumjk.github.io-2x.jpg index d4f68d5d9..145f5e0be 100644 Binary files a/static/images/theme/thumbnail/2x/heliumjk-heliumjk.github.io-2x.jpg and b/static/images/theme/thumbnail/2x/heliumjk-heliumjk.github.io-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/hemangsk-devjournal-2x.jpg b/static/images/theme/thumbnail/2x/hemangsk-devjournal-2x.jpg index bf433b841..569a05c09 100644 Binary files a/static/images/theme/thumbnail/2x/hemangsk-devjournal-2x.jpg and b/static/images/theme/thumbnail/2x/hemangsk-devjournal-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/hemangsk-gravity-2x.jpg b/static/images/theme/thumbnail/2x/hemangsk-gravity-2x.jpg index 7e03429ae..c2e0ce6f9 100644 Binary files a/static/images/theme/thumbnail/2x/hemangsk-gravity-2x.jpg and b/static/images/theme/thumbnail/2x/hemangsk-gravity-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/hemangsk-safarnama-2x.jpg b/static/images/theme/thumbnail/2x/hemangsk-safarnama-2x.jpg index 4750fcfcd..04655f790 100644 Binary files a/static/images/theme/thumbnail/2x/hemangsk-safarnama-2x.jpg and b/static/images/theme/thumbnail/2x/hemangsk-safarnama-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/henryhuang-hexo-theme-aloha-2x.jpg b/static/images/theme/thumbnail/2x/henryhuang-hexo-theme-aloha-2x.jpg index f468b90b4..d149d1be3 100644 Binary files a/static/images/theme/thumbnail/2x/henryhuang-hexo-theme-aloha-2x.jpg and b/static/images/theme/thumbnail/2x/henryhuang-hexo-theme-aloha-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/himali-patel-myclicks-2x.jpg b/static/images/theme/thumbnail/2x/himali-patel-myclicks-2x.jpg index fcb0acb2a..5e51e77ce 100644 Binary files a/static/images/theme/thumbnail/2x/himali-patel-myclicks-2x.jpg and b/static/images/theme/thumbnail/2x/himali-patel-myclicks-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/histaff-website-static-2x.jpg b/static/images/theme/thumbnail/2x/histaff-website-static-2x.jpg index e1cd76868..cb324645e 100644 Binary files a/static/images/theme/thumbnail/2x/histaff-website-static-2x.jpg and b/static/images/theme/thumbnail/2x/histaff-website-static-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/hmfaysal-hmfaysal-omega-theme-2x.jpg b/static/images/theme/thumbnail/2x/hmfaysal-hmfaysal-omega-theme-2x.jpg index 8d7f4c991..e28549f81 100644 Binary files a/static/images/theme/thumbnail/2x/hmfaysal-hmfaysal-omega-theme-2x.jpg and b/static/images/theme/thumbnail/2x/hmfaysal-hmfaysal-omega-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/hmfaysal-jekyll-hmfaysal-theme-2x.jpg b/static/images/theme/thumbnail/2x/hmfaysal-jekyll-hmfaysal-theme-2x.jpg index c403c1e02..5756deab5 100644 Binary files a/static/images/theme/thumbnail/2x/hmfaysal-jekyll-hmfaysal-theme-2x.jpg and b/static/images/theme/thumbnail/2x/hmfaysal-jekyll-hmfaysal-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/hmfaysal-notepad-2x.jpg b/static/images/theme/thumbnail/2x/hmfaysal-notepad-2x.jpg deleted file mode 100644 index c663cf767..000000000 Binary files a/static/images/theme/thumbnail/2x/hmfaysal-notepad-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/holger1411-11straps-2x.jpg b/static/images/theme/thumbnail/2x/holger1411-11straps-2x.jpg new file mode 100644 index 000000000..fcbe70476 Binary files /dev/null and b/static/images/theme/thumbnail/2x/holger1411-11straps-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/holger1411-brook-dev-2x.jpg b/static/images/theme/thumbnail/2x/holger1411-brook-dev-2x.jpg new file mode 100644 index 000000000..e4c106119 Binary files /dev/null and b/static/images/theme/thumbnail/2x/holger1411-brook-dev-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/htdvisser-hugo-base16-theme-2x.jpg b/static/images/theme/thumbnail/2x/htdvisser-hugo-base16-theme-2x.jpg deleted file mode 100644 index 1364f90dd..000000000 Binary files a/static/images/theme/thumbnail/2x/htdvisser-hugo-base16-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/htr3n-hyde-hyde-2x.jpg b/static/images/theme/thumbnail/2x/htr3n-hyde-hyde-2x.jpg deleted file mode 100644 index c306fceac..000000000 Binary files a/static/images/theme/thumbnail/2x/htr3n-hyde-hyde-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/hugo-sid-hugo-blog-awesome-2x.jpg b/static/images/theme/thumbnail/2x/hugo-sid-hugo-blog-awesome-2x.jpg new file mode 100644 index 000000000..eca6ec6b0 Binary files /dev/null and b/static/images/theme/thumbnail/2x/hugo-sid-hugo-blog-awesome-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/hugocarreira-jekyll-materializecss-2x.jpg b/static/images/theme/thumbnail/2x/hugocarreira-jekyll-materializecss-2x.jpg index ddd780b7f..f8b4ff21e 100644 Binary files a/static/images/theme/thumbnail/2x/hugocarreira-jekyll-materializecss-2x.jpg and b/static/images/theme/thumbnail/2x/hugocarreira-jekyll-materializecss-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/hugocarreira-jekyll-vision-casper-theme-2x.jpg b/static/images/theme/thumbnail/2x/hugocarreira-jekyll-vision-casper-theme-2x.jpg index 3daf4f152..d48a850c0 100644 Binary files a/static/images/theme/thumbnail/2x/hugocarreira-jekyll-vision-casper-theme-2x.jpg and b/static/images/theme/thumbnail/2x/hugocarreira-jekyll-vision-casper-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/hugoferreira-papyrus-theme-2x.jpg b/static/images/theme/thumbnail/2x/hugoferreira-papyrus-theme-2x.jpg index af89d775b..798813d69 100644 Binary files a/static/images/theme/thumbnail/2x/hugoferreira-papyrus-theme-2x.jpg and b/static/images/theme/thumbnail/2x/hugoferreira-papyrus-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/humrochagf-colordrop-2x.jpg b/static/images/theme/thumbnail/2x/humrochagf-colordrop-2x.jpg index e80fb4819..dfcab8da6 100644 Binary files a/static/images/theme/thumbnail/2x/humrochagf-colordrop-2x.jpg and b/static/images/theme/thumbnail/2x/humrochagf-colordrop-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/huweihuang-hexo-theme-huweihuang-2x.jpg b/static/images/theme/thumbnail/2x/huweihuang-hexo-theme-huweihuang-2x.jpg index 4cd57d3be..e01172ea3 100644 Binary files a/static/images/theme/thumbnail/2x/huweihuang-hexo-theme-huweihuang-2x.jpg and b/static/images/theme/thumbnail/2x/huweihuang-hexo-theme-huweihuang-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/huyb1991-hugo-lamp-2x.jpg b/static/images/theme/thumbnail/2x/huyb1991-hugo-lamp-2x.jpg deleted file mode 100644 index eede3270d..000000000 Binary files a/static/images/theme/thumbnail/2x/huyb1991-hugo-lamp-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/huyingjie-hexo-theme-a-rsnippet-2x.jpg b/static/images/theme/thumbnail/2x/huyingjie-hexo-theme-a-rsnippet-2x.jpg deleted file mode 100644 index 158ea90e6..000000000 Binary files a/static/images/theme/thumbnail/2x/huyingjie-hexo-theme-a-rsnippet-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/icyris-hugo-theme-yuki-2x.jpg b/static/images/theme/thumbnail/2x/icyris-hugo-theme-yuki-2x.jpg deleted file mode 100644 index b940f3c85..000000000 Binary files a/static/images/theme/thumbnail/2x/icyris-hugo-theme-yuki-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ifedyukin-mekyll-2x.jpg b/static/images/theme/thumbnail/2x/ifedyukin-mekyll-2x.jpg index d11ecbd45..110469812 100644 Binary files a/static/images/theme/thumbnail/2x/ifedyukin-mekyll-2x.jpg and b/static/images/theme/thumbnail/2x/ifedyukin-mekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ijjk-notion-blog-2x.jpg b/static/images/theme/thumbnail/2x/ijjk-notion-blog-2x.jpg new file mode 100644 index 000000000..ed9f671cf Binary files /dev/null and b/static/images/theme/thumbnail/2x/ijjk-notion-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ijsucceed-onepress-2x.jpg b/static/images/theme/thumbnail/2x/ijsucceed-onepress-2x.jpg deleted file mode 100644 index 54bcd25dd..000000000 Binary files a/static/images/theme/thumbnail/2x/ijsucceed-onepress-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/imedadel-gatsby-london-2x.jpg b/static/images/theme/thumbnail/2x/imedadel-gatsby-london-2x.jpg index 89a982a1c..e70a33ccb 100644 Binary files a/static/images/theme/thumbnail/2x/imedadel-gatsby-london-2x.jpg and b/static/images/theme/thumbnail/2x/imedadel-gatsby-london-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/inded-jekyll_modern-blog-2x.jpg b/static/images/theme/thumbnail/2x/inded-jekyll_modern-blog-2x.jpg index d55dd7ac2..1197f6c9f 100644 Binary files a/static/images/theme/thumbnail/2x/inded-jekyll_modern-blog-2x.jpg and b/static/images/theme/thumbnail/2x/inded-jekyll_modern-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/insidiousmind-material-bliss-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/insidiousmind-material-bliss-jekyll-theme-2x.jpg index b89766fa6..66bd116a7 100644 Binary files a/static/images/theme/thumbnail/2x/insidiousmind-material-bliss-jekyll-theme-2x.jpg and b/static/images/theme/thumbnail/2x/insidiousmind-material-bliss-jekyll-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/issydennis-gatsby-snipcart-2x.jpg b/static/images/theme/thumbnail/2x/issydennis-gatsby-snipcart-2x.jpg index a7fb2a8e6..97c078597 100644 Binary files a/static/images/theme/thumbnail/2x/issydennis-gatsby-snipcart-2x.jpg and b/static/images/theme/thumbnail/2x/issydennis-gatsby-snipcart-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/it-gro-hugo-theme-w3css-basic-2x.jpg b/static/images/theme/thumbnail/2x/it-gro-hugo-theme-w3css-basic-2x.jpg index 606d77770..02a3866f0 100644 Binary files a/static/images/theme/thumbnail/2x/it-gro-hugo-theme-w3css-basic-2x.jpg and b/static/images/theme/thumbnail/2x/it-gro-hugo-theme-w3css-basic-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/itisbenjamin-nice_blog-2x.jpg b/static/images/theme/thumbnail/2x/itisbenjamin-nice_blog-2x.jpg deleted file mode 100644 index 90828b0ee..000000000 Binary files a/static/images/theme/thumbnail/2x/itisbenjamin-nice_blog-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/itsmeaga1n-minimal-categorized-2x.jpg b/static/images/theme/thumbnail/2x/itsmeaga1n-minimal-categorized-2x.jpg index 8abbe61f6..1afea6a7e 100644 Binary files a/static/images/theme/thumbnail/2x/itsmeaga1n-minimal-categorized-2x.jpg and b/static/images/theme/thumbnail/2x/itsmeaga1n-minimal-categorized-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/itsnwa-darkfolio-2x.jpg b/static/images/theme/thumbnail/2x/itsnwa-darkfolio-2x.jpg index fa4036e05..127f1463d 100644 Binary files a/static/images/theme/thumbnail/2x/itsnwa-darkfolio-2x.jpg and b/static/images/theme/thumbnail/2x/itsnwa-darkfolio-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/itsnwa-gridsome-forestry-starter-2x.jpg b/static/images/theme/thumbnail/2x/itsnwa-gridsome-forestry-starter-2x.jpg index 4687f9bff..e3ecc199e 100644 Binary files a/static/images/theme/thumbnail/2x/itsnwa-gridsome-forestry-starter-2x.jpg and b/static/images/theme/thumbnail/2x/itsnwa-gridsome-forestry-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/itsrifat-rifyll-2x.jpg b/static/images/theme/thumbnail/2x/itsrifat-rifyll-2x.jpg index 447b7018e..eba1b6124 100644 Binary files a/static/images/theme/thumbnail/2x/itsrifat-rifyll-2x.jpg and b/static/images/theme/thumbnail/2x/itsrifat-rifyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ivanchou-hugo-theme-vec-2x.jpg b/static/images/theme/thumbnail/2x/ivanchou-hugo-theme-vec-2x.jpg deleted file mode 100644 index c4c87420c..000000000 Binary files a/static/images/theme/thumbnail/2x/ivanchou-hugo-theme-vec-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/iwiedenm-jekyll-theme-massively-src-2x.jpg b/static/images/theme/thumbnail/2x/iwiedenm-jekyll-theme-massively-src-2x.jpg index 06d250f84..78f113669 100644 Binary files a/static/images/theme/thumbnail/2x/iwiedenm-jekyll-theme-massively-src-2x.jpg and b/static/images/theme/thumbnail/2x/iwiedenm-jekyll-theme-massively-src-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/iwilsonq-gatsby-starter-reasonml-2x.jpg b/static/images/theme/thumbnail/2x/iwilsonq-gatsby-starter-reasonml-2x.jpg index 3c55003e7..a388ce46b 100644 Binary files a/static/images/theme/thumbnail/2x/iwilsonq-gatsby-starter-reasonml-2x.jpg and b/static/images/theme/thumbnail/2x/iwilsonq-gatsby-starter-reasonml-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ixartz-astro-boilerplate-2x.jpg b/static/images/theme/thumbnail/2x/ixartz-astro-boilerplate-2x.jpg new file mode 100644 index 000000000..3dc51075a Binary files /dev/null and b/static/images/theme/thumbnail/2x/ixartz-astro-boilerplate-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ixartz-eleventy-starter-boilerplate-2x.jpg b/static/images/theme/thumbnail/2x/ixartz-eleventy-starter-boilerplate-2x.jpg index 97cbd77df..456c77835 100644 Binary files a/static/images/theme/thumbnail/2x/ixartz-eleventy-starter-boilerplate-2x.jpg and b/static/images/theme/thumbnail/2x/ixartz-eleventy-starter-boilerplate-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ixartz-next-js-blog-boilerplate-2x.jpg b/static/images/theme/thumbnail/2x/ixartz-next-js-blog-boilerplate-2x.jpg index f3fb80d18..6dcacd2b4 100644 Binary files a/static/images/theme/thumbnail/2x/ixartz-next-js-blog-boilerplate-2x.jpg and b/static/images/theme/thumbnail/2x/ixartz-next-js-blog-boilerplate-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ixartz-next-js-boilerplate-2x.jpg b/static/images/theme/thumbnail/2x/ixartz-next-js-boilerplate-2x.jpg index 0fb92a8fc..529ddba6f 100644 Binary files a/static/images/theme/thumbnail/2x/ixartz-next-js-boilerplate-2x.jpg and b/static/images/theme/thumbnail/2x/ixartz-next-js-boilerplate-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ixartz-next-js-landing-page-starter-template-2x.jpg b/static/images/theme/thumbnail/2x/ixartz-next-js-landing-page-starter-template-2x.jpg index c441e5e4d..532f70349 100644 Binary files a/static/images/theme/thumbnail/2x/ixartz-next-js-landing-page-starter-template-2x.jpg and b/static/images/theme/thumbnail/2x/ixartz-next-js-landing-page-starter-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jackbravo-gatsby-starter-i18n-blog-2x.jpg b/static/images/theme/thumbnail/2x/jackbravo-gatsby-starter-i18n-blog-2x.jpg index ab96ad909..f80e8080c 100644 Binary files a/static/images/theme/thumbnail/2x/jackbravo-gatsby-starter-i18n-blog-2x.jpg and b/static/images/theme/thumbnail/2x/jackbravo-gatsby-starter-i18n-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jacobsun-edidor-2x.jpg b/static/images/theme/thumbnail/2x/jacobsun-edidor-2x.jpg deleted file mode 100644 index 0e9474a79..000000000 Binary files a/static/images/theme/thumbnail/2x/jacobsun-edidor-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/jacobtomlinson-carte-noire-2x.jpg b/static/images/theme/thumbnail/2x/jacobtomlinson-carte-noire-2x.jpg index ca8e9481b..1d3e027bc 100644 Binary files a/static/images/theme/thumbnail/2x/jacobtomlinson-carte-noire-2x.jpg and b/static/images/theme/thumbnail/2x/jacobtomlinson-carte-noire-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jaden-twentyfourteen-2x.jpg b/static/images/theme/thumbnail/2x/jaden-twentyfourteen-2x.jpg deleted file mode 100644 index 31f698d5b..000000000 Binary files a/static/images/theme/thumbnail/2x/jaden-twentyfourteen-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/jaehee0113-console-2x.jpg b/static/images/theme/thumbnail/2x/jaehee0113-console-2x.jpg index afa083f1b..5b8ee1031 100644 Binary files a/static/images/theme/thumbnail/2x/jaehee0113-console-2x.jpg and b/static/images/theme/thumbnail/2x/jaehee0113-console-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jaeyeophan-gatsby-starter-bee-2x.jpg b/static/images/theme/thumbnail/2x/jaeyeophan-gatsby-starter-bee-2x.jpg index d9b8eba2a..bc02bbf7c 100644 Binary files a/static/images/theme/thumbnail/2x/jaeyeophan-gatsby-starter-bee-2x.jpg and b/static/images/theme/thumbnail/2x/jaeyeophan-gatsby-starter-bee-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jake-101-bael-template-2x.jpg b/static/images/theme/thumbnail/2x/jake-101-bael-template-2x.jpg index 961f6a5bc..4ab0776c6 100644 Binary files a/static/images/theme/thumbnail/2x/jake-101-bael-template-2x.jpg and b/static/images/theme/thumbnail/2x/jake-101-bael-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jameshamann-jekyll-material-theme-2x.jpg b/static/images/theme/thumbnail/2x/jameshamann-jekyll-material-theme-2x.jpg index 94cf2c47e..8546c8784 100644 Binary files a/static/images/theme/thumbnail/2x/jameshamann-jekyll-material-theme-2x.jpg and b/static/images/theme/thumbnail/2x/jameshamann-jekyll-material-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jamigibbs-phantom-2x.jpg b/static/images/theme/thumbnail/2x/jamigibbs-phantom-2x.jpg index b8287bc84..b77ac5498 100644 Binary files a/static/images/theme/thumbnail/2x/jamigibbs-phantom-2x.jpg and b/static/images/theme/thumbnail/2x/jamigibbs-phantom-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/janczizikow-sleek-2x.jpg b/static/images/theme/thumbnail/2x/janczizikow-sleek-2x.jpg index 9f418935a..2bceed903 100644 Binary files a/static/images/theme/thumbnail/2x/janczizikow-sleek-2x.jpg and b/static/images/theme/thumbnail/2x/janczizikow-sleek-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jannikbuschke-gatsby-antd-docs-2x.jpg b/static/images/theme/thumbnail/2x/jannikbuschke-gatsby-antd-docs-2x.jpg index 0efc7a62d..c450fd184 100644 Binary files a/static/images/theme/thumbnail/2x/jannikbuschke-gatsby-antd-docs-2x.jpg and b/static/images/theme/thumbnail/2x/jannikbuschke-gatsby-antd-docs-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/janraasch-hugo-scroll-2x.jpg b/static/images/theme/thumbnail/2x/janraasch-hugo-scroll-2x.jpg new file mode 100644 index 000000000..4bbb295c7 Binary files /dev/null and b/static/images/theme/thumbnail/2x/janraasch-hugo-scroll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jarrekk-jalpc-2x.jpg b/static/images/theme/thumbnail/2x/jarrekk-jalpc-2x.jpg index f14ded65c..5c992b634 100644 Binary files a/static/images/theme/thumbnail/2x/jarrekk-jalpc-2x.jpg and b/static/images/theme/thumbnail/2x/jarrekk-jalpc-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jasoncostello-slate-2x.jpg b/static/images/theme/thumbnail/2x/jasoncostello-slate-2x.jpg index d3f3e6fa9..17454fae8 100644 Binary files a/static/images/theme/thumbnail/2x/jasoncostello-slate-2x.jpg and b/static/images/theme/thumbnail/2x/jasoncostello-slate-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jaymehta20-nextjs-blog-page-2x.jpg b/static/images/theme/thumbnail/2x/jaymehta20-nextjs-blog-page-2x.jpg index 50ec470a0..6835279ff 100644 Binary files a/static/images/theme/thumbnail/2x/jaymehta20-nextjs-blog-page-2x.jpg and b/static/images/theme/thumbnail/2x/jaymehta20-nextjs-blog-page-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jbub-ghostwriter-2x.jpg b/static/images/theme/thumbnail/2x/jbub-ghostwriter-2x.jpg deleted file mode 100644 index a5cbf1798..000000000 Binary files a/static/images/theme/thumbnail/2x/jbub-ghostwriter-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/jdh8-sweet-16-2x.jpg b/static/images/theme/thumbnail/2x/jdh8-sweet-16-2x.jpg deleted file mode 100644 index 53b45b8ea..000000000 Binary files a/static/images/theme/thumbnail/2x/jdh8-sweet-16-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/jeblister-bulma-2x.jpg b/static/images/theme/thumbnail/2x/jeblister-bulma-2x.jpg deleted file mode 100644 index 8405d935b..000000000 Binary files a/static/images/theme/thumbnail/2x/jeblister-bulma-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/jeblister-kube-2x.jpg b/static/images/theme/thumbnail/2x/jeblister-kube-2x.jpg index 86336d1d9..e68e924c5 100644 Binary files a/static/images/theme/thumbnail/2x/jeblister-kube-2x.jpg and b/static/images/theme/thumbnail/2x/jeblister-kube-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jeffreytse-jekyll-theme-yat-2x.jpg b/static/images/theme/thumbnail/2x/jeffreytse-jekyll-theme-yat-2x.jpg index 2e753ca6a..7ab0c8f03 100644 Binary files a/static/images/theme/thumbnail/2x/jeffreytse-jekyll-theme-yat-2x.jpg and b/static/images/theme/thumbnail/2x/jeffreytse-jekyll-theme-yat-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jekyll-garden-jekyll-garden.github.io-2x.jpg b/static/images/theme/thumbnail/2x/jekyll-garden-jekyll-garden.github.io-2x.jpg new file mode 100644 index 000000000..7794bee2a Binary files /dev/null and b/static/images/theme/thumbnail/2x/jekyll-garden-jekyll-garden.github.io-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jekyll-one-j1-template-starter-2x.jpg b/static/images/theme/thumbnail/2x/jekyll-one-j1-template-starter-2x.jpg index f505e91a7..c79a82d17 100644 Binary files a/static/images/theme/thumbnail/2x/jekyll-one-j1-template-starter-2x.jpg and b/static/images/theme/thumbnail/2x/jekyll-one-j1-template-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jekyller-jasper2-2x.jpg b/static/images/theme/thumbnail/2x/jekyller-jasper2-2x.jpg deleted file mode 100644 index ccf1efb1e..000000000 Binary files a/static/images/theme/thumbnail/2x/jekyller-jasper2-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/jekyller-online-cv-2x.jpg b/static/images/theme/thumbnail/2x/jekyller-online-cv-2x.jpg index 64ab08b0d..00792262c 100644 Binary files a/static/images/theme/thumbnail/2x/jekyller-online-cv-2x.jpg and b/static/images/theme/thumbnail/2x/jekyller-online-cv-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jekyller-panelcv-2x.jpg b/static/images/theme/thumbnail/2x/jekyller-panelcv-2x.jpg index 63b4d47a7..8e4fa5d85 100644 Binary files a/static/images/theme/thumbnail/2x/jekyller-panelcv-2x.jpg and b/static/images/theme/thumbnail/2x/jekyller-panelcv-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jekynewage-jekynewage.github.io-2x.jpg b/static/images/theme/thumbnail/2x/jekynewage-jekynewage.github.io-2x.jpg index 7762c8145..9c03f0f18 100644 Binary files a/static/images/theme/thumbnail/2x/jekynewage-jekynewage.github.io-2x.jpg and b/static/images/theme/thumbnail/2x/jekynewage-jekynewage.github.io-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jeromelachaud-freelancer-theme-2x.jpg b/static/images/theme/thumbnail/2x/jeromelachaud-freelancer-theme-2x.jpg index fcfe51a33..3ac1fbc7f 100644 Binary files a/static/images/theme/thumbnail/2x/jeromelachaud-freelancer-theme-2x.jpg and b/static/images/theme/thumbnail/2x/jeromelachaud-freelancer-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jerryc127-hexo-theme-butterfly-2x.jpg b/static/images/theme/thumbnail/2x/jerryc127-hexo-theme-butterfly-2x.jpg index c8fc9edf7..c0034be79 100644 Binary files a/static/images/theme/thumbnail/2x/jerryc127-hexo-theme-butterfly-2x.jpg and b/static/images/theme/thumbnail/2x/jerryc127-hexo-theme-butterfly-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jesselau76-hugo-w3-simple-2x.jpg b/static/images/theme/thumbnail/2x/jesselau76-hugo-w3-simple-2x.jpg deleted file mode 100644 index 15a0f5488..000000000 Binary files a/static/images/theme/thumbnail/2x/jesselau76-hugo-w3-simple-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/jitinnair1-gradfolio-2x.jpg b/static/images/theme/thumbnail/2x/jitinnair1-gradfolio-2x.jpg index 5bdc4cb0d..e6c5e9220 100644 Binary files a/static/images/theme/thumbnail/2x/jitinnair1-gradfolio-2x.jpg and b/static/images/theme/thumbnail/2x/jitinnair1-gradfolio-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jjcav84-mdbreact-gatsby-starter-2x.jpg b/static/images/theme/thumbnail/2x/jjcav84-mdbreact-gatsby-starter-2x.jpg index e30c1f93d..cc8f925c3 100644 Binary files a/static/images/theme/thumbnail/2x/jjcav84-mdbreact-gatsby-starter-2x.jpg and b/static/images/theme/thumbnail/2x/jjcav84-mdbreact-gatsby-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jkytoela-next-startd-2x.jpg b/static/images/theme/thumbnail/2x/jkytoela-next-startd-2x.jpg new file mode 100644 index 000000000..520edb8be Binary files /dev/null and b/static/images/theme/thumbnail/2x/jkytoela-next-startd-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jmau111-gatsby-juma-2x.jpg b/static/images/theme/thumbnail/2x/jmau111-gatsby-juma-2x.jpg new file mode 100644 index 000000000..92d11f7b1 Binary files /dev/null and b/static/images/theme/thumbnail/2x/jmau111-gatsby-juma-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jmau111-gatsby-nes-2x.jpg b/static/images/theme/thumbnail/2x/jmau111-gatsby-nes-2x.jpg new file mode 100644 index 000000000..3c6664519 Binary files /dev/null and b/static/images/theme/thumbnail/2x/jmau111-gatsby-nes-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jmau111-hugo-theme-ava-2x.jpg b/static/images/theme/thumbnail/2x/jmau111-hugo-theme-ava-2x.jpg new file mode 100644 index 000000000..384dfb38b Binary files /dev/null and b/static/images/theme/thumbnail/2x/jmau111-hugo-theme-ava-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jmschrack-dark-portfolio-template-11ty-2x.jpg b/static/images/theme/thumbnail/2x/jmschrack-dark-portfolio-template-11ty-2x.jpg index 9a7bc380c..d30d1925c 100644 Binary files a/static/images/theme/thumbnail/2x/jmschrack-dark-portfolio-template-11ty-2x.jpg and b/static/images/theme/thumbnail/2x/jmschrack-dark-portfolio-template-11ty-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jnjosh-internet-weblog-2x.jpg b/static/images/theme/thumbnail/2x/jnjosh-internet-weblog-2x.jpg deleted file mode 100644 index 4eb798cae..000000000 Binary files a/static/images/theme/thumbnail/2x/jnjosh-internet-weblog-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/johncoene-marat-2x.jpg b/static/images/theme/thumbnail/2x/johncoene-marat-2x.jpg index cc9dfc3aa..e5d19767a 100644 Binary files a/static/images/theme/thumbnail/2x/johncoene-marat-2x.jpg and b/static/images/theme/thumbnail/2x/johncoene-marat-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/johnotander-pixyll-2x.jpg b/static/images/theme/thumbnail/2x/johnotander-pixyll-2x.jpg deleted file mode 100644 index 6704ee9dc..000000000 Binary files a/static/images/theme/thumbnail/2x/johnotander-pixyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/josephdyer-skeleventy-2x.jpg b/static/images/theme/thumbnail/2x/josephdyer-skeleventy-2x.jpg index 41aa3883a..9ccdebae6 100644 Binary files a/static/images/theme/thumbnail/2x/josephdyer-skeleventy-2x.jpg and b/static/images/theme/thumbnail/2x/josephdyer-skeleventy-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/josephhutch-aether-2x.jpg b/static/images/theme/thumbnail/2x/josephhutch-aether-2x.jpg deleted file mode 100644 index 8d076c34b..000000000 Binary files a/static/images/theme/thumbnail/2x/josephhutch-aether-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/joshgerdes-jekyll-uno-2x.jpg b/static/images/theme/thumbnail/2x/joshgerdes-jekyll-uno-2x.jpg index cbcbe11e9..af67ae660 100644 Binary files a/static/images/theme/thumbnail/2x/joshgerdes-jekyll-uno-2x.jpg and b/static/images/theme/thumbnail/2x/joshgerdes-jekyll-uno-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/joshuaavalon-jekyll-avalon-2x.jpg b/static/images/theme/thumbnail/2x/joshuaavalon-jekyll-avalon-2x.jpg index d54e3efa2..e0e489c8c 100644 Binary files a/static/images/theme/thumbnail/2x/joshuaavalon-jekyll-avalon-2x.jpg and b/static/images/theme/thumbnail/2x/joshuaavalon-jekyll-avalon-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jota-ele-ene-just-me-2x.jpg b/static/images/theme/thumbnail/2x/jota-ele-ene-just-me-2x.jpg new file mode 100644 index 000000000..4e2f96208 Binary files /dev/null and b/static/images/theme/thumbnail/2x/jota-ele-ene-just-me-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/joway-hugo-theme-yinyang-2x.jpg b/static/images/theme/thumbnail/2x/joway-hugo-theme-yinyang-2x.jpg index ee1e72676..c1d2e3040 100644 Binary files a/static/images/theme/thumbnail/2x/joway-hugo-theme-yinyang-2x.jpg and b/static/images/theme/thumbnail/2x/joway-hugo-theme-yinyang-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/joytou-joytou.github.io-2x.jpg b/static/images/theme/thumbnail/2x/joytou-joytou.github.io-2x.jpg index 1c0ae93b5..3949ecfcf 100644 Binary files a/static/images/theme/thumbnail/2x/joytou-joytou.github.io-2x.jpg and b/static/images/theme/thumbnail/2x/joytou-joytou.github.io-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jpanther-congo-2x.jpg b/static/images/theme/thumbnail/2x/jpanther-congo-2x.jpg new file mode 100644 index 000000000..f45e5b72d Binary files /dev/null and b/static/images/theme/thumbnail/2x/jpanther-congo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jpanther-lynx-2x.jpg b/static/images/theme/thumbnail/2x/jpanther-lynx-2x.jpg new file mode 100644 index 000000000..adb260d3a Binary files /dev/null and b/static/images/theme/thumbnail/2x/jpanther-lynx-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jpescador-hugo-future-imperfect-2x.jpg b/static/images/theme/thumbnail/2x/jpescador-hugo-future-imperfect-2x.jpg deleted file mode 100644 index 09b69e63d..000000000 Binary files a/static/images/theme/thumbnail/2x/jpescador-hugo-future-imperfect-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/jrutheiser-hugo-lithium-theme-2x.jpg b/static/images/theme/thumbnail/2x/jrutheiser-hugo-lithium-theme-2x.jpg deleted file mode 100644 index 8dd6e9198..000000000 Binary files a/static/images/theme/thumbnail/2x/jrutheiser-hugo-lithium-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/jsappme-gridsome-shopify-starter-2x.jpg b/static/images/theme/thumbnail/2x/jsappme-gridsome-shopify-starter-2x.jpg index d717ca503..7e7bbeadd 100644 Binary files a/static/images/theme/thumbnail/2x/jsappme-gridsome-shopify-starter-2x.jpg and b/static/images/theme/thumbnail/2x/jsappme-gridsome-shopify-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jsnjack-hugo-changelog-theme-2x.jpg b/static/images/theme/thumbnail/2x/jsnjack-hugo-changelog-theme-2x.jpg deleted file mode 100644 index c88c8422b..000000000 Binary files a/static/images/theme/thumbnail/2x/jsnjack-hugo-changelog-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/jsnjack-kraiklyn-2x.jpg b/static/images/theme/thumbnail/2x/jsnjack-kraiklyn-2x.jpg deleted file mode 100644 index 399fded34..000000000 Binary files a/static/images/theme/thumbnail/2x/jsnjack-kraiklyn-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/jugglerx-gatsby-serif-theme-2x.jpg b/static/images/theme/thumbnail/2x/jugglerx-gatsby-serif-theme-2x.jpg index 11fd9c7bb..657a19908 100644 Binary files a/static/images/theme/thumbnail/2x/jugglerx-gatsby-serif-theme-2x.jpg and b/static/images/theme/thumbnail/2x/jugglerx-gatsby-serif-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jugglerx-hugo-hero-theme-2x.jpg b/static/images/theme/thumbnail/2x/jugglerx-hugo-hero-theme-2x.jpg index cdfc15431..5f2df712f 100644 Binary files a/static/images/theme/thumbnail/2x/jugglerx-hugo-hero-theme-2x.jpg and b/static/images/theme/thumbnail/2x/jugglerx-hugo-hero-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jugglerx-hugo-whisper-theme-2x.jpg b/static/images/theme/thumbnail/2x/jugglerx-hugo-whisper-theme-2x.jpg index 78a686f38..a868c837f 100644 Binary files a/static/images/theme/thumbnail/2x/jugglerx-hugo-whisper-theme-2x.jpg and b/static/images/theme/thumbnail/2x/jugglerx-hugo-whisper-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/juhi-trivedi-cape-2x.jpg b/static/images/theme/thumbnail/2x/juhi-trivedi-cape-2x.jpg index 601e43c77..6dd2e6a77 100644 Binary files a/static/images/theme/thumbnail/2x/juhi-trivedi-cape-2x.jpg and b/static/images/theme/thumbnail/2x/juhi-trivedi-cape-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jumpalottahigh-gatsby-starter-blog-jumpalottahigh-2x.jpg b/static/images/theme/thumbnail/2x/jumpalottahigh-gatsby-starter-blog-jumpalottahigh-2x.jpg index c8641c242..ddb3c2530 100644 Binary files a/static/images/theme/thumbnail/2x/jumpalottahigh-gatsby-starter-blog-jumpalottahigh-2x.jpg and b/static/images/theme/thumbnail/2x/jumpalottahigh-gatsby-starter-blog-jumpalottahigh-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/junlulocky-popuptweets-2x.jpg b/static/images/theme/thumbnail/2x/junlulocky-popuptweets-2x.jpg index 692619e17..a2136aaa5 100644 Binary files a/static/images/theme/thumbnail/2x/junlulocky-popuptweets-2x.jpg and b/static/images/theme/thumbnail/2x/junlulocky-popuptweets-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/justgoodthemes-blogbox-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/justgoodthemes-blogbox-jekyll-theme-2x.jpg new file mode 100644 index 000000000..de7e49974 Binary files /dev/null and b/static/images/theme/thumbnail/2x/justgoodthemes-blogbox-jekyll-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/justgoodthemes-scriptor-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/justgoodthemes-scriptor-jekyll-theme-2x.jpg new file mode 100644 index 000000000..6614a9e27 Binary files /dev/null and b/static/images/theme/thumbnail/2x/justgoodthemes-scriptor-jekyll-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/justinformentin-gatsby-v2-tutorial-starter-2x.jpg b/static/images/theme/thumbnail/2x/justinformentin-gatsby-v2-tutorial-starter-2x.jpg index 09539f947..cb95e7fd4 100644 Binary files a/static/images/theme/thumbnail/2x/justinformentin-gatsby-v2-tutorial-starter-2x.jpg and b/static/images/theme/thumbnail/2x/justinformentin-gatsby-v2-tutorial-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/jweslley-hugo-conference-2x.jpg b/static/images/theme/thumbnail/2x/jweslley-hugo-conference-2x.jpg deleted file mode 100644 index cd171748b..000000000 Binary files a/static/images/theme/thumbnail/2x/jweslley-hugo-conference-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/jwillmer-jekylldecent-2x.jpg b/static/images/theme/thumbnail/2x/jwillmer-jekylldecent-2x.jpg index 59a5af9a1..4e9b7cfaa 100644 Binary files a/static/images/theme/thumbnail/2x/jwillmer-jekylldecent-2x.jpg and b/static/images/theme/thumbnail/2x/jwillmer-jekylldecent-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kakawait-hugo-tranquilpeak-theme-2x.jpg b/static/images/theme/thumbnail/2x/kakawait-hugo-tranquilpeak-theme-2x.jpg index ef019816a..2793ae083 100644 Binary files a/static/images/theme/thumbnail/2x/kakawait-hugo-tranquilpeak-theme-2x.jpg and b/static/images/theme/thumbnail/2x/kakawait-hugo-tranquilpeak-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kamikat-jekyll-theme-kagami-2x.jpg b/static/images/theme/thumbnail/2x/kamikat-jekyll-theme-kagami-2x.jpg index cca22eda3..7d12f5fc3 100644 Binary files a/static/images/theme/thumbnail/2x/kamikat-jekyll-theme-kagami-2x.jpg and b/static/images/theme/thumbnail/2x/kamikat-jekyll-theme-kagami-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/karloespiritu-blackdoc-2x.jpg b/static/images/theme/thumbnail/2x/karloespiritu-blackdoc-2x.jpg deleted file mode 100644 index e50ab6bad..000000000 Binary files a/static/images/theme/thumbnail/2x/karloespiritu-blackdoc-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/kausalflow-connectome-2x.jpg b/static/images/theme/thumbnail/2x/kausalflow-connectome-2x.jpg index 1508e1457..101ca2de6 100644 Binary files a/static/images/theme/thumbnail/2x/kausalflow-connectome-2x.jpg and b/static/images/theme/thumbnail/2x/kausalflow-connectome-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kaushalmodi-hugo-bare-min-theme-2x.jpg b/static/images/theme/thumbnail/2x/kaushalmodi-hugo-bare-min-theme-2x.jpg index 4ee4f851a..9c6d8dff6 100644 Binary files a/static/images/theme/thumbnail/2x/kaushalmodi-hugo-bare-min-theme-2x.jpg and b/static/images/theme/thumbnail/2x/kaushalmodi-hugo-bare-min-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kazumasato-siera-2x.jpg b/static/images/theme/thumbnail/2x/kazumasato-siera-2x.jpg index bc0e92abb..b0b05525b 100644 Binary files a/static/images/theme/thumbnail/2x/kazumasato-siera-2x.jpg and b/static/images/theme/thumbnail/2x/kazumasato-siera-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kc0bfv-ticky_tacky_dark-2x.jpg b/static/images/theme/thumbnail/2x/kc0bfv-ticky_tacky_dark-2x.jpg index 02452d507..142294bcd 100644 Binary files a/static/images/theme/thumbnail/2x/kc0bfv-ticky_tacky_dark-2x.jpg and b/static/images/theme/thumbnail/2x/kc0bfv-ticky_tacky_dark-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kdevo-osprey-delight-2x.jpg b/static/images/theme/thumbnail/2x/kdevo-osprey-delight-2x.jpg new file mode 100644 index 000000000..a0da8eaf7 Binary files /dev/null and b/static/images/theme/thumbnail/2x/kdevo-osprey-delight-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kdheepak-pelican-smoothie-2x.jpg b/static/images/theme/thumbnail/2x/kdheepak-pelican-smoothie-2x.jpg index 2f40dfe84..07f517f19 100644 Binary files a/static/images/theme/thumbnail/2x/kdheepak-pelican-smoothie-2x.jpg and b/static/images/theme/thumbnail/2x/kdheepak-pelican-smoothie-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/keichi-vienna-2x.jpg b/static/images/theme/thumbnail/2x/keichi-vienna-2x.jpg deleted file mode 100644 index 3927897bf..000000000 Binary files a/static/images/theme/thumbnail/2x/keichi-vienna-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/kejunmao-jekyll-theme-mdui-2x.jpg b/static/images/theme/thumbnail/2x/kejunmao-jekyll-theme-mdui-2x.jpg deleted file mode 100644 index 23aa0cfb0..000000000 Binary files a/static/images/theme/thumbnail/2x/kejunmao-jekyll-theme-mdui-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/kendallstrautman-brevifolia-gatsby-forestry-2x.jpg b/static/images/theme/thumbnail/2x/kendallstrautman-brevifolia-gatsby-forestry-2x.jpg index 7b96c2539..bcfb0f9fc 100644 Binary files a/static/images/theme/thumbnail/2x/kendallstrautman-brevifolia-gatsby-forestry-2x.jpg and b/static/images/theme/thumbnail/2x/kendallstrautman-brevifolia-gatsby-forestry-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kendallstrautman-brevifolia-gridsome-forestry-2x.jpg b/static/images/theme/thumbnail/2x/kendallstrautman-brevifolia-gridsome-forestry-2x.jpg index 6d17482b0..fdaf59e34 100644 Binary files a/static/images/theme/thumbnail/2x/kendallstrautman-brevifolia-gridsome-forestry-2x.jpg and b/static/images/theme/thumbnail/2x/kendallstrautman-brevifolia-gridsome-forestry-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kentico-gatsby-starter-kontent-2x.jpg b/static/images/theme/thumbnail/2x/kentico-gatsby-starter-kontent-2x.jpg index 4459c942d..8d47d09d6 100644 Binary files a/static/images/theme/thumbnail/2x/kentico-gatsby-starter-kontent-2x.jpg and b/static/images/theme/thumbnail/2x/kentico-gatsby-starter-kontent-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kentico-gatsby-starter-kontent-lumen-2x.jpg b/static/images/theme/thumbnail/2x/kentico-gatsby-starter-kontent-lumen-2x.jpg index 79a90c7eb..d787bba2a 100644 Binary files a/static/images/theme/thumbnail/2x/kentico-gatsby-starter-kontent-lumen-2x.jpg and b/static/images/theme/thumbnail/2x/kentico-gatsby-starter-kontent-lumen-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kentico-kontent-boilerplate-statiq-net-2x.jpg b/static/images/theme/thumbnail/2x/kentico-kontent-boilerplate-statiq-net-2x.jpg index 83a7c0fe9..d3dea2836 100644 Binary files a/static/images/theme/thumbnail/2x/kentico-kontent-boilerplate-statiq-net-2x.jpg and b/static/images/theme/thumbnail/2x/kentico-kontent-boilerplate-statiq-net-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kentico-kontent-jekyll-blog-2x.jpg b/static/images/theme/thumbnail/2x/kentico-kontent-jekyll-blog-2x.jpg index be437418d..f0ea7f4cc 100644 Binary files a/static/images/theme/thumbnail/2x/kentico-kontent-jekyll-blog-2x.jpg and b/static/images/theme/thumbnail/2x/kentico-kontent-jekyll-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kentico-kontent-sample-dancing-goat-gridsome-2x.jpg b/static/images/theme/thumbnail/2x/kentico-kontent-sample-dancing-goat-gridsome-2x.jpg index 9488168af..7148963ac 100644 Binary files a/static/images/theme/thumbnail/2x/kentico-kontent-sample-dancing-goat-gridsome-2x.jpg and b/static/images/theme/thumbnail/2x/kentico-kontent-sample-dancing-goat-gridsome-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kevit-devaid-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/kevit-devaid-jekyll-theme-2x.jpg index c683585be..7de092f78 100644 Binary files a/static/images/theme/thumbnail/2x/kevit-devaid-jekyll-theme-2x.jpg and b/static/images/theme/thumbnail/2x/kevit-devaid-jekyll-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kimnagui-gatsby-starter-nagui-2x.jpg b/static/images/theme/thumbnail/2x/kimnagui-gatsby-starter-nagui-2x.jpg deleted file mode 100644 index d566dfab9..000000000 Binary files a/static/images/theme/thumbnail/2x/kimnagui-gatsby-starter-nagui-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/kingfelix-emerald-2x.jpg b/static/images/theme/thumbnail/2x/kingfelix-emerald-2x.jpg deleted file mode 100644 index 06e4dd9bb..000000000 Binary files a/static/images/theme/thumbnail/2x/kingfelix-emerald-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/kishaningithub-hugo-creative-portfolio-theme-2x.jpg b/static/images/theme/thumbnail/2x/kishaningithub-hugo-creative-portfolio-theme-2x.jpg deleted file mode 100644 index 1902c3800..000000000 Binary files a/static/images/theme/thumbnail/2x/kishaningithub-hugo-creative-portfolio-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/kitian616-jekyll-text-theme-2x.jpg b/static/images/theme/thumbnail/2x/kitian616-jekyll-text-theme-2x.jpg index 556b6566a..be8a142c3 100644 Binary files a/static/images/theme/thumbnail/2x/kitian616-jekyll-text-theme-2x.jpg and b/static/images/theme/thumbnail/2x/kitian616-jekyll-text-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kkninjae-book-2x.jpg b/static/images/theme/thumbnail/2x/kkninjae-book-2x.jpg deleted file mode 100644 index 4fe682894..000000000 Binary files a/static/images/theme/thumbnail/2x/kkninjae-book-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/klugjo-hexo-theme-alpha-dust-2x.jpg b/static/images/theme/thumbnail/2x/klugjo-hexo-theme-alpha-dust-2x.jpg index e12b723d8..64711cd35 100644 Binary files a/static/images/theme/thumbnail/2x/klugjo-hexo-theme-alpha-dust-2x.jpg and b/static/images/theme/thumbnail/2x/klugjo-hexo-theme-alpha-dust-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/klugjo-hexo-theme-anodyne-2x.jpg b/static/images/theme/thumbnail/2x/klugjo-hexo-theme-anodyne-2x.jpg index 3bce7ca49..91cd0d419 100644 Binary files a/static/images/theme/thumbnail/2x/klugjo-hexo-theme-anodyne-2x.jpg and b/static/images/theme/thumbnail/2x/klugjo-hexo-theme-anodyne-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/klugjo-hexo-theme-clean-blog-2x.jpg b/static/images/theme/thumbnail/2x/klugjo-hexo-theme-clean-blog-2x.jpg index f25d9a817..3cecc14ce 100644 Binary files a/static/images/theme/thumbnail/2x/klugjo-hexo-theme-clean-blog-2x.jpg and b/static/images/theme/thumbnail/2x/klugjo-hexo-theme-clean-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/klugjo-hexo-theme-phantom-2x.jpg b/static/images/theme/thumbnail/2x/klugjo-hexo-theme-phantom-2x.jpg index 7ece27349..ed04d155c 100644 Binary files a/static/images/theme/thumbnail/2x/klugjo-hexo-theme-phantom-2x.jpg and b/static/images/theme/thumbnail/2x/klugjo-hexo-theme-phantom-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/knaman2609-clean-2x.jpg b/static/images/theme/thumbnail/2x/knaman2609-clean-2x.jpg index 34edea44d..c51e0032f 100644 Binary files a/static/images/theme/thumbnail/2x/knaman2609-clean-2x.jpg and b/static/images/theme/thumbnail/2x/knaman2609-clean-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/knhash-jekyllbear-2x.jpg b/static/images/theme/thumbnail/2x/knhash-jekyllbear-2x.jpg new file mode 100644 index 000000000..678184f71 Binary files /dev/null and b/static/images/theme/thumbnail/2x/knhash-jekyllbear-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/knhash-pudhina-2x.jpg b/static/images/theme/thumbnail/2x/knhash-pudhina-2x.jpg index e81817d48..c509267e5 100644 Binary files a/static/images/theme/thumbnail/2x/knhash-pudhina-2x.jpg and b/static/images/theme/thumbnail/2x/knhash-pudhina-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/knightjdr-gatsby-starter-scientist-2x.jpg b/static/images/theme/thumbnail/2x/knightjdr-gatsby-starter-scientist-2x.jpg index 4b4f92f11..ea3c38172 100644 Binary files a/static/images/theme/thumbnail/2x/knightjdr-gatsby-starter-scientist-2x.jpg and b/static/images/theme/thumbnail/2x/knightjdr-gatsby-starter-scientist-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/koirand-pulp-2x.jpg b/static/images/theme/thumbnail/2x/koirand-pulp-2x.jpg deleted file mode 100644 index 0f0c5e940..000000000 Binary files a/static/images/theme/thumbnail/2x/koirand-pulp-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/konsumer-gatsby-starter-bootstrap-netlify-2x.jpg b/static/images/theme/thumbnail/2x/konsumer-gatsby-starter-bootstrap-netlify-2x.jpg index d7a3a4483..f75e301a7 100644 Binary files a/static/images/theme/thumbnail/2x/konsumer-gatsby-starter-bootstrap-netlify-2x.jpg and b/static/images/theme/thumbnail/2x/konsumer-gatsby-starter-bootstrap-netlify-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kronik3r-daktilo-2x.jpg b/static/images/theme/thumbnail/2x/kronik3r-daktilo-2x.jpg index ee1c03126..ebe31d431 100644 Binary files a/static/images/theme/thumbnail/2x/kronik3r-daktilo-2x.jpg and b/static/images/theme/thumbnail/2x/kronik3r-daktilo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kulacino-bajawa-2x.jpg b/static/images/theme/thumbnail/2x/kulacino-bajawa-2x.jpg index cf0118684..c2f85dbc8 100644 Binary files a/static/images/theme/thumbnail/2x/kulacino-bajawa-2x.jpg and b/static/images/theme/thumbnail/2x/kulacino-bajawa-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kun8018-gatsby-starter-icarus-blog-2x.jpg b/static/images/theme/thumbnail/2x/kun8018-gatsby-starter-icarus-blog-2x.jpg new file mode 100644 index 000000000..cd960961e Binary files /dev/null and b/static/images/theme/thumbnail/2x/kun8018-gatsby-starter-icarus-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kuntoaji-dekyll-2x.jpg b/static/images/theme/thumbnail/2x/kuntoaji-dekyll-2x.jpg index f8ff8fcbc..80cc0b66f 100644 Binary files a/static/images/theme/thumbnail/2x/kuntoaji-dekyll-2x.jpg and b/static/images/theme/thumbnail/2x/kuntoaji-dekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/kxxvii-kikofri-2x.jpg b/static/images/theme/thumbnail/2x/kxxvii-kikofri-2x.jpg index 7f988fd29..34ab9f379 100644 Binary files a/static/images/theme/thumbnail/2x/kxxvii-kikofri-2x.jpg and b/static/images/theme/thumbnail/2x/kxxvii-kikofri-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/laixintao-princess-diaries-2x.jpg b/static/images/theme/thumbnail/2x/laixintao-princess-diaries-2x.jpg index fbbcbbe31..c42cce0f1 100644 Binary files a/static/images/theme/thumbnail/2x/laixintao-princess-diaries-2x.jpg and b/static/images/theme/thumbnail/2x/laixintao-princess-diaries-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/laobubu-jekyll-theme-easybook-2x.jpg b/static/images/theme/thumbnail/2x/laobubu-jekyll-theme-easybook-2x.jpg deleted file mode 100644 index ba3e66e60..000000000 Binary files a/static/images/theme/thumbnail/2x/laobubu-jekyll-theme-easybook-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/lasseborly-anybodyhome-2x.jpg b/static/images/theme/thumbnail/2x/lasseborly-anybodyhome-2x.jpg deleted file mode 100644 index 1953c4af6..000000000 Binary files a/static/images/theme/thumbnail/2x/lasseborly-anybodyhome-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/lauragift21-gridsome-minimal-blog-2x.jpg b/static/images/theme/thumbnail/2x/lauragift21-gridsome-minimal-blog-2x.jpg index cf7a0aa71..31bc587bb 100644 Binary files a/static/images/theme/thumbnail/2x/lauragift21-gridsome-minimal-blog-2x.jpg and b/static/images/theme/thumbnail/2x/lauragift21-gridsome-minimal-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lavkumarv-feature-blog-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/lavkumarv-feature-blog-jekyll-2x.jpg index b2eb28896..42a183be2 100644 Binary files a/static/images/theme/thumbnail/2x/lavkumarv-feature-blog-jekyll-2x.jpg and b/static/images/theme/thumbnail/2x/lavkumarv-feature-blog-jekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/le4ker-personal-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/le4ker-personal-jekyll-theme-2x.jpg index 299fd69df..6bbace2db 100644 Binary files a/static/images/theme/thumbnail/2x/le4ker-personal-jekyll-theme-2x.jpg and b/static/images/theme/thumbnail/2x/le4ker-personal-jekyll-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lednerb-bilberry-hugo-theme-2x.jpg b/static/images/theme/thumbnail/2x/lednerb-bilberry-hugo-theme-2x.jpg index bce0875d7..00dbb4ab5 100644 Binary files a/static/images/theme/thumbnail/2x/lednerb-bilberry-hugo-theme-2x.jpg and b/static/images/theme/thumbnail/2x/lednerb-bilberry-hugo-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-minimal-blog-2x.jpg b/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-minimal-blog-2x.jpg index 2028d1dc8..cb82aaccd 100644 Binary files a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-minimal-blog-2x.jpg and b/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-minimal-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-bella-2x.jpg b/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-bella-2x.jpg index 9b57495d7..6b3ddb19d 100644 Binary files a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-bella-2x.jpg and b/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-bella-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-cara-2x.jpg b/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-cara-2x.jpg index e41596297..bd23f34ed 100644 Binary files a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-cara-2x.jpg and b/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-cara-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-emilia-2x.jpg b/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-emilia-2x.jpg index a13ad8d2c..f57197b28 100644 Binary files a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-emilia-2x.jpg and b/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-emilia-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-emma-2x.jpg b/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-emma-2x.jpg index a21e147b8..399a85858 100644 Binary files a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-emma-2x.jpg and b/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-emma-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-jodie-2x.jpg b/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-jodie-2x.jpg index 89e4307a7..990583445 100644 Binary files a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-jodie-2x.jpg and b/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-jodie-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lekovicmilos-gatsby-starter-portfolio-2x.jpg b/static/images/theme/thumbnail/2x/lekovicmilos-gatsby-starter-portfolio-2x.jpg index 573b3a628..ec3e3eede 100644 Binary files a/static/images/theme/thumbnail/2x/lekovicmilos-gatsby-starter-portfolio-2x.jpg and b/static/images/theme/thumbnail/2x/lekovicmilos-gatsby-starter-portfolio-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lenpaul-academic-2x.jpg b/static/images/theme/thumbnail/2x/lenpaul-academic-2x.jpg index 838cf7593..348412202 100644 Binary files a/static/images/theme/thumbnail/2x/lenpaul-academic-2x.jpg and b/static/images/theme/thumbnail/2x/lenpaul-academic-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lenpaul-lagrange-2x.jpg b/static/images/theme/thumbnail/2x/lenpaul-lagrange-2x.jpg index a93fbc4a2..32b61f862 100644 Binary files a/static/images/theme/thumbnail/2x/lenpaul-lagrange-2x.jpg and b/static/images/theme/thumbnail/2x/lenpaul-lagrange-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lenpaul-millennial-2x.jpg b/static/images/theme/thumbnail/2x/lenpaul-millennial-2x.jpg index 10951f902..f5f2d8204 100644 Binary files a/static/images/theme/thumbnail/2x/lenpaul-millennial-2x.jpg and b/static/images/theme/thumbnail/2x/lenpaul-millennial-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lenpaul-portfolio-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/lenpaul-portfolio-jekyll-theme-2x.jpg index f5d4ac9ad..f233b5fa6 100644 Binary files a/static/images/theme/thumbnail/2x/lenpaul-portfolio-jekyll-theme-2x.jpg and b/static/images/theme/thumbnail/2x/lenpaul-portfolio-jekyll-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/leonhe-hugo_eiio-2x.jpg b/static/images/theme/thumbnail/2x/leonhe-hugo_eiio-2x.jpg deleted file mode 100644 index 3401aed0c..000000000 Binary files a/static/images/theme/thumbnail/2x/leonhe-hugo_eiio-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/leopardpan-leopardpan.github.io-2x.jpg b/static/images/theme/thumbnail/2x/leopardpan-leopardpan.github.io-2x.jpg deleted file mode 100644 index 8d1ff9b59..000000000 Binary files a/static/images/theme/thumbnail/2x/leopardpan-leopardpan.github.io-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/lewislbr-lewis-gatsby-starter-blog-2x.jpg b/static/images/theme/thumbnail/2x/lewislbr-lewis-gatsby-starter-blog-2x.jpg deleted file mode 100644 index 233783eea..000000000 Binary files a/static/images/theme/thumbnail/2x/lewislbr-lewis-gatsby-starter-blog-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/lgaida-mediumish-gohugo-theme-2x.jpg b/static/images/theme/thumbnail/2x/lgaida-mediumish-gohugo-theme-2x.jpg index 4a6122a37..560afdfe6 100644 Binary files a/static/images/theme/thumbnail/2x/lgaida-mediumish-gohugo-theme-2x.jpg and b/static/images/theme/thumbnail/2x/lgaida-mediumish-gohugo-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lgcolella-gatsby-starter-developer-blog-2x.jpg b/static/images/theme/thumbnail/2x/lgcolella-gatsby-starter-developer-blog-2x.jpg deleted file mode 100644 index 9ce6056fa..000000000 Binary files a/static/images/theme/thumbnail/2x/lgcolella-gatsby-starter-developer-blog-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/liberxue-liberxue.github.io-2x.jpg b/static/images/theme/thumbnail/2x/liberxue-liberxue.github.io-2x.jpg index 62a03b079..c79ffdd61 100644 Binary files a/static/images/theme/thumbnail/2x/liberxue-liberxue.github.io-2x.jpg and b/static/images/theme/thumbnail/2x/liberxue-liberxue.github.io-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lingxz-er-2x.jpg b/static/images/theme/thumbnail/2x/lingxz-er-2x.jpg deleted file mode 100644 index 3d9ce58c7..000000000 Binary files a/static/images/theme/thumbnail/2x/lingxz-er-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/link9596-hydrogen-2x.jpg b/static/images/theme/thumbnail/2x/link9596-hydrogen-2x.jpg index 79e0510ba..964b7587f 100644 Binary files a/static/images/theme/thumbnail/2x/link9596-hydrogen-2x.jpg and b/static/images/theme/thumbnail/2x/link9596-hydrogen-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/link9596-jekyll-theme-hydrogen-2x.jpg b/static/images/theme/thumbnail/2x/link9596-jekyll-theme-hydrogen-2x.jpg new file mode 100644 index 000000000..a2bb75695 Binary files /dev/null and b/static/images/theme/thumbnail/2x/link9596-jekyll-theme-hydrogen-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/liungkejin-liungkejin.github.io-2x.jpg b/static/images/theme/thumbnail/2x/liungkejin-liungkejin.github.io-2x.jpg index b405fbbfe..07daea396 100644 Binary files a/static/images/theme/thumbnail/2x/liungkejin-liungkejin.github.io-2x.jpg and b/static/images/theme/thumbnail/2x/liungkejin-liungkejin.github.io-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/liuzc-leaveit-2x.jpg b/static/images/theme/thumbnail/2x/liuzc-leaveit-2x.jpg deleted file mode 100644 index 83a2201c4..000000000 Binary files a/static/images/theme/thumbnail/2x/liuzc-leaveit-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/livingdocsio-gatsby-magazine-example-2x.jpg b/static/images/theme/thumbnail/2x/livingdocsio-gatsby-magazine-example-2x.jpg index 15f161e47..dd4adbe2c 100644 Binary files a/static/images/theme/thumbnail/2x/livingdocsio-gatsby-magazine-example-2x.jpg and b/static/images/theme/thumbnail/2x/livingdocsio-gatsby-magazine-example-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lixizhi-lixizhi.github.io-2x.jpg b/static/images/theme/thumbnail/2x/lixizhi-lixizhi.github.io-2x.jpg index 3754804aa..af9bb3391 100644 Binary files a/static/images/theme/thumbnail/2x/lixizhi-lixizhi.github.io-2x.jpg and b/static/images/theme/thumbnail/2x/lixizhi-lixizhi.github.io-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/longpdo-neumorphism-2x.jpg b/static/images/theme/thumbnail/2x/longpdo-neumorphism-2x.jpg index 8533743a2..347f6951f 100644 Binary files a/static/images/theme/thumbnail/2x/longpdo-neumorphism-2x.jpg and b/static/images/theme/thumbnail/2x/longpdo-neumorphism-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lordmathis-hugo-theme-nix-2x.jpg b/static/images/theme/thumbnail/2x/lordmathis-hugo-theme-nix-2x.jpg deleted file mode 100644 index f9dffe5ba..000000000 Binary files a/static/images/theme/thumbnail/2x/lordmathis-hugo-theme-nix-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/lorepirri-cayman-blog-2x.jpg b/static/images/theme/thumbnail/2x/lorepirri-cayman-blog-2x.jpg index b72ea9eea..3c028e039 100644 Binary files a/static/images/theme/thumbnail/2x/lorepirri-cayman-blog-2x.jpg and b/static/images/theme/thumbnail/2x/lorepirri-cayman-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lorepirri-jekyll-theme-simple-blog-2x.jpg b/static/images/theme/thumbnail/2x/lorepirri-jekyll-theme-simple-blog-2x.jpg deleted file mode 100644 index 0fcb15b55..000000000 Binary files a/static/images/theme/thumbnail/2x/lorepirri-jekyll-theme-simple-blog-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/loveminimal-hugo-theme-virgo-2x.jpg b/static/images/theme/thumbnail/2x/loveminimal-hugo-theme-virgo-2x.jpg new file mode 100644 index 000000000..eb7d26422 Binary files /dev/null and b/static/images/theme/thumbnail/2x/loveminimal-hugo-theme-virgo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lubang-hugo-hello-programmer-theme-2x.jpg b/static/images/theme/thumbnail/2x/lubang-hugo-hello-programmer-theme-2x.jpg index 424a89103..b99618175 100644 Binary files a/static/images/theme/thumbnail/2x/lubang-hugo-hello-programmer-theme-2x.jpg and b/static/images/theme/thumbnail/2x/lubang-hugo-hello-programmer-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lucaspulliese-next-ecommerce-2x.jpg b/static/images/theme/thumbnail/2x/lucaspulliese-next-ecommerce-2x.jpg new file mode 100644 index 000000000..b2b265fb5 Binary files /dev/null and b/static/images/theme/thumbnail/2x/lucaspulliese-next-ecommerce-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/luizdepra-hugo-coder-2x.jpg b/static/images/theme/thumbnail/2x/luizdepra-hugo-coder-2x.jpg deleted file mode 100644 index 6e53c9ddd..000000000 Binary files a/static/images/theme/thumbnail/2x/luizdepra-hugo-coder-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/lukewhitehouse-gatsby-starter-blog-with-lunr-2x.jpg b/static/images/theme/thumbnail/2x/lukewhitehouse-gatsby-starter-blog-with-lunr-2x.jpg index 1b239b279..96f401950 100644 Binary files a/static/images/theme/thumbnail/2x/lukewhitehouse-gatsby-starter-blog-with-lunr-2x.jpg and b/static/images/theme/thumbnail/2x/lukewhitehouse-gatsby-starter-blog-with-lunr-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lunaceee-hexo-material-netlify-2x.jpg b/static/images/theme/thumbnail/2x/lunaceee-hexo-material-netlify-2x.jpg index a6e83944b..7cb25be40 100644 Binary files a/static/images/theme/thumbnail/2x/lunaceee-hexo-material-netlify-2x.jpg and b/static/images/theme/thumbnail/2x/lunaceee-hexo-material-netlify-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lundgren2-gatsby-starter-github-api-2x.jpg b/static/images/theme/thumbnail/2x/lundgren2-gatsby-starter-github-api-2x.jpg index b4ca28f50..de06e1297 100644 Binary files a/static/images/theme/thumbnail/2x/lundgren2-gatsby-starter-github-api-2x.jpg and b/static/images/theme/thumbnail/2x/lundgren2-gatsby-starter-github-api-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/luoyan35714-lessormore-2x.jpg b/static/images/theme/thumbnail/2x/luoyan35714-lessormore-2x.jpg index 1ed0a645c..d2472aeb1 100644 Binary files a/static/images/theme/thumbnail/2x/luoyan35714-lessormore-2x.jpg and b/static/images/theme/thumbnail/2x/luoyan35714-lessormore-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lwojcik-eleventy-template-bliss-2x.jpg b/static/images/theme/thumbnail/2x/lwojcik-eleventy-template-bliss-2x.jpg new file mode 100644 index 000000000..faf387707 Binary files /dev/null and b/static/images/theme/thumbnail/2x/lwojcik-eleventy-template-bliss-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lwz7512-gatsby-netlify-identity-starter-2x.jpg b/static/images/theme/thumbnail/2x/lwz7512-gatsby-netlify-identity-starter-2x.jpg index 6798d826f..01c435d96 100644 Binary files a/static/images/theme/thumbnail/2x/lwz7512-gatsby-netlify-identity-starter-2x.jpg and b/static/images/theme/thumbnail/2x/lwz7512-gatsby-netlify-identity-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lwz7512-next-dev-studio-2x.jpg b/static/images/theme/thumbnail/2x/lwz7512-next-dev-studio-2x.jpg index 36812b181..81640e5e2 100644 Binary files a/static/images/theme/thumbnail/2x/lwz7512-next-dev-studio-2x.jpg and b/static/images/theme/thumbnail/2x/lwz7512-next-dev-studio-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lwz7512-next-smooth-doc-2x.jpg b/static/images/theme/thumbnail/2x/lwz7512-next-smooth-doc-2x.jpg index ef79ec645..e56122642 100644 Binary files a/static/images/theme/thumbnail/2x/lwz7512-next-smooth-doc-2x.jpg and b/static/images/theme/thumbnail/2x/lwz7512-next-smooth-doc-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lwz7512-next-static-neve-2x.jpg b/static/images/theme/thumbnail/2x/lwz7512-next-static-neve-2x.jpg index 1ee7d23c6..71bd6e9c2 100644 Binary files a/static/images/theme/thumbnail/2x/lwz7512-next-static-neve-2x.jpg and b/static/images/theme/thumbnail/2x/lwz7512-next-static-neve-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lxndrblz-anatole-2x.jpg b/static/images/theme/thumbnail/2x/lxndrblz-anatole-2x.jpg new file mode 100644 index 000000000..f912564f4 Binary files /dev/null and b/static/images/theme/thumbnail/2x/lxndrblz-anatole-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/lyket-dev-nextjs-simple-blog-theme-2x.jpg b/static/images/theme/thumbnail/2x/lyket-dev-nextjs-simple-blog-theme-2x.jpg index bdc26d6c7..4bd05cf67 100644 Binary files a/static/images/theme/thumbnail/2x/lyket-dev-nextjs-simple-blog-theme-2x.jpg and b/static/images/theme/thumbnail/2x/lyket-dev-nextjs-simple-blog-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/macrod68-jekyll-materialize-starter-template-2x.jpg b/static/images/theme/thumbnail/2x/macrod68-jekyll-materialize-starter-template-2x.jpg deleted file mode 100644 index 895a41d93..000000000 Binary files a/static/images/theme/thumbnail/2x/macrod68-jekyll-materialize-starter-template-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/madelyneriksen-gatsby-starter-tyra-2x.jpg b/static/images/theme/thumbnail/2x/madelyneriksen-gatsby-starter-tyra-2x.jpg index a86298985..993c14fba 100644 Binary files a/static/images/theme/thumbnail/2x/madelyneriksen-gatsby-starter-tyra-2x.jpg and b/static/images/theme/thumbnail/2x/madelyneriksen-gatsby-starter-tyra-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/madforjekyll-madforjekyll.github.io-2x.jpg b/static/images/theme/thumbnail/2x/madforjekyll-madforjekyll.github.io-2x.jpg index d472a1b31..f8056a3ac 100644 Binary files a/static/images/theme/thumbnail/2x/madforjekyll-madforjekyll.github.io-2x.jpg and b/static/images/theme/thumbnail/2x/madforjekyll-madforjekyll.github.io-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/manid2-lone-wolf-theme-2x.jpg b/static/images/theme/thumbnail/2x/manid2-lone-wolf-theme-2x.jpg index 2ecb9d005..c745db8ca 100644 Binary files a/static/images/theme/thumbnail/2x/manid2-lone-wolf-theme-2x.jpg and b/static/images/theme/thumbnail/2x/manid2-lone-wolf-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/marcanuy-hugotube-2x.jpg b/static/images/theme/thumbnail/2x/marcanuy-hugotube-2x.jpg index 2bda040df..e39a6b11b 100644 Binary files a/static/images/theme/thumbnail/2x/marcanuy-hugotube-2x.jpg and b/static/images/theme/thumbnail/2x/marcanuy-hugotube-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/marcanuy-simpleit-hugo-theme-2x.jpg b/static/images/theme/thumbnail/2x/marcanuy-simpleit-hugo-theme-2x.jpg deleted file mode 100644 index 3e5991765..000000000 Binary files a/static/images/theme/thumbnail/2x/marcanuy-simpleit-hugo-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/marcomelilli-gatsby-airtable-advanced-starter-2x.jpg b/static/images/theme/thumbnail/2x/marcomelilli-gatsby-airtable-advanced-starter-2x.jpg index ad9342ea1..a52fe634e 100644 Binary files a/static/images/theme/thumbnail/2x/marcomelilli-gatsby-airtable-advanced-starter-2x.jpg and b/static/images/theme/thumbnail/2x/marcomelilli-gatsby-airtable-advanced-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/marcusvirg-forty-2x.jpg b/static/images/theme/thumbnail/2x/marcusvirg-forty-2x.jpg deleted file mode 100644 index 4e2844ca1..000000000 Binary files a/static/images/theme/thumbnail/2x/marcusvirg-forty-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/margueriteroth-gatsby-prismic-starter-prist-2x.jpg b/static/images/theme/thumbnail/2x/margueriteroth-gatsby-prismic-starter-prist-2x.jpg index 3a1dea7b3..1a6124053 100644 Binary files a/static/images/theme/thumbnail/2x/margueriteroth-gatsby-prismic-starter-prist-2x.jpg and b/static/images/theme/thumbnail/2x/margueriteroth-gatsby-prismic-starter-prist-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/markoradak-gatsby-starter-storybook-2x.jpg b/static/images/theme/thumbnail/2x/markoradak-gatsby-starter-storybook-2x.jpg index 032b9c585..5f9b854dd 100644 Binary files a/static/images/theme/thumbnail/2x/markoradak-gatsby-starter-storybook-2x.jpg and b/static/images/theme/thumbnail/2x/markoradak-gatsby-starter-storybook-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/matcornic-hugo-theme-learn-2x.jpg b/static/images/theme/thumbnail/2x/matcornic-hugo-theme-learn-2x.jpg index 9aeed524c..fbbf101dd 100644 Binary files a/static/images/theme/thumbnail/2x/matcornic-hugo-theme-learn-2x.jpg and b/static/images/theme/thumbnail/2x/matcornic-hugo-theme-learn-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/mateussmedeiros-blade-theme-2x.jpg b/static/images/theme/thumbnail/2x/mateussmedeiros-blade-theme-2x.jpg index e22561e43..9ab5736de 100644 Binary files a/static/images/theme/thumbnail/2x/mateussmedeiros-blade-theme-2x.jpg and b/static/images/theme/thumbnail/2x/mateussmedeiros-blade-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/mattbutton-silhouette-hugo-2x.jpg b/static/images/theme/thumbnail/2x/mattbutton-silhouette-hugo-2x.jpg deleted file mode 100644 index 3583e0268..000000000 Binary files a/static/images/theme/thumbnail/2x/mattbutton-silhouette-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/mattgraham-leap-day-2x.jpg b/static/images/theme/thumbnail/2x/mattgraham-leap-day-2x.jpg index ada262300..e3da6f352 100644 Binary files a/static/images/theme/thumbnail/2x/mattgraham-leap-day-2x.jpg and b/static/images/theme/thumbnail/2x/mattgraham-leap-day-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/mattgraham-midnight-2x.jpg b/static/images/theme/thumbnail/2x/mattgraham-midnight-2x.jpg index 13c1e4ec5..e1c129a17 100644 Binary files a/static/images/theme/thumbnail/2x/mattgraham-midnight-2x.jpg and b/static/images/theme/thumbnail/2x/mattgraham-midnight-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/mattolson-middleman-bootstrap-template-2x.jpg b/static/images/theme/thumbnail/2x/mattolson-middleman-bootstrap-template-2x.jpg deleted file mode 100644 index 47d11b7db..000000000 Binary files a/static/images/theme/thumbnail/2x/mattolson-middleman-bootstrap-template-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/mattolson-middleman-zurb-template-2x.jpg b/static/images/theme/thumbnail/2x/mattolson-middleman-zurb-template-2x.jpg deleted file mode 100644 index ab98dc595..000000000 Binary files a/static/images/theme/thumbnail/2x/mattolson-middleman-zurb-template-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/mattvh-solar-theme-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/mattvh-solar-theme-jekyll-2x.jpg index edcd43ba9..9a08d3de3 100644 Binary files a/static/images/theme/thumbnail/2x/mattvh-solar-theme-jekyll-2x.jpg and b/static/images/theme/thumbnail/2x/mattvh-solar-theme-jekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/maxpou-gatsby-starter-morning-dew-2x.jpg b/static/images/theme/thumbnail/2x/maxpou-gatsby-starter-morning-dew-2x.jpg index 0172fed8b..173baa4b9 100644 Binary files a/static/images/theme/thumbnail/2x/maxpou-gatsby-starter-morning-dew-2x.jpg and b/static/images/theme/thumbnail/2x/maxpou-gatsby-starter-morning-dew-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/mazgi-hugo-theme-techlog-simple-2x.jpg b/static/images/theme/thumbnail/2x/mazgi-hugo-theme-techlog-simple-2x.jpg deleted file mode 100644 index 9c0c4d830..000000000 Binary files a/static/images/theme/thumbnail/2x/mazgi-hugo-theme-techlog-simple-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/mccrodp-gatsby-starter-contentful-i18n-2x.jpg b/static/images/theme/thumbnail/2x/mccrodp-gatsby-starter-contentful-i18n-2x.jpg index ea4ee032d..532f1c5dd 100644 Binary files a/static/images/theme/thumbnail/2x/mccrodp-gatsby-starter-contentful-i18n-2x.jpg and b/static/images/theme/thumbnail/2x/mccrodp-gatsby-starter-contentful-i18n-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/mdrathik-nuxtjs-tailwind-blog-2x.jpg b/static/images/theme/thumbnail/2x/mdrathik-nuxtjs-tailwind-blog-2x.jpg new file mode 100644 index 000000000..3c5c82702 Binary files /dev/null and b/static/images/theme/thumbnail/2x/mdrathik-nuxtjs-tailwind-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/meibenny-elephants-2x.jpg b/static/images/theme/thumbnail/2x/meibenny-elephants-2x.jpg deleted file mode 100644 index 256450547..000000000 Binary files a/static/images/theme/thumbnail/2x/meibenny-elephants-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/melangue-dactl-2x.jpg b/static/images/theme/thumbnail/2x/melangue-dactl-2x.jpg index d0ac3cfa8..485809834 100644 Binary files a/static/images/theme/thumbnail/2x/melangue-dactl-2x.jpg and b/static/images/theme/thumbnail/2x/melangue-dactl-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/meliodus-meliodus.github.io-2x.jpg b/static/images/theme/thumbnail/2x/meliodus-meliodus.github.io-2x.jpg index 99c344f75..c414dd3b4 100644 Binary files a/static/images/theme/thumbnail/2x/meliodus-meliodus.github.io-2x.jpg and b/static/images/theme/thumbnail/2x/meliodus-meliodus.github.io-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/meliodus-uno-dbyll-2x.jpg b/static/images/theme/thumbnail/2x/meliodus-uno-dbyll-2x.jpg index 8ddc40c22..14d6db055 100644 Binary files a/static/images/theme/thumbnail/2x/meliodus-uno-dbyll-2x.jpg and b/static/images/theme/thumbnail/2x/meliodus-uno-dbyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/melvinchng-event-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/melvinchng-event-jekyll-theme-2x.jpg index e34a3a852..0f804505a 100644 Binary files a/static/images/theme/thumbnail/2x/melvinchng-event-jekyll-theme-2x.jpg and b/static/images/theme/thumbnail/2x/melvinchng-event-jekyll-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/mendhak-eleventy-satisfactory-2x.jpg b/static/images/theme/thumbnail/2x/mendhak-eleventy-satisfactory-2x.jpg new file mode 100644 index 000000000..984caca48 Binary files /dev/null and b/static/images/theme/thumbnail/2x/mendhak-eleventy-satisfactory-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/meteorlxy-vuepress-theme-meteorlxy-2x.jpg b/static/images/theme/thumbnail/2x/meteorlxy-vuepress-theme-meteorlxy-2x.jpg index b5def9af0..e6f8af38d 100644 Binary files a/static/images/theme/thumbnail/2x/meteorlxy-vuepress-theme-meteorlxy-2x.jpg and b/static/images/theme/thumbnail/2x/meteorlxy-vuepress-theme-meteorlxy-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/mhadaily-gatsby-starter-typescript-power-blog-2x.jpg b/static/images/theme/thumbnail/2x/mhadaily-gatsby-starter-typescript-power-blog-2x.jpg index b84e914a0..c4d804b95 100644 Binary files a/static/images/theme/thumbnail/2x/mhadaily-gatsby-starter-typescript-power-blog-2x.jpg and b/static/images/theme/thumbnail/2x/mhadaily-gatsby-starter-typescript-power-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/miccall-hexo-theme-mic_theme-2x.jpg b/static/images/theme/thumbnail/2x/miccall-hexo-theme-mic_theme-2x.jpg deleted file mode 100644 index 6615b5ddf..000000000 Binary files a/static/images/theme/thumbnail/2x/miccall-hexo-theme-mic_theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/miguelsimoni-hugo-initio-2x.jpg b/static/images/theme/thumbnail/2x/miguelsimoni-hugo-initio-2x.jpg deleted file mode 100644 index 175529ac5..000000000 Binary files a/static/images/theme/thumbnail/2x/miguelsimoni-hugo-initio-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/mikeblum-hugo-now-2x.jpg b/static/images/theme/thumbnail/2x/mikeblum-hugo-now-2x.jpg deleted file mode 100644 index 3d6de444b..000000000 Binary files a/static/images/theme/thumbnail/2x/mikeblum-hugo-now-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/minhhuy150894-minhhuy150894.github.io-2x.jpg b/static/images/theme/thumbnail/2x/minhhuy150894-minhhuy150894.github.io-2x.jpg deleted file mode 100644 index 90828b0ee..000000000 Binary files a/static/images/theme/thumbnail/2x/minhhuy150894-minhhuy150894.github.io-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/mmistakes-hpstr-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/mmistakes-hpstr-jekyll-theme-2x.jpg index 12f89d977..fed4113bd 100644 Binary files a/static/images/theme/thumbnail/2x/mmistakes-hpstr-jekyll-theme-2x.jpg and b/static/images/theme/thumbnail/2x/mmistakes-hpstr-jekyll-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/mmistakes-jekyll-theme-basically-basic-2x.jpg b/static/images/theme/thumbnail/2x/mmistakes-jekyll-theme-basically-basic-2x.jpg index 2ef8a096b..fc9a13378 100644 Binary files a/static/images/theme/thumbnail/2x/mmistakes-jekyll-theme-basically-basic-2x.jpg and b/static/images/theme/thumbnail/2x/mmistakes-jekyll-theme-basically-basic-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/mmistakes-jekyll-theme-skinny-bones-2x.jpg b/static/images/theme/thumbnail/2x/mmistakes-jekyll-theme-skinny-bones-2x.jpg index 9d34ead94..226629eec 100644 Binary files a/static/images/theme/thumbnail/2x/mmistakes-jekyll-theme-skinny-bones-2x.jpg and b/static/images/theme/thumbnail/2x/mmistakes-jekyll-theme-skinny-bones-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/mmistakes-minimal-mistakes-2x.jpg b/static/images/theme/thumbnail/2x/mmistakes-minimal-mistakes-2x.jpg index fc361790d..2435b5468 100644 Binary files a/static/images/theme/thumbnail/2x/mmistakes-minimal-mistakes-2x.jpg and b/static/images/theme/thumbnail/2x/mmistakes-minimal-mistakes-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/mmistakes-so-simple-theme-2x.jpg b/static/images/theme/thumbnail/2x/mmistakes-so-simple-theme-2x.jpg index a8afe451a..db29f10a9 100644 Binary files a/static/images/theme/thumbnail/2x/mmistakes-so-simple-theme-2x.jpg and b/static/images/theme/thumbnail/2x/mmistakes-so-simple-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/mmrath-hugo-bootstrap-2x.jpg b/static/images/theme/thumbnail/2x/mmrath-hugo-bootstrap-2x.jpg deleted file mode 100644 index fa403b2fe..000000000 Binary files a/static/images/theme/thumbnail/2x/mmrath-hugo-bootstrap-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/mohanmonu777-gatsby-starter-krisp-2x.jpg b/static/images/theme/thumbnail/2x/mohanmonu777-gatsby-starter-krisp-2x.jpg index a12d5ecff..b771f6890 100644 Binary files a/static/images/theme/thumbnail/2x/mohanmonu777-gatsby-starter-krisp-2x.jpg and b/static/images/theme/thumbnail/2x/mohanmonu777-gatsby-starter-krisp-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/molebox-gatsby-theme-pocket-2x.jpg b/static/images/theme/thumbnail/2x/molebox-gatsby-theme-pocket-2x.jpg index 0eb93d842..474fd79fd 100644 Binary files a/static/images/theme/thumbnail/2x/molebox-gatsby-theme-pocket-2x.jpg and b/static/images/theme/thumbnail/2x/molebox-gatsby-theme-pocket-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/moonwave99-waffel-2x.jpg b/static/images/theme/thumbnail/2x/moonwave99-waffel-2x.jpg index 6c88eb943..031e362f1 100644 Binary files a/static/images/theme/thumbnail/2x/moonwave99-waffel-2x.jpg and b/static/images/theme/thumbnail/2x/moonwave99-waffel-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/mrgreensworkshop-mrgreen-jekylltheme-2x.jpg b/static/images/theme/thumbnail/2x/mrgreensworkshop-mrgreen-jekylltheme-2x.jpg new file mode 100644 index 000000000..5fc9366ac Binary files /dev/null and b/static/images/theme/thumbnail/2x/mrgreensworkshop-mrgreen-jekylltheme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/muan-scribble-2x.jpg b/static/images/theme/thumbnail/2x/muan-scribble-2x.jpg index ed93227ac..0aae4b2c4 100644 Binary files a/static/images/theme/thumbnail/2x/muan-scribble-2x.jpg and b/static/images/theme/thumbnail/2x/muan-scribble-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/mudassirgithub-next-basic-blog-2x.jpg b/static/images/theme/thumbnail/2x/mudassirgithub-next-basic-blog-2x.jpg index ed5c5c33c..9b3e30e5e 100644 Binary files a/static/images/theme/thumbnail/2x/mudassirgithub-next-basic-blog-2x.jpg and b/static/images/theme/thumbnail/2x/mudassirgithub-next-basic-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/muenzpraeger-eleventy-chirpy-blog-template-2x.jpg b/static/images/theme/thumbnail/2x/muenzpraeger-eleventy-chirpy-blog-template-2x.jpg index df43ae0ec..de61440f1 100644 Binary files a/static/images/theme/thumbnail/2x/muenzpraeger-eleventy-chirpy-blog-template-2x.jpg and b/static/images/theme/thumbnail/2x/muenzpraeger-eleventy-chirpy-blog-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/muhajirdev-gatsby-starter-firebase-2x.jpg b/static/images/theme/thumbnail/2x/muhajirdev-gatsby-starter-firebase-2x.jpg index 4287fcd77..a17a635e3 100644 Binary files a/static/images/theme/thumbnail/2x/muhajirdev-gatsby-starter-firebase-2x.jpg and b/static/images/theme/thumbnail/2x/muhajirdev-gatsby-starter-firebase-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/muhajirdev-gatsby-starter-redux-firebase-2x.jpg b/static/images/theme/thumbnail/2x/muhajirdev-gatsby-starter-redux-firebase-2x.jpg index 8d1ff9b59..a17a635e3 100644 Binary files a/static/images/theme/thumbnail/2x/muhajirdev-gatsby-starter-redux-firebase-2x.jpg and b/static/images/theme/thumbnail/2x/muhajirdev-gatsby-starter-redux-firebase-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/muhajirdev-gatsby-tailwind-emotion-starter-2x.jpg b/static/images/theme/thumbnail/2x/muhajirdev-gatsby-tailwind-emotion-starter-2x.jpg index ffa565f01..a8e086085 100644 Binary files a/static/images/theme/thumbnail/2x/muhajirdev-gatsby-tailwind-emotion-starter-2x.jpg and b/static/images/theme/thumbnail/2x/muhajirdev-gatsby-tailwind-emotion-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/mumuxme-materialize-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/mumuxme-materialize-jekyll-2x.jpg index 95c7788dd..28cf97f55 100644 Binary files a/static/images/theme/thumbnail/2x/mumuxme-materialize-jekyll-2x.jpg and b/static/images/theme/thumbnail/2x/mumuxme-materialize-jekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/muniftanjim-minimo-2x.jpg b/static/images/theme/thumbnail/2x/muniftanjim-minimo-2x.jpg index 813bf5714..1620aa2e2 100644 Binary files a/static/images/theme/thumbnail/2x/muniftanjim-minimo-2x.jpg and b/static/images/theme/thumbnail/2x/muniftanjim-minimo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/murraco-jekyll-theme-minimal-resume-2x.jpg b/static/images/theme/thumbnail/2x/murraco-jekyll-theme-minimal-resume-2x.jpg index 8e53c900a..e23ea4af5 100644 Binary files a/static/images/theme/thumbnail/2x/murraco-jekyll-theme-minimal-resume-2x.jpg and b/static/images/theme/thumbnail/2x/murraco-jekyll-theme-minimal-resume-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/mushishi78-jekyll-video-2x.jpg b/static/images/theme/thumbnail/2x/mushishi78-jekyll-video-2x.jpg index b1b0355fa..908f3aa9a 100644 Binary files a/static/images/theme/thumbnail/2x/mushishi78-jekyll-video-2x.jpg and b/static/images/theme/thumbnail/2x/mushishi78-jekyll-video-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/mushishi78-one-page-wonder-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/mushishi78-one-page-wonder-jekyll-2x.jpg index 5499c452c..93ae41774 100644 Binary files a/static/images/theme/thumbnail/2x/mushishi78-one-page-wonder-jekyll-2x.jpg and b/static/images/theme/thumbnail/2x/mushishi78-one-page-wonder-jekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/mx3m-hikari-for-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/mx3m-hikari-for-jekyll-2x.jpg deleted file mode 100644 index 80dd77b89..000000000 Binary files a/static/images/theme/thumbnail/2x/mx3m-hikari-for-jekyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/nadjetey-gridgallery-2x.jpg b/static/images/theme/thumbnail/2x/nadjetey-gridgallery-2x.jpg deleted file mode 100644 index 80dd77b89..000000000 Binary files a/static/images/theme/thumbnail/2x/nadjetey-gridgallery-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/nadjetey-redcup-2x.jpg b/static/images/theme/thumbnail/2x/nadjetey-redcup-2x.jpg deleted file mode 100644 index 80dd77b89..000000000 Binary files a/static/images/theme/thumbnail/2x/nadjetey-redcup-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/nadjetey-wangana-2x.jpg b/static/images/theme/thumbnail/2x/nadjetey-wangana-2x.jpg index 1800f86dd..1d0da297b 100644 Binary files a/static/images/theme/thumbnail/2x/nadjetey-wangana-2x.jpg and b/static/images/theme/thumbnail/2x/nadjetey-wangana-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/nairobilug-pelican-alchemy-2x.jpg b/static/images/theme/thumbnail/2x/nairobilug-pelican-alchemy-2x.jpg index 9bdf86624..b826ab3f7 100644 Binary files a/static/images/theme/thumbnail/2x/nairobilug-pelican-alchemy-2x.jpg and b/static/images/theme/thumbnail/2x/nairobilug-pelican-alchemy-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/nakorndev-vuepress-theme-bulma-2x.jpg b/static/images/theme/thumbnail/2x/nakorndev-vuepress-theme-bulma-2x.jpg deleted file mode 100644 index dfd96d3eb..000000000 Binary files a/static/images/theme/thumbnail/2x/nakorndev-vuepress-theme-bulma-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/nandomoreirame-dotx-2x.jpg b/static/images/theme/thumbnail/2x/nandomoreirame-dotx-2x.jpg index c1ad1b347..f208a6f15 100644 Binary files a/static/images/theme/thumbnail/2x/nandomoreirame-dotx-2x.jpg and b/static/images/theme/thumbnail/2x/nandomoreirame-dotx-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/nandomoreirame-end2end-2x.jpg b/static/images/theme/thumbnail/2x/nandomoreirame-end2end-2x.jpg index 55046ddaf..d8dc62611 100644 Binary files a/static/images/theme/thumbnail/2x/nandomoreirame-end2end-2x.jpg and b/static/images/theme/thumbnail/2x/nandomoreirame-end2end-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/nandomoreirame-lora-2x.jpg b/static/images/theme/thumbnail/2x/nandomoreirame-lora-2x.jpg deleted file mode 100644 index 25f24a5d6..000000000 Binary files a/static/images/theme/thumbnail/2x/nandomoreirame-lora-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/nandomoreirame-mug-2x.jpg b/static/images/theme/thumbnail/2x/nandomoreirame-mug-2x.jpg deleted file mode 100644 index 046c43a6f..000000000 Binary files a/static/images/theme/thumbnail/2x/nandomoreirame-mug-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/nandomoreirame-nandomoreira-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/nandomoreirame-nandomoreira-jekyll-theme-2x.jpg deleted file mode 100644 index abfa54448..000000000 Binary files a/static/images/theme/thumbnail/2x/nandomoreirame-nandomoreira-jekyll-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/nandomoreirame-simplest-2x.jpg b/static/images/theme/thumbnail/2x/nandomoreirame-simplest-2x.jpg deleted file mode 100644 index c51d75aa0..000000000 Binary files a/static/images/theme/thumbnail/2x/nandomoreirame-simplest-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/nandomoreirame-zetsu-2x.jpg b/static/images/theme/thumbnail/2x/nandomoreirame-zetsu-2x.jpg index b3765d9f7..752b0971d 100644 Binary files a/static/images/theme/thumbnail/2x/nandomoreirame-zetsu-2x.jpg and b/static/images/theme/thumbnail/2x/nandomoreirame-zetsu-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/nanxiaobei-hugo-paper-2x.jpg b/static/images/theme/thumbnail/2x/nanxiaobei-hugo-paper-2x.jpg index fc5e92ec5..12de26333 100644 Binary files a/static/images/theme/thumbnail/2x/nanxiaobei-hugo-paper-2x.jpg and b/static/images/theme/thumbnail/2x/nanxiaobei-hugo-paper-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/narative-gatsby-theme-novela-2x.jpg b/static/images/theme/thumbnail/2x/narative-gatsby-theme-novela-2x.jpg index 6297a9272..a340e356f 100644 Binary files a/static/images/theme/thumbnail/2x/narative-gatsby-theme-novela-2x.jpg and b/static/images/theme/thumbnail/2x/narative-gatsby-theme-novela-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/natarajmb-charaka-hugo-theme-2x.jpg b/static/images/theme/thumbnail/2x/natarajmb-charaka-hugo-theme-2x.jpg deleted file mode 100644 index 54732cf4e..000000000 Binary files a/static/images/theme/thumbnail/2x/natarajmb-charaka-hugo-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/nathancday-min_night-2x.jpg b/static/images/theme/thumbnail/2x/nathancday-min_night-2x.jpg index 4450b57fe..b66496513 100644 Binary files a/static/images/theme/thumbnail/2x/nathancday-min_night-2x.jpg and b/static/images/theme/thumbnail/2x/nathancday-min_night-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/naufaldi-next-landing-vpn-2x.jpg b/static/images/theme/thumbnail/2x/naufaldi-next-landing-vpn-2x.jpg new file mode 100644 index 000000000..d870fcf32 Binary files /dev/null and b/static/images/theme/thumbnail/2x/naufaldi-next-landing-vpn-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ndimatteo-hull-2x.jpg b/static/images/theme/thumbnail/2x/ndimatteo-hull-2x.jpg new file mode 100644 index 000000000..98373a85f Binary files /dev/null and b/static/images/theme/thumbnail/2x/ndimatteo-hull-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/nehalist-gatsby-starter-nehalem-2x.jpg b/static/images/theme/thumbnail/2x/nehalist-gatsby-starter-nehalem-2x.jpg index dc9e12a13..6c20a0e62 100644 Binary files a/static/images/theme/thumbnail/2x/nehalist-gatsby-starter-nehalem-2x.jpg and b/static/images/theme/thumbnail/2x/nehalist-gatsby-starter-nehalem-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/neizod-lemma-theme-2x.jpg b/static/images/theme/thumbnail/2x/neizod-lemma-theme-2x.jpg index 19f8fd4a3..4e5272c2d 100644 Binary files a/static/images/theme/thumbnail/2x/neizod-lemma-theme-2x.jpg and b/static/images/theme/thumbnail/2x/neizod-lemma-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/netlify-templates-gatsby-starter-netlify-cms-2x.jpg b/static/images/theme/thumbnail/2x/netlify-templates-gatsby-starter-netlify-cms-2x.jpg index 7e999eaa2..fdc8e0f69 100644 Binary files a/static/images/theme/thumbnail/2x/netlify-templates-gatsby-starter-netlify-cms-2x.jpg and b/static/images/theme/thumbnail/2x/netlify-templates-gatsby-starter-netlify-cms-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/netlify-templates-one-click-hugo-cms-2x.jpg b/static/images/theme/thumbnail/2x/netlify-templates-one-click-hugo-cms-2x.jpg index 2153eea45..cd41fc909 100644 Binary files a/static/images/theme/thumbnail/2x/netlify-templates-one-click-hugo-cms-2x.jpg and b/static/images/theme/thumbnail/2x/netlify-templates-one-click-hugo-cms-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/netlify-templates-tanstack-template-2x.jpg b/static/images/theme/thumbnail/2x/netlify-templates-tanstack-template-2x.jpg new file mode 100644 index 000000000..a02fcd1a1 Binary files /dev/null and b/static/images/theme/thumbnail/2x/netlify-templates-tanstack-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ngzhio-jekyll-theme-hamilton-2x.jpg b/static/images/theme/thumbnail/2x/ngzhio-jekyll-theme-hamilton-2x.jpg deleted file mode 100644 index bb79ad71e..000000000 Binary files a/static/images/theme/thumbnail/2x/ngzhio-jekyll-theme-hamilton-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/nickbalestra-kactus-2x.jpg b/static/images/theme/thumbnail/2x/nickbalestra-kactus-2x.jpg index 6112f5f92..99b1593bb 100644 Binary files a/static/images/theme/thumbnail/2x/nickbalestra-kactus-2x.jpg and b/static/images/theme/thumbnail/2x/nickbalestra-kactus-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/niklasbuschmann-contrast-2x.jpg b/static/images/theme/thumbnail/2x/niklasbuschmann-contrast-2x.jpg index 13929874d..060ed9368 100644 Binary files a/static/images/theme/thumbnail/2x/niklasbuschmann-contrast-2x.jpg and b/static/images/theme/thumbnail/2x/niklasbuschmann-contrast-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/niklasbuschmann-contrast-hugo-2x.jpg b/static/images/theme/thumbnail/2x/niklasbuschmann-contrast-hugo-2x.jpg deleted file mode 100644 index 87924c937..000000000 Binary files a/static/images/theme/thumbnail/2x/niklasbuschmann-contrast-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/niklasmtj-gatsby-starter-julia-2x.jpg b/static/images/theme/thumbnail/2x/niklasmtj-gatsby-starter-julia-2x.jpg index 7f79af6bf..17f8f4ad7 100644 Binary files a/static/images/theme/thumbnail/2x/niklasmtj-gatsby-starter-julia-2x.jpg and b/static/images/theme/thumbnail/2x/niklasmtj-gatsby-starter-julia-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/nikrich-jekyll-slender-template-2x.jpg b/static/images/theme/thumbnail/2x/nikrich-jekyll-slender-template-2x.jpg index b44cf3993..b3dfcd372 100644 Binary files a/static/images/theme/thumbnail/2x/nikrich-jekyll-slender-template-2x.jpg and b/static/images/theme/thumbnail/2x/nikrich-jekyll-slender-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/nikrich-jekyll-wing-template-2x.jpg b/static/images/theme/thumbnail/2x/nikrich-jekyll-wing-template-2x.jpg index 21799a005..b1feb94bf 100644 Binary files a/static/images/theme/thumbnail/2x/nikrich-jekyll-wing-template-2x.jpg and b/static/images/theme/thumbnail/2x/nikrich-jekyll-wing-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ninapetrop-artist-theme-2x.jpg b/static/images/theme/thumbnail/2x/ninapetrop-artist-theme-2x.jpg index 0cdfdfee6..c978005ab 100644 Binary files a/static/images/theme/thumbnail/2x/ninapetrop-artist-theme-2x.jpg and b/static/images/theme/thumbnail/2x/ninapetrop-artist-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/nirocfz-arabica-2x.jpg b/static/images/theme/thumbnail/2x/nirocfz-arabica-2x.jpg index 114a26939..7ec62fafb 100644 Binary files a/static/images/theme/thumbnail/2x/nirocfz-arabica-2x.jpg and b/static/images/theme/thumbnail/2x/nirocfz-arabica-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/nix1947-jekyll-hilmi-2x.jpg b/static/images/theme/thumbnail/2x/nix1947-jekyll-hilmi-2x.jpg deleted file mode 100644 index 1d774e10e..000000000 Binary files a/static/images/theme/thumbnail/2x/nix1947-jekyll-hilmi-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/nodejh-hugo-theme-cactus-plus-2x.jpg b/static/images/theme/thumbnail/2x/nodejh-hugo-theme-cactus-plus-2x.jpg deleted file mode 100644 index a326970c4..000000000 Binary files a/static/images/theme/thumbnail/2x/nodejh-hugo-theme-cactus-plus-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/notpushkin-mkdocs-alabaster-2x.jpg b/static/images/theme/thumbnail/2x/notpushkin-mkdocs-alabaster-2x.jpg index 304d9c04f..cca40b633 100644 Binary files a/static/images/theme/thumbnail/2x/notpushkin-mkdocs-alabaster-2x.jpg and b/static/images/theme/thumbnail/2x/notpushkin-mkdocs-alabaster-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/nrandecker-particle-2x.jpg b/static/images/theme/thumbnail/2x/nrandecker-particle-2x.jpg index f59951dd0..9c32a9325 100644 Binary files a/static/images/theme/thumbnail/2x/nrandecker-particle-2x.jpg and b/static/images/theme/thumbnail/2x/nrandecker-particle-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/nunocoracao-blowfish-2x.jpg b/static/images/theme/thumbnail/2x/nunocoracao-blowfish-2x.jpg new file mode 100644 index 000000000..3db16530e Binary files /dev/null and b/static/images/theme/thumbnail/2x/nunocoracao-blowfish-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/nurlansu-hugo-sustain-2x.jpg b/static/images/theme/thumbnail/2x/nurlansu-hugo-sustain-2x.jpg index 1344065b2..e04bd0aa1 100644 Binary files a/static/images/theme/thumbnail/2x/nurlansu-hugo-sustain-2x.jpg and b/static/images/theme/thumbnail/2x/nurlansu-hugo-sustain-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/obaez-dentistsmile-2x.jpg b/static/images/theme/thumbnail/2x/obaez-dentistsmile-2x.jpg deleted file mode 100644 index 897bb4b77..000000000 Binary files a/static/images/theme/thumbnail/2x/obaez-dentistsmile-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/octoxalis-11tyframe-2x.jpg b/static/images/theme/thumbnail/2x/octoxalis-11tyframe-2x.jpg index 32a2de0a1..391f0f6d4 100644 Binary files a/static/images/theme/thumbnail/2x/octoxalis-11tyframe-2x.jpg and b/static/images/theme/thumbnail/2x/octoxalis-11tyframe-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ofranke-gatsby-typescript-scss-docker-2x.jpg b/static/images/theme/thumbnail/2x/ofranke-gatsby-typescript-scss-docker-2x.jpg index bbbdd508e..a83fc3b5f 100644 Binary files a/static/images/theme/thumbnail/2x/ofranke-gatsby-typescript-scss-docker-2x.jpg and b/static/images/theme/thumbnail/2x/ofranke-gatsby-typescript-scss-docker-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ohduran-onassis-2x.jpg b/static/images/theme/thumbnail/2x/ohduran-onassis-2x.jpg index 9d7abc390..71854d83a 100644 Binary files a/static/images/theme/thumbnail/2x/ohduran-onassis-2x.jpg and b/static/images/theme/thumbnail/2x/ohduran-onassis-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ohduran-the-interesting-times-2x.jpg b/static/images/theme/thumbnail/2x/ohduran-the-interesting-times-2x.jpg index 0686e9f26..0a5096675 100644 Binary files a/static/images/theme/thumbnail/2x/ohduran-the-interesting-times-2x.jpg and b/static/images/theme/thumbnail/2x/ohduran-the-interesting-times-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/okkur-syna-2x.jpg b/static/images/theme/thumbnail/2x/okkur-syna-2x.jpg deleted file mode 100644 index 9b0085e85..000000000 Binary files a/static/images/theme/thumbnail/2x/okkur-syna-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/olakara-jekyllmetro-2x.jpg b/static/images/theme/thumbnail/2x/olakara-jekyllmetro-2x.jpg deleted file mode 100644 index d95a106b7..000000000 Binary files a/static/images/theme/thumbnail/2x/olakara-jekyllmetro-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/olivier3lanc-jekyll-libdoc-2x.jpg b/static/images/theme/thumbnail/2x/olivier3lanc-jekyll-libdoc-2x.jpg new file mode 100644 index 000000000..ab9bfd416 Binary files /dev/null and b/static/images/theme/thumbnail/2x/olivier3lanc-jekyll-libdoc-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/olowolo-hugo-theme-even-2x.jpg b/static/images/theme/thumbnail/2x/olowolo-hugo-theme-even-2x.jpg deleted file mode 100644 index 4097f62c2..000000000 Binary files a/static/images/theme/thumbnail/2x/olowolo-hugo-theme-even-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/onepase-ephesus-2x.jpg b/static/images/theme/thumbnail/2x/onepase-ephesus-2x.jpg new file mode 100644 index 000000000..ac6567e8d Binary files /dev/null and b/static/images/theme/thumbnail/2x/onepase-ephesus-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/onweru-compose-2x.jpg b/static/images/theme/thumbnail/2x/onweru-compose-2x.jpg index f562e8604..24d9396fe 100644 Binary files a/static/images/theme/thumbnail/2x/onweru-compose-2x.jpg and b/static/images/theme/thumbnail/2x/onweru-compose-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/onweru-hugo-swift-theme-2x.jpg b/static/images/theme/thumbnail/2x/onweru-hugo-swift-theme-2x.jpg index 9d812ec3d..81b913b02 100644 Binary files a/static/images/theme/thumbnail/2x/onweru-hugo-swift-theme-2x.jpg and b/static/images/theme/thumbnail/2x/onweru-hugo-swift-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/onweru-newsroom-2x.jpg b/static/images/theme/thumbnail/2x/onweru-newsroom-2x.jpg index 3265d8585..f881b1738 100644 Binary files a/static/images/theme/thumbnail/2x/onweru-newsroom-2x.jpg and b/static/images/theme/thumbnail/2x/onweru-newsroom-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/onwidget-astrowind-2x.jpg b/static/images/theme/thumbnail/2x/onwidget-astrowind-2x.jpg new file mode 100644 index 000000000..2f224e437 Binary files /dev/null and b/static/images/theme/thumbnail/2x/onwidget-astrowind-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/open-sl-jekyll-modern-blog-2x.jpg b/static/images/theme/thumbnail/2x/open-sl-jekyll-modern-blog-2x.jpg index e811aef42..472deb401 100644 Binary files a/static/images/theme/thumbnail/2x/open-sl-jekyll-modern-blog-2x.jpg and b/static/images/theme/thumbnail/2x/open-sl-jekyll-modern-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/open-start-opentheme-2x.jpg b/static/images/theme/thumbnail/2x/open-start-opentheme-2x.jpg deleted file mode 100644 index 5a8cab34b..000000000 Binary files a/static/images/theme/thumbnail/2x/open-start-opentheme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/orderedlist-minimal-2x.jpg b/static/images/theme/thumbnail/2x/orderedlist-minimal-2x.jpg index 1d3ecdb98..86da39c6d 100644 Binary files a/static/images/theme/thumbnail/2x/orderedlist-minimal-2x.jpg and b/static/images/theme/thumbnail/2x/orderedlist-minimal-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/orderedlist-modernist-2x.jpg b/static/images/theme/thumbnail/2x/orderedlist-modernist-2x.jpg index fd5bb1f0b..f8b91278d 100644 Binary files a/static/images/theme/thumbnail/2x/orderedlist-modernist-2x.jpg and b/static/images/theme/thumbnail/2x/orderedlist-modernist-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/osogrizz-gatsby-starter-santa-fe-2x.jpg b/static/images/theme/thumbnail/2x/osogrizz-gatsby-starter-santa-fe-2x.jpg index a4a818636..db2d3cc17 100644 Binary files a/static/images/theme/thumbnail/2x/osogrizz-gatsby-starter-santa-fe-2x.jpg and b/static/images/theme/thumbnail/2x/osogrizz-gatsby-starter-santa-fe-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ovidiumihaibelciug-gatsby-firebase-starter-2x.jpg b/static/images/theme/thumbnail/2x/ovidiumihaibelciug-gatsby-firebase-starter-2x.jpg index d736cad40..7056ff32a 100644 Binary files a/static/images/theme/thumbnail/2x/ovidiumihaibelciug-gatsby-firebase-starter-2x.jpg and b/static/images/theme/thumbnail/2x/ovidiumihaibelciug-gatsby-firebase-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ozgrozer-dasper-2x.jpg b/static/images/theme/thumbnail/2x/ozgrozer-dasper-2x.jpg index c6fed0d75..9c9021119 100644 Binary files a/static/images/theme/thumbnail/2x/ozgrozer-dasper-2x.jpg and b/static/images/theme/thumbnail/2x/ozgrozer-dasper-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/p0wex-gesko-2x.jpg b/static/images/theme/thumbnail/2x/p0wex-gesko-2x.jpg index ddef2c1c3..659870d4c 100644 Binary files a/static/images/theme/thumbnail/2x/p0wex-gesko-2x.jpg and b/static/images/theme/thumbnail/2x/p0wex-gesko-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/pablovila-gatsby-starter-wordpress-community-2x.jpg b/static/images/theme/thumbnail/2x/pablovila-gatsby-starter-wordpress-community-2x.jpg index 119b2a83a..37053b66e 100644 Binary files a/static/images/theme/thumbnail/2x/pablovila-gatsby-starter-wordpress-community-2x.jpg and b/static/images/theme/thumbnail/2x/pablovila-gatsby-starter-wordpress-community-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/pacollins-hugo-future-imperfect-slim-2x.jpg b/static/images/theme/thumbnail/2x/pacollins-hugo-future-imperfect-slim-2x.jpg deleted file mode 100644 index 64c77fb54..000000000 Binary files a/static/images/theme/thumbnail/2x/pacollins-hugo-future-imperfect-slim-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/pandasekh-jekyll-podcaster-2x.jpg b/static/images/theme/thumbnail/2x/pandasekh-jekyll-podcaster-2x.jpg index c257ba8f1..7d5222161 100644 Binary files a/static/images/theme/thumbnail/2x/pandasekh-jekyll-podcaster-2x.jpg and b/static/images/theme/thumbnail/2x/pandasekh-jekyll-podcaster-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/pandasekh-jekyll-yamt-2x.jpg b/static/images/theme/thumbnail/2x/pandasekh-jekyll-yamt-2x.jpg index aa93331e9..38912fa73 100644 Binary files a/static/images/theme/thumbnail/2x/pandasekh-jekyll-yamt-2x.jpg and b/static/images/theme/thumbnail/2x/pandasekh-jekyll-yamt-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/panr-gatsby-starter-hello-friend-2x.jpg b/static/images/theme/thumbnail/2x/panr-gatsby-starter-hello-friend-2x.jpg deleted file mode 100644 index 2a4fea17d..000000000 Binary files a/static/images/theme/thumbnail/2x/panr-gatsby-starter-hello-friend-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/panr-hugo-theme-hello-friend-2x.jpg b/static/images/theme/thumbnail/2x/panr-hugo-theme-hello-friend-2x.jpg index 9606f2436..a55336456 100644 Binary files a/static/images/theme/thumbnail/2x/panr-hugo-theme-hello-friend-2x.jpg and b/static/images/theme/thumbnail/2x/panr-hugo-theme-hello-friend-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/panr-hugo-theme-terminal-2x.jpg b/static/images/theme/thumbnail/2x/panr-hugo-theme-terminal-2x.jpg index 65d81ffff..db811ca13 100644 Binary files a/static/images/theme/thumbnail/2x/panr-hugo-theme-terminal-2x.jpg and b/static/images/theme/thumbnail/2x/panr-hugo-theme-terminal-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/parmsang-gatsby-starter-ecommerce-2x.jpg b/static/images/theme/thumbnail/2x/parmsang-gatsby-starter-ecommerce-2x.jpg index b7146e5e8..d3c1006ea 100644 Binary files a/static/images/theme/thumbnail/2x/parmsang-gatsby-starter-ecommerce-2x.jpg and b/static/images/theme/thumbnail/2x/parmsang-gatsby-starter-ecommerce-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/parsiya-hugo-octopress-2x.jpg b/static/images/theme/thumbnail/2x/parsiya-hugo-octopress-2x.jpg deleted file mode 100644 index 10a92e913..000000000 Binary files a/static/images/theme/thumbnail/2x/parsiya-hugo-octopress-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/pasindud-jekyll-masonry-2x.jpg b/static/images/theme/thumbnail/2x/pasindud-jekyll-masonry-2x.jpg deleted file mode 100644 index 9f6a374d9..000000000 Binary files a/static/images/theme/thumbnail/2x/pasindud-jekyll-masonry-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/patdryburgh-hitchens-2x.jpg b/static/images/theme/thumbnail/2x/patdryburgh-hitchens-2x.jpg index 79cd11c6e..b3587f0e2 100644 Binary files a/static/images/theme/thumbnail/2x/patdryburgh-hitchens-2x.jpg and b/static/images/theme/thumbnail/2x/patdryburgh-hitchens-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/pdevty-material-design-2x.jpg b/static/images/theme/thumbnail/2x/pdevty-material-design-2x.jpg deleted file mode 100644 index 0f95427d8..000000000 Binary files a/static/images/theme/thumbnail/2x/pdevty-material-design-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/pdevty-polymer-2x.jpg b/static/images/theme/thumbnail/2x/pdevty-polymer-2x.jpg deleted file mode 100644 index cf5a0a94d..000000000 Binary files a/static/images/theme/thumbnail/2x/pdevty-polymer-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/peaceiris-hugo-theme-iris-2x.jpg b/static/images/theme/thumbnail/2x/peaceiris-hugo-theme-iris-2x.jpg index b921b7ba7..fe9ace5e4 100644 Binary files a/static/images/theme/thumbnail/2x/peaceiris-hugo-theme-iris-2x.jpg and b/static/images/theme/thumbnail/2x/peaceiris-hugo-theme-iris-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/peahatlanding-plain-webcomic-2x.jpg b/static/images/theme/thumbnail/2x/peahatlanding-plain-webcomic-2x.jpg index cc407ad1c..e04cc2a81 100644 Binary files a/static/images/theme/thumbnail/2x/peahatlanding-plain-webcomic-2x.jpg and b/static/images/theme/thumbnail/2x/peahatlanding-plain-webcomic-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/pelican-elegant-elegant-2x.jpg b/static/images/theme/thumbnail/2x/pelican-elegant-elegant-2x.jpg index af2658b01..11d0d0057 100644 Binary files a/static/images/theme/thumbnail/2x/pelican-elegant-elegant-2x.jpg and b/static/images/theme/thumbnail/2x/pelican-elegant-elegant-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/philhawksworth-eleventyone-2x.jpg b/static/images/theme/thumbnail/2x/philhawksworth-eleventyone-2x.jpg index bdb42d312..b98222a5f 100644 Binary files a/static/images/theme/thumbnail/2x/philhawksworth-eleventyone-2x.jpg and b/static/images/theme/thumbnail/2x/philhawksworth-eleventyone-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/philhawksworth-hawksworx.com-2x.jpg b/static/images/theme/thumbnail/2x/philhawksworth-hawksworx.com-2x.jpg deleted file mode 100644 index ae543f78f..000000000 Binary files a/static/images/theme/thumbnail/2x/philhawksworth-hawksworx.com-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/philhawksworth-medium-export-2x.jpg b/static/images/theme/thumbnail/2x/philhawksworth-medium-export-2x.jpg index 83e384ed7..5cc86ccb3 100644 Binary files a/static/images/theme/thumbnail/2x/philhawksworth-medium-export-2x.jpg and b/static/images/theme/thumbnail/2x/philhawksworth-medium-export-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/phlow-feeling-responsive-2x.jpg b/static/images/theme/thumbnail/2x/phlow-feeling-responsive-2x.jpg index 357156c64..285d4cf38 100644 Binary files a/static/images/theme/thumbnail/2x/phlow-feeling-responsive-2x.jpg and b/static/images/theme/thumbnail/2x/phlow-feeling-responsive-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/piandhust-tailieubkhn-2x.jpg b/static/images/theme/thumbnail/2x/piandhust-tailieubkhn-2x.jpg new file mode 100644 index 000000000..f24baf1b3 Binary files /dev/null and b/static/images/theme/thumbnail/2x/piandhust-tailieubkhn-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/piducancore-gatsby-starter-apollo-netlify-2x.jpg b/static/images/theme/thumbnail/2x/piducancore-gatsby-starter-apollo-netlify-2x.jpg index 9d0d21710..54d912061 100644 Binary files a/static/images/theme/thumbnail/2x/piducancore-gatsby-starter-apollo-netlify-2x.jpg and b/static/images/theme/thumbnail/2x/piducancore-gatsby-starter-apollo-netlify-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/pietromenna-jekyll-cayman-theme-2x.jpg b/static/images/theme/thumbnail/2x/pietromenna-jekyll-cayman-theme-2x.jpg index 97cf2b607..906e2b335 100644 Binary files a/static/images/theme/thumbnail/2x/pietromenna-jekyll-cayman-theme-2x.jpg and b/static/images/theme/thumbnail/2x/pietromenna-jekyll-cayman-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/piharpi-jekyll-klise-2x.jpg b/static/images/theme/thumbnail/2x/piharpi-jekyll-klise-2x.jpg index 91d5f096e..ecd5d499f 100644 Binary files a/static/images/theme/thumbnail/2x/piharpi-jekyll-klise-2x.jpg and b/static/images/theme/thumbnail/2x/piharpi-jekyll-klise-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/pipporj-hugo-refresh-2x.jpg b/static/images/theme/thumbnail/2x/pipporj-hugo-refresh-2x.jpg deleted file mode 100644 index e04d0bb18..000000000 Binary files a/static/images/theme/thumbnail/2x/pipporj-hugo-refresh-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/pixelsign-gatsby-starter-tachyons-2x.jpg b/static/images/theme/thumbnail/2x/pixelsign-gatsby-starter-tachyons-2x.jpg index 7ae6c613c..2c179d036 100644 Binary files a/static/images/theme/thumbnail/2x/pixelsign-gatsby-starter-tachyons-2x.jpg and b/static/images/theme/thumbnail/2x/pixelsign-gatsby-starter-tachyons-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/planetjekyll-jekyll-starter-theme-2x.jpg b/static/images/theme/thumbnail/2x/planetjekyll-jekyll-starter-theme-2x.jpg deleted file mode 100644 index 80dd77b89..000000000 Binary files a/static/images/theme/thumbnail/2x/planetjekyll-jekyll-starter-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/planetoftheweb-seven-2x.jpg b/static/images/theme/thumbnail/2x/planetoftheweb-seven-2x.jpg index 689af2e0c..4ad405175 100644 Binary files a/static/images/theme/thumbnail/2x/planetoftheweb-seven-2x.jpg and b/static/images/theme/thumbnail/2x/planetoftheweb-seven-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/platframe-platframe-2x.jpg b/static/images/theme/thumbnail/2x/platframe-platframe-2x.jpg index 1cbf9e52d..a446ad8c8 100644 Binary files a/static/images/theme/thumbnail/2x/platframe-platframe-2x.jpg and b/static/images/theme/thumbnail/2x/platframe-platframe-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/pmarsceill-just-the-docs-2x.jpg b/static/images/theme/thumbnail/2x/pmarsceill-just-the-docs-2x.jpg index e471e514e..fc2304c81 100644 Binary files a/static/images/theme/thumbnail/2x/pmarsceill-just-the-docs-2x.jpg and b/static/images/theme/thumbnail/2x/pmarsceill-just-the-docs-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/poole-lanyon-2x.jpg b/static/images/theme/thumbnail/2x/poole-lanyon-2x.jpg index 642125c06..2cbaa8f44 100644 Binary files a/static/images/theme/thumbnail/2x/poole-lanyon-2x.jpg and b/static/images/theme/thumbnail/2x/poole-lanyon-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/portfolio-central-jekyll-instagram-portfolio-theme-2x.jpg b/static/images/theme/thumbnail/2x/portfolio-central-jekyll-instagram-portfolio-theme-2x.jpg deleted file mode 100644 index 90828b0ee..000000000 Binary files a/static/images/theme/thumbnail/2x/portfolio-central-jekyll-instagram-portfolio-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/pranavrajs-limpid-2x.jpg b/static/images/theme/thumbnail/2x/pranavrajs-limpid-2x.jpg index ecbd30b92..ee7dd8093 100644 Binary files a/static/images/theme/thumbnail/2x/pranavrajs-limpid-2x.jpg and b/static/images/theme/thumbnail/2x/pranavrajs-limpid-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/pranavrajs-swift-2x.jpg b/static/images/theme/thumbnail/2x/pranavrajs-swift-2x.jpg index 6e173ce03..43bf92107 100644 Binary files a/static/images/theme/thumbnail/2x/pranavrajs-swift-2x.jpg and b/static/images/theme/thumbnail/2x/pranavrajs-swift-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/prezly-theme-nextjs-bea-2x.jpg b/static/images/theme/thumbnail/2x/prezly-theme-nextjs-bea-2x.jpg new file mode 100644 index 000000000..1c9ad068b Binary files /dev/null and b/static/images/theme/thumbnail/2x/prezly-theme-nextjs-bea-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/progrhyme-hugo-theme-bootie-docs-2x.jpg b/static/images/theme/thumbnail/2x/progrhyme-hugo-theme-bootie-docs-2x.jpg index de24a86f8..35b640f8a 100644 Binary files a/static/images/theme/thumbnail/2x/progrhyme-hugo-theme-bootie-docs-2x.jpg and b/static/images/theme/thumbnail/2x/progrhyme-hugo-theme-bootie-docs-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/projectpages-project-pages-2x.jpg b/static/images/theme/thumbnail/2x/projectpages-project-pages-2x.jpg index 8283d44a7..ea19e556d 100644 Binary files a/static/images/theme/thumbnail/2x/projectpages-project-pages-2x.jpg and b/static/images/theme/thumbnail/2x/projectpages-project-pages-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/puresyntax71-hugo-theme-chunky-poster-2x.jpg b/static/images/theme/thumbnail/2x/puresyntax71-hugo-theme-chunky-poster-2x.jpg index e478ef46f..833a81fa0 100644 Binary files a/static/images/theme/thumbnail/2x/puresyntax71-hugo-theme-chunky-poster-2x.jpg and b/static/images/theme/thumbnail/2x/puresyntax71-hugo-theme-chunky-poster-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/qingpingmeng-gatsby-starter-traveler-blog-2x.jpg b/static/images/theme/thumbnail/2x/qingpingmeng-gatsby-starter-traveler-blog-2x.jpg index c30638034..6b1f3293a 100644 Binary files a/static/images/theme/thumbnail/2x/qingpingmeng-gatsby-starter-traveler-blog-2x.jpg and b/static/images/theme/thumbnail/2x/qingpingmeng-gatsby-starter-traveler-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/qqhann-hugo-primer-2x.jpg b/static/images/theme/thumbnail/2x/qqhann-hugo-primer-2x.jpg deleted file mode 100644 index 4d7a43c9a..000000000 Binary files a/static/images/theme/thumbnail/2x/qqhann-hugo-primer-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/qwtel-hydejack-2x.jpg b/static/images/theme/thumbnail/2x/qwtel-hydejack-2x.jpg index b24ee5c37..8771ba086 100644 Binary files a/static/images/theme/thumbnail/2x/qwtel-hydejack-2x.jpg and b/static/images/theme/thumbnail/2x/qwtel-hydejack-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/railsr-autm-rb-2x.jpg b/static/images/theme/thumbnail/2x/railsr-autm-rb-2x.jpg index d641675d2..7c6585d29 100644 Binary files a/static/images/theme/thumbnail/2x/railsr-autm-rb-2x.jpg and b/static/images/theme/thumbnail/2x/railsr-autm-rb-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/raniesantos-artisan-static-2x.jpg b/static/images/theme/thumbnail/2x/raniesantos-artisan-static-2x.jpg index 92a8ce866..146f6616d 100644 Binary files a/static/images/theme/thumbnail/2x/raniesantos-artisan-static-2x.jpg and b/static/images/theme/thumbnail/2x/raniesantos-artisan-static-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/razonyang-hugo-theme-bootstrap-2x.jpg b/static/images/theme/thumbnail/2x/razonyang-hugo-theme-bootstrap-2x.jpg new file mode 100644 index 000000000..2fa4acc28 Binary files /dev/null and b/static/images/theme/thumbnail/2x/razonyang-hugo-theme-bootstrap-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/rcjach-hugo-webslides-2x.jpg b/static/images/theme/thumbnail/2x/rcjach-hugo-webslides-2x.jpg index 4ed3198b8..16eeb6d41 100644 Binary files a/static/images/theme/thumbnail/2x/rcjach-hugo-webslides-2x.jpg and b/static/images/theme/thumbnail/2x/rcjach-hugo-webslides-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/redvi-voyager-2x.jpg b/static/images/theme/thumbnail/2x/redvi-voyager-2x.jpg index 04553dc00..34ddf5291 100644 Binary files a/static/images/theme/thumbnail/2x/redvi-voyager-2x.jpg and b/static/images/theme/thumbnail/2x/redvi-voyager-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/reeseschultz-11r-2x.jpg b/static/images/theme/thumbnail/2x/reeseschultz-11r-2x.jpg index e825d7f2c..0fbdbd51b 100644 Binary files a/static/images/theme/thumbnail/2x/reeseschultz-11r-2x.jpg and b/static/images/theme/thumbnail/2x/reeseschultz-11r-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/renvrant-gatsby-mdx-netlify-cms-starter-2x.jpg b/static/images/theme/thumbnail/2x/renvrant-gatsby-mdx-netlify-cms-starter-2x.jpg index ffa4894b1..29bd56d13 100644 Binary files a/static/images/theme/thumbnail/2x/renvrant-gatsby-mdx-netlify-cms-starter-2x.jpg and b/static/images/theme/thumbnail/2x/renvrant-gatsby-mdx-netlify-cms-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/renyuanz-leonids-2x.jpg b/static/images/theme/thumbnail/2x/renyuanz-leonids-2x.jpg index df6929ea2..08b038722 100644 Binary files a/static/images/theme/thumbnail/2x/renyuanz-leonids-2x.jpg and b/static/images/theme/thumbnail/2x/renyuanz-leonids-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/resir014-gatsby-starter-typescript-plus-2x.jpg b/static/images/theme/thumbnail/2x/resir014-gatsby-starter-typescript-plus-2x.jpg index e779e00d4..28a0dd7a0 100644 Binary files a/static/images/theme/thumbnail/2x/resir014-gatsby-starter-typescript-plus-2x.jpg and b/static/images/theme/thumbnail/2x/resir014-gatsby-starter-typescript-plus-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/reuixiy-hugo-theme-meme-2x.jpg b/static/images/theme/thumbnail/2x/reuixiy-hugo-theme-meme-2x.jpg deleted file mode 100644 index be16b0f9e..000000000 Binary files a/static/images/theme/thumbnail/2x/reuixiy-hugo-theme-meme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/rhazdon-hugo-theme-hello-friend-ng-2x.jpg b/static/images/theme/thumbnail/2x/rhazdon-hugo-theme-hello-friend-ng-2x.jpg deleted file mode 100644 index b93320b3c..000000000 Binary files a/static/images/theme/thumbnail/2x/rhazdon-hugo-theme-hello-friend-ng-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ribice-kiss-2x.jpg b/static/images/theme/thumbnail/2x/ribice-kiss-2x.jpg deleted file mode 100644 index 88c554f9d..000000000 Binary files a/static/images/theme/thumbnail/2x/ribice-kiss-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/riggraz-no-style-please-2x.jpg b/static/images/theme/thumbnail/2x/riggraz-no-style-please-2x.jpg index 46dd3b74e..46a00788a 100644 Binary files a/static/images/theme/thumbnail/2x/riggraz-no-style-please-2x.jpg and b/static/images/theme/thumbnail/2x/riggraz-no-style-please-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ritijjain-pudhina-fresh-2x.jpg b/static/images/theme/thumbnail/2x/ritijjain-pudhina-fresh-2x.jpg index c110d22f1..467a65bf5 100644 Binary files a/static/images/theme/thumbnail/2x/ritijjain-pudhina-fresh-2x.jpg and b/static/images/theme/thumbnail/2x/ritijjain-pudhina-fresh-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/rlue-jekyll-solana-2x.jpg b/static/images/theme/thumbnail/2x/rlue-jekyll-solana-2x.jpg index 0667745f3..1bf156eac 100644 Binary files a/static/images/theme/thumbnail/2x/rlue-jekyll-solana-2x.jpg and b/static/images/theme/thumbnail/2x/rlue-jekyll-solana-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/rmagon-gatsby-starter-interviews-2x.jpg b/static/images/theme/thumbnail/2x/rmagon-gatsby-starter-interviews-2x.jpg index 028a45224..a62b89d8e 100644 Binary files a/static/images/theme/thumbnail/2x/rmagon-gatsby-starter-interviews-2x.jpg and b/static/images/theme/thumbnail/2x/rmagon-gatsby-starter-interviews-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/rmsubekti-emping-2x.jpg b/static/images/theme/thumbnail/2x/rmsubekti-emping-2x.jpg index cf255c05f..cace570f2 100644 Binary files a/static/images/theme/thumbnail/2x/rmsubekti-emping-2x.jpg and b/static/images/theme/thumbnail/2x/rmsubekti-emping-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/rmsubekti-nangka-2x.jpg b/static/images/theme/thumbnail/2x/rmsubekti-nangka-2x.jpg index 3ea9a12a7..15b44280f 100644 Binary files a/static/images/theme/thumbnail/2x/rmsubekti-nangka-2x.jpg and b/static/images/theme/thumbnail/2x/rmsubekti-nangka-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/robertcoopercode-gatsby-netlify-cms-2x.jpg b/static/images/theme/thumbnail/2x/robertcoopercode-gatsby-netlify-cms-2x.jpg index f48865eeb..14692213f 100644 Binary files a/static/images/theme/thumbnail/2x/robertcoopercode-gatsby-netlify-cms-2x.jpg and b/static/images/theme/thumbnail/2x/robertcoopercode-gatsby-netlify-cms-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/robincsl-gatsby-starter-docz-2x.jpg b/static/images/theme/thumbnail/2x/robincsl-gatsby-starter-docz-2x.jpg index 255bf17de..887e5adf0 100644 Binary files a/static/images/theme/thumbnail/2x/robincsl-gatsby-starter-docz-2x.jpg and b/static/images/theme/thumbnail/2x/robincsl-gatsby-starter-docz-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/robinmetral-gatsby-starter-under-construction-2x.jpg b/static/images/theme/thumbnail/2x/robinmetral-gatsby-starter-under-construction-2x.jpg deleted file mode 100644 index 06e4dd9bb..000000000 Binary files a/static/images/theme/thumbnail/2x/robinmetral-gatsby-starter-under-construction-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/rohanchandra-type-theme-2x.jpg b/static/images/theme/thumbnail/2x/rohanchandra-type-theme-2x.jpg index a62eace59..4a01ef751 100644 Binary files a/static/images/theme/thumbnail/2x/rohanchandra-type-theme-2x.jpg and b/static/images/theme/thumbnail/2x/rohanchandra-type-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/rohitguptab-oneshopper-2x.jpg b/static/images/theme/thumbnail/2x/rohitguptab-oneshopper-2x.jpg index 3107ec410..f0227eef6 100644 Binary files a/static/images/theme/thumbnail/2x/rohitguptab-oneshopper-2x.jpg and b/static/images/theme/thumbnail/2x/rohitguptab-oneshopper-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/rohitguptab-rg-portfolio-2x.jpg b/static/images/theme/thumbnail/2x/rohitguptab-rg-portfolio-2x.jpg index 4eec6a05d..3b2fdca92 100644 Binary files a/static/images/theme/thumbnail/2x/rohitguptab-rg-portfolio-2x.jpg and b/static/images/theme/thumbnail/2x/rohitguptab-rg-portfolio-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/roninro-hugo-theme-puppet-2x.jpg b/static/images/theme/thumbnail/2x/roninro-hugo-theme-puppet-2x.jpg new file mode 100644 index 000000000..3d77c891d Binary files /dev/null and b/static/images/theme/thumbnail/2x/roninro-hugo-theme-puppet-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ronv-colorie-2x.jpg b/static/images/theme/thumbnail/2x/ronv-colorie-2x.jpg index 780e6f264..e5380a3e8 100644 Binary files a/static/images/theme/thumbnail/2x/ronv-colorie-2x.jpg and b/static/images/theme/thumbnail/2x/ronv-colorie-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ronv-gray-2x.jpg b/static/images/theme/thumbnail/2x/ronv-gray-2x.jpg index bdec9b77b..c7d2bf243 100644 Binary files a/static/images/theme/thumbnail/2x/ronv-gray-2x.jpg and b/static/images/theme/thumbnail/2x/ronv-gray-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ronv-jam-2x.jpg b/static/images/theme/thumbnail/2x/ronv-jam-2x.jpg new file mode 100644 index 000000000..9c3d085d9 Binary files /dev/null and b/static/images/theme/thumbnail/2x/ronv-jam-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ronv-lines-2x.jpg b/static/images/theme/thumbnail/2x/ronv-lines-2x.jpg index 6b86606b3..44360af32 100644 Binary files a/static/images/theme/thumbnail/2x/ronv-lines-2x.jpg and b/static/images/theme/thumbnail/2x/ronv-lines-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ronv-listed-2x.jpg b/static/images/theme/thumbnail/2x/ronv-listed-2x.jpg new file mode 100644 index 000000000..d27451b57 Binary files /dev/null and b/static/images/theme/thumbnail/2x/ronv-listed-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ronv-minimalist-2x.jpg b/static/images/theme/thumbnail/2x/ronv-minimalist-2x.jpg new file mode 100644 index 000000000..224f2189f Binary files /dev/null and b/static/images/theme/thumbnail/2x/ronv-minimalist-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ronv-sidey-2x.jpg b/static/images/theme/thumbnail/2x/ronv-sidey-2x.jpg index 894fabb70..f16e4b027 100644 Binary files a/static/images/theme/thumbnail/2x/ronv-sidey-2x.jpg and b/static/images/theme/thumbnail/2x/ronv-sidey-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ronv-ultra-2x.jpg b/static/images/theme/thumbnail/2x/ronv-ultra-2x.jpg index f9a5080de..85ff31666 100644 Binary files a/static/images/theme/thumbnail/2x/ronv-ultra-2x.jpg and b/static/images/theme/thumbnail/2x/ronv-ultra-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/rosario-kasper-2x.jpg b/static/images/theme/thumbnail/2x/rosario-kasper-2x.jpg index 32b2b5ec7..23b79635c 100644 Binary files a/static/images/theme/thumbnail/2x/rosario-kasper-2x.jpg and b/static/images/theme/thumbnail/2x/rosario-kasper-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/rowanoulton-galileo-theme-2x.jpg b/static/images/theme/thumbnail/2x/rowanoulton-galileo-theme-2x.jpg deleted file mode 100644 index 90828b0ee..000000000 Binary files a/static/images/theme/thumbnail/2x/rowanoulton-galileo-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/rowanoulton-travelog-theme-2x.jpg b/static/images/theme/thumbnail/2x/rowanoulton-travelog-theme-2x.jpg deleted file mode 100644 index 32e5ee1e4..000000000 Binary files a/static/images/theme/thumbnail/2x/rowanoulton-travelog-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/runbytech-gatsby-theme-ultronele-2x.jpg b/static/images/theme/thumbnail/2x/runbytech-gatsby-theme-ultronele-2x.jpg index 74ef67361..bbdde634b 100644 Binary files a/static/images/theme/thumbnail/2x/runbytech-gatsby-theme-ultronele-2x.jpg and b/static/images/theme/thumbnail/2x/runbytech-gatsby-theme-ultronele-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/rundocs-jekyll-rtd-theme-2x.jpg b/static/images/theme/thumbnail/2x/rundocs-jekyll-rtd-theme-2x.jpg deleted file mode 100644 index ca4aaaf46..000000000 Binary files a/static/images/theme/thumbnail/2x/rundocs-jekyll-rtd-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/runningstream-hugograyscale-2x.jpg b/static/images/theme/thumbnail/2x/runningstream-hugograyscale-2x.jpg index c0cd57ea3..6c6922545 100644 Binary files a/static/images/theme/thumbnail/2x/runningstream-hugograyscale-2x.jpg and b/static/images/theme/thumbnail/2x/runningstream-hugograyscale-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ryanfitzgerald-devblog-2x.jpg b/static/images/theme/thumbnail/2x/ryanfitzgerald-devblog-2x.jpg index f688012c7..a588e67ba 100644 Binary files a/static/images/theme/thumbnail/2x/ryanfitzgerald-devblog-2x.jpg and b/static/images/theme/thumbnail/2x/ryanfitzgerald-devblog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ryanwiemer-gatsby-starter-gcn-2x.jpg b/static/images/theme/thumbnail/2x/ryanwiemer-gatsby-starter-gcn-2x.jpg index 571d67cd0..8f18a8ad0 100644 Binary files a/static/images/theme/thumbnail/2x/ryanwiemer-gatsby-starter-gcn-2x.jpg and b/static/images/theme/thumbnail/2x/ryanwiemer-gatsby-starter-gcn-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/s-kris-gatsby-minimal-portfolio-blog-2x.jpg b/static/images/theme/thumbnail/2x/s-kris-gatsby-minimal-portfolio-blog-2x.jpg index 4a6a1b9b3..85a4e3bd6 100644 Binary files a/static/images/theme/thumbnail/2x/s-kris-gatsby-minimal-portfolio-blog-2x.jpg and b/static/images/theme/thumbnail/2x/s-kris-gatsby-minimal-portfolio-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/saey55-hugo-elate-theme-2x.jpg b/static/images/theme/thumbnail/2x/saey55-hugo-elate-theme-2x.jpg deleted file mode 100644 index 0060c8b59..000000000 Binary files a/static/images/theme/thumbnail/2x/saey55-hugo-elate-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/sag-dev-hugo-minimalist-spa-2x.jpg b/static/images/theme/thumbnail/2x/sag-dev-hugo-minimalist-spa-2x.jpg deleted file mode 100644 index f9d341961..000000000 Binary files a/static/images/theme/thumbnail/2x/sag-dev-hugo-minimalist-spa-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/sagar7993-gatsby-wordpress-typescript-scss-blog-2x.jpg b/static/images/theme/thumbnail/2x/sagar7993-gatsby-wordpress-typescript-scss-blog-2x.jpg index 30297f928..330816af1 100644 Binary files a/static/images/theme/thumbnail/2x/sagar7993-gatsby-wordpress-typescript-scss-blog-2x.jpg and b/static/images/theme/thumbnail/2x/sagar7993-gatsby-wordpress-typescript-scss-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/salcan-beyondnothing-2x.jpg b/static/images/theme/thumbnail/2x/salcan-beyondnothing-2x.jpg deleted file mode 100644 index 5a577e6f3..000000000 Binary files a/static/images/theme/thumbnail/2x/salcan-beyondnothing-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/saleor-react-storefront-2x.jpg b/static/images/theme/thumbnail/2x/saleor-react-storefront-2x.jpg new file mode 100644 index 000000000..777b8dedd Binary files /dev/null and b/static/images/theme/thumbnail/2x/saleor-react-storefront-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/salgnt-travelogue-2x.jpg b/static/images/theme/thumbnail/2x/salgnt-travelogue-2x.jpg index 6a94380f1..0fc7c353f 100644 Binary files a/static/images/theme/thumbnail/2x/salgnt-travelogue-2x.jpg and b/static/images/theme/thumbnail/2x/salgnt-travelogue-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/salsysd-hugo-assembly-2x.jpg b/static/images/theme/thumbnail/2x/salsysd-hugo-assembly-2x.jpg deleted file mode 100644 index b389b9741..000000000 Binary files a/static/images/theme/thumbnail/2x/salsysd-hugo-assembly-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/samanyougarg-hanuman-2x.jpg b/static/images/theme/thumbnail/2x/samanyougarg-hanuman-2x.jpg deleted file mode 100644 index e22240f54..000000000 Binary files a/static/images/theme/thumbnail/2x/samanyougarg-hanuman-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/samesies-barber-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/samesies-barber-jekyll-2x.jpg deleted file mode 100644 index e294382e8..000000000 Binary files a/static/images/theme/thumbnail/2x/samesies-barber-jekyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/samme-brunch-phaser-2x.jpg b/static/images/theme/thumbnail/2x/samme-brunch-phaser-2x.jpg index 49ad9511a..82afea196 100644 Binary files a/static/images/theme/thumbnail/2x/samme-brunch-phaser-2x.jpg and b/static/images/theme/thumbnail/2x/samme-brunch-phaser-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/samuelhorn-jamdocs-2x.jpg b/static/images/theme/thumbnail/2x/samuelhorn-jamdocs-2x.jpg index 91e3d1ab8..7d0f88dac 100644 Binary files a/static/images/theme/thumbnail/2x/samuelhorn-jamdocs-2x.jpg and b/static/images/theme/thumbnail/2x/samuelhorn-jamdocs-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/samuelkraft-notion-blog-nextjs-2x.jpg b/static/images/theme/thumbnail/2x/samuelkraft-notion-blog-nextjs-2x.jpg new file mode 100644 index 000000000..fc3aa7606 Binary files /dev/null and b/static/images/theme/thumbnail/2x/samuelkraft-notion-blog-nextjs-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/santosfrancisco-gatsby-starter-cv-2x.jpg b/static/images/theme/thumbnail/2x/santosfrancisco-gatsby-starter-cv-2x.jpg index 425861f2a..54f8d8372 100644 Binary files a/static/images/theme/thumbnail/2x/santosfrancisco-gatsby-starter-cv-2x.jpg and b/static/images/theme/thumbnail/2x/santosfrancisco-gatsby-starter-cv-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sarasate-gate-2x.jpg b/static/images/theme/thumbnail/2x/sarasate-gate-2x.jpg deleted file mode 100644 index c9066adbc..000000000 Binary files a/static/images/theme/thumbnail/2x/sarasate-gate-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/saschajullmann-gatsby-starter-gatsbythemes-2x.jpg b/static/images/theme/thumbnail/2x/saschajullmann-gatsby-starter-gatsbythemes-2x.jpg deleted file mode 100644 index 8c3a03904..000000000 Binary files a/static/images/theme/thumbnail/2x/saschajullmann-gatsby-starter-gatsbythemes-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/sblisesivdin-biscuit-2x.jpg b/static/images/theme/thumbnail/2x/sblisesivdin-biscuit-2x.jpg new file mode 100644 index 000000000..2a9dac35f Binary files /dev/null and b/static/images/theme/thumbnail/2x/sblisesivdin-biscuit-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/schmanat-hugo-highlights-theme-2x.jpg b/static/images/theme/thumbnail/2x/schmanat-hugo-highlights-theme-2x.jpg deleted file mode 100644 index 92378638c..000000000 Binary files a/static/images/theme/thumbnail/2x/schmanat-hugo-highlights-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/schollz-onetwothree-2x.jpg b/static/images/theme/thumbnail/2x/schollz-onetwothree-2x.jpg index 5046fcc7a..e354e45f8 100644 Binary files a/static/images/theme/thumbnail/2x/schollz-onetwothree-2x.jpg and b/static/images/theme/thumbnail/2x/schollz-onetwothree-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/scotte-jekyll-clean-2x.jpg b/static/images/theme/thumbnail/2x/scotte-jekyll-clean-2x.jpg index 43fc57b40..17e79f5f7 100644 Binary files a/static/images/theme/thumbnail/2x/scotte-jekyll-clean-2x.jpg and b/static/images/theme/thumbnail/2x/scotte-jekyll-clean-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/scottmathson-simpol-theme-2x.jpg b/static/images/theme/thumbnail/2x/scottmathson-simpol-theme-2x.jpg index 99012c4e5..32d9e77e6 100644 Binary files a/static/images/theme/thumbnail/2x/scottmathson-simpol-theme-2x.jpg and b/static/images/theme/thumbnail/2x/scottmathson-simpol-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/scttcper-gatsby-casper-2x.jpg b/static/images/theme/thumbnail/2x/scttcper-gatsby-casper-2x.jpg index e4d3ece33..85b2dd79d 100644 Binary files a/static/images/theme/thumbnail/2x/scttcper-gatsby-casper-2x.jpg and b/static/images/theme/thumbnail/2x/scttcper-gatsby-casper-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sdtelectronics-jekyll-theme-antarctica-2x.jpg b/static/images/theme/thumbnail/2x/sdtelectronics-jekyll-theme-antarctica-2x.jpg new file mode 100644 index 000000000..e3e6166cc Binary files /dev/null and b/static/images/theme/thumbnail/2x/sdtelectronics-jekyll-theme-antarctica-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/seanlane-gochowdown-2x.jpg b/static/images/theme/thumbnail/2x/seanlane-gochowdown-2x.jpg index a144b3e6e..78f1756ae 100644 Binary files a/static/images/theme/thumbnail/2x/seanlane-gochowdown-2x.jpg and b/static/images/theme/thumbnail/2x/seanlane-gochowdown-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/serg-yourfolio-2x.jpg b/static/images/theme/thumbnail/2x/serg-yourfolio-2x.jpg deleted file mode 100644 index e83dd9500..000000000 Binary files a/static/images/theme/thumbnail/2x/serg-yourfolio-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/sergiokopplin-indigo-2x.jpg b/static/images/theme/thumbnail/2x/sergiokopplin-indigo-2x.jpg index 4cdd25081..173a8748f 100644 Binary files a/static/images/theme/thumbnail/2x/sergiokopplin-indigo-2x.jpg and b/static/images/theme/thumbnail/2x/sergiokopplin-indigo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sergiokopplin-violet-2x.jpg b/static/images/theme/thumbnail/2x/sergiokopplin-violet-2x.jpg deleted file mode 100644 index 32e5ee1e4..000000000 Binary files a/static/images/theme/thumbnail/2x/sergiokopplin-violet-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/sfreytag-friday-theme-2x.jpg b/static/images/theme/thumbnail/2x/sfreytag-friday-theme-2x.jpg index 8d0d6aff8..661cae120 100644 Binary files a/static/images/theme/thumbnail/2x/sfreytag-friday-theme-2x.jpg and b/static/images/theme/thumbnail/2x/sfreytag-friday-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/shaform-hugo-theme-den-2x.jpg b/static/images/theme/thumbnail/2x/shaform-hugo-theme-den-2x.jpg deleted file mode 100644 index e75e8f825..000000000 Binary files a/static/images/theme/thumbnail/2x/shaform-hugo-theme-den-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/shankar-hugo-grapes-2x.jpg b/static/images/theme/thumbnail/2x/shankar-hugo-grapes-2x.jpg deleted file mode 100644 index 153c0fbab..000000000 Binary files a/static/images/theme/thumbnail/2x/shankar-hugo-grapes-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/shantanu-deshmukh-vhealth-gatsby-2x.jpg b/static/images/theme/thumbnail/2x/shantanu-deshmukh-vhealth-gatsby-2x.jpg index c45c080d2..512b07d2a 100644 Binary files a/static/images/theme/thumbnail/2x/shantanu-deshmukh-vhealth-gatsby-2x.jpg and b/static/images/theme/thumbnail/2x/shantanu-deshmukh-vhealth-gatsby-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sharadcodes-gatsby-theme-serial-programmer-2x.jpg b/static/images/theme/thumbnail/2x/sharadcodes-gatsby-theme-serial-programmer-2x.jpg new file mode 100644 index 000000000..a6d86b399 Binary files /dev/null and b/static/images/theme/thumbnail/2x/sharadcodes-gatsby-theme-serial-programmer-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sharadcodes-geekyll-starter-blog-2x.jpg b/static/images/theme/thumbnail/2x/sharadcodes-geekyll-starter-blog-2x.jpg index 5ba2b8626..f43afab42 100644 Binary files a/static/images/theme/thumbnail/2x/sharadcodes-geekyll-starter-blog-2x.jpg and b/static/images/theme/thumbnail/2x/sharadcodes-geekyll-starter-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sharadcodes-hugo-theme-serial-programmer-2x.jpg b/static/images/theme/thumbnail/2x/sharadcodes-hugo-theme-serial-programmer-2x.jpg new file mode 100644 index 000000000..a4602f945 Binary files /dev/null and b/static/images/theme/thumbnail/2x/sharadcodes-hugo-theme-serial-programmer-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-material-you-2x.jpg b/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-material-you-2x.jpg new file mode 100644 index 000000000..aa6ae5709 Binary files /dev/null and b/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-material-you-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-milo-2x.jpg b/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-milo-2x.jpg index 89775e114..76aa19630 100644 Binary files a/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-milo-2x.jpg and b/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-milo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-retro-yellow-2x.jpg b/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-retro-yellow-2x.jpg index db365ed3a..7c361a8a3 100644 Binary files a/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-retro-yellow-2x.jpg and b/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-retro-yellow-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-serial-programmer-2x.jpg b/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-serial-programmer-2x.jpg new file mode 100644 index 000000000..8e42f1429 Binary files /dev/null and b/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-serial-programmer-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sharu725-ashwath-2x.jpg b/static/images/theme/thumbnail/2x/sharu725-ashwath-2x.jpg deleted file mode 100644 index 93a172132..000000000 Binary files a/static/images/theme/thumbnail/2x/sharu725-ashwath-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/sharu725-bheema-2x.jpg b/static/images/theme/thumbnail/2x/sharu725-bheema-2x.jpg index 487982cdb..5a659e31b 100644 Binary files a/static/images/theme/thumbnail/2x/sharu725-bheema-2x.jpg and b/static/images/theme/thumbnail/2x/sharu725-bheema-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sharu725-cards-2x.jpg b/static/images/theme/thumbnail/2x/sharu725-cards-2x.jpg index 9eed0ac4e..1fe972554 100644 Binary files a/static/images/theme/thumbnail/2x/sharu725-cards-2x.jpg and b/static/images/theme/thumbnail/2x/sharu725-cards-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sharu725-gatok-2x.jpg b/static/images/theme/thumbnail/2x/sharu725-gatok-2x.jpg deleted file mode 100644 index f8ffc446b..000000000 Binary files a/static/images/theme/thumbnail/2x/sharu725-gatok-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/sharu725-hagura-2x.jpg b/static/images/theme/thumbnail/2x/sharu725-hagura-2x.jpg index 4cd4317c3..77ba3d37b 100644 Binary files a/static/images/theme/thumbnail/2x/sharu725-hagura-2x.jpg and b/static/images/theme/thumbnail/2x/sharu725-hagura-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sharu725-karna-2x.jpg b/static/images/theme/thumbnail/2x/sharu725-karna-2x.jpg index a281cf3a2..f3dcc8e7a 100644 Binary files a/static/images/theme/thumbnail/2x/sharu725-karna-2x.jpg and b/static/images/theme/thumbnail/2x/sharu725-karna-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sharu725-online-cv-2x.jpg b/static/images/theme/thumbnail/2x/sharu725-online-cv-2x.jpg index 6034edc63..6dc5240b0 100644 Binary files a/static/images/theme/thumbnail/2x/sharu725-online-cv-2x.jpg and b/static/images/theme/thumbnail/2x/sharu725-online-cv-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sharu725-slides-2x.jpg b/static/images/theme/thumbnail/2x/sharu725-slides-2x.jpg deleted file mode 100644 index 94bd05686..000000000 Binary files a/static/images/theme/thumbnail/2x/sharu725-slides-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/sharu725-thunder-2x.jpg b/static/images/theme/thumbnail/2x/sharu725-thunder-2x.jpg index de92ef732..c5d24b5f0 100644 Binary files a/static/images/theme/thumbnail/2x/sharu725-thunder-2x.jpg and b/static/images/theme/thumbnail/2x/sharu725-thunder-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sharu725-vyaasa-2x.jpg b/static/images/theme/thumbnail/2x/sharu725-vyaasa-2x.jpg deleted file mode 100644 index d2195ed52..000000000 Binary files a/static/images/theme/thumbnail/2x/sharu725-vyaasa-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/sharvaridesai-hexo-theme-edinburgh-2x.jpg b/static/images/theme/thumbnail/2x/sharvaridesai-hexo-theme-edinburgh-2x.jpg index dd5785531..e3ddd798b 100644 Binary files a/static/images/theme/thumbnail/2x/sharvaridesai-hexo-theme-edinburgh-2x.jpg and b/static/images/theme/thumbnail/2x/sharvaridesai-hexo-theme-edinburgh-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/shawnteoh-matjek-2x.jpg b/static/images/theme/thumbnail/2x/shawnteoh-matjek-2x.jpg index c01947a3e..a83c82ae4 100644 Binary files a/static/images/theme/thumbnail/2x/shawnteoh-matjek-2x.jpg and b/static/images/theme/thumbnail/2x/shawnteoh-matjek-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/shenliyang-hexo-theme-snippet-2x.jpg b/static/images/theme/thumbnail/2x/shenliyang-hexo-theme-snippet-2x.jpg index 0ce07a052..ce611082c 100644 Binary files a/static/images/theme/thumbnail/2x/shenliyang-hexo-theme-snippet-2x.jpg and b/static/images/theme/thumbnail/2x/shenliyang-hexo-theme-snippet-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/shenoybr-hugo-goa-2x.jpg b/static/images/theme/thumbnail/2x/shenoybr-hugo-goa-2x.jpg deleted file mode 100644 index 497c14274..000000000 Binary files a/static/images/theme/thumbnail/2x/shenoybr-hugo-goa-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/shobhitchittora-gatsby-starter-fashion-portfolio-2x.jpg b/static/images/theme/thumbnail/2x/shobhitchittora-gatsby-starter-fashion-portfolio-2x.jpg index 4ab5663a5..a74f25682 100644 Binary files a/static/images/theme/thumbnail/2x/shobhitchittora-gatsby-starter-fashion-portfolio-2x.jpg and b/static/images/theme/thumbnail/2x/shobhitchittora-gatsby-starter-fashion-portfolio-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/siegerts-hugo-theme-basic-2x.jpg b/static/images/theme/thumbnail/2x/siegerts-hugo-theme-basic-2x.jpg index 05af67254..99778d755 100644 Binary files a/static/images/theme/thumbnail/2x/siegerts-hugo-theme-basic-2x.jpg and b/static/images/theme/thumbnail/2x/siegerts-hugo-theme-basic-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/simarmannsingh-gatsby-netlifycms-starter-template-2x.jpg b/static/images/theme/thumbnail/2x/simarmannsingh-gatsby-netlifycms-starter-template-2x.jpg new file mode 100644 index 000000000..2851d36af Binary files /dev/null and b/static/images/theme/thumbnail/2x/simarmannsingh-gatsby-netlifycms-starter-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/simplecode-io-gatsby-crafty-theme-2x.jpg b/static/images/theme/thumbnail/2x/simplecode-io-gatsby-crafty-theme-2x.jpg index 14729d336..d29f3d379 100644 Binary files a/static/images/theme/thumbnail/2x/simplecode-io-gatsby-crafty-theme-2x.jpg and b/static/images/theme/thumbnail/2x/simplecode-io-gatsby-crafty-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/simpleyyt-jekyll-jacman-2x.jpg b/static/images/theme/thumbnail/2x/simpleyyt-jekyll-jacman-2x.jpg index cf1b0091c..edb773308 100644 Binary files a/static/images/theme/thumbnail/2x/simpleyyt-jekyll-jacman-2x.jpg and b/static/images/theme/thumbnail/2x/simpleyyt-jekyll-jacman-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/simpleyyt-jekyll-simpleyyt-2x.jpg b/static/images/theme/thumbnail/2x/simpleyyt-jekyll-simpleyyt-2x.jpg index f34cfe06e..c9335f7e8 100644 Binary files a/static/images/theme/thumbnail/2x/simpleyyt-jekyll-simpleyyt-2x.jpg and b/static/images/theme/thumbnail/2x/simpleyyt-jekyll-simpleyyt-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/simpleyyt-jekyll-theme-next-2x.jpg b/static/images/theme/thumbnail/2x/simpleyyt-jekyll-theme-next-2x.jpg index 50b7c0ab1..b2a6dccc2 100644 Binary files a/static/images/theme/thumbnail/2x/simpleyyt-jekyll-theme-next-2x.jpg and b/static/images/theme/thumbnail/2x/simpleyyt-jekyll-theme-next-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/simply007-kontent-sample-app-gatsby-intranet-2x.jpg b/static/images/theme/thumbnail/2x/simply007-kontent-sample-app-gatsby-intranet-2x.jpg index 5a4a7e9ed..1cfcc7a6c 100644 Binary files a/static/images/theme/thumbnail/2x/simply007-kontent-sample-app-gatsby-intranet-2x.jpg and b/static/images/theme/thumbnail/2x/simply007-kontent-sample-app-gatsby-intranet-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/simply007-kontent-template-gatsby-landing-page-photon-2x.jpg b/static/images/theme/thumbnail/2x/simply007-kontent-template-gatsby-landing-page-photon-2x.jpg index 6a7753f48..194e8f70a 100644 Binary files a/static/images/theme/thumbnail/2x/simply007-kontent-template-gatsby-landing-page-photon-2x.jpg and b/static/images/theme/thumbnail/2x/simply007-kontent-template-gatsby-landing-page-photon-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/slashformotion-hugo-tufte-2x.jpg b/static/images/theme/thumbnail/2x/slashformotion-hugo-tufte-2x.jpg new file mode 100644 index 000000000..73fdb74ab Binary files /dev/null and b/static/images/theme/thumbnail/2x/slashformotion-hugo-tufte-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/smakosh-gatsby-apollo-starter-2x.jpg b/static/images/theme/thumbnail/2x/smakosh-gatsby-apollo-starter-2x.jpg index 7089d916b..c54366d03 100644 Binary files a/static/images/theme/thumbnail/2x/smakosh-gatsby-apollo-starter-2x.jpg and b/static/images/theme/thumbnail/2x/smakosh-gatsby-apollo-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/smakosh-gatsby-portfolio-dev-2x.jpg b/static/images/theme/thumbnail/2x/smakosh-gatsby-portfolio-dev-2x.jpg index fbe99dedd..ad8b26a68 100644 Binary files a/static/images/theme/thumbnail/2x/smakosh-gatsby-portfolio-dev-2x.jpg and b/static/images/theme/thumbnail/2x/smakosh-gatsby-portfolio-dev-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/smakosh-gatsby-starter-i18n-2x.jpg b/static/images/theme/thumbnail/2x/smakosh-gatsby-starter-i18n-2x.jpg deleted file mode 100644 index eb0302597..000000000 Binary files a/static/images/theme/thumbnail/2x/smakosh-gatsby-starter-i18n-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/smallmuou-jekyll-pithy-2x.jpg b/static/images/theme/thumbnail/2x/smallmuou-jekyll-pithy-2x.jpg index b6c05b024..cf45ccc34 100644 Binary files a/static/images/theme/thumbnail/2x/smallmuou-jekyll-pithy-2x.jpg and b/static/images/theme/thumbnail/2x/smallmuou-jekyll-pithy-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/smastrom-headless-gatsby-multilang-2x.jpg b/static/images/theme/thumbnail/2x/smastrom-headless-gatsby-multilang-2x.jpg new file mode 100644 index 000000000..e990a5785 Binary files /dev/null and b/static/images/theme/thumbnail/2x/smastrom-headless-gatsby-multilang-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/smolcodes-twentytwenyonetheme-2x.jpg b/static/images/theme/thumbnail/2x/smolcodes-twentytwenyonetheme-2x.jpg index d0e9f5a73..28c584589 100644 Binary files a/static/images/theme/thumbnail/2x/smolcodes-twentytwenyonetheme-2x.jpg and b/static/images/theme/thumbnail/2x/smolcodes-twentytwenyonetheme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/snipcart-11ty-demo-snipcart-2x.jpg b/static/images/theme/thumbnail/2x/snipcart-11ty-demo-snipcart-2x.jpg index 38a2fd830..f94098965 100644 Binary files a/static/images/theme/thumbnail/2x/snipcart-11ty-demo-snipcart-2x.jpg and b/static/images/theme/thumbnail/2x/snipcart-11ty-demo-snipcart-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/snipcart-directus-metalsmith-snipcart-2x.jpg b/static/images/theme/thumbnail/2x/snipcart-directus-metalsmith-snipcart-2x.jpg index b638dda59..45a1679ca 100644 Binary files a/static/images/theme/thumbnail/2x/snipcart-directus-metalsmith-snipcart-2x.jpg and b/static/images/theme/thumbnail/2x/snipcart-directus-metalsmith-snipcart-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/snipcart-snipcart-middleman-integration-2x.jpg b/static/images/theme/thumbnail/2x/snipcart-snipcart-middleman-integration-2x.jpg index d71fe26bf..ba899ecc5 100644 Binary files a/static/images/theme/thumbnail/2x/snipcart-snipcart-middleman-integration-2x.jpg and b/static/images/theme/thumbnail/2x/snipcart-snipcart-middleman-integration-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/snipcart-stackbit-theme-planty-2x.jpg b/static/images/theme/thumbnail/2x/snipcart-stackbit-theme-planty-2x.jpg index 5c1d48072..538e218a1 100644 Binary files a/static/images/theme/thumbnail/2x/snipcart-stackbit-theme-planty-2x.jpg and b/static/images/theme/thumbnail/2x/snipcart-stackbit-theme-planty-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/songroger-murmur-2x.jpg b/static/images/theme/thumbnail/2x/songroger-murmur-2x.jpg index c1c63ec8b..e72ce3095 100644 Binary files a/static/images/theme/thumbnail/2x/songroger-murmur-2x.jpg and b/static/images/theme/thumbnail/2x/songroger-murmur-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/south-paw-awesome-gatsby-starter-2x.jpg b/static/images/theme/thumbnail/2x/south-paw-awesome-gatsby-starter-2x.jpg index 362c02017..46ba9a9aa 100644 Binary files a/static/images/theme/thumbnail/2x/south-paw-awesome-gatsby-starter-2x.jpg and b/static/images/theme/thumbnail/2x/south-paw-awesome-gatsby-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/spaceg-glas-2x.jpg b/static/images/theme/thumbnail/2x/spaceg-glas-2x.jpg deleted file mode 100644 index 6fb07d563..000000000 Binary files a/static/images/theme/thumbnail/2x/spaceg-glas-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/sparanoid-almace-scaffolding-2x.jpg b/static/images/theme/thumbnail/2x/sparanoid-almace-scaffolding-2x.jpg index 6bb4eaab5..e66e83939 100644 Binary files a/static/images/theme/thumbnail/2x/sparanoid-almace-scaffolding-2x.jpg and b/static/images/theme/thumbnail/2x/sparanoid-almace-scaffolding-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/spech66-bootstrap-bp-hugo-startpage-2x.jpg b/static/images/theme/thumbnail/2x/spech66-bootstrap-bp-hugo-startpage-2x.jpg deleted file mode 100644 index e0d61d980..000000000 Binary files a/static/images/theme/thumbnail/2x/spech66-bootstrap-bp-hugo-startpage-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/spech66-bootstrap-bp-hugo-theme-2x.jpg b/static/images/theme/thumbnail/2x/spech66-bootstrap-bp-hugo-theme-2x.jpg deleted file mode 100644 index c98d9a876..000000000 Binary files a/static/images/theme/thumbnail/2x/spech66-bootstrap-bp-hugo-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/spf13-hyde-2x.jpg b/static/images/theme/thumbnail/2x/spf13-hyde-2x.jpg deleted file mode 100644 index f82cda036..000000000 Binary files a/static/images/theme/thumbnail/2x/spf13-hyde-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/b2a3e8-jekyll-theme-console-2x.jpg b/static/images/theme/thumbnail/2x/spinalcms-11ty-docs-template-2x.jpg similarity index 100% rename from static/images/theme/thumbnail/2x/b2a3e8-jekyll-theme-console-2x.jpg rename to static/images/theme/thumbnail/2x/spinalcms-11ty-docs-template-2x.jpg diff --git a/static/images/theme/thumbnail/2x/spookey-slick-2x.jpg b/static/images/theme/thumbnail/2x/spookey-slick-2x.jpg deleted file mode 100644 index c1919e272..000000000 Binary files a/static/images/theme/thumbnail/2x/spookey-slick-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/squidfunk-mkdocs-material-2x.jpg b/static/images/theme/thumbnail/2x/squidfunk-mkdocs-material-2x.jpg index 2fccaa860..cef0597c7 100644 Binary files a/static/images/theme/thumbnail/2x/squidfunk-mkdocs-material-2x.jpg and b/static/images/theme/thumbnail/2x/squidfunk-mkdocs-material-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ssokurenko-jekyll-smart-material-2x.jpg b/static/images/theme/thumbnail/2x/ssokurenko-jekyll-smart-material-2x.jpg index 3a5db04db..d63fe29e7 100644 Binary files a/static/images/theme/thumbnail/2x/ssokurenko-jekyll-smart-material-2x.jpg and b/static/images/theme/thumbnail/2x/ssokurenko-jekyll-smart-material-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/st4ple-solid-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/st4ple-solid-jekyll-2x.jpg index bb624c098..086ad5aff 100644 Binary files a/static/images/theme/thumbnail/2x/st4ple-solid-jekyll-2x.jpg and b/static/images/theme/thumbnail/2x/st4ple-solid-jekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-ampersand-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-ampersand-2x.jpg deleted file mode 100644 index e7c8e8508..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-ampersand-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-archetype-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-archetype-2x.jpg deleted file mode 100644 index 88ca9197d..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-archetype-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-azimuth-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-azimuth-2x.jpg deleted file mode 100644 index f605d6729..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-azimuth-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-construct-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-construct-2x.jpg deleted file mode 100644 index 88ca9197d..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-construct-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-fjord-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-fjord-2x.jpg deleted file mode 100644 index eb4781b3f..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-fjord-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-fractal-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-fractal-2x.jpg deleted file mode 100644 index 88ca9197d..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-fractal-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-fresh-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-fresh-2x.jpg deleted file mode 100644 index 92836c568..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-fresh-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-hyperspace-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-hyperspace-2x.jpg deleted file mode 100644 index 88ca9197d..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-hyperspace-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-libris-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-libris-2x.jpg deleted file mode 100644 index eeda77c7d..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-libris-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-reflex-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-reflex-2x.jpg deleted file mode 100644 index 88ca9197d..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-reflex-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-spectral-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-spectral-2x.jpg deleted file mode 100644 index 88ca9197d..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-spectral-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-starter-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-starter-2x.jpg deleted file mode 100644 index 2420dede3..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-starter-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-agency-nextjs-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-agency-nextjs-2x.jpg new file mode 100644 index 000000000..6b76a94d3 Binary files /dev/null and b/static/images/theme/thumbnail/2x/stackbit-themes-agency-nextjs-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-ampersand-unibit-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-ampersand-nextjs-2x.jpg similarity index 100% rename from static/images/theme/thumbnail/2x/stackbit-themes-ampersand-unibit-2x.jpg rename to static/images/theme/thumbnail/2x/stackbit-themes-ampersand-nextjs-2x.jpg diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-app-nextjs-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-app-nextjs-2x.jpg new file mode 100644 index 000000000..c0f4f279c Binary files /dev/null and b/static/images/theme/thumbnail/2x/stackbit-themes-app-nextjs-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-azimuth-gatsby-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-azimuth-gatsby-2x.jpg deleted file mode 100644 index fbfeea751..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-azimuth-gatsby-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-azimuth-hugo-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-azimuth-hugo-2x.jpg deleted file mode 100644 index fbfeea751..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-azimuth-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-azimuth-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-azimuth-jekyll-2x.jpg deleted file mode 100644 index fbfeea751..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-azimuth-jekyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-azimuth-nextjs-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-azimuth-nextjs-2x.jpg index fbfeea751..95cc9345e 100644 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-azimuth-nextjs-2x.jpg and b/static/images/theme/thumbnail/2x/stackbit-themes-azimuth-nextjs-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-azimuth-unibit-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-azimuth-unibit-2x.jpg deleted file mode 100644 index f605d6729..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-azimuth-unibit-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-book-nextjs-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-book-nextjs-2x.jpg new file mode 100644 index 000000000..2d571379f Binary files /dev/null and b/static/images/theme/thumbnail/2x/stackbit-themes-book-nextjs-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-diy-gatsby-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-diy-gatsby-2x.jpg deleted file mode 100644 index 33aa152f7..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-diy-gatsby-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-diy-hugo-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-diy-hugo-2x.jpg deleted file mode 100644 index 33aa152f7..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-diy-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-diy-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-diy-jekyll-2x.jpg deleted file mode 100644 index 33aa152f7..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-diy-jekyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-diy-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-diy-nextjs-2x.jpg similarity index 100% rename from static/images/theme/thumbnail/2x/stackbit-stackbit-theme-diy-2x.jpg rename to static/images/theme/thumbnail/2x/stackbit-themes-diy-nextjs-2x.jpg diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-diy-unibit-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-diy-unibit-2x.jpg deleted file mode 100644 index 7bb3d55b1..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-diy-unibit-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-event-nextjs-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-event-nextjs-2x.jpg new file mode 100644 index 000000000..01f9396ad Binary files /dev/null and b/static/images/theme/thumbnail/2x/stackbit-themes-event-nextjs-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-exto-gatsby-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-exto-gatsby-2x.jpg deleted file mode 100644 index 344d1dd71..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-exto-gatsby-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-exto-hugo-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-exto-hugo-2x.jpg deleted file mode 100644 index 344d1dd71..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-exto-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-exto-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-exto-jekyll-2x.jpg deleted file mode 100644 index 344d1dd71..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-exto-jekyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-exto-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-exto-nextjs-2x.jpg similarity index 100% rename from static/images/theme/thumbnail/2x/stackbit-stackbit-theme-exto-2x.jpg rename to static/images/theme/thumbnail/2x/stackbit-themes-exto-nextjs-2x.jpg diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-exto-unibit-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-exto-unibit-2x.jpg deleted file mode 100644 index 554fdc061..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-exto-unibit-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-fjord-gatsby-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-fjord-gatsby-2x.jpg deleted file mode 100644 index 4b1394ff7..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-fjord-gatsby-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-fjord-hugo-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-fjord-hugo-2x.jpg deleted file mode 100644 index 4b1394ff7..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-fjord-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-fjord-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-fjord-jekyll-2x.jpg deleted file mode 100644 index 4b1394ff7..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-fjord-jekyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-fjord-unibit-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-fjord-nextjs-2x.jpg similarity index 100% rename from static/images/theme/thumbnail/2x/stackbit-themes-fjord-unibit-2x.jpg rename to static/images/theme/thumbnail/2x/stackbit-themes-fjord-nextjs-2x.jpg diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-fresh-unibit-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-fresh-nextjs-2x.jpg similarity index 100% rename from static/images/theme/thumbnail/2x/stackbit-themes-fresh-unibit-2x.jpg rename to static/images/theme/thumbnail/2x/stackbit-themes-fresh-nextjs-2x.jpg diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-libris-nextjs-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-libris-nextjs-2x.jpg new file mode 100644 index 000000000..4b09b3760 Binary files /dev/null and b/static/images/theme/thumbnail/2x/stackbit-themes-libris-nextjs-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-libris-unibit-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-libris-unibit-2x.jpg deleted file mode 100644 index eeda77c7d..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-libris-unibit-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-personal-nextjs-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-personal-nextjs-2x.jpg new file mode 100644 index 000000000..4d220fc33 Binary files /dev/null and b/static/images/theme/thumbnail/2x/stackbit-themes-personal-nextjs-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-podcaster-nextjs-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-podcaster-nextjs-2x.jpg new file mode 100644 index 000000000..8420c59b3 Binary files /dev/null and b/static/images/theme/thumbnail/2x/stackbit-themes-podcaster-nextjs-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-stackbit-starter-gatsby-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-stackbit-starter-gatsby-2x.jpg deleted file mode 100644 index efe5f9e6c..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-stackbit-starter-gatsby-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-stackbit-starter-hugo-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-stackbit-starter-hugo-2x.jpg deleted file mode 100644 index efe5f9e6c..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-stackbit-starter-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-stackbit-starter-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-stackbit-starter-jekyll-2x.jpg deleted file mode 100644 index efe5f9e6c..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-stackbit-starter-jekyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-stackbit-starter-nextjs-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-stackbit-starter-nextjs-2x.jpg deleted file mode 100644 index efe5f9e6c..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-stackbit-starter-nextjs-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-starter-unibit-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-starter-unibit-2x.jpg deleted file mode 100644 index 2420dede3..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-starter-unibit-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-stackbit-theme-vanilla-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-vanilla-jekyll-2x.jpg similarity index 100% rename from static/images/theme/thumbnail/2x/stackbit-stackbit-theme-vanilla-2x.jpg rename to static/images/theme/thumbnail/2x/stackbit-themes-vanilla-jekyll-2x.jpg diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-vanilla-unibit-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-vanilla-nextjs-2x.jpg similarity index 100% rename from static/images/theme/thumbnail/2x/stackbit-themes-vanilla-unibit-2x.jpg rename to static/images/theme/thumbnail/2x/stackbit-themes-vanilla-nextjs-2x.jpg diff --git a/static/images/theme/thumbnail/2x/stackrole-gatsby-starter-foundation-2x.jpg b/static/images/theme/thumbnail/2x/stackrole-gatsby-starter-foundation-2x.jpg index 959f9fae7..a2cafe671 100644 Binary files a/static/images/theme/thumbnail/2x/stackrole-gatsby-starter-foundation-2x.jpg and b/static/images/theme/thumbnail/2x/stackrole-gatsby-starter-foundation-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/statichunt-geeky-hugo-2x.jpg b/static/images/theme/thumbnail/2x/statichunt-geeky-hugo-2x.jpg new file mode 100644 index 000000000..bc1894f5e Binary files /dev/null and b/static/images/theme/thumbnail/2x/statichunt-geeky-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/staticmania-blogge-hugo-theme-2x.jpg b/static/images/theme/thumbnail/2x/staticmania-blogge-hugo-theme-2x.jpg new file mode 100644 index 000000000..4acd97f37 Binary files /dev/null and b/static/images/theme/thumbnail/2x/staticmania-blogge-hugo-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/staticmania-hugo-apsho-2x.jpg b/static/images/theme/thumbnail/2x/staticmania-hugo-apsho-2x.jpg new file mode 100644 index 000000000..d7edbcac4 Binary files /dev/null and b/static/images/theme/thumbnail/2x/staticmania-hugo-apsho-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/staticmania-hugo-cohub-2x.jpg b/static/images/theme/thumbnail/2x/staticmania-hugo-cohub-2x.jpg new file mode 100644 index 000000000..125b67a7a Binary files /dev/null and b/static/images/theme/thumbnail/2x/staticmania-hugo-cohub-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/staticmania-portio-hugo-2x.jpg b/static/images/theme/thumbnail/2x/staticmania-portio-hugo-2x.jpg new file mode 100644 index 000000000..336e661d0 Binary files /dev/null and b/static/images/theme/thumbnail/2x/staticmania-portio-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/staticmania-roxo-eleventy-2x.jpg b/static/images/theme/thumbnail/2x/staticmania-roxo-eleventy-2x.jpg new file mode 100644 index 000000000..eeb46878c Binary files /dev/null and b/static/images/theme/thumbnail/2x/staticmania-roxo-eleventy-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/staticmania-roxo-hugo-2x.jpg b/static/images/theme/thumbnail/2x/staticmania-roxo-hugo-2x.jpg deleted file mode 100644 index 308507be2..000000000 Binary files a/static/images/theme/thumbnail/2x/staticmania-roxo-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stavrospanakakis-jekyll-cv-2x.jpg b/static/images/theme/thumbnail/2x/stavrospanakakis-jekyll-cv-2x.jpg new file mode 100644 index 000000000..0ce2a0e86 Binary files /dev/null and b/static/images/theme/thumbnail/2x/stavrospanakakis-jekyll-cv-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/stephen-cloud-gatsby-markdown-material-typescript-starter-2x.jpg b/static/images/theme/thumbnail/2x/stephen-cloud-gatsby-markdown-material-typescript-starter-2x.jpg index 75affe846..463abdb9b 100644 Binary files a/static/images/theme/thumbnail/2x/stephen-cloud-gatsby-markdown-material-typescript-starter-2x.jpg and b/static/images/theme/thumbnail/2x/stephen-cloud-gatsby-markdown-material-typescript-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/stevelane-hugo-icon-2x.jpg b/static/images/theme/thumbnail/2x/stevelane-hugo-icon-2x.jpg deleted file mode 100644 index 0d7e009e9..000000000 Binary files a/static/images/theme/thumbnail/2x/stevelane-hugo-icon-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stijnvc-holo-alfa-2x.jpg b/static/images/theme/thumbnail/2x/stijnvc-holo-alfa-2x.jpg index fe9630933..7e36838e9 100644 Binary files a/static/images/theme/thumbnail/2x/stijnvc-holo-alfa-2x.jpg and b/static/images/theme/thumbnail/2x/stijnvc-holo-alfa-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/storyblok-storyblok-gridsome-boilerplate-moon-2x.jpg b/static/images/theme/thumbnail/2x/storyblok-storyblok-gridsome-boilerplate-moon-2x.jpg index 3e8516b6b..9eec74cc4 100644 Binary files a/static/images/theme/thumbnail/2x/storyblok-storyblok-gridsome-boilerplate-moon-2x.jpg and b/static/images/theme/thumbnail/2x/storyblok-storyblok-gridsome-boilerplate-moon-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/streetturtle-jekyll-clean-dark-2x.jpg b/static/images/theme/thumbnail/2x/streetturtle-jekyll-clean-dark-2x.jpg index 00951e44b..6dd1abed9 100644 Binary files a/static/images/theme/thumbnail/2x/streetturtle-jekyll-clean-dark-2x.jpg and b/static/images/theme/thumbnail/2x/streetturtle-jekyll-clean-dark-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/styxlab-gatsby-starter-try-ghost-2x.jpg b/static/images/theme/thumbnail/2x/styxlab-gatsby-starter-try-ghost-2x.jpg index 50e1118e2..60e829ded 100644 Binary files a/static/images/theme/thumbnail/2x/styxlab-gatsby-starter-try-ghost-2x.jpg and b/static/images/theme/thumbnail/2x/styxlab-gatsby-starter-try-ghost-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/styxlab-next-cms-ghost-2x.jpg b/static/images/theme/thumbnail/2x/styxlab-next-cms-ghost-2x.jpg index a6c858228..b92768b5e 100644 Binary files a/static/images/theme/thumbnail/2x/styxlab-next-cms-ghost-2x.jpg and b/static/images/theme/thumbnail/2x/styxlab-next-cms-ghost-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sudorook-capsule-2x.jpg b/static/images/theme/thumbnail/2x/sudorook-capsule-2x.jpg deleted file mode 100644 index 1a70a64a1..000000000 Binary files a/static/images/theme/thumbnail/2x/sudorook-capsule-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/suheb-resume-2x.jpg b/static/images/theme/thumbnail/2x/suheb-resume-2x.jpg index d9960eed0..9b276374f 100644 Binary files a/static/images/theme/thumbnail/2x/suheb-resume-2x.jpg and b/static/images/theme/thumbnail/2x/suheb-resume-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/suits-at-netlifycms-gridsome-2x.jpg b/static/images/theme/thumbnail/2x/suits-at-netlifycms-gridsome-2x.jpg index 611a0c1c7..2509caf95 100644 Binary files a/static/images/theme/thumbnail/2x/suits-at-netlifycms-gridsome-2x.jpg and b/static/images/theme/thumbnail/2x/suits-at-netlifycms-gridsome-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sujaykundu777-devlopr-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/sujaykundu777-devlopr-jekyll-2x.jpg index c421f22de..41521d1b1 100644 Binary files a/static/images/theme/thumbnail/2x/sujaykundu777-devlopr-jekyll-2x.jpg and b/static/images/theme/thumbnail/2x/sujaykundu777-devlopr-jekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/sunbliss-photorama-2x.jpg b/static/images/theme/thumbnail/2x/sunbliss-photorama-2x.jpg index 3c4d910e1..b75988470 100644 Binary files a/static/images/theme/thumbnail/2x/sunbliss-photorama-2x.jpg and b/static/images/theme/thumbnail/2x/sunbliss-photorama-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/surjithctly-neat-starter-2x.jpg b/static/images/theme/thumbnail/2x/surjithctly-neat-starter-2x.jpg index aff781441..395dfb3da 100644 Binary files a/static/images/theme/thumbnail/2x/surjithctly-neat-starter-2x.jpg and b/static/images/theme/thumbnail/2x/surjithctly-neat-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/svmiller-steve-ngvb-jekyll-template-2x.jpg b/static/images/theme/thumbnail/2x/svmiller-steve-ngvb-jekyll-template-2x.jpg deleted file mode 100644 index 9bd389f82..000000000 Binary files a/static/images/theme/thumbnail/2x/svmiller-steve-ngvb-jekyll-template-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/sw-yx-jamstack-hackathon-starter-2x.jpg b/static/images/theme/thumbnail/2x/sw-yx-jamstack-hackathon-starter-2x.jpg index 5bca5d9cd..3a31b60a3 100644 Binary files a/static/images/theme/thumbnail/2x/sw-yx-jamstack-hackathon-starter-2x.jpg and b/static/images/theme/thumbnail/2x/sw-yx-jamstack-hackathon-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/swanson-lagom-2x.jpg b/static/images/theme/thumbnail/2x/swanson-lagom-2x.jpg index f6e9fac75..df0406bd4 100644 Binary files a/static/images/theme/thumbnail/2x/swanson-lagom-2x.jpg and b/static/images/theme/thumbnail/2x/swanson-lagom-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/swcool-landing-page-theme-2x.jpg b/static/images/theme/thumbnail/2x/swcool-landing-page-theme-2x.jpg deleted file mode 100644 index c94604511..000000000 Binary files a/static/images/theme/thumbnail/2x/swcool-landing-page-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/sylhare-type-on-strap-2x.jpg b/static/images/theme/thumbnail/2x/sylhare-type-on-strap-2x.jpg index 823f1ed87..3303e3058 100644 Binary files a/static/images/theme/thumbnail/2x/sylhare-type-on-strap-2x.jpg and b/static/images/theme/thumbnail/2x/sylhare-type-on-strap-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/syui-hugo-theme-air-2x.jpg b/static/images/theme/thumbnail/2x/syui-hugo-theme-air-2x.jpg deleted file mode 100644 index 70858663a..000000000 Binary files a/static/images/theme/thumbnail/2x/syui-hugo-theme-air-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/syui-hugo-theme-wave-2x.jpg b/static/images/theme/thumbnail/2x/syui-hugo-theme-wave-2x.jpg deleted file mode 100644 index 931bce826..000000000 Binary files a/static/images/theme/thumbnail/2x/syui-hugo-theme-wave-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/szhielelp-jekylltheme-projectgaia-2x.jpg b/static/images/theme/thumbnail/2x/szhielelp-jekylltheme-projectgaia-2x.jpg deleted file mode 100644 index 870feeab2..000000000 Binary files a/static/images/theme/thumbnail/2x/szhielelp-jekylltheme-projectgaia-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/sziv2p-jekyll-theme-scaffold-2x.jpg b/static/images/theme/thumbnail/2x/sziv2p-jekyll-theme-scaffold-2x.jpg deleted file mode 100644 index 6722cba21..000000000 Binary files a/static/images/theme/thumbnail/2x/sziv2p-jekyll-theme-scaffold-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/szivong-pole-2x.jpg b/static/images/theme/thumbnail/2x/szivong-pole-2x.jpg deleted file mode 100644 index a1ece59ff..000000000 Binary files a/static/images/theme/thumbnail/2x/szivong-pole-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/t413-singlepaged-2x.jpg b/static/images/theme/thumbnail/2x/t413-singlepaged-2x.jpg deleted file mode 100644 index e1240ee67..000000000 Binary files a/static/images/theme/thumbnail/2x/t413-singlepaged-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/taikii-whiteplain-2x.jpg b/static/images/theme/thumbnail/2x/taikii-whiteplain-2x.jpg deleted file mode 100644 index c47fcb9dc..000000000 Binary files a/static/images/theme/thumbnail/2x/taikii-whiteplain-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/tajacks-lightspeed-2x.jpg b/static/images/theme/thumbnail/2x/tajacks-lightspeed-2x.jpg new file mode 100644 index 000000000..26be42de5 Binary files /dev/null and b/static/images/theme/thumbnail/2x/tajacks-lightspeed-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/taylantatli-halve-2x.jpg b/static/images/theme/thumbnail/2x/taylantatli-halve-2x.jpg index 90828b0ee..e67e9a18f 100644 Binary files a/static/images/theme/thumbnail/2x/taylantatli-halve-2x.jpg and b/static/images/theme/thumbnail/2x/taylantatli-halve-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/taylantatli-moon-2x.jpg b/static/images/theme/thumbnail/2x/taylantatli-moon-2x.jpg index 32498dd8e..47304b9fc 100644 Binary files a/static/images/theme/thumbnail/2x/taylantatli-moon-2x.jpg and b/static/images/theme/thumbnail/2x/taylantatli-moon-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/taylantatli-ramme-2x.jpg b/static/images/theme/thumbnail/2x/taylantatli-ramme-2x.jpg index e13002699..3128ba4f4 100644 Binary files a/static/images/theme/thumbnail/2x/taylantatli-ramme-2x.jpg and b/static/images/theme/thumbnail/2x/taylantatli-ramme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tazeg-hugo-blog-jeffprod-2x.jpg b/static/images/theme/thumbnail/2x/tazeg-hugo-blog-jeffprod-2x.jpg deleted file mode 100644 index 8a32336a6..000000000 Binary files a/static/images/theme/thumbnail/2x/tazeg-hugo-blog-jeffprod-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/tblyler-light-hugo-2x.jpg b/static/images/theme/thumbnail/2x/tblyler-light-hugo-2x.jpg deleted file mode 100644 index 26fa8ef8b..000000000 Binary files a/static/images/theme/thumbnail/2x/tblyler-light-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/tcbutler320-jek-2x.jpg b/static/images/theme/thumbnail/2x/tcbutler320-jek-2x.jpg index 60165b115..ad4bb031a 100644 Binary files a/static/images/theme/thumbnail/2x/tcbutler320-jek-2x.jpg and b/static/images/theme/thumbnail/2x/tcbutler320-jek-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tcbutler320-jekyll-theme-dumbarton-2x.jpg b/static/images/theme/thumbnail/2x/tcbutler320-jekyll-theme-dumbarton-2x.jpg index bb32d5ed0..7e681d8fe 100644 Binary files a/static/images/theme/thumbnail/2x/tcbutler320-jekyll-theme-dumbarton-2x.jpg and b/static/images/theme/thumbnail/2x/tcbutler320-jekyll-theme-dumbarton-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/teaware-gatsby-starter-point-2x.jpg b/static/images/theme/thumbnail/2x/teaware-gatsby-starter-point-2x.jpg index 386cc7a26..7c3fc90ae 100644 Binary files a/static/images/theme/thumbnail/2x/teaware-gatsby-starter-point-2x.jpg and b/static/images/theme/thumbnail/2x/teaware-gatsby-starter-point-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/thakkaryash94-gatsby-github-personal-website-2x.jpg b/static/images/theme/thumbnail/2x/thakkaryash94-gatsby-github-personal-website-2x.jpg index 9c36e81c6..f0c2d8aa9 100644 Binary files a/static/images/theme/thumbnail/2x/thakkaryash94-gatsby-github-personal-website-2x.jpg and b/static/images/theme/thumbnail/2x/thakkaryash94-gatsby-github-personal-website-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/the-development-flex-2x.jpg b/static/images/theme/thumbnail/2x/the-development-flex-2x.jpg index 1529dc731..c62cd8843 100644 Binary files a/static/images/theme/thumbnail/2x/the-development-flex-2x.jpg and b/static/images/theme/thumbnail/2x/the-development-flex-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/the2ne-hugo-frais-2x.jpg b/static/images/theme/thumbnail/2x/the2ne-hugo-frais-2x.jpg deleted file mode 100644 index b003f5a22..000000000 Binary files a/static/images/theme/thumbnail/2x/the2ne-hugo-frais-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/thebakerdev-gatsby-starter-zenii-2x.jpg b/static/images/theme/thumbnail/2x/thebakerdev-gatsby-starter-zenii-2x.jpg index e60d07651..18e171b32 100644 Binary files a/static/images/theme/thumbnail/2x/thebakerdev-gatsby-starter-zenii-2x.jpg and b/static/images/theme/thumbnail/2x/thebakerdev-gatsby-starter-zenii-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/thecodemint-gatsby-starter-simple-2x.jpg b/static/images/theme/thumbnail/2x/thecodemint-gatsby-starter-simple-2x.jpg deleted file mode 100644 index 9151b1c17..000000000 Binary files a/static/images/theme/thumbnail/2x/thecodemint-gatsby-starter-simple-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/thedevslot-whatatheme-2x.jpg b/static/images/theme/thumbnail/2x/thedevslot-whatatheme-2x.jpg index f40c37265..9921faf84 100644 Binary files a/static/images/theme/thumbnail/2x/thedevslot-whatatheme-2x.jpg and b/static/images/theme/thumbnail/2x/thedevslot-whatatheme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/themefisher-academia-hugo-2x.jpg b/static/images/theme/thumbnail/2x/themefisher-academia-hugo-2x.jpg new file mode 100644 index 000000000..50ce0b854 Binary files /dev/null and b/static/images/theme/thumbnail/2x/themefisher-academia-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/themefisher-airspace-hugo-2x.jpg b/static/images/theme/thumbnail/2x/themefisher-airspace-hugo-2x.jpg index d41a6f6fc..177ad9f70 100644 Binary files a/static/images/theme/thumbnail/2x/themefisher-airspace-hugo-2x.jpg and b/static/images/theme/thumbnail/2x/themefisher-airspace-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/themefisher-bigspring-light-2x.jpg b/static/images/theme/thumbnail/2x/themefisher-bigspring-light-2x.jpg new file mode 100644 index 000000000..061631d4f Binary files /dev/null and b/static/images/theme/thumbnail/2x/themefisher-bigspring-light-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/themefisher-dot-hugo-2x.jpg b/static/images/theme/thumbnail/2x/themefisher-dot-hugo-2x.jpg new file mode 100644 index 000000000..e4b2e45d0 Binary files /dev/null and b/static/images/theme/thumbnail/2x/themefisher-dot-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/themefisher-dot-hugo-documentation-theme-2x.jpg b/static/images/theme/thumbnail/2x/themefisher-dot-hugo-documentation-theme-2x.jpg deleted file mode 100644 index fbb03a953..000000000 Binary files a/static/images/theme/thumbnail/2x/themefisher-dot-hugo-documentation-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/themefisher-educenter-hugo-2x.jpg b/static/images/theme/thumbnail/2x/themefisher-educenter-hugo-2x.jpg new file mode 100644 index 000000000..b165aa9a5 Binary files /dev/null and b/static/images/theme/thumbnail/2x/themefisher-educenter-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/themefisher-hargo-hugo-2x.jpg b/static/images/theme/thumbnail/2x/themefisher-hargo-hugo-2x.jpg new file mode 100644 index 000000000..1f666fd5a Binary files /dev/null and b/static/images/theme/thumbnail/2x/themefisher-hargo-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/themefisher-infinity-hugo-2x.jpg b/static/images/theme/thumbnail/2x/themefisher-infinity-hugo-2x.jpg index 75f391fa1..a57a247fd 100644 Binary files a/static/images/theme/thumbnail/2x/themefisher-infinity-hugo-2x.jpg and b/static/images/theme/thumbnail/2x/themefisher-infinity-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/themefisher-kross-hugo-2x.jpg b/static/images/theme/thumbnail/2x/themefisher-kross-hugo-2x.jpg new file mode 100644 index 000000000..203310e81 Binary files /dev/null and b/static/images/theme/thumbnail/2x/themefisher-kross-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/themefisher-kross-hugo-portfolio-template-2x.jpg b/static/images/theme/thumbnail/2x/themefisher-kross-hugo-portfolio-template-2x.jpg deleted file mode 100644 index c78e98b5e..000000000 Binary files a/static/images/theme/thumbnail/2x/themefisher-kross-hugo-portfolio-template-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/themefisher-meghna-hugo-2x.jpg b/static/images/theme/thumbnail/2x/themefisher-meghna-hugo-2x.jpg deleted file mode 100644 index 56c17c2ac..000000000 Binary files a/static/images/theme/thumbnail/2x/themefisher-meghna-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/themefisher-navigator-hugo-2x.jpg b/static/images/theme/thumbnail/2x/themefisher-navigator-hugo-2x.jpg deleted file mode 100644 index d96d177a1..000000000 Binary files a/static/images/theme/thumbnail/2x/themefisher-navigator-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/themefisher-parsa-hugo-2x.jpg b/static/images/theme/thumbnail/2x/themefisher-parsa-hugo-2x.jpg new file mode 100644 index 000000000..e90c84c6b Binary files /dev/null and b/static/images/theme/thumbnail/2x/themefisher-parsa-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/themefisher-parsa-hugo-personal-blog-theme-2x.jpg b/static/images/theme/thumbnail/2x/themefisher-parsa-hugo-personal-blog-theme-2x.jpg deleted file mode 100644 index 7ddedc281..000000000 Binary files a/static/images/theme/thumbnail/2x/themefisher-parsa-hugo-personal-blog-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/themefisher-restaurant-hugo-2x.jpg b/static/images/theme/thumbnail/2x/themefisher-restaurant-hugo-2x.jpg deleted file mode 100644 index 8e0afbfa9..000000000 Binary files a/static/images/theme/thumbnail/2x/themefisher-restaurant-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/themefisher-timer-hugo-2x.jpg b/static/images/theme/thumbnail/2x/themefisher-timer-hugo-2x.jpg index 14826d5d7..03037c271 100644 Binary files a/static/images/theme/thumbnail/2x/themefisher-timer-hugo-2x.jpg and b/static/images/theme/thumbnail/2x/themefisher-timer-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/themefisher-twenty-twenty-hugo-2x.jpg b/static/images/theme/thumbnail/2x/themefisher-twenty-twenty-hugo-2x.jpg new file mode 100644 index 000000000..d165c995c Binary files /dev/null and b/static/images/theme/thumbnail/2x/themefisher-twenty-twenty-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/themefisher-vex-hugo-2x.jpg b/static/images/theme/thumbnail/2x/themefisher-vex-hugo-2x.jpg index 5ee599079..185bb92ab 100644 Binary files a/static/images/theme/thumbnail/2x/themefisher-vex-hugo-2x.jpg and b/static/images/theme/thumbnail/2x/themefisher-vex-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/themeselection-materio-mui-react-nextjs-admin-template-free-2x.jpg b/static/images/theme/thumbnail/2x/themeselection-materio-mui-react-nextjs-admin-template-free-2x.jpg new file mode 100644 index 000000000..b97f4e8ad Binary files /dev/null and b/static/images/theme/thumbnail/2x/themeselection-materio-mui-react-nextjs-admin-template-free-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/thenewdynamic-gohugo-theme-ananke-2x.jpg b/static/images/theme/thumbnail/2x/thenewdynamic-gohugo-theme-ananke-2x.jpg new file mode 100644 index 000000000..c71e67370 Binary files /dev/null and b/static/images/theme/thumbnail/2x/thenewdynamic-gohugo-theme-ananke-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/thephuse-strange_case-2x.jpg b/static/images/theme/thumbnail/2x/thephuse-strange_case-2x.jpg index c83f76ce7..e3c4f6fe3 100644 Binary files a/static/images/theme/thumbnail/2x/thephuse-strange_case-2x.jpg and b/static/images/theme/thumbnail/2x/thephuse-strange_case-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/thetrevorharmon-gatsby-starter-typescript-sass-2x.jpg b/static/images/theme/thumbnail/2x/thetrevorharmon-gatsby-starter-typescript-sass-2x.jpg index 83bc5867e..5b3bacd86 100644 Binary files a/static/images/theme/thumbnail/2x/thetrevorharmon-gatsby-starter-typescript-sass-2x.jpg and b/static/images/theme/thumbnail/2x/thetrevorharmon-gatsby-starter-typescript-sass-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/thiagorossener-jekflix-template-2x.jpg b/static/images/theme/thumbnail/2x/thiagorossener-jekflix-template-2x.jpg index f806ce3ee..908e76c8b 100644 Binary files a/static/images/theme/thumbnail/2x/thiagorossener-jekflix-template-2x.jpg and b/static/images/theme/thumbnail/2x/thiagorossener-jekflix-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/thingsym-hugo-theme-techdoc-2x.jpg b/static/images/theme/thumbnail/2x/thingsym-hugo-theme-techdoc-2x.jpg deleted file mode 100644 index 04e885df9..000000000 Binary files a/static/images/theme/thumbnail/2x/thingsym-hugo-theme-techdoc-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/thinker3197-ink-2x.jpg b/static/images/theme/thumbnail/2x/thinker3197-ink-2x.jpg index 11ad76282..ad0ce1f3c 100644 Binary files a/static/images/theme/thumbnail/2x/thinker3197-ink-2x.jpg and b/static/images/theme/thumbnail/2x/thinker3197-ink-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/thomasheller-crab-2x.jpg b/static/images/theme/thumbnail/2x/thomasheller-crab-2x.jpg deleted file mode 100644 index b0061d980..000000000 Binary files a/static/images/theme/thumbnail/2x/thomasheller-crab-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/thomasvaeth-trophy-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/thomasvaeth-trophy-jekyll-2x.jpg deleted file mode 100644 index 32e5ee1e4..000000000 Binary files a/static/images/theme/thumbnail/2x/thomasvaeth-trophy-jekyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/thomaswangio-gatsby-personal-starter-blog-2x.jpg b/static/images/theme/thumbnail/2x/thomaswangio-gatsby-personal-starter-blog-2x.jpg index fa1ed2e9d..0fe474689 100644 Binary files a/static/images/theme/thumbnail/2x/thomaswangio-gatsby-personal-starter-blog-2x.jpg and b/static/images/theme/thumbnail/2x/thomaswangio-gatsby-personal-starter-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/thomaswangio-gatsby-starter-primer-2x.jpg b/static/images/theme/thumbnail/2x/thomaswangio-gatsby-starter-primer-2x.jpg index 2e395c439..c2d8ca277 100644 Binary files a/static/images/theme/thumbnail/2x/thomaswangio-gatsby-starter-primer-2x.jpg and b/static/images/theme/thumbnail/2x/thomaswangio-gatsby-starter-primer-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/thriveweb-yellowcake-2x.jpg b/static/images/theme/thumbnail/2x/thriveweb-yellowcake-2x.jpg index 00ac85477..b07747373 100644 Binary files a/static/images/theme/thumbnail/2x/thriveweb-yellowcake-2x.jpg and b/static/images/theme/thumbnail/2x/thriveweb-yellowcake-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/thundermiracle-gatsby-simple-blog-2x.jpg b/static/images/theme/thumbnail/2x/thundermiracle-gatsby-simple-blog-2x.jpg index e5ed75221..b193e6956 100644 Binary files a/static/images/theme/thumbnail/2x/thundermiracle-gatsby-simple-blog-2x.jpg and b/static/images/theme/thumbnail/2x/thundermiracle-gatsby-simple-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tigefa4u-jekmdl-2x.jpg b/static/images/theme/thumbnail/2x/tigefa4u-jekmdl-2x.jpg index d2dd76faa..b9da628f7 100644 Binary files a/static/images/theme/thumbnail/2x/tigefa4u-jekmdl-2x.jpg and b/static/images/theme/thumbnail/2x/tigefa4u-jekmdl-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/timlrx-tailwind-nextjs-starter-blog-2x.jpg b/static/images/theme/thumbnail/2x/timlrx-tailwind-nextjs-starter-blog-2x.jpg index 4ccc5a306..48217a5b0 100644 Binary files a/static/images/theme/thumbnail/2x/timlrx-tailwind-nextjs-starter-blog-2x.jpg and b/static/images/theme/thumbnail/2x/timlrx-tailwind-nextjs-starter-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tnguyen-blueface-2x.jpg b/static/images/theme/thumbnail/2x/tnguyen-blueface-2x.jpg index 23dd08275..60475c4d9 100644 Binary files a/static/images/theme/thumbnail/2x/tnguyen-blueface-2x.jpg and b/static/images/theme/thumbnail/2x/tnguyen-blueface-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tnwhitwell-hugo-startpage-theme-2x.jpg b/static/images/theme/thumbnail/2x/tnwhitwell-hugo-startpage-theme-2x.jpg deleted file mode 100644 index f8d4ea6ae..000000000 Binary files a/static/images/theme/thumbnail/2x/tnwhitwell-hugo-startpage-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/toboko-gatsby-starter-fine-2x.jpg b/static/images/theme/thumbnail/2x/toboko-gatsby-starter-fine-2x.jpg index 2341b0e57..5ec66972a 100644 Binary files a/static/images/theme/thumbnail/2x/toboko-gatsby-starter-fine-2x.jpg and b/static/images/theme/thumbnail/2x/toboko-gatsby-starter-fine-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tocttou-hacker-blog-2x.jpg b/static/images/theme/thumbnail/2x/tocttou-hacker-blog-2x.jpg index 1432855b4..aa0f357cb 100644 Binary files a/static/images/theme/thumbnail/2x/tocttou-hacker-blog-2x.jpg and b/static/images/theme/thumbnail/2x/tocttou-hacker-blog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tolking-vuepress-theme-ououe-2x.jpg b/static/images/theme/thumbnail/2x/tolking-vuepress-theme-ououe-2x.jpg index d0b0fad9b..562860323 100644 Binary files a/static/images/theme/thumbnail/2x/tolking-vuepress-theme-ououe-2x.jpg and b/static/images/theme/thumbnail/2x/tolking-vuepress-theme-ououe-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tomanistor-osprey-2x.jpg b/static/images/theme/thumbnail/2x/tomanistor-osprey-2x.jpg index 70016a56f..f8396df70 100644 Binary files a/static/images/theme/thumbnail/2x/tomanistor-osprey-2x.jpg and b/static/images/theme/thumbnail/2x/tomanistor-osprey-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tomekskuta-gatsby-starter-intl-2x.jpg b/static/images/theme/thumbnail/2x/tomekskuta-gatsby-starter-intl-2x.jpg index be3a58085..903dcae14 100644 Binary files a/static/images/theme/thumbnail/2x/tomekskuta-gatsby-starter-intl-2x.jpg and b/static/images/theme/thumbnail/2x/tomekskuta-gatsby-starter-intl-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tomjohnson1492-documentation-theme-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/tomjohnson1492-documentation-theme-jekyll-2x.jpg index 5f43a4d1c..63fe5673d 100644 Binary files a/static/images/theme/thumbnail/2x/tomjohnson1492-documentation-theme-jekyll-2x.jpg and b/static/images/theme/thumbnail/2x/tomjohnson1492-documentation-theme-jekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tomoyukikashiro-gatsby-starter-blog-amp-to-pwa-2x.jpg b/static/images/theme/thumbnail/2x/tomoyukikashiro-gatsby-starter-blog-amp-to-pwa-2x.jpg index c21a543da..d682282ef 100644 Binary files a/static/images/theme/thumbnail/2x/tomoyukikashiro-gatsby-starter-blog-amp-to-pwa-2x.jpg and b/static/images/theme/thumbnail/2x/tomoyukikashiro-gatsby-starter-blog-amp-to-pwa-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tomrutgers-middleman-starter-netlify-cms-2x.jpg b/static/images/theme/thumbnail/2x/tomrutgers-middleman-starter-netlify-cms-2x.jpg index 7827eee4f..8bfcfa985 100644 Binary files a/static/images/theme/thumbnail/2x/tomrutgers-middleman-starter-netlify-cms-2x.jpg and b/static/images/theme/thumbnail/2x/tomrutgers-middleman-starter-netlify-cms-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tosi29-inkblotty-2x.jpg b/static/images/theme/thumbnail/2x/tosi29-inkblotty-2x.jpg deleted file mode 100644 index b765dc073..000000000 Binary files a/static/images/theme/thumbnail/2x/tosi29-inkblotty-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/track3-hermit-2x.jpg b/static/images/theme/thumbnail/2x/track3-hermit-2x.jpg deleted file mode 100644 index fd9475c3f..000000000 Binary files a/static/images/theme/thumbnail/2x/track3-hermit-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/tradly-platform-butterflies-2x.jpg b/static/images/theme/thumbnail/2x/tradly-platform-butterflies-2x.jpg new file mode 100644 index 000000000..21cb9193c Binary files /dev/null and b/static/images/theme/thumbnail/2x/tradly-platform-butterflies-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/transitive-bullshit-nextjs-notion-starter-kit-2x.jpg b/static/images/theme/thumbnail/2x/transitive-bullshit-nextjs-notion-starter-kit-2x.jpg new file mode 100644 index 000000000..720c29ac3 Binary files /dev/null and b/static/images/theme/thumbnail/2x/transitive-bullshit-nextjs-notion-starter-kit-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tryghost-eleventy-starter-ghost-2x.jpg b/static/images/theme/thumbnail/2x/tryghost-eleventy-starter-ghost-2x.jpg index ffa85f956..8ca63ecb1 100644 Binary files a/static/images/theme/thumbnail/2x/tryghost-eleventy-starter-ghost-2x.jpg and b/static/images/theme/thumbnail/2x/tryghost-eleventy-starter-ghost-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tryghost-gatsby-starter-ghost-2x.jpg b/static/images/theme/thumbnail/2x/tryghost-gatsby-starter-ghost-2x.jpg index 4b957d6b4..daf466d50 100644 Binary files a/static/images/theme/thumbnail/2x/tryghost-gatsby-starter-ghost-2x.jpg and b/static/images/theme/thumbnail/2x/tryghost-gatsby-starter-ghost-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ttntm-11ty-landing-page-2x.jpg b/static/images/theme/thumbnail/2x/ttntm-11ty-landing-page-2x.jpg index d62498f7f..bd5c2015c 100644 Binary files a/static/images/theme/thumbnail/2x/ttntm-11ty-landing-page-2x.jpg and b/static/images/theme/thumbnail/2x/ttntm-11ty-landing-page-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ttntm-hugo-landing-page-2x.jpg b/static/images/theme/thumbnail/2x/ttntm-hugo-landing-page-2x.jpg index db2f6d9ef..2f08bc70d 100644 Binary files a/static/images/theme/thumbnail/2x/ttntm-hugo-landing-page-2x.jpg and b/static/images/theme/thumbnail/2x/ttntm-hugo-landing-page-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/ttskch-jekyll-ttskch-theme-2x.jpg b/static/images/theme/thumbnail/2x/ttskch-jekyll-ttskch-theme-2x.jpg index fd85046e4..bb87bbfc5 100644 Binary files a/static/images/theme/thumbnail/2x/ttskch-jekyll-ttskch-theme-2x.jpg and b/static/images/theme/thumbnail/2x/ttskch-jekyll-ttskch-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tummychow-lanyon-hugo-2x.jpg b/static/images/theme/thumbnail/2x/tummychow-lanyon-hugo-2x.jpg index d0e43f9c0..3621b3c99 100644 Binary files a/static/images/theme/thumbnail/2x/tummychow-lanyon-hugo-2x.jpg and b/static/images/theme/thumbnail/2x/tummychow-lanyon-hugo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tybenz-exemplar-2x.jpg b/static/images/theme/thumbnail/2x/tybenz-exemplar-2x.jpg index 29786cf51..9e235f4a9 100644 Binary files a/static/images/theme/thumbnail/2x/tybenz-exemplar-2x.jpg and b/static/images/theme/thumbnail/2x/tybenz-exemplar-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tybenz-otter-pop-2x.jpg b/static/images/theme/thumbnail/2x/tybenz-otter-pop-2x.jpg index 440192749..514bef2fe 100644 Binary files a/static/images/theme/thumbnail/2x/tybenz-otter-pop-2x.jpg and b/static/images/theme/thumbnail/2x/tybenz-otter-pop-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tylergreulich-gatsby-typescript-mdx-prismjs-starter-2x.jpg b/static/images/theme/thumbnail/2x/tylergreulich-gatsby-typescript-mdx-prismjs-starter-2x.jpg index c41d07144..e4deed803 100644 Binary files a/static/images/theme/thumbnail/2x/tylergreulich-gatsby-typescript-mdx-prismjs-starter-2x.jpg and b/static/images/theme/thumbnail/2x/tylergreulich-gatsby-typescript-mdx-prismjs-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tylermroderick-fernfolio-11ty-template-2x.jpg b/static/images/theme/thumbnail/2x/tylermroderick-fernfolio-11ty-template-2x.jpg index 86f88d35e..8c965692b 100644 Binary files a/static/images/theme/thumbnail/2x/tylermroderick-fernfolio-11ty-template-2x.jpg and b/static/images/theme/thumbnail/2x/tylermroderick-fernfolio-11ty-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/tzuehlke-jekyll-uno-timeline-2x.jpg b/static/images/theme/thumbnail/2x/tzuehlke-jekyll-uno-timeline-2x.jpg deleted file mode 100644 index 12e10f7ff..000000000 Binary files a/static/images/theme/thumbnail/2x/tzuehlke-jekyll-uno-timeline-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ueno-llc-ueno-gatsby-starter-2x.jpg b/static/images/theme/thumbnail/2x/ueno-llc-ueno-gatsby-starter-2x.jpg index ccf10d760..1992236f4 100644 Binary files a/static/images/theme/thumbnail/2x/ueno-llc-ueno-gatsby-starter-2x.jpg and b/static/images/theme/thumbnail/2x/ueno-llc-ueno-gatsby-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/uicardiodev-hugo-lime-2x.jpg b/static/images/theme/thumbnail/2x/uicardiodev-hugo-lime-2x.jpg deleted file mode 100644 index dc1ecac2a..000000000 Binary files a/static/images/theme/thumbnail/2x/uicardiodev-hugo-lime-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/uicardiodev-hugo-sodium-theme-2x.jpg b/static/images/theme/thumbnail/2x/uicardiodev-hugo-sodium-theme-2x.jpg deleted file mode 100644 index a26784f1c..000000000 Binary files a/static/images/theme/thumbnail/2x/uicardiodev-hugo-sodium-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/uicardiodev-hugo-uilite-2x.jpg b/static/images/theme/thumbnail/2x/uicardiodev-hugo-uilite-2x.jpg deleted file mode 100644 index be01ec386..000000000 Binary files a/static/images/theme/thumbnail/2x/uicardiodev-hugo-uilite-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/unifreak-unifreak.github.io-2x.jpg b/static/images/theme/thumbnail/2x/unifreak-unifreak.github.io-2x.jpg index 59350f26d..e6399db74 100644 Binary files a/static/images/theme/thumbnail/2x/unifreak-unifreak.github.io-2x.jpg and b/static/images/theme/thumbnail/2x/unifreak-unifreak.github.io-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/upagge-ublogger-2x.jpg b/static/images/theme/thumbnail/2x/upagge-ublogger-2x.jpg index dee652964..563afa3e7 100644 Binary files a/static/images/theme/thumbnail/2x/upagge-ublogger-2x.jpg and b/static/images/theme/thumbnail/2x/upagge-ublogger-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/v4iv-gatsby-starter-business-2x.jpg b/static/images/theme/thumbnail/2x/v4iv-gatsby-starter-business-2x.jpg index 473d1e34f..96955aa2f 100644 Binary files a/static/images/theme/thumbnail/2x/v4iv-gatsby-starter-business-2x.jpg and b/static/images/theme/thumbnail/2x/v4iv-gatsby-starter-business-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/vaga-hugo-theme-m10c-2x.jpg b/static/images/theme/thumbnail/2x/vaga-hugo-theme-m10c-2x.jpg deleted file mode 100644 index a4f183ee3..000000000 Binary files a/static/images/theme/thumbnail/2x/vaga-hugo-theme-m10c-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/vagr9k-gatsby-advanced-starter-2x.jpg b/static/images/theme/thumbnail/2x/vagr9k-gatsby-advanced-starter-2x.jpg index 90828b0ee..67ebc53c5 100644 Binary files a/static/images/theme/thumbnail/2x/vagr9k-gatsby-advanced-starter-2x.jpg and b/static/images/theme/thumbnail/2x/vagr9k-gatsby-advanced-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/vagr9k-gatsby-material-starter-2x.jpg b/static/images/theme/thumbnail/2x/vagr9k-gatsby-material-starter-2x.jpg index 9fbd09a96..72d2cdf1d 100644 Binary files a/static/images/theme/thumbnail/2x/vagr9k-gatsby-material-starter-2x.jpg and b/static/images/theme/thumbnail/2x/vagr9k-gatsby-material-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/vantagedesign-ace-documentation-2x.jpg b/static/images/theme/thumbnail/2x/vantagedesign-ace-documentation-2x.jpg index e6f38927c..567c9b00f 100644 Binary files a/static/images/theme/thumbnail/2x/vantagedesign-ace-documentation-2x.jpg and b/static/images/theme/thumbnail/2x/vantagedesign-ace-documentation-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/vercel-next.js-2x.jpg b/static/images/theme/thumbnail/2x/vercel-next.js-2x.jpg index cab5cb386..9cf9ce88e 100644 Binary files a/static/images/theme/thumbnail/2x/vercel-next.js-2x.jpg and b/static/images/theme/thumbnail/2x/vercel-next.js-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/vfalanis-taken-2x.jpg b/static/images/theme/thumbnail/2x/vfalanis-taken-2x.jpg deleted file mode 100644 index 64e981b36..000000000 Binary files a/static/images/theme/thumbnail/2x/vfalanis-taken-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/vfvong-jekyll-theme-quartz-2x.jpg b/static/images/theme/thumbnail/2x/vfvong-jekyll-theme-quartz-2x.jpg new file mode 100644 index 000000000..4e03a20ca Binary files /dev/null and b/static/images/theme/thumbnail/2x/vfvong-jekyll-theme-quartz-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/vfvong-jekyll-theme-tao-2x.jpg b/static/images/theme/thumbnail/2x/vfvong-jekyll-theme-tao-2x.jpg new file mode 100644 index 000000000..c9d3ed39f Binary files /dev/null and b/static/images/theme/thumbnail/2x/vfvong-jekyll-theme-tao-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/victoriadrake-hugo-theme-introduction-2x.jpg b/static/images/theme/thumbnail/2x/victoriadrake-hugo-theme-introduction-2x.jpg index 128518e22..bc423eab5 100644 Binary files a/static/images/theme/thumbnail/2x/victoriadrake-hugo-theme-introduction-2x.jpg and b/static/images/theme/thumbnail/2x/victoriadrake-hugo-theme-introduction-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/victoriadrake-hugo-theme-sam-2x.jpg b/static/images/theme/thumbnail/2x/victoriadrake-hugo-theme-sam-2x.jpg deleted file mode 100644 index 434310d46..000000000 Binary files a/static/images/theme/thumbnail/2x/victoriadrake-hugo-theme-sam-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/victorvoid-space-jekyll-template-2x.jpg b/static/images/theme/thumbnail/2x/victorvoid-space-jekyll-template-2x.jpg index fc0d94c01..0ef455870 100644 Binary files a/static/images/theme/thumbnail/2x/victorvoid-space-jekyll-template-2x.jpg and b/static/images/theme/thumbnail/2x/victorvoid-space-jekyll-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/vietanhdev-benice17-2x.jpg b/static/images/theme/thumbnail/2x/vietanhdev-benice17-2x.jpg index 99f4abe5b..f0cc18808 100644 Binary files a/static/images/theme/thumbnail/2x/vietanhdev-benice17-2x.jpg and b/static/images/theme/thumbnail/2x/vietanhdev-benice17-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/vietanhdev-hugo-curious-2x.jpg b/static/images/theme/thumbnail/2x/vietanhdev-hugo-curious-2x.jpg index 682e3cad9..e24721e49 100644 Binary files a/static/images/theme/thumbnail/2x/vietanhdev-hugo-curious-2x.jpg and b/static/images/theme/thumbnail/2x/vietanhdev-hugo-curious-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/viko16-vuepress-theme-simple-2x.jpg b/static/images/theme/thumbnail/2x/viko16-vuepress-theme-simple-2x.jpg index fbd122bd5..1739b2f3e 100644 Binary files a/static/images/theme/thumbnail/2x/viko16-vuepress-theme-simple-2x.jpg and b/static/images/theme/thumbnail/2x/viko16-vuepress-theme-simple-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/vimux-binario-2x.jpg b/static/images/theme/thumbnail/2x/vimux-binario-2x.jpg deleted file mode 100644 index 5b4a27d91..000000000 Binary files a/static/images/theme/thumbnail/2x/vimux-binario-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/vimux-blank-2x.jpg b/static/images/theme/thumbnail/2x/vimux-blank-2x.jpg deleted file mode 100644 index bb3800f03..000000000 Binary files a/static/images/theme/thumbnail/2x/vimux-blank-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/vimux-mainroad-2x.jpg b/static/images/theme/thumbnail/2x/vimux-mainroad-2x.jpg index 2e0677e36..99ad4280a 100644 Binary files a/static/images/theme/thumbnail/2x/vimux-mainroad-2x.jpg and b/static/images/theme/thumbnail/2x/vimux-mainroad-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/vincentchan-mickey-2x.jpg b/static/images/theme/thumbnail/2x/vincentchan-mickey-2x.jpg index 56344c4b7..d38af489a 100644 Binary files a/static/images/theme/thumbnail/2x/vincentchan-mickey-2x.jpg and b/static/images/theme/thumbnail/2x/vincentchan-mickey-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/vinitkumar-white-paper-2x.jpg b/static/images/theme/thumbnail/2x/vinitkumar-white-paper-2x.jpg index 0a3afadc4..4cbce6161 100644 Binary files a/static/images/theme/thumbnail/2x/vinitkumar-white-paper-2x.jpg and b/static/images/theme/thumbnail/2x/vinitkumar-white-paper-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/vividvilla-ezhil-2x.jpg b/static/images/theme/thumbnail/2x/vividvilla-ezhil-2x.jpg index 8c5810034..a1d01955b 100644 Binary files a/static/images/theme/thumbnail/2x/vividvilla-ezhil-2x.jpg and b/static/images/theme/thumbnail/2x/vividvilla-ezhil-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/volny-creative-theme-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/volny-creative-theme-jekyll-2x.jpg index 362a37db1..bee95a30e 100644 Binary files a/static/images/theme/thumbnail/2x/volny-creative-theme-jekyll-2x.jpg and b/static/images/theme/thumbnail/2x/volny-creative-theme-jekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/volny-stylish-portfolio-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/volny-stylish-portfolio-jekyll-2x.jpg index 0a9ac3b93..97553e77b 100644 Binary files a/static/images/theme/thumbnail/2x/volny-stylish-portfolio-jekyll-2x.jpg and b/static/images/theme/thumbnail/2x/volny-stylish-portfolio-jekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/vormwald-joon-2x.jpg b/static/images/theme/thumbnail/2x/vormwald-joon-2x.jpg index 1cebc6940..f00b7e386 100644 Binary files a/static/images/theme/thumbnail/2x/vormwald-joon-2x.jpg and b/static/images/theme/thumbnail/2x/vormwald-joon-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/vszhub-not-pure-poole-2x.jpg b/static/images/theme/thumbnail/2x/vszhub-not-pure-poole-2x.jpg index f00757722..88d20c8bf 100644 Binary files a/static/images/theme/thumbnail/2x/vszhub-not-pure-poole-2x.jpg and b/static/images/theme/thumbnail/2x/vszhub-not-pure-poole-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/vvalchev-creative-theme-jekyll-new-2x.jpg b/static/images/theme/thumbnail/2x/vvalchev-creative-theme-jekyll-new-2x.jpg index 85ac7fb9e..99ed20686 100644 Binary files a/static/images/theme/thumbnail/2x/vvalchev-creative-theme-jekyll-new-2x.jpg and b/static/images/theme/thumbnail/2x/vvalchev-creative-theme-jekyll-new-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/vvelox-hugo-dusky-neon-potato-2x.jpg b/static/images/theme/thumbnail/2x/vvelox-hugo-dusky-neon-potato-2x.jpg deleted file mode 100644 index 68474a806..000000000 Binary files a/static/images/theme/thumbnail/2x/vvelox-hugo-dusky-neon-potato-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/w3layouts-gatsby-starter-delog-2x.jpg b/static/images/theme/thumbnail/2x/w3layouts-gatsby-starter-delog-2x.jpg index 195cbc526..d240d62f6 100644 Binary files a/static/images/theme/thumbnail/2x/w3layouts-gatsby-starter-delog-2x.jpg and b/static/images/theme/thumbnail/2x/w3layouts-gatsby-starter-delog-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/wangchucheng-hugo-eureka-2x.jpg b/static/images/theme/thumbnail/2x/wangchucheng-hugo-eureka-2x.jpg deleted file mode 100644 index 940691cc4..000000000 Binary files a/static/images/theme/thumbnail/2x/wangchucheng-hugo-eureka-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/wangonya-flexible-gatsby-2x.jpg b/static/images/theme/thumbnail/2x/wangonya-flexible-gatsby-2x.jpg index 1a7d6b5b8..e27545403 100644 Binary files a/static/images/theme/thumbnail/2x/wangonya-flexible-gatsby-2x.jpg and b/static/images/theme/thumbnail/2x/wangonya-flexible-gatsby-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/wangonya-the-plain-gatsby-2x.jpg b/static/images/theme/thumbnail/2x/wangonya-the-plain-gatsby-2x.jpg index 62f620b1f..357558574 100644 Binary files a/static/images/theme/thumbnail/2x/wangonya-the-plain-gatsby-2x.jpg and b/static/images/theme/thumbnail/2x/wangonya-the-plain-gatsby-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/wannaxiao-vuepress-theme-resume-2x.jpg b/static/images/theme/thumbnail/2x/wannaxiao-vuepress-theme-resume-2x.jpg deleted file mode 100644 index 22f4a5733..000000000 Binary files a/static/images/theme/thumbnail/2x/wannaxiao-vuepress-theme-resume-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/wd-hugo-fabric-2x.jpg b/static/images/theme/thumbnail/2x/wd-hugo-fabric-2x.jpg deleted file mode 100644 index d051a79b1..000000000 Binary files a/static/images/theme/thumbnail/2x/wd-hugo-fabric-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/webcu-gatsby-material-kit-react-2x.jpg b/static/images/theme/thumbnail/2x/webcu-gatsby-material-kit-react-2x.jpg index d6deea0ba..08dc9056d 100644 Binary files a/static/images/theme/thumbnail/2x/webcu-gatsby-material-kit-react-2x.jpg and b/static/images/theme/thumbnail/2x/webcu-gatsby-material-kit-react-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/wgao19-docusaurus-theme-no-style-2x.jpg b/static/images/theme/thumbnail/2x/wgao19-docusaurus-theme-no-style-2x.jpg index 4ba1aa00d..95eba2fd7 100644 Binary files a/static/images/theme/thumbnail/2x/wgao19-docusaurus-theme-no-style-2x.jpg and b/static/images/theme/thumbnail/2x/wgao19-docusaurus-theme-no-style-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/whoan-vuepress-theme-canvas-2x.jpg b/static/images/theme/thumbnail/2x/whoan-vuepress-theme-canvas-2x.jpg index c6a3f0a00..a7c10ed38 100644 Binary files a/static/images/theme/thumbnail/2x/whoan-vuepress-theme-canvas-2x.jpg and b/static/images/theme/thumbnail/2x/whoan-vuepress-theme-canvas-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/whoisryosuke-gatsby-documentation-starter-2x.jpg b/static/images/theme/thumbnail/2x/whoisryosuke-gatsby-documentation-starter-2x.jpg index 9794fda15..e00f14b63 100644 Binary files a/static/images/theme/thumbnail/2x/whoisryosuke-gatsby-documentation-starter-2x.jpg and b/static/images/theme/thumbnail/2x/whoisryosuke-gatsby-documentation-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/wileybaba-hugo-theme-robotico-2x.jpg b/static/images/theme/thumbnail/2x/wileybaba-hugo-theme-robotico-2x.jpg deleted file mode 100644 index 966db5dea..000000000 Binary files a/static/images/theme/thumbnail/2x/wileybaba-hugo-theme-robotico-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/willcode4food-gatsby-starter-paperbase-2x.jpg b/static/images/theme/thumbnail/2x/willcode4food-gatsby-starter-paperbase-2x.jpg index f4cf28fa8..bb723a487 100644 Binary files a/static/images/theme/thumbnail/2x/willcode4food-gatsby-starter-paperbase-2x.jpg and b/static/images/theme/thumbnail/2x/willcode4food-gatsby-starter-paperbase-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/williamcanin-typing-jekyll-template-2x.jpg b/static/images/theme/thumbnail/2x/williamcanin-typing-jekyll-template-2x.jpg index d7920f595..10bb75994 100644 Binary files a/static/images/theme/thumbnail/2x/williamcanin-typing-jekyll-template-2x.jpg and b/static/images/theme/thumbnail/2x/williamcanin-typing-jekyll-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/willianjusten-cards-jekyll-template-2x.jpg b/static/images/theme/thumbnail/2x/willianjusten-cards-jekyll-template-2x.jpg index e1f74967c..08f446f13 100644 Binary files a/static/images/theme/thumbnail/2x/willianjusten-cards-jekyll-template-2x.jpg and b/static/images/theme/thumbnail/2x/willianjusten-cards-jekyll-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/willianjusten-will-jekyll-template-2x.jpg b/static/images/theme/thumbnail/2x/willianjusten-will-jekyll-template-2x.jpg index ff73400f4..d051d66b8 100644 Binary files a/static/images/theme/thumbnail/2x/willianjusten-will-jekyll-template-2x.jpg and b/static/images/theme/thumbnail/2x/willianjusten-will-jekyll-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/willjw3-gatsby-starter-developer-diary-2x.jpg b/static/images/theme/thumbnail/2x/willjw3-gatsby-starter-developer-diary-2x.jpg index b553db96c..9200dcf77 100644 Binary files a/static/images/theme/thumbnail/2x/willjw3-gatsby-starter-developer-diary-2x.jpg and b/static/images/theme/thumbnail/2x/willjw3-gatsby-starter-developer-diary-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/windedge-gatsby-tailwind-serif-2x.jpg b/static/images/theme/thumbnail/2x/windedge-gatsby-tailwind-serif-2x.jpg index 1a9eee085..085921c01 100644 Binary files a/static/images/theme/thumbnail/2x/windedge-gatsby-tailwind-serif-2x.jpg and b/static/images/theme/thumbnail/2x/windedge-gatsby-tailwind-serif-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/wiredcraft-carte-2x.jpg b/static/images/theme/thumbnail/2x/wiredcraft-carte-2x.jpg index e11b98e41..2a9ee5dc7 100644 Binary files a/static/images/theme/thumbnail/2x/wiredcraft-carte-2x.jpg and b/static/images/theme/thumbnail/2x/wiredcraft-carte-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/wkocjan-gatsby-airtable-listing-2x.jpg b/static/images/theme/thumbnail/2x/wkocjan-gatsby-airtable-listing-2x.jpg index ca899b606..044b0657b 100644 Binary files a/static/images/theme/thumbnail/2x/wkocjan-gatsby-airtable-listing-2x.jpg and b/static/images/theme/thumbnail/2x/wkocjan-gatsby-airtable-listing-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/wkocjan-gatsby-contentful-portfolio-2x.jpg b/static/images/theme/thumbnail/2x/wkocjan-gatsby-contentful-portfolio-2x.jpg index 70b705a78..8312dc48a 100644 Binary files a/static/images/theme/thumbnail/2x/wkocjan-gatsby-contentful-portfolio-2x.jpg and b/static/images/theme/thumbnail/2x/wkocjan-gatsby-contentful-portfolio-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/wkocjan-gatsby-theme-intro-2x.jpg b/static/images/theme/thumbnail/2x/wkocjan-gatsby-theme-intro-2x.jpg index 0aade607b..c4b85bcf0 100644 Binary files a/static/images/theme/thumbnail/2x/wkocjan-gatsby-theme-intro-2x.jpg and b/static/images/theme/thumbnail/2x/wkocjan-gatsby-theme-intro-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/wowthemesnet-affiliates-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/wowthemesnet-affiliates-jekyll-theme-2x.jpg index bba6e5d3f..91d654807 100644 Binary files a/static/images/theme/thumbnail/2x/wowthemesnet-affiliates-jekyll-theme-2x.jpg and b/static/images/theme/thumbnail/2x/wowthemesnet-affiliates-jekyll-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/wowthemesnet-jekyll-theme-memoirs-2x.jpg b/static/images/theme/thumbnail/2x/wowthemesnet-jekyll-theme-memoirs-2x.jpg index e84739cdf..f6c025fd0 100644 Binary files a/static/images/theme/thumbnail/2x/wowthemesnet-jekyll-theme-memoirs-2x.jpg and b/static/images/theme/thumbnail/2x/wowthemesnet-jekyll-theme-memoirs-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/wowthemesnet-mediumish-theme-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/wowthemesnet-mediumish-theme-jekyll-2x.jpg index 20cc972d7..b8a6907b4 100644 Binary files a/static/images/theme/thumbnail/2x/wowthemesnet-mediumish-theme-jekyll-2x.jpg and b/static/images/theme/thumbnail/2x/wowthemesnet-mediumish-theme-jekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/wowthemesnet-mediumish-vuepress-blog-theme-2x.jpg b/static/images/theme/thumbnail/2x/wowthemesnet-mediumish-vuepress-blog-theme-2x.jpg index 924880c9b..78e352861 100644 Binary files a/static/images/theme/thumbnail/2x/wowthemesnet-mediumish-vuepress-blog-theme-2x.jpg and b/static/images/theme/thumbnail/2x/wowthemesnet-mediumish-vuepress-blog-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/wowthemesnet-mundana-theme-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/wowthemesnet-mundana-theme-jekyll-2x.jpg index e9e8dc3ae..681910004 100644 Binary files a/static/images/theme/thumbnail/2x/wowthemesnet-mundana-theme-jekyll-2x.jpg and b/static/images/theme/thumbnail/2x/wowthemesnet-mundana-theme-jekyll-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/wrappixel-flexy-admin-nextjs-free-2x.jpg b/static/images/theme/thumbnail/2x/wrappixel-flexy-admin-nextjs-free-2x.jpg new file mode 100644 index 000000000..81a988645 Binary files /dev/null and b/static/images/theme/thumbnail/2x/wrappixel-flexy-admin-nextjs-free-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/wrappixel-materialpro-nuxtjs-free-2x.jpg b/static/images/theme/thumbnail/2x/wrappixel-materialpro-nuxtjs-free-2x.jpg new file mode 100644 index 000000000..43d4f3108 Binary files /dev/null and b/static/images/theme/thumbnail/2x/wrappixel-materialpro-nuxtjs-free-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/wrappixel-xtreme-admin-nextjs-free-2x.jpg b/static/images/theme/thumbnail/2x/wrappixel-xtreme-admin-nextjs-free-2x.jpg new file mode 100644 index 000000000..ff6a9d4c0 Binary files /dev/null and b/static/images/theme/thumbnail/2x/wrappixel-xtreme-admin-nextjs-free-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/wu-kan-wu-kan.github.io-2x.jpg b/static/images/theme/thumbnail/2x/wu-kan-wu-kan.github.io-2x.jpg index 25091bef2..fbca4f1bd 100644 Binary files a/static/images/theme/thumbnail/2x/wu-kan-wu-kan.github.io-2x.jpg and b/static/images/theme/thumbnail/2x/wu-kan-wu-kan.github.io-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/xaprb-story-2x.jpg b/static/images/theme/thumbnail/2x/xaprb-story-2x.jpg index 0fd2dce12..0d4ba58a4 100644 Binary files a/static/images/theme/thumbnail/2x/xaprb-story-2x.jpg and b/static/images/theme/thumbnail/2x/xaprb-story-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/xaviablaza-hugo-lodi-theme-2x.jpg b/static/images/theme/thumbnail/2x/xaviablaza-hugo-lodi-theme-2x.jpg deleted file mode 100644 index 3b2d6e9b8..000000000 Binary files a/static/images/theme/thumbnail/2x/xaviablaza-hugo-lodi-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/xdesro-nuxt-netlify-cms-starter-2x.jpg b/static/images/theme/thumbnail/2x/xdesro-nuxt-netlify-cms-starter-2x.jpg index 0fbb9f946..6a05855bb 100644 Binary files a/static/images/theme/thumbnail/2x/xdesro-nuxt-netlify-cms-starter-2x.jpg and b/static/images/theme/thumbnail/2x/xdesro-nuxt-netlify-cms-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/xianmin-hugo-theme-jane-2x.jpg b/static/images/theme/thumbnail/2x/xianmin-hugo-theme-jane-2x.jpg index b954883bf..14a4386bc 100644 Binary files a/static/images/theme/thumbnail/2x/xianmin-hugo-theme-jane-2x.jpg and b/static/images/theme/thumbnail/2x/xianmin-hugo-theme-jane-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/xukimseven-hardcandy-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/xukimseven-hardcandy-jekyll-2x.jpg deleted file mode 100644 index c06d47cc7..000000000 Binary files a/static/images/theme/thumbnail/2x/xukimseven-hardcandy-jekyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/xydac-xylo-gatsby-bulma-starter-2x.jpg b/static/images/theme/thumbnail/2x/xydac-xylo-gatsby-bulma-starter-2x.jpg index 51bc1c611..2ec1acc1f 100644 Binary files a/static/images/theme/thumbnail/2x/xydac-xylo-gatsby-bulma-starter-2x.jpg and b/static/images/theme/thumbnail/2x/xydac-xylo-gatsby-bulma-starter-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/xzya-hugo-material-blog-2x.jpg b/static/images/theme/thumbnail/2x/xzya-hugo-material-blog-2x.jpg deleted file mode 100644 index e418dcab2..000000000 Binary files a/static/images/theme/thumbnail/2x/xzya-hugo-material-blog-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/y7kim-agency-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/y7kim-agency-jekyll-theme-2x.jpg index 8b4dcd498..1531272fa 100644 Binary files a/static/images/theme/thumbnail/2x/y7kim-agency-jekyll-theme-2x.jpg and b/static/images/theme/thumbnail/2x/y7kim-agency-jekyll-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/yelog-hexo-theme-3-hexo-2x.jpg b/static/images/theme/thumbnail/2x/yelog-hexo-theme-3-hexo-2x.jpg index 51e1f564b..3b3a075ac 100644 Binary files a/static/images/theme/thumbnail/2x/yelog-hexo-theme-3-hexo-2x.jpg and b/static/images/theme/thumbnail/2x/yelog-hexo-theme-3-hexo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/yenyuhsuan-hexo-theme-beantech-2x.jpg b/static/images/theme/thumbnail/2x/yenyuhsuan-hexo-theme-beantech-2x.jpg deleted file mode 100644 index f0890e036..000000000 Binary files a/static/images/theme/thumbnail/2x/yenyuhsuan-hexo-theme-beantech-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ygoex-yetty-2x.jpg b/static/images/theme/thumbnail/2x/ygoex-yetty-2x.jpg new file mode 100644 index 000000000..b26dd820e Binary files /dev/null and b/static/images/theme/thumbnail/2x/ygoex-yetty-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/yihui-hugo-xmag-2x.jpg b/static/images/theme/thumbnail/2x/yihui-hugo-xmag-2x.jpg index 6bfc78d84..9c1af30d4 100644 Binary files a/static/images/theme/thumbnail/2x/yihui-hugo-xmag-2x.jpg and b/static/images/theme/thumbnail/2x/yihui-hugo-xmag-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/yihui-hugo-xmin-2x.jpg b/static/images/theme/thumbnail/2x/yihui-hugo-xmin-2x.jpg index 7a1f8e5ef..ab8d65f45 100644 Binary files a/static/images/theme/thumbnail/2x/yihui-hugo-xmin-2x.jpg and b/static/images/theme/thumbnail/2x/yihui-hugo-xmin-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/yiluyanxia-hexo-theme-antiquity-2x.jpg b/static/images/theme/thumbnail/2x/yiluyanxia-hexo-theme-antiquity-2x.jpg deleted file mode 100644 index 5580dfb9b..000000000 Binary files a/static/images/theme/thumbnail/2x/yiluyanxia-hexo-theme-antiquity-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/yinkakun-eleventy-duo-2x.jpg b/static/images/theme/thumbnail/2x/yinkakun-eleventy-duo-2x.jpg index d88ade947..f19ff68a1 100644 Binary files a/static/images/theme/thumbnail/2x/yinkakun-eleventy-duo-2x.jpg and b/static/images/theme/thumbnail/2x/yinkakun-eleventy-duo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/yinkakun-gatsby-starter-glass-2x.jpg b/static/images/theme/thumbnail/2x/yinkakun-gatsby-starter-glass-2x.jpg index 4d7679f8e..499b171f9 100644 Binary files a/static/images/theme/thumbnail/2x/yinkakun-gatsby-starter-glass-2x.jpg and b/static/images/theme/thumbnail/2x/yinkakun-gatsby-starter-glass-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/yizeng-jekyll-theme-simple-texture-2x.jpg b/static/images/theme/thumbnail/2x/yizeng-jekyll-theme-simple-texture-2x.jpg index 9b97772bf..1ba9626da 100644 Binary files a/static/images/theme/thumbnail/2x/yizeng-jekyll-theme-simple-texture-2x.jpg and b/static/images/theme/thumbnail/2x/yizeng-jekyll-theme-simple-texture-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/yjpl-supply-2x.jpg b/static/images/theme/thumbnail/2x/yjpl-supply-2x.jpg new file mode 100644 index 000000000..d3bf8d61b Binary files /dev/null and b/static/images/theme/thumbnail/2x/yjpl-supply-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/yonojoy-yax-coming-soon-jekyll-template-2x.jpg b/static/images/theme/thumbnail/2x/yonojoy-yax-coming-soon-jekyll-template-2x.jpg index fd6bec1cd..b99f0edd2 100644 Binary files a/static/images/theme/thumbnail/2x/yonojoy-yax-coming-soon-jekyll-template-2x.jpg and b/static/images/theme/thumbnail/2x/yonojoy-yax-coming-soon-jekyll-template-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/yous-whiteglass-2x.jpg b/static/images/theme/thumbnail/2x/yous-whiteglass-2x.jpg index c0639ac0d..19f666d7e 100644 Binary files a/static/images/theme/thumbnail/2x/yous-whiteglass-2x.jpg and b/static/images/theme/thumbnail/2x/yous-whiteglass-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/youssefraafatnasry-portfolyou-2x.jpg b/static/images/theme/thumbnail/2x/youssefraafatnasry-portfolyou-2x.jpg index a925cfe18..7edf2ee48 100644 Binary files a/static/images/theme/thumbnail/2x/youssefraafatnasry-portfolyou-2x.jpg and b/static/images/theme/thumbnail/2x/youssefraafatnasry-portfolyou-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/yscoder-vuepress-theme-indigo-2x.jpg b/static/images/theme/thumbnail/2x/yscoder-vuepress-theme-indigo-2x.jpg index cbfb3f1a5..1bc2d54e7 100644 Binary files a/static/images/theme/thumbnail/2x/yscoder-vuepress-theme-indigo-2x.jpg and b/static/images/theme/thumbnail/2x/yscoder-vuepress-theme-indigo-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/yubisaki-vuepress-theme-yubisaki-2x.jpg b/static/images/theme/thumbnail/2x/yubisaki-vuepress-theme-yubisaki-2x.jpg deleted file mode 100644 index c989e27a5..000000000 Binary files a/static/images/theme/thumbnail/2x/yubisaki-vuepress-theme-yubisaki-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/yulijia-freshman21-2x.jpg b/static/images/theme/thumbnail/2x/yulijia-freshman21-2x.jpg index 91ce9304c..829ef1d9a 100644 Binary files a/static/images/theme/thumbnail/2x/yulijia-freshman21-2x.jpg and b/static/images/theme/thumbnail/2x/yulijia-freshman21-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/yursan9-manis-hugo-theme-2x.jpg b/static/images/theme/thumbnail/2x/yursan9-manis-hugo-theme-2x.jpg deleted file mode 100644 index f980e8472..000000000 Binary files a/static/images/theme/thumbnail/2x/yursan9-manis-hugo-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/yvesespinosa-jekyll-html5up-fractal-2x.jpg b/static/images/theme/thumbnail/2x/yvesespinosa-jekyll-html5up-fractal-2x.jpg deleted file mode 100644 index 90828b0ee..000000000 Binary files a/static/images/theme/thumbnail/2x/yvesespinosa-jekyll-html5up-fractal-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/zeespire-one-free-2x.jpg b/static/images/theme/thumbnail/2x/zeespire-one-free-2x.jpg new file mode 100644 index 000000000..350f3a521 Binary files /dev/null and b/static/images/theme/thumbnail/2x/zeespire-one-free-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/zerostaticthemes-hugo-atlantic-theme-2x.jpg b/static/images/theme/thumbnail/2x/zerostaticthemes-hugo-atlantic-theme-2x.jpg new file mode 100644 index 000000000..d52aa3307 Binary files /dev/null and b/static/images/theme/thumbnail/2x/zerostaticthemes-hugo-atlantic-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/zerostaticthemes-hugo-serif-theme-2x.jpg b/static/images/theme/thumbnail/2x/zerostaticthemes-hugo-serif-theme-2x.jpg index 7b5774563..9b82cf8f9 100644 Binary files a/static/images/theme/thumbnail/2x/zerostaticthemes-hugo-serif-theme-2x.jpg and b/static/images/theme/thumbnail/2x/zerostaticthemes-hugo-serif-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/zerostaticthemes-hugo-winston-theme-2x.jpg b/static/images/theme/thumbnail/2x/zerostaticthemes-hugo-winston-theme-2x.jpg new file mode 100644 index 000000000..6ed881b01 Binary files /dev/null and b/static/images/theme/thumbnail/2x/zerostaticthemes-hugo-winston-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/zerostaticthemes-jekyll-atlantic-theme-2x.jpg b/static/images/theme/thumbnail/2x/zerostaticthemes-jekyll-atlantic-theme-2x.jpg new file mode 100644 index 000000000..b06ef169e Binary files /dev/null and b/static/images/theme/thumbnail/2x/zerostaticthemes-jekyll-atlantic-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/zerostaticthemes-jekyll-serif-theme-2x.jpg b/static/images/theme/thumbnail/2x/zerostaticthemes-jekyll-serif-theme-2x.jpg index 77b50118f..ddeafd0c2 100644 Binary files a/static/images/theme/thumbnail/2x/zerostaticthemes-jekyll-serif-theme-2x.jpg and b/static/images/theme/thumbnail/2x/zerostaticthemes-jekyll-serif-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/zhaohuabing-hugo-theme-cleanwhite-2x.jpg b/static/images/theme/thumbnail/2x/zhaohuabing-hugo-theme-cleanwhite-2x.jpg index d185c7f7a..3837c5cdb 100644 Binary files a/static/images/theme/thumbnail/2x/zhaohuabing-hugo-theme-cleanwhite-2x.jpg and b/static/images/theme/thumbnail/2x/zhaohuabing-hugo-theme-cleanwhite-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/zhe-hugo-theme-slim-2x.jpg b/static/images/theme/thumbnail/2x/zhe-hugo-theme-slim-2x.jpg deleted file mode 100644 index 9f548b12a..000000000 Binary files a/static/images/theme/thumbnail/2x/zhe-hugo-theme-slim-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/zhonger-jekyll-theme-h2o-ac-2x.jpg b/static/images/theme/thumbnail/2x/zhonger-jekyll-theme-h2o-ac-2x.jpg new file mode 100644 index 000000000..e49eae401 Binary files /dev/null and b/static/images/theme/thumbnail/2x/zhonger-jekyll-theme-h2o-ac-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/zivhub-jekyll-theme-hamilton-2x.jpg b/static/images/theme/thumbnail/2x/zivhub-jekyll-theme-hamilton-2x.jpg deleted file mode 100644 index 1f6393d1e..000000000 Binary files a/static/images/theme/thumbnail/2x/zivhub-jekyll-theme-hamilton-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/zivong-jekyll-theme-hydure-2x.jpg b/static/images/theme/thumbnail/2x/zivong-jekyll-theme-hydure-2x.jpg index ba3085822..a9ab79410 100644 Binary files a/static/images/theme/thumbnail/2x/zivong-jekyll-theme-hydure-2x.jpg and b/static/images/theme/thumbnail/2x/zivong-jekyll-theme-hydure-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/zwbetz-gh-cayman-hugo-theme-2x.jpg b/static/images/theme/thumbnail/2x/zwbetz-gh-cayman-hugo-theme-2x.jpg index ce56bfce4..3a79b9a60 100644 Binary files a/static/images/theme/thumbnail/2x/zwbetz-gh-cayman-hugo-theme-2x.jpg and b/static/images/theme/thumbnail/2x/zwbetz-gh-cayman-hugo-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/zwbetz-gh-cupper-hugo-theme-2x.jpg b/static/images/theme/thumbnail/2x/zwbetz-gh-cupper-hugo-theme-2x.jpg index 997a2c3bb..1a30f1725 100644 Binary files a/static/images/theme/thumbnail/2x/zwbetz-gh-cupper-hugo-theme-2x.jpg and b/static/images/theme/thumbnail/2x/zwbetz-gh-cupper-hugo-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/zwbetz-gh-minimal-bootstrap-hugo-theme-2x.jpg b/static/images/theme/thumbnail/2x/zwbetz-gh-minimal-bootstrap-hugo-theme-2x.jpg index 13ddda744..85b595028 100644 Binary files a/static/images/theme/thumbnail/2x/zwbetz-gh-minimal-bootstrap-hugo-theme-2x.jpg and b/static/images/theme/thumbnail/2x/zwbetz-gh-minimal-bootstrap-hugo-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/zwbetz-gh-papercss-hugo-theme-2x.jpg b/static/images/theme/thumbnail/2x/zwbetz-gh-papercss-hugo-theme-2x.jpg index 0cf14850c..52c6d3878 100644 Binary files a/static/images/theme/thumbnail/2x/zwbetz-gh-papercss-hugo-theme-2x.jpg and b/static/images/theme/thumbnail/2x/zwbetz-gh-papercss-hugo-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/zwbetz-gh-vanilla-bootstrap-hugo-theme-2x.jpg b/static/images/theme/thumbnail/2x/zwbetz-gh-vanilla-bootstrap-hugo-theme-2x.jpg index 92a776dae..3fdf0bfeb 100644 Binary files a/static/images/theme/thumbnail/2x/zwbetz-gh-vanilla-bootstrap-hugo-theme-2x.jpg and b/static/images/theme/thumbnail/2x/zwbetz-gh-vanilla-bootstrap-hugo-theme-2x.jpg differ diff --git a/static/images/theme/thumbnail/2x/zxixia-jekyll-xixia-2x.jpg b/static/images/theme/thumbnail/2x/zxixia-jekyll-xixia-2x.jpg deleted file mode 100644 index 322928834..000000000 Binary files a/static/images/theme/thumbnail/2x/zxixia-jekyll-xixia-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/zzossig-hugo-theme-zdoc-2x.jpg b/static/images/theme/thumbnail/2x/zzossig-hugo-theme-zdoc-2x.jpg deleted file mode 100644 index afbfbc12e..000000000 Binary files a/static/images/theme/thumbnail/2x/zzossig-hugo-theme-zdoc-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/zzossig-hugo-theme-zzo-2x.jpg b/static/images/theme/thumbnail/2x/zzossig-hugo-theme-zzo-2x.jpg deleted file mode 100644 index 58a35651f..000000000 Binary files a/static/images/theme/thumbnail/2x/zzossig-hugo-theme-zzo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/zzzmisa-hugo-theme-doors-2x.jpg b/static/images/theme/thumbnail/2x/zzzmisa-hugo-theme-doors-2x.jpg index 3584a57df..bce55932b 100644 Binary files a/static/images/theme/thumbnail/2x/zzzmisa-hugo-theme-doors-2x.jpg and b/static/images/theme/thumbnail/2x/zzzmisa-hugo-theme-doors-2x.jpg differ diff --git a/static/images/theme/thumbnail/416serg-gatsby-starter-lightbox.jpg b/static/images/theme/thumbnail/416serg-gatsby-starter-lightbox.jpg index 9364d525d..b95fea724 100644 Binary files a/static/images/theme/thumbnail/416serg-gatsby-starter-lightbox.jpg and b/static/images/theme/thumbnail/416serg-gatsby-starter-lightbox.jpg differ diff --git a/static/images/theme/thumbnail/526avijitgupta-gokarna.jpg b/static/images/theme/thumbnail/526avijitgupta-gokarna.jpg new file mode 100644 index 000000000..8f42c2d00 Binary files /dev/null and b/static/images/theme/thumbnail/526avijitgupta-gokarna.jpg differ diff --git a/static/images/theme/thumbnail/a9kitkumar-gatsby-ecommerce.jpg b/static/images/theme/thumbnail/a9kitkumar-gatsby-ecommerce.jpg index 94f3a13bb..3549bfdca 100644 Binary files a/static/images/theme/thumbnail/a9kitkumar-gatsby-ecommerce.jpg and b/static/images/theme/thumbnail/a9kitkumar-gatsby-ecommerce.jpg differ diff --git a/static/images/theme/thumbnail/abhaynikam-gatsby-nice-blog.jpg b/static/images/theme/thumbnail/abhaynikam-gatsby-nice-blog.jpg index 82ea2bb2d..f9c083fcd 100644 Binary files a/static/images/theme/thumbnail/abhaynikam-gatsby-nice-blog.jpg and b/static/images/theme/thumbnail/abhaynikam-gatsby-nice-blog.jpg differ diff --git a/static/images/theme/thumbnail/abhinavs-cookie.jpg b/static/images/theme/thumbnail/abhinavs-cookie.jpg index 8acd3664d..5f3b2ccaa 100644 Binary files a/static/images/theme/thumbnail/abhinavs-cookie.jpg and b/static/images/theme/thumbnail/abhinavs-cookie.jpg differ diff --git a/static/images/theme/thumbnail/abhinavs-moonwalk.jpg b/static/images/theme/thumbnail/abhinavs-moonwalk.jpg index 0d5866c4b..03baa6ca0 100644 Binary files a/static/images/theme/thumbnail/abhinavs-moonwalk.jpg and b/static/images/theme/thumbnail/abhinavs-moonwalk.jpg differ diff --git a/static/images/theme/thumbnail/abhn-soot-spirits.jpg b/static/images/theme/thumbnail/abhn-soot-spirits.jpg index b836b31c5..03d7bce2e 100644 Binary files a/static/images/theme/thumbnail/abhn-soot-spirits.jpg and b/static/images/theme/thumbnail/abhn-soot-spirits.jpg differ diff --git a/static/images/theme/thumbnail/abhn-wall-e.jpg b/static/images/theme/thumbnail/abhn-wall-e.jpg index 8bd2c2f2e..627abd802 100644 Binary files a/static/images/theme/thumbnail/abhn-wall-e.jpg and b/static/images/theme/thumbnail/abhn-wall-e.jpg differ diff --git a/static/images/theme/thumbnail/achariam-elyxel.jpg b/static/images/theme/thumbnail/achariam-elyxel.jpg deleted file mode 100644 index 6898d3268..000000000 Binary files a/static/images/theme/thumbnail/achariam-elyxel.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/achary-engimo.jpg b/static/images/theme/thumbnail/achary-engimo.jpg index 6ba55bdd0..09406a84c 100644 Binary files a/static/images/theme/thumbnail/achary-engimo.jpg and b/static/images/theme/thumbnail/achary-engimo.jpg differ diff --git a/static/images/theme/thumbnail/act-labs-gatsby-starter-act-blog.jpg b/static/images/theme/thumbnail/act-labs-gatsby-starter-act-blog.jpg index 368da5a30..701c706df 100644 Binary files a/static/images/theme/thumbnail/act-labs-gatsby-starter-act-blog.jpg and b/static/images/theme/thumbnail/act-labs-gatsby-starter-act-blog.jpg differ diff --git a/static/images/theme/thumbnail/adisaktijrs-hexo-theme-minima.jpg b/static/images/theme/thumbnail/adisaktijrs-hexo-theme-minima.jpg index e0aff6bd4..0aef1b373 100644 Binary files a/static/images/theme/thumbnail/adisaktijrs-hexo-theme-minima.jpg and b/static/images/theme/thumbnail/adisaktijrs-hexo-theme-minima.jpg differ diff --git a/static/images/theme/thumbnail/adityatelange-hugo-papermod.jpg b/static/images/theme/thumbnail/adityatelange-hugo-papermod.jpg index 32ebba04b..55a28c8b9 100644 Binary files a/static/images/theme/thumbnail/adityatelange-hugo-papermod.jpg and b/static/images/theme/thumbnail/adityatelange-hugo-papermod.jpg differ diff --git a/static/images/theme/thumbnail/adueck-cayman-blog.jpg b/static/images/theme/thumbnail/adueck-cayman-blog.jpg index 05fe670ec..700e3fb1e 100644 Binary files a/static/images/theme/thumbnail/adueck-cayman-blog.jpg and b/static/images/theme/thumbnail/adueck-cayman-blog.jpg differ diff --git a/static/images/theme/thumbnail/adueck-good-clean-read.jpg b/static/images/theme/thumbnail/adueck-good-clean-read.jpg index ad6b4a2ec..713243ee1 100644 Binary files a/static/images/theme/thumbnail/adueck-good-clean-read.jpg and b/static/images/theme/thumbnail/adueck-good-clean-read.jpg differ diff --git a/static/images/theme/thumbnail/aerohub-hugo-faq-theme.jpg b/static/images/theme/thumbnail/aerohub-hugo-faq-theme.jpg deleted file mode 100644 index d54c526ac..000000000 Binary files a/static/images/theme/thumbnail/aerohub-hugo-faq-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/aerohub-hugo-identity-theme.jpg b/static/images/theme/thumbnail/aerohub-hugo-identity-theme.jpg deleted file mode 100644 index 07a512b0c..000000000 Binary files a/static/images/theme/thumbnail/aerohub-hugo-identity-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/aerohub-hugo-orbit-theme.jpg b/static/images/theme/thumbnail/aerohub-hugo-orbit-theme.jpg deleted file mode 100644 index 67d982eb4..000000000 Binary files a/static/images/theme/thumbnail/aerohub-hugo-orbit-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/aerohub-hugrid.jpg b/static/images/theme/thumbnail/aerohub-hugrid.jpg deleted file mode 100644 index ccebeb1c8..000000000 Binary files a/static/images/theme/thumbnail/aerohub-hugrid.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/agility-agility-gatsby-starter.jpg b/static/images/theme/thumbnail/agility-agility-gatsby-starter.jpg index e414db22c..b66dcf5d7 100644 Binary files a/static/images/theme/thumbnail/agility-agility-gatsby-starter.jpg and b/static/images/theme/thumbnail/agility-agility-gatsby-starter.jpg differ diff --git a/static/images/theme/thumbnail/agusmakmun-agusmakmun.github.io.jpg b/static/images/theme/thumbnail/agusmakmun-agusmakmun.github.io.jpg index fbe478af5..2d42f7aca 100644 Binary files a/static/images/theme/thumbnail/agusmakmun-agusmakmun.github.io.jpg and b/static/images/theme/thumbnail/agusmakmun-agusmakmun.github.io.jpg differ diff --git a/static/images/theme/thumbnail/airrayagroupwebdesign-sciblog.jpg b/static/images/theme/thumbnail/airrayagroupwebdesign-sciblog.jpg deleted file mode 100644 index f84da9ff3..000000000 Binary files a/static/images/theme/thumbnail/airrayagroupwebdesign-sciblog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ajayns-gatsby-absurd.jpg b/static/images/theme/thumbnail/ajayns-gatsby-absurd.jpg index f438b40c9..1886cc06e 100644 Binary files a/static/images/theme/thumbnail/ajayns-gatsby-absurd.jpg and b/static/images/theme/thumbnail/ajayns-gatsby-absurd.jpg differ diff --git a/static/images/theme/thumbnail/akiritsu-project-negya.jpg b/static/images/theme/thumbnail/akiritsu-project-negya.jpg index 7936f9d97..e59e4012b 100644 Binary files a/static/images/theme/thumbnail/akiritsu-project-negya.jpg and b/static/images/theme/thumbnail/akiritsu-project-negya.jpg differ diff --git a/static/images/theme/thumbnail/aksakalli-jekyll-doc-theme.jpg b/static/images/theme/thumbnail/aksakalli-jekyll-doc-theme.jpg index 791f4d7f8..5d1c059cf 100644 Binary files a/static/images/theme/thumbnail/aksakalli-jekyll-doc-theme.jpg and b/static/images/theme/thumbnail/aksakalli-jekyll-doc-theme.jpg differ diff --git a/static/images/theme/thumbnail/akshayagarwal007-jekyll-mono.jpg b/static/images/theme/thumbnail/akshayagarwal007-jekyll-mono.jpg deleted file mode 100644 index f4ad3a8dc..000000000 Binary files a/static/images/theme/thumbnail/akshayagarwal007-jekyll-mono.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/akzhy-gatsby-starter-elemental.jpg b/static/images/theme/thumbnail/akzhy-gatsby-starter-elemental.jpg index c8cf31b8f..f69c30cb6 100644 Binary files a/static/images/theme/thumbnail/akzhy-gatsby-starter-elemental.jpg and b/static/images/theme/thumbnail/akzhy-gatsby-starter-elemental.jpg differ diff --git a/static/images/theme/thumbnail/alainpham-alainpham.github.io.jpg b/static/images/theme/thumbnail/alainpham-alainpham.github.io.jpg index 15b7838b0..b7c34fd61 100644 Binary files a/static/images/theme/thumbnail/alainpham-alainpham.github.io.jpg and b/static/images/theme/thumbnail/alainpham-alainpham.github.io.jpg differ diff --git a/static/images/theme/thumbnail/alanorth-hugo-theme-bootstrap4-blog.jpg b/static/images/theme/thumbnail/alanorth-hugo-theme-bootstrap4-blog.jpg index 7210eb25c..d0bffa821 100644 Binary files a/static/images/theme/thumbnail/alanorth-hugo-theme-bootstrap4-blog.jpg and b/static/images/theme/thumbnail/alanorth-hugo-theme-bootstrap4-blog.jpg differ diff --git a/static/images/theme/thumbnail/alex-shpak-hugo-book.jpg b/static/images/theme/thumbnail/alex-shpak-hugo-book.jpg index c002b728f..847b2cd62 100644 Binary files a/static/images/theme/thumbnail/alex-shpak-hugo-book.jpg and b/static/images/theme/thumbnail/alex-shpak-hugo-book.jpg differ diff --git a/static/images/theme/thumbnail/alexander-heimbuch-vuepress-theme-casper.jpg b/static/images/theme/thumbnail/alexander-heimbuch-vuepress-theme-casper.jpg index 105fa80af..a404426b4 100644 Binary files a/static/images/theme/thumbnail/alexander-heimbuch-vuepress-theme-casper.jpg and b/static/images/theme/thumbnail/alexander-heimbuch-vuepress-theme-casper.jpg differ diff --git a/static/images/theme/thumbnail/alexanderussell-progress-for-jekyll.jpg b/static/images/theme/thumbnail/alexanderussell-progress-for-jekyll.jpg index 14f84f295..c87fa9831 100644 Binary files a/static/images/theme/thumbnail/alexanderussell-progress-for-jekyll.jpg and b/static/images/theme/thumbnail/alexanderussell-progress-for-jekyll.jpg differ diff --git a/static/images/theme/thumbnail/alexcarpenter-library-jekyll-theme.jpg b/static/images/theme/thumbnail/alexcarpenter-library-jekyll-theme.jpg deleted file mode 100644 index c97f95cef..000000000 Binary files a/static/images/theme/thumbnail/alexcarpenter-library-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/alexcarpenter-material-jekyll-theme.jpg b/static/images/theme/thumbnail/alexcarpenter-material-jekyll-theme.jpg deleted file mode 100644 index c97f95cef..000000000 Binary files a/static/images/theme/thumbnail/alexcarpenter-material-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/aliifam-jdox.jpg b/static/images/theme/thumbnail/aliifam-jdox.jpg new file mode 100644 index 000000000..1d3a0eb04 Binary files /dev/null and b/static/images/theme/thumbnail/aliifam-jdox.jpg differ diff --git a/static/images/theme/thumbnail/alixedi-typewriter.jpg b/static/images/theme/thumbnail/alixedi-typewriter.jpg index e60f22a1d..1202d6126 100644 Binary files a/static/images/theme/thumbnail/alixedi-typewriter.jpg and b/static/images/theme/thumbnail/alixedi-typewriter.jpg differ diff --git a/static/images/theme/thumbnail/allnightgrocery-hugo-theme-blueberry-detox.jpg b/static/images/theme/thumbnail/allnightgrocery-hugo-theme-blueberry-detox.jpg deleted file mode 100644 index 3431a697b..000000000 Binary files a/static/images/theme/thumbnail/allnightgrocery-hugo-theme-blueberry-detox.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/alperenbozkurt-jblog.jpg b/static/images/theme/thumbnail/alperenbozkurt-jblog.jpg index ba3cddbd7..ea81c6294 100644 Binary files a/static/images/theme/thumbnail/alperenbozkurt-jblog.jpg and b/static/images/theme/thumbnail/alperenbozkurt-jblog.jpg differ diff --git a/static/images/theme/thumbnail/altcointrading-trading.jpg b/static/images/theme/thumbnail/altcointrading-trading.jpg index 8896df59c..6dceef2f7 100644 Binary files a/static/images/theme/thumbnail/altcointrading-trading.jpg and b/static/images/theme/thumbnail/altcointrading-trading.jpg differ diff --git a/static/images/theme/thumbnail/alxshelepenok-gatsby-starter-lumen.jpg b/static/images/theme/thumbnail/alxshelepenok-gatsby-starter-lumen.jpg index 68b03d79d..d898df7e7 100644 Binary files a/static/images/theme/thumbnail/alxshelepenok-gatsby-starter-lumen.jpg and b/static/images/theme/thumbnail/alxshelepenok-gatsby-starter-lumen.jpg differ diff --git a/static/images/theme/thumbnail/alynxzhou-hexo-theme-aria.jpg b/static/images/theme/thumbnail/alynxzhou-hexo-theme-aria.jpg index 2eb3295a4..4dda3f132 100644 Binary files a/static/images/theme/thumbnail/alynxzhou-hexo-theme-aria.jpg and b/static/images/theme/thumbnail/alynxzhou-hexo-theme-aria.jpg differ diff --git a/static/images/theme/thumbnail/amandeepmittal-gatsby-bulma-quickstart.jpg b/static/images/theme/thumbnail/amandeepmittal-gatsby-bulma-quickstart.jpg index 366654a8a..c574e6cb5 100644 Binary files a/static/images/theme/thumbnail/amandeepmittal-gatsby-bulma-quickstart.jpg and b/static/images/theme/thumbnail/amandeepmittal-gatsby-bulma-quickstart.jpg differ diff --git a/static/images/theme/thumbnail/ammarjabakji-gatsby-markdown-blog-starter.jpg b/static/images/theme/thumbnail/ammarjabakji-gatsby-markdown-blog-starter.jpg index b11dcd552..7f571c6c6 100644 Binary files a/static/images/theme/thumbnail/ammarjabakji-gatsby-markdown-blog-starter.jpg and b/static/images/theme/thumbnail/ammarjabakji-gatsby-markdown-blog-starter.jpg differ diff --git a/static/images/theme/thumbnail/anandubajith-block-log.jpg b/static/images/theme/thumbnail/anandubajith-block-log.jpg deleted file mode 100644 index 79535a102..000000000 Binary files a/static/images/theme/thumbnail/anandubajith-block-log.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/andrewbanchich-forty-jekyll-theme.jpg b/static/images/theme/thumbnail/andrewbanchich-forty-jekyll-theme.jpg index 10c789e95..3a1ce9e56 100644 Binary files a/static/images/theme/thumbnail/andrewbanchich-forty-jekyll-theme.jpg and b/static/images/theme/thumbnail/andrewbanchich-forty-jekyll-theme.jpg differ diff --git a/static/images/theme/thumbnail/andrewhwanpark-brutalist-blog.jpg b/static/images/theme/thumbnail/andrewhwanpark-brutalist-blog.jpg new file mode 100644 index 000000000..b3b3cb7ce Binary files /dev/null and b/static/images/theme/thumbnail/andrewhwanpark-brutalist-blog.jpg differ diff --git a/static/images/theme/thumbnail/andrewhwanpark-dark-poole.jpg b/static/images/theme/thumbnail/andrewhwanpark-dark-poole.jpg index 69966b89c..1af7845e3 100644 Binary files a/static/images/theme/thumbnail/andrewhwanpark-dark-poole.jpg and b/static/images/theme/thumbnail/andrewhwanpark-dark-poole.jpg differ diff --git a/static/images/theme/thumbnail/andybelldesign-hylia.jpg b/static/images/theme/thumbnail/andybelldesign-hylia.jpg index bfd08b0d0..0eba2ea98 100644 Binary files a/static/images/theme/thumbnail/andybelldesign-hylia.jpg and b/static/images/theme/thumbnail/andybelldesign-hylia.jpg differ diff --git a/static/images/theme/thumbnail/andykenward-gatsby-starter-default-typescript.jpg b/static/images/theme/thumbnail/andykenward-gatsby-starter-default-typescript.jpg index be5a62fbc..57c9d1c9d 100644 Binary files a/static/images/theme/thumbnail/andykenward-gatsby-starter-default-typescript.jpg and b/static/images/theme/thumbnail/andykenward-gatsby-starter-default-typescript.jpg differ diff --git a/static/images/theme/thumbnail/angelostavrow-indigo.jpg b/static/images/theme/thumbnail/angelostavrow-indigo.jpg deleted file mode 100644 index 5b16947ff..000000000 Binary files a/static/images/theme/thumbnail/angelostavrow-indigo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ankit-kumar-jat-limp-dark.jpg b/static/images/theme/thumbnail/ankit-kumar-jat-limp-dark.jpg deleted file mode 100644 index f4839695b..000000000 Binary files a/static/images/theme/thumbnail/ankit-kumar-jat-limp-dark.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ankitsultana-accent.jpg b/static/images/theme/thumbnail/ankitsultana-accent.jpg index 3ecfd892b..b29e25984 100644 Binary files a/static/images/theme/thumbnail/ankitsultana-accent.jpg and b/static/images/theme/thumbnail/ankitsultana-accent.jpg differ diff --git a/static/images/theme/thumbnail/ankitsultana-chaplin.jpg b/static/images/theme/thumbnail/ankitsultana-chaplin.jpg index a2cd1d02d..f00374cf8 100644 Binary files a/static/images/theme/thumbnail/ankitsultana-chaplin.jpg and b/static/images/theme/thumbnail/ankitsultana-chaplin.jpg differ diff --git a/static/images/theme/thumbnail/anna-morawska-gatsby-material-design-for-bootstrap.jpg b/static/images/theme/thumbnail/anna-morawska-gatsby-material-design-for-bootstrap.jpg index 089a5dfdf..42809013d 100644 Binary files a/static/images/theme/thumbnail/anna-morawska-gatsby-material-design-for-bootstrap.jpg and b/static/images/theme/thumbnail/anna-morawska-gatsby-material-design-for-bootstrap.jpg differ diff --git a/static/images/theme/thumbnail/anoun-gatsby-starter-material-business-markdown.jpg b/static/images/theme/thumbnail/anoun-gatsby-starter-material-business-markdown.jpg index 1a971733e..8687d064f 100644 Binary files a/static/images/theme/thumbnail/anoun-gatsby-starter-material-business-markdown.jpg and b/static/images/theme/thumbnail/anoun-gatsby-starter-material-business-markdown.jpg differ diff --git a/static/images/theme/thumbnail/antonpolishko-hugo-stellar-theme.jpg b/static/images/theme/thumbnail/antonpolishko-hugo-stellar-theme.jpg deleted file mode 100644 index f6cc37c45..000000000 Binary files a/static/images/theme/thumbnail/antonpolishko-hugo-stellar-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-aerial.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-aerial.jpg index fac46c728..5e3a7d02a 100644 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-aerial.jpg and b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-aerial.jpg differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-casual.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-casual.jpg index d7e208610..13fe32921 100644 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-casual.jpg and b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-casual.jpg differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-directive.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-directive.jpg index ce901717e..5112b9a0d 100644 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-directive.jpg and b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-directive.jpg differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-eventually.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-eventually.jpg index 874c10d49..7f8f1342d 100644 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-eventually.jpg and b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-eventually.jpg differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-fractal.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-fractal.jpg index 31fcc3d8d..481d677a0 100644 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-fractal.jpg and b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-fractal.jpg differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-grayscale.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-grayscale.jpg index 4ce0133a9..82409265c 100644 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-grayscale.jpg and b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-grayscale.jpg differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-identity.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-identity.jpg index e17ba52b1..36e34847a 100644 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-identity.jpg and b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-identity.jpg differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-multiverse.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-multiverse.jpg index b7b4c3b18..2aa94bbe9 100644 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-multiverse.jpg and b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-multiverse.jpg differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-newage.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-newage.jpg index 25827ca78..442e086a3 100644 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-newage.jpg and b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-newage.jpg differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-overflow.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-overflow.jpg index 1d10d9105..aa5092f47 100644 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-overflow.jpg and b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-overflow.jpg differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-paradigmshift.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-paradigmshift.jpg index efb9a4185..ae7cdf831 100644 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-paradigmshift.jpg and b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-paradigmshift.jpg differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-prologue.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-prologue.jpg index 2dab0d229..86cb72fef 100644 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-prologue.jpg and b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-prologue.jpg differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-readonly.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-readonly.jpg index 8f575067b..2ff8bc38d 100644 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-readonly.jpg and b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-readonly.jpg differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-resume.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-resume.jpg index 31e039593..2bb3e2e26 100644 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-resume.jpg and b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-resume.jpg differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-solidstate.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-solidstate.jpg index c82359ce6..112958bcf 100644 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-solidstate.jpg and b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-solidstate.jpg differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-spectral.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-spectral.jpg index 6731cc11b..689851ebc 100644 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-spectral.jpg and b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-spectral.jpg differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-stylish.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-stylish.jpg index 3e772d1de..745acbae3 100644 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-stylish.jpg and b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-stylish.jpg differ diff --git a/static/images/theme/thumbnail/app-generator-eleventy-soft-ui-design.jpg b/static/images/theme/thumbnail/app-generator-eleventy-soft-ui-design.jpg new file mode 100644 index 000000000..baa2ac535 Binary files /dev/null and b/static/images/theme/thumbnail/app-generator-eleventy-soft-ui-design.jpg differ diff --git a/static/images/theme/thumbnail/app-generator-gatsbyjs-starter-tailwindplay.jpg b/static/images/theme/thumbnail/app-generator-gatsbyjs-starter-tailwindplay.jpg index 751593890..bb3051649 100644 Binary files a/static/images/theme/thumbnail/app-generator-gatsbyjs-starter-tailwindplay.jpg and b/static/images/theme/thumbnail/app-generator-gatsbyjs-starter-tailwindplay.jpg differ diff --git a/static/images/theme/thumbnail/appernetic-hugo-nederburg-theme.jpg b/static/images/theme/thumbnail/appernetic-hugo-nederburg-theme.jpg deleted file mode 100644 index 669feab0b..000000000 Binary files a/static/images/theme/thumbnail/appernetic-hugo-nederburg-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/apvarun-blist-hugo-theme.jpg b/static/images/theme/thumbnail/apvarun-blist-hugo-theme.jpg new file mode 100644 index 000000000..f99c24b8a Binary files /dev/null and b/static/images/theme/thumbnail/apvarun-blist-hugo-theme.jpg differ diff --git a/static/images/theme/thumbnail/apvarun-digital-garden-hugo-theme.jpg b/static/images/theme/thumbnail/apvarun-digital-garden-hugo-theme.jpg new file mode 100644 index 000000000..b81c4ed7e Binary files /dev/null and b/static/images/theme/thumbnail/apvarun-digital-garden-hugo-theme.jpg differ diff --git a/static/images/theme/thumbnail/apvarun-productlog-nextjs-theme.jpg b/static/images/theme/thumbnail/apvarun-productlog-nextjs-theme.jpg new file mode 100644 index 000000000..93424782c Binary files /dev/null and b/static/images/theme/thumbnail/apvarun-productlog-nextjs-theme.jpg differ diff --git a/static/images/theme/thumbnail/apvarun-showfolio-hugo-theme.jpg b/static/images/theme/thumbnail/apvarun-showfolio-hugo-theme.jpg index 06140319e..ec7c13ae3 100644 Binary files a/static/images/theme/thumbnail/apvarun-showfolio-hugo-theme.jpg and b/static/images/theme/thumbnail/apvarun-showfolio-hugo-theme.jpg differ diff --git a/static/images/theme/thumbnail/ar363-eleventy-stylus-blog-theme.jpg b/static/images/theme/thumbnail/ar363-eleventy-stylus-blog-theme.jpg index d0f58a363..8e277e0fe 100644 Binary files a/static/images/theme/thumbnail/ar363-eleventy-stylus-blog-theme.jpg and b/static/images/theme/thumbnail/ar363-eleventy-stylus-blog-theme.jpg differ diff --git a/static/images/theme/thumbnail/arjayosma-nextacular.jpg b/static/images/theme/thumbnail/arjayosma-nextacular.jpg new file mode 100644 index 000000000..2b332f504 Binary files /dev/null and b/static/images/theme/thumbnail/arjayosma-nextacular.jpg differ diff --git a/static/images/theme/thumbnail/arkadianriver-spectral.jpg b/static/images/theme/thumbnail/arkadianriver-spectral.jpg index 335969c14..d364aede0 100644 Binary files a/static/images/theme/thumbnail/arkadianriver-spectral.jpg and b/static/images/theme/thumbnail/arkadianriver-spectral.jpg differ diff --git a/static/images/theme/thumbnail/aron-bordin-neo-hpstr-jekyll-theme.jpg b/static/images/theme/thumbnail/aron-bordin-neo-hpstr-jekyll-theme.jpg index 6a2b06644..d46891002 100644 Binary files a/static/images/theme/thumbnail/aron-bordin-neo-hpstr-jekyll-theme.jpg and b/static/images/theme/thumbnail/aron-bordin-neo-hpstr-jekyll-theme.jpg differ diff --git a/static/images/theme/thumbnail/arpitbatra123-eleventy-blog-mnml.jpg b/static/images/theme/thumbnail/arpitbatra123-eleventy-blog-mnml.jpg index 87b68e11f..df447387a 100644 Binary files a/static/images/theme/thumbnail/arpitbatra123-eleventy-blog-mnml.jpg and b/static/images/theme/thumbnail/arpitbatra123-eleventy-blog-mnml.jpg differ diff --git a/static/images/theme/thumbnail/artemsheludko-adam-blog.jpg b/static/images/theme/thumbnail/artemsheludko-adam-blog.jpg index 4fb5897f7..a6fd08db5 100644 Binary files a/static/images/theme/thumbnail/artemsheludko-adam-blog.jpg and b/static/images/theme/thumbnail/artemsheludko-adam-blog.jpg differ diff --git a/static/images/theme/thumbnail/artemsheludko-bef.jpg b/static/images/theme/thumbnail/artemsheludko-bef.jpg index 9fff7dfef..0b260f563 100644 Binary files a/static/images/theme/thumbnail/artemsheludko-bef.jpg and b/static/images/theme/thumbnail/artemsheludko-bef.jpg differ diff --git a/static/images/theme/thumbnail/artemsheludko-flexible-jekyll.jpg b/static/images/theme/thumbnail/artemsheludko-flexible-jekyll.jpg deleted file mode 100644 index fd90864a4..000000000 Binary files a/static/images/theme/thumbnail/artemsheludko-flexible-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/artemsheludko-fresh.jpg b/static/images/theme/thumbnail/artemsheludko-fresh.jpg deleted file mode 100644 index 7b93ce452..000000000 Binary files a/static/images/theme/thumbnail/artemsheludko-fresh.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/artemsheludko-monday.jpg b/static/images/theme/thumbnail/artemsheludko-monday.jpg index 8b06e512d..874d9cf3a 100644 Binary files a/static/images/theme/thumbnail/artemsheludko-monday.jpg and b/static/images/theme/thumbnail/artemsheludko-monday.jpg differ diff --git a/static/images/theme/thumbnail/artemsheludko-mr-brown.jpg b/static/images/theme/thumbnail/artemsheludko-mr-brown.jpg index 8b06e512d..874d9cf3a 100644 Binary files a/static/images/theme/thumbnail/artemsheludko-mr-brown.jpg and b/static/images/theme/thumbnail/artemsheludko-mr-brown.jpg differ diff --git a/static/images/theme/thumbnail/arulrajnet-attila.jpg b/static/images/theme/thumbnail/arulrajnet-attila.jpg deleted file mode 100644 index fe0798d5c..000000000 Binary files a/static/images/theme/thumbnail/arulrajnet-attila.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ashr81-gatsby-theme-profile-builder.jpg b/static/images/theme/thumbnail/ashr81-gatsby-theme-profile-builder.jpg index 1d3d4ccff..e332a6f87 100644 Binary files a/static/images/theme/thumbnail/ashr81-gatsby-theme-profile-builder.jpg and b/static/images/theme/thumbnail/ashr81-gatsby-theme-profile-builder.jpg differ diff --git a/static/images/theme/thumbnail/aslammultidots-blogger.jpg b/static/images/theme/thumbnail/aslammultidots-blogger.jpg index a54c08c1c..dff03f104 100644 Binary files a/static/images/theme/thumbnail/aslammultidots-blogger.jpg and b/static/images/theme/thumbnail/aslammultidots-blogger.jpg differ diff --git a/static/images/theme/thumbnail/aspirethemes-type.jpg b/static/images/theme/thumbnail/aspirethemes-type.jpg index d2d1d3218..9c178bc51 100644 Binary files a/static/images/theme/thumbnail/aspirethemes-type.jpg and b/static/images/theme/thumbnail/aspirethemes-type.jpg differ diff --git a/static/images/theme/thumbnail/avianto-hugo-kiera.jpg b/static/images/theme/thumbnail/avianto-hugo-kiera.jpg deleted file mode 100644 index 50b81154e..000000000 Binary files a/static/images/theme/thumbnail/avianto-hugo-kiera.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/avivero-gatsby-redux-starter.jpg b/static/images/theme/thumbnail/avivero-gatsby-redux-starter.jpg index fedc9769d..bc99f862b 100644 Binary files a/static/images/theme/thumbnail/avivero-gatsby-redux-starter.jpg and b/static/images/theme/thumbnail/avivero-gatsby-redux-starter.jpg differ diff --git a/static/images/theme/thumbnail/azmelanar-hugo-theme-pixyll.jpg b/static/images/theme/thumbnail/azmelanar-hugo-theme-pixyll.jpg deleted file mode 100644 index dbc21bc94..000000000 Binary files a/static/images/theme/thumbnail/azmelanar-hugo-theme-pixyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/bagseye-bonneville.jpg b/static/images/theme/thumbnail/bagseye-bonneville.jpg index 10507710b..64da2a55e 100644 Binary files a/static/images/theme/thumbnail/bagseye-bonneville.jpg and b/static/images/theme/thumbnail/bagseye-bonneville.jpg differ diff --git a/static/images/theme/thumbnail/bake-solar-theme-hugo.jpg b/static/images/theme/thumbnail/bake-solar-theme-hugo.jpg deleted file mode 100644 index 1becd6e00..000000000 Binary files a/static/images/theme/thumbnail/bake-solar-theme-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/balaramadurai-hugo-travelify-theme.jpg b/static/images/theme/thumbnail/balaramadurai-hugo-travelify-theme.jpg deleted file mode 100644 index 16cf1e876..000000000 Binary files a/static/images/theme/thumbnail/balaramadurai-hugo-travelify-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/baobabkoodaa-blog.jpg b/static/images/theme/thumbnail/baobabkoodaa-blog.jpg index b19d47002..00d069cb9 100644 Binary files a/static/images/theme/thumbnail/baobabkoodaa-blog.jpg and b/static/images/theme/thumbnail/baobabkoodaa-blog.jpg differ diff --git a/static/images/theme/thumbnail/baobabkoodaa-gatsby-starter-infinite-scroll.jpg b/static/images/theme/thumbnail/baobabkoodaa-gatsby-starter-infinite-scroll.jpg index d738b6afb..df1160e57 100644 Binary files a/static/images/theme/thumbnail/baobabkoodaa-gatsby-starter-infinite-scroll.jpg and b/static/images/theme/thumbnail/baobabkoodaa-gatsby-starter-infinite-scroll.jpg differ diff --git a/static/images/theme/thumbnail/barryclark-jekyll-now.jpg b/static/images/theme/thumbnail/barryclark-jekyll-now.jpg index 02e6dac7d..3a3fcc090 100644 Binary files a/static/images/theme/thumbnail/barryclark-jekyll-now.jpg and b/static/images/theme/thumbnail/barryclark-jekyll-now.jpg differ diff --git a/static/images/theme/thumbnail/bawn92-sleek_blog.jpg b/static/images/theme/thumbnail/bawn92-sleek_blog.jpg index 912372d72..707b8dcce 100644 Binary files a/static/images/theme/thumbnail/bawn92-sleek_blog.jpg and b/static/images/theme/thumbnail/bawn92-sleek_blog.jpg differ diff --git a/static/images/theme/thumbnail/bdhu-minimalist.jpg b/static/images/theme/thumbnail/bdhu-minimalist.jpg new file mode 100644 index 000000000..9221fc416 Binary files /dev/null and b/static/images/theme/thumbnail/bdhu-minimalist.jpg differ diff --git a/static/images/theme/thumbnail/bdougie-casper-cms-template.jpg b/static/images/theme/thumbnail/bdougie-casper-cms-template.jpg index 4f5db48c1..8e3893ec2 100644 Binary files a/static/images/theme/thumbnail/bdougie-casper-cms-template.jpg and b/static/images/theme/thumbnail/bdougie-casper-cms-template.jpg differ diff --git a/static/images/theme/thumbnail/bdougie-hyde-cms-theme.jpg b/static/images/theme/thumbnail/bdougie-hyde-cms-theme.jpg index 6c2084c1a..baffb8168 100644 Binary files a/static/images/theme/thumbnail/bdougie-hyde-cms-theme.jpg and b/static/images/theme/thumbnail/bdougie-hyde-cms-theme.jpg differ diff --git a/static/images/theme/thumbnail/ben-siewert-gatsby-starter-auth-aws-amplify.jpg b/static/images/theme/thumbnail/ben-siewert-gatsby-starter-auth-aws-amplify.jpg index fb6081059..a1ff2ff52 100644 Binary files a/static/images/theme/thumbnail/ben-siewert-gatsby-starter-auth-aws-amplify.jpg and b/static/images/theme/thumbnail/ben-siewert-gatsby-starter-auth-aws-amplify.jpg differ diff --git a/static/images/theme/thumbnail/bencentra-centrarium.jpg b/static/images/theme/thumbnail/bencentra-centrarium.jpg deleted file mode 100644 index 5f7904baa..000000000 Binary files a/static/images/theme/thumbnail/bencentra-centrarium.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/benjamin-glitsos-gatsby-kea-starter.jpg b/static/images/theme/thumbnail/benjamin-glitsos-gatsby-kea-starter.jpg deleted file mode 100644 index c730ab8e1..000000000 Binary files a/static/images/theme/thumbnail/benjamin-glitsos-gatsby-kea-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/benjamingrobertson-gatsby-starter-accessibility.jpg b/static/images/theme/thumbnail/benjamingrobertson-gatsby-starter-accessibility.jpg index 5edfe2cc9..44345a726 100644 Binary files a/static/images/theme/thumbnail/benjamingrobertson-gatsby-starter-accessibility.jpg and b/static/images/theme/thumbnail/benjamingrobertson-gatsby-starter-accessibility.jpg differ diff --git a/static/images/theme/thumbnail/benradford-slate-and-simple-jekyll-theme.jpg b/static/images/theme/thumbnail/benradford-slate-and-simple-jekyll-theme.jpg index 97f70f659..c76443756 100644 Binary files a/static/images/theme/thumbnail/benradford-slate-and-simple-jekyll-theme.jpg and b/static/images/theme/thumbnail/benradford-slate-and-simple-jekyll-theme.jpg differ diff --git a/static/images/theme/thumbnail/bep-docuapi.jpg b/static/images/theme/thumbnail/bep-docuapi.jpg index 00b0554db..edefe4dcd 100644 Binary files a/static/images/theme/thumbnail/bep-docuapi.jpg and b/static/images/theme/thumbnail/bep-docuapi.jpg differ diff --git a/static/images/theme/thumbnail/bigcommerce-gatsby-bigcommerce-netlify-cms-starter.jpg b/static/images/theme/thumbnail/bigcommerce-gatsby-bigcommerce-netlify-cms-starter.jpg index fb02bc265..db1cd7c99 100644 Binary files a/static/images/theme/thumbnail/bigcommerce-gatsby-bigcommerce-netlify-cms-starter.jpg and b/static/images/theme/thumbnail/bigcommerce-gatsby-bigcommerce-netlify-cms-starter.jpg differ diff --git a/static/images/theme/thumbnail/bijenkorf-james-wakefield-gatsby-firebase-hosting-starter.jpg b/static/images/theme/thumbnail/bijenkorf-james-wakefield-gatsby-firebase-hosting-starter.jpg index d47925bbd..78b48f8c9 100644 Binary files a/static/images/theme/thumbnail/bijenkorf-james-wakefield-gatsby-firebase-hosting-starter.jpg and b/static/images/theme/thumbnail/bijenkorf-james-wakefield-gatsby-firebase-hosting-starter.jpg differ diff --git a/static/images/theme/thumbnail/billyfish152-renge.jpg b/static/images/theme/thumbnail/billyfish152-renge.jpg deleted file mode 100644 index 3220260c7..000000000 Binary files a/static/images/theme/thumbnail/billyfish152-renge.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/billyjacoby-gatsby-react-bootstrap-starter.jpg b/static/images/theme/thumbnail/billyjacoby-gatsby-react-bootstrap-starter.jpg index a7c119c2b..0e4d1da19 100644 Binary files a/static/images/theme/thumbnail/billyjacoby-gatsby-react-bootstrap-starter.jpg and b/static/images/theme/thumbnail/billyjacoby-gatsby-react-bootstrap-starter.jpg differ diff --git a/static/images/theme/thumbnail/biomadeira-jasper.jpg b/static/images/theme/thumbnail/biomadeira-jasper.jpg deleted file mode 100644 index 98145403e..000000000 Binary files a/static/images/theme/thumbnail/biomadeira-jasper.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/biomadeira-sustain.jpg b/static/images/theme/thumbnail/biomadeira-sustain.jpg deleted file mode 100644 index 36059d4b7..000000000 Binary files a/static/images/theme/thumbnail/biomadeira-sustain.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/biomadeira-vitae.jpg b/static/images/theme/thumbnail/biomadeira-vitae.jpg deleted file mode 100644 index 997d50b7e..000000000 Binary files a/static/images/theme/thumbnail/biomadeira-vitae.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/bit-ranger-blog.jpg b/static/images/theme/thumbnail/bit-ranger-blog.jpg index bfa163515..e149433d3 100644 Binary files a/static/images/theme/thumbnail/bit-ranger-blog.jpg and b/static/images/theme/thumbnail/bit-ranger-blog.jpg differ diff --git a/static/images/theme/thumbnail/bjacquemet-personal-web.jpg b/static/images/theme/thumbnail/bjacquemet-personal-web.jpg deleted file mode 100644 index 7cb04372e..000000000 Binary files a/static/images/theme/thumbnail/bjacquemet-personal-web.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/blackrockdigital-startbootstrap-clean-blog-jekyll.jpg b/static/images/theme/thumbnail/blackrockdigital-startbootstrap-clean-blog-jekyll.jpg deleted file mode 100644 index f783666b4..000000000 Binary files a/static/images/theme/thumbnail/blackrockdigital-startbootstrap-clean-blog-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/blakenoll-gatsby-starter-styled-components.jpg b/static/images/theme/thumbnail/blakenoll-gatsby-starter-styled-components.jpg index 84bd37be6..e02e2b8c1 100644 Binary files a/static/images/theme/thumbnail/blakenoll-gatsby-starter-styled-components.jpg and b/static/images/theme/thumbnail/blakenoll-gatsby-starter-styled-components.jpg differ diff --git a/static/images/theme/thumbnail/blankoworld-hugo_theme_adam_eve.jpg b/static/images/theme/thumbnail/blankoworld-hugo_theme_adam_eve.jpg deleted file mode 100644 index 0fb51ae20..000000000 Binary files a/static/images/theme/thumbnail/blankoworld-hugo_theme_adam_eve.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/blazity-next-saas-starter.jpg b/static/images/theme/thumbnail/blazity-next-saas-starter.jpg new file mode 100644 index 000000000..f0fd676ab Binary files /dev/null and b/static/images/theme/thumbnail/blazity-next-saas-starter.jpg differ diff --git a/static/images/theme/thumbnail/blleng-hexo-theme-lx.jpg b/static/images/theme/thumbnail/blleng-hexo-theme-lx.jpg index 8f06140e3..38cda7c27 100644 Binary files a/static/images/theme/thumbnail/blleng-hexo-theme-lx.jpg and b/static/images/theme/thumbnail/blleng-hexo-theme-lx.jpg differ diff --git a/static/images/theme/thumbnail/bluepeter-gatsby-material-ui-business-starter.jpg b/static/images/theme/thumbnail/bluepeter-gatsby-material-ui-business-starter.jpg index 3fa69e623..cc8e98ded 100644 Binary files a/static/images/theme/thumbnail/bluepeter-gatsby-material-ui-business-starter.jpg and b/static/images/theme/thumbnail/bluepeter-gatsby-material-ui-business-starter.jpg differ diff --git a/static/images/theme/thumbnail/borekb-gatsby-starter-mobx.jpg b/static/images/theme/thumbnail/borekb-gatsby-starter-mobx.jpg index 5d4b89dbc..c59686180 100644 Binary files a/static/images/theme/thumbnail/borekb-gatsby-starter-mobx.jpg and b/static/images/theme/thumbnail/borekb-gatsby-starter-mobx.jpg differ diff --git a/static/images/theme/thumbnail/boywithsilverwings-gatsby-blog-starter.jpg b/static/images/theme/thumbnail/boywithsilverwings-gatsby-blog-starter.jpg index bf91e12fd..5af41005f 100644 Binary files a/static/images/theme/thumbnail/boywithsilverwings-gatsby-blog-starter.jpg and b/static/images/theme/thumbnail/boywithsilverwings-gatsby-blog-starter.jpg differ diff --git a/static/images/theme/thumbnail/boywithsilverwings-gatsby-careers-page.jpg b/static/images/theme/thumbnail/boywithsilverwings-gatsby-careers-page.jpg index 5b47dac08..ddf8e3416 100644 Binary files a/static/images/theme/thumbnail/boywithsilverwings-gatsby-careers-page.jpg and b/static/images/theme/thumbnail/boywithsilverwings-gatsby-careers-page.jpg differ diff --git a/static/images/theme/thumbnail/bradykondek-streamer.jpg b/static/images/theme/thumbnail/bradykondek-streamer.jpg index d02534593..9459ca072 100644 Binary files a/static/images/theme/thumbnail/bradykondek-streamer.jpg and b/static/images/theme/thumbnail/bradykondek-streamer.jpg differ diff --git a/static/images/theme/thumbnail/brennanbrown-enjoyment-work.jpg b/static/images/theme/thumbnail/brennanbrown-enjoyment-work.jpg index d5faea2da..65fbfa8ef 100644 Binary files a/static/images/theme/thumbnail/brennanbrown-enjoyment-work.jpg and b/static/images/theme/thumbnail/brennanbrown-enjoyment-work.jpg differ diff --git a/static/images/theme/thumbnail/brennanbrown-purelog.jpg b/static/images/theme/thumbnail/brennanbrown-purelog.jpg index 91f5b00c8..1a9344633 100644 Binary files a/static/images/theme/thumbnail/brennanbrown-purelog.jpg and b/static/images/theme/thumbnail/brennanbrown-purelog.jpg differ diff --git a/static/images/theme/thumbnail/brennanbrown-watery.jpg b/static/images/theme/thumbnail/brennanbrown-watery.jpg index ec77b7076..904dcfd71 100644 Binary files a/static/images/theme/thumbnail/brennanbrown-watery.jpg and b/static/images/theme/thumbnail/brennanbrown-watery.jpg differ diff --git a/static/images/theme/thumbnail/brianmaierjr-long-haul.jpg b/static/images/theme/thumbnail/brianmaierjr-long-haul.jpg index 5acad2020..2bdaf9102 100644 Binary files a/static/images/theme/thumbnail/brianmaierjr-long-haul.jpg and b/static/images/theme/thumbnail/brianmaierjr-long-haul.jpg differ diff --git a/static/images/theme/thumbnail/brijeshb42-bitwiser-material.jpg b/static/images/theme/thumbnail/brijeshb42-bitwiser-material.jpg index ef8f204e3..0479ba749 100644 Binary files a/static/images/theme/thumbnail/brijeshb42-bitwiser-material.jpg and b/static/images/theme/thumbnail/brijeshb42-bitwiser-material.jpg differ diff --git a/static/images/theme/thumbnail/brohlson-gatsby-datocms-starter.jpg b/static/images/theme/thumbnail/brohlson-gatsby-datocms-starter.jpg index e7a6c6074..7a18166c3 100644 Binary files a/static/images/theme/thumbnail/brohlson-gatsby-datocms-starter.jpg and b/static/images/theme/thumbnail/brohlson-gatsby-datocms-starter.jpg differ diff --git a/static/images/theme/thumbnail/brunch-brunch.github.io.jpg b/static/images/theme/thumbnail/brunch-brunch.github.io.jpg index 6f5788cfc..8abbe7dce 100644 Binary files a/static/images/theme/thumbnail/brunch-brunch.github.io.jpg and b/static/images/theme/thumbnail/brunch-brunch.github.io.jpg differ diff --git a/static/images/theme/thumbnail/brxck-gatsby-starter-stripe.jpg b/static/images/theme/thumbnail/brxck-gatsby-starter-stripe.jpg index cb83c5265..a48b2807c 100644 Binary files a/static/images/theme/thumbnail/brxck-gatsby-starter-stripe.jpg and b/static/images/theme/thumbnail/brxck-gatsby-starter-stripe.jpg differ diff --git a/static/images/theme/thumbnail/brxyxncorp-ultra-minimalista.jpg b/static/images/theme/thumbnail/brxyxncorp-ultra-minimalista.jpg deleted file mode 100644 index f783666b4..000000000 Binary files a/static/images/theme/thumbnail/brxyxncorp-ultra-minimalista.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/brycematheson-allegiant.jpg b/static/images/theme/thumbnail/brycematheson-allegiant.jpg deleted file mode 100644 index e5eee1b1c..000000000 Binary files a/static/images/theme/thumbnail/brycematheson-allegiant.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/budparr-gohugo-theme-ananke.jpg b/static/images/theme/thumbnail/budparr-gohugo-theme-ananke.jpg index 5871ef3e7..743657fea 100644 Binary files a/static/images/theme/thumbnail/budparr-gohugo-theme-ananke.jpg and b/static/images/theme/thumbnail/budparr-gohugo-theme-ananke.jpg differ diff --git a/static/images/theme/thumbnail/bul-ikana-hugo-cards.jpg b/static/images/theme/thumbnail/bul-ikana-hugo-cards.jpg deleted file mode 100644 index b8356cdf9..000000000 Binary files a/static/images/theme/thumbnail/bul-ikana-hugo-cards.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/buttercms-gatsby-starter-buttercms.jpg b/static/images/theme/thumbnail/buttercms-gatsby-starter-buttercms.jpg index 0a1c7c3d3..5620f753e 100644 Binary files a/static/images/theme/thumbnail/buttercms-gatsby-starter-buttercms.jpg and b/static/images/theme/thumbnail/buttercms-gatsby-starter-buttercms.jpg differ diff --git a/static/images/theme/thumbnail/caki0915-gatsby-starter-redux.jpg b/static/images/theme/thumbnail/caki0915-gatsby-starter-redux.jpg index 3c6b5d6bc..37621883a 100644 Binary files a/static/images/theme/thumbnail/caki0915-gatsby-starter-redux.jpg and b/static/images/theme/thumbnail/caki0915-gatsby-starter-redux.jpg differ diff --git a/static/images/theme/thumbnail/calintat-minimal.jpg b/static/images/theme/thumbnail/calintat-minimal.jpg deleted file mode 100644 index 598cb92fa..000000000 Binary files a/static/images/theme/thumbnail/calintat-minimal.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/calpa-gatsby-starter-calpa-blog.jpg b/static/images/theme/thumbnail/calpa-gatsby-starter-calpa-blog.jpg index 69e7c294b..a0c445e1c 100644 Binary files a/static/images/theme/thumbnail/calpa-gatsby-starter-calpa-blog.jpg and b/static/images/theme/thumbnail/calpa-gatsby-starter-calpa-blog.jpg differ diff --git a/static/images/theme/thumbnail/canhtran-maverick.jpg b/static/images/theme/thumbnail/canhtran-maverick.jpg new file mode 100644 index 000000000..a7e032725 Binary files /dev/null and b/static/images/theme/thumbnail/canhtran-maverick.jpg differ diff --git a/static/images/theme/thumbnail/carsonip-hugo-theme-minos.jpg b/static/images/theme/thumbnail/carsonip-hugo-theme-minos.jpg deleted file mode 100644 index 5ad30e737..000000000 Binary files a/static/images/theme/thumbnail/carsonip-hugo-theme-minos.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cboettig-hugo-now-ui.jpg b/static/images/theme/thumbnail/cboettig-hugo-now-ui.jpg deleted file mode 100644 index bd220e964..000000000 Binary files a/static/images/theme/thumbnail/cboettig-hugo-now-ui.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cdeck3r-onedly-theme.jpg b/static/images/theme/thumbnail/cdeck3r-onedly-theme.jpg deleted file mode 100644 index 25f7a12bd..000000000 Binary files a/static/images/theme/thumbnail/cdeck3r-onedly-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cfrome77-hugo-theme-sky.jpg b/static/images/theme/thumbnail/cfrome77-hugo-theme-sky.jpg deleted file mode 100644 index 92ba92cca..000000000 Binary files a/static/images/theme/thumbnail/cfrome77-hugo-theme-sky.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/chalatz-yellowblue.jpg b/static/images/theme/thumbnail/chalatz-yellowblue.jpg deleted file mode 100644 index f783666b4..000000000 Binary files a/static/images/theme/thumbnail/chalatz-yellowblue.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/chaooo-hexo-theme-bluelake.jpg b/static/images/theme/thumbnail/chaooo-hexo-theme-bluelake.jpg index c26d72fe5..dee9016e9 100644 Binary files a/static/images/theme/thumbnail/chaooo-hexo-theme-bluelake.jpg and b/static/images/theme/thumbnail/chaooo-hexo-theme-bluelake.jpg differ diff --git a/static/images/theme/thumbnail/chec-commercejs-chopchop-demo.jpg b/static/images/theme/thumbnail/chec-commercejs-chopchop-demo.jpg index d191d4df7..27b5edc80 100644 Binary files a/static/images/theme/thumbnail/chec-commercejs-chopchop-demo.jpg and b/static/images/theme/thumbnail/chec-commercejs-chopchop-demo.jpg differ diff --git a/static/images/theme/thumbnail/chec-commercejs-nextjs-demo-store.jpg b/static/images/theme/thumbnail/chec-commercejs-nextjs-demo-store.jpg index b16a8e6e2..96f7d2e60 100644 Binary files a/static/images/theme/thumbnail/chec-commercejs-nextjs-demo-store.jpg and b/static/images/theme/thumbnail/chec-commercejs-nextjs-demo-store.jpg differ diff --git a/static/images/theme/thumbnail/chec-commercejs-vuejs-boilerplate.jpg b/static/images/theme/thumbnail/chec-commercejs-vuejs-boilerplate.jpg index 06636995a..ef72238ff 100644 Binary files a/static/images/theme/thumbnail/chec-commercejs-vuejs-boilerplate.jpg and b/static/images/theme/thumbnail/chec-commercejs-vuejs-boilerplate.jpg differ diff --git a/static/images/theme/thumbnail/chesterhow-tale.jpg b/static/images/theme/thumbnail/chesterhow-tale.jpg index 9c3245a85..a599b314c 100644 Binary files a/static/images/theme/thumbnail/chesterhow-tale.jpg and b/static/images/theme/thumbnail/chesterhow-tale.jpg differ diff --git a/static/images/theme/thumbnail/chetanverma16-react-portfolio-template.jpg b/static/images/theme/thumbnail/chetanverma16-react-portfolio-template.jpg new file mode 100644 index 000000000..628217c74 Binary files /dev/null and b/static/images/theme/thumbnail/chetanverma16-react-portfolio-template.jpg differ diff --git a/static/images/theme/thumbnail/chibicode-solo.jpg b/static/images/theme/thumbnail/chibicode-solo.jpg index 33eec9b08..6ad2b90da 100644 Binary files a/static/images/theme/thumbnail/chibicode-solo.jpg and b/static/images/theme/thumbnail/chibicode-solo.jpg differ diff --git a/static/images/theme/thumbnail/chipsenkbeil-grid-side.jpg b/static/images/theme/thumbnail/chipsenkbeil-grid-side.jpg deleted file mode 100644 index ff5430f0e..000000000 Binary files a/static/images/theme/thumbnail/chipsenkbeil-grid-side.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/chipzoller-hugo-clarity.jpg b/static/images/theme/thumbnail/chipzoller-hugo-clarity.jpg deleted file mode 100644 index 0df66a4a4..000000000 Binary files a/static/images/theme/thumbnail/chipzoller-hugo-clarity.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/chringel21-chringel-hugo-theme.jpg b/static/images/theme/thumbnail/chringel21-chringel-hugo-theme.jpg new file mode 100644 index 000000000..5e745c649 Binary files /dev/null and b/static/images/theme/thumbnail/chringel21-chringel-hugo-theme.jpg differ diff --git a/static/images/theme/thumbnail/chrisbobbe-jekyll-theme-prologue.jpg b/static/images/theme/thumbnail/chrisbobbe-jekyll-theme-prologue.jpg index 5188fbd47..853320e35 100644 Binary files a/static/images/theme/thumbnail/chrisbobbe-jekyll-theme-prologue.jpg and b/static/images/theme/thumbnail/chrisbobbe-jekyll-theme-prologue.jpg differ diff --git a/static/images/theme/thumbnail/chrisnmorrison-revista-gatsby-blog-magazine.jpg b/static/images/theme/thumbnail/chrisnmorrison-revista-gatsby-blog-magazine.jpg new file mode 100644 index 000000000..5ad9649fc Binary files /dev/null and b/static/images/theme/thumbnail/chrisnmorrison-revista-gatsby-blog-magazine.jpg differ diff --git a/static/images/theme/thumbnail/chrisrhymes-bulma-clean-theme.jpg b/static/images/theme/thumbnail/chrisrhymes-bulma-clean-theme.jpg index 3d4fbc291..cc8672014 100644 Binary files a/static/images/theme/thumbnail/chrisrhymes-bulma-clean-theme.jpg and b/static/images/theme/thumbnail/chrisrhymes-bulma-clean-theme.jpg differ diff --git a/static/images/theme/thumbnail/chrisrhymes-mere-blog-theme.jpg b/static/images/theme/thumbnail/chrisrhymes-mere-blog-theme.jpg index ebe520783..6ed19e44d 100644 Binary files a/static/images/theme/thumbnail/chrisrhymes-mere-blog-theme.jpg and b/static/images/theme/thumbnail/chrisrhymes-mere-blog-theme.jpg differ diff --git a/static/images/theme/thumbnail/chrissimpkins-cinder.jpg b/static/images/theme/thumbnail/chrissimpkins-cinder.jpg index 298009be2..6afe938a5 100644 Binary files a/static/images/theme/thumbnail/chrissimpkins-cinder.jpg and b/static/images/theme/thumbnail/chrissimpkins-cinder.jpg differ diff --git a/static/images/theme/thumbnail/christianezeani-panthera-jekyll.jpg b/static/images/theme/thumbnail/christianezeani-panthera-jekyll.jpg index 4f3803da1..2d2ae637b 100644 Binary files a/static/images/theme/thumbnail/christianezeani-panthera-jekyll.jpg and b/static/images/theme/thumbnail/christianezeani-panthera-jekyll.jpg differ diff --git a/static/images/theme/thumbnail/christianmendoza-hugo-split-theme.jpg b/static/images/theme/thumbnail/christianmendoza-hugo-split-theme.jpg deleted file mode 100644 index 64d87e176..000000000 Binary files a/static/images/theme/thumbnail/christianmendoza-hugo-split-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cjsheets-mkdocs-rtd-dropdown.jpg b/static/images/theme/thumbnail/cjsheets-mkdocs-rtd-dropdown.jpg deleted file mode 100644 index 0502dd3c7..000000000 Binary files a/static/images/theme/thumbnail/cjsheets-mkdocs-rtd-dropdown.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/clark-zhao-bohu-jekyll-theme.jpg b/static/images/theme/thumbnail/clark-zhao-bohu-jekyll-theme.jpg index b5e19ce62..39d7295ce 100644 Binary files a/static/images/theme/thumbnail/clark-zhao-bohu-jekyll-theme.jpg and b/static/images/theme/thumbnail/clark-zhao-bohu-jekyll-theme.jpg differ diff --git a/static/images/theme/thumbnail/clarkhacks-minimal-text.jpg b/static/images/theme/thumbnail/clarkhacks-minimal-text.jpg deleted file mode 100644 index 15c240bb0..000000000 Binary files a/static/images/theme/thumbnail/clarkhacks-minimal-text.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/clayh53-tufte-jekyll.jpg b/static/images/theme/thumbnail/clayh53-tufte-jekyll.jpg index 8ebc25880..74f29d1b7 100644 Binary files a/static/images/theme/thumbnail/clayh53-tufte-jekyll.jpg and b/static/images/theme/thumbnail/clayh53-tufte-jekyll.jpg differ diff --git a/static/images/theme/thumbnail/cloudcannon-aviator-jekyll-theme.jpg b/static/images/theme/thumbnail/cloudcannon-aviator-jekyll-theme.jpg index 6c7e48120..16d55e128 100644 Binary files a/static/images/theme/thumbnail/cloudcannon-aviator-jekyll-theme.jpg and b/static/images/theme/thumbnail/cloudcannon-aviator-jekyll-theme.jpg differ diff --git a/static/images/theme/thumbnail/cloudcannon-cause-jekyll-template.jpg b/static/images/theme/thumbnail/cloudcannon-cause-jekyll-template.jpg index 032cf5bf6..14b961481 100644 Binary files a/static/images/theme/thumbnail/cloudcannon-cause-jekyll-template.jpg and b/static/images/theme/thumbnail/cloudcannon-cause-jekyll-template.jpg differ diff --git a/static/images/theme/thumbnail/cloudcannon-dopetrope-jekyll-theme.jpg b/static/images/theme/thumbnail/cloudcannon-dopetrope-jekyll-theme.jpg deleted file mode 100644 index 7e4a184af..000000000 Binary files a/static/images/theme/thumbnail/cloudcannon-dopetrope-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cloudcannon-edition-jekyll-template.jpg b/static/images/theme/thumbnail/cloudcannon-edition-jekyll-template.jpg index a12041a85..db8159ade 100644 Binary files a/static/images/theme/thumbnail/cloudcannon-edition-jekyll-template.jpg and b/static/images/theme/thumbnail/cloudcannon-edition-jekyll-template.jpg differ diff --git a/static/images/theme/thumbnail/cloudcannon-frisco-jekyll-template.jpg b/static/images/theme/thumbnail/cloudcannon-frisco-jekyll-template.jpg index 344b83603..68b20d396 100644 Binary files a/static/images/theme/thumbnail/cloudcannon-frisco-jekyll-template.jpg and b/static/images/theme/thumbnail/cloudcannon-frisco-jekyll-template.jpg differ diff --git a/static/images/theme/thumbnail/cloudcannon-hydra-jekyll-template.jpg b/static/images/theme/thumbnail/cloudcannon-hydra-jekyll-template.jpg index d142892c6..af4870547 100644 Binary files a/static/images/theme/thumbnail/cloudcannon-hydra-jekyll-template.jpg and b/static/images/theme/thumbnail/cloudcannon-hydra-jekyll-template.jpg differ diff --git a/static/images/theme/thumbnail/cloudcannon-justice-jekyll-template.jpg b/static/images/theme/thumbnail/cloudcannon-justice-jekyll-template.jpg index 232008822..ee4f45ef2 100644 Binary files a/static/images/theme/thumbnail/cloudcannon-justice-jekyll-template.jpg and b/static/images/theme/thumbnail/cloudcannon-justice-jekyll-template.jpg differ diff --git a/static/images/theme/thumbnail/cloudcannon-malt-jekyll-template.jpg b/static/images/theme/thumbnail/cloudcannon-malt-jekyll-template.jpg index 262c06079..3d3a4d9c0 100644 Binary files a/static/images/theme/thumbnail/cloudcannon-malt-jekyll-template.jpg and b/static/images/theme/thumbnail/cloudcannon-malt-jekyll-template.jpg differ diff --git a/static/images/theme/thumbnail/cloudcannon-strata-jekyll-theme.jpg b/static/images/theme/thumbnail/cloudcannon-strata-jekyll-theme.jpg deleted file mode 100644 index be171d9f0..000000000 Binary files a/static/images/theme/thumbnail/cloudcannon-strata-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cloudcannon-twenty-jekyll-theme.jpg b/static/images/theme/thumbnail/cloudcannon-twenty-jekyll-theme.jpg deleted file mode 100644 index 1d6edbb1e..000000000 Binary files a/static/images/theme/thumbnail/cloudcannon-twenty-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cloudcannon-urban-jekyll-template.jpg b/static/images/theme/thumbnail/cloudcannon-urban-jekyll-template.jpg index 26dcf3b97..2f178ef1b 100644 Binary files a/static/images/theme/thumbnail/cloudcannon-urban-jekyll-template.jpg and b/static/images/theme/thumbnail/cloudcannon-urban-jekyll-template.jpg differ diff --git a/static/images/theme/thumbnail/codeasashu-hcz-jekyll-blog.jpg b/static/images/theme/thumbnail/codeasashu-hcz-jekyll-blog.jpg index 359c61a69..4f6790a46 100644 Binary files a/static/images/theme/thumbnail/codeasashu-hcz-jekyll-blog.jpg and b/static/images/theme/thumbnail/codeasashu-hcz-jekyll-blog.jpg differ diff --git a/static/images/theme/thumbnail/codebushi-gatsby-starter-dimension.jpg b/static/images/theme/thumbnail/codebushi-gatsby-starter-dimension.jpg index fb954d978..4572a444b 100644 Binary files a/static/images/theme/thumbnail/codebushi-gatsby-starter-dimension.jpg and b/static/images/theme/thumbnail/codebushi-gatsby-starter-dimension.jpg differ diff --git a/static/images/theme/thumbnail/codebushi-gatsby-starter-forty.jpg b/static/images/theme/thumbnail/codebushi-gatsby-starter-forty.jpg index 20f71fbf5..f40691b89 100644 Binary files a/static/images/theme/thumbnail/codebushi-gatsby-starter-forty.jpg and b/static/images/theme/thumbnail/codebushi-gatsby-starter-forty.jpg differ diff --git a/static/images/theme/thumbnail/codebushi-gatsby-starter-photon.jpg b/static/images/theme/thumbnail/codebushi-gatsby-starter-photon.jpg index 31f6180ec..ee0d5d106 100644 Binary files a/static/images/theme/thumbnail/codebushi-gatsby-starter-photon.jpg and b/static/images/theme/thumbnail/codebushi-gatsby-starter-photon.jpg differ diff --git a/static/images/theme/thumbnail/codebushi-gatsby-starter-stellar.jpg b/static/images/theme/thumbnail/codebushi-gatsby-starter-stellar.jpg index 89f40890b..3ef807ccf 100644 Binary files a/static/images/theme/thumbnail/codebushi-gatsby-starter-stellar.jpg and b/static/images/theme/thumbnail/codebushi-gatsby-starter-stellar.jpg differ diff --git a/static/images/theme/thumbnail/codebushi-gatsby-starter-strata.jpg b/static/images/theme/thumbnail/codebushi-gatsby-starter-strata.jpg index e21e20ecf..726933f49 100644 Binary files a/static/images/theme/thumbnail/codebushi-gatsby-starter-strata.jpg and b/static/images/theme/thumbnail/codebushi-gatsby-starter-strata.jpg differ diff --git a/static/images/theme/thumbnail/coderzh-hugo-pacman-theme.jpg b/static/images/theme/thumbnail/coderzh-hugo-pacman-theme.jpg deleted file mode 100644 index ce1d2f473..000000000 Binary files a/static/images/theme/thumbnail/coderzh-hugo-pacman-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/codexfelis-paws-template.jpg b/static/images/theme/thumbnail/codexfelis-paws-template.jpg new file mode 100644 index 000000000..582c842e3 Binary files /dev/null and b/static/images/theme/thumbnail/codexfelis-paws-template.jpg differ diff --git a/static/images/theme/thumbnail/colbyfayock-gatsby-starter-sass.jpg b/static/images/theme/thumbnail/colbyfayock-gatsby-starter-sass.jpg index d2133f770..5b9cb59b9 100644 Binary files a/static/images/theme/thumbnail/colbyfayock-gatsby-starter-sass.jpg and b/static/images/theme/thumbnail/colbyfayock-gatsby-starter-sass.jpg differ diff --git a/static/images/theme/thumbnail/coletownsend-balzac-for-jekyll.jpg b/static/images/theme/thumbnail/coletownsend-balzac-for-jekyll.jpg index 59b887636..0d1910330 100644 Binary files a/static/images/theme/thumbnail/coletownsend-balzac-for-jekyll.jpg and b/static/images/theme/thumbnail/coletownsend-balzac-for-jekyll.jpg differ diff --git a/static/images/theme/thumbnail/collective-gatsby-starter-plone.jpg b/static/images/theme/thumbnail/collective-gatsby-starter-plone.jpg index 42bd9cb9f..86fe67315 100644 Binary files a/static/images/theme/thumbnail/collective-gatsby-starter-plone.jpg and b/static/images/theme/thumbnail/collective-gatsby-starter-plone.jpg differ diff --git a/static/images/theme/thumbnail/contentful-userland-gatsby-contentful-starter.jpg b/static/images/theme/thumbnail/contentful-userland-gatsby-contentful-starter.jpg index 3df85b09f..3781eb7c8 100644 Binary files a/static/images/theme/thumbnail/contentful-userland-gatsby-contentful-starter.jpg and b/static/images/theme/thumbnail/contentful-userland-gatsby-contentful-starter.jpg differ diff --git a/static/images/theme/thumbnail/contentstack-gatsby-starter-contentstack.jpg b/static/images/theme/thumbnail/contentstack-gatsby-starter-contentstack.jpg index f4c2e188c..a74488268 100644 Binary files a/static/images/theme/thumbnail/contentstack-gatsby-starter-contentstack.jpg and b/static/images/theme/thumbnail/contentstack-gatsby-starter-contentstack.jpg differ diff --git a/static/images/theme/thumbnail/cosmicjs-gatsby-agency-portfolio.jpg b/static/images/theme/thumbnail/cosmicjs-gatsby-agency-portfolio.jpg index 4e027d9be..eab4b0f02 100644 Binary files a/static/images/theme/thumbnail/cosmicjs-gatsby-agency-portfolio.jpg and b/static/images/theme/thumbnail/cosmicjs-gatsby-agency-portfolio.jpg differ diff --git a/static/images/theme/thumbnail/cosmicjs-gatsby-blog-cosmicjs.jpg b/static/images/theme/thumbnail/cosmicjs-gatsby-blog-cosmicjs.jpg index dca7fb327..00348a184 100644 Binary files a/static/images/theme/thumbnail/cosmicjs-gatsby-blog-cosmicjs.jpg and b/static/images/theme/thumbnail/cosmicjs-gatsby-blog-cosmicjs.jpg differ diff --git a/static/images/theme/thumbnail/cosmicjs-gatsby-docs-app.jpg b/static/images/theme/thumbnail/cosmicjs-gatsby-docs-app.jpg index a5b422eb3..f9e7f2bc1 100644 Binary files a/static/images/theme/thumbnail/cosmicjs-gatsby-docs-app.jpg and b/static/images/theme/thumbnail/cosmicjs-gatsby-docs-app.jpg differ diff --git a/static/images/theme/thumbnail/cosmicjs-gatsby-localization-app-starter.jpg b/static/images/theme/thumbnail/cosmicjs-gatsby-localization-app-starter.jpg index 7436f25b5..6d8f303fd 100644 Binary files a/static/images/theme/thumbnail/cosmicjs-gatsby-localization-app-starter.jpg and b/static/images/theme/thumbnail/cosmicjs-gatsby-localization-app-starter.jpg differ diff --git a/static/images/theme/thumbnail/cosmicjs-gatsby-starter.jpg b/static/images/theme/thumbnail/cosmicjs-gatsby-starter.jpg index f93c12828..0129b7954 100644 Binary files a/static/images/theme/thumbnail/cosmicjs-gatsby-starter.jpg and b/static/images/theme/thumbnail/cosmicjs-gatsby-starter.jpg differ diff --git a/static/images/theme/thumbnail/cotes2020-jekyll-theme-chirpy.jpg b/static/images/theme/thumbnail/cotes2020-jekyll-theme-chirpy.jpg index 85d1f6f7d..10c4692d9 100644 Binary files a/static/images/theme/thumbnail/cotes2020-jekyll-theme-chirpy.jpg and b/static/images/theme/thumbnail/cotes2020-jekyll-theme-chirpy.jpg differ diff --git a/static/images/theme/thumbnail/craigary-nobelium.jpg b/static/images/theme/thumbnail/craigary-nobelium.jpg new file mode 100644 index 000000000..1cd663ed4 Binary files /dev/null and b/static/images/theme/thumbnail/craigary-nobelium.jpg differ diff --git a/static/images/theme/thumbnail/creasoft-dev-fundamenty.jpg b/static/images/theme/thumbnail/creasoft-dev-fundamenty.jpg index a07c3fb16..5b244c10f 100644 Binary files a/static/images/theme/thumbnail/creasoft-dev-fundamenty.jpg and b/static/images/theme/thumbnail/creasoft-dev-fundamenty.jpg differ diff --git a/static/images/theme/thumbnail/cssandstuff-hugo-theme-winning.jpg b/static/images/theme/thumbnail/cssandstuff-hugo-theme-winning.jpg deleted file mode 100644 index f1bf10ea9..000000000 Binary files a/static/images/theme/thumbnail/cssandstuff-hugo-theme-winning.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/curtiscde-hugo-theme-dopetrope.jpg b/static/images/theme/thumbnail/curtiscde-hugo-theme-dopetrope.jpg new file mode 100644 index 000000000..8a1dc3191 Binary files /dev/null and b/static/images/theme/thumbnail/curtiscde-hugo-theme-dopetrope.jpg differ diff --git a/static/images/theme/thumbnail/curtiscde-hugo-theme-massively.jpg b/static/images/theme/thumbnail/curtiscde-hugo-theme-massively.jpg new file mode 100644 index 000000000..7c772fed1 Binary files /dev/null and b/static/images/theme/thumbnail/curtiscde-hugo-theme-massively.jpg differ diff --git a/static/images/theme/thumbnail/curtistimson-hugo-theme-dopetrope.jpg b/static/images/theme/thumbnail/curtistimson-hugo-theme-dopetrope.jpg index 1836f33eb..8a1dc3191 100644 Binary files a/static/images/theme/thumbnail/curtistimson-hugo-theme-dopetrope.jpg and b/static/images/theme/thumbnail/curtistimson-hugo-theme-dopetrope.jpg differ diff --git a/static/images/theme/thumbnail/curtistimson-hugo-theme-massively.jpg b/static/images/theme/thumbnail/curtistimson-hugo-theme-massively.jpg index 279744f4d..3793ee2e8 100644 Binary files a/static/images/theme/thumbnail/curtistimson-hugo-theme-massively.jpg and b/static/images/theme/thumbnail/curtistimson-hugo-theme-massively.jpg differ diff --git a/static/images/theme/thumbnail/cvluca-gatsby-starter-markdown.jpg b/static/images/theme/thumbnail/cvluca-gatsby-starter-markdown.jpg index cf29fd16b..c48480bff 100644 Binary files a/static/images/theme/thumbnail/cvluca-gatsby-starter-markdown.jpg and b/static/images/theme/thumbnail/cvluca-gatsby-starter-markdown.jpg differ diff --git a/static/images/theme/thumbnail/cwlsn-gatsby-simple-contentful-starter.jpg b/static/images/theme/thumbnail/cwlsn-gatsby-simple-contentful-starter.jpg index d7dc6d7f8..119be9727 100644 Binary files a/static/images/theme/thumbnail/cwlsn-gatsby-simple-contentful-starter.jpg and b/static/images/theme/thumbnail/cwlsn-gatsby-simple-contentful-starter.jpg differ diff --git a/static/images/theme/thumbnail/cyevgeniy-jekyll-true-minimal.jpg b/static/images/theme/thumbnail/cyevgeniy-jekyll-true-minimal.jpg index f98485cd1..887afe7bf 100644 Binary files a/static/images/theme/thumbnail/cyevgeniy-jekyll-true-minimal.jpg and b/static/images/theme/thumbnail/cyevgeniy-jekyll-true-minimal.jpg differ diff --git a/static/images/theme/thumbnail/d-kusk-minimage.jpg b/static/images/theme/thumbnail/d-kusk-minimage.jpg deleted file mode 100644 index 6dff9873f..000000000 Binary files a/static/images/theme/thumbnail/d-kusk-minimage.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/daattali-beautiful-jekyll.jpg b/static/images/theme/thumbnail/daattali-beautiful-jekyll.jpg index 841198841..b8802bfd8 100644 Binary files a/static/images/theme/thumbnail/daattali-beautiful-jekyll.jpg and b/static/images/theme/thumbnail/daattali-beautiful-jekyll.jpg differ diff --git a/static/images/theme/thumbnail/dabit3-gatsby-auth-starter-aws-amplify.jpg b/static/images/theme/thumbnail/dabit3-gatsby-auth-starter-aws-amplify.jpg index be5c75995..f3511c9da 100644 Binary files a/static/images/theme/thumbnail/dabit3-gatsby-auth-starter-aws-amplify.jpg and b/static/images/theme/thumbnail/dabit3-gatsby-auth-starter-aws-amplify.jpg differ diff --git a/static/images/theme/thumbnail/dafiulh-vredeburg.jpg b/static/images/theme/thumbnail/dafiulh-vredeburg.jpg index f2d5731ac..2e61851e8 100644 Binary files a/static/images/theme/thumbnail/dafiulh-vredeburg.jpg and b/static/images/theme/thumbnail/dafiulh-vredeburg.jpg differ diff --git a/static/images/theme/thumbnail/damassi-gatsby-starter-typescript-rebass-netlifycms.jpg b/static/images/theme/thumbnail/damassi-gatsby-starter-typescript-rebass-netlifycms.jpg index 83f776b6b..ce7142995 100644 Binary files a/static/images/theme/thumbnail/damassi-gatsby-starter-typescript-rebass-netlifycms.jpg and b/static/images/theme/thumbnail/damassi-gatsby-starter-typescript-rebass-netlifycms.jpg differ diff --git a/static/images/theme/thumbnail/danielbayerlein-middleman-casper.jpg b/static/images/theme/thumbnail/danielbayerlein-middleman-casper.jpg index 537fdd669..2f568bf7f 100644 Binary files a/static/images/theme/thumbnail/danielbayerlein-middleman-casper.jpg and b/static/images/theme/thumbnail/danielbayerlein-middleman-casper.jpg differ diff --git a/static/images/theme/thumbnail/danielkellyio-awake-template.jpg b/static/images/theme/thumbnail/danielkellyio-awake-template.jpg index f589f0933..ee4b43cf6 100644 Binary files a/static/images/theme/thumbnail/danielkellyio-awake-template.jpg and b/static/images/theme/thumbnail/danielkellyio-awake-template.jpg differ diff --git a/static/images/theme/thumbnail/danielkvist-hugo-piercer-theme.jpg b/static/images/theme/thumbnail/danielkvist-hugo-piercer-theme.jpg index d36f09ed3..7e1d50536 100644 Binary files a/static/images/theme/thumbnail/danielkvist-hugo-piercer-theme.jpg and b/static/images/theme/thumbnail/danielkvist-hugo-piercer-theme.jpg differ diff --git a/static/images/theme/thumbnail/danielkvist-hugo-terrassa-theme.jpg b/static/images/theme/thumbnail/danielkvist-hugo-terrassa-theme.jpg index 714d80363..1ec79a0e1 100644 Binary files a/static/images/theme/thumbnail/danielkvist-hugo-terrassa-theme.jpg and b/static/images/theme/thumbnail/danielkvist-hugo-terrassa-theme.jpg differ diff --git a/static/images/theme/thumbnail/danilowoz-gatsby-advanced-blog-system.jpg b/static/images/theme/thumbnail/danilowoz-gatsby-advanced-blog-system.jpg index 331dc1850..634b0a678 100644 Binary files a/static/images/theme/thumbnail/danilowoz-gatsby-advanced-blog-system.jpg and b/static/images/theme/thumbnail/danilowoz-gatsby-advanced-blog-system.jpg differ diff --git a/static/images/theme/thumbnail/danshai-gatsbyv2-scientific-blog-machine-learning.jpg b/static/images/theme/thumbnail/danshai-gatsbyv2-scientific-blog-machine-learning.jpg index a82359200..9f70aa5e7 100644 Binary files a/static/images/theme/thumbnail/danshai-gatsbyv2-scientific-blog-machine-learning.jpg and b/static/images/theme/thumbnail/danshai-gatsbyv2-scientific-blog-machine-learning.jpg differ diff --git a/static/images/theme/thumbnail/danurbanowicz-eleventy-netlify-boilerplate.jpg b/static/images/theme/thumbnail/danurbanowicz-eleventy-netlify-boilerplate.jpg index 5586e85f4..3531c255c 100644 Binary files a/static/images/theme/thumbnail/danurbanowicz-eleventy-netlify-boilerplate.jpg and b/static/images/theme/thumbnail/danurbanowicz-eleventy-netlify-boilerplate.jpg differ diff --git a/static/images/theme/thumbnail/darshanbaral-aafu.jpg b/static/images/theme/thumbnail/darshanbaral-aafu.jpg deleted file mode 100644 index 19212c63e..000000000 Binary files a/static/images/theme/thumbnail/darshanbaral-aafu.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/darshanbaral-khata.jpg b/static/images/theme/thumbnail/darshanbaral-khata.jpg deleted file mode 100644 index b5cd0a210..000000000 Binary files a/static/images/theme/thumbnail/darshanbaral-khata.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/darshanbaral-kitab.jpg b/static/images/theme/thumbnail/darshanbaral-kitab.jpg deleted file mode 100644 index 4f60aacd1..000000000 Binary files a/static/images/theme/thumbnail/darshanbaral-kitab.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/darshanbaral-mero.jpg b/static/images/theme/thumbnail/darshanbaral-mero.jpg deleted file mode 100644 index db9285136..000000000 Binary files a/static/images/theme/thumbnail/darshanbaral-mero.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/darshanbaral-sada.jpg b/static/images/theme/thumbnail/darshanbaral-sada.jpg deleted file mode 100644 index f5bdd7de0..000000000 Binary files a/static/images/theme/thumbnail/darshanbaral-sada.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/dashdashzako-hugo-journal.jpg b/static/images/theme/thumbnail/dashdashzako-hugo-journal.jpg index 16bbde3f3..68e50bc05 100644 Binary files a/static/images/theme/thumbnail/dashdashzako-hugo-journal.jpg and b/static/images/theme/thumbnail/dashdashzako-hugo-journal.jpg differ diff --git a/static/images/theme/thumbnail/dashdashzako-paperback.jpg b/static/images/theme/thumbnail/dashdashzako-paperback.jpg deleted file mode 100644 index 56d3bb3ff..000000000 Binary files a/static/images/theme/thumbnail/dashdashzako-paperback.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/dashingcode-front-cover.jpg b/static/images/theme/thumbnail/dashingcode-front-cover.jpg index d8344e26e..e2c90d412 100644 Binary files a/static/images/theme/thumbnail/dashingcode-front-cover.jpg and b/static/images/theme/thumbnail/dashingcode-front-cover.jpg differ diff --git a/static/images/theme/thumbnail/datocms-gatsby-portfolio.jpg b/static/images/theme/thumbnail/datocms-gatsby-portfolio.jpg index a54ad3638..00af8c4de 100644 Binary files a/static/images/theme/thumbnail/datocms-gatsby-portfolio.jpg and b/static/images/theme/thumbnail/datocms-gatsby-portfolio.jpg differ diff --git a/static/images/theme/thumbnail/daviddarnes-alembic.jpg b/static/images/theme/thumbnail/daviddarnes-alembic.jpg index 6388e637e..095ec8cab 100644 Binary files a/static/images/theme/thumbnail/daviddarnes-alembic.jpg and b/static/images/theme/thumbnail/daviddarnes-alembic.jpg differ diff --git a/static/images/theme/thumbnail/daviddarnes-garth.jpg b/static/images/theme/thumbnail/daviddarnes-garth.jpg index 7b552cb29..2e7bea8bf 100644 Binary files a/static/images/theme/thumbnail/daviddarnes-garth.jpg and b/static/images/theme/thumbnail/daviddarnes-garth.jpg differ diff --git a/static/images/theme/thumbnail/davidhampgonsalves-hugo-black-and-light-theme.jpg b/static/images/theme/thumbnail/davidhampgonsalves-hugo-black-and-light-theme.jpg deleted file mode 100644 index 1c8fad262..000000000 Binary files a/static/images/theme/thumbnail/davidhampgonsalves-hugo-black-and-light-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/davshoward-gatsby-starter-honey.jpg b/static/images/theme/thumbnail/davshoward-gatsby-starter-honey.jpg index 91a326f0c..156088dd2 100644 Binary files a/static/images/theme/thumbnail/davshoward-gatsby-starter-honey.jpg and b/static/images/theme/thumbnail/davshoward-gatsby-starter-honey.jpg differ diff --git a/static/images/theme/thumbnail/dbtek-dbyll.jpg b/static/images/theme/thumbnail/dbtek-dbyll.jpg index bcbcaedbb..dde670674 100644 Binary files a/static/images/theme/thumbnail/dbtek-dbyll.jpg and b/static/images/theme/thumbnail/dbtek-dbyll.jpg differ diff --git a/static/images/theme/thumbnail/dbtek-paper.jpg b/static/images/theme/thumbnail/dbtek-paper.jpg index fc25aa0cf..5c86f6c11 100644 Binary files a/static/images/theme/thumbnail/dbtek-paper.jpg and b/static/images/theme/thumbnail/dbtek-paper.jpg differ diff --git a/static/images/theme/thumbnail/ddbullfrog-resumecard.jpg b/static/images/theme/thumbnail/ddbullfrog-resumecard.jpg index bb15e47a1..58418e566 100644 Binary files a/static/images/theme/thumbnail/ddbullfrog-resumecard.jpg and b/static/images/theme/thumbnail/ddbullfrog-resumecard.jpg differ diff --git a/static/images/theme/thumbnail/de-souza-hugo-flex.jpg b/static/images/theme/thumbnail/de-souza-hugo-flex.jpg index b5808918b..5fd27db64 100644 Binary files a/static/images/theme/thumbnail/de-souza-hugo-flex.jpg and b/static/images/theme/thumbnail/de-souza-hugo-flex.jpg differ diff --git a/static/images/theme/thumbnail/deamme-gatsby-starter-prismic-resume.jpg b/static/images/theme/thumbnail/deamme-gatsby-starter-prismic-resume.jpg index 92fbbf855..0ab0ac2e0 100644 Binary files a/static/images/theme/thumbnail/deamme-gatsby-starter-prismic-resume.jpg and b/static/images/theme/thumbnail/deamme-gatsby-starter-prismic-resume.jpg differ diff --git a/static/images/theme/thumbnail/deepidea-web-presentation.jpg b/static/images/theme/thumbnail/deepidea-web-presentation.jpg index 4ec6e7366..91163b984 100644 Binary files a/static/images/theme/thumbnail/deepidea-web-presentation.jpg and b/static/images/theme/thumbnail/deepidea-web-presentation.jpg differ diff --git a/static/images/theme/thumbnail/denjones-hexo-theme-chan.jpg b/static/images/theme/thumbnail/denjones-hexo-theme-chan.jpg index 0b4e8501b..2d232d172 100644 Binary files a/static/images/theme/thumbnail/denjones-hexo-theme-chan.jpg and b/static/images/theme/thumbnail/denjones-hexo-theme-chan.jpg differ diff --git a/static/images/theme/thumbnail/denningk-gatsby-starter-typescript-jest.jpg b/static/images/theme/thumbnail/denningk-gatsby-starter-typescript-jest.jpg index b7e1fdbbb..50a0e91b5 100644 Binary files a/static/images/theme/thumbnail/denningk-gatsby-starter-typescript-jest.jpg and b/static/images/theme/thumbnail/denningk-gatsby-starter-typescript-jest.jpg differ diff --git a/static/images/theme/thumbnail/devcows-hugo-universal-theme.jpg b/static/images/theme/thumbnail/devcows-hugo-universal-theme.jpg deleted file mode 100644 index 9346c5ee3..000000000 Binary files a/static/images/theme/thumbnail/devcows-hugo-universal-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/devlocker-breakfast.jpg b/static/images/theme/thumbnail/devlocker-breakfast.jpg index 785fbce78..be3400212 100644 Binary files a/static/images/theme/thumbnail/devlocker-breakfast.jpg and b/static/images/theme/thumbnail/devlocker-breakfast.jpg differ diff --git a/static/images/theme/thumbnail/dfcommunity-hexo-web-nary.jpg b/static/images/theme/thumbnail/dfcommunity-hexo-web-nary.jpg index a716d5df9..250830ffe 100644 Binary files a/static/images/theme/thumbnail/dfcommunity-hexo-web-nary.jpg and b/static/images/theme/thumbnail/dfcommunity-hexo-web-nary.jpg differ diff --git a/static/images/theme/thumbnail/dgraph-io-hugo-dgraph-theme.jpg b/static/images/theme/thumbnail/dgraph-io-hugo-dgraph-theme.jpg index 128fe2831..f0104a18b 100644 Binary files a/static/images/theme/thumbnail/dgraph-io-hugo-dgraph-theme.jpg and b/static/images/theme/thumbnail/dgraph-io-hugo-dgraph-theme.jpg differ diff --git a/static/images/theme/thumbnail/dieghernan-chulapa.jpg b/static/images/theme/thumbnail/dieghernan-chulapa.jpg new file mode 100644 index 000000000..0806bf588 Binary files /dev/null and b/static/images/theme/thumbnail/dieghernan-chulapa.jpg differ diff --git a/static/images/theme/thumbnail/diezcami-arctic-fox-theme.jpg b/static/images/theme/thumbnail/diezcami-arctic-fox-theme.jpg index 2f0ce9346..efafd6055 100644 Binary files a/static/images/theme/thumbnail/diezcami-arctic-fox-theme.jpg and b/static/images/theme/thumbnail/diezcami-arctic-fox-theme.jpg differ diff --git a/static/images/theme/thumbnail/diezcami-polar-bear-theme.jpg b/static/images/theme/thumbnail/diezcami-polar-bear-theme.jpg deleted file mode 100644 index 6163a619f..000000000 Binary files a/static/images/theme/thumbnail/diezcami-polar-bear-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/digitalcraftsman-hugo-artists-theme.jpg b/static/images/theme/thumbnail/digitalcraftsman-hugo-artists-theme.jpg deleted file mode 100644 index c15cdd758..000000000 Binary files a/static/images/theme/thumbnail/digitalcraftsman-hugo-artists-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/digitalcraftsman-hugo-cactus-theme.jpg b/static/images/theme/thumbnail/digitalcraftsman-hugo-cactus-theme.jpg deleted file mode 100644 index c15cdd758..000000000 Binary files a/static/images/theme/thumbnail/digitalcraftsman-hugo-cactus-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/digitalcraftsman-hugo-creative-theme.jpg b/static/images/theme/thumbnail/digitalcraftsman-hugo-creative-theme.jpg deleted file mode 100644 index c15cdd758..000000000 Binary files a/static/images/theme/thumbnail/digitalcraftsman-hugo-creative-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/digitalcraftsman-hugo-freelancer-theme.jpg b/static/images/theme/thumbnail/digitalcraftsman-hugo-freelancer-theme.jpg deleted file mode 100644 index c15cdd758..000000000 Binary files a/static/images/theme/thumbnail/digitalcraftsman-hugo-freelancer-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/digitalcraftsman-hugo-hikari-theme.jpg b/static/images/theme/thumbnail/digitalcraftsman-hugo-hikari-theme.jpg deleted file mode 100644 index c15cdd758..000000000 Binary files a/static/images/theme/thumbnail/digitalcraftsman-hugo-hikari-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/digitalcraftsman-hugo-icarus-theme.jpg b/static/images/theme/thumbnail/digitalcraftsman-hugo-icarus-theme.jpg deleted file mode 100644 index d20660b2c..000000000 Binary files a/static/images/theme/thumbnail/digitalcraftsman-hugo-icarus-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/digitalcraftsman-hugo-type-theme.jpg b/static/images/theme/thumbnail/digitalcraftsman-hugo-type-theme.jpg deleted file mode 100644 index c15cdd758..000000000 Binary files a/static/images/theme/thumbnail/digitalcraftsman-hugo-type-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/digitalmindch-gridster-jekyll-theme.jpg b/static/images/theme/thumbnail/digitalmindch-gridster-jekyll-theme.jpg deleted file mode 100644 index 6c8ef920b..000000000 Binary files a/static/images/theme/thumbnail/digitalmindch-gridster-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/dikiaap-mangan.jpg b/static/images/theme/thumbnail/dikiaap-mangan.jpg index a485dca0d..e8ad8aafd 100644 Binary files a/static/images/theme/thumbnail/dikiaap-mangan.jpg and b/static/images/theme/thumbnail/dikiaap-mangan.jpg differ diff --git a/static/images/theme/thumbnail/dirkfabisch-mediator.jpg b/static/images/theme/thumbnail/dirkfabisch-mediator.jpg index d02e6c405..eb9f7e5cc 100644 Binary files a/static/images/theme/thumbnail/dirkfabisch-mediator.jpg and b/static/images/theme/thumbnail/dirkfabisch-mediator.jpg differ diff --git a/static/images/theme/thumbnail/dirtyf-hylia-forestry.jpg b/static/images/theme/thumbnail/dirtyf-hylia-forestry.jpg index cc95468cc..191d7665f 100644 Binary files a/static/images/theme/thumbnail/dirtyf-hylia-forestry.jpg and b/static/images/theme/thumbnail/dirtyf-hylia-forestry.jpg differ diff --git a/static/images/theme/thumbnail/diwao-hestia-pure.jpg b/static/images/theme/thumbnail/diwao-hestia-pure.jpg deleted file mode 100644 index c838e4882..000000000 Binary files a/static/images/theme/thumbnail/diwao-hestia-pure.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/dldx-hpstr-hugo-theme.jpg b/static/images/theme/thumbnail/dldx-hpstr-hugo-theme.jpg deleted file mode 100644 index eacfa9287..000000000 Binary files a/static/images/theme/thumbnail/dldx-hpstr-hugo-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/dominicabela-gatsby-starter-material-ui.jpg b/static/images/theme/thumbnail/dominicabela-gatsby-starter-material-ui.jpg index 0c5f27656..9154854e6 100644 Binary files a/static/images/theme/thumbnail/dominicabela-gatsby-starter-material-ui.jpg and b/static/images/theme/thumbnail/dominicabela-gatsby-starter-material-ui.jpg differ diff --git a/static/images/theme/thumbnail/dongchuan-yummy-jekyll.jpg b/static/images/theme/thumbnail/dongchuan-yummy-jekyll.jpg index 42cbc07e5..1ae9ee48b 100644 Binary files a/static/images/theme/thumbnail/dongchuan-yummy-jekyll.jpg and b/static/images/theme/thumbnail/dongchuan-yummy-jekyll.jpg differ diff --git a/static/images/theme/thumbnail/dplesca-purehugo.jpg b/static/images/theme/thumbnail/dplesca-purehugo.jpg index 0ef3019e8..d2a2763c2 100644 Binary files a/static/images/theme/thumbnail/dplesca-purehugo.jpg and b/static/images/theme/thumbnail/dplesca-purehugo.jpg differ diff --git a/static/images/theme/thumbnail/drassil-git-wiki.jpg b/static/images/theme/thumbnail/drassil-git-wiki.jpg index 5913747b4..abc0f00b2 100644 Binary files a/static/images/theme/thumbnail/drassil-git-wiki.jpg and b/static/images/theme/thumbnail/drassil-git-wiki.jpg differ diff --git a/static/images/theme/thumbnail/drvy-minimal-block.jpg b/static/images/theme/thumbnail/drvy-minimal-block.jpg index 05d24aebb..404ca8c1f 100644 Binary files a/static/images/theme/thumbnail/drvy-minimal-block.jpg and b/static/images/theme/thumbnail/drvy-minimal-block.jpg differ diff --git a/static/images/theme/thumbnail/dschau-gatsby-blog-starter-kit.jpg b/static/images/theme/thumbnail/dschau-gatsby-blog-starter-kit.jpg index a07c66a5c..fa85609b1 100644 Binary files a/static/images/theme/thumbnail/dschau-gatsby-blog-starter-kit.jpg and b/static/images/theme/thumbnail/dschau-gatsby-blog-starter-kit.jpg differ diff --git a/static/images/theme/thumbnail/durianstack-gatsby-tailwindcss-sass-starter.jpg b/static/images/theme/thumbnail/durianstack-gatsby-tailwindcss-sass-starter.jpg index 681397390..5cccd98c4 100644 Binary files a/static/images/theme/thumbnail/durianstack-gatsby-tailwindcss-sass-starter.jpg and b/static/images/theme/thumbnail/durianstack-gatsby-tailwindcss-sass-starter.jpg differ diff --git a/static/images/theme/thumbnail/dwyfrequency-gatsby-ghub.jpg b/static/images/theme/thumbnail/dwyfrequency-gatsby-ghub.jpg index f42361d47..67ea32ecf 100644 Binary files a/static/images/theme/thumbnail/dwyfrequency-gatsby-ghub.jpg and b/static/images/theme/thumbnail/dwyfrequency-gatsby-ghub.jpg differ diff --git a/static/images/theme/thumbnail/dyndna-lanyon-plus.jpg b/static/images/theme/thumbnail/dyndna-lanyon-plus.jpg index 368a3f3a1..4bee05537 100644 Binary files a/static/images/theme/thumbnail/dyndna-lanyon-plus.jpg and b/static/images/theme/thumbnail/dyndna-lanyon-plus.jpg differ diff --git a/static/images/theme/thumbnail/dzello-reveal-hugo.jpg b/static/images/theme/thumbnail/dzello-reveal-hugo.jpg index eec7d4d64..fcd402815 100644 Binary files a/static/images/theme/thumbnail/dzello-reveal-hugo.jpg and b/static/images/theme/thumbnail/dzello-reveal-hugo.jpg differ diff --git a/static/images/theme/thumbnail/edavidaja-docter.jpg b/static/images/theme/thumbnail/edavidaja-docter.jpg index 3b6faaff4..2816a791b 100644 Binary files a/static/images/theme/thumbnail/edavidaja-docter.jpg and b/static/images/theme/thumbnail/edavidaja-docter.jpg differ diff --git a/static/images/theme/thumbnail/eddiewebb-hugo-resume.jpg b/static/images/theme/thumbnail/eddiewebb-hugo-resume.jpg deleted file mode 100644 index df55635cc..000000000 Binary files a/static/images/theme/thumbnail/eddiewebb-hugo-resume.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/eliasson-liquorice.jpg b/static/images/theme/thumbnail/eliasson-liquorice.jpg deleted file mode 100644 index 50f25e47a..000000000 Binary files a/static/images/theme/thumbnail/eliasson-liquorice.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/eliottvincent-bay.jpg b/static/images/theme/thumbnail/eliottvincent-bay.jpg index afa4cbf4c..da2760118 100644 Binary files a/static/images/theme/thumbnail/eliottvincent-bay.jpg and b/static/images/theme/thumbnail/eliottvincent-bay.jpg differ diff --git a/static/images/theme/thumbnail/ellekasai-resumecards.jpg b/static/images/theme/thumbnail/ellekasai-resumecards.jpg index 19f5101be..66fd4684f 100644 Binary files a/static/images/theme/thumbnail/ellekasai-resumecards.jpg and b/static/images/theme/thumbnail/ellekasai-resumecards.jpg differ diff --git a/static/images/theme/thumbnail/ellekasai-shiori.jpg b/static/images/theme/thumbnail/ellekasai-shiori.jpg index 6b399c74f..fa8ed0486 100644 Binary files a/static/images/theme/thumbnail/ellekasai-shiori.jpg and b/static/images/theme/thumbnail/ellekasai-shiori.jpg differ diff --git a/static/images/theme/thumbnail/email2vimalraj-gatsby-starter-tech-blog.jpg b/static/images/theme/thumbnail/email2vimalraj-gatsby-starter-tech-blog.jpg index 8aba1170b..165bab383 100644 Binary files a/static/images/theme/thumbnail/email2vimalraj-gatsby-starter-tech-blog.jpg and b/static/images/theme/thumbnail/email2vimalraj-gatsby-starter-tech-blog.jpg differ diff --git a/static/images/theme/thumbnail/emasuriano-gatsby-starter-event-calendar.jpg b/static/images/theme/thumbnail/emasuriano-gatsby-starter-event-calendar.jpg index 5db2650d7..b44c213be 100644 Binary files a/static/images/theme/thumbnail/emasuriano-gatsby-starter-event-calendar.jpg and b/static/images/theme/thumbnail/emasuriano-gatsby-starter-event-calendar.jpg differ diff --git a/static/images/theme/thumbnail/emasuriano-gatsby-starter-mate.jpg b/static/images/theme/thumbnail/emasuriano-gatsby-starter-mate.jpg index 09aa9cb48..73971a0b6 100644 Binary files a/static/images/theme/thumbnail/emasuriano-gatsby-starter-mate.jpg and b/static/images/theme/thumbnail/emasuriano-gatsby-starter-mate.jpg differ diff --git a/static/images/theme/thumbnail/emielh-hallo-hugo.jpg b/static/images/theme/thumbnail/emielh-hallo-hugo.jpg deleted file mode 100644 index ac8ad4bb3..000000000 Binary files a/static/images/theme/thumbnail/emielh-hallo-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/emielh-stip-hugo.jpg b/static/images/theme/thumbnail/emielh-stip-hugo.jpg deleted file mode 100644 index 0600aa77b..000000000 Binary files a/static/images/theme/thumbnail/emielh-stip-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/emielh-tale-hugo.jpg b/static/images/theme/thumbnail/emielh-tale-hugo.jpg deleted file mode 100644 index 98a3d9651..000000000 Binary files a/static/images/theme/thumbnail/emielh-tale-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/emilbaehr-automatic-app-landing-page.jpg b/static/images/theme/thumbnail/emilbaehr-automatic-app-landing-page.jpg index f6d22f261..471674a9f 100644 Binary files a/static/images/theme/thumbnail/emilbaehr-automatic-app-landing-page.jpg and b/static/images/theme/thumbnail/emilbaehr-automatic-app-landing-page.jpg differ diff --git a/static/images/theme/thumbnail/endymion1818-gatsby-starter-carraway.jpg b/static/images/theme/thumbnail/endymion1818-gatsby-starter-carraway.jpg index 7df3e2fda..305a438d8 100644 Binary files a/static/images/theme/thumbnail/endymion1818-gatsby-starter-carraway.jpg and b/static/images/theme/thumbnail/endymion1818-gatsby-starter-carraway.jpg differ diff --git a/static/images/theme/thumbnail/epilocal-newsliner-gatsby.jpg b/static/images/theme/thumbnail/epilocal-newsliner-gatsby.jpg index 8b0ce623b..593c1b7e8 100644 Binary files a/static/images/theme/thumbnail/epilocal-newsliner-gatsby.jpg and b/static/images/theme/thumbnail/epilocal-newsliner-gatsby.jpg differ diff --git a/static/images/theme/thumbnail/erayaydin-jekyll-bulma.jpg b/static/images/theme/thumbnail/erayaydin-jekyll-bulma.jpg index 26d4e846b..6f37ff7c8 100644 Binary files a/static/images/theme/thumbnail/erayaydin-jekyll-bulma.jpg and b/static/images/theme/thumbnail/erayaydin-jekyll-bulma.jpg differ diff --git a/static/images/theme/thumbnail/esappear-hexo-theme-clover.jpg b/static/images/theme/thumbnail/esappear-hexo-theme-clover.jpg deleted file mode 100644 index 795c64f6d..000000000 Binary files a/static/images/theme/thumbnail/esappear-hexo-theme-clover.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/escapemanuele-gatsby-contentful-blog-portfolio.jpg b/static/images/theme/thumbnail/escapemanuele-gatsby-contentful-blog-portfolio.jpg index f0577bd0b..e65a53530 100644 Binary files a/static/images/theme/thumbnail/escapemanuele-gatsby-contentful-blog-portfolio.jpg and b/static/images/theme/thumbnail/escapemanuele-gatsby-contentful-blog-portfolio.jpg differ diff --git a/static/images/theme/thumbnail/eshlox-simplicity.jpg b/static/images/theme/thumbnail/eshlox-simplicity.jpg deleted file mode 100644 index 6eeb94f5e..000000000 Binary files a/static/images/theme/thumbnail/eshlox-simplicity.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/excentris-compass.jpg b/static/images/theme/thumbnail/excentris-compass.jpg index 425fd8751..f6afb1d69 100644 Binary files a/static/images/theme/thumbnail/excentris-compass.jpg and b/static/images/theme/thumbnail/excentris-compass.jpg differ diff --git a/static/images/theme/thumbnail/exchangerate-api-rlstevenson-jekyll-theme.jpg b/static/images/theme/thumbnail/exchangerate-api-rlstevenson-jekyll-theme.jpg index a473d7ca2..5371ac72b 100644 Binary files a/static/images/theme/thumbnail/exchangerate-api-rlstevenson-jekyll-theme.jpg and b/static/images/theme/thumbnail/exchangerate-api-rlstevenson-jekyll-theme.jpg differ diff --git a/static/images/theme/thumbnail/exchangerate-api-strange-case.jpg b/static/images/theme/thumbnail/exchangerate-api-strange-case.jpg deleted file mode 100644 index 337951826..000000000 Binary files a/static/images/theme/thumbnail/exchangerate-api-strange-case.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ezrasavard-ezora-jekyll-theme.jpg b/static/images/theme/thumbnail/ezrasavard-ezora-jekyll-theme.jpg index 781b77305..566662df2 100644 Binary files a/static/images/theme/thumbnail/ezrasavard-ezora-jekyll-theme.jpg and b/static/images/theme/thumbnail/ezrasavard-ezora-jekyll-theme.jpg differ diff --git a/static/images/theme/thumbnail/fabe-gatsby-starter-deck.jpg b/static/images/theme/thumbnail/fabe-gatsby-starter-deck.jpg index 563db739b..a1a4dc82b 100644 Binary files a/static/images/theme/thumbnail/fabe-gatsby-starter-deck.jpg and b/static/images/theme/thumbnail/fabe-gatsby-starter-deck.jpg differ diff --git a/static/images/theme/thumbnail/fabe-gatsby-universal.jpg b/static/images/theme/thumbnail/fabe-gatsby-universal.jpg index 76a3a2d2e..4360a7fe6 100644 Binary files a/static/images/theme/thumbnail/fabe-gatsby-universal.jpg and b/static/images/theme/thumbnail/fabe-gatsby-universal.jpg differ diff --git a/static/images/theme/thumbnail/fareez-ahamed-millikyl.jpg b/static/images/theme/thumbnail/fareez-ahamed-millikyl.jpg index 4bc8decaa..dbec24b0c 100644 Binary files a/static/images/theme/thumbnail/fareez-ahamed-millikyl.jpg and b/static/images/theme/thumbnail/fareez-ahamed-millikyl.jpg differ diff --git a/static/images/theme/thumbnail/fastbyte01-keepit.jpg b/static/images/theme/thumbnail/fastbyte01-keepit.jpg index b4d3ec717..9f306281a 100644 Binary files a/static/images/theme/thumbnail/fastbyte01-keepit.jpg and b/static/images/theme/thumbnail/fastbyte01-keepit.jpg differ diff --git a/static/images/theme/thumbnail/felicianotech-hugo-theme-lean-launch-page.jpg b/static/images/theme/thumbnail/felicianotech-hugo-theme-lean-launch-page.jpg deleted file mode 100644 index e92bbfd34..000000000 Binary files a/static/images/theme/thumbnail/felicianotech-hugo-theme-lean-launch-page.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ferrolho-jekyll-theme-libretto.jpg b/static/images/theme/thumbnail/ferrolho-jekyll-theme-libretto.jpg index 9402a3b80..5e497dd0d 100644 Binary files a/static/images/theme/thumbnail/ferrolho-jekyll-theme-libretto.jpg and b/static/images/theme/thumbnail/ferrolho-jekyll-theme-libretto.jpg differ diff --git a/static/images/theme/thumbnail/fhavrlent-gatsby-contentful-typescript-starter.jpg b/static/images/theme/thumbnail/fhavrlent-gatsby-contentful-typescript-starter.jpg deleted file mode 100644 index f1d18a181..000000000 Binary files a/static/images/theme/thumbnail/fhavrlent-gatsby-contentful-typescript-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/fiatjaf-classless-hugo.jpg b/static/images/theme/thumbnail/fiatjaf-classless-hugo.jpg deleted file mode 100644 index 0e61b17a5..000000000 Binary files a/static/images/theme/thumbnail/fiatjaf-classless-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-blog-1.jpg b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-blog-1.jpg new file mode 100644 index 000000000..5c48e9588 Binary files /dev/null and b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-blog-1.jpg differ diff --git a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-blog-2.jpg b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-blog-2.jpg new file mode 100644 index 000000000..61928e2be Binary files /dev/null and b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-blog-2.jpg differ diff --git a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-event-1.jpg b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-event-1.jpg new file mode 100644 index 000000000..83019e67a Binary files /dev/null and b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-event-1.jpg differ diff --git a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-event-2.jpg b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-event-2.jpg new file mode 100644 index 000000000..00f976605 Binary files /dev/null and b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-event-2.jpg differ diff --git a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-portfolio-1.jpg b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-portfolio-1.jpg new file mode 100644 index 000000000..bb9bb6b55 Binary files /dev/null and b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-portfolio-1.jpg differ diff --git a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-portfolio-2.jpg b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-portfolio-2.jpg new file mode 100644 index 000000000..d7d3661f2 Binary files /dev/null and b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-portfolio-2.jpg differ diff --git a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-recipe-1.jpg b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-recipe-1.jpg new file mode 100644 index 000000000..9d4a4eca1 Binary files /dev/null and b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-recipe-1.jpg differ diff --git a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-recipe-2.jpg b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-recipe-2.jpg new file mode 100644 index 000000000..4d67227a9 Binary files /dev/null and b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-recipe-2.jpg differ diff --git a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-shop-1.jpg b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-shop-1.jpg new file mode 100644 index 000000000..64bde81c6 Binary files /dev/null and b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-shop-1.jpg differ diff --git a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-shop-2.jpg b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-shop-2.jpg new file mode 100644 index 000000000..ce9527cc0 Binary files /dev/null and b/static/images/theme/thumbnail/flotiq-flotiq-gatsby-shop-2.jpg differ diff --git a/static/images/theme/thumbnail/fncnt-vncnt-hugo.jpg b/static/images/theme/thumbnail/fncnt-vncnt-hugo.jpg deleted file mode 100644 index b2e6e4b6c..000000000 Binary files a/static/images/theme/thumbnail/fncnt-vncnt-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/fongandrew-hydeout.jpg b/static/images/theme/thumbnail/fongandrew-hydeout.jpg index 8783cbe2b..3fe5405ca 100644 Binary files a/static/images/theme/thumbnail/fongandrew-hydeout.jpg and b/static/images/theme/thumbnail/fongandrew-hydeout.jpg differ diff --git a/static/images/theme/thumbnail/forestryio-ubuild-jekyll.jpg b/static/images/theme/thumbnail/forestryio-ubuild-jekyll.jpg index ba41f2981..262f0ebc7 100644 Binary files a/static/images/theme/thumbnail/forestryio-ubuild-jekyll.jpg and b/static/images/theme/thumbnail/forestryio-ubuild-jekyll.jpg differ diff --git a/static/images/theme/thumbnail/forever-jekyll-forever-jekyll.jpg b/static/images/theme/thumbnail/forever-jekyll-forever-jekyll.jpg new file mode 100644 index 000000000..3526f4bd2 Binary files /dev/null and b/static/images/theme/thumbnail/forever-jekyll-forever-jekyll.jpg differ diff --git a/static/images/theme/thumbnail/formspree-blogophonic-hugo.jpg b/static/images/theme/thumbnail/formspree-blogophonic-hugo.jpg index e0f8e7218..490d2fad1 100644 Binary files a/static/images/theme/thumbnail/formspree-blogophonic-hugo.jpg and b/static/images/theme/thumbnail/formspree-blogophonic-hugo.jpg differ diff --git a/static/images/theme/thumbnail/foxandgeese-tiny-agency.jpg b/static/images/theme/thumbnail/foxandgeese-tiny-agency.jpg index 496727433..fbbd5d507 100644 Binary files a/static/images/theme/thumbnail/foxandgeese-tiny-agency.jpg and b/static/images/theme/thumbnail/foxandgeese-tiny-agency.jpg differ diff --git a/static/images/theme/thumbnail/frankievalentine-gatsby-craftcms-barebones.jpg b/static/images/theme/thumbnail/frankievalentine-gatsby-craftcms-barebones.jpg index 27aa111d4..3e1b05d91 100644 Binary files a/static/images/theme/thumbnail/frankievalentine-gatsby-craftcms-barebones.jpg and b/static/images/theme/thumbnail/frankievalentine-gatsby-craftcms-barebones.jpg differ diff --git a/static/images/theme/thumbnail/friedger-gatsby-starter-blockstack.jpg b/static/images/theme/thumbnail/friedger-gatsby-starter-blockstack.jpg index fcd8870b2..e8931e430 100644 Binary files a/static/images/theme/thumbnail/friedger-gatsby-starter-blockstack.jpg and b/static/images/theme/thumbnail/friedger-gatsby-starter-blockstack.jpg differ diff --git a/static/images/theme/thumbnail/friendlyuser-vuepress-theme-cool-starter.jpg b/static/images/theme/thumbnail/friendlyuser-vuepress-theme-cool-starter.jpg index 1f2d310f4..5b2b51df4 100644 Binary files a/static/images/theme/thumbnail/friendlyuser-vuepress-theme-cool-starter.jpg and b/static/images/theme/thumbnail/friendlyuser-vuepress-theme-cool-starter.jpg differ diff --git a/static/images/theme/thumbnail/frjo-hugo-theme-zen.jpg b/static/images/theme/thumbnail/frjo-hugo-theme-zen.jpg deleted file mode 100644 index 9642c2b12..000000000 Binary files a/static/images/theme/thumbnail/frjo-hugo-theme-zen.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/frnki-gatsby-typescript-starter-blog.jpg b/static/images/theme/thumbnail/frnki-gatsby-typescript-starter-blog.jpg index df507f1cd..58de67bab 100644 Binary files a/static/images/theme/thumbnail/frnki-gatsby-typescript-starter-blog.jpg and b/static/images/theme/thumbnail/frnki-gatsby-typescript-starter-blog.jpg differ diff --git a/static/images/theme/thumbnail/fromendworld-loffer.jpg b/static/images/theme/thumbnail/fromendworld-loffer.jpg index 3ddc38f84..5add89a1b 100644 Binary files a/static/images/theme/thumbnail/fromendworld-loffer.jpg and b/static/images/theme/thumbnail/fromendworld-loffer.jpg differ diff --git a/static/images/theme/thumbnail/fullit-fullit.github.io.jpg b/static/images/theme/thumbnail/fullit-fullit.github.io.jpg index 86501ec72..94bca6fda 100644 Binary files a/static/images/theme/thumbnail/fullit-fullit.github.io.jpg and b/static/images/theme/thumbnail/fullit-fullit.github.io.jpg differ diff --git a/static/images/theme/thumbnail/funkydan2-alpha-church.jpg b/static/images/theme/thumbnail/funkydan2-alpha-church.jpg deleted file mode 100644 index 469313034..000000000 Binary files a/static/images/theme/thumbnail/funkydan2-alpha-church.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/g1eny0ung-hugo-theme-dream.jpg b/static/images/theme/thumbnail/g1eny0ung-hugo-theme-dream.jpg deleted file mode 100644 index 97bda1c73..000000000 Binary files a/static/images/theme/thumbnail/g1eny0ung-hugo-theme-dream.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gallenhu-hexo-theme-daily.jpg b/static/images/theme/thumbnail/gallenhu-hexo-theme-daily.jpg index ff64cb491..3c3136633 100644 Binary files a/static/images/theme/thumbnail/gallenhu-hexo-theme-daily.jpg and b/static/images/theme/thumbnail/gallenhu-hexo-theme-daily.jpg differ diff --git a/static/images/theme/thumbnail/ganevru-gatsby-starter-blog-grommet.jpg b/static/images/theme/thumbnail/ganevru-gatsby-starter-blog-grommet.jpg index 90bdc2e78..9ddadfdbb 100644 Binary files a/static/images/theme/thumbnail/ganevru-gatsby-starter-blog-grommet.jpg and b/static/images/theme/thumbnail/ganevru-gatsby-starter-blog-grommet.jpg differ diff --git a/static/images/theme/thumbnail/gaohaoyang-gaohaoyang.github.io.jpg b/static/images/theme/thumbnail/gaohaoyang-gaohaoyang.github.io.jpg index b158cde79..d4434bc01 100644 Binary files a/static/images/theme/thumbnail/gaohaoyang-gaohaoyang.github.io.jpg and b/static/images/theme/thumbnail/gaohaoyang-gaohaoyang.github.io.jpg differ diff --git a/static/images/theme/thumbnail/garvincasimir-hugo-h5bp-simple.jpg b/static/images/theme/thumbnail/garvincasimir-hugo-h5bp-simple.jpg deleted file mode 100644 index 4bd107e22..000000000 Binary files a/static/images/theme/thumbnail/garvincasimir-hugo-h5bp-simple.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gatsbycentral-gatsby-starter-wordpress.jpg b/static/images/theme/thumbnail/gatsbycentral-gatsby-starter-wordpress.jpg index d821eefe6..c97b94c6d 100644 Binary files a/static/images/theme/thumbnail/gatsbycentral-gatsby-starter-wordpress.jpg and b/static/images/theme/thumbnail/gatsbycentral-gatsby-starter-wordpress.jpg differ diff --git a/static/images/theme/thumbnail/gatsbycentral-gatsby-v2-starter-casper.jpg b/static/images/theme/thumbnail/gatsbycentral-gatsby-v2-starter-casper.jpg index 3c0f6e73e..0286d9868 100644 Binary files a/static/images/theme/thumbnail/gatsbycentral-gatsby-v2-starter-casper.jpg and b/static/images/theme/thumbnail/gatsbycentral-gatsby-v2-starter-casper.jpg differ diff --git a/static/images/theme/thumbnail/gatsbyjs-gatsby-starter-blog.jpg b/static/images/theme/thumbnail/gatsbyjs-gatsby-starter-blog.jpg index eca219b92..11a048dee 100644 Binary files a/static/images/theme/thumbnail/gatsbyjs-gatsby-starter-blog.jpg and b/static/images/theme/thumbnail/gatsbyjs-gatsby-starter-blog.jpg differ diff --git a/static/images/theme/thumbnail/gatsbyjs-gatsby-starter-default.jpg b/static/images/theme/thumbnail/gatsbyjs-gatsby-starter-default.jpg index 38983f167..8afd9f339 100644 Binary files a/static/images/theme/thumbnail/gatsbyjs-gatsby-starter-default.jpg and b/static/images/theme/thumbnail/gatsbyjs-gatsby-starter-default.jpg differ diff --git a/static/images/theme/thumbnail/gchauras-much-worse-jekyll-theme.jpg b/static/images/theme/thumbnail/gchauras-much-worse-jekyll-theme.jpg deleted file mode 100644 index 6163a619f..000000000 Binary files a/static/images/theme/thumbnail/gchauras-much-worse-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gcushen-hugo-academic.jpg b/static/images/theme/thumbnail/gcushen-hugo-academic.jpg index d82f1d1bc..f0b24c589 100644 Binary files a/static/images/theme/thumbnail/gcushen-hugo-academic.jpg and b/static/images/theme/thumbnail/gcushen-hugo-academic.jpg differ diff --git a/static/images/theme/thumbnail/gdg-managua-jekyll-mdl.jpg b/static/images/theme/thumbnail/gdg-managua-jekyll-mdl.jpg deleted file mode 100644 index e686dc4a7..000000000 Binary files a/static/images/theme/thumbnail/gdg-managua-jekyll-mdl.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gdgtoulouse-devfest-theme-hugo.jpg b/static/images/theme/thumbnail/gdgtoulouse-devfest-theme-hugo.jpg index 0af966e98..2f97b7f60 100644 Binary files a/static/images/theme/thumbnail/gdgtoulouse-devfest-theme-hugo.jpg and b/static/images/theme/thumbnail/gdgtoulouse-devfest-theme-hugo.jpg differ diff --git a/static/images/theme/thumbnail/geocine-gatsby-starter-devto.jpg b/static/images/theme/thumbnail/geocine-gatsby-starter-devto.jpg index 2f9493405..904b3bc0d 100644 Binary files a/static/images/theme/thumbnail/geocine-gatsby-starter-devto.jpg and b/static/images/theme/thumbnail/geocine-gatsby-starter-devto.jpg differ diff --git a/static/images/theme/thumbnail/geocine-gatsby-starter-organization.jpg b/static/images/theme/thumbnail/geocine-gatsby-starter-organization.jpg index b0b232c25..260e5f3b7 100644 Binary files a/static/images/theme/thumbnail/geocine-gatsby-starter-organization.jpg and b/static/images/theme/thumbnail/geocine-gatsby-starter-organization.jpg differ diff --git a/static/images/theme/thumbnail/geschke-hugo-tikva.jpg b/static/images/theme/thumbnail/geschke-hugo-tikva.jpg deleted file mode 100644 index 40fde8771..000000000 Binary files a/static/images/theme/thumbnail/geschke-hugo-tikva.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gesquive-slate.jpg b/static/images/theme/thumbnail/gesquive-slate.jpg index 8d4560ea6..d4f01a3db 100644 Binary files a/static/images/theme/thumbnail/gesquive-slate.jpg and b/static/images/theme/thumbnail/gesquive-slate.jpg differ diff --git a/static/images/theme/thumbnail/gethugothemes-andromeda-light.jpg b/static/images/theme/thumbnail/gethugothemes-andromeda-light.jpg new file mode 100644 index 000000000..2efa3d1be Binary files /dev/null and b/static/images/theme/thumbnail/gethugothemes-andromeda-light.jpg differ diff --git a/static/images/theme/thumbnail/gethugothemes-apollo-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-apollo-hugo.jpg new file mode 100644 index 000000000..da358a5f2 Binary files /dev/null and b/static/images/theme/thumbnail/gethugothemes-apollo-hugo.jpg differ diff --git a/static/images/theme/thumbnail/gethugothemes-bookworm-light.jpg b/static/images/theme/thumbnail/gethugothemes-bookworm-light.jpg new file mode 100644 index 000000000..4cf34792c Binary files /dev/null and b/static/images/theme/thumbnail/gethugothemes-bookworm-light.jpg differ diff --git a/static/images/theme/thumbnail/gethugothemes-geeky-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-geeky-hugo.jpg new file mode 100644 index 000000000..636d5e2b3 Binary files /dev/null and b/static/images/theme/thumbnail/gethugothemes-geeky-hugo.jpg differ diff --git a/static/images/theme/thumbnail/gethugothemes-influencer-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-influencer-hugo.jpg new file mode 100644 index 000000000..197386545 Binary files /dev/null and b/static/images/theme/thumbnail/gethugothemes-influencer-hugo.jpg differ diff --git a/static/images/theme/thumbnail/gethugothemes-liva-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-liva-hugo.jpg new file mode 100644 index 000000000..fe8162096 Binary files /dev/null and b/static/images/theme/thumbnail/gethugothemes-liva-hugo.jpg differ diff --git a/static/images/theme/thumbnail/gethugothemes-navigator-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-navigator-hugo.jpg new file mode 100644 index 000000000..07c5e3428 Binary files /dev/null and b/static/images/theme/thumbnail/gethugothemes-navigator-hugo.jpg differ diff --git a/static/images/theme/thumbnail/gethugothemes-northendlab-light.jpg b/static/images/theme/thumbnail/gethugothemes-northendlab-light.jpg new file mode 100644 index 000000000..7f4f541e6 Binary files /dev/null and b/static/images/theme/thumbnail/gethugothemes-northendlab-light.jpg differ diff --git a/static/images/theme/thumbnail/gethugothemes-omega-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-omega-hugo.jpg new file mode 100644 index 000000000..063b3cacf Binary files /dev/null and b/static/images/theme/thumbnail/gethugothemes-omega-hugo.jpg differ diff --git a/static/images/theme/thumbnail/gethugothemes-persian-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-persian-hugo.jpg new file mode 100644 index 000000000..b2e695db8 Binary files /dev/null and b/static/images/theme/thumbnail/gethugothemes-persian-hugo.jpg differ diff --git a/static/images/theme/thumbnail/gethugothemes-restaurant-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-restaurant-hugo.jpg new file mode 100644 index 000000000..fadbcc767 Binary files /dev/null and b/static/images/theme/thumbnail/gethugothemes-restaurant-hugo.jpg differ diff --git a/static/images/theme/thumbnail/gethugothemes-techfeed-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-techfeed-hugo.jpg new file mode 100644 index 000000000..0644189d7 Binary files /dev/null and b/static/images/theme/thumbnail/gethugothemes-techfeed-hugo.jpg differ diff --git a/static/images/theme/thumbnail/gethugothemes-touchy-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-touchy-hugo.jpg new file mode 100644 index 000000000..d5f99abb4 Binary files /dev/null and b/static/images/theme/thumbnail/gethugothemes-touchy-hugo.jpg differ diff --git a/static/images/theme/thumbnail/gherciu-gatsby-all-in.jpg b/static/images/theme/thumbnail/gherciu-gatsby-all-in.jpg index ec4e27611..02eee88a5 100644 Binary files a/static/images/theme/thumbnail/gherciu-gatsby-all-in.jpg and b/static/images/theme/thumbnail/gherciu-gatsby-all-in.jpg differ diff --git a/static/images/theme/thumbnail/gildasio-clyell.jpg b/static/images/theme/thumbnail/gildasio-clyell.jpg index 956f4897d..fc0ed664f 100644 Binary files a/static/images/theme/thumbnail/gildasio-clyell.jpg and b/static/images/theme/thumbnail/gildasio-clyell.jpg differ diff --git a/static/images/theme/thumbnail/gillkyle-gatsby-starter-landing-page.jpg b/static/images/theme/thumbnail/gillkyle-gatsby-starter-landing-page.jpg index 687cc73b4..ae2ebe0f7 100644 Binary files a/static/images/theme/thumbnail/gillkyle-gatsby-starter-landing-page.jpg and b/static/images/theme/thumbnail/gillkyle-gatsby-starter-landing-page.jpg differ diff --git a/static/images/theme/thumbnail/gilsondev-pelican-clean-blog.jpg b/static/images/theme/thumbnail/gilsondev-pelican-clean-blog.jpg index 0cd252441..c5f54d4b7 100644 Binary files a/static/images/theme/thumbnail/gilsondev-pelican-clean-blog.jpg and b/static/images/theme/thumbnail/gilsondev-pelican-clean-blog.jpg differ diff --git a/static/images/theme/thumbnail/gizak-nofancy.jpg b/static/images/theme/thumbnail/gizak-nofancy.jpg deleted file mode 100644 index 7d867a34f..000000000 Binary files a/static/images/theme/thumbnail/gizak-nofancy.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gjuniioor-darcli.jpg b/static/images/theme/thumbnail/gjuniioor-darcli.jpg deleted file mode 100644 index 6163a619f..000000000 Binary files a/static/images/theme/thumbnail/gjuniioor-darcli.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gkmngrgn-hugo-alageek-theme.jpg b/static/images/theme/thumbnail/gkmngrgn-hugo-alageek-theme.jpg index 7c6270872..23420d111 100644 Binary files a/static/images/theme/thumbnail/gkmngrgn-hugo-alageek-theme.jpg and b/static/images/theme/thumbnail/gkmngrgn-hugo-alageek-theme.jpg differ diff --git a/static/images/theme/thumbnail/gmlunesa-gatsby-starter-personal-portfolio.jpg b/static/images/theme/thumbnail/gmlunesa-gatsby-starter-personal-portfolio.jpg index 04c3a1a36..c01b5c2bc 100644 Binary files a/static/images/theme/thumbnail/gmlunesa-gatsby-starter-personal-portfolio.jpg and b/static/images/theme/thumbnail/gmlunesa-gatsby-starter-personal-portfolio.jpg differ diff --git a/static/images/theme/thumbnail/gomah-bluise.jpg b/static/images/theme/thumbnail/gomah-bluise.jpg index b83759a94..4242d9789 100644 Binary files a/static/images/theme/thumbnail/gomah-bluise.jpg and b/static/images/theme/thumbnail/gomah-bluise.jpg differ diff --git a/static/images/theme/thumbnail/gonapps-org-hugo-apps-theme.jpg b/static/images/theme/thumbnail/gonapps-org-hugo-apps-theme.jpg deleted file mode 100644 index d7b65fb4a..000000000 Binary files a/static/images/theme/thumbnail/gonapps-org-hugo-apps-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/goodroot-hugo-classic.jpg b/static/images/theme/thumbnail/goodroot-hugo-classic.jpg index 8099a1acc..6c9e656d3 100644 Binary files a/static/images/theme/thumbnail/goodroot-hugo-classic.jpg and b/static/images/theme/thumbnail/goodroot-hugo-classic.jpg differ diff --git a/static/images/theme/thumbnail/graphcms-gatsby-graphcms-tailwindcss-example.jpg b/static/images/theme/thumbnail/graphcms-gatsby-graphcms-tailwindcss-example.jpg index f94ba36e1..c31fcfa42 100644 Binary files a/static/images/theme/thumbnail/graphcms-gatsby-graphcms-tailwindcss-example.jpg and b/static/images/theme/thumbnail/graphcms-gatsby-graphcms-tailwindcss-example.jpg differ diff --git a/static/images/theme/thumbnail/graphcms-gatsby-starter-graphcms-blog.jpg b/static/images/theme/thumbnail/graphcms-gatsby-starter-graphcms-blog.jpg new file mode 100644 index 000000000..0b1630239 Binary files /dev/null and b/static/images/theme/thumbnail/graphcms-gatsby-starter-graphcms-blog.jpg differ diff --git a/static/images/theme/thumbnail/graphcms-graphcms-commerce-starter.jpg b/static/images/theme/thumbnail/graphcms-graphcms-commerce-starter.jpg new file mode 100644 index 000000000..f80bff3cc Binary files /dev/null and b/static/images/theme/thumbnail/graphcms-graphcms-commerce-starter.jpg differ diff --git a/static/images/theme/thumbnail/graphcms-reference-marketing-website.jpg b/static/images/theme/thumbnail/graphcms-reference-marketing-website.jpg new file mode 100644 index 000000000..80ff622b0 Binary files /dev/null and b/static/images/theme/thumbnail/graphcms-reference-marketing-website.jpg differ diff --git a/static/images/theme/thumbnail/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog.jpg b/static/images/theme/thumbnail/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog.jpg index b8ed3150b..004ec4ae2 100644 Binary files a/static/images/theme/thumbnail/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog.jpg and b/static/images/theme/thumbnail/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog.jpg differ diff --git a/static/images/theme/thumbnail/greglobinski-gatsby-starter-hero-blog.jpg b/static/images/theme/thumbnail/greglobinski-gatsby-starter-hero-blog.jpg index b20f5359a..6aded6fe2 100644 Binary files a/static/images/theme/thumbnail/greglobinski-gatsby-starter-hero-blog.jpg and b/static/images/theme/thumbnail/greglobinski-gatsby-starter-hero-blog.jpg differ diff --git a/static/images/theme/thumbnail/gridsome-gridsome-starter-blog.jpg b/static/images/theme/thumbnail/gridsome-gridsome-starter-blog.jpg index 3c9c8683c..b4e12ce86 100644 Binary files a/static/images/theme/thumbnail/gridsome-gridsome-starter-blog.jpg and b/static/images/theme/thumbnail/gridsome-gridsome-starter-blog.jpg differ diff --git a/static/images/theme/thumbnail/gristlabs-mkdocs-windmill.jpg b/static/images/theme/thumbnail/gristlabs-mkdocs-windmill.jpg index e1f9aea31..9e895db86 100644 Binary files a/static/images/theme/thumbnail/gristlabs-mkdocs-windmill.jpg and b/static/images/theme/thumbnail/gristlabs-mkdocs-windmill.jpg differ diff --git a/static/images/theme/thumbnail/grrinchas-aliquam.jpg b/static/images/theme/thumbnail/grrinchas-aliquam.jpg index f0d880a36..d7a9ab1b1 100644 Binary files a/static/images/theme/thumbnail/grrinchas-aliquam.jpg and b/static/images/theme/thumbnail/grrinchas-aliquam.jpg differ diff --git a/static/images/theme/thumbnail/guangmean-niello.jpg b/static/images/theme/thumbnail/guangmean-niello.jpg deleted file mode 100644 index cfce84c04..000000000 Binary files a/static/images/theme/thumbnail/guangmean-niello.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gundamew-hugo-bingo.jpg b/static/images/theme/thumbnail/gundamew-hugo-bingo.jpg deleted file mode 100644 index ed6598aed..000000000 Binary files a/static/images/theme/thumbnail/gundamew-hugo-bingo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/guovz-pithy.jpg b/static/images/theme/thumbnail/guovz-pithy.jpg deleted file mode 100644 index ec374350a..000000000 Binary files a/static/images/theme/thumbnail/guovz-pithy.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gurusabarish-hugo-profile.jpg b/static/images/theme/thumbnail/gurusabarish-hugo-profile.jpg index 9ba223733..021e82bdc 100644 Binary files a/static/images/theme/thumbnail/gurusabarish-hugo-profile.jpg and b/static/images/theme/thumbnail/gurusabarish-hugo-profile.jpg differ diff --git a/static/images/theme/thumbnail/gyorb-hugo-dusk.jpg b/static/images/theme/thumbnail/gyorb-hugo-dusk.jpg deleted file mode 100644 index b2c87364b..000000000 Binary files a/static/images/theme/thumbnail/gyorb-hugo-dusk.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/h-enk-doks.jpg b/static/images/theme/thumbnail/h-enk-doks.jpg index b1ebc26d1..5056bc345 100644 Binary files a/static/images/theme/thumbnail/h-enk-doks.jpg and b/static/images/theme/thumbnail/h-enk-doks.jpg differ diff --git a/static/images/theme/thumbnail/h01000110-windows-95.jpg b/static/images/theme/thumbnail/h01000110-windows-95.jpg index f381ee13f..45234edc5 100644 Binary files a/static/images/theme/thumbnail/h01000110-windows-95.jpg and b/static/images/theme/thumbnail/h01000110-windows-95.jpg differ diff --git a/static/images/theme/thumbnail/hadisinaee-avicenna.jpg b/static/images/theme/thumbnail/hadisinaee-avicenna.jpg deleted file mode 100644 index fbba49be7..000000000 Binary files a/static/images/theme/thumbnail/hadisinaee-avicenna.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/haezl-gatsby-starter-haezl.jpg b/static/images/theme/thumbnail/haezl-gatsby-starter-haezl.jpg deleted file mode 100644 index 4a4a0edda..000000000 Binary files a/static/images/theme/thumbnail/haezl-gatsby-starter-haezl.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/hagnerd-gatsby-starter-blog-mdx.jpg b/static/images/theme/thumbnail/hagnerd-gatsby-starter-blog-mdx.jpg index b3b79f325..8d0c63190 100644 Binary files a/static/images/theme/thumbnail/hagnerd-gatsby-starter-blog-mdx.jpg and b/static/images/theme/thumbnail/hagnerd-gatsby-starter-blog-mdx.jpg differ diff --git a/static/images/theme/thumbnail/halogenica-beautifulhugo.jpg b/static/images/theme/thumbnail/halogenica-beautifulhugo.jpg deleted file mode 100644 index 7523c1b04..000000000 Binary files a/static/images/theme/thumbnail/halogenica-beautifulhugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/harshil1712-gatsby-starter-googlesheets.jpg b/static/images/theme/thumbnail/harshil1712-gatsby-starter-googlesheets.jpg index a4caa3eea..db65e256e 100644 Binary files a/static/images/theme/thumbnail/harshil1712-gatsby-starter-googlesheets.jpg and b/static/images/theme/thumbnail/harshil1712-gatsby-starter-googlesheets.jpg differ diff --git a/static/images/theme/thumbnail/hasura-gatsby-gitbook-starter.jpg b/static/images/theme/thumbnail/hasura-gatsby-gitbook-starter.jpg index f0a1d7a11..a1399ab36 100644 Binary files a/static/images/theme/thumbnail/hasura-gatsby-gitbook-starter.jpg and b/static/images/theme/thumbnail/hasura-gatsby-gitbook-starter.jpg differ diff --git a/static/images/theme/thumbnail/hauke96-hugo-theme-hamburg.jpg b/static/images/theme/thumbnail/hauke96-hugo-theme-hamburg.jpg deleted file mode 100644 index 675c91a75..000000000 Binary files a/static/images/theme/thumbnail/hauke96-hugo-theme-hamburg.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/hdcdstr8fwd-foundation-theme.jpg b/static/images/theme/thumbnail/hdcdstr8fwd-foundation-theme.jpg deleted file mode 100644 index 4e73f3c10..000000000 Binary files a/static/images/theme/thumbnail/hdcdstr8fwd-foundation-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/heiswayi-textlog.jpg b/static/images/theme/thumbnail/heiswayi-textlog.jpg index 2c08a1353..cf59a26b8 100644 Binary files a/static/images/theme/thumbnail/heiswayi-textlog.jpg and b/static/images/theme/thumbnail/heiswayi-textlog.jpg differ diff --git a/static/images/theme/thumbnail/heiswayi-the-plain.jpg b/static/images/theme/thumbnail/heiswayi-the-plain.jpg index 1c3c374fc..89c81a2c4 100644 Binary files a/static/images/theme/thumbnail/heiswayi-the-plain.jpg and b/static/images/theme/thumbnail/heiswayi-the-plain.jpg differ diff --git a/static/images/theme/thumbnail/heiswayi-thinkspace.jpg b/static/images/theme/thumbnail/heiswayi-thinkspace.jpg index b1b05420c..11736617b 100644 Binary files a/static/images/theme/thumbnail/heiswayi-thinkspace.jpg and b/static/images/theme/thumbnail/heiswayi-thinkspace.jpg differ diff --git a/static/images/theme/thumbnail/heliumjk-heliumjk.github.io.jpg b/static/images/theme/thumbnail/heliumjk-heliumjk.github.io.jpg index ee96d80f7..b45c5a8cd 100644 Binary files a/static/images/theme/thumbnail/heliumjk-heliumjk.github.io.jpg and b/static/images/theme/thumbnail/heliumjk-heliumjk.github.io.jpg differ diff --git a/static/images/theme/thumbnail/hemangsk-devjournal.jpg b/static/images/theme/thumbnail/hemangsk-devjournal.jpg index e28a555c6..1f8b46378 100644 Binary files a/static/images/theme/thumbnail/hemangsk-devjournal.jpg and b/static/images/theme/thumbnail/hemangsk-devjournal.jpg differ diff --git a/static/images/theme/thumbnail/hemangsk-gravity.jpg b/static/images/theme/thumbnail/hemangsk-gravity.jpg index 8ac287673..9139f256f 100644 Binary files a/static/images/theme/thumbnail/hemangsk-gravity.jpg and b/static/images/theme/thumbnail/hemangsk-gravity.jpg differ diff --git a/static/images/theme/thumbnail/hemangsk-safarnama.jpg b/static/images/theme/thumbnail/hemangsk-safarnama.jpg index 76bbbeda7..5d8da84e8 100644 Binary files a/static/images/theme/thumbnail/hemangsk-safarnama.jpg and b/static/images/theme/thumbnail/hemangsk-safarnama.jpg differ diff --git a/static/images/theme/thumbnail/henryhuang-hexo-theme-aloha.jpg b/static/images/theme/thumbnail/henryhuang-hexo-theme-aloha.jpg index fedfb1281..84be4c713 100644 Binary files a/static/images/theme/thumbnail/henryhuang-hexo-theme-aloha.jpg and b/static/images/theme/thumbnail/henryhuang-hexo-theme-aloha.jpg differ diff --git a/static/images/theme/thumbnail/himali-patel-myclicks.jpg b/static/images/theme/thumbnail/himali-patel-myclicks.jpg index 64c8a8f32..c1799a3fb 100644 Binary files a/static/images/theme/thumbnail/himali-patel-myclicks.jpg and b/static/images/theme/thumbnail/himali-patel-myclicks.jpg differ diff --git a/static/images/theme/thumbnail/histaff-website-static.jpg b/static/images/theme/thumbnail/histaff-website-static.jpg index f2b8d194d..e6aca151b 100644 Binary files a/static/images/theme/thumbnail/histaff-website-static.jpg and b/static/images/theme/thumbnail/histaff-website-static.jpg differ diff --git a/static/images/theme/thumbnail/hmfaysal-hmfaysal-omega-theme.jpg b/static/images/theme/thumbnail/hmfaysal-hmfaysal-omega-theme.jpg index 70f25f53f..5a43fbb0f 100644 Binary files a/static/images/theme/thumbnail/hmfaysal-hmfaysal-omega-theme.jpg and b/static/images/theme/thumbnail/hmfaysal-hmfaysal-omega-theme.jpg differ diff --git a/static/images/theme/thumbnail/hmfaysal-jekyll-hmfaysal-theme.jpg b/static/images/theme/thumbnail/hmfaysal-jekyll-hmfaysal-theme.jpg index fd3348e97..6dd449c1b 100644 Binary files a/static/images/theme/thumbnail/hmfaysal-jekyll-hmfaysal-theme.jpg and b/static/images/theme/thumbnail/hmfaysal-jekyll-hmfaysal-theme.jpg differ diff --git a/static/images/theme/thumbnail/hmfaysal-notepad.jpg b/static/images/theme/thumbnail/hmfaysal-notepad.jpg deleted file mode 100644 index e8c05b62c..000000000 Binary files a/static/images/theme/thumbnail/hmfaysal-notepad.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/holger1411-11straps.jpg b/static/images/theme/thumbnail/holger1411-11straps.jpg new file mode 100644 index 000000000..2dcdc627a Binary files /dev/null and b/static/images/theme/thumbnail/holger1411-11straps.jpg differ diff --git a/static/images/theme/thumbnail/holger1411-brook-dev.jpg b/static/images/theme/thumbnail/holger1411-brook-dev.jpg new file mode 100644 index 000000000..0911fa886 Binary files /dev/null and b/static/images/theme/thumbnail/holger1411-brook-dev.jpg differ diff --git a/static/images/theme/thumbnail/htdvisser-hugo-base16-theme.jpg b/static/images/theme/thumbnail/htdvisser-hugo-base16-theme.jpg deleted file mode 100644 index 13923ccd1..000000000 Binary files a/static/images/theme/thumbnail/htdvisser-hugo-base16-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/htr3n-hyde-hyde.jpg b/static/images/theme/thumbnail/htr3n-hyde-hyde.jpg deleted file mode 100644 index 0434e98fb..000000000 Binary files a/static/images/theme/thumbnail/htr3n-hyde-hyde.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/hugo-sid-hugo-blog-awesome.jpg b/static/images/theme/thumbnail/hugo-sid-hugo-blog-awesome.jpg new file mode 100644 index 000000000..177adccf8 Binary files /dev/null and b/static/images/theme/thumbnail/hugo-sid-hugo-blog-awesome.jpg differ diff --git a/static/images/theme/thumbnail/hugocarreira-jekyll-materializecss.jpg b/static/images/theme/thumbnail/hugocarreira-jekyll-materializecss.jpg index f056422dd..ebe348af5 100644 Binary files a/static/images/theme/thumbnail/hugocarreira-jekyll-materializecss.jpg and b/static/images/theme/thumbnail/hugocarreira-jekyll-materializecss.jpg differ diff --git a/static/images/theme/thumbnail/hugocarreira-jekyll-vision-casper-theme.jpg b/static/images/theme/thumbnail/hugocarreira-jekyll-vision-casper-theme.jpg index 660b89060..3eac99d13 100644 Binary files a/static/images/theme/thumbnail/hugocarreira-jekyll-vision-casper-theme.jpg and b/static/images/theme/thumbnail/hugocarreira-jekyll-vision-casper-theme.jpg differ diff --git a/static/images/theme/thumbnail/hugoferreira-papyrus-theme.jpg b/static/images/theme/thumbnail/hugoferreira-papyrus-theme.jpg index 9759d3edd..0824316e7 100644 Binary files a/static/images/theme/thumbnail/hugoferreira-papyrus-theme.jpg and b/static/images/theme/thumbnail/hugoferreira-papyrus-theme.jpg differ diff --git a/static/images/theme/thumbnail/humrochagf-colordrop.jpg b/static/images/theme/thumbnail/humrochagf-colordrop.jpg index b63551dca..082f7f9fe 100644 Binary files a/static/images/theme/thumbnail/humrochagf-colordrop.jpg and b/static/images/theme/thumbnail/humrochagf-colordrop.jpg differ diff --git a/static/images/theme/thumbnail/huweihuang-hexo-theme-huweihuang.jpg b/static/images/theme/thumbnail/huweihuang-hexo-theme-huweihuang.jpg index 05e60f521..819cd754c 100644 Binary files a/static/images/theme/thumbnail/huweihuang-hexo-theme-huweihuang.jpg and b/static/images/theme/thumbnail/huweihuang-hexo-theme-huweihuang.jpg differ diff --git a/static/images/theme/thumbnail/huyb1991-hugo-lamp.jpg b/static/images/theme/thumbnail/huyb1991-hugo-lamp.jpg deleted file mode 100644 index 0c9b36b4f..000000000 Binary files a/static/images/theme/thumbnail/huyb1991-hugo-lamp.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/huyingjie-hexo-theme-a-rsnippet.jpg b/static/images/theme/thumbnail/huyingjie-hexo-theme-a-rsnippet.jpg deleted file mode 100644 index 95d04baef..000000000 Binary files a/static/images/theme/thumbnail/huyingjie-hexo-theme-a-rsnippet.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/icyris-hugo-theme-yuki.jpg b/static/images/theme/thumbnail/icyris-hugo-theme-yuki.jpg deleted file mode 100644 index 0844b1707..000000000 Binary files a/static/images/theme/thumbnail/icyris-hugo-theme-yuki.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ifedyukin-mekyll.jpg b/static/images/theme/thumbnail/ifedyukin-mekyll.jpg index 401400dbd..6d2fd4022 100644 Binary files a/static/images/theme/thumbnail/ifedyukin-mekyll.jpg and b/static/images/theme/thumbnail/ifedyukin-mekyll.jpg differ diff --git a/static/images/theme/thumbnail/ijjk-notion-blog.jpg b/static/images/theme/thumbnail/ijjk-notion-blog.jpg new file mode 100644 index 000000000..721acad82 Binary files /dev/null and b/static/images/theme/thumbnail/ijjk-notion-blog.jpg differ diff --git a/static/images/theme/thumbnail/ijsucceed-onepress.jpg b/static/images/theme/thumbnail/ijsucceed-onepress.jpg deleted file mode 100644 index c6eb5e264..000000000 Binary files a/static/images/theme/thumbnail/ijsucceed-onepress.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/imedadel-gatsby-london.jpg b/static/images/theme/thumbnail/imedadel-gatsby-london.jpg index d7a179697..5ef3a135f 100644 Binary files a/static/images/theme/thumbnail/imedadel-gatsby-london.jpg and b/static/images/theme/thumbnail/imedadel-gatsby-london.jpg differ diff --git a/static/images/theme/thumbnail/inded-jekyll_modern-blog.jpg b/static/images/theme/thumbnail/inded-jekyll_modern-blog.jpg index ed00cc49a..b0a0651c2 100644 Binary files a/static/images/theme/thumbnail/inded-jekyll_modern-blog.jpg and b/static/images/theme/thumbnail/inded-jekyll_modern-blog.jpg differ diff --git a/static/images/theme/thumbnail/insidiousmind-material-bliss-jekyll-theme.jpg b/static/images/theme/thumbnail/insidiousmind-material-bliss-jekyll-theme.jpg index 4904860df..0d37b3922 100644 Binary files a/static/images/theme/thumbnail/insidiousmind-material-bliss-jekyll-theme.jpg and b/static/images/theme/thumbnail/insidiousmind-material-bliss-jekyll-theme.jpg differ diff --git a/static/images/theme/thumbnail/issydennis-gatsby-snipcart.jpg b/static/images/theme/thumbnail/issydennis-gatsby-snipcart.jpg index 09ec6f0c5..1a4122d71 100644 Binary files a/static/images/theme/thumbnail/issydennis-gatsby-snipcart.jpg and b/static/images/theme/thumbnail/issydennis-gatsby-snipcart.jpg differ diff --git a/static/images/theme/thumbnail/it-gro-hugo-theme-w3css-basic.jpg b/static/images/theme/thumbnail/it-gro-hugo-theme-w3css-basic.jpg index 29947caef..ee6e18338 100644 Binary files a/static/images/theme/thumbnail/it-gro-hugo-theme-w3css-basic.jpg and b/static/images/theme/thumbnail/it-gro-hugo-theme-w3css-basic.jpg differ diff --git a/static/images/theme/thumbnail/itisbenjamin-nice_blog.jpg b/static/images/theme/thumbnail/itisbenjamin-nice_blog.jpg deleted file mode 100644 index 6163a619f..000000000 Binary files a/static/images/theme/thumbnail/itisbenjamin-nice_blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/itsmeaga1n-minimal-categorized.jpg b/static/images/theme/thumbnail/itsmeaga1n-minimal-categorized.jpg index 15dc70a5b..39becdf53 100644 Binary files a/static/images/theme/thumbnail/itsmeaga1n-minimal-categorized.jpg and b/static/images/theme/thumbnail/itsmeaga1n-minimal-categorized.jpg differ diff --git a/static/images/theme/thumbnail/itsnwa-darkfolio.jpg b/static/images/theme/thumbnail/itsnwa-darkfolio.jpg index 962e315ff..f8f9cc968 100644 Binary files a/static/images/theme/thumbnail/itsnwa-darkfolio.jpg and b/static/images/theme/thumbnail/itsnwa-darkfolio.jpg differ diff --git a/static/images/theme/thumbnail/itsnwa-gridsome-forestry-starter.jpg b/static/images/theme/thumbnail/itsnwa-gridsome-forestry-starter.jpg index b7d2d5648..dda567e8c 100644 Binary files a/static/images/theme/thumbnail/itsnwa-gridsome-forestry-starter.jpg and b/static/images/theme/thumbnail/itsnwa-gridsome-forestry-starter.jpg differ diff --git a/static/images/theme/thumbnail/itsrifat-rifyll.jpg b/static/images/theme/thumbnail/itsrifat-rifyll.jpg index 6450168a1..481c7e392 100644 Binary files a/static/images/theme/thumbnail/itsrifat-rifyll.jpg and b/static/images/theme/thumbnail/itsrifat-rifyll.jpg differ diff --git a/static/images/theme/thumbnail/ivanchou-hugo-theme-vec.jpg b/static/images/theme/thumbnail/ivanchou-hugo-theme-vec.jpg deleted file mode 100644 index f67e8cfdc..000000000 Binary files a/static/images/theme/thumbnail/ivanchou-hugo-theme-vec.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/iwiedenm-jekyll-theme-massively-src.jpg b/static/images/theme/thumbnail/iwiedenm-jekyll-theme-massively-src.jpg index c9b7afae4..3f5945335 100644 Binary files a/static/images/theme/thumbnail/iwiedenm-jekyll-theme-massively-src.jpg and b/static/images/theme/thumbnail/iwiedenm-jekyll-theme-massively-src.jpg differ diff --git a/static/images/theme/thumbnail/iwilsonq-gatsby-starter-reasonml.jpg b/static/images/theme/thumbnail/iwilsonq-gatsby-starter-reasonml.jpg index 19fbbda3b..490423870 100644 Binary files a/static/images/theme/thumbnail/iwilsonq-gatsby-starter-reasonml.jpg and b/static/images/theme/thumbnail/iwilsonq-gatsby-starter-reasonml.jpg differ diff --git a/static/images/theme/thumbnail/ixartz-astro-boilerplate.jpg b/static/images/theme/thumbnail/ixartz-astro-boilerplate.jpg new file mode 100644 index 000000000..c4ed1b58e Binary files /dev/null and b/static/images/theme/thumbnail/ixartz-astro-boilerplate.jpg differ diff --git a/static/images/theme/thumbnail/ixartz-eleventy-starter-boilerplate.jpg b/static/images/theme/thumbnail/ixartz-eleventy-starter-boilerplate.jpg index 6386d0c8d..b4ee3edea 100644 Binary files a/static/images/theme/thumbnail/ixartz-eleventy-starter-boilerplate.jpg and b/static/images/theme/thumbnail/ixartz-eleventy-starter-boilerplate.jpg differ diff --git a/static/images/theme/thumbnail/ixartz-next-js-blog-boilerplate.jpg b/static/images/theme/thumbnail/ixartz-next-js-blog-boilerplate.jpg index ea60e6722..3566f5572 100644 Binary files a/static/images/theme/thumbnail/ixartz-next-js-blog-boilerplate.jpg and b/static/images/theme/thumbnail/ixartz-next-js-blog-boilerplate.jpg differ diff --git a/static/images/theme/thumbnail/ixartz-next-js-boilerplate.jpg b/static/images/theme/thumbnail/ixartz-next-js-boilerplate.jpg index cd268eb73..8011d89f3 100644 Binary files a/static/images/theme/thumbnail/ixartz-next-js-boilerplate.jpg and b/static/images/theme/thumbnail/ixartz-next-js-boilerplate.jpg differ diff --git a/static/images/theme/thumbnail/ixartz-next-js-landing-page-starter-template.jpg b/static/images/theme/thumbnail/ixartz-next-js-landing-page-starter-template.jpg index c86ea50a3..a6b780220 100644 Binary files a/static/images/theme/thumbnail/ixartz-next-js-landing-page-starter-template.jpg and b/static/images/theme/thumbnail/ixartz-next-js-landing-page-starter-template.jpg differ diff --git a/static/images/theme/thumbnail/jackbravo-gatsby-starter-i18n-blog.jpg b/static/images/theme/thumbnail/jackbravo-gatsby-starter-i18n-blog.jpg index 34b3bb375..6eb254239 100644 Binary files a/static/images/theme/thumbnail/jackbravo-gatsby-starter-i18n-blog.jpg and b/static/images/theme/thumbnail/jackbravo-gatsby-starter-i18n-blog.jpg differ diff --git a/static/images/theme/thumbnail/jacobsun-edidor.jpg b/static/images/theme/thumbnail/jacobsun-edidor.jpg deleted file mode 100644 index 13ea7c842..000000000 Binary files a/static/images/theme/thumbnail/jacobsun-edidor.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jacobtomlinson-carte-noire.jpg b/static/images/theme/thumbnail/jacobtomlinson-carte-noire.jpg index b89442837..0ae0e0258 100644 Binary files a/static/images/theme/thumbnail/jacobtomlinson-carte-noire.jpg and b/static/images/theme/thumbnail/jacobtomlinson-carte-noire.jpg differ diff --git a/static/images/theme/thumbnail/jaden-twentyfourteen.jpg b/static/images/theme/thumbnail/jaden-twentyfourteen.jpg deleted file mode 100644 index fbeab8f17..000000000 Binary files a/static/images/theme/thumbnail/jaden-twentyfourteen.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jaehee0113-console.jpg b/static/images/theme/thumbnail/jaehee0113-console.jpg index c7a5ae340..cb168d672 100644 Binary files a/static/images/theme/thumbnail/jaehee0113-console.jpg and b/static/images/theme/thumbnail/jaehee0113-console.jpg differ diff --git a/static/images/theme/thumbnail/jaeyeophan-gatsby-starter-bee.jpg b/static/images/theme/thumbnail/jaeyeophan-gatsby-starter-bee.jpg index 8eedf8c13..a7c0469d9 100644 Binary files a/static/images/theme/thumbnail/jaeyeophan-gatsby-starter-bee.jpg and b/static/images/theme/thumbnail/jaeyeophan-gatsby-starter-bee.jpg differ diff --git a/static/images/theme/thumbnail/jake-101-bael-template.jpg b/static/images/theme/thumbnail/jake-101-bael-template.jpg index c50980f03..00cfea0ce 100644 Binary files a/static/images/theme/thumbnail/jake-101-bael-template.jpg and b/static/images/theme/thumbnail/jake-101-bael-template.jpg differ diff --git a/static/images/theme/thumbnail/jameshamann-jekyll-material-theme.jpg b/static/images/theme/thumbnail/jameshamann-jekyll-material-theme.jpg index 0ff505dc0..37fe99d26 100644 Binary files a/static/images/theme/thumbnail/jameshamann-jekyll-material-theme.jpg and b/static/images/theme/thumbnail/jameshamann-jekyll-material-theme.jpg differ diff --git a/static/images/theme/thumbnail/jamigibbs-phantom.jpg b/static/images/theme/thumbnail/jamigibbs-phantom.jpg index 6d7e7a990..ce0c76e48 100644 Binary files a/static/images/theme/thumbnail/jamigibbs-phantom.jpg and b/static/images/theme/thumbnail/jamigibbs-phantom.jpg differ diff --git a/static/images/theme/thumbnail/janczizikow-sleek.jpg b/static/images/theme/thumbnail/janczizikow-sleek.jpg index 21a045fca..3dae42a65 100644 Binary files a/static/images/theme/thumbnail/janczizikow-sleek.jpg and b/static/images/theme/thumbnail/janczizikow-sleek.jpg differ diff --git a/static/images/theme/thumbnail/jannikbuschke-gatsby-antd-docs.jpg b/static/images/theme/thumbnail/jannikbuschke-gatsby-antd-docs.jpg index 54cfcfcca..98786fdc4 100644 Binary files a/static/images/theme/thumbnail/jannikbuschke-gatsby-antd-docs.jpg and b/static/images/theme/thumbnail/jannikbuschke-gatsby-antd-docs.jpg differ diff --git a/static/images/theme/thumbnail/janraasch-hugo-scroll.jpg b/static/images/theme/thumbnail/janraasch-hugo-scroll.jpg new file mode 100644 index 000000000..9a14af514 Binary files /dev/null and b/static/images/theme/thumbnail/janraasch-hugo-scroll.jpg differ diff --git a/static/images/theme/thumbnail/jarrekk-jalpc.jpg b/static/images/theme/thumbnail/jarrekk-jalpc.jpg index 21ec2cd82..e4d1d2c32 100644 Binary files a/static/images/theme/thumbnail/jarrekk-jalpc.jpg and b/static/images/theme/thumbnail/jarrekk-jalpc.jpg differ diff --git a/static/images/theme/thumbnail/jasoncostello-slate.jpg b/static/images/theme/thumbnail/jasoncostello-slate.jpg index 1000980b2..850732388 100644 Binary files a/static/images/theme/thumbnail/jasoncostello-slate.jpg and b/static/images/theme/thumbnail/jasoncostello-slate.jpg differ diff --git a/static/images/theme/thumbnail/jaymehta20-nextjs-blog-page.jpg b/static/images/theme/thumbnail/jaymehta20-nextjs-blog-page.jpg index 34d10bcb6..d661aa869 100644 Binary files a/static/images/theme/thumbnail/jaymehta20-nextjs-blog-page.jpg and b/static/images/theme/thumbnail/jaymehta20-nextjs-blog-page.jpg differ diff --git a/static/images/theme/thumbnail/jbub-ghostwriter.jpg b/static/images/theme/thumbnail/jbub-ghostwriter.jpg deleted file mode 100644 index 90f57ccbd..000000000 Binary files a/static/images/theme/thumbnail/jbub-ghostwriter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jdh8-sweet-16.jpg b/static/images/theme/thumbnail/jdh8-sweet-16.jpg deleted file mode 100644 index ce6fbbc77..000000000 Binary files a/static/images/theme/thumbnail/jdh8-sweet-16.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jeblister-bulma.jpg b/static/images/theme/thumbnail/jeblister-bulma.jpg deleted file mode 100644 index bd220e964..000000000 Binary files a/static/images/theme/thumbnail/jeblister-bulma.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jeblister-kube.jpg b/static/images/theme/thumbnail/jeblister-kube.jpg index 989337fe2..827bf90e7 100644 Binary files a/static/images/theme/thumbnail/jeblister-kube.jpg and b/static/images/theme/thumbnail/jeblister-kube.jpg differ diff --git a/static/images/theme/thumbnail/jeffreytse-jekyll-theme-yat.jpg b/static/images/theme/thumbnail/jeffreytse-jekyll-theme-yat.jpg index e340e550a..42b2642f9 100644 Binary files a/static/images/theme/thumbnail/jeffreytse-jekyll-theme-yat.jpg and b/static/images/theme/thumbnail/jeffreytse-jekyll-theme-yat.jpg differ diff --git a/static/images/theme/thumbnail/jekyll-garden-jekyll-garden.github.io.jpg b/static/images/theme/thumbnail/jekyll-garden-jekyll-garden.github.io.jpg new file mode 100644 index 000000000..b5dd65af2 Binary files /dev/null and b/static/images/theme/thumbnail/jekyll-garden-jekyll-garden.github.io.jpg differ diff --git a/static/images/theme/thumbnail/jekyll-one-j1-template-starter.jpg b/static/images/theme/thumbnail/jekyll-one-j1-template-starter.jpg index eb1774b61..6437529cb 100644 Binary files a/static/images/theme/thumbnail/jekyll-one-j1-template-starter.jpg and b/static/images/theme/thumbnail/jekyll-one-j1-template-starter.jpg differ diff --git a/static/images/theme/thumbnail/jekyller-jasper2.jpg b/static/images/theme/thumbnail/jekyller-jasper2.jpg deleted file mode 100644 index d470d3716..000000000 Binary files a/static/images/theme/thumbnail/jekyller-jasper2.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jekyller-online-cv.jpg b/static/images/theme/thumbnail/jekyller-online-cv.jpg index a34e4aec1..982986986 100644 Binary files a/static/images/theme/thumbnail/jekyller-online-cv.jpg and b/static/images/theme/thumbnail/jekyller-online-cv.jpg differ diff --git a/static/images/theme/thumbnail/jekyller-panelcv.jpg b/static/images/theme/thumbnail/jekyller-panelcv.jpg index a8d6244d4..72d0cd83f 100644 Binary files a/static/images/theme/thumbnail/jekyller-panelcv.jpg and b/static/images/theme/thumbnail/jekyller-panelcv.jpg differ diff --git a/static/images/theme/thumbnail/jekynewage-jekynewage.github.io.jpg b/static/images/theme/thumbnail/jekynewage-jekynewage.github.io.jpg index 45e90772d..1ed0beef5 100644 Binary files a/static/images/theme/thumbnail/jekynewage-jekynewage.github.io.jpg and b/static/images/theme/thumbnail/jekynewage-jekynewage.github.io.jpg differ diff --git a/static/images/theme/thumbnail/jeromelachaud-freelancer-theme.jpg b/static/images/theme/thumbnail/jeromelachaud-freelancer-theme.jpg index 8b95be308..cfbefa482 100644 Binary files a/static/images/theme/thumbnail/jeromelachaud-freelancer-theme.jpg and b/static/images/theme/thumbnail/jeromelachaud-freelancer-theme.jpg differ diff --git a/static/images/theme/thumbnail/jerryc127-hexo-theme-butterfly.jpg b/static/images/theme/thumbnail/jerryc127-hexo-theme-butterfly.jpg index 571a0cb07..760a8b70e 100644 Binary files a/static/images/theme/thumbnail/jerryc127-hexo-theme-butterfly.jpg and b/static/images/theme/thumbnail/jerryc127-hexo-theme-butterfly.jpg differ diff --git a/static/images/theme/thumbnail/jesselau76-hugo-w3-simple.jpg b/static/images/theme/thumbnail/jesselau76-hugo-w3-simple.jpg deleted file mode 100644 index d58009492..000000000 Binary files a/static/images/theme/thumbnail/jesselau76-hugo-w3-simple.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jitinnair1-gradfolio.jpg b/static/images/theme/thumbnail/jitinnair1-gradfolio.jpg index 52c28669b..6a343a2fc 100644 Binary files a/static/images/theme/thumbnail/jitinnair1-gradfolio.jpg and b/static/images/theme/thumbnail/jitinnair1-gradfolio.jpg differ diff --git a/static/images/theme/thumbnail/jjcav84-mdbreact-gatsby-starter.jpg b/static/images/theme/thumbnail/jjcav84-mdbreact-gatsby-starter.jpg index c810613a0..ac46d7217 100644 Binary files a/static/images/theme/thumbnail/jjcav84-mdbreact-gatsby-starter.jpg and b/static/images/theme/thumbnail/jjcav84-mdbreact-gatsby-starter.jpg differ diff --git a/static/images/theme/thumbnail/jkytoela-next-startd.jpg b/static/images/theme/thumbnail/jkytoela-next-startd.jpg new file mode 100644 index 000000000..e9f75b41f Binary files /dev/null and b/static/images/theme/thumbnail/jkytoela-next-startd.jpg differ diff --git a/static/images/theme/thumbnail/jmau111-gatsby-juma.jpg b/static/images/theme/thumbnail/jmau111-gatsby-juma.jpg new file mode 100644 index 000000000..493724d20 Binary files /dev/null and b/static/images/theme/thumbnail/jmau111-gatsby-juma.jpg differ diff --git a/static/images/theme/thumbnail/jmau111-gatsby-nes.jpg b/static/images/theme/thumbnail/jmau111-gatsby-nes.jpg new file mode 100644 index 000000000..e3cf56d28 Binary files /dev/null and b/static/images/theme/thumbnail/jmau111-gatsby-nes.jpg differ diff --git a/static/images/theme/thumbnail/jmau111-hugo-theme-ava.jpg b/static/images/theme/thumbnail/jmau111-hugo-theme-ava.jpg new file mode 100644 index 000000000..916a01da6 Binary files /dev/null and b/static/images/theme/thumbnail/jmau111-hugo-theme-ava.jpg differ diff --git a/static/images/theme/thumbnail/jmschrack-dark-portfolio-template-11ty.jpg b/static/images/theme/thumbnail/jmschrack-dark-portfolio-template-11ty.jpg index 7dfb1f72a..5828dce13 100644 Binary files a/static/images/theme/thumbnail/jmschrack-dark-portfolio-template-11ty.jpg and b/static/images/theme/thumbnail/jmschrack-dark-portfolio-template-11ty.jpg differ diff --git a/static/images/theme/thumbnail/jnjosh-internet-weblog.jpg b/static/images/theme/thumbnail/jnjosh-internet-weblog.jpg deleted file mode 100644 index 03dfdf89e..000000000 Binary files a/static/images/theme/thumbnail/jnjosh-internet-weblog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/johncoene-marat.jpg b/static/images/theme/thumbnail/johncoene-marat.jpg index a6df79187..d4828a171 100644 Binary files a/static/images/theme/thumbnail/johncoene-marat.jpg and b/static/images/theme/thumbnail/johncoene-marat.jpg differ diff --git a/static/images/theme/thumbnail/johnotander-pixyll.jpg b/static/images/theme/thumbnail/johnotander-pixyll.jpg deleted file mode 100644 index 8442cb4b7..000000000 Binary files a/static/images/theme/thumbnail/johnotander-pixyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/josephdyer-skeleventy.jpg b/static/images/theme/thumbnail/josephdyer-skeleventy.jpg index 15ea9207b..ff3e06bc8 100644 Binary files a/static/images/theme/thumbnail/josephdyer-skeleventy.jpg and b/static/images/theme/thumbnail/josephdyer-skeleventy.jpg differ diff --git a/static/images/theme/thumbnail/josephhutch-aether.jpg b/static/images/theme/thumbnail/josephhutch-aether.jpg deleted file mode 100644 index a0e01fbf4..000000000 Binary files a/static/images/theme/thumbnail/josephhutch-aether.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/joshgerdes-jekyll-uno.jpg b/static/images/theme/thumbnail/joshgerdes-jekyll-uno.jpg index 051f9fdb1..e9a6c3425 100644 Binary files a/static/images/theme/thumbnail/joshgerdes-jekyll-uno.jpg and b/static/images/theme/thumbnail/joshgerdes-jekyll-uno.jpg differ diff --git a/static/images/theme/thumbnail/joshuaavalon-jekyll-avalon.jpg b/static/images/theme/thumbnail/joshuaavalon-jekyll-avalon.jpg index cf4bbaa95..36980d57e 100644 Binary files a/static/images/theme/thumbnail/joshuaavalon-jekyll-avalon.jpg and b/static/images/theme/thumbnail/joshuaavalon-jekyll-avalon.jpg differ diff --git a/static/images/theme/thumbnail/jota-ele-ene-just-me.jpg b/static/images/theme/thumbnail/jota-ele-ene-just-me.jpg new file mode 100644 index 000000000..e37763d79 Binary files /dev/null and b/static/images/theme/thumbnail/jota-ele-ene-just-me.jpg differ diff --git a/static/images/theme/thumbnail/joway-hugo-theme-yinyang.jpg b/static/images/theme/thumbnail/joway-hugo-theme-yinyang.jpg index 32cd1017a..f510d5eb5 100644 Binary files a/static/images/theme/thumbnail/joway-hugo-theme-yinyang.jpg and b/static/images/theme/thumbnail/joway-hugo-theme-yinyang.jpg differ diff --git a/static/images/theme/thumbnail/joytou-joytou.github.io.jpg b/static/images/theme/thumbnail/joytou-joytou.github.io.jpg index 53155c8ce..7ea9545fb 100644 Binary files a/static/images/theme/thumbnail/joytou-joytou.github.io.jpg and b/static/images/theme/thumbnail/joytou-joytou.github.io.jpg differ diff --git a/static/images/theme/thumbnail/jpanther-congo.jpg b/static/images/theme/thumbnail/jpanther-congo.jpg new file mode 100644 index 000000000..367d27705 Binary files /dev/null and b/static/images/theme/thumbnail/jpanther-congo.jpg differ diff --git a/static/images/theme/thumbnail/jpanther-lynx.jpg b/static/images/theme/thumbnail/jpanther-lynx.jpg new file mode 100644 index 000000000..ea235cd7e Binary files /dev/null and b/static/images/theme/thumbnail/jpanther-lynx.jpg differ diff --git a/static/images/theme/thumbnail/jpescador-hugo-future-imperfect.jpg b/static/images/theme/thumbnail/jpescador-hugo-future-imperfect.jpg deleted file mode 100644 index 216046a72..000000000 Binary files a/static/images/theme/thumbnail/jpescador-hugo-future-imperfect.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jrutheiser-hugo-lithium-theme.jpg b/static/images/theme/thumbnail/jrutheiser-hugo-lithium-theme.jpg deleted file mode 100644 index e1257c8f1..000000000 Binary files a/static/images/theme/thumbnail/jrutheiser-hugo-lithium-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jsappme-gridsome-shopify-starter.jpg b/static/images/theme/thumbnail/jsappme-gridsome-shopify-starter.jpg index 2497f46dc..277de2999 100644 Binary files a/static/images/theme/thumbnail/jsappme-gridsome-shopify-starter.jpg and b/static/images/theme/thumbnail/jsappme-gridsome-shopify-starter.jpg differ diff --git a/static/images/theme/thumbnail/jsnjack-hugo-changelog-theme.jpg b/static/images/theme/thumbnail/jsnjack-hugo-changelog-theme.jpg deleted file mode 100644 index cca5a4d3b..000000000 Binary files a/static/images/theme/thumbnail/jsnjack-hugo-changelog-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jsnjack-kraiklyn.jpg b/static/images/theme/thumbnail/jsnjack-kraiklyn.jpg deleted file mode 100644 index 2387c3e6f..000000000 Binary files a/static/images/theme/thumbnail/jsnjack-kraiklyn.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jugglerx-gatsby-serif-theme.jpg b/static/images/theme/thumbnail/jugglerx-gatsby-serif-theme.jpg index 2236ebc28..982fc3101 100644 Binary files a/static/images/theme/thumbnail/jugglerx-gatsby-serif-theme.jpg and b/static/images/theme/thumbnail/jugglerx-gatsby-serif-theme.jpg differ diff --git a/static/images/theme/thumbnail/jugglerx-hugo-hero-theme.jpg b/static/images/theme/thumbnail/jugglerx-hugo-hero-theme.jpg index 3e307e5f0..ffd3656d5 100644 Binary files a/static/images/theme/thumbnail/jugglerx-hugo-hero-theme.jpg and b/static/images/theme/thumbnail/jugglerx-hugo-hero-theme.jpg differ diff --git a/static/images/theme/thumbnail/jugglerx-hugo-whisper-theme.jpg b/static/images/theme/thumbnail/jugglerx-hugo-whisper-theme.jpg index 7096adc86..37e8c61d4 100644 Binary files a/static/images/theme/thumbnail/jugglerx-hugo-whisper-theme.jpg and b/static/images/theme/thumbnail/jugglerx-hugo-whisper-theme.jpg differ diff --git a/static/images/theme/thumbnail/juhi-trivedi-cape.jpg b/static/images/theme/thumbnail/juhi-trivedi-cape.jpg index 1ff198ee8..2094f39bf 100644 Binary files a/static/images/theme/thumbnail/juhi-trivedi-cape.jpg and b/static/images/theme/thumbnail/juhi-trivedi-cape.jpg differ diff --git a/static/images/theme/thumbnail/jumpalottahigh-gatsby-starter-blog-jumpalottahigh.jpg b/static/images/theme/thumbnail/jumpalottahigh-gatsby-starter-blog-jumpalottahigh.jpg index 2dd7fb684..74fc4e909 100644 Binary files a/static/images/theme/thumbnail/jumpalottahigh-gatsby-starter-blog-jumpalottahigh.jpg and b/static/images/theme/thumbnail/jumpalottahigh-gatsby-starter-blog-jumpalottahigh.jpg differ diff --git a/static/images/theme/thumbnail/junlulocky-popuptweets.jpg b/static/images/theme/thumbnail/junlulocky-popuptweets.jpg index e92e88811..7cd975c09 100644 Binary files a/static/images/theme/thumbnail/junlulocky-popuptweets.jpg and b/static/images/theme/thumbnail/junlulocky-popuptweets.jpg differ diff --git a/static/images/theme/thumbnail/justgoodthemes-blogbox-jekyll-theme.jpg b/static/images/theme/thumbnail/justgoodthemes-blogbox-jekyll-theme.jpg new file mode 100644 index 000000000..414b70769 Binary files /dev/null and b/static/images/theme/thumbnail/justgoodthemes-blogbox-jekyll-theme.jpg differ diff --git a/static/images/theme/thumbnail/justgoodthemes-scriptor-jekyll-theme.jpg b/static/images/theme/thumbnail/justgoodthemes-scriptor-jekyll-theme.jpg new file mode 100644 index 000000000..544b264d3 Binary files /dev/null and b/static/images/theme/thumbnail/justgoodthemes-scriptor-jekyll-theme.jpg differ diff --git a/static/images/theme/thumbnail/justinformentin-gatsby-v2-tutorial-starter.jpg b/static/images/theme/thumbnail/justinformentin-gatsby-v2-tutorial-starter.jpg index 7d72aae7e..dea3dee69 100644 Binary files a/static/images/theme/thumbnail/justinformentin-gatsby-v2-tutorial-starter.jpg and b/static/images/theme/thumbnail/justinformentin-gatsby-v2-tutorial-starter.jpg differ diff --git a/static/images/theme/thumbnail/jweslley-hugo-conference.jpg b/static/images/theme/thumbnail/jweslley-hugo-conference.jpg deleted file mode 100644 index c43df9eba..000000000 Binary files a/static/images/theme/thumbnail/jweslley-hugo-conference.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jwillmer-jekylldecent.jpg b/static/images/theme/thumbnail/jwillmer-jekylldecent.jpg index 7daa71280..0c1c3e722 100644 Binary files a/static/images/theme/thumbnail/jwillmer-jekylldecent.jpg and b/static/images/theme/thumbnail/jwillmer-jekylldecent.jpg differ diff --git a/static/images/theme/thumbnail/kakawait-hugo-tranquilpeak-theme.jpg b/static/images/theme/thumbnail/kakawait-hugo-tranquilpeak-theme.jpg index a0396ff58..ac802edf7 100644 Binary files a/static/images/theme/thumbnail/kakawait-hugo-tranquilpeak-theme.jpg and b/static/images/theme/thumbnail/kakawait-hugo-tranquilpeak-theme.jpg differ diff --git a/static/images/theme/thumbnail/kamikat-jekyll-theme-kagami.jpg b/static/images/theme/thumbnail/kamikat-jekyll-theme-kagami.jpg index e82ae5612..f16048bf1 100644 Binary files a/static/images/theme/thumbnail/kamikat-jekyll-theme-kagami.jpg and b/static/images/theme/thumbnail/kamikat-jekyll-theme-kagami.jpg differ diff --git a/static/images/theme/thumbnail/karloespiritu-blackdoc.jpg b/static/images/theme/thumbnail/karloespiritu-blackdoc.jpg deleted file mode 100644 index 0e6a29c1b..000000000 Binary files a/static/images/theme/thumbnail/karloespiritu-blackdoc.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kausalflow-connectome.jpg b/static/images/theme/thumbnail/kausalflow-connectome.jpg index aaf3697f2..9033be5de 100644 Binary files a/static/images/theme/thumbnail/kausalflow-connectome.jpg and b/static/images/theme/thumbnail/kausalflow-connectome.jpg differ diff --git a/static/images/theme/thumbnail/kaushalmodi-hugo-bare-min-theme.jpg b/static/images/theme/thumbnail/kaushalmodi-hugo-bare-min-theme.jpg index fd3723bba..49f10fa77 100644 Binary files a/static/images/theme/thumbnail/kaushalmodi-hugo-bare-min-theme.jpg and b/static/images/theme/thumbnail/kaushalmodi-hugo-bare-min-theme.jpg differ diff --git a/static/images/theme/thumbnail/kazumasato-siera.jpg b/static/images/theme/thumbnail/kazumasato-siera.jpg index fa2767fe0..c75782aba 100644 Binary files a/static/images/theme/thumbnail/kazumasato-siera.jpg and b/static/images/theme/thumbnail/kazumasato-siera.jpg differ diff --git a/static/images/theme/thumbnail/kc0bfv-ticky_tacky_dark.jpg b/static/images/theme/thumbnail/kc0bfv-ticky_tacky_dark.jpg index 699ba923c..df17129bc 100644 Binary files a/static/images/theme/thumbnail/kc0bfv-ticky_tacky_dark.jpg and b/static/images/theme/thumbnail/kc0bfv-ticky_tacky_dark.jpg differ diff --git a/static/images/theme/thumbnail/kdevo-osprey-delight.jpg b/static/images/theme/thumbnail/kdevo-osprey-delight.jpg new file mode 100644 index 000000000..ff64f5a67 Binary files /dev/null and b/static/images/theme/thumbnail/kdevo-osprey-delight.jpg differ diff --git a/static/images/theme/thumbnail/kdheepak-pelican-smoothie.jpg b/static/images/theme/thumbnail/kdheepak-pelican-smoothie.jpg index 078cbab26..aabd95936 100644 Binary files a/static/images/theme/thumbnail/kdheepak-pelican-smoothie.jpg and b/static/images/theme/thumbnail/kdheepak-pelican-smoothie.jpg differ diff --git a/static/images/theme/thumbnail/keichi-vienna.jpg b/static/images/theme/thumbnail/keichi-vienna.jpg deleted file mode 100644 index 5611142c9..000000000 Binary files a/static/images/theme/thumbnail/keichi-vienna.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kejunmao-jekyll-theme-mdui.jpg b/static/images/theme/thumbnail/kejunmao-jekyll-theme-mdui.jpg deleted file mode 100644 index 70d6c0cb1..000000000 Binary files a/static/images/theme/thumbnail/kejunmao-jekyll-theme-mdui.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kendallstrautman-brevifolia-gatsby-forestry.jpg b/static/images/theme/thumbnail/kendallstrautman-brevifolia-gatsby-forestry.jpg index bb6d5f320..90f24f1f8 100644 Binary files a/static/images/theme/thumbnail/kendallstrautman-brevifolia-gatsby-forestry.jpg and b/static/images/theme/thumbnail/kendallstrautman-brevifolia-gatsby-forestry.jpg differ diff --git a/static/images/theme/thumbnail/kendallstrautman-brevifolia-gridsome-forestry.jpg b/static/images/theme/thumbnail/kendallstrautman-brevifolia-gridsome-forestry.jpg index 2b14c66b8..61c3a72bb 100644 Binary files a/static/images/theme/thumbnail/kendallstrautman-brevifolia-gridsome-forestry.jpg and b/static/images/theme/thumbnail/kendallstrautman-brevifolia-gridsome-forestry.jpg differ diff --git a/static/images/theme/thumbnail/kentico-gatsby-starter-kontent-lumen.jpg b/static/images/theme/thumbnail/kentico-gatsby-starter-kontent-lumen.jpg index 839ce5c77..0c5f70074 100644 Binary files a/static/images/theme/thumbnail/kentico-gatsby-starter-kontent-lumen.jpg and b/static/images/theme/thumbnail/kentico-gatsby-starter-kontent-lumen.jpg differ diff --git a/static/images/theme/thumbnail/kentico-gatsby-starter-kontent.jpg b/static/images/theme/thumbnail/kentico-gatsby-starter-kontent.jpg index 10bb4ba9a..3f1220c99 100644 Binary files a/static/images/theme/thumbnail/kentico-gatsby-starter-kontent.jpg and b/static/images/theme/thumbnail/kentico-gatsby-starter-kontent.jpg differ diff --git a/static/images/theme/thumbnail/kentico-kontent-boilerplate-statiq-net.jpg b/static/images/theme/thumbnail/kentico-kontent-boilerplate-statiq-net.jpg index 642c3fa93..609c01944 100644 Binary files a/static/images/theme/thumbnail/kentico-kontent-boilerplate-statiq-net.jpg and b/static/images/theme/thumbnail/kentico-kontent-boilerplate-statiq-net.jpg differ diff --git a/static/images/theme/thumbnail/kentico-kontent-jekyll-blog.jpg b/static/images/theme/thumbnail/kentico-kontent-jekyll-blog.jpg index d064fe8d2..21387b91c 100644 Binary files a/static/images/theme/thumbnail/kentico-kontent-jekyll-blog.jpg and b/static/images/theme/thumbnail/kentico-kontent-jekyll-blog.jpg differ diff --git a/static/images/theme/thumbnail/kentico-kontent-sample-dancing-goat-gridsome.jpg b/static/images/theme/thumbnail/kentico-kontent-sample-dancing-goat-gridsome.jpg index 8082ed103..2016f675f 100644 Binary files a/static/images/theme/thumbnail/kentico-kontent-sample-dancing-goat-gridsome.jpg and b/static/images/theme/thumbnail/kentico-kontent-sample-dancing-goat-gridsome.jpg differ diff --git a/static/images/theme/thumbnail/kevit-devaid-jekyll-theme.jpg b/static/images/theme/thumbnail/kevit-devaid-jekyll-theme.jpg index 2ad8e182c..036ef7de3 100644 Binary files a/static/images/theme/thumbnail/kevit-devaid-jekyll-theme.jpg and b/static/images/theme/thumbnail/kevit-devaid-jekyll-theme.jpg differ diff --git a/static/images/theme/thumbnail/kimnagui-gatsby-starter-nagui.jpg b/static/images/theme/thumbnail/kimnagui-gatsby-starter-nagui.jpg deleted file mode 100644 index 7f77fd22a..000000000 Binary files a/static/images/theme/thumbnail/kimnagui-gatsby-starter-nagui.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kingfelix-emerald.jpg b/static/images/theme/thumbnail/kingfelix-emerald.jpg deleted file mode 100644 index c97f95cef..000000000 Binary files a/static/images/theme/thumbnail/kingfelix-emerald.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kishaningithub-hugo-creative-portfolio-theme.jpg b/static/images/theme/thumbnail/kishaningithub-hugo-creative-portfolio-theme.jpg deleted file mode 100644 index 46699375a..000000000 Binary files a/static/images/theme/thumbnail/kishaningithub-hugo-creative-portfolio-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kitian616-jekyll-text-theme.jpg b/static/images/theme/thumbnail/kitian616-jekyll-text-theme.jpg index 29e0c331a..54fa707a3 100644 Binary files a/static/images/theme/thumbnail/kitian616-jekyll-text-theme.jpg and b/static/images/theme/thumbnail/kitian616-jekyll-text-theme.jpg differ diff --git a/static/images/theme/thumbnail/kkninjae-book.jpg b/static/images/theme/thumbnail/kkninjae-book.jpg deleted file mode 100644 index c32baa4d1..000000000 Binary files a/static/images/theme/thumbnail/kkninjae-book.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/klugjo-hexo-theme-alpha-dust.jpg b/static/images/theme/thumbnail/klugjo-hexo-theme-alpha-dust.jpg index ad4975526..87722c876 100644 Binary files a/static/images/theme/thumbnail/klugjo-hexo-theme-alpha-dust.jpg and b/static/images/theme/thumbnail/klugjo-hexo-theme-alpha-dust.jpg differ diff --git a/static/images/theme/thumbnail/klugjo-hexo-theme-anodyne.jpg b/static/images/theme/thumbnail/klugjo-hexo-theme-anodyne.jpg index 49eb2aa84..add474d02 100644 Binary files a/static/images/theme/thumbnail/klugjo-hexo-theme-anodyne.jpg and b/static/images/theme/thumbnail/klugjo-hexo-theme-anodyne.jpg differ diff --git a/static/images/theme/thumbnail/klugjo-hexo-theme-clean-blog.jpg b/static/images/theme/thumbnail/klugjo-hexo-theme-clean-blog.jpg index cd6725437..a1ab75331 100644 Binary files a/static/images/theme/thumbnail/klugjo-hexo-theme-clean-blog.jpg and b/static/images/theme/thumbnail/klugjo-hexo-theme-clean-blog.jpg differ diff --git a/static/images/theme/thumbnail/klugjo-hexo-theme-phantom.jpg b/static/images/theme/thumbnail/klugjo-hexo-theme-phantom.jpg index 3d2f06405..605c8b16e 100644 Binary files a/static/images/theme/thumbnail/klugjo-hexo-theme-phantom.jpg and b/static/images/theme/thumbnail/klugjo-hexo-theme-phantom.jpg differ diff --git a/static/images/theme/thumbnail/knaman2609-clean.jpg b/static/images/theme/thumbnail/knaman2609-clean.jpg index cf6921739..3092c6df6 100644 Binary files a/static/images/theme/thumbnail/knaman2609-clean.jpg and b/static/images/theme/thumbnail/knaman2609-clean.jpg differ diff --git a/static/images/theme/thumbnail/knhash-jekyllbear.jpg b/static/images/theme/thumbnail/knhash-jekyllbear.jpg new file mode 100644 index 000000000..1c3da7e55 Binary files /dev/null and b/static/images/theme/thumbnail/knhash-jekyllbear.jpg differ diff --git a/static/images/theme/thumbnail/knhash-pudhina.jpg b/static/images/theme/thumbnail/knhash-pudhina.jpg index 1870f6a5c..fd90ce43a 100644 Binary files a/static/images/theme/thumbnail/knhash-pudhina.jpg and b/static/images/theme/thumbnail/knhash-pudhina.jpg differ diff --git a/static/images/theme/thumbnail/knightjdr-gatsby-starter-scientist.jpg b/static/images/theme/thumbnail/knightjdr-gatsby-starter-scientist.jpg index 66a3af12b..f2ea7caad 100644 Binary files a/static/images/theme/thumbnail/knightjdr-gatsby-starter-scientist.jpg and b/static/images/theme/thumbnail/knightjdr-gatsby-starter-scientist.jpg differ diff --git a/static/images/theme/thumbnail/koirand-pulp.jpg b/static/images/theme/thumbnail/koirand-pulp.jpg deleted file mode 100644 index f4255bf33..000000000 Binary files a/static/images/theme/thumbnail/koirand-pulp.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/konsumer-gatsby-starter-bootstrap-netlify.jpg b/static/images/theme/thumbnail/konsumer-gatsby-starter-bootstrap-netlify.jpg index 93a1ad426..1055a7a49 100644 Binary files a/static/images/theme/thumbnail/konsumer-gatsby-starter-bootstrap-netlify.jpg and b/static/images/theme/thumbnail/konsumer-gatsby-starter-bootstrap-netlify.jpg differ diff --git a/static/images/theme/thumbnail/kronik3r-daktilo.jpg b/static/images/theme/thumbnail/kronik3r-daktilo.jpg index 5aadb71fa..d7bc1817b 100644 Binary files a/static/images/theme/thumbnail/kronik3r-daktilo.jpg and b/static/images/theme/thumbnail/kronik3r-daktilo.jpg differ diff --git a/static/images/theme/thumbnail/kulacino-bajawa.jpg b/static/images/theme/thumbnail/kulacino-bajawa.jpg index a9afa2042..118d41595 100644 Binary files a/static/images/theme/thumbnail/kulacino-bajawa.jpg and b/static/images/theme/thumbnail/kulacino-bajawa.jpg differ diff --git a/static/images/theme/thumbnail/kun8018-gatsby-starter-icarus-blog.jpg b/static/images/theme/thumbnail/kun8018-gatsby-starter-icarus-blog.jpg new file mode 100644 index 000000000..93d895686 Binary files /dev/null and b/static/images/theme/thumbnail/kun8018-gatsby-starter-icarus-blog.jpg differ diff --git a/static/images/theme/thumbnail/kuntoaji-dekyll.jpg b/static/images/theme/thumbnail/kuntoaji-dekyll.jpg index ec80bf0cf..28400b581 100644 Binary files a/static/images/theme/thumbnail/kuntoaji-dekyll.jpg and b/static/images/theme/thumbnail/kuntoaji-dekyll.jpg differ diff --git a/static/images/theme/thumbnail/kxxvii-kikofri.jpg b/static/images/theme/thumbnail/kxxvii-kikofri.jpg index 2e3aef647..798ab7660 100644 Binary files a/static/images/theme/thumbnail/kxxvii-kikofri.jpg and b/static/images/theme/thumbnail/kxxvii-kikofri.jpg differ diff --git a/static/images/theme/thumbnail/laixintao-princess-diaries.jpg b/static/images/theme/thumbnail/laixintao-princess-diaries.jpg index 111b30460..1ef1e2a15 100644 Binary files a/static/images/theme/thumbnail/laixintao-princess-diaries.jpg and b/static/images/theme/thumbnail/laixintao-princess-diaries.jpg differ diff --git a/static/images/theme/thumbnail/laobubu-jekyll-theme-easybook.jpg b/static/images/theme/thumbnail/laobubu-jekyll-theme-easybook.jpg deleted file mode 100644 index cd41cf570..000000000 Binary files a/static/images/theme/thumbnail/laobubu-jekyll-theme-easybook.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lasseborly-anybodyhome.jpg b/static/images/theme/thumbnail/lasseborly-anybodyhome.jpg deleted file mode 100644 index 01f3a5630..000000000 Binary files a/static/images/theme/thumbnail/lasseborly-anybodyhome.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lauragift21-gridsome-minimal-blog.jpg b/static/images/theme/thumbnail/lauragift21-gridsome-minimal-blog.jpg index 01afdc280..d0aa9ef9e 100644 Binary files a/static/images/theme/thumbnail/lauragift21-gridsome-minimal-blog.jpg and b/static/images/theme/thumbnail/lauragift21-gridsome-minimal-blog.jpg differ diff --git a/static/images/theme/thumbnail/lavkumarv-feature-blog-jekyll.jpg b/static/images/theme/thumbnail/lavkumarv-feature-blog-jekyll.jpg index 610e3f8bf..2a7a81f63 100644 Binary files a/static/images/theme/thumbnail/lavkumarv-feature-blog-jekyll.jpg and b/static/images/theme/thumbnail/lavkumarv-feature-blog-jekyll.jpg differ diff --git a/static/images/theme/thumbnail/le4ker-personal-jekyll-theme.jpg b/static/images/theme/thumbnail/le4ker-personal-jekyll-theme.jpg index 5fe6fe856..0bbd56d0e 100644 Binary files a/static/images/theme/thumbnail/le4ker-personal-jekyll-theme.jpg and b/static/images/theme/thumbnail/le4ker-personal-jekyll-theme.jpg differ diff --git a/static/images/theme/thumbnail/lednerb-bilberry-hugo-theme.jpg b/static/images/theme/thumbnail/lednerb-bilberry-hugo-theme.jpg index 85313f4e5..b9baa4e00 100644 Binary files a/static/images/theme/thumbnail/lednerb-bilberry-hugo-theme.jpg and b/static/images/theme/thumbnail/lednerb-bilberry-hugo-theme.jpg differ diff --git a/static/images/theme/thumbnail/lekoarts-gatsby-starter-minimal-blog.jpg b/static/images/theme/thumbnail/lekoarts-gatsby-starter-minimal-blog.jpg index a0e1839c2..762c45552 100644 Binary files a/static/images/theme/thumbnail/lekoarts-gatsby-starter-minimal-blog.jpg and b/static/images/theme/thumbnail/lekoarts-gatsby-starter-minimal-blog.jpg differ diff --git a/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-bella.jpg b/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-bella.jpg index cf314de66..6cdad7a48 100644 Binary files a/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-bella.jpg and b/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-bella.jpg differ diff --git a/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-cara.jpg b/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-cara.jpg index 5c83faa1a..e5f36cbb5 100644 Binary files a/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-cara.jpg and b/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-cara.jpg differ diff --git a/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-emilia.jpg b/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-emilia.jpg index 2aa79b6b7..9c6ea10e7 100644 Binary files a/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-emilia.jpg and b/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-emilia.jpg differ diff --git a/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-emma.jpg b/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-emma.jpg index fd85eb57b..cb01a0740 100644 Binary files a/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-emma.jpg and b/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-emma.jpg differ diff --git a/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-jodie.jpg b/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-jodie.jpg index a5d231d08..20a1fc9d9 100644 Binary files a/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-jodie.jpg and b/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-jodie.jpg differ diff --git a/static/images/theme/thumbnail/lekovicmilos-gatsby-starter-portfolio.jpg b/static/images/theme/thumbnail/lekovicmilos-gatsby-starter-portfolio.jpg index 37366ee6b..6ac7253c8 100644 Binary files a/static/images/theme/thumbnail/lekovicmilos-gatsby-starter-portfolio.jpg and b/static/images/theme/thumbnail/lekovicmilos-gatsby-starter-portfolio.jpg differ diff --git a/static/images/theme/thumbnail/lenpaul-academic.jpg b/static/images/theme/thumbnail/lenpaul-academic.jpg index 28e238be8..48d577f94 100644 Binary files a/static/images/theme/thumbnail/lenpaul-academic.jpg and b/static/images/theme/thumbnail/lenpaul-academic.jpg differ diff --git a/static/images/theme/thumbnail/lenpaul-lagrange.jpg b/static/images/theme/thumbnail/lenpaul-lagrange.jpg index 10d80da99..8617a7d67 100644 Binary files a/static/images/theme/thumbnail/lenpaul-lagrange.jpg and b/static/images/theme/thumbnail/lenpaul-lagrange.jpg differ diff --git a/static/images/theme/thumbnail/lenpaul-millennial.jpg b/static/images/theme/thumbnail/lenpaul-millennial.jpg index 000ceb87c..20036fcd6 100644 Binary files a/static/images/theme/thumbnail/lenpaul-millennial.jpg and b/static/images/theme/thumbnail/lenpaul-millennial.jpg differ diff --git a/static/images/theme/thumbnail/lenpaul-portfolio-jekyll-theme.jpg b/static/images/theme/thumbnail/lenpaul-portfolio-jekyll-theme.jpg index c30f337ee..945df8556 100644 Binary files a/static/images/theme/thumbnail/lenpaul-portfolio-jekyll-theme.jpg and b/static/images/theme/thumbnail/lenpaul-portfolio-jekyll-theme.jpg differ diff --git a/static/images/theme/thumbnail/leonhe-hugo_eiio.jpg b/static/images/theme/thumbnail/leonhe-hugo_eiio.jpg deleted file mode 100644 index 526a3f1af..000000000 Binary files a/static/images/theme/thumbnail/leonhe-hugo_eiio.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/leopardpan-leopardpan.github.io.jpg b/static/images/theme/thumbnail/leopardpan-leopardpan.github.io.jpg deleted file mode 100644 index fb6081059..000000000 Binary files a/static/images/theme/thumbnail/leopardpan-leopardpan.github.io.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lewislbr-lewis-gatsby-starter-blog.jpg b/static/images/theme/thumbnail/lewislbr-lewis-gatsby-starter-blog.jpg deleted file mode 100644 index 25874ede7..000000000 Binary files a/static/images/theme/thumbnail/lewislbr-lewis-gatsby-starter-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lgaida-mediumish-gohugo-theme.jpg b/static/images/theme/thumbnail/lgaida-mediumish-gohugo-theme.jpg index d2e500eaa..05b97ea59 100644 Binary files a/static/images/theme/thumbnail/lgaida-mediumish-gohugo-theme.jpg and b/static/images/theme/thumbnail/lgaida-mediumish-gohugo-theme.jpg differ diff --git a/static/images/theme/thumbnail/lgcolella-gatsby-starter-developer-blog.jpg b/static/images/theme/thumbnail/lgcolella-gatsby-starter-developer-blog.jpg deleted file mode 100644 index 0b2d3b4f1..000000000 Binary files a/static/images/theme/thumbnail/lgcolella-gatsby-starter-developer-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/liberxue-liberxue.github.io.jpg b/static/images/theme/thumbnail/liberxue-liberxue.github.io.jpg index ab4d9b2fa..5d78ebc65 100644 Binary files a/static/images/theme/thumbnail/liberxue-liberxue.github.io.jpg and b/static/images/theme/thumbnail/liberxue-liberxue.github.io.jpg differ diff --git a/static/images/theme/thumbnail/lingxz-er.jpg b/static/images/theme/thumbnail/lingxz-er.jpg deleted file mode 100644 index ed0190f5b..000000000 Binary files a/static/images/theme/thumbnail/lingxz-er.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/link9596-hydrogen.jpg b/static/images/theme/thumbnail/link9596-hydrogen.jpg index 7df08093c..5f20239af 100644 Binary files a/static/images/theme/thumbnail/link9596-hydrogen.jpg and b/static/images/theme/thumbnail/link9596-hydrogen.jpg differ diff --git a/static/images/theme/thumbnail/link9596-jekyll-theme-hydrogen.jpg b/static/images/theme/thumbnail/link9596-jekyll-theme-hydrogen.jpg new file mode 100644 index 000000000..cae689c65 Binary files /dev/null and b/static/images/theme/thumbnail/link9596-jekyll-theme-hydrogen.jpg differ diff --git a/static/images/theme/thumbnail/liungkejin-liungkejin.github.io.jpg b/static/images/theme/thumbnail/liungkejin-liungkejin.github.io.jpg index 5ac044af1..e489d0146 100644 Binary files a/static/images/theme/thumbnail/liungkejin-liungkejin.github.io.jpg and b/static/images/theme/thumbnail/liungkejin-liungkejin.github.io.jpg differ diff --git a/static/images/theme/thumbnail/liuzc-leaveit.jpg b/static/images/theme/thumbnail/liuzc-leaveit.jpg deleted file mode 100644 index 0ee971b98..000000000 Binary files a/static/images/theme/thumbnail/liuzc-leaveit.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/livingdocsio-gatsby-magazine-example.jpg b/static/images/theme/thumbnail/livingdocsio-gatsby-magazine-example.jpg index de3201ce3..7be98657b 100644 Binary files a/static/images/theme/thumbnail/livingdocsio-gatsby-magazine-example.jpg and b/static/images/theme/thumbnail/livingdocsio-gatsby-magazine-example.jpg differ diff --git a/static/images/theme/thumbnail/lixizhi-lixizhi.github.io.jpg b/static/images/theme/thumbnail/lixizhi-lixizhi.github.io.jpg index 0c623e6ce..d3fcd1f2d 100644 Binary files a/static/images/theme/thumbnail/lixizhi-lixizhi.github.io.jpg and b/static/images/theme/thumbnail/lixizhi-lixizhi.github.io.jpg differ diff --git a/static/images/theme/thumbnail/longpdo-neumorphism.jpg b/static/images/theme/thumbnail/longpdo-neumorphism.jpg index 0a9ab6b3b..c489daa34 100644 Binary files a/static/images/theme/thumbnail/longpdo-neumorphism.jpg and b/static/images/theme/thumbnail/longpdo-neumorphism.jpg differ diff --git a/static/images/theme/thumbnail/lordmathis-hugo-theme-nix.jpg b/static/images/theme/thumbnail/lordmathis-hugo-theme-nix.jpg deleted file mode 100644 index b8d82bc22..000000000 Binary files a/static/images/theme/thumbnail/lordmathis-hugo-theme-nix.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lorepirri-cayman-blog.jpg b/static/images/theme/thumbnail/lorepirri-cayman-blog.jpg index 197296bb8..0f7670337 100644 Binary files a/static/images/theme/thumbnail/lorepirri-cayman-blog.jpg and b/static/images/theme/thumbnail/lorepirri-cayman-blog.jpg differ diff --git a/static/images/theme/thumbnail/lorepirri-jekyll-theme-simple-blog.jpg b/static/images/theme/thumbnail/lorepirri-jekyll-theme-simple-blog.jpg deleted file mode 100644 index 1983c37bc..000000000 Binary files a/static/images/theme/thumbnail/lorepirri-jekyll-theme-simple-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/loveminimal-hugo-theme-virgo.jpg b/static/images/theme/thumbnail/loveminimal-hugo-theme-virgo.jpg new file mode 100644 index 000000000..7606f1fff Binary files /dev/null and b/static/images/theme/thumbnail/loveminimal-hugo-theme-virgo.jpg differ diff --git a/static/images/theme/thumbnail/lubang-hugo-hello-programmer-theme.jpg b/static/images/theme/thumbnail/lubang-hugo-hello-programmer-theme.jpg index abd9b91de..9bdf6e9ca 100644 Binary files a/static/images/theme/thumbnail/lubang-hugo-hello-programmer-theme.jpg and b/static/images/theme/thumbnail/lubang-hugo-hello-programmer-theme.jpg differ diff --git a/static/images/theme/thumbnail/lucaspulliese-next-ecommerce.jpg b/static/images/theme/thumbnail/lucaspulliese-next-ecommerce.jpg new file mode 100644 index 000000000..9d2713600 Binary files /dev/null and b/static/images/theme/thumbnail/lucaspulliese-next-ecommerce.jpg differ diff --git a/static/images/theme/thumbnail/luizdepra-hugo-coder.jpg b/static/images/theme/thumbnail/luizdepra-hugo-coder.jpg deleted file mode 100644 index 4d89d3c9c..000000000 Binary files a/static/images/theme/thumbnail/luizdepra-hugo-coder.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lukewhitehouse-gatsby-starter-blog-with-lunr.jpg b/static/images/theme/thumbnail/lukewhitehouse-gatsby-starter-blog-with-lunr.jpg index 4d052c26e..55f776fb2 100644 Binary files a/static/images/theme/thumbnail/lukewhitehouse-gatsby-starter-blog-with-lunr.jpg and b/static/images/theme/thumbnail/lukewhitehouse-gatsby-starter-blog-with-lunr.jpg differ diff --git a/static/images/theme/thumbnail/lunaceee-hexo-material-netlify.jpg b/static/images/theme/thumbnail/lunaceee-hexo-material-netlify.jpg index 73bfcf09d..ee4fe6d37 100644 Binary files a/static/images/theme/thumbnail/lunaceee-hexo-material-netlify.jpg and b/static/images/theme/thumbnail/lunaceee-hexo-material-netlify.jpg differ diff --git a/static/images/theme/thumbnail/lundgren2-gatsby-starter-github-api.jpg b/static/images/theme/thumbnail/lundgren2-gatsby-starter-github-api.jpg index 9bef2d17e..29ba14e2d 100644 Binary files a/static/images/theme/thumbnail/lundgren2-gatsby-starter-github-api.jpg and b/static/images/theme/thumbnail/lundgren2-gatsby-starter-github-api.jpg differ diff --git a/static/images/theme/thumbnail/luoyan35714-lessormore.jpg b/static/images/theme/thumbnail/luoyan35714-lessormore.jpg index 1be6103a0..5fe215a5a 100644 Binary files a/static/images/theme/thumbnail/luoyan35714-lessormore.jpg and b/static/images/theme/thumbnail/luoyan35714-lessormore.jpg differ diff --git a/static/images/theme/thumbnail/lwojcik-eleventy-template-bliss.jpg b/static/images/theme/thumbnail/lwojcik-eleventy-template-bliss.jpg new file mode 100644 index 000000000..e24ff8d9f Binary files /dev/null and b/static/images/theme/thumbnail/lwojcik-eleventy-template-bliss.jpg differ diff --git a/static/images/theme/thumbnail/lwz7512-gatsby-netlify-identity-starter.jpg b/static/images/theme/thumbnail/lwz7512-gatsby-netlify-identity-starter.jpg index 9d2d32f39..48f81bf7f 100644 Binary files a/static/images/theme/thumbnail/lwz7512-gatsby-netlify-identity-starter.jpg and b/static/images/theme/thumbnail/lwz7512-gatsby-netlify-identity-starter.jpg differ diff --git a/static/images/theme/thumbnail/lwz7512-next-dev-studio.jpg b/static/images/theme/thumbnail/lwz7512-next-dev-studio.jpg index 67a31c966..8772fa54e 100644 Binary files a/static/images/theme/thumbnail/lwz7512-next-dev-studio.jpg and b/static/images/theme/thumbnail/lwz7512-next-dev-studio.jpg differ diff --git a/static/images/theme/thumbnail/lwz7512-next-smooth-doc.jpg b/static/images/theme/thumbnail/lwz7512-next-smooth-doc.jpg index 247d44eb6..39da2f29e 100644 Binary files a/static/images/theme/thumbnail/lwz7512-next-smooth-doc.jpg and b/static/images/theme/thumbnail/lwz7512-next-smooth-doc.jpg differ diff --git a/static/images/theme/thumbnail/lwz7512-next-static-neve.jpg b/static/images/theme/thumbnail/lwz7512-next-static-neve.jpg index b6b651e82..4c0e76fed 100644 Binary files a/static/images/theme/thumbnail/lwz7512-next-static-neve.jpg and b/static/images/theme/thumbnail/lwz7512-next-static-neve.jpg differ diff --git a/static/images/theme/thumbnail/lxndrblz-anatole.jpg b/static/images/theme/thumbnail/lxndrblz-anatole.jpg new file mode 100644 index 000000000..368bd5f75 Binary files /dev/null and b/static/images/theme/thumbnail/lxndrblz-anatole.jpg differ diff --git a/static/images/theme/thumbnail/lyket-dev-nextjs-simple-blog-theme.jpg b/static/images/theme/thumbnail/lyket-dev-nextjs-simple-blog-theme.jpg index 31c70cda4..115dd8d52 100644 Binary files a/static/images/theme/thumbnail/lyket-dev-nextjs-simple-blog-theme.jpg and b/static/images/theme/thumbnail/lyket-dev-nextjs-simple-blog-theme.jpg differ diff --git a/static/images/theme/thumbnail/macrod68-jekyll-materialize-starter-template.jpg b/static/images/theme/thumbnail/macrod68-jekyll-materialize-starter-template.jpg deleted file mode 100644 index afdc30984..000000000 Binary files a/static/images/theme/thumbnail/macrod68-jekyll-materialize-starter-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/madelyneriksen-gatsby-starter-tyra.jpg b/static/images/theme/thumbnail/madelyneriksen-gatsby-starter-tyra.jpg index ff052648e..63077ddea 100644 Binary files a/static/images/theme/thumbnail/madelyneriksen-gatsby-starter-tyra.jpg and b/static/images/theme/thumbnail/madelyneriksen-gatsby-starter-tyra.jpg differ diff --git a/static/images/theme/thumbnail/madforjekyll-madforjekyll.github.io.jpg b/static/images/theme/thumbnail/madforjekyll-madforjekyll.github.io.jpg index 78c2e94c6..541acfaa5 100644 Binary files a/static/images/theme/thumbnail/madforjekyll-madforjekyll.github.io.jpg and b/static/images/theme/thumbnail/madforjekyll-madforjekyll.github.io.jpg differ diff --git a/static/images/theme/thumbnail/manid2-lone-wolf-theme.jpg b/static/images/theme/thumbnail/manid2-lone-wolf-theme.jpg index a3ebd55e9..9a6fc18d7 100644 Binary files a/static/images/theme/thumbnail/manid2-lone-wolf-theme.jpg and b/static/images/theme/thumbnail/manid2-lone-wolf-theme.jpg differ diff --git a/static/images/theme/thumbnail/marcanuy-hugotube.jpg b/static/images/theme/thumbnail/marcanuy-hugotube.jpg index 956824fa6..f6a7c883e 100644 Binary files a/static/images/theme/thumbnail/marcanuy-hugotube.jpg and b/static/images/theme/thumbnail/marcanuy-hugotube.jpg differ diff --git a/static/images/theme/thumbnail/marcanuy-simpleit-hugo-theme.jpg b/static/images/theme/thumbnail/marcanuy-simpleit-hugo-theme.jpg deleted file mode 100644 index 6d194652a..000000000 Binary files a/static/images/theme/thumbnail/marcanuy-simpleit-hugo-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/marcomelilli-gatsby-airtable-advanced-starter.jpg b/static/images/theme/thumbnail/marcomelilli-gatsby-airtable-advanced-starter.jpg index 8b5ce3c0c..b677874e9 100644 Binary files a/static/images/theme/thumbnail/marcomelilli-gatsby-airtable-advanced-starter.jpg and b/static/images/theme/thumbnail/marcomelilli-gatsby-airtable-advanced-starter.jpg differ diff --git a/static/images/theme/thumbnail/marcusvirg-forty.jpg b/static/images/theme/thumbnail/marcusvirg-forty.jpg deleted file mode 100644 index 32aac2129..000000000 Binary files a/static/images/theme/thumbnail/marcusvirg-forty.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/margueriteroth-gatsby-prismic-starter-prist.jpg b/static/images/theme/thumbnail/margueriteroth-gatsby-prismic-starter-prist.jpg index 9f0bb2e9e..406fd1de0 100644 Binary files a/static/images/theme/thumbnail/margueriteroth-gatsby-prismic-starter-prist.jpg and b/static/images/theme/thumbnail/margueriteroth-gatsby-prismic-starter-prist.jpg differ diff --git a/static/images/theme/thumbnail/markoradak-gatsby-starter-storybook.jpg b/static/images/theme/thumbnail/markoradak-gatsby-starter-storybook.jpg index 3a813828e..f240ceeae 100644 Binary files a/static/images/theme/thumbnail/markoradak-gatsby-starter-storybook.jpg and b/static/images/theme/thumbnail/markoradak-gatsby-starter-storybook.jpg differ diff --git a/static/images/theme/thumbnail/matcornic-hugo-theme-learn.jpg b/static/images/theme/thumbnail/matcornic-hugo-theme-learn.jpg index 401540dc9..9dd68a127 100644 Binary files a/static/images/theme/thumbnail/matcornic-hugo-theme-learn.jpg and b/static/images/theme/thumbnail/matcornic-hugo-theme-learn.jpg differ diff --git a/static/images/theme/thumbnail/materio-react-github-banner.png b/static/images/theme/thumbnail/materio-react-github-banner.png new file mode 100644 index 000000000..865ea2560 Binary files /dev/null and b/static/images/theme/thumbnail/materio-react-github-banner.png differ diff --git a/static/images/theme/thumbnail/materio-vue-nuxtjs-free-banner-github.png b/static/images/theme/thumbnail/materio-vue-nuxtjs-free-banner-github.png new file mode 100644 index 000000000..c4629128b Binary files /dev/null and b/static/images/theme/thumbnail/materio-vue-nuxtjs-free-banner-github.png differ diff --git a/static/images/theme/thumbnail/mateussmedeiros-blade-theme.jpg b/static/images/theme/thumbnail/mateussmedeiros-blade-theme.jpg index e5d6aeaa4..9ad65c78a 100644 Binary files a/static/images/theme/thumbnail/mateussmedeiros-blade-theme.jpg and b/static/images/theme/thumbnail/mateussmedeiros-blade-theme.jpg differ diff --git a/static/images/theme/thumbnail/mattbutton-silhouette-hugo.jpg b/static/images/theme/thumbnail/mattbutton-silhouette-hugo.jpg deleted file mode 100644 index 29cde845a..000000000 Binary files a/static/images/theme/thumbnail/mattbutton-silhouette-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/mattgraham-leap-day.jpg b/static/images/theme/thumbnail/mattgraham-leap-day.jpg index 63dc4bff7..ab77cae72 100644 Binary files a/static/images/theme/thumbnail/mattgraham-leap-day.jpg and b/static/images/theme/thumbnail/mattgraham-leap-day.jpg differ diff --git a/static/images/theme/thumbnail/mattgraham-midnight.jpg b/static/images/theme/thumbnail/mattgraham-midnight.jpg index 1876113db..fb212650f 100644 Binary files a/static/images/theme/thumbnail/mattgraham-midnight.jpg and b/static/images/theme/thumbnail/mattgraham-midnight.jpg differ diff --git a/static/images/theme/thumbnail/mattolson-middleman-bootstrap-template.jpg b/static/images/theme/thumbnail/mattolson-middleman-bootstrap-template.jpg deleted file mode 100644 index a9fa258a3..000000000 Binary files a/static/images/theme/thumbnail/mattolson-middleman-bootstrap-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/mattolson-middleman-zurb-template.jpg b/static/images/theme/thumbnail/mattolson-middleman-zurb-template.jpg deleted file mode 100644 index a0b9ddee0..000000000 Binary files a/static/images/theme/thumbnail/mattolson-middleman-zurb-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/mattvh-solar-theme-jekyll.jpg b/static/images/theme/thumbnail/mattvh-solar-theme-jekyll.jpg index 40285d620..73b04fb05 100644 Binary files a/static/images/theme/thumbnail/mattvh-solar-theme-jekyll.jpg and b/static/images/theme/thumbnail/mattvh-solar-theme-jekyll.jpg differ diff --git a/static/images/theme/thumbnail/maxpou-gatsby-starter-morning-dew.jpg b/static/images/theme/thumbnail/maxpou-gatsby-starter-morning-dew.jpg index 7fb235417..ebf2a117f 100644 Binary files a/static/images/theme/thumbnail/maxpou-gatsby-starter-morning-dew.jpg and b/static/images/theme/thumbnail/maxpou-gatsby-starter-morning-dew.jpg differ diff --git a/static/images/theme/thumbnail/mazgi-hugo-theme-techlog-simple.jpg b/static/images/theme/thumbnail/mazgi-hugo-theme-techlog-simple.jpg deleted file mode 100644 index 36dfd5a75..000000000 Binary files a/static/images/theme/thumbnail/mazgi-hugo-theme-techlog-simple.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/mccrodp-gatsby-starter-contentful-i18n.jpg b/static/images/theme/thumbnail/mccrodp-gatsby-starter-contentful-i18n.jpg index f32a23cdc..dd4150669 100644 Binary files a/static/images/theme/thumbnail/mccrodp-gatsby-starter-contentful-i18n.jpg and b/static/images/theme/thumbnail/mccrodp-gatsby-starter-contentful-i18n.jpg differ diff --git a/static/images/theme/thumbnail/mdrathik-nuxtjs-tailwind-blog.jpg b/static/images/theme/thumbnail/mdrathik-nuxtjs-tailwind-blog.jpg new file mode 100644 index 000000000..2ce7f0ead Binary files /dev/null and b/static/images/theme/thumbnail/mdrathik-nuxtjs-tailwind-blog.jpg differ diff --git a/static/images/theme/thumbnail/meibenny-elephants.jpg b/static/images/theme/thumbnail/meibenny-elephants.jpg deleted file mode 100644 index c8a966617..000000000 Binary files a/static/images/theme/thumbnail/meibenny-elephants.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/melangue-dactl.jpg b/static/images/theme/thumbnail/melangue-dactl.jpg index 76e44a1b1..5d5893c8d 100644 Binary files a/static/images/theme/thumbnail/melangue-dactl.jpg and b/static/images/theme/thumbnail/melangue-dactl.jpg differ diff --git a/static/images/theme/thumbnail/meliodus-meliodus.github.io.jpg b/static/images/theme/thumbnail/meliodus-meliodus.github.io.jpg index 68ef2c7b6..512570ca4 100644 Binary files a/static/images/theme/thumbnail/meliodus-meliodus.github.io.jpg and b/static/images/theme/thumbnail/meliodus-meliodus.github.io.jpg differ diff --git a/static/images/theme/thumbnail/meliodus-uno-dbyll.jpg b/static/images/theme/thumbnail/meliodus-uno-dbyll.jpg index 5b86cebcd..5bd7a6c2f 100644 Binary files a/static/images/theme/thumbnail/meliodus-uno-dbyll.jpg and b/static/images/theme/thumbnail/meliodus-uno-dbyll.jpg differ diff --git a/static/images/theme/thumbnail/melvinchng-event-jekyll-theme.jpg b/static/images/theme/thumbnail/melvinchng-event-jekyll-theme.jpg index f75d4a0c6..f2d3caa89 100644 Binary files a/static/images/theme/thumbnail/melvinchng-event-jekyll-theme.jpg and b/static/images/theme/thumbnail/melvinchng-event-jekyll-theme.jpg differ diff --git a/static/images/theme/thumbnail/mendhak-eleventy-satisfactory.jpg b/static/images/theme/thumbnail/mendhak-eleventy-satisfactory.jpg new file mode 100644 index 000000000..f0f64c55e Binary files /dev/null and b/static/images/theme/thumbnail/mendhak-eleventy-satisfactory.jpg differ diff --git a/static/images/theme/thumbnail/meteorlxy-vuepress-theme-meteorlxy.jpg b/static/images/theme/thumbnail/meteorlxy-vuepress-theme-meteorlxy.jpg index 9a6ce62f1..ab2558eae 100644 Binary files a/static/images/theme/thumbnail/meteorlxy-vuepress-theme-meteorlxy.jpg and b/static/images/theme/thumbnail/meteorlxy-vuepress-theme-meteorlxy.jpg differ diff --git a/static/images/theme/thumbnail/mhadaily-gatsby-starter-typescript-power-blog.jpg b/static/images/theme/thumbnail/mhadaily-gatsby-starter-typescript-power-blog.jpg index f58c66907..b1c32c8df 100644 Binary files a/static/images/theme/thumbnail/mhadaily-gatsby-starter-typescript-power-blog.jpg and b/static/images/theme/thumbnail/mhadaily-gatsby-starter-typescript-power-blog.jpg differ diff --git a/static/images/theme/thumbnail/miccall-hexo-theme-mic_theme.jpg b/static/images/theme/thumbnail/miccall-hexo-theme-mic_theme.jpg deleted file mode 100644 index 1fd905209..000000000 Binary files a/static/images/theme/thumbnail/miccall-hexo-theme-mic_theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/miguelsimoni-hugo-initio.jpg b/static/images/theme/thumbnail/miguelsimoni-hugo-initio.jpg deleted file mode 100644 index c89fa131b..000000000 Binary files a/static/images/theme/thumbnail/miguelsimoni-hugo-initio.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/mikeblum-hugo-now.jpg b/static/images/theme/thumbnail/mikeblum-hugo-now.jpg deleted file mode 100644 index 290bba659..000000000 Binary files a/static/images/theme/thumbnail/mikeblum-hugo-now.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/minhhuy150894-minhhuy150894.github.io.jpg b/static/images/theme/thumbnail/minhhuy150894-minhhuy150894.github.io.jpg deleted file mode 100644 index 6163a619f..000000000 Binary files a/static/images/theme/thumbnail/minhhuy150894-minhhuy150894.github.io.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/mmistakes-hpstr-jekyll-theme.jpg b/static/images/theme/thumbnail/mmistakes-hpstr-jekyll-theme.jpg index a598cd339..7ddbeeb9a 100644 Binary files a/static/images/theme/thumbnail/mmistakes-hpstr-jekyll-theme.jpg and b/static/images/theme/thumbnail/mmistakes-hpstr-jekyll-theme.jpg differ diff --git a/static/images/theme/thumbnail/mmistakes-jekyll-theme-basically-basic.jpg b/static/images/theme/thumbnail/mmistakes-jekyll-theme-basically-basic.jpg index 30b1c55bf..b87768419 100644 Binary files a/static/images/theme/thumbnail/mmistakes-jekyll-theme-basically-basic.jpg and b/static/images/theme/thumbnail/mmistakes-jekyll-theme-basically-basic.jpg differ diff --git a/static/images/theme/thumbnail/mmistakes-jekyll-theme-skinny-bones.jpg b/static/images/theme/thumbnail/mmistakes-jekyll-theme-skinny-bones.jpg index 4f0fb821d..77ed0ae4c 100644 Binary files a/static/images/theme/thumbnail/mmistakes-jekyll-theme-skinny-bones.jpg and b/static/images/theme/thumbnail/mmistakes-jekyll-theme-skinny-bones.jpg differ diff --git a/static/images/theme/thumbnail/mmistakes-minimal-mistakes.jpg b/static/images/theme/thumbnail/mmistakes-minimal-mistakes.jpg index 1145153f4..33accad73 100644 Binary files a/static/images/theme/thumbnail/mmistakes-minimal-mistakes.jpg and b/static/images/theme/thumbnail/mmistakes-minimal-mistakes.jpg differ diff --git a/static/images/theme/thumbnail/mmistakes-so-simple-theme.jpg b/static/images/theme/thumbnail/mmistakes-so-simple-theme.jpg index 318fa3c61..bb3f199da 100644 Binary files a/static/images/theme/thumbnail/mmistakes-so-simple-theme.jpg and b/static/images/theme/thumbnail/mmistakes-so-simple-theme.jpg differ diff --git a/static/images/theme/thumbnail/mmrath-hugo-bootstrap.jpg b/static/images/theme/thumbnail/mmrath-hugo-bootstrap.jpg deleted file mode 100644 index b751bd701..000000000 Binary files a/static/images/theme/thumbnail/mmrath-hugo-bootstrap.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/mohanmonu777-gatsby-starter-krisp.jpg b/static/images/theme/thumbnail/mohanmonu777-gatsby-starter-krisp.jpg index d98c416a9..0d6db70fa 100644 Binary files a/static/images/theme/thumbnail/mohanmonu777-gatsby-starter-krisp.jpg and b/static/images/theme/thumbnail/mohanmonu777-gatsby-starter-krisp.jpg differ diff --git a/static/images/theme/thumbnail/molebox-gatsby-theme-pocket.jpg b/static/images/theme/thumbnail/molebox-gatsby-theme-pocket.jpg index 2daa08c07..0aedb9349 100644 Binary files a/static/images/theme/thumbnail/molebox-gatsby-theme-pocket.jpg and b/static/images/theme/thumbnail/molebox-gatsby-theme-pocket.jpg differ diff --git a/static/images/theme/thumbnail/moonwave99-waffel.jpg b/static/images/theme/thumbnail/moonwave99-waffel.jpg index 442eae6a9..ca00449db 100644 Binary files a/static/images/theme/thumbnail/moonwave99-waffel.jpg and b/static/images/theme/thumbnail/moonwave99-waffel.jpg differ diff --git a/static/images/theme/thumbnail/mrgreensworkshop-mrgreen-jekylltheme.jpg b/static/images/theme/thumbnail/mrgreensworkshop-mrgreen-jekylltheme.jpg new file mode 100644 index 000000000..4dc00b726 Binary files /dev/null and b/static/images/theme/thumbnail/mrgreensworkshop-mrgreen-jekylltheme.jpg differ diff --git a/static/images/theme/thumbnail/muan-scribble.jpg b/static/images/theme/thumbnail/muan-scribble.jpg index 33db9cbb2..0d12a3964 100644 Binary files a/static/images/theme/thumbnail/muan-scribble.jpg and b/static/images/theme/thumbnail/muan-scribble.jpg differ diff --git a/static/images/theme/thumbnail/mudassirgithub-next-basic-blog.jpg b/static/images/theme/thumbnail/mudassirgithub-next-basic-blog.jpg index 343ea15cb..d6b097eed 100644 Binary files a/static/images/theme/thumbnail/mudassirgithub-next-basic-blog.jpg and b/static/images/theme/thumbnail/mudassirgithub-next-basic-blog.jpg differ diff --git a/static/images/theme/thumbnail/muenzpraeger-eleventy-chirpy-blog-template.jpg b/static/images/theme/thumbnail/muenzpraeger-eleventy-chirpy-blog-template.jpg index e4bd12f35..c96db7825 100644 Binary files a/static/images/theme/thumbnail/muenzpraeger-eleventy-chirpy-blog-template.jpg and b/static/images/theme/thumbnail/muenzpraeger-eleventy-chirpy-blog-template.jpg differ diff --git a/static/images/theme/thumbnail/muhajirdev-gatsby-starter-firebase.jpg b/static/images/theme/thumbnail/muhajirdev-gatsby-starter-firebase.jpg index 5783467e6..dd397b7a4 100644 Binary files a/static/images/theme/thumbnail/muhajirdev-gatsby-starter-firebase.jpg and b/static/images/theme/thumbnail/muhajirdev-gatsby-starter-firebase.jpg differ diff --git a/static/images/theme/thumbnail/muhajirdev-gatsby-starter-redux-firebase.jpg b/static/images/theme/thumbnail/muhajirdev-gatsby-starter-redux-firebase.jpg index fb6081059..dd397b7a4 100644 Binary files a/static/images/theme/thumbnail/muhajirdev-gatsby-starter-redux-firebase.jpg and b/static/images/theme/thumbnail/muhajirdev-gatsby-starter-redux-firebase.jpg differ diff --git a/static/images/theme/thumbnail/muhajirdev-gatsby-tailwind-emotion-starter.jpg b/static/images/theme/thumbnail/muhajirdev-gatsby-tailwind-emotion-starter.jpg index 561a4daac..9fe041988 100644 Binary files a/static/images/theme/thumbnail/muhajirdev-gatsby-tailwind-emotion-starter.jpg and b/static/images/theme/thumbnail/muhajirdev-gatsby-tailwind-emotion-starter.jpg differ diff --git a/static/images/theme/thumbnail/mumuxme-materialize-jekyll.jpg b/static/images/theme/thumbnail/mumuxme-materialize-jekyll.jpg index bb9d4c36c..018a41ca4 100644 Binary files a/static/images/theme/thumbnail/mumuxme-materialize-jekyll.jpg and b/static/images/theme/thumbnail/mumuxme-materialize-jekyll.jpg differ diff --git a/static/images/theme/thumbnail/muniftanjim-minimo.jpg b/static/images/theme/thumbnail/muniftanjim-minimo.jpg index 08eac5cd7..283d59f43 100644 Binary files a/static/images/theme/thumbnail/muniftanjim-minimo.jpg and b/static/images/theme/thumbnail/muniftanjim-minimo.jpg differ diff --git a/static/images/theme/thumbnail/murraco-jekyll-theme-minimal-resume.jpg b/static/images/theme/thumbnail/murraco-jekyll-theme-minimal-resume.jpg index bcbb313e8..352fa8ad5 100644 Binary files a/static/images/theme/thumbnail/murraco-jekyll-theme-minimal-resume.jpg and b/static/images/theme/thumbnail/murraco-jekyll-theme-minimal-resume.jpg differ diff --git a/static/images/theme/thumbnail/mushishi78-jekyll-video.jpg b/static/images/theme/thumbnail/mushishi78-jekyll-video.jpg index 2ac935792..8cd9e547a 100644 Binary files a/static/images/theme/thumbnail/mushishi78-jekyll-video.jpg and b/static/images/theme/thumbnail/mushishi78-jekyll-video.jpg differ diff --git a/static/images/theme/thumbnail/mushishi78-one-page-wonder-jekyll.jpg b/static/images/theme/thumbnail/mushishi78-one-page-wonder-jekyll.jpg index df63a997f..968fc6f40 100644 Binary files a/static/images/theme/thumbnail/mushishi78-one-page-wonder-jekyll.jpg and b/static/images/theme/thumbnail/mushishi78-one-page-wonder-jekyll.jpg differ diff --git a/static/images/theme/thumbnail/mx3m-hikari-for-jekyll.jpg b/static/images/theme/thumbnail/mx3m-hikari-for-jekyll.jpg deleted file mode 100644 index 795c64f6d..000000000 Binary files a/static/images/theme/thumbnail/mx3m-hikari-for-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nadjetey-gridgallery.jpg b/static/images/theme/thumbnail/nadjetey-gridgallery.jpg deleted file mode 100644 index 795c64f6d..000000000 Binary files a/static/images/theme/thumbnail/nadjetey-gridgallery.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nadjetey-redcup.jpg b/static/images/theme/thumbnail/nadjetey-redcup.jpg deleted file mode 100644 index 795c64f6d..000000000 Binary files a/static/images/theme/thumbnail/nadjetey-redcup.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nadjetey-wangana.jpg b/static/images/theme/thumbnail/nadjetey-wangana.jpg index 3950a5f4d..f6537dfdd 100644 Binary files a/static/images/theme/thumbnail/nadjetey-wangana.jpg and b/static/images/theme/thumbnail/nadjetey-wangana.jpg differ diff --git a/static/images/theme/thumbnail/nairobilug-pelican-alchemy.jpg b/static/images/theme/thumbnail/nairobilug-pelican-alchemy.jpg index 2a91b674e..4ebc4d05f 100644 Binary files a/static/images/theme/thumbnail/nairobilug-pelican-alchemy.jpg and b/static/images/theme/thumbnail/nairobilug-pelican-alchemy.jpg differ diff --git a/static/images/theme/thumbnail/nakorndev-vuepress-theme-bulma.jpg b/static/images/theme/thumbnail/nakorndev-vuepress-theme-bulma.jpg deleted file mode 100644 index 892b02951..000000000 Binary files a/static/images/theme/thumbnail/nakorndev-vuepress-theme-bulma.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nandomoreirame-end2end.jpg b/static/images/theme/thumbnail/nandomoreirame-end2end.jpg index 01c923cd9..c3f715fd3 100644 Binary files a/static/images/theme/thumbnail/nandomoreirame-end2end.jpg and b/static/images/theme/thumbnail/nandomoreirame-end2end.jpg differ diff --git a/static/images/theme/thumbnail/nandomoreirame-lora.jpg b/static/images/theme/thumbnail/nandomoreirame-lora.jpg deleted file mode 100644 index 9285e53aa..000000000 Binary files a/static/images/theme/thumbnail/nandomoreirame-lora.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nandomoreirame-mug.jpg b/static/images/theme/thumbnail/nandomoreirame-mug.jpg deleted file mode 100644 index bee09d4c5..000000000 Binary files a/static/images/theme/thumbnail/nandomoreirame-mug.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nandomoreirame-nandomoreira-jekyll-theme.jpg b/static/images/theme/thumbnail/nandomoreirame-nandomoreira-jekyll-theme.jpg deleted file mode 100644 index ecdb21399..000000000 Binary files a/static/images/theme/thumbnail/nandomoreirame-nandomoreira-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nandomoreirame-simplest.jpg b/static/images/theme/thumbnail/nandomoreirame-simplest.jpg deleted file mode 100644 index cd82bf894..000000000 Binary files a/static/images/theme/thumbnail/nandomoreirame-simplest.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nandomoreirame-zetsu.jpg b/static/images/theme/thumbnail/nandomoreirame-zetsu.jpg index c13ed562f..d2648362e 100644 Binary files a/static/images/theme/thumbnail/nandomoreirame-zetsu.jpg and b/static/images/theme/thumbnail/nandomoreirame-zetsu.jpg differ diff --git a/static/images/theme/thumbnail/nanxiaobei-hugo-paper.jpg b/static/images/theme/thumbnail/nanxiaobei-hugo-paper.jpg index 5f6ad8289..4659172be 100644 Binary files a/static/images/theme/thumbnail/nanxiaobei-hugo-paper.jpg and b/static/images/theme/thumbnail/nanxiaobei-hugo-paper.jpg differ diff --git a/static/images/theme/thumbnail/narative-gatsby-theme-novela.jpg b/static/images/theme/thumbnail/narative-gatsby-theme-novela.jpg index 8d0c51fc8..d3c7aa1a9 100644 Binary files a/static/images/theme/thumbnail/narative-gatsby-theme-novela.jpg and b/static/images/theme/thumbnail/narative-gatsby-theme-novela.jpg differ diff --git a/static/images/theme/thumbnail/natarajmb-charaka-hugo-theme.jpg b/static/images/theme/thumbnail/natarajmb-charaka-hugo-theme.jpg deleted file mode 100644 index bf2e6d2f6..000000000 Binary files a/static/images/theme/thumbnail/natarajmb-charaka-hugo-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nathancday-min_night.jpg b/static/images/theme/thumbnail/nathancday-min_night.jpg index 13eda1127..7ce625bb2 100644 Binary files a/static/images/theme/thumbnail/nathancday-min_night.jpg and b/static/images/theme/thumbnail/nathancday-min_night.jpg differ diff --git a/static/images/theme/thumbnail/naufaldi-next-landing-vpn.jpg b/static/images/theme/thumbnail/naufaldi-next-landing-vpn.jpg new file mode 100644 index 000000000..5876ce8e1 Binary files /dev/null and b/static/images/theme/thumbnail/naufaldi-next-landing-vpn.jpg differ diff --git a/static/images/theme/thumbnail/ndimatteo-hull.jpg b/static/images/theme/thumbnail/ndimatteo-hull.jpg new file mode 100644 index 000000000..5949b6028 Binary files /dev/null and b/static/images/theme/thumbnail/ndimatteo-hull.jpg differ diff --git a/static/images/theme/thumbnail/nehalist-gatsby-starter-nehalem.jpg b/static/images/theme/thumbnail/nehalist-gatsby-starter-nehalem.jpg index add10bc82..9efded26f 100644 Binary files a/static/images/theme/thumbnail/nehalist-gatsby-starter-nehalem.jpg and b/static/images/theme/thumbnail/nehalist-gatsby-starter-nehalem.jpg differ diff --git a/static/images/theme/thumbnail/neizod-lemma-theme.jpg b/static/images/theme/thumbnail/neizod-lemma-theme.jpg index a2ea96b05..b02630717 100644 Binary files a/static/images/theme/thumbnail/neizod-lemma-theme.jpg and b/static/images/theme/thumbnail/neizod-lemma-theme.jpg differ diff --git a/static/images/theme/thumbnail/netlify-templates-gatsby-starter-netlify-cms.jpg b/static/images/theme/thumbnail/netlify-templates-gatsby-starter-netlify-cms.jpg index e2e5f3940..55210e6b6 100644 Binary files a/static/images/theme/thumbnail/netlify-templates-gatsby-starter-netlify-cms.jpg and b/static/images/theme/thumbnail/netlify-templates-gatsby-starter-netlify-cms.jpg differ diff --git a/static/images/theme/thumbnail/netlify-templates-one-click-hugo-cms.jpg b/static/images/theme/thumbnail/netlify-templates-one-click-hugo-cms.jpg index 07f72dcb1..4f2547a04 100644 Binary files a/static/images/theme/thumbnail/netlify-templates-one-click-hugo-cms.jpg and b/static/images/theme/thumbnail/netlify-templates-one-click-hugo-cms.jpg differ diff --git a/static/images/theme/thumbnail/netlify-templates-remix-admin-template.jpg b/static/images/theme/thumbnail/netlify-templates-remix-admin-template.jpg new file mode 100644 index 000000000..007bd57aa Binary files /dev/null and b/static/images/theme/thumbnail/netlify-templates-remix-admin-template.jpg differ diff --git a/static/images/theme/thumbnail/netlify-templates-tanstack-template.jpg b/static/images/theme/thumbnail/netlify-templates-tanstack-template.jpg new file mode 100644 index 000000000..d63e48732 Binary files /dev/null and b/static/images/theme/thumbnail/netlify-templates-tanstack-template.jpg differ diff --git a/static/images/theme/thumbnail/ngzhio-jekyll-theme-hamilton.jpg b/static/images/theme/thumbnail/ngzhio-jekyll-theme-hamilton.jpg deleted file mode 100644 index 97caeaf15..000000000 Binary files a/static/images/theme/thumbnail/ngzhio-jekyll-theme-hamilton.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/niklasbuschmann-contrast-hugo.jpg b/static/images/theme/thumbnail/niklasbuschmann-contrast-hugo.jpg deleted file mode 100644 index 8995f3ca4..000000000 Binary files a/static/images/theme/thumbnail/niklasbuschmann-contrast-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/niklasbuschmann-contrast.jpg b/static/images/theme/thumbnail/niklasbuschmann-contrast.jpg index 8ef5a7e25..385f62fdd 100644 Binary files a/static/images/theme/thumbnail/niklasbuschmann-contrast.jpg and b/static/images/theme/thumbnail/niklasbuschmann-contrast.jpg differ diff --git a/static/images/theme/thumbnail/niklasmtj-gatsby-starter-julia.jpg b/static/images/theme/thumbnail/niklasmtj-gatsby-starter-julia.jpg index 486c2a7fe..5553354d1 100644 Binary files a/static/images/theme/thumbnail/niklasmtj-gatsby-starter-julia.jpg and b/static/images/theme/thumbnail/niklasmtj-gatsby-starter-julia.jpg differ diff --git a/static/images/theme/thumbnail/nikrich-jekyll-slender-template.jpg b/static/images/theme/thumbnail/nikrich-jekyll-slender-template.jpg index d94a35abb..817313fef 100644 Binary files a/static/images/theme/thumbnail/nikrich-jekyll-slender-template.jpg and b/static/images/theme/thumbnail/nikrich-jekyll-slender-template.jpg differ diff --git a/static/images/theme/thumbnail/nikrich-jekyll-wing-template.jpg b/static/images/theme/thumbnail/nikrich-jekyll-wing-template.jpg index acfb584db..e1f6e2b3c 100644 Binary files a/static/images/theme/thumbnail/nikrich-jekyll-wing-template.jpg and b/static/images/theme/thumbnail/nikrich-jekyll-wing-template.jpg differ diff --git a/static/images/theme/thumbnail/ninapetrop-artist-theme.jpg b/static/images/theme/thumbnail/ninapetrop-artist-theme.jpg index 5b41dfcd5..9d3071b53 100644 Binary files a/static/images/theme/thumbnail/ninapetrop-artist-theme.jpg and b/static/images/theme/thumbnail/ninapetrop-artist-theme.jpg differ diff --git a/static/images/theme/thumbnail/nirocfz-arabica.jpg b/static/images/theme/thumbnail/nirocfz-arabica.jpg index 11ab984da..706afbf6c 100644 Binary files a/static/images/theme/thumbnail/nirocfz-arabica.jpg and b/static/images/theme/thumbnail/nirocfz-arabica.jpg differ diff --git a/static/images/theme/thumbnail/nix1947-jekyll-hilmi.jpg b/static/images/theme/thumbnail/nix1947-jekyll-hilmi.jpg deleted file mode 100644 index fc09701df..000000000 Binary files a/static/images/theme/thumbnail/nix1947-jekyll-hilmi.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nodejh-hugo-theme-cactus-plus.jpg b/static/images/theme/thumbnail/nodejh-hugo-theme-cactus-plus.jpg deleted file mode 100644 index 6e644f3c6..000000000 Binary files a/static/images/theme/thumbnail/nodejh-hugo-theme-cactus-plus.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/notpushkin-mkdocs-alabaster.jpg b/static/images/theme/thumbnail/notpushkin-mkdocs-alabaster.jpg index 406cee043..e681325ec 100644 Binary files a/static/images/theme/thumbnail/notpushkin-mkdocs-alabaster.jpg and b/static/images/theme/thumbnail/notpushkin-mkdocs-alabaster.jpg differ diff --git a/static/images/theme/thumbnail/nrandecker-particle.jpg b/static/images/theme/thumbnail/nrandecker-particle.jpg index a0a066fba..5577585cd 100644 Binary files a/static/images/theme/thumbnail/nrandecker-particle.jpg and b/static/images/theme/thumbnail/nrandecker-particle.jpg differ diff --git a/static/images/theme/thumbnail/nunocoracao-blowfish.jpg b/static/images/theme/thumbnail/nunocoracao-blowfish.jpg new file mode 100644 index 000000000..c12e191a9 Binary files /dev/null and b/static/images/theme/thumbnail/nunocoracao-blowfish.jpg differ diff --git a/static/images/theme/thumbnail/nurlansu-hugo-sustain.jpg b/static/images/theme/thumbnail/nurlansu-hugo-sustain.jpg index d05aa2a4a..d002ebad9 100644 Binary files a/static/images/theme/thumbnail/nurlansu-hugo-sustain.jpg and b/static/images/theme/thumbnail/nurlansu-hugo-sustain.jpg differ diff --git a/static/images/theme/thumbnail/obaez-dentistsmile.jpg b/static/images/theme/thumbnail/obaez-dentistsmile.jpg deleted file mode 100644 index 7d26b4a0c..000000000 Binary files a/static/images/theme/thumbnail/obaez-dentistsmile.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/octoxalis-11tyframe.jpg b/static/images/theme/thumbnail/octoxalis-11tyframe.jpg index 298a926c8..d1e974677 100644 Binary files a/static/images/theme/thumbnail/octoxalis-11tyframe.jpg and b/static/images/theme/thumbnail/octoxalis-11tyframe.jpg differ diff --git a/static/images/theme/thumbnail/ofranke-gatsby-typescript-scss-docker.jpg b/static/images/theme/thumbnail/ofranke-gatsby-typescript-scss-docker.jpg index cb07e4582..ffb0ab8dc 100644 Binary files a/static/images/theme/thumbnail/ofranke-gatsby-typescript-scss-docker.jpg and b/static/images/theme/thumbnail/ofranke-gatsby-typescript-scss-docker.jpg differ diff --git a/static/images/theme/thumbnail/ohduran-onassis.jpg b/static/images/theme/thumbnail/ohduran-onassis.jpg index 7322b3d34..6f8a546fb 100644 Binary files a/static/images/theme/thumbnail/ohduran-onassis.jpg and b/static/images/theme/thumbnail/ohduran-onassis.jpg differ diff --git a/static/images/theme/thumbnail/ohduran-the-interesting-times.jpg b/static/images/theme/thumbnail/ohduran-the-interesting-times.jpg index a0b4c81d9..e08ef00dc 100644 Binary files a/static/images/theme/thumbnail/ohduran-the-interesting-times.jpg and b/static/images/theme/thumbnail/ohduran-the-interesting-times.jpg differ diff --git a/static/images/theme/thumbnail/okkur-syna.jpg b/static/images/theme/thumbnail/okkur-syna.jpg deleted file mode 100644 index 1d3483568..000000000 Binary files a/static/images/theme/thumbnail/okkur-syna.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/olakara-jekyllmetro.jpg b/static/images/theme/thumbnail/olakara-jekyllmetro.jpg deleted file mode 100644 index 645f54d81..000000000 Binary files a/static/images/theme/thumbnail/olakara-jekyllmetro.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/olivier3lanc-jekyll-libdoc.jpg b/static/images/theme/thumbnail/olivier3lanc-jekyll-libdoc.jpg new file mode 100644 index 000000000..15a4a1740 Binary files /dev/null and b/static/images/theme/thumbnail/olivier3lanc-jekyll-libdoc.jpg differ diff --git a/static/images/theme/thumbnail/olowolo-hugo-theme-even.jpg b/static/images/theme/thumbnail/olowolo-hugo-theme-even.jpg deleted file mode 100644 index 1d59dbc46..000000000 Binary files a/static/images/theme/thumbnail/olowolo-hugo-theme-even.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/onepase-ephesus.jpg b/static/images/theme/thumbnail/onepase-ephesus.jpg new file mode 100644 index 000000000..a285679c1 Binary files /dev/null and b/static/images/theme/thumbnail/onepase-ephesus.jpg differ diff --git a/static/images/theme/thumbnail/onweru-compose.jpg b/static/images/theme/thumbnail/onweru-compose.jpg index 2df80aeb8..c8cf8cc46 100644 Binary files a/static/images/theme/thumbnail/onweru-compose.jpg and b/static/images/theme/thumbnail/onweru-compose.jpg differ diff --git a/static/images/theme/thumbnail/onweru-hugo-swift-theme.jpg b/static/images/theme/thumbnail/onweru-hugo-swift-theme.jpg index 16ac24f64..9d9b5273f 100644 Binary files a/static/images/theme/thumbnail/onweru-hugo-swift-theme.jpg and b/static/images/theme/thumbnail/onweru-hugo-swift-theme.jpg differ diff --git a/static/images/theme/thumbnail/onweru-newsroom.jpg b/static/images/theme/thumbnail/onweru-newsroom.jpg index 4bcd043fa..74163e9d3 100644 Binary files a/static/images/theme/thumbnail/onweru-newsroom.jpg and b/static/images/theme/thumbnail/onweru-newsroom.jpg differ diff --git a/static/images/theme/thumbnail/onwidget-astrowind.jpg b/static/images/theme/thumbnail/onwidget-astrowind.jpg new file mode 100644 index 000000000..510b81a21 Binary files /dev/null and b/static/images/theme/thumbnail/onwidget-astrowind.jpg differ diff --git a/static/images/theme/thumbnail/open-start-opentheme.jpg b/static/images/theme/thumbnail/open-start-opentheme.jpg deleted file mode 100644 index b444cf83f..000000000 Binary files a/static/images/theme/thumbnail/open-start-opentheme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/orderedlist-minimal.jpg b/static/images/theme/thumbnail/orderedlist-minimal.jpg index 1603372f6..32b001e71 100644 Binary files a/static/images/theme/thumbnail/orderedlist-minimal.jpg and b/static/images/theme/thumbnail/orderedlist-minimal.jpg differ diff --git a/static/images/theme/thumbnail/orderedlist-modernist.jpg b/static/images/theme/thumbnail/orderedlist-modernist.jpg index 3c2cf181e..91e7b26f6 100644 Binary files a/static/images/theme/thumbnail/orderedlist-modernist.jpg and b/static/images/theme/thumbnail/orderedlist-modernist.jpg differ diff --git a/static/images/theme/thumbnail/osogrizz-gatsby-starter-santa-fe.jpg b/static/images/theme/thumbnail/osogrizz-gatsby-starter-santa-fe.jpg index 02516738f..bc354b8db 100644 Binary files a/static/images/theme/thumbnail/osogrizz-gatsby-starter-santa-fe.jpg and b/static/images/theme/thumbnail/osogrizz-gatsby-starter-santa-fe.jpg differ diff --git a/static/images/theme/thumbnail/ovidiumihaibelciug-gatsby-firebase-starter.jpg b/static/images/theme/thumbnail/ovidiumihaibelciug-gatsby-firebase-starter.jpg index e7783e440..afedd3d52 100644 Binary files a/static/images/theme/thumbnail/ovidiumihaibelciug-gatsby-firebase-starter.jpg and b/static/images/theme/thumbnail/ovidiumihaibelciug-gatsby-firebase-starter.jpg differ diff --git a/static/images/theme/thumbnail/ozgrozer-dasper.jpg b/static/images/theme/thumbnail/ozgrozer-dasper.jpg index 32828e942..8733f2828 100644 Binary files a/static/images/theme/thumbnail/ozgrozer-dasper.jpg and b/static/images/theme/thumbnail/ozgrozer-dasper.jpg differ diff --git a/static/images/theme/thumbnail/p0wex-gesko.jpg b/static/images/theme/thumbnail/p0wex-gesko.jpg index b0b335cc1..9f3e98cab 100644 Binary files a/static/images/theme/thumbnail/p0wex-gesko.jpg and b/static/images/theme/thumbnail/p0wex-gesko.jpg differ diff --git a/static/images/theme/thumbnail/pablovila-gatsby-starter-wordpress-community.jpg b/static/images/theme/thumbnail/pablovila-gatsby-starter-wordpress-community.jpg index 068e1426e..c42350d14 100644 Binary files a/static/images/theme/thumbnail/pablovila-gatsby-starter-wordpress-community.jpg and b/static/images/theme/thumbnail/pablovila-gatsby-starter-wordpress-community.jpg differ diff --git a/static/images/theme/thumbnail/pacollins-hugo-future-imperfect-slim.jpg b/static/images/theme/thumbnail/pacollins-hugo-future-imperfect-slim.jpg deleted file mode 100644 index 80edb6220..000000000 Binary files a/static/images/theme/thumbnail/pacollins-hugo-future-imperfect-slim.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/pandasekh-jekyll-podcaster.jpg b/static/images/theme/thumbnail/pandasekh-jekyll-podcaster.jpg index 063af9680..8ab514ddd 100644 Binary files a/static/images/theme/thumbnail/pandasekh-jekyll-podcaster.jpg and b/static/images/theme/thumbnail/pandasekh-jekyll-podcaster.jpg differ diff --git a/static/images/theme/thumbnail/pandasekh-jekyll-yamt.jpg b/static/images/theme/thumbnail/pandasekh-jekyll-yamt.jpg index fe6db80a8..55569278d 100644 Binary files a/static/images/theme/thumbnail/pandasekh-jekyll-yamt.jpg and b/static/images/theme/thumbnail/pandasekh-jekyll-yamt.jpg differ diff --git a/static/images/theme/thumbnail/panr-gatsby-starter-hello-friend.jpg b/static/images/theme/thumbnail/panr-gatsby-starter-hello-friend.jpg deleted file mode 100644 index 7c5e192bf..000000000 Binary files a/static/images/theme/thumbnail/panr-gatsby-starter-hello-friend.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/panr-hugo-theme-hello-friend.jpg b/static/images/theme/thumbnail/panr-hugo-theme-hello-friend.jpg index 255eb15ff..8a953874e 100644 Binary files a/static/images/theme/thumbnail/panr-hugo-theme-hello-friend.jpg and b/static/images/theme/thumbnail/panr-hugo-theme-hello-friend.jpg differ diff --git a/static/images/theme/thumbnail/panr-hugo-theme-terminal.jpg b/static/images/theme/thumbnail/panr-hugo-theme-terminal.jpg index 59f022df8..3a2bfb428 100644 Binary files a/static/images/theme/thumbnail/panr-hugo-theme-terminal.jpg and b/static/images/theme/thumbnail/panr-hugo-theme-terminal.jpg differ diff --git a/static/images/theme/thumbnail/parmsang-gatsby-starter-ecommerce.jpg b/static/images/theme/thumbnail/parmsang-gatsby-starter-ecommerce.jpg index 0e480df48..db50e61a5 100644 Binary files a/static/images/theme/thumbnail/parmsang-gatsby-starter-ecommerce.jpg and b/static/images/theme/thumbnail/parmsang-gatsby-starter-ecommerce.jpg differ diff --git a/static/images/theme/thumbnail/parsiya-hugo-octopress.jpg b/static/images/theme/thumbnail/parsiya-hugo-octopress.jpg deleted file mode 100644 index 017897bb1..000000000 Binary files a/static/images/theme/thumbnail/parsiya-hugo-octopress.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/pasindud-jekyll-masonry.jpg b/static/images/theme/thumbnail/pasindud-jekyll-masonry.jpg deleted file mode 100644 index 3b34338de..000000000 Binary files a/static/images/theme/thumbnail/pasindud-jekyll-masonry.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/patdryburgh-hitchens.jpg b/static/images/theme/thumbnail/patdryburgh-hitchens.jpg index e810a7831..384df4d29 100644 Binary files a/static/images/theme/thumbnail/patdryburgh-hitchens.jpg and b/static/images/theme/thumbnail/patdryburgh-hitchens.jpg differ diff --git a/static/images/theme/thumbnail/pdevty-material-design.jpg b/static/images/theme/thumbnail/pdevty-material-design.jpg deleted file mode 100644 index 5952591a8..000000000 Binary files a/static/images/theme/thumbnail/pdevty-material-design.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/pdevty-polymer.jpg b/static/images/theme/thumbnail/pdevty-polymer.jpg deleted file mode 100644 index 5146a2604..000000000 Binary files a/static/images/theme/thumbnail/pdevty-polymer.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/peaceiris-hugo-theme-iris.jpg b/static/images/theme/thumbnail/peaceiris-hugo-theme-iris.jpg index 87a91f94c..63cf677bf 100644 Binary files a/static/images/theme/thumbnail/peaceiris-hugo-theme-iris.jpg and b/static/images/theme/thumbnail/peaceiris-hugo-theme-iris.jpg differ diff --git a/static/images/theme/thumbnail/peahatlanding-plain-webcomic.jpg b/static/images/theme/thumbnail/peahatlanding-plain-webcomic.jpg index 5e5dc4cbd..4a964224d 100644 Binary files a/static/images/theme/thumbnail/peahatlanding-plain-webcomic.jpg and b/static/images/theme/thumbnail/peahatlanding-plain-webcomic.jpg differ diff --git a/static/images/theme/thumbnail/pelican-elegant-elegant.jpg b/static/images/theme/thumbnail/pelican-elegant-elegant.jpg index 2a5bb8fd7..ef06d320b 100644 Binary files a/static/images/theme/thumbnail/pelican-elegant-elegant.jpg and b/static/images/theme/thumbnail/pelican-elegant-elegant.jpg differ diff --git a/static/images/theme/thumbnail/philhawksworth-eleventyone.jpg b/static/images/theme/thumbnail/philhawksworth-eleventyone.jpg index 7f4c6e2a7..a710b0af3 100644 Binary files a/static/images/theme/thumbnail/philhawksworth-eleventyone.jpg and b/static/images/theme/thumbnail/philhawksworth-eleventyone.jpg differ diff --git a/static/images/theme/thumbnail/philhawksworth-hawksworx.com.jpg b/static/images/theme/thumbnail/philhawksworth-hawksworx.com.jpg deleted file mode 100644 index 3e361d1f9..000000000 Binary files a/static/images/theme/thumbnail/philhawksworth-hawksworx.com.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/philhawksworth-medium-export.jpg b/static/images/theme/thumbnail/philhawksworth-medium-export.jpg index 73c037b17..32754b0ac 100644 Binary files a/static/images/theme/thumbnail/philhawksworth-medium-export.jpg and b/static/images/theme/thumbnail/philhawksworth-medium-export.jpg differ diff --git a/static/images/theme/thumbnail/phlow-feeling-responsive.jpg b/static/images/theme/thumbnail/phlow-feeling-responsive.jpg index 6cf731736..6c70bb156 100644 Binary files a/static/images/theme/thumbnail/phlow-feeling-responsive.jpg and b/static/images/theme/thumbnail/phlow-feeling-responsive.jpg differ diff --git a/static/images/theme/thumbnail/piandhust-tailieubkhn.jpg b/static/images/theme/thumbnail/piandhust-tailieubkhn.jpg new file mode 100644 index 000000000..66a2b337f Binary files /dev/null and b/static/images/theme/thumbnail/piandhust-tailieubkhn.jpg differ diff --git a/static/images/theme/thumbnail/piducancore-gatsby-starter-apollo-netlify.jpg b/static/images/theme/thumbnail/piducancore-gatsby-starter-apollo-netlify.jpg index e94e4964e..427235257 100644 Binary files a/static/images/theme/thumbnail/piducancore-gatsby-starter-apollo-netlify.jpg and b/static/images/theme/thumbnail/piducancore-gatsby-starter-apollo-netlify.jpg differ diff --git a/static/images/theme/thumbnail/pietromenna-jekyll-cayman-theme.jpg b/static/images/theme/thumbnail/pietromenna-jekyll-cayman-theme.jpg index c4c5c5e6b..c6a8f3bc0 100644 Binary files a/static/images/theme/thumbnail/pietromenna-jekyll-cayman-theme.jpg and b/static/images/theme/thumbnail/pietromenna-jekyll-cayman-theme.jpg differ diff --git a/static/images/theme/thumbnail/piharpi-jekyll-klise.jpg b/static/images/theme/thumbnail/piharpi-jekyll-klise.jpg index 6aa3c5314..959722679 100644 Binary files a/static/images/theme/thumbnail/piharpi-jekyll-klise.jpg and b/static/images/theme/thumbnail/piharpi-jekyll-klise.jpg differ diff --git a/static/images/theme/thumbnail/pipporj-hugo-refresh.jpg b/static/images/theme/thumbnail/pipporj-hugo-refresh.jpg deleted file mode 100644 index c8e30d933..000000000 Binary files a/static/images/theme/thumbnail/pipporj-hugo-refresh.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/pixelsign-gatsby-starter-tachyons.jpg b/static/images/theme/thumbnail/pixelsign-gatsby-starter-tachyons.jpg index e497ef0d1..8782c92bc 100644 Binary files a/static/images/theme/thumbnail/pixelsign-gatsby-starter-tachyons.jpg and b/static/images/theme/thumbnail/pixelsign-gatsby-starter-tachyons.jpg differ diff --git a/static/images/theme/thumbnail/planetjekyll-jekyll-starter-theme.jpg b/static/images/theme/thumbnail/planetjekyll-jekyll-starter-theme.jpg deleted file mode 100644 index 795c64f6d..000000000 Binary files a/static/images/theme/thumbnail/planetjekyll-jekyll-starter-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/planetoftheweb-seven.jpg b/static/images/theme/thumbnail/planetoftheweb-seven.jpg index d2fc35678..1473dee21 100644 Binary files a/static/images/theme/thumbnail/planetoftheweb-seven.jpg and b/static/images/theme/thumbnail/planetoftheweb-seven.jpg differ diff --git a/static/images/theme/thumbnail/platframe-platframe.jpg b/static/images/theme/thumbnail/platframe-platframe.jpg index 06a83f846..0e1f96bf8 100644 Binary files a/static/images/theme/thumbnail/platframe-platframe.jpg and b/static/images/theme/thumbnail/platframe-platframe.jpg differ diff --git a/static/images/theme/thumbnail/pmarsceill-just-the-docs.jpg b/static/images/theme/thumbnail/pmarsceill-just-the-docs.jpg index 10c4b9e43..079b9fa1b 100644 Binary files a/static/images/theme/thumbnail/pmarsceill-just-the-docs.jpg and b/static/images/theme/thumbnail/pmarsceill-just-the-docs.jpg differ diff --git a/static/images/theme/thumbnail/poole-lanyon.jpg b/static/images/theme/thumbnail/poole-lanyon.jpg index bb82525f8..d49f12ec2 100644 Binary files a/static/images/theme/thumbnail/poole-lanyon.jpg and b/static/images/theme/thumbnail/poole-lanyon.jpg differ diff --git a/static/images/theme/thumbnail/portfolio-central-jekyll-instagram-portfolio-theme.jpg b/static/images/theme/thumbnail/portfolio-central-jekyll-instagram-portfolio-theme.jpg deleted file mode 100644 index 6163a619f..000000000 Binary files a/static/images/theme/thumbnail/portfolio-central-jekyll-instagram-portfolio-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/pranavrajs-limpid.jpg b/static/images/theme/thumbnail/pranavrajs-limpid.jpg index dfe3317a7..e92ca4b24 100644 Binary files a/static/images/theme/thumbnail/pranavrajs-limpid.jpg and b/static/images/theme/thumbnail/pranavrajs-limpid.jpg differ diff --git a/static/images/theme/thumbnail/pranavrajs-swift.jpg b/static/images/theme/thumbnail/pranavrajs-swift.jpg index 4e70567fa..19b70e75b 100644 Binary files a/static/images/theme/thumbnail/pranavrajs-swift.jpg and b/static/images/theme/thumbnail/pranavrajs-swift.jpg differ diff --git a/static/images/theme/thumbnail/prezly-theme-nextjs-bea.jpg b/static/images/theme/thumbnail/prezly-theme-nextjs-bea.jpg new file mode 100644 index 000000000..4d350cc98 Binary files /dev/null and b/static/images/theme/thumbnail/prezly-theme-nextjs-bea.jpg differ diff --git a/static/images/theme/thumbnail/progrhyme-hugo-theme-bootie-docs.jpg b/static/images/theme/thumbnail/progrhyme-hugo-theme-bootie-docs.jpg index a5ff7bfc3..1988f877b 100644 Binary files a/static/images/theme/thumbnail/progrhyme-hugo-theme-bootie-docs.jpg and b/static/images/theme/thumbnail/progrhyme-hugo-theme-bootie-docs.jpg differ diff --git a/static/images/theme/thumbnail/projectpages-project-pages.jpg b/static/images/theme/thumbnail/projectpages-project-pages.jpg index 8d6a7fa24..a1149937b 100644 Binary files a/static/images/theme/thumbnail/projectpages-project-pages.jpg and b/static/images/theme/thumbnail/projectpages-project-pages.jpg differ diff --git a/static/images/theme/thumbnail/puresyntax71-hugo-theme-chunky-poster.jpg b/static/images/theme/thumbnail/puresyntax71-hugo-theme-chunky-poster.jpg index 8d62b92a8..07498ffdb 100644 Binary files a/static/images/theme/thumbnail/puresyntax71-hugo-theme-chunky-poster.jpg and b/static/images/theme/thumbnail/puresyntax71-hugo-theme-chunky-poster.jpg differ diff --git a/static/images/theme/thumbnail/qingpingmeng-gatsby-starter-traveler-blog.jpg b/static/images/theme/thumbnail/qingpingmeng-gatsby-starter-traveler-blog.jpg index 08c645d6a..72cfe0273 100644 Binary files a/static/images/theme/thumbnail/qingpingmeng-gatsby-starter-traveler-blog.jpg and b/static/images/theme/thumbnail/qingpingmeng-gatsby-starter-traveler-blog.jpg differ diff --git a/static/images/theme/thumbnail/qqhann-hugo-primer.jpg b/static/images/theme/thumbnail/qqhann-hugo-primer.jpg deleted file mode 100644 index ce68a6186..000000000 Binary files a/static/images/theme/thumbnail/qqhann-hugo-primer.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/qwtel-hydejack.jpg b/static/images/theme/thumbnail/qwtel-hydejack.jpg index 363924f6e..39d10f8e7 100644 Binary files a/static/images/theme/thumbnail/qwtel-hydejack.jpg and b/static/images/theme/thumbnail/qwtel-hydejack.jpg differ diff --git a/static/images/theme/thumbnail/railsr-autm-rb.jpg b/static/images/theme/thumbnail/railsr-autm-rb.jpg index 90f856497..76256f57d 100644 Binary files a/static/images/theme/thumbnail/railsr-autm-rb.jpg and b/static/images/theme/thumbnail/railsr-autm-rb.jpg differ diff --git a/static/images/theme/thumbnail/raniesantos-artisan-static.jpg b/static/images/theme/thumbnail/raniesantos-artisan-static.jpg index c48f98dcd..3481dff47 100644 Binary files a/static/images/theme/thumbnail/raniesantos-artisan-static.jpg and b/static/images/theme/thumbnail/raniesantos-artisan-static.jpg differ diff --git a/static/images/theme/thumbnail/razonyang-hugo-theme-bootstrap.jpg b/static/images/theme/thumbnail/razonyang-hugo-theme-bootstrap.jpg new file mode 100644 index 000000000..b4003f1c5 Binary files /dev/null and b/static/images/theme/thumbnail/razonyang-hugo-theme-bootstrap.jpg differ diff --git a/static/images/theme/thumbnail/rcjach-hugo-webslides.jpg b/static/images/theme/thumbnail/rcjach-hugo-webslides.jpg index c68354115..88359997b 100644 Binary files a/static/images/theme/thumbnail/rcjach-hugo-webslides.jpg and b/static/images/theme/thumbnail/rcjach-hugo-webslides.jpg differ diff --git a/static/images/theme/thumbnail/redvi-voyager.jpg b/static/images/theme/thumbnail/redvi-voyager.jpg index 990164e15..3a2f52698 100644 Binary files a/static/images/theme/thumbnail/redvi-voyager.jpg and b/static/images/theme/thumbnail/redvi-voyager.jpg differ diff --git a/static/images/theme/thumbnail/reeseschultz-11r.jpg b/static/images/theme/thumbnail/reeseschultz-11r.jpg index 1a421962f..43a57dddb 100644 Binary files a/static/images/theme/thumbnail/reeseschultz-11r.jpg and b/static/images/theme/thumbnail/reeseschultz-11r.jpg differ diff --git a/static/images/theme/thumbnail/renvrant-gatsby-mdx-netlify-cms-starter.jpg b/static/images/theme/thumbnail/renvrant-gatsby-mdx-netlify-cms-starter.jpg index 7bdf644f6..10efa45d6 100644 Binary files a/static/images/theme/thumbnail/renvrant-gatsby-mdx-netlify-cms-starter.jpg and b/static/images/theme/thumbnail/renvrant-gatsby-mdx-netlify-cms-starter.jpg differ diff --git a/static/images/theme/thumbnail/renyuanz-leonids.jpg b/static/images/theme/thumbnail/renyuanz-leonids.jpg index 16ae12053..faf0c4099 100644 Binary files a/static/images/theme/thumbnail/renyuanz-leonids.jpg and b/static/images/theme/thumbnail/renyuanz-leonids.jpg differ diff --git a/static/images/theme/thumbnail/resir014-gatsby-starter-typescript-plus.jpg b/static/images/theme/thumbnail/resir014-gatsby-starter-typescript-plus.jpg index f26ef9252..a7ca12d4f 100644 Binary files a/static/images/theme/thumbnail/resir014-gatsby-starter-typescript-plus.jpg and b/static/images/theme/thumbnail/resir014-gatsby-starter-typescript-plus.jpg differ diff --git a/static/images/theme/thumbnail/reuixiy-hugo-theme-meme.jpg b/static/images/theme/thumbnail/reuixiy-hugo-theme-meme.jpg deleted file mode 100644 index ddb18d6b6..000000000 Binary files a/static/images/theme/thumbnail/reuixiy-hugo-theme-meme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/rhazdon-hugo-theme-hello-friend-ng.jpg b/static/images/theme/thumbnail/rhazdon-hugo-theme-hello-friend-ng.jpg deleted file mode 100644 index 603caebb8..000000000 Binary files a/static/images/theme/thumbnail/rhazdon-hugo-theme-hello-friend-ng.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ribice-kiss.jpg b/static/images/theme/thumbnail/ribice-kiss.jpg deleted file mode 100644 index f9ba2cb2a..000000000 Binary files a/static/images/theme/thumbnail/ribice-kiss.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/riggraz-no-style-please.jpg b/static/images/theme/thumbnail/riggraz-no-style-please.jpg index 732c8c5c9..07915304f 100644 Binary files a/static/images/theme/thumbnail/riggraz-no-style-please.jpg and b/static/images/theme/thumbnail/riggraz-no-style-please.jpg differ diff --git a/static/images/theme/thumbnail/ritijjain-pudhina-fresh.jpg b/static/images/theme/thumbnail/ritijjain-pudhina-fresh.jpg index ef5809185..25f7c9ece 100644 Binary files a/static/images/theme/thumbnail/ritijjain-pudhina-fresh.jpg and b/static/images/theme/thumbnail/ritijjain-pudhina-fresh.jpg differ diff --git a/static/images/theme/thumbnail/rlue-jekyll-solana.jpg b/static/images/theme/thumbnail/rlue-jekyll-solana.jpg index b980f1946..2f7b994a8 100644 Binary files a/static/images/theme/thumbnail/rlue-jekyll-solana.jpg and b/static/images/theme/thumbnail/rlue-jekyll-solana.jpg differ diff --git a/static/images/theme/thumbnail/rmagon-gatsby-starter-interviews.jpg b/static/images/theme/thumbnail/rmagon-gatsby-starter-interviews.jpg index f8e41c979..f116f9e43 100644 Binary files a/static/images/theme/thumbnail/rmagon-gatsby-starter-interviews.jpg and b/static/images/theme/thumbnail/rmagon-gatsby-starter-interviews.jpg differ diff --git a/static/images/theme/thumbnail/rmsubekti-emping.jpg b/static/images/theme/thumbnail/rmsubekti-emping.jpg index eeb4f2cf2..320289905 100644 Binary files a/static/images/theme/thumbnail/rmsubekti-emping.jpg and b/static/images/theme/thumbnail/rmsubekti-emping.jpg differ diff --git a/static/images/theme/thumbnail/rmsubekti-nangka.jpg b/static/images/theme/thumbnail/rmsubekti-nangka.jpg index 366cd2549..b658687d8 100644 Binary files a/static/images/theme/thumbnail/rmsubekti-nangka.jpg and b/static/images/theme/thumbnail/rmsubekti-nangka.jpg differ diff --git a/static/images/theme/thumbnail/robertcoopercode-gatsby-netlify-cms.jpg b/static/images/theme/thumbnail/robertcoopercode-gatsby-netlify-cms.jpg index 9432d8440..58825d108 100644 Binary files a/static/images/theme/thumbnail/robertcoopercode-gatsby-netlify-cms.jpg and b/static/images/theme/thumbnail/robertcoopercode-gatsby-netlify-cms.jpg differ diff --git a/static/images/theme/thumbnail/robincsl-gatsby-starter-docz.jpg b/static/images/theme/thumbnail/robincsl-gatsby-starter-docz.jpg index d4f3d339c..fbcb0c630 100644 Binary files a/static/images/theme/thumbnail/robincsl-gatsby-starter-docz.jpg and b/static/images/theme/thumbnail/robincsl-gatsby-starter-docz.jpg differ diff --git a/static/images/theme/thumbnail/robinmetral-gatsby-starter-under-construction.jpg b/static/images/theme/thumbnail/robinmetral-gatsby-starter-under-construction.jpg deleted file mode 100644 index c97f95cef..000000000 Binary files a/static/images/theme/thumbnail/robinmetral-gatsby-starter-under-construction.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/rohanchandra-type-theme.jpg b/static/images/theme/thumbnail/rohanchandra-type-theme.jpg index d5649b3dc..d67f445c5 100644 Binary files a/static/images/theme/thumbnail/rohanchandra-type-theme.jpg and b/static/images/theme/thumbnail/rohanchandra-type-theme.jpg differ diff --git a/static/images/theme/thumbnail/rohitguptab-oneshopper.jpg b/static/images/theme/thumbnail/rohitguptab-oneshopper.jpg index 3e95bb994..a23bc9031 100644 Binary files a/static/images/theme/thumbnail/rohitguptab-oneshopper.jpg and b/static/images/theme/thumbnail/rohitguptab-oneshopper.jpg differ diff --git a/static/images/theme/thumbnail/rohitguptab-rg-portfolio.jpg b/static/images/theme/thumbnail/rohitguptab-rg-portfolio.jpg index c3fce132f..0149fe59d 100644 Binary files a/static/images/theme/thumbnail/rohitguptab-rg-portfolio.jpg and b/static/images/theme/thumbnail/rohitguptab-rg-portfolio.jpg differ diff --git a/static/images/theme/thumbnail/roninro-hugo-theme-puppet.jpg b/static/images/theme/thumbnail/roninro-hugo-theme-puppet.jpg new file mode 100644 index 000000000..2248b68b3 Binary files /dev/null and b/static/images/theme/thumbnail/roninro-hugo-theme-puppet.jpg differ diff --git a/static/images/theme/thumbnail/ronv-colorie.jpg b/static/images/theme/thumbnail/ronv-colorie.jpg index 5b901f642..5a42ee8c9 100644 Binary files a/static/images/theme/thumbnail/ronv-colorie.jpg and b/static/images/theme/thumbnail/ronv-colorie.jpg differ diff --git a/static/images/theme/thumbnail/ronv-gray.jpg b/static/images/theme/thumbnail/ronv-gray.jpg index cf1c6aaff..d320afa57 100644 Binary files a/static/images/theme/thumbnail/ronv-gray.jpg and b/static/images/theme/thumbnail/ronv-gray.jpg differ diff --git a/static/images/theme/thumbnail/ronv-jam.jpg b/static/images/theme/thumbnail/ronv-jam.jpg new file mode 100644 index 000000000..5094aa7fa Binary files /dev/null and b/static/images/theme/thumbnail/ronv-jam.jpg differ diff --git a/static/images/theme/thumbnail/ronv-lines.jpg b/static/images/theme/thumbnail/ronv-lines.jpg index 186363b7c..b92942fa1 100644 Binary files a/static/images/theme/thumbnail/ronv-lines.jpg and b/static/images/theme/thumbnail/ronv-lines.jpg differ diff --git a/static/images/theme/thumbnail/ronv-listed.jpg b/static/images/theme/thumbnail/ronv-listed.jpg new file mode 100644 index 000000000..7d6853699 Binary files /dev/null and b/static/images/theme/thumbnail/ronv-listed.jpg differ diff --git a/static/images/theme/thumbnail/ronv-minimalist.jpg b/static/images/theme/thumbnail/ronv-minimalist.jpg new file mode 100644 index 000000000..bfe60820b Binary files /dev/null and b/static/images/theme/thumbnail/ronv-minimalist.jpg differ diff --git a/static/images/theme/thumbnail/ronv-sidey.jpg b/static/images/theme/thumbnail/ronv-sidey.jpg index 9780befe2..c49924879 100644 Binary files a/static/images/theme/thumbnail/ronv-sidey.jpg and b/static/images/theme/thumbnail/ronv-sidey.jpg differ diff --git a/static/images/theme/thumbnail/ronv-ultra.jpg b/static/images/theme/thumbnail/ronv-ultra.jpg index 49d5cceb7..e30563083 100644 Binary files a/static/images/theme/thumbnail/ronv-ultra.jpg and b/static/images/theme/thumbnail/ronv-ultra.jpg differ diff --git a/static/images/theme/thumbnail/rosario-kasper.jpg b/static/images/theme/thumbnail/rosario-kasper.jpg index d247b2dc9..a31a697be 100644 Binary files a/static/images/theme/thumbnail/rosario-kasper.jpg and b/static/images/theme/thumbnail/rosario-kasper.jpg differ diff --git a/static/images/theme/thumbnail/rowanoulton-galileo-theme.jpg b/static/images/theme/thumbnail/rowanoulton-galileo-theme.jpg deleted file mode 100644 index 6163a619f..000000000 Binary files a/static/images/theme/thumbnail/rowanoulton-galileo-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/rowanoulton-travelog-theme.jpg b/static/images/theme/thumbnail/rowanoulton-travelog-theme.jpg deleted file mode 100644 index f783666b4..000000000 Binary files a/static/images/theme/thumbnail/rowanoulton-travelog-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/runbytech-gatsby-theme-ultronele.jpg b/static/images/theme/thumbnail/runbytech-gatsby-theme-ultronele.jpg index 5a7824cbc..4750ea59d 100644 Binary files a/static/images/theme/thumbnail/runbytech-gatsby-theme-ultronele.jpg and b/static/images/theme/thumbnail/runbytech-gatsby-theme-ultronele.jpg differ diff --git a/static/images/theme/thumbnail/rundocs-jekyll-rtd-theme.jpg b/static/images/theme/thumbnail/rundocs-jekyll-rtd-theme.jpg deleted file mode 100644 index a7d78ff9b..000000000 Binary files a/static/images/theme/thumbnail/rundocs-jekyll-rtd-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/runningstream-hugograyscale.jpg b/static/images/theme/thumbnail/runningstream-hugograyscale.jpg index 4615a7056..52bfe540b 100644 Binary files a/static/images/theme/thumbnail/runningstream-hugograyscale.jpg and b/static/images/theme/thumbnail/runningstream-hugograyscale.jpg differ diff --git a/static/images/theme/thumbnail/ryanfitzgerald-devblog.jpg b/static/images/theme/thumbnail/ryanfitzgerald-devblog.jpg index 54373fc8b..8d2a22d2e 100644 Binary files a/static/images/theme/thumbnail/ryanfitzgerald-devblog.jpg and b/static/images/theme/thumbnail/ryanfitzgerald-devblog.jpg differ diff --git a/static/images/theme/thumbnail/ryanwiemer-gatsby-starter-gcn.jpg b/static/images/theme/thumbnail/ryanwiemer-gatsby-starter-gcn.jpg index 6023c4987..f9e5e8803 100644 Binary files a/static/images/theme/thumbnail/ryanwiemer-gatsby-starter-gcn.jpg and b/static/images/theme/thumbnail/ryanwiemer-gatsby-starter-gcn.jpg differ diff --git a/static/images/theme/thumbnail/s-kris-gatsby-minimal-portfolio-blog.jpg b/static/images/theme/thumbnail/s-kris-gatsby-minimal-portfolio-blog.jpg index d30a1f58c..685b6d85a 100644 Binary files a/static/images/theme/thumbnail/s-kris-gatsby-minimal-portfolio-blog.jpg and b/static/images/theme/thumbnail/s-kris-gatsby-minimal-portfolio-blog.jpg differ diff --git a/static/images/theme/thumbnail/saey55-hugo-elate-theme.jpg b/static/images/theme/thumbnail/saey55-hugo-elate-theme.jpg deleted file mode 100644 index 31bcd0559..000000000 Binary files a/static/images/theme/thumbnail/saey55-hugo-elate-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sag-dev-hugo-minimalist-spa.jpg b/static/images/theme/thumbnail/sag-dev-hugo-minimalist-spa.jpg deleted file mode 100644 index d479117ca..000000000 Binary files a/static/images/theme/thumbnail/sag-dev-hugo-minimalist-spa.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sagar7993-gatsby-wordpress-typescript-scss-blog.jpg b/static/images/theme/thumbnail/sagar7993-gatsby-wordpress-typescript-scss-blog.jpg index ec46cd1d2..cc5dc5d6a 100644 Binary files a/static/images/theme/thumbnail/sagar7993-gatsby-wordpress-typescript-scss-blog.jpg and b/static/images/theme/thumbnail/sagar7993-gatsby-wordpress-typescript-scss-blog.jpg differ diff --git a/static/images/theme/thumbnail/salcan-beyondnothing.jpg b/static/images/theme/thumbnail/salcan-beyondnothing.jpg deleted file mode 100644 index 51764cd21..000000000 Binary files a/static/images/theme/thumbnail/salcan-beyondnothing.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/saleor-react-storefront.jpg b/static/images/theme/thumbnail/saleor-react-storefront.jpg new file mode 100644 index 000000000..e570748c7 Binary files /dev/null and b/static/images/theme/thumbnail/saleor-react-storefront.jpg differ diff --git a/static/images/theme/thumbnail/salgnt-travelogue.jpg b/static/images/theme/thumbnail/salgnt-travelogue.jpg index 402385e87..32e372af5 100644 Binary files a/static/images/theme/thumbnail/salgnt-travelogue.jpg and b/static/images/theme/thumbnail/salgnt-travelogue.jpg differ diff --git a/static/images/theme/thumbnail/salsysd-hugo-assembly.jpg b/static/images/theme/thumbnail/salsysd-hugo-assembly.jpg deleted file mode 100644 index 931cd78c0..000000000 Binary files a/static/images/theme/thumbnail/salsysd-hugo-assembly.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/samanyougarg-hanuman.jpg b/static/images/theme/thumbnail/samanyougarg-hanuman.jpg deleted file mode 100644 index 832abe02a..000000000 Binary files a/static/images/theme/thumbnail/samanyougarg-hanuman.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/samesies-barber-jekyll.jpg b/static/images/theme/thumbnail/samesies-barber-jekyll.jpg deleted file mode 100644 index 55f6ced15..000000000 Binary files a/static/images/theme/thumbnail/samesies-barber-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/samme-brunch-phaser.jpg b/static/images/theme/thumbnail/samme-brunch-phaser.jpg index c0e6749f5..d7dc091ed 100644 Binary files a/static/images/theme/thumbnail/samme-brunch-phaser.jpg and b/static/images/theme/thumbnail/samme-brunch-phaser.jpg differ diff --git a/static/images/theme/thumbnail/samuelhorn-jamdocs.jpg b/static/images/theme/thumbnail/samuelhorn-jamdocs.jpg index fb2f7fdcc..ae29ffa38 100644 Binary files a/static/images/theme/thumbnail/samuelhorn-jamdocs.jpg and b/static/images/theme/thumbnail/samuelhorn-jamdocs.jpg differ diff --git a/static/images/theme/thumbnail/samuelkraft-notion-blog-nextjs.jpg b/static/images/theme/thumbnail/samuelkraft-notion-blog-nextjs.jpg new file mode 100644 index 000000000..b9fdd576c Binary files /dev/null and b/static/images/theme/thumbnail/samuelkraft-notion-blog-nextjs.jpg differ diff --git a/static/images/theme/thumbnail/santosfrancisco-gatsby-starter-cv.jpg b/static/images/theme/thumbnail/santosfrancisco-gatsby-starter-cv.jpg index 26c6b1ecc..5c662b7f7 100644 Binary files a/static/images/theme/thumbnail/santosfrancisco-gatsby-starter-cv.jpg and b/static/images/theme/thumbnail/santosfrancisco-gatsby-starter-cv.jpg differ diff --git a/static/images/theme/thumbnail/sarasate-gate.jpg b/static/images/theme/thumbnail/sarasate-gate.jpg deleted file mode 100644 index 71e956aad..000000000 Binary files a/static/images/theme/thumbnail/sarasate-gate.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/saschajullmann-gatsby-starter-gatsbythemes.jpg b/static/images/theme/thumbnail/saschajullmann-gatsby-starter-gatsbythemes.jpg deleted file mode 100644 index 4b2d06cd3..000000000 Binary files a/static/images/theme/thumbnail/saschajullmann-gatsby-starter-gatsbythemes.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sblisesivdin-biscuit.jpg b/static/images/theme/thumbnail/sblisesivdin-biscuit.jpg new file mode 100644 index 000000000..abc2fa4e4 Binary files /dev/null and b/static/images/theme/thumbnail/sblisesivdin-biscuit.jpg differ diff --git a/static/images/theme/thumbnail/schmanat-hugo-highlights-theme.jpg b/static/images/theme/thumbnail/schmanat-hugo-highlights-theme.jpg deleted file mode 100644 index 14eedbe91..000000000 Binary files a/static/images/theme/thumbnail/schmanat-hugo-highlights-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/schollz-onetwothree.jpg b/static/images/theme/thumbnail/schollz-onetwothree.jpg index 0d2b12fb2..2b24c5581 100644 Binary files a/static/images/theme/thumbnail/schollz-onetwothree.jpg and b/static/images/theme/thumbnail/schollz-onetwothree.jpg differ diff --git a/static/images/theme/thumbnail/scotte-jekyll-clean.jpg b/static/images/theme/thumbnail/scotte-jekyll-clean.jpg index aaf521ee0..4f3cec1d7 100644 Binary files a/static/images/theme/thumbnail/scotte-jekyll-clean.jpg and b/static/images/theme/thumbnail/scotte-jekyll-clean.jpg differ diff --git a/static/images/theme/thumbnail/scottmathson-simpol-theme.jpg b/static/images/theme/thumbnail/scottmathson-simpol-theme.jpg index 14b557c14..09e0a90ca 100644 Binary files a/static/images/theme/thumbnail/scottmathson-simpol-theme.jpg and b/static/images/theme/thumbnail/scottmathson-simpol-theme.jpg differ diff --git a/static/images/theme/thumbnail/scttcper-gatsby-casper.jpg b/static/images/theme/thumbnail/scttcper-gatsby-casper.jpg index 18aa239b5..d8f938bf3 100644 Binary files a/static/images/theme/thumbnail/scttcper-gatsby-casper.jpg and b/static/images/theme/thumbnail/scttcper-gatsby-casper.jpg differ diff --git a/static/images/theme/thumbnail/sdtelectronics-jekyll-theme-antarctica.jpg b/static/images/theme/thumbnail/sdtelectronics-jekyll-theme-antarctica.jpg new file mode 100644 index 000000000..47a3741ea Binary files /dev/null and b/static/images/theme/thumbnail/sdtelectronics-jekyll-theme-antarctica.jpg differ diff --git a/static/images/theme/thumbnail/seanlane-gochowdown.jpg b/static/images/theme/thumbnail/seanlane-gochowdown.jpg index 5c64d4d29..3df0f95c6 100644 Binary files a/static/images/theme/thumbnail/seanlane-gochowdown.jpg and b/static/images/theme/thumbnail/seanlane-gochowdown.jpg differ diff --git a/static/images/theme/thumbnail/serg-yourfolio.jpg b/static/images/theme/thumbnail/serg-yourfolio.jpg deleted file mode 100644 index dec00d9ca..000000000 Binary files a/static/images/theme/thumbnail/serg-yourfolio.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sergiokopplin-indigo.jpg b/static/images/theme/thumbnail/sergiokopplin-indigo.jpg index 2f2c76469..ebd6ade64 100644 Binary files a/static/images/theme/thumbnail/sergiokopplin-indigo.jpg and b/static/images/theme/thumbnail/sergiokopplin-indigo.jpg differ diff --git a/static/images/theme/thumbnail/sergiokopplin-violet.jpg b/static/images/theme/thumbnail/sergiokopplin-violet.jpg deleted file mode 100644 index f783666b4..000000000 Binary files a/static/images/theme/thumbnail/sergiokopplin-violet.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sfreytag-friday-theme.jpg b/static/images/theme/thumbnail/sfreytag-friday-theme.jpg index ded39d9ba..38baf0895 100644 Binary files a/static/images/theme/thumbnail/sfreytag-friday-theme.jpg and b/static/images/theme/thumbnail/sfreytag-friday-theme.jpg differ diff --git a/static/images/theme/thumbnail/shaform-hugo-theme-den.jpg b/static/images/theme/thumbnail/shaform-hugo-theme-den.jpg deleted file mode 100644 index a100c5c98..000000000 Binary files a/static/images/theme/thumbnail/shaform-hugo-theme-den.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/shankar-hugo-grapes.jpg b/static/images/theme/thumbnail/shankar-hugo-grapes.jpg deleted file mode 100644 index 36289c62a..000000000 Binary files a/static/images/theme/thumbnail/shankar-hugo-grapes.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/shantanu-deshmukh-vhealth-gatsby.jpg b/static/images/theme/thumbnail/shantanu-deshmukh-vhealth-gatsby.jpg index 8f7c50778..9b04a8197 100644 Binary files a/static/images/theme/thumbnail/shantanu-deshmukh-vhealth-gatsby.jpg and b/static/images/theme/thumbnail/shantanu-deshmukh-vhealth-gatsby.jpg differ diff --git a/static/images/theme/thumbnail/sharadcodes-gatsby-theme-serial-programmer.jpg b/static/images/theme/thumbnail/sharadcodes-gatsby-theme-serial-programmer.jpg new file mode 100644 index 000000000..3ddc5b80e Binary files /dev/null and b/static/images/theme/thumbnail/sharadcodes-gatsby-theme-serial-programmer.jpg differ diff --git a/static/images/theme/thumbnail/sharadcodes-geekyll-starter-blog.jpg b/static/images/theme/thumbnail/sharadcodes-geekyll-starter-blog.jpg index 26a38887f..4fe3579fe 100644 Binary files a/static/images/theme/thumbnail/sharadcodes-geekyll-starter-blog.jpg and b/static/images/theme/thumbnail/sharadcodes-geekyll-starter-blog.jpg differ diff --git a/static/images/theme/thumbnail/sharadcodes-hugo-theme-serial-programmer.jpg b/static/images/theme/thumbnail/sharadcodes-hugo-theme-serial-programmer.jpg new file mode 100644 index 000000000..75a82f647 Binary files /dev/null and b/static/images/theme/thumbnail/sharadcodes-hugo-theme-serial-programmer.jpg differ diff --git a/static/images/theme/thumbnail/sharadcodes-jekyll-theme-material-you.jpg b/static/images/theme/thumbnail/sharadcodes-jekyll-theme-material-you.jpg new file mode 100644 index 000000000..256a29361 Binary files /dev/null and b/static/images/theme/thumbnail/sharadcodes-jekyll-theme-material-you.jpg differ diff --git a/static/images/theme/thumbnail/sharadcodes-jekyll-theme-milo.jpg b/static/images/theme/thumbnail/sharadcodes-jekyll-theme-milo.jpg index 19b0e91f5..06fd3395c 100644 Binary files a/static/images/theme/thumbnail/sharadcodes-jekyll-theme-milo.jpg and b/static/images/theme/thumbnail/sharadcodes-jekyll-theme-milo.jpg differ diff --git a/static/images/theme/thumbnail/sharadcodes-jekyll-theme-retro-yellow.jpg b/static/images/theme/thumbnail/sharadcodes-jekyll-theme-retro-yellow.jpg index 31fe9ab94..98e95d8c0 100644 Binary files a/static/images/theme/thumbnail/sharadcodes-jekyll-theme-retro-yellow.jpg and b/static/images/theme/thumbnail/sharadcodes-jekyll-theme-retro-yellow.jpg differ diff --git a/static/images/theme/thumbnail/sharadcodes-jekyll-theme-serial-programmer.jpg b/static/images/theme/thumbnail/sharadcodes-jekyll-theme-serial-programmer.jpg new file mode 100644 index 000000000..9d05047f3 Binary files /dev/null and b/static/images/theme/thumbnail/sharadcodes-jekyll-theme-serial-programmer.jpg differ diff --git a/static/images/theme/thumbnail/sharu725-ashwath.jpg b/static/images/theme/thumbnail/sharu725-ashwath.jpg deleted file mode 100644 index fea1f1c79..000000000 Binary files a/static/images/theme/thumbnail/sharu725-ashwath.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sharu725-bheema.jpg b/static/images/theme/thumbnail/sharu725-bheema.jpg index c91ad816d..8e54ab6a3 100644 Binary files a/static/images/theme/thumbnail/sharu725-bheema.jpg and b/static/images/theme/thumbnail/sharu725-bheema.jpg differ diff --git a/static/images/theme/thumbnail/sharu725-cards.jpg b/static/images/theme/thumbnail/sharu725-cards.jpg index 6e0a5f09f..3e023e536 100644 Binary files a/static/images/theme/thumbnail/sharu725-cards.jpg and b/static/images/theme/thumbnail/sharu725-cards.jpg differ diff --git a/static/images/theme/thumbnail/sharu725-gatok.jpg b/static/images/theme/thumbnail/sharu725-gatok.jpg deleted file mode 100644 index 75e38901b..000000000 Binary files a/static/images/theme/thumbnail/sharu725-gatok.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sharu725-hagura.jpg b/static/images/theme/thumbnail/sharu725-hagura.jpg index bf7a5be7a..a54f5f69d 100644 Binary files a/static/images/theme/thumbnail/sharu725-hagura.jpg and b/static/images/theme/thumbnail/sharu725-hagura.jpg differ diff --git a/static/images/theme/thumbnail/sharu725-karna.jpg b/static/images/theme/thumbnail/sharu725-karna.jpg index 756df0d2d..09be571d2 100644 Binary files a/static/images/theme/thumbnail/sharu725-karna.jpg and b/static/images/theme/thumbnail/sharu725-karna.jpg differ diff --git a/static/images/theme/thumbnail/sharu725-online-cv.jpg b/static/images/theme/thumbnail/sharu725-online-cv.jpg index df981816f..ee5d54453 100644 Binary files a/static/images/theme/thumbnail/sharu725-online-cv.jpg and b/static/images/theme/thumbnail/sharu725-online-cv.jpg differ diff --git a/static/images/theme/thumbnail/sharu725-slides.jpg b/static/images/theme/thumbnail/sharu725-slides.jpg deleted file mode 100644 index 45e6a39b7..000000000 Binary files a/static/images/theme/thumbnail/sharu725-slides.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sharu725-thunder.jpg b/static/images/theme/thumbnail/sharu725-thunder.jpg index 585c8d290..0ad016a87 100644 Binary files a/static/images/theme/thumbnail/sharu725-thunder.jpg and b/static/images/theme/thumbnail/sharu725-thunder.jpg differ diff --git a/static/images/theme/thumbnail/sharu725-vyaasa.jpg b/static/images/theme/thumbnail/sharu725-vyaasa.jpg deleted file mode 100644 index dc350b7c9..000000000 Binary files a/static/images/theme/thumbnail/sharu725-vyaasa.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sharvaridesai-hexo-theme-edinburgh.jpg b/static/images/theme/thumbnail/sharvaridesai-hexo-theme-edinburgh.jpg index 73772a932..e80b74c93 100644 Binary files a/static/images/theme/thumbnail/sharvaridesai-hexo-theme-edinburgh.jpg and b/static/images/theme/thumbnail/sharvaridesai-hexo-theme-edinburgh.jpg differ diff --git a/static/images/theme/thumbnail/shawnteoh-matjek.jpg b/static/images/theme/thumbnail/shawnteoh-matjek.jpg index f35c160e5..7572d2f10 100644 Binary files a/static/images/theme/thumbnail/shawnteoh-matjek.jpg and b/static/images/theme/thumbnail/shawnteoh-matjek.jpg differ diff --git a/static/images/theme/thumbnail/shenliyang-hexo-theme-snippet.jpg b/static/images/theme/thumbnail/shenliyang-hexo-theme-snippet.jpg index 81d2373e1..a2c71b6bb 100644 Binary files a/static/images/theme/thumbnail/shenliyang-hexo-theme-snippet.jpg and b/static/images/theme/thumbnail/shenliyang-hexo-theme-snippet.jpg differ diff --git a/static/images/theme/thumbnail/shenoybr-hugo-goa.jpg b/static/images/theme/thumbnail/shenoybr-hugo-goa.jpg deleted file mode 100644 index d23ea4d61..000000000 Binary files a/static/images/theme/thumbnail/shenoybr-hugo-goa.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/shobhitchittora-gatsby-starter-fashion-portfolio.jpg b/static/images/theme/thumbnail/shobhitchittora-gatsby-starter-fashion-portfolio.jpg index 0de390bc1..328158190 100644 Binary files a/static/images/theme/thumbnail/shobhitchittora-gatsby-starter-fashion-portfolio.jpg and b/static/images/theme/thumbnail/shobhitchittora-gatsby-starter-fashion-portfolio.jpg differ diff --git a/static/images/theme/thumbnail/siegerts-hugo-theme-basic.jpg b/static/images/theme/thumbnail/siegerts-hugo-theme-basic.jpg index 19859cbc5..9e74b36f7 100644 Binary files a/static/images/theme/thumbnail/siegerts-hugo-theme-basic.jpg and b/static/images/theme/thumbnail/siegerts-hugo-theme-basic.jpg differ diff --git a/static/images/theme/thumbnail/simarmannsingh-gatsby-netlifycms-starter-template.jpg b/static/images/theme/thumbnail/simarmannsingh-gatsby-netlifycms-starter-template.jpg new file mode 100644 index 000000000..745641042 Binary files /dev/null and b/static/images/theme/thumbnail/simarmannsingh-gatsby-netlifycms-starter-template.jpg differ diff --git a/static/images/theme/thumbnail/simplecode-io-gatsby-crafty-theme.jpg b/static/images/theme/thumbnail/simplecode-io-gatsby-crafty-theme.jpg index 8904477bb..6f372d134 100644 Binary files a/static/images/theme/thumbnail/simplecode-io-gatsby-crafty-theme.jpg and b/static/images/theme/thumbnail/simplecode-io-gatsby-crafty-theme.jpg differ diff --git a/static/images/theme/thumbnail/simpleyyt-jekyll-jacman.jpg b/static/images/theme/thumbnail/simpleyyt-jekyll-jacman.jpg index aa1a2f03f..4c31a99eb 100644 Binary files a/static/images/theme/thumbnail/simpleyyt-jekyll-jacman.jpg and b/static/images/theme/thumbnail/simpleyyt-jekyll-jacman.jpg differ diff --git a/static/images/theme/thumbnail/simpleyyt-jekyll-simpleyyt.jpg b/static/images/theme/thumbnail/simpleyyt-jekyll-simpleyyt.jpg index 185036d05..941201203 100644 Binary files a/static/images/theme/thumbnail/simpleyyt-jekyll-simpleyyt.jpg and b/static/images/theme/thumbnail/simpleyyt-jekyll-simpleyyt.jpg differ diff --git a/static/images/theme/thumbnail/simpleyyt-jekyll-theme-next.jpg b/static/images/theme/thumbnail/simpleyyt-jekyll-theme-next.jpg index 1a1829c88..e4cafcb9b 100644 Binary files a/static/images/theme/thumbnail/simpleyyt-jekyll-theme-next.jpg and b/static/images/theme/thumbnail/simpleyyt-jekyll-theme-next.jpg differ diff --git a/static/images/theme/thumbnail/simply007-kontent-sample-app-gatsby-intranet.jpg b/static/images/theme/thumbnail/simply007-kontent-sample-app-gatsby-intranet.jpg index 7b119da1f..089ea40c3 100644 Binary files a/static/images/theme/thumbnail/simply007-kontent-sample-app-gatsby-intranet.jpg and b/static/images/theme/thumbnail/simply007-kontent-sample-app-gatsby-intranet.jpg differ diff --git a/static/images/theme/thumbnail/simply007-kontent-template-gatsby-landing-page-photon.jpg b/static/images/theme/thumbnail/simply007-kontent-template-gatsby-landing-page-photon.jpg index 59caaa46d..e5ecd90d8 100644 Binary files a/static/images/theme/thumbnail/simply007-kontent-template-gatsby-landing-page-photon.jpg and b/static/images/theme/thumbnail/simply007-kontent-template-gatsby-landing-page-photon.jpg differ diff --git a/static/images/theme/thumbnail/slashformotion-hugo-tufte.jpg b/static/images/theme/thumbnail/slashformotion-hugo-tufte.jpg new file mode 100644 index 000000000..b20031f05 Binary files /dev/null and b/static/images/theme/thumbnail/slashformotion-hugo-tufte.jpg differ diff --git a/static/images/theme/thumbnail/smakosh-gatsby-apollo-starter.jpg b/static/images/theme/thumbnail/smakosh-gatsby-apollo-starter.jpg index 0c537892b..904e1594c 100644 Binary files a/static/images/theme/thumbnail/smakosh-gatsby-apollo-starter.jpg and b/static/images/theme/thumbnail/smakosh-gatsby-apollo-starter.jpg differ diff --git a/static/images/theme/thumbnail/smakosh-gatsby-portfolio-dev.jpg b/static/images/theme/thumbnail/smakosh-gatsby-portfolio-dev.jpg index 4d6784e09..2b9358cc0 100644 Binary files a/static/images/theme/thumbnail/smakosh-gatsby-portfolio-dev.jpg and b/static/images/theme/thumbnail/smakosh-gatsby-portfolio-dev.jpg differ diff --git a/static/images/theme/thumbnail/smakosh-gatsby-starter-i18n.jpg b/static/images/theme/thumbnail/smakosh-gatsby-starter-i18n.jpg deleted file mode 100644 index bb1d4880d..000000000 Binary files a/static/images/theme/thumbnail/smakosh-gatsby-starter-i18n.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/smallmuou-jekyll-pithy.jpg b/static/images/theme/thumbnail/smallmuou-jekyll-pithy.jpg index fbd4854ef..6bca73a11 100644 Binary files a/static/images/theme/thumbnail/smallmuou-jekyll-pithy.jpg and b/static/images/theme/thumbnail/smallmuou-jekyll-pithy.jpg differ diff --git a/static/images/theme/thumbnail/smastrom-headless-gatsby-multilang.jpg b/static/images/theme/thumbnail/smastrom-headless-gatsby-multilang.jpg new file mode 100644 index 000000000..14d23d649 Binary files /dev/null and b/static/images/theme/thumbnail/smastrom-headless-gatsby-multilang.jpg differ diff --git a/static/images/theme/thumbnail/smolcodes-twentytwenyonetheme.jpg b/static/images/theme/thumbnail/smolcodes-twentytwenyonetheme.jpg index 3bc2debb7..c77746d6a 100644 Binary files a/static/images/theme/thumbnail/smolcodes-twentytwenyonetheme.jpg and b/static/images/theme/thumbnail/smolcodes-twentytwenyonetheme.jpg differ diff --git a/static/images/theme/thumbnail/snipcart-11ty-demo-snipcart.jpg b/static/images/theme/thumbnail/snipcart-11ty-demo-snipcart.jpg index 99c0e86ea..bec97a8fd 100644 Binary files a/static/images/theme/thumbnail/snipcart-11ty-demo-snipcart.jpg and b/static/images/theme/thumbnail/snipcart-11ty-demo-snipcart.jpg differ diff --git a/static/images/theme/thumbnail/snipcart-directus-metalsmith-snipcart.jpg b/static/images/theme/thumbnail/snipcart-directus-metalsmith-snipcart.jpg index 47be517ce..74a228db1 100644 Binary files a/static/images/theme/thumbnail/snipcart-directus-metalsmith-snipcart.jpg and b/static/images/theme/thumbnail/snipcart-directus-metalsmith-snipcart.jpg differ diff --git a/static/images/theme/thumbnail/snipcart-snipcart-middleman-integration.jpg b/static/images/theme/thumbnail/snipcart-snipcart-middleman-integration.jpg index 33970a08d..3bb05a419 100644 Binary files a/static/images/theme/thumbnail/snipcart-snipcart-middleman-integration.jpg and b/static/images/theme/thumbnail/snipcart-snipcart-middleman-integration.jpg differ diff --git a/static/images/theme/thumbnail/snipcart-stackbit-theme-planty.jpg b/static/images/theme/thumbnail/snipcart-stackbit-theme-planty.jpg index 5b17e6e41..f82079953 100644 Binary files a/static/images/theme/thumbnail/snipcart-stackbit-theme-planty.jpg and b/static/images/theme/thumbnail/snipcart-stackbit-theme-planty.jpg differ diff --git a/static/images/theme/thumbnail/songroger-murmur.jpg b/static/images/theme/thumbnail/songroger-murmur.jpg index 6dc330cbb..7e519e6c0 100644 Binary files a/static/images/theme/thumbnail/songroger-murmur.jpg and b/static/images/theme/thumbnail/songroger-murmur.jpg differ diff --git a/static/images/theme/thumbnail/south-paw-awesome-gatsby-starter.jpg b/static/images/theme/thumbnail/south-paw-awesome-gatsby-starter.jpg index 4b7a4a365..9b711748f 100644 Binary files a/static/images/theme/thumbnail/south-paw-awesome-gatsby-starter.jpg and b/static/images/theme/thumbnail/south-paw-awesome-gatsby-starter.jpg differ diff --git a/static/images/theme/thumbnail/spaceg-glas.jpg b/static/images/theme/thumbnail/spaceg-glas.jpg deleted file mode 100644 index 7f3b8cc10..000000000 Binary files a/static/images/theme/thumbnail/spaceg-glas.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sparanoid-almace-scaffolding.jpg b/static/images/theme/thumbnail/sparanoid-almace-scaffolding.jpg index d24ea7d9a..f5169a38c 100644 Binary files a/static/images/theme/thumbnail/sparanoid-almace-scaffolding.jpg and b/static/images/theme/thumbnail/sparanoid-almace-scaffolding.jpg differ diff --git a/static/images/theme/thumbnail/spech66-bootstrap-bp-hugo-startpage.jpg b/static/images/theme/thumbnail/spech66-bootstrap-bp-hugo-startpage.jpg deleted file mode 100644 index be375f60f..000000000 Binary files a/static/images/theme/thumbnail/spech66-bootstrap-bp-hugo-startpage.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/spech66-bootstrap-bp-hugo-theme.jpg b/static/images/theme/thumbnail/spech66-bootstrap-bp-hugo-theme.jpg deleted file mode 100644 index c15871715..000000000 Binary files a/static/images/theme/thumbnail/spech66-bootstrap-bp-hugo-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/spf13-hyde.jpg b/static/images/theme/thumbnail/spf13-hyde.jpg deleted file mode 100644 index ba06610d9..000000000 Binary files a/static/images/theme/thumbnail/spf13-hyde.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/b2a3e8-jekyll-theme-console.jpg b/static/images/theme/thumbnail/spinalcms-11ty-docs-template.jpg similarity index 100% rename from static/images/theme/thumbnail/b2a3e8-jekyll-theme-console.jpg rename to static/images/theme/thumbnail/spinalcms-11ty-docs-template.jpg diff --git a/static/images/theme/thumbnail/spookey-slick.jpg b/static/images/theme/thumbnail/spookey-slick.jpg deleted file mode 100644 index fcb115cda..000000000 Binary files a/static/images/theme/thumbnail/spookey-slick.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/squidfunk-mkdocs-material.jpg b/static/images/theme/thumbnail/squidfunk-mkdocs-material.jpg index 75a0f9afd..a2f1ba0b9 100644 Binary files a/static/images/theme/thumbnail/squidfunk-mkdocs-material.jpg and b/static/images/theme/thumbnail/squidfunk-mkdocs-material.jpg differ diff --git a/static/images/theme/thumbnail/ssokurenko-jekyll-smart-material.jpg b/static/images/theme/thumbnail/ssokurenko-jekyll-smart-material.jpg index 87f67e13c..0db5b1df7 100644 Binary files a/static/images/theme/thumbnail/ssokurenko-jekyll-smart-material.jpg and b/static/images/theme/thumbnail/ssokurenko-jekyll-smart-material.jpg differ diff --git a/static/images/theme/thumbnail/st4ple-solid-jekyll.jpg b/static/images/theme/thumbnail/st4ple-solid-jekyll.jpg index 422d2c3c7..0ea9ca362 100644 Binary files a/static/images/theme/thumbnail/st4ple-solid-jekyll.jpg and b/static/images/theme/thumbnail/st4ple-solid-jekyll.jpg differ diff --git a/static/images/theme/thumbnail/stackbit-stackbit-theme-ampersand.jpg b/static/images/theme/thumbnail/stackbit-stackbit-theme-ampersand.jpg deleted file mode 100644 index f133dc8f0..000000000 Binary files a/static/images/theme/thumbnail/stackbit-stackbit-theme-ampersand.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-stackbit-theme-azimuth.jpg b/static/images/theme/thumbnail/stackbit-stackbit-theme-azimuth.jpg deleted file mode 100644 index 2c82fdc46..000000000 Binary files a/static/images/theme/thumbnail/stackbit-stackbit-theme-azimuth.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-stackbit-theme-fjord.jpg b/static/images/theme/thumbnail/stackbit-stackbit-theme-fjord.jpg deleted file mode 100644 index c446e6cbb..000000000 Binary files a/static/images/theme/thumbnail/stackbit-stackbit-theme-fjord.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-stackbit-theme-fresh.jpg b/static/images/theme/thumbnail/stackbit-stackbit-theme-fresh.jpg deleted file mode 100644 index e5fae6254..000000000 Binary files a/static/images/theme/thumbnail/stackbit-stackbit-theme-fresh.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-stackbit-theme-starter.jpg b/static/images/theme/thumbnail/stackbit-stackbit-theme-starter.jpg deleted file mode 100644 index d118019ae..000000000 Binary files a/static/images/theme/thumbnail/stackbit-stackbit-theme-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-agency-nextjs.jpg b/static/images/theme/thumbnail/stackbit-themes-agency-nextjs.jpg new file mode 100644 index 000000000..9dd1ab40b Binary files /dev/null and b/static/images/theme/thumbnail/stackbit-themes-agency-nextjs.jpg differ diff --git a/static/images/theme/thumbnail/stackbit-themes-ampersand-unibit.jpg b/static/images/theme/thumbnail/stackbit-themes-ampersand-nextjs.jpg similarity index 100% rename from static/images/theme/thumbnail/stackbit-themes-ampersand-unibit.jpg rename to static/images/theme/thumbnail/stackbit-themes-ampersand-nextjs.jpg diff --git a/static/images/theme/thumbnail/stackbit-themes-app-nextjs.jpg b/static/images/theme/thumbnail/stackbit-themes-app-nextjs.jpg new file mode 100644 index 000000000..36450a582 Binary files /dev/null and b/static/images/theme/thumbnail/stackbit-themes-app-nextjs.jpg differ diff --git a/static/images/theme/thumbnail/stackbit-themes-azimuth-gatsby.jpg b/static/images/theme/thumbnail/stackbit-themes-azimuth-gatsby.jpg deleted file mode 100644 index f91ffa05b..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-azimuth-gatsby.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-azimuth-hugo.jpg b/static/images/theme/thumbnail/stackbit-themes-azimuth-hugo.jpg deleted file mode 100644 index f91ffa05b..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-azimuth-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-azimuth-jekyll.jpg b/static/images/theme/thumbnail/stackbit-themes-azimuth-jekyll.jpg deleted file mode 100644 index f91ffa05b..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-azimuth-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-azimuth-nextjs.jpg b/static/images/theme/thumbnail/stackbit-themes-azimuth-nextjs.jpg index f91ffa05b..cdcd5c6cb 100644 Binary files a/static/images/theme/thumbnail/stackbit-themes-azimuth-nextjs.jpg and b/static/images/theme/thumbnail/stackbit-themes-azimuth-nextjs.jpg differ diff --git a/static/images/theme/thumbnail/stackbit-themes-azimuth-unibit.jpg b/static/images/theme/thumbnail/stackbit-themes-azimuth-unibit.jpg deleted file mode 100644 index 2c82fdc46..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-azimuth-unibit.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-book-nextjs.jpg b/static/images/theme/thumbnail/stackbit-themes-book-nextjs.jpg new file mode 100644 index 000000000..e22226d91 Binary files /dev/null and b/static/images/theme/thumbnail/stackbit-themes-book-nextjs.jpg differ diff --git a/static/images/theme/thumbnail/stackbit-themes-diy-gatsby.jpg b/static/images/theme/thumbnail/stackbit-themes-diy-gatsby.jpg deleted file mode 100644 index 605f42881..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-diy-gatsby.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-diy-hugo.jpg b/static/images/theme/thumbnail/stackbit-themes-diy-hugo.jpg deleted file mode 100644 index 605f42881..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-diy-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-diy-jekyll.jpg b/static/images/theme/thumbnail/stackbit-themes-diy-jekyll.jpg deleted file mode 100644 index 605f42881..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-diy-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-stackbit-theme-diy.jpg b/static/images/theme/thumbnail/stackbit-themes-diy-nextjs.jpg similarity index 100% rename from static/images/theme/thumbnail/stackbit-stackbit-theme-diy.jpg rename to static/images/theme/thumbnail/stackbit-themes-diy-nextjs.jpg diff --git a/static/images/theme/thumbnail/stackbit-themes-diy-unibit.jpg b/static/images/theme/thumbnail/stackbit-themes-diy-unibit.jpg deleted file mode 100644 index 3dfc4b19a..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-diy-unibit.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-event-nextjs.jpg b/static/images/theme/thumbnail/stackbit-themes-event-nextjs.jpg new file mode 100644 index 000000000..4a78d4d80 Binary files /dev/null and b/static/images/theme/thumbnail/stackbit-themes-event-nextjs.jpg differ diff --git a/static/images/theme/thumbnail/stackbit-themes-exto-gatsby.jpg b/static/images/theme/thumbnail/stackbit-themes-exto-gatsby.jpg deleted file mode 100644 index db6b9e437..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-exto-gatsby.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-exto-hugo.jpg b/static/images/theme/thumbnail/stackbit-themes-exto-hugo.jpg deleted file mode 100644 index db6b9e437..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-exto-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-exto-jekyll.jpg b/static/images/theme/thumbnail/stackbit-themes-exto-jekyll.jpg deleted file mode 100644 index db6b9e437..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-exto-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-stackbit-theme-exto.jpg b/static/images/theme/thumbnail/stackbit-themes-exto-nextjs.jpg similarity index 100% rename from static/images/theme/thumbnail/stackbit-stackbit-theme-exto.jpg rename to static/images/theme/thumbnail/stackbit-themes-exto-nextjs.jpg diff --git a/static/images/theme/thumbnail/stackbit-themes-exto-unibit.jpg b/static/images/theme/thumbnail/stackbit-themes-exto-unibit.jpg deleted file mode 100644 index 3844bf95b..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-exto-unibit.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-fjord-gatsby.jpg b/static/images/theme/thumbnail/stackbit-themes-fjord-gatsby.jpg deleted file mode 100644 index 69b8e8a20..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-fjord-gatsby.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-fjord-hugo.jpg b/static/images/theme/thumbnail/stackbit-themes-fjord-hugo.jpg deleted file mode 100644 index 69b8e8a20..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-fjord-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-fjord-jekyll.jpg b/static/images/theme/thumbnail/stackbit-themes-fjord-jekyll.jpg deleted file mode 100644 index 69b8e8a20..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-fjord-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-fjord-unibit.jpg b/static/images/theme/thumbnail/stackbit-themes-fjord-nextjs.jpg similarity index 100% rename from static/images/theme/thumbnail/stackbit-themes-fjord-unibit.jpg rename to static/images/theme/thumbnail/stackbit-themes-fjord-nextjs.jpg diff --git a/static/images/theme/thumbnail/stackbit-themes-fresh-unibit.jpg b/static/images/theme/thumbnail/stackbit-themes-fresh-nextjs.jpg similarity index 100% rename from static/images/theme/thumbnail/stackbit-themes-fresh-unibit.jpg rename to static/images/theme/thumbnail/stackbit-themes-fresh-nextjs.jpg diff --git a/static/images/theme/thumbnail/stackbit-stackbit-theme-libris.jpg b/static/images/theme/thumbnail/stackbit-themes-libris-nextjs.jpg similarity index 100% rename from static/images/theme/thumbnail/stackbit-stackbit-theme-libris.jpg rename to static/images/theme/thumbnail/stackbit-themes-libris-nextjs.jpg diff --git a/static/images/theme/thumbnail/stackbit-themes-libris-unibit.jpg b/static/images/theme/thumbnail/stackbit-themes-libris-unibit.jpg deleted file mode 100644 index 8074004be..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-libris-unibit.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-personal-nextjs.jpg b/static/images/theme/thumbnail/stackbit-themes-personal-nextjs.jpg new file mode 100644 index 000000000..dfba61faa Binary files /dev/null and b/static/images/theme/thumbnail/stackbit-themes-personal-nextjs.jpg differ diff --git a/static/images/theme/thumbnail/stackbit-themes-podcaster-nextjs.jpg b/static/images/theme/thumbnail/stackbit-themes-podcaster-nextjs.jpg new file mode 100644 index 000000000..a97623be1 Binary files /dev/null and b/static/images/theme/thumbnail/stackbit-themes-podcaster-nextjs.jpg differ diff --git a/static/images/theme/thumbnail/stackbit-themes-stackbit-starter-gatsby.jpg b/static/images/theme/thumbnail/stackbit-themes-stackbit-starter-gatsby.jpg deleted file mode 100644 index c52a41ad9..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-stackbit-starter-gatsby.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-stackbit-starter-hugo.jpg b/static/images/theme/thumbnail/stackbit-themes-stackbit-starter-hugo.jpg deleted file mode 100644 index c52a41ad9..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-stackbit-starter-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-stackbit-starter-jekyll.jpg b/static/images/theme/thumbnail/stackbit-themes-stackbit-starter-jekyll.jpg deleted file mode 100644 index c52a41ad9..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-stackbit-starter-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-stackbit-starter-nextjs.jpg b/static/images/theme/thumbnail/stackbit-themes-stackbit-starter-nextjs.jpg deleted file mode 100644 index c52a41ad9..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-stackbit-starter-nextjs.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-starter-unibit.jpg b/static/images/theme/thumbnail/stackbit-themes-starter-unibit.jpg deleted file mode 100644 index d118019ae..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-starter-unibit.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-stackbit-theme-vanilla.jpg b/static/images/theme/thumbnail/stackbit-themes-vanilla-jekyll.jpg similarity index 100% rename from static/images/theme/thumbnail/stackbit-stackbit-theme-vanilla.jpg rename to static/images/theme/thumbnail/stackbit-themes-vanilla-jekyll.jpg diff --git a/static/images/theme/thumbnail/stackbit-themes-vanilla-unibit.jpg b/static/images/theme/thumbnail/stackbit-themes-vanilla-nextjs.jpg similarity index 100% rename from static/images/theme/thumbnail/stackbit-themes-vanilla-unibit.jpg rename to static/images/theme/thumbnail/stackbit-themes-vanilla-nextjs.jpg diff --git a/static/images/theme/thumbnail/stackrole-gatsby-starter-foundation.jpg b/static/images/theme/thumbnail/stackrole-gatsby-starter-foundation.jpg index f906ca4da..1805cb8bd 100644 Binary files a/static/images/theme/thumbnail/stackrole-gatsby-starter-foundation.jpg and b/static/images/theme/thumbnail/stackrole-gatsby-starter-foundation.jpg differ diff --git a/static/images/theme/thumbnail/statichunt-geeky-hugo.jpg b/static/images/theme/thumbnail/statichunt-geeky-hugo.jpg new file mode 100644 index 000000000..a0e01f1de Binary files /dev/null and b/static/images/theme/thumbnail/statichunt-geeky-hugo.jpg differ diff --git a/static/images/theme/thumbnail/staticmania-blogge-hugo-theme.jpg b/static/images/theme/thumbnail/staticmania-blogge-hugo-theme.jpg new file mode 100644 index 000000000..dbb86b840 Binary files /dev/null and b/static/images/theme/thumbnail/staticmania-blogge-hugo-theme.jpg differ diff --git a/static/images/theme/thumbnail/staticmania-hugo-apsho.jpg b/static/images/theme/thumbnail/staticmania-hugo-apsho.jpg new file mode 100644 index 000000000..62d390f45 Binary files /dev/null and b/static/images/theme/thumbnail/staticmania-hugo-apsho.jpg differ diff --git a/static/images/theme/thumbnail/staticmania-hugo-cohub.jpg b/static/images/theme/thumbnail/staticmania-hugo-cohub.jpg new file mode 100644 index 000000000..b00f7615d Binary files /dev/null and b/static/images/theme/thumbnail/staticmania-hugo-cohub.jpg differ diff --git a/static/images/theme/thumbnail/staticmania-portio-hugo.jpg b/static/images/theme/thumbnail/staticmania-portio-hugo.jpg new file mode 100644 index 000000000..53bf7a80c Binary files /dev/null and b/static/images/theme/thumbnail/staticmania-portio-hugo.jpg differ diff --git a/static/images/theme/thumbnail/staticmania-roxo-eleventy.jpg b/static/images/theme/thumbnail/staticmania-roxo-eleventy.jpg new file mode 100644 index 000000000..5ab7732fe Binary files /dev/null and b/static/images/theme/thumbnail/staticmania-roxo-eleventy.jpg differ diff --git a/static/images/theme/thumbnail/staticmania-roxo-hugo.jpg b/static/images/theme/thumbnail/staticmania-roxo-hugo.jpg deleted file mode 100644 index 301310ad7..000000000 Binary files a/static/images/theme/thumbnail/staticmania-roxo-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stavrospanakakis-jekyll-cv.jpg b/static/images/theme/thumbnail/stavrospanakakis-jekyll-cv.jpg new file mode 100644 index 000000000..3d6b432d9 Binary files /dev/null and b/static/images/theme/thumbnail/stavrospanakakis-jekyll-cv.jpg differ diff --git a/static/images/theme/thumbnail/stephen-cloud-gatsby-markdown-material-typescript-starter.jpg b/static/images/theme/thumbnail/stephen-cloud-gatsby-markdown-material-typescript-starter.jpg index b3497104d..393233070 100644 Binary files a/static/images/theme/thumbnail/stephen-cloud-gatsby-markdown-material-typescript-starter.jpg and b/static/images/theme/thumbnail/stephen-cloud-gatsby-markdown-material-typescript-starter.jpg differ diff --git a/static/images/theme/thumbnail/stevelane-hugo-icon.jpg b/static/images/theme/thumbnail/stevelane-hugo-icon.jpg deleted file mode 100644 index d6ab6377b..000000000 Binary files a/static/images/theme/thumbnail/stevelane-hugo-icon.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stijnvc-holo-alfa.jpg b/static/images/theme/thumbnail/stijnvc-holo-alfa.jpg index a32a128e3..a51e6ff12 100644 Binary files a/static/images/theme/thumbnail/stijnvc-holo-alfa.jpg and b/static/images/theme/thumbnail/stijnvc-holo-alfa.jpg differ diff --git a/static/images/theme/thumbnail/storyblok-storyblok-gridsome-boilerplate-moon.jpg b/static/images/theme/thumbnail/storyblok-storyblok-gridsome-boilerplate-moon.jpg index bfa41eee9..ab15e33c2 100644 Binary files a/static/images/theme/thumbnail/storyblok-storyblok-gridsome-boilerplate-moon.jpg and b/static/images/theme/thumbnail/storyblok-storyblok-gridsome-boilerplate-moon.jpg differ diff --git a/static/images/theme/thumbnail/streetturtle-jekyll-clean-dark.jpg b/static/images/theme/thumbnail/streetturtle-jekyll-clean-dark.jpg index ce46dee2d..0ec8e9e5c 100644 Binary files a/static/images/theme/thumbnail/streetturtle-jekyll-clean-dark.jpg and b/static/images/theme/thumbnail/streetturtle-jekyll-clean-dark.jpg differ diff --git a/static/images/theme/thumbnail/styxlab-gatsby-starter-try-ghost.jpg b/static/images/theme/thumbnail/styxlab-gatsby-starter-try-ghost.jpg index 64475257d..d6c981f1e 100644 Binary files a/static/images/theme/thumbnail/styxlab-gatsby-starter-try-ghost.jpg and b/static/images/theme/thumbnail/styxlab-gatsby-starter-try-ghost.jpg differ diff --git a/static/images/theme/thumbnail/styxlab-next-cms-ghost.jpg b/static/images/theme/thumbnail/styxlab-next-cms-ghost.jpg index ba71d4009..ed7f18e97 100644 Binary files a/static/images/theme/thumbnail/styxlab-next-cms-ghost.jpg and b/static/images/theme/thumbnail/styxlab-next-cms-ghost.jpg differ diff --git a/static/images/theme/thumbnail/sudorook-capsule.jpg b/static/images/theme/thumbnail/sudorook-capsule.jpg deleted file mode 100644 index 969055781..000000000 Binary files a/static/images/theme/thumbnail/sudorook-capsule.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/suheb-resume.jpg b/static/images/theme/thumbnail/suheb-resume.jpg index a0b60e2a8..df1c42376 100644 Binary files a/static/images/theme/thumbnail/suheb-resume.jpg and b/static/images/theme/thumbnail/suheb-resume.jpg differ diff --git a/static/images/theme/thumbnail/suits-at-netlifycms-gridsome.jpg b/static/images/theme/thumbnail/suits-at-netlifycms-gridsome.jpg index 67a4ae284..d350c112a 100644 Binary files a/static/images/theme/thumbnail/suits-at-netlifycms-gridsome.jpg and b/static/images/theme/thumbnail/suits-at-netlifycms-gridsome.jpg differ diff --git a/static/images/theme/thumbnail/sujaykundu777-devlopr-jekyll.jpg b/static/images/theme/thumbnail/sujaykundu777-devlopr-jekyll.jpg index 666d4cc24..e2ba4749c 100644 Binary files a/static/images/theme/thumbnail/sujaykundu777-devlopr-jekyll.jpg and b/static/images/theme/thumbnail/sujaykundu777-devlopr-jekyll.jpg differ diff --git a/static/images/theme/thumbnail/sunbliss-photorama.jpg b/static/images/theme/thumbnail/sunbliss-photorama.jpg index 878083c28..6e0daf726 100644 Binary files a/static/images/theme/thumbnail/sunbliss-photorama.jpg and b/static/images/theme/thumbnail/sunbliss-photorama.jpg differ diff --git a/static/images/theme/thumbnail/surjithctly-neat-starter.jpg b/static/images/theme/thumbnail/surjithctly-neat-starter.jpg index 754eba4c2..b715624d7 100644 Binary files a/static/images/theme/thumbnail/surjithctly-neat-starter.jpg and b/static/images/theme/thumbnail/surjithctly-neat-starter.jpg differ diff --git a/static/images/theme/thumbnail/svmiller-steve-ngvb-jekyll-template.jpg b/static/images/theme/thumbnail/svmiller-steve-ngvb-jekyll-template.jpg deleted file mode 100644 index 98922e3d0..000000000 Binary files a/static/images/theme/thumbnail/svmiller-steve-ngvb-jekyll-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sw-yx-jamstack-hackathon-starter.jpg b/static/images/theme/thumbnail/sw-yx-jamstack-hackathon-starter.jpg index 0344f0d2c..1ab405c54 100644 Binary files a/static/images/theme/thumbnail/sw-yx-jamstack-hackathon-starter.jpg and b/static/images/theme/thumbnail/sw-yx-jamstack-hackathon-starter.jpg differ diff --git a/static/images/theme/thumbnail/swanson-lagom.jpg b/static/images/theme/thumbnail/swanson-lagom.jpg index 832f4c2df..de5fce199 100644 Binary files a/static/images/theme/thumbnail/swanson-lagom.jpg and b/static/images/theme/thumbnail/swanson-lagom.jpg differ diff --git a/static/images/theme/thumbnail/swcool-landing-page-theme.jpg b/static/images/theme/thumbnail/swcool-landing-page-theme.jpg deleted file mode 100644 index 6d39c5d90..000000000 Binary files a/static/images/theme/thumbnail/swcool-landing-page-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sylhare-type-on-strap.jpg b/static/images/theme/thumbnail/sylhare-type-on-strap.jpg index b14b9ecec..cc2d58da7 100644 Binary files a/static/images/theme/thumbnail/sylhare-type-on-strap.jpg and b/static/images/theme/thumbnail/sylhare-type-on-strap.jpg differ diff --git a/static/images/theme/thumbnail/syui-hugo-theme-air.jpg b/static/images/theme/thumbnail/syui-hugo-theme-air.jpg deleted file mode 100644 index d7c8208f7..000000000 Binary files a/static/images/theme/thumbnail/syui-hugo-theme-air.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/syui-hugo-theme-wave.jpg b/static/images/theme/thumbnail/syui-hugo-theme-wave.jpg deleted file mode 100644 index be551e6f4..000000000 Binary files a/static/images/theme/thumbnail/syui-hugo-theme-wave.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/szhielelp-jekylltheme-projectgaia.jpg b/static/images/theme/thumbnail/szhielelp-jekylltheme-projectgaia.jpg deleted file mode 100644 index 542e83d1e..000000000 Binary files a/static/images/theme/thumbnail/szhielelp-jekylltheme-projectgaia.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sziv2p-jekyll-theme-scaffold.jpg b/static/images/theme/thumbnail/sziv2p-jekyll-theme-scaffold.jpg deleted file mode 100644 index f812e0ac3..000000000 Binary files a/static/images/theme/thumbnail/sziv2p-jekyll-theme-scaffold.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/szivong-pole.jpg b/static/images/theme/thumbnail/szivong-pole.jpg deleted file mode 100644 index 8c617c421..000000000 Binary files a/static/images/theme/thumbnail/szivong-pole.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/t413-singlepaged.jpg b/static/images/theme/thumbnail/t413-singlepaged.jpg deleted file mode 100644 index 49c26fc66..000000000 Binary files a/static/images/theme/thumbnail/t413-singlepaged.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/taikii-whiteplain.jpg b/static/images/theme/thumbnail/taikii-whiteplain.jpg deleted file mode 100644 index c15cdd758..000000000 Binary files a/static/images/theme/thumbnail/taikii-whiteplain.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tajacks-lightspeed.jpg b/static/images/theme/thumbnail/tajacks-lightspeed.jpg new file mode 100644 index 000000000..b559356e2 Binary files /dev/null and b/static/images/theme/thumbnail/tajacks-lightspeed.jpg differ diff --git a/static/images/theme/thumbnail/taylantatli-halve.jpg b/static/images/theme/thumbnail/taylantatli-halve.jpg index 6163a619f..ea41b094c 100644 Binary files a/static/images/theme/thumbnail/taylantatli-halve.jpg and b/static/images/theme/thumbnail/taylantatli-halve.jpg differ diff --git a/static/images/theme/thumbnail/taylantatli-moon.jpg b/static/images/theme/thumbnail/taylantatli-moon.jpg index 50f597263..5a3016d6f 100644 Binary files a/static/images/theme/thumbnail/taylantatli-moon.jpg and b/static/images/theme/thumbnail/taylantatli-moon.jpg differ diff --git a/static/images/theme/thumbnail/taylantatli-ramme.jpg b/static/images/theme/thumbnail/taylantatli-ramme.jpg index 935ae8089..eeae922e4 100644 Binary files a/static/images/theme/thumbnail/taylantatli-ramme.jpg and b/static/images/theme/thumbnail/taylantatli-ramme.jpg differ diff --git a/static/images/theme/thumbnail/tazeg-hugo-blog-jeffprod.jpg b/static/images/theme/thumbnail/tazeg-hugo-blog-jeffprod.jpg deleted file mode 100644 index 065859a92..000000000 Binary files a/static/images/theme/thumbnail/tazeg-hugo-blog-jeffprod.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tblyler-light-hugo.jpg b/static/images/theme/thumbnail/tblyler-light-hugo.jpg deleted file mode 100644 index 979481dc2..000000000 Binary files a/static/images/theme/thumbnail/tblyler-light-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tcbutler320-jek.jpg b/static/images/theme/thumbnail/tcbutler320-jek.jpg index 930fc1c2f..37e1e33e3 100644 Binary files a/static/images/theme/thumbnail/tcbutler320-jek.jpg and b/static/images/theme/thumbnail/tcbutler320-jek.jpg differ diff --git a/static/images/theme/thumbnail/tcbutler320-jekyll-theme-dumbarton.jpg b/static/images/theme/thumbnail/tcbutler320-jekyll-theme-dumbarton.jpg index 77af22e5c..d07e0ec28 100644 Binary files a/static/images/theme/thumbnail/tcbutler320-jekyll-theme-dumbarton.jpg and b/static/images/theme/thumbnail/tcbutler320-jekyll-theme-dumbarton.jpg differ diff --git a/static/images/theme/thumbnail/teaware-gatsby-starter-point.jpg b/static/images/theme/thumbnail/teaware-gatsby-starter-point.jpg index 34cfe450e..afc05dc86 100644 Binary files a/static/images/theme/thumbnail/teaware-gatsby-starter-point.jpg and b/static/images/theme/thumbnail/teaware-gatsby-starter-point.jpg differ diff --git a/static/images/theme/thumbnail/thakkaryash94-gatsby-github-personal-website.jpg b/static/images/theme/thumbnail/thakkaryash94-gatsby-github-personal-website.jpg index bf0021745..281574db5 100644 Binary files a/static/images/theme/thumbnail/thakkaryash94-gatsby-github-personal-website.jpg and b/static/images/theme/thumbnail/thakkaryash94-gatsby-github-personal-website.jpg differ diff --git a/static/images/theme/thumbnail/the-development-flex.jpg b/static/images/theme/thumbnail/the-development-flex.jpg index 16e3d32d2..36d7fc51b 100644 Binary files a/static/images/theme/thumbnail/the-development-flex.jpg and b/static/images/theme/thumbnail/the-development-flex.jpg differ diff --git a/static/images/theme/thumbnail/the2ne-hugo-frais.jpg b/static/images/theme/thumbnail/the2ne-hugo-frais.jpg deleted file mode 100644 index 976b6ac1e..000000000 Binary files a/static/images/theme/thumbnail/the2ne-hugo-frais.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/thebakerdev-gatsby-starter-zenii.jpg b/static/images/theme/thumbnail/thebakerdev-gatsby-starter-zenii.jpg index d2d2cb03a..c791e0a50 100644 Binary files a/static/images/theme/thumbnail/thebakerdev-gatsby-starter-zenii.jpg and b/static/images/theme/thumbnail/thebakerdev-gatsby-starter-zenii.jpg differ diff --git a/static/images/theme/thumbnail/thecodemint-gatsby-starter-simple.jpg b/static/images/theme/thumbnail/thecodemint-gatsby-starter-simple.jpg deleted file mode 100644 index 49084dfc5..000000000 Binary files a/static/images/theme/thumbnail/thecodemint-gatsby-starter-simple.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/thedevslot-whatatheme.jpg b/static/images/theme/thumbnail/thedevslot-whatatheme.jpg index 7baeb1a52..ecb539a51 100644 Binary files a/static/images/theme/thumbnail/thedevslot-whatatheme.jpg and b/static/images/theme/thumbnail/thedevslot-whatatheme.jpg differ diff --git a/static/images/theme/thumbnail/themefisher-academia-hugo.jpg b/static/images/theme/thumbnail/themefisher-academia-hugo.jpg new file mode 100644 index 000000000..5d8e79dc2 Binary files /dev/null and b/static/images/theme/thumbnail/themefisher-academia-hugo.jpg differ diff --git a/static/images/theme/thumbnail/themefisher-airspace-hugo.jpg b/static/images/theme/thumbnail/themefisher-airspace-hugo.jpg index 797bc93a4..b343bfadb 100644 Binary files a/static/images/theme/thumbnail/themefisher-airspace-hugo.jpg and b/static/images/theme/thumbnail/themefisher-airspace-hugo.jpg differ diff --git a/static/images/theme/thumbnail/themefisher-bigspring-light.jpg b/static/images/theme/thumbnail/themefisher-bigspring-light.jpg new file mode 100644 index 000000000..e22cffaf2 Binary files /dev/null and b/static/images/theme/thumbnail/themefisher-bigspring-light.jpg differ diff --git a/static/images/theme/thumbnail/themefisher-dot-hugo-documentation-theme.jpg b/static/images/theme/thumbnail/themefisher-dot-hugo-documentation-theme.jpg deleted file mode 100644 index a74330e29..000000000 Binary files a/static/images/theme/thumbnail/themefisher-dot-hugo-documentation-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/themefisher-dot-hugo.jpg b/static/images/theme/thumbnail/themefisher-dot-hugo.jpg new file mode 100644 index 000000000..4e2fbefbb Binary files /dev/null and b/static/images/theme/thumbnail/themefisher-dot-hugo.jpg differ diff --git a/static/images/theme/thumbnail/themefisher-educenter-hugo.jpg b/static/images/theme/thumbnail/themefisher-educenter-hugo.jpg new file mode 100644 index 000000000..9e0db61e4 Binary files /dev/null and b/static/images/theme/thumbnail/themefisher-educenter-hugo.jpg differ diff --git a/static/images/theme/thumbnail/themefisher-hargo-hugo.jpg b/static/images/theme/thumbnail/themefisher-hargo-hugo.jpg new file mode 100644 index 000000000..5d070c73b Binary files /dev/null and b/static/images/theme/thumbnail/themefisher-hargo-hugo.jpg differ diff --git a/static/images/theme/thumbnail/themefisher-infinity-hugo.jpg b/static/images/theme/thumbnail/themefisher-infinity-hugo.jpg index f52dac199..3e44371ee 100644 Binary files a/static/images/theme/thumbnail/themefisher-infinity-hugo.jpg and b/static/images/theme/thumbnail/themefisher-infinity-hugo.jpg differ diff --git a/static/images/theme/thumbnail/themefisher-kross-hugo-portfolio-template.jpg b/static/images/theme/thumbnail/themefisher-kross-hugo-portfolio-template.jpg deleted file mode 100644 index f75b539a8..000000000 Binary files a/static/images/theme/thumbnail/themefisher-kross-hugo-portfolio-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/themefisher-kross-hugo.jpg b/static/images/theme/thumbnail/themefisher-kross-hugo.jpg new file mode 100644 index 000000000..09e847308 Binary files /dev/null and b/static/images/theme/thumbnail/themefisher-kross-hugo.jpg differ diff --git a/static/images/theme/thumbnail/themefisher-meghna-hugo.jpg b/static/images/theme/thumbnail/themefisher-meghna-hugo.jpg deleted file mode 100644 index 7132d648a..000000000 Binary files a/static/images/theme/thumbnail/themefisher-meghna-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/themefisher-navigator-hugo.jpg b/static/images/theme/thumbnail/themefisher-navigator-hugo.jpg deleted file mode 100644 index 9b81cb38b..000000000 Binary files a/static/images/theme/thumbnail/themefisher-navigator-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/themefisher-parsa-hugo-personal-blog-theme.jpg b/static/images/theme/thumbnail/themefisher-parsa-hugo-personal-blog-theme.jpg deleted file mode 100644 index 52616ceda..000000000 Binary files a/static/images/theme/thumbnail/themefisher-parsa-hugo-personal-blog-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/themefisher-parsa-hugo.jpg b/static/images/theme/thumbnail/themefisher-parsa-hugo.jpg new file mode 100644 index 000000000..74c286e4f Binary files /dev/null and b/static/images/theme/thumbnail/themefisher-parsa-hugo.jpg differ diff --git a/static/images/theme/thumbnail/themefisher-restaurant-hugo.jpg b/static/images/theme/thumbnail/themefisher-restaurant-hugo.jpg deleted file mode 100644 index 89350d871..000000000 Binary files a/static/images/theme/thumbnail/themefisher-restaurant-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/themefisher-timer-hugo.jpg b/static/images/theme/thumbnail/themefisher-timer-hugo.jpg index cc7871b25..399cf9102 100644 Binary files a/static/images/theme/thumbnail/themefisher-timer-hugo.jpg and b/static/images/theme/thumbnail/themefisher-timer-hugo.jpg differ diff --git a/static/images/theme/thumbnail/themefisher-twenty-twenty-hugo.jpg b/static/images/theme/thumbnail/themefisher-twenty-twenty-hugo.jpg new file mode 100644 index 000000000..6a7debe94 Binary files /dev/null and b/static/images/theme/thumbnail/themefisher-twenty-twenty-hugo.jpg differ diff --git a/static/images/theme/thumbnail/themefisher-vex-hugo.jpg b/static/images/theme/thumbnail/themefisher-vex-hugo.jpg index 40448e10f..95d7af5ec 100644 Binary files a/static/images/theme/thumbnail/themefisher-vex-hugo.jpg and b/static/images/theme/thumbnail/themefisher-vex-hugo.jpg differ diff --git a/static/images/theme/thumbnail/themeselection-materio-mui-react-nextjs-admin-template-free.jpg b/static/images/theme/thumbnail/themeselection-materio-mui-react-nextjs-admin-template-free.jpg new file mode 100644 index 000000000..7bcbaec0b Binary files /dev/null and b/static/images/theme/thumbnail/themeselection-materio-mui-react-nextjs-admin-template-free.jpg differ diff --git a/static/images/theme/thumbnail/thenewdynamic-gohugo-theme-ananke.jpg b/static/images/theme/thumbnail/thenewdynamic-gohugo-theme-ananke.jpg new file mode 100644 index 000000000..44ef05da4 Binary files /dev/null and b/static/images/theme/thumbnail/thenewdynamic-gohugo-theme-ananke.jpg differ diff --git a/static/images/theme/thumbnail/thephuse-strange_case.jpg b/static/images/theme/thumbnail/thephuse-strange_case.jpg index f8c6d39e3..1795e6290 100644 Binary files a/static/images/theme/thumbnail/thephuse-strange_case.jpg and b/static/images/theme/thumbnail/thephuse-strange_case.jpg differ diff --git a/static/images/theme/thumbnail/thetrevorharmon-gatsby-starter-typescript-sass.jpg b/static/images/theme/thumbnail/thetrevorharmon-gatsby-starter-typescript-sass.jpg index f5a06af19..acd292c51 100644 Binary files a/static/images/theme/thumbnail/thetrevorharmon-gatsby-starter-typescript-sass.jpg and b/static/images/theme/thumbnail/thetrevorharmon-gatsby-starter-typescript-sass.jpg differ diff --git a/static/images/theme/thumbnail/thiagorossener-jekflix-template.jpg b/static/images/theme/thumbnail/thiagorossener-jekflix-template.jpg index 2987e1600..3734c0e4f 100644 Binary files a/static/images/theme/thumbnail/thiagorossener-jekflix-template.jpg and b/static/images/theme/thumbnail/thiagorossener-jekflix-template.jpg differ diff --git a/static/images/theme/thumbnail/thingsym-hugo-theme-techdoc.jpg b/static/images/theme/thumbnail/thingsym-hugo-theme-techdoc.jpg deleted file mode 100644 index a591e9a5c..000000000 Binary files a/static/images/theme/thumbnail/thingsym-hugo-theme-techdoc.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/thinker3197-ink.jpg b/static/images/theme/thumbnail/thinker3197-ink.jpg index f04cf9c2f..80e75afde 100644 Binary files a/static/images/theme/thumbnail/thinker3197-ink.jpg and b/static/images/theme/thumbnail/thinker3197-ink.jpg differ diff --git a/static/images/theme/thumbnail/thomasheller-crab.jpg b/static/images/theme/thumbnail/thomasheller-crab.jpg deleted file mode 100644 index 3f65cb792..000000000 Binary files a/static/images/theme/thumbnail/thomasheller-crab.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/thomasvaeth-trophy-jekyll.jpg b/static/images/theme/thumbnail/thomasvaeth-trophy-jekyll.jpg deleted file mode 100644 index f783666b4..000000000 Binary files a/static/images/theme/thumbnail/thomasvaeth-trophy-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/thomaswangio-gatsby-personal-starter-blog.jpg b/static/images/theme/thumbnail/thomaswangio-gatsby-personal-starter-blog.jpg index a8c9c285b..72eaf030a 100644 Binary files a/static/images/theme/thumbnail/thomaswangio-gatsby-personal-starter-blog.jpg and b/static/images/theme/thumbnail/thomaswangio-gatsby-personal-starter-blog.jpg differ diff --git a/static/images/theme/thumbnail/thomaswangio-gatsby-starter-primer.jpg b/static/images/theme/thumbnail/thomaswangio-gatsby-starter-primer.jpg index 0d03ca571..a14dfd3d7 100644 Binary files a/static/images/theme/thumbnail/thomaswangio-gatsby-starter-primer.jpg and b/static/images/theme/thumbnail/thomaswangio-gatsby-starter-primer.jpg differ diff --git a/static/images/theme/thumbnail/thriveweb-yellowcake.jpg b/static/images/theme/thumbnail/thriveweb-yellowcake.jpg index 3b1ac2075..8a6774189 100644 Binary files a/static/images/theme/thumbnail/thriveweb-yellowcake.jpg and b/static/images/theme/thumbnail/thriveweb-yellowcake.jpg differ diff --git a/static/images/theme/thumbnail/thundermiracle-gatsby-simple-blog.jpg b/static/images/theme/thumbnail/thundermiracle-gatsby-simple-blog.jpg index 7cd5d8de4..f9bd80c6d 100644 Binary files a/static/images/theme/thumbnail/thundermiracle-gatsby-simple-blog.jpg and b/static/images/theme/thumbnail/thundermiracle-gatsby-simple-blog.jpg differ diff --git a/static/images/theme/thumbnail/tigefa4u-jekmdl.jpg b/static/images/theme/thumbnail/tigefa4u-jekmdl.jpg index f225b1e59..262055a17 100644 Binary files a/static/images/theme/thumbnail/tigefa4u-jekmdl.jpg and b/static/images/theme/thumbnail/tigefa4u-jekmdl.jpg differ diff --git a/static/images/theme/thumbnail/timlrx-tailwind-nextjs-starter-blog.jpg b/static/images/theme/thumbnail/timlrx-tailwind-nextjs-starter-blog.jpg index f64ef3691..ebb2bab9f 100644 Binary files a/static/images/theme/thumbnail/timlrx-tailwind-nextjs-starter-blog.jpg and b/static/images/theme/thumbnail/timlrx-tailwind-nextjs-starter-blog.jpg differ diff --git a/static/images/theme/thumbnail/tnguyen-blueface.jpg b/static/images/theme/thumbnail/tnguyen-blueface.jpg index 3c3eba5b8..6aea27aa4 100644 Binary files a/static/images/theme/thumbnail/tnguyen-blueface.jpg and b/static/images/theme/thumbnail/tnguyen-blueface.jpg differ diff --git a/static/images/theme/thumbnail/tnwhitwell-hugo-startpage-theme.jpg b/static/images/theme/thumbnail/tnwhitwell-hugo-startpage-theme.jpg deleted file mode 100644 index bfda74ae1..000000000 Binary files a/static/images/theme/thumbnail/tnwhitwell-hugo-startpage-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/toboko-gatsby-starter-fine.jpg b/static/images/theme/thumbnail/toboko-gatsby-starter-fine.jpg index 73841b84f..831a80c52 100644 Binary files a/static/images/theme/thumbnail/toboko-gatsby-starter-fine.jpg and b/static/images/theme/thumbnail/toboko-gatsby-starter-fine.jpg differ diff --git a/static/images/theme/thumbnail/tocttou-hacker-blog.jpg b/static/images/theme/thumbnail/tocttou-hacker-blog.jpg index 08222a461..66694c2da 100644 Binary files a/static/images/theme/thumbnail/tocttou-hacker-blog.jpg and b/static/images/theme/thumbnail/tocttou-hacker-blog.jpg differ diff --git a/static/images/theme/thumbnail/tolking-vuepress-theme-ououe.jpg b/static/images/theme/thumbnail/tolking-vuepress-theme-ououe.jpg index de4fc9364..9abcd6a84 100644 Binary files a/static/images/theme/thumbnail/tolking-vuepress-theme-ououe.jpg and b/static/images/theme/thumbnail/tolking-vuepress-theme-ououe.jpg differ diff --git a/static/images/theme/thumbnail/tomanistor-osprey.jpg b/static/images/theme/thumbnail/tomanistor-osprey.jpg index 9de0672dc..d6c305136 100644 Binary files a/static/images/theme/thumbnail/tomanistor-osprey.jpg and b/static/images/theme/thumbnail/tomanistor-osprey.jpg differ diff --git a/static/images/theme/thumbnail/tomekskuta-gatsby-starter-intl.jpg b/static/images/theme/thumbnail/tomekskuta-gatsby-starter-intl.jpg index d914e6128..800c67252 100644 Binary files a/static/images/theme/thumbnail/tomekskuta-gatsby-starter-intl.jpg and b/static/images/theme/thumbnail/tomekskuta-gatsby-starter-intl.jpg differ diff --git a/static/images/theme/thumbnail/tomjohnson1492-documentation-theme-jekyll.jpg b/static/images/theme/thumbnail/tomjohnson1492-documentation-theme-jekyll.jpg index 730b917fd..86823b26b 100644 Binary files a/static/images/theme/thumbnail/tomjohnson1492-documentation-theme-jekyll.jpg and b/static/images/theme/thumbnail/tomjohnson1492-documentation-theme-jekyll.jpg differ diff --git a/static/images/theme/thumbnail/tomoyukikashiro-gatsby-starter-blog-amp-to-pwa.jpg b/static/images/theme/thumbnail/tomoyukikashiro-gatsby-starter-blog-amp-to-pwa.jpg index 3591b1f49..870a2abc4 100644 Binary files a/static/images/theme/thumbnail/tomoyukikashiro-gatsby-starter-blog-amp-to-pwa.jpg and b/static/images/theme/thumbnail/tomoyukikashiro-gatsby-starter-blog-amp-to-pwa.jpg differ diff --git a/static/images/theme/thumbnail/tomrutgers-middleman-starter-netlify-cms.jpg b/static/images/theme/thumbnail/tomrutgers-middleman-starter-netlify-cms.jpg index 737cc1b16..c05af2f8e 100644 Binary files a/static/images/theme/thumbnail/tomrutgers-middleman-starter-netlify-cms.jpg and b/static/images/theme/thumbnail/tomrutgers-middleman-starter-netlify-cms.jpg differ diff --git a/static/images/theme/thumbnail/tosi29-inkblotty.jpg b/static/images/theme/thumbnail/tosi29-inkblotty.jpg deleted file mode 100644 index b8c170047..000000000 Binary files a/static/images/theme/thumbnail/tosi29-inkblotty.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/track3-hermit.jpg b/static/images/theme/thumbnail/track3-hermit.jpg deleted file mode 100644 index 3c2d43980..000000000 Binary files a/static/images/theme/thumbnail/track3-hermit.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tradly-platform-butterflies.jpg b/static/images/theme/thumbnail/tradly-platform-butterflies.jpg new file mode 100644 index 000000000..f53cba457 Binary files /dev/null and b/static/images/theme/thumbnail/tradly-platform-butterflies.jpg differ diff --git a/static/images/theme/thumbnail/transitive-bullshit-nextjs-notion-starter-kit.jpg b/static/images/theme/thumbnail/transitive-bullshit-nextjs-notion-starter-kit.jpg new file mode 100644 index 000000000..fd799b684 Binary files /dev/null and b/static/images/theme/thumbnail/transitive-bullshit-nextjs-notion-starter-kit.jpg differ diff --git a/static/images/theme/thumbnail/tryghost-eleventy-starter-ghost.jpg b/static/images/theme/thumbnail/tryghost-eleventy-starter-ghost.jpg index 7c88e9812..a6fdba016 100644 Binary files a/static/images/theme/thumbnail/tryghost-eleventy-starter-ghost.jpg and b/static/images/theme/thumbnail/tryghost-eleventy-starter-ghost.jpg differ diff --git a/static/images/theme/thumbnail/tryghost-gatsby-starter-ghost.jpg b/static/images/theme/thumbnail/tryghost-gatsby-starter-ghost.jpg index 885a31cac..fa445d9d2 100644 Binary files a/static/images/theme/thumbnail/tryghost-gatsby-starter-ghost.jpg and b/static/images/theme/thumbnail/tryghost-gatsby-starter-ghost.jpg differ diff --git a/static/images/theme/thumbnail/ttntm-11ty-landing-page.jpg b/static/images/theme/thumbnail/ttntm-11ty-landing-page.jpg index 88214a299..5c7dddda3 100644 Binary files a/static/images/theme/thumbnail/ttntm-11ty-landing-page.jpg and b/static/images/theme/thumbnail/ttntm-11ty-landing-page.jpg differ diff --git a/static/images/theme/thumbnail/ttntm-hugo-landing-page.jpg b/static/images/theme/thumbnail/ttntm-hugo-landing-page.jpg index 84ae91a35..dd809e4d0 100644 Binary files a/static/images/theme/thumbnail/ttntm-hugo-landing-page.jpg and b/static/images/theme/thumbnail/ttntm-hugo-landing-page.jpg differ diff --git a/static/images/theme/thumbnail/ttskch-jekyll-ttskch-theme.jpg b/static/images/theme/thumbnail/ttskch-jekyll-ttskch-theme.jpg index e60307723..22eeba407 100644 Binary files a/static/images/theme/thumbnail/ttskch-jekyll-ttskch-theme.jpg and b/static/images/theme/thumbnail/ttskch-jekyll-ttskch-theme.jpg differ diff --git a/static/images/theme/thumbnail/tummychow-lanyon-hugo.jpg b/static/images/theme/thumbnail/tummychow-lanyon-hugo.jpg index 4ef1caaae..c5eafaa78 100644 Binary files a/static/images/theme/thumbnail/tummychow-lanyon-hugo.jpg and b/static/images/theme/thumbnail/tummychow-lanyon-hugo.jpg differ diff --git a/static/images/theme/thumbnail/tybenz-exemplar.jpg b/static/images/theme/thumbnail/tybenz-exemplar.jpg index 2bbbf83d5..0fbcbd610 100644 Binary files a/static/images/theme/thumbnail/tybenz-exemplar.jpg and b/static/images/theme/thumbnail/tybenz-exemplar.jpg differ diff --git a/static/images/theme/thumbnail/tybenz-otter-pop.jpg b/static/images/theme/thumbnail/tybenz-otter-pop.jpg index 42a85fea9..fef08647f 100644 Binary files a/static/images/theme/thumbnail/tybenz-otter-pop.jpg and b/static/images/theme/thumbnail/tybenz-otter-pop.jpg differ diff --git a/static/images/theme/thumbnail/tylergreulich-gatsby-typescript-mdx-prismjs-starter.jpg b/static/images/theme/thumbnail/tylergreulich-gatsby-typescript-mdx-prismjs-starter.jpg index 209859176..52522aebf 100644 Binary files a/static/images/theme/thumbnail/tylergreulich-gatsby-typescript-mdx-prismjs-starter.jpg and b/static/images/theme/thumbnail/tylergreulich-gatsby-typescript-mdx-prismjs-starter.jpg differ diff --git a/static/images/theme/thumbnail/tylermroderick-fernfolio-11ty-template.jpg b/static/images/theme/thumbnail/tylermroderick-fernfolio-11ty-template.jpg index 91f18451a..d9ae49f8c 100644 Binary files a/static/images/theme/thumbnail/tylermroderick-fernfolio-11ty-template.jpg and b/static/images/theme/thumbnail/tylermroderick-fernfolio-11ty-template.jpg differ diff --git a/static/images/theme/thumbnail/tzuehlke-jekyll-uno-timeline.jpg b/static/images/theme/thumbnail/tzuehlke-jekyll-uno-timeline.jpg deleted file mode 100644 index 6e2022a27..000000000 Binary files a/static/images/theme/thumbnail/tzuehlke-jekyll-uno-timeline.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ueno-llc-ueno-gatsby-starter.jpg b/static/images/theme/thumbnail/ueno-llc-ueno-gatsby-starter.jpg index 250a558ae..47273e955 100644 Binary files a/static/images/theme/thumbnail/ueno-llc-ueno-gatsby-starter.jpg and b/static/images/theme/thumbnail/ueno-llc-ueno-gatsby-starter.jpg differ diff --git a/static/images/theme/thumbnail/uicardiodev-hugo-lime.jpg b/static/images/theme/thumbnail/uicardiodev-hugo-lime.jpg deleted file mode 100644 index 8b255363d..000000000 Binary files a/static/images/theme/thumbnail/uicardiodev-hugo-lime.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/uicardiodev-hugo-sodium-theme.jpg b/static/images/theme/thumbnail/uicardiodev-hugo-sodium-theme.jpg deleted file mode 100644 index 0189ed77d..000000000 Binary files a/static/images/theme/thumbnail/uicardiodev-hugo-sodium-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/uicardiodev-hugo-uilite.jpg b/static/images/theme/thumbnail/uicardiodev-hugo-uilite.jpg deleted file mode 100644 index 6286a40bd..000000000 Binary files a/static/images/theme/thumbnail/uicardiodev-hugo-uilite.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/unifreak-unifreak.github.io.jpg b/static/images/theme/thumbnail/unifreak-unifreak.github.io.jpg index f6a830090..284d4fc33 100644 Binary files a/static/images/theme/thumbnail/unifreak-unifreak.github.io.jpg and b/static/images/theme/thumbnail/unifreak-unifreak.github.io.jpg differ diff --git a/static/images/theme/thumbnail/upagge-ublogger.jpg b/static/images/theme/thumbnail/upagge-ublogger.jpg index 63ef73b88..a87da962c 100644 Binary files a/static/images/theme/thumbnail/upagge-ublogger.jpg and b/static/images/theme/thumbnail/upagge-ublogger.jpg differ diff --git a/static/images/theme/thumbnail/v4iv-gatsby-starter-business.jpg b/static/images/theme/thumbnail/v4iv-gatsby-starter-business.jpg index c2544d1d6..651a042eb 100644 Binary files a/static/images/theme/thumbnail/v4iv-gatsby-starter-business.jpg and b/static/images/theme/thumbnail/v4iv-gatsby-starter-business.jpg differ diff --git a/static/images/theme/thumbnail/vaga-hugo-theme-m10c.jpg b/static/images/theme/thumbnail/vaga-hugo-theme-m10c.jpg deleted file mode 100644 index a02b7cf33..000000000 Binary files a/static/images/theme/thumbnail/vaga-hugo-theme-m10c.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/vagr9k-gatsby-advanced-starter.jpg b/static/images/theme/thumbnail/vagr9k-gatsby-advanced-starter.jpg index 6163a619f..694ec02e5 100644 Binary files a/static/images/theme/thumbnail/vagr9k-gatsby-advanced-starter.jpg and b/static/images/theme/thumbnail/vagr9k-gatsby-advanced-starter.jpg differ diff --git a/static/images/theme/thumbnail/vagr9k-gatsby-material-starter.jpg b/static/images/theme/thumbnail/vagr9k-gatsby-material-starter.jpg index 885c53f87..cd7043f51 100644 Binary files a/static/images/theme/thumbnail/vagr9k-gatsby-material-starter.jpg and b/static/images/theme/thumbnail/vagr9k-gatsby-material-starter.jpg differ diff --git a/static/images/theme/thumbnail/vantagedesign-ace-documentation.jpg b/static/images/theme/thumbnail/vantagedesign-ace-documentation.jpg index 5d3ba1a7e..2d26504cc 100644 Binary files a/static/images/theme/thumbnail/vantagedesign-ace-documentation.jpg and b/static/images/theme/thumbnail/vantagedesign-ace-documentation.jpg differ diff --git a/static/images/theme/thumbnail/vercel-next.js.jpg b/static/images/theme/thumbnail/vercel-next.js.jpg index 3445c1535..6bb373945 100644 Binary files a/static/images/theme/thumbnail/vercel-next.js.jpg and b/static/images/theme/thumbnail/vercel-next.js.jpg differ diff --git a/static/images/theme/thumbnail/vfalanis-taken.jpg b/static/images/theme/thumbnail/vfalanis-taken.jpg deleted file mode 100644 index 8e779a97b..000000000 Binary files a/static/images/theme/thumbnail/vfalanis-taken.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/vfvong-jekyll-theme-quartz.jpg b/static/images/theme/thumbnail/vfvong-jekyll-theme-quartz.jpg new file mode 100644 index 000000000..94e63eb8b Binary files /dev/null and b/static/images/theme/thumbnail/vfvong-jekyll-theme-quartz.jpg differ diff --git a/static/images/theme/thumbnail/vfvong-jekyll-theme-tao.jpg b/static/images/theme/thumbnail/vfvong-jekyll-theme-tao.jpg new file mode 100644 index 000000000..325be6d3b Binary files /dev/null and b/static/images/theme/thumbnail/vfvong-jekyll-theme-tao.jpg differ diff --git a/static/images/theme/thumbnail/victoriadrake-hugo-theme-introduction.jpg b/static/images/theme/thumbnail/victoriadrake-hugo-theme-introduction.jpg index b17be755b..f9019bf5f 100644 Binary files a/static/images/theme/thumbnail/victoriadrake-hugo-theme-introduction.jpg and b/static/images/theme/thumbnail/victoriadrake-hugo-theme-introduction.jpg differ diff --git a/static/images/theme/thumbnail/victoriadrake-hugo-theme-sam.jpg b/static/images/theme/thumbnail/victoriadrake-hugo-theme-sam.jpg deleted file mode 100644 index f1d18a181..000000000 Binary files a/static/images/theme/thumbnail/victoriadrake-hugo-theme-sam.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/victorvoid-space-jekyll-template.jpg b/static/images/theme/thumbnail/victorvoid-space-jekyll-template.jpg index de44f5358..84b84d478 100644 Binary files a/static/images/theme/thumbnail/victorvoid-space-jekyll-template.jpg and b/static/images/theme/thumbnail/victorvoid-space-jekyll-template.jpg differ diff --git a/static/images/theme/thumbnail/vietanhdev-benice17.jpg b/static/images/theme/thumbnail/vietanhdev-benice17.jpg index f5a8e47dd..da3dceee0 100644 Binary files a/static/images/theme/thumbnail/vietanhdev-benice17.jpg and b/static/images/theme/thumbnail/vietanhdev-benice17.jpg differ diff --git a/static/images/theme/thumbnail/vietanhdev-hugo-curious.jpg b/static/images/theme/thumbnail/vietanhdev-hugo-curious.jpg index 5eb15ef5b..80db2f456 100644 Binary files a/static/images/theme/thumbnail/vietanhdev-hugo-curious.jpg and b/static/images/theme/thumbnail/vietanhdev-hugo-curious.jpg differ diff --git a/static/images/theme/thumbnail/viko16-vuepress-theme-simple.jpg b/static/images/theme/thumbnail/viko16-vuepress-theme-simple.jpg index 3326ce455..3e06f0b29 100644 Binary files a/static/images/theme/thumbnail/viko16-vuepress-theme-simple.jpg and b/static/images/theme/thumbnail/viko16-vuepress-theme-simple.jpg differ diff --git a/static/images/theme/thumbnail/vimux-binario.jpg b/static/images/theme/thumbnail/vimux-binario.jpg deleted file mode 100644 index 80ec20213..000000000 Binary files a/static/images/theme/thumbnail/vimux-binario.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/vimux-blank.jpg b/static/images/theme/thumbnail/vimux-blank.jpg deleted file mode 100644 index 7ede69a2b..000000000 Binary files a/static/images/theme/thumbnail/vimux-blank.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/vimux-mainroad.jpg b/static/images/theme/thumbnail/vimux-mainroad.jpg index 31e2be8d8..fb19a4801 100644 Binary files a/static/images/theme/thumbnail/vimux-mainroad.jpg and b/static/images/theme/thumbnail/vimux-mainroad.jpg differ diff --git a/static/images/theme/thumbnail/vincentchan-mickey.jpg b/static/images/theme/thumbnail/vincentchan-mickey.jpg index bc48b6a5c..8b2fd228c 100644 Binary files a/static/images/theme/thumbnail/vincentchan-mickey.jpg and b/static/images/theme/thumbnail/vincentchan-mickey.jpg differ diff --git a/static/images/theme/thumbnail/vinitkumar-white-paper.jpg b/static/images/theme/thumbnail/vinitkumar-white-paper.jpg index ba238eea1..0068a79a5 100644 Binary files a/static/images/theme/thumbnail/vinitkumar-white-paper.jpg and b/static/images/theme/thumbnail/vinitkumar-white-paper.jpg differ diff --git a/static/images/theme/thumbnail/vividvilla-ezhil.jpg b/static/images/theme/thumbnail/vividvilla-ezhil.jpg index 06d58b840..ff26675d0 100644 Binary files a/static/images/theme/thumbnail/vividvilla-ezhil.jpg and b/static/images/theme/thumbnail/vividvilla-ezhil.jpg differ diff --git a/static/images/theme/thumbnail/volny-creative-theme-jekyll.jpg b/static/images/theme/thumbnail/volny-creative-theme-jekyll.jpg index 2b8965060..fe4afcb62 100644 Binary files a/static/images/theme/thumbnail/volny-creative-theme-jekyll.jpg and b/static/images/theme/thumbnail/volny-creative-theme-jekyll.jpg differ diff --git a/static/images/theme/thumbnail/volny-stylish-portfolio-jekyll.jpg b/static/images/theme/thumbnail/volny-stylish-portfolio-jekyll.jpg index e3226345e..10287dfdf 100644 Binary files a/static/images/theme/thumbnail/volny-stylish-portfolio-jekyll.jpg and b/static/images/theme/thumbnail/volny-stylish-portfolio-jekyll.jpg differ diff --git a/static/images/theme/thumbnail/vormwald-joon.jpg b/static/images/theme/thumbnail/vormwald-joon.jpg index 1eeb38c98..a49f2cef1 100644 Binary files a/static/images/theme/thumbnail/vormwald-joon.jpg and b/static/images/theme/thumbnail/vormwald-joon.jpg differ diff --git a/static/images/theme/thumbnail/vszhub-not-pure-poole.jpg b/static/images/theme/thumbnail/vszhub-not-pure-poole.jpg index 83243f3dd..5c48359a1 100644 Binary files a/static/images/theme/thumbnail/vszhub-not-pure-poole.jpg and b/static/images/theme/thumbnail/vszhub-not-pure-poole.jpg differ diff --git a/static/images/theme/thumbnail/vvalchev-creative-theme-jekyll-new.jpg b/static/images/theme/thumbnail/vvalchev-creative-theme-jekyll-new.jpg index 74add4681..253a31878 100644 Binary files a/static/images/theme/thumbnail/vvalchev-creative-theme-jekyll-new.jpg and b/static/images/theme/thumbnail/vvalchev-creative-theme-jekyll-new.jpg differ diff --git a/static/images/theme/thumbnail/vvelox-hugo-dusky-neon-potato.jpg b/static/images/theme/thumbnail/vvelox-hugo-dusky-neon-potato.jpg deleted file mode 100644 index 5d1eb6d69..000000000 Binary files a/static/images/theme/thumbnail/vvelox-hugo-dusky-neon-potato.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/w3layouts-gatsby-starter-delog.jpg b/static/images/theme/thumbnail/w3layouts-gatsby-starter-delog.jpg index 6e3595ebe..b63a4645b 100644 Binary files a/static/images/theme/thumbnail/w3layouts-gatsby-starter-delog.jpg and b/static/images/theme/thumbnail/w3layouts-gatsby-starter-delog.jpg differ diff --git a/static/images/theme/thumbnail/wangchucheng-hugo-eureka.jpg b/static/images/theme/thumbnail/wangchucheng-hugo-eureka.jpg deleted file mode 100644 index cecb0bbbf..000000000 Binary files a/static/images/theme/thumbnail/wangchucheng-hugo-eureka.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/wangonya-flexible-gatsby.jpg b/static/images/theme/thumbnail/wangonya-flexible-gatsby.jpg index 350efb151..2bbd0b430 100644 Binary files a/static/images/theme/thumbnail/wangonya-flexible-gatsby.jpg and b/static/images/theme/thumbnail/wangonya-flexible-gatsby.jpg differ diff --git a/static/images/theme/thumbnail/wangonya-the-plain-gatsby.jpg b/static/images/theme/thumbnail/wangonya-the-plain-gatsby.jpg index 63d94123e..ec967f04e 100644 Binary files a/static/images/theme/thumbnail/wangonya-the-plain-gatsby.jpg and b/static/images/theme/thumbnail/wangonya-the-plain-gatsby.jpg differ diff --git a/static/images/theme/thumbnail/wannaxiao-vuepress-theme-resume.jpg b/static/images/theme/thumbnail/wannaxiao-vuepress-theme-resume.jpg deleted file mode 100644 index 628ed8a53..000000000 Binary files a/static/images/theme/thumbnail/wannaxiao-vuepress-theme-resume.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/wd-hugo-fabric.jpg b/static/images/theme/thumbnail/wd-hugo-fabric.jpg deleted file mode 100644 index 0b6ef7834..000000000 Binary files a/static/images/theme/thumbnail/wd-hugo-fabric.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/webcu-gatsby-material-kit-react.jpg b/static/images/theme/thumbnail/webcu-gatsby-material-kit-react.jpg index df0b6eaee..adc2a878f 100644 Binary files a/static/images/theme/thumbnail/webcu-gatsby-material-kit-react.jpg and b/static/images/theme/thumbnail/webcu-gatsby-material-kit-react.jpg differ diff --git a/static/images/theme/thumbnail/wgao19-docusaurus-theme-no-style.jpg b/static/images/theme/thumbnail/wgao19-docusaurus-theme-no-style.jpg index c5830c312..90d66689b 100644 Binary files a/static/images/theme/thumbnail/wgao19-docusaurus-theme-no-style.jpg and b/static/images/theme/thumbnail/wgao19-docusaurus-theme-no-style.jpg differ diff --git a/static/images/theme/thumbnail/whoan-vuepress-theme-canvas.jpg b/static/images/theme/thumbnail/whoan-vuepress-theme-canvas.jpg index 5f0f0e7bd..c8e6afd6a 100644 Binary files a/static/images/theme/thumbnail/whoan-vuepress-theme-canvas.jpg and b/static/images/theme/thumbnail/whoan-vuepress-theme-canvas.jpg differ diff --git a/static/images/theme/thumbnail/whoisryosuke-gatsby-documentation-starter.jpg b/static/images/theme/thumbnail/whoisryosuke-gatsby-documentation-starter.jpg index 375c8dc9f..d669400fa 100644 Binary files a/static/images/theme/thumbnail/whoisryosuke-gatsby-documentation-starter.jpg and b/static/images/theme/thumbnail/whoisryosuke-gatsby-documentation-starter.jpg differ diff --git a/static/images/theme/thumbnail/wileybaba-hugo-theme-robotico.jpg b/static/images/theme/thumbnail/wileybaba-hugo-theme-robotico.jpg deleted file mode 100644 index 1bb4e012a..000000000 Binary files a/static/images/theme/thumbnail/wileybaba-hugo-theme-robotico.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/willcode4food-gatsby-starter-paperbase.jpg b/static/images/theme/thumbnail/willcode4food-gatsby-starter-paperbase.jpg index 7df3315b6..94eb8d5d2 100644 Binary files a/static/images/theme/thumbnail/willcode4food-gatsby-starter-paperbase.jpg and b/static/images/theme/thumbnail/willcode4food-gatsby-starter-paperbase.jpg differ diff --git a/static/images/theme/thumbnail/williamcanin-typing-jekyll-template.jpg b/static/images/theme/thumbnail/williamcanin-typing-jekyll-template.jpg index 4271176b2..86a8679d0 100644 Binary files a/static/images/theme/thumbnail/williamcanin-typing-jekyll-template.jpg and b/static/images/theme/thumbnail/williamcanin-typing-jekyll-template.jpg differ diff --git a/static/images/theme/thumbnail/willianjusten-cards-jekyll-template.jpg b/static/images/theme/thumbnail/willianjusten-cards-jekyll-template.jpg index f3f81e0cf..29f8794a3 100644 Binary files a/static/images/theme/thumbnail/willianjusten-cards-jekyll-template.jpg and b/static/images/theme/thumbnail/willianjusten-cards-jekyll-template.jpg differ diff --git a/static/images/theme/thumbnail/willianjusten-will-jekyll-template.jpg b/static/images/theme/thumbnail/willianjusten-will-jekyll-template.jpg index c152264cf..0e22e48e3 100644 Binary files a/static/images/theme/thumbnail/willianjusten-will-jekyll-template.jpg and b/static/images/theme/thumbnail/willianjusten-will-jekyll-template.jpg differ diff --git a/static/images/theme/thumbnail/willjw3-gatsby-starter-developer-diary.jpg b/static/images/theme/thumbnail/willjw3-gatsby-starter-developer-diary.jpg index caae1651a..5639e68ba 100644 Binary files a/static/images/theme/thumbnail/willjw3-gatsby-starter-developer-diary.jpg and b/static/images/theme/thumbnail/willjw3-gatsby-starter-developer-diary.jpg differ diff --git a/static/images/theme/thumbnail/windedge-gatsby-tailwind-serif.jpg b/static/images/theme/thumbnail/windedge-gatsby-tailwind-serif.jpg index a65fc2211..428bd27cd 100644 Binary files a/static/images/theme/thumbnail/windedge-gatsby-tailwind-serif.jpg and b/static/images/theme/thumbnail/windedge-gatsby-tailwind-serif.jpg differ diff --git a/static/images/theme/thumbnail/wiredcraft-carte.jpg b/static/images/theme/thumbnail/wiredcraft-carte.jpg index 68628ebd6..7a2e62a27 100644 Binary files a/static/images/theme/thumbnail/wiredcraft-carte.jpg and b/static/images/theme/thumbnail/wiredcraft-carte.jpg differ diff --git a/static/images/theme/thumbnail/wkocjan-gatsby-airtable-listing.jpg b/static/images/theme/thumbnail/wkocjan-gatsby-airtable-listing.jpg index 83a8c17bd..cd1a9b913 100644 Binary files a/static/images/theme/thumbnail/wkocjan-gatsby-airtable-listing.jpg and b/static/images/theme/thumbnail/wkocjan-gatsby-airtable-listing.jpg differ diff --git a/static/images/theme/thumbnail/wkocjan-gatsby-contentful-portfolio.jpg b/static/images/theme/thumbnail/wkocjan-gatsby-contentful-portfolio.jpg index 95b12fe2e..2d68964c3 100644 Binary files a/static/images/theme/thumbnail/wkocjan-gatsby-contentful-portfolio.jpg and b/static/images/theme/thumbnail/wkocjan-gatsby-contentful-portfolio.jpg differ diff --git a/static/images/theme/thumbnail/wkocjan-gatsby-theme-intro.jpg b/static/images/theme/thumbnail/wkocjan-gatsby-theme-intro.jpg index 166a90434..f4e326564 100644 Binary files a/static/images/theme/thumbnail/wkocjan-gatsby-theme-intro.jpg and b/static/images/theme/thumbnail/wkocjan-gatsby-theme-intro.jpg differ diff --git a/static/images/theme/thumbnail/wowthemesnet-affiliates-jekyll-theme.jpg b/static/images/theme/thumbnail/wowthemesnet-affiliates-jekyll-theme.jpg index 636c31614..a45624f05 100644 Binary files a/static/images/theme/thumbnail/wowthemesnet-affiliates-jekyll-theme.jpg and b/static/images/theme/thumbnail/wowthemesnet-affiliates-jekyll-theme.jpg differ diff --git a/static/images/theme/thumbnail/wowthemesnet-jekyll-theme-memoirs.jpg b/static/images/theme/thumbnail/wowthemesnet-jekyll-theme-memoirs.jpg index 074cbd1c2..ef1bf49de 100644 Binary files a/static/images/theme/thumbnail/wowthemesnet-jekyll-theme-memoirs.jpg and b/static/images/theme/thumbnail/wowthemesnet-jekyll-theme-memoirs.jpg differ diff --git a/static/images/theme/thumbnail/wowthemesnet-mediumish-theme-jekyll.jpg b/static/images/theme/thumbnail/wowthemesnet-mediumish-theme-jekyll.jpg index 177341c0e..0d292e01c 100644 Binary files a/static/images/theme/thumbnail/wowthemesnet-mediumish-theme-jekyll.jpg and b/static/images/theme/thumbnail/wowthemesnet-mediumish-theme-jekyll.jpg differ diff --git a/static/images/theme/thumbnail/wowthemesnet-mediumish-vuepress-blog-theme.jpg b/static/images/theme/thumbnail/wowthemesnet-mediumish-vuepress-blog-theme.jpg index 49ff3d3e5..1d3060d48 100644 Binary files a/static/images/theme/thumbnail/wowthemesnet-mediumish-vuepress-blog-theme.jpg and b/static/images/theme/thumbnail/wowthemesnet-mediumish-vuepress-blog-theme.jpg differ diff --git a/static/images/theme/thumbnail/wowthemesnet-mundana-theme-jekyll.jpg b/static/images/theme/thumbnail/wowthemesnet-mundana-theme-jekyll.jpg index 7f4250394..5b28fd189 100644 Binary files a/static/images/theme/thumbnail/wowthemesnet-mundana-theme-jekyll.jpg and b/static/images/theme/thumbnail/wowthemesnet-mundana-theme-jekyll.jpg differ diff --git a/static/images/theme/thumbnail/wrappixel-flexy-admin-nextjs-free.jpg b/static/images/theme/thumbnail/wrappixel-flexy-admin-nextjs-free.jpg new file mode 100644 index 000000000..93160afad Binary files /dev/null and b/static/images/theme/thumbnail/wrappixel-flexy-admin-nextjs-free.jpg differ diff --git a/static/images/theme/thumbnail/wrappixel-materialpro-nuxtjs-free.jpg b/static/images/theme/thumbnail/wrappixel-materialpro-nuxtjs-free.jpg new file mode 100644 index 000000000..4a74eeb42 Binary files /dev/null and b/static/images/theme/thumbnail/wrappixel-materialpro-nuxtjs-free.jpg differ diff --git a/static/images/theme/thumbnail/wrappixel-xtreme-admin-nextjs-free.jpg b/static/images/theme/thumbnail/wrappixel-xtreme-admin-nextjs-free.jpg new file mode 100644 index 000000000..e26cf8298 Binary files /dev/null and b/static/images/theme/thumbnail/wrappixel-xtreme-admin-nextjs-free.jpg differ diff --git a/static/images/theme/thumbnail/wu-kan-wu-kan.github.io.jpg b/static/images/theme/thumbnail/wu-kan-wu-kan.github.io.jpg index 5b6a07838..fecbeea0a 100644 Binary files a/static/images/theme/thumbnail/wu-kan-wu-kan.github.io.jpg and b/static/images/theme/thumbnail/wu-kan-wu-kan.github.io.jpg differ diff --git a/static/images/theme/thumbnail/xaprb-story.jpg b/static/images/theme/thumbnail/xaprb-story.jpg index 6096943aa..d83e80380 100644 Binary files a/static/images/theme/thumbnail/xaprb-story.jpg and b/static/images/theme/thumbnail/xaprb-story.jpg differ diff --git a/static/images/theme/thumbnail/xaviablaza-hugo-lodi-theme.jpg b/static/images/theme/thumbnail/xaviablaza-hugo-lodi-theme.jpg deleted file mode 100644 index b8b3df516..000000000 Binary files a/static/images/theme/thumbnail/xaviablaza-hugo-lodi-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/xdesro-nuxt-netlify-cms-starter.jpg b/static/images/theme/thumbnail/xdesro-nuxt-netlify-cms-starter.jpg index d5f39f223..57e486705 100644 Binary files a/static/images/theme/thumbnail/xdesro-nuxt-netlify-cms-starter.jpg and b/static/images/theme/thumbnail/xdesro-nuxt-netlify-cms-starter.jpg differ diff --git a/static/images/theme/thumbnail/xianmin-hugo-theme-jane.jpg b/static/images/theme/thumbnail/xianmin-hugo-theme-jane.jpg index 7bae1daf0..b6aa472fa 100644 Binary files a/static/images/theme/thumbnail/xianmin-hugo-theme-jane.jpg and b/static/images/theme/thumbnail/xianmin-hugo-theme-jane.jpg differ diff --git a/static/images/theme/thumbnail/xukimseven-hardcandy-jekyll.jpg b/static/images/theme/thumbnail/xukimseven-hardcandy-jekyll.jpg deleted file mode 100644 index 39cbf4677..000000000 Binary files a/static/images/theme/thumbnail/xukimseven-hardcandy-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/xydac-xylo-gatsby-bulma-starter.jpg b/static/images/theme/thumbnail/xydac-xylo-gatsby-bulma-starter.jpg index 3f154ebf1..fafddcc3b 100644 Binary files a/static/images/theme/thumbnail/xydac-xylo-gatsby-bulma-starter.jpg and b/static/images/theme/thumbnail/xydac-xylo-gatsby-bulma-starter.jpg differ diff --git a/static/images/theme/thumbnail/xzya-hugo-material-blog.jpg b/static/images/theme/thumbnail/xzya-hugo-material-blog.jpg deleted file mode 100644 index 1ad0baaa2..000000000 Binary files a/static/images/theme/thumbnail/xzya-hugo-material-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/y7kim-agency-jekyll-theme.jpg b/static/images/theme/thumbnail/y7kim-agency-jekyll-theme.jpg index ba1c0923b..461e64fb7 100644 Binary files a/static/images/theme/thumbnail/y7kim-agency-jekyll-theme.jpg and b/static/images/theme/thumbnail/y7kim-agency-jekyll-theme.jpg differ diff --git a/static/images/theme/thumbnail/yelog-hexo-theme-3-hexo.jpg b/static/images/theme/thumbnail/yelog-hexo-theme-3-hexo.jpg index ac23662f1..06f152899 100644 Binary files a/static/images/theme/thumbnail/yelog-hexo-theme-3-hexo.jpg and b/static/images/theme/thumbnail/yelog-hexo-theme-3-hexo.jpg differ diff --git a/static/images/theme/thumbnail/yenyuhsuan-hexo-theme-beantech.jpg b/static/images/theme/thumbnail/yenyuhsuan-hexo-theme-beantech.jpg deleted file mode 100644 index 2203ce88a..000000000 Binary files a/static/images/theme/thumbnail/yenyuhsuan-hexo-theme-beantech.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ygoex-yetty.jpg b/static/images/theme/thumbnail/ygoex-yetty.jpg new file mode 100644 index 000000000..f96f98e67 Binary files /dev/null and b/static/images/theme/thumbnail/ygoex-yetty.jpg differ diff --git a/static/images/theme/thumbnail/yihui-hugo-xmag.jpg b/static/images/theme/thumbnail/yihui-hugo-xmag.jpg index bb2949971..1429603f9 100644 Binary files a/static/images/theme/thumbnail/yihui-hugo-xmag.jpg and b/static/images/theme/thumbnail/yihui-hugo-xmag.jpg differ diff --git a/static/images/theme/thumbnail/yihui-hugo-xmin.jpg b/static/images/theme/thumbnail/yihui-hugo-xmin.jpg index 395a70653..fde75b091 100644 Binary files a/static/images/theme/thumbnail/yihui-hugo-xmin.jpg and b/static/images/theme/thumbnail/yihui-hugo-xmin.jpg differ diff --git a/static/images/theme/thumbnail/yiluyanxia-hexo-theme-antiquity.jpg b/static/images/theme/thumbnail/yiluyanxia-hexo-theme-antiquity.jpg deleted file mode 100644 index 990c1f514..000000000 Binary files a/static/images/theme/thumbnail/yiluyanxia-hexo-theme-antiquity.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/yinkakun-eleventy-duo.jpg b/static/images/theme/thumbnail/yinkakun-eleventy-duo.jpg index 8355984aa..fadc3e889 100644 Binary files a/static/images/theme/thumbnail/yinkakun-eleventy-duo.jpg and b/static/images/theme/thumbnail/yinkakun-eleventy-duo.jpg differ diff --git a/static/images/theme/thumbnail/yinkakun-gatsby-starter-glass.jpg b/static/images/theme/thumbnail/yinkakun-gatsby-starter-glass.jpg index bf4b7a7f4..81787140d 100644 Binary files a/static/images/theme/thumbnail/yinkakun-gatsby-starter-glass.jpg and b/static/images/theme/thumbnail/yinkakun-gatsby-starter-glass.jpg differ diff --git a/static/images/theme/thumbnail/yizeng-jekyll-theme-simple-texture.jpg b/static/images/theme/thumbnail/yizeng-jekyll-theme-simple-texture.jpg index a1c71d0a6..76056e0f7 100644 Binary files a/static/images/theme/thumbnail/yizeng-jekyll-theme-simple-texture.jpg and b/static/images/theme/thumbnail/yizeng-jekyll-theme-simple-texture.jpg differ diff --git a/static/images/theme/thumbnail/yjpl-supply.jpg b/static/images/theme/thumbnail/yjpl-supply.jpg new file mode 100644 index 000000000..cc56ad600 Binary files /dev/null and b/static/images/theme/thumbnail/yjpl-supply.jpg differ diff --git a/static/images/theme/thumbnail/yonojoy-yax-coming-soon-jekyll-template.jpg b/static/images/theme/thumbnail/yonojoy-yax-coming-soon-jekyll-template.jpg index c89096fd4..6fa7b195f 100644 Binary files a/static/images/theme/thumbnail/yonojoy-yax-coming-soon-jekyll-template.jpg and b/static/images/theme/thumbnail/yonojoy-yax-coming-soon-jekyll-template.jpg differ diff --git a/static/images/theme/thumbnail/yous-whiteglass.jpg b/static/images/theme/thumbnail/yous-whiteglass.jpg index f7fed5242..f1f9c1a81 100644 Binary files a/static/images/theme/thumbnail/yous-whiteglass.jpg and b/static/images/theme/thumbnail/yous-whiteglass.jpg differ diff --git a/static/images/theme/thumbnail/youssefraafatnasry-portfolyou.jpg b/static/images/theme/thumbnail/youssefraafatnasry-portfolyou.jpg index ad9c42ca3..5d6bdeeeb 100644 Binary files a/static/images/theme/thumbnail/youssefraafatnasry-portfolyou.jpg and b/static/images/theme/thumbnail/youssefraafatnasry-portfolyou.jpg differ diff --git a/static/images/theme/thumbnail/yscoder-vuepress-theme-indigo.jpg b/static/images/theme/thumbnail/yscoder-vuepress-theme-indigo.jpg index 530c93fad..a676be888 100644 Binary files a/static/images/theme/thumbnail/yscoder-vuepress-theme-indigo.jpg and b/static/images/theme/thumbnail/yscoder-vuepress-theme-indigo.jpg differ diff --git a/static/images/theme/thumbnail/yubisaki-vuepress-theme-yubisaki.jpg b/static/images/theme/thumbnail/yubisaki-vuepress-theme-yubisaki.jpg deleted file mode 100644 index 7d18e0a45..000000000 Binary files a/static/images/theme/thumbnail/yubisaki-vuepress-theme-yubisaki.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/yulijia-freshman21.jpg b/static/images/theme/thumbnail/yulijia-freshman21.jpg index 7e2617ceb..3de51e091 100644 Binary files a/static/images/theme/thumbnail/yulijia-freshman21.jpg and b/static/images/theme/thumbnail/yulijia-freshman21.jpg differ diff --git a/static/images/theme/thumbnail/yursan9-manis-hugo-theme.jpg b/static/images/theme/thumbnail/yursan9-manis-hugo-theme.jpg deleted file mode 100644 index 5c3fa5715..000000000 Binary files a/static/images/theme/thumbnail/yursan9-manis-hugo-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/yvesespinosa-jekyll-html5up-fractal.jpg b/static/images/theme/thumbnail/yvesespinosa-jekyll-html5up-fractal.jpg deleted file mode 100644 index 6163a619f..000000000 Binary files a/static/images/theme/thumbnail/yvesespinosa-jekyll-html5up-fractal.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/zeespire-one-free.jpg b/static/images/theme/thumbnail/zeespire-one-free.jpg new file mode 100644 index 000000000..ca0c879a5 Binary files /dev/null and b/static/images/theme/thumbnail/zeespire-one-free.jpg differ diff --git a/static/images/theme/thumbnail/zerostaticthemes-hugo-atlantic-theme.jpg b/static/images/theme/thumbnail/zerostaticthemes-hugo-atlantic-theme.jpg new file mode 100644 index 000000000..4eaec0ae4 Binary files /dev/null and b/static/images/theme/thumbnail/zerostaticthemes-hugo-atlantic-theme.jpg differ diff --git a/static/images/theme/thumbnail/zerostaticthemes-hugo-serif-theme.jpg b/static/images/theme/thumbnail/zerostaticthemes-hugo-serif-theme.jpg index 611ef7e22..4250ff3bc 100644 Binary files a/static/images/theme/thumbnail/zerostaticthemes-hugo-serif-theme.jpg and b/static/images/theme/thumbnail/zerostaticthemes-hugo-serif-theme.jpg differ diff --git a/static/images/theme/thumbnail/zerostaticthemes-hugo-winston-theme.jpg b/static/images/theme/thumbnail/zerostaticthemes-hugo-winston-theme.jpg new file mode 100644 index 000000000..4f4d73706 Binary files /dev/null and b/static/images/theme/thumbnail/zerostaticthemes-hugo-winston-theme.jpg differ diff --git a/static/images/theme/thumbnail/zerostaticthemes-jekyll-atlantic-theme.jpg b/static/images/theme/thumbnail/zerostaticthemes-jekyll-atlantic-theme.jpg new file mode 100644 index 000000000..5ea193ccb Binary files /dev/null and b/static/images/theme/thumbnail/zerostaticthemes-jekyll-atlantic-theme.jpg differ diff --git a/static/images/theme/thumbnail/zerostaticthemes-jekyll-serif-theme.jpg b/static/images/theme/thumbnail/zerostaticthemes-jekyll-serif-theme.jpg index 6fb88e157..665c9c136 100644 Binary files a/static/images/theme/thumbnail/zerostaticthemes-jekyll-serif-theme.jpg and b/static/images/theme/thumbnail/zerostaticthemes-jekyll-serif-theme.jpg differ diff --git a/static/images/theme/thumbnail/zhaohuabing-hugo-theme-cleanwhite.jpg b/static/images/theme/thumbnail/zhaohuabing-hugo-theme-cleanwhite.jpg index d2d1fa6fe..384804813 100644 Binary files a/static/images/theme/thumbnail/zhaohuabing-hugo-theme-cleanwhite.jpg and b/static/images/theme/thumbnail/zhaohuabing-hugo-theme-cleanwhite.jpg differ diff --git a/static/images/theme/thumbnail/zhe-hugo-theme-slim.jpg b/static/images/theme/thumbnail/zhe-hugo-theme-slim.jpg deleted file mode 100644 index dc0d784a7..000000000 Binary files a/static/images/theme/thumbnail/zhe-hugo-theme-slim.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/zhonger-jekyll-theme-h2o-ac.jpg b/static/images/theme/thumbnail/zhonger-jekyll-theme-h2o-ac.jpg new file mode 100644 index 000000000..a6408e997 Binary files /dev/null and b/static/images/theme/thumbnail/zhonger-jekyll-theme-h2o-ac.jpg differ diff --git a/static/images/theme/thumbnail/zivhub-jekyll-theme-hamilton.jpg b/static/images/theme/thumbnail/zivhub-jekyll-theme-hamilton.jpg deleted file mode 100644 index 276b5960d..000000000 Binary files a/static/images/theme/thumbnail/zivhub-jekyll-theme-hamilton.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/zivong-jekyll-theme-hydure.jpg b/static/images/theme/thumbnail/zivong-jekyll-theme-hydure.jpg index 17dde8391..fb9bb7730 100644 Binary files a/static/images/theme/thumbnail/zivong-jekyll-theme-hydure.jpg and b/static/images/theme/thumbnail/zivong-jekyll-theme-hydure.jpg differ diff --git a/static/images/theme/thumbnail/zwbetz-gh-cayman-hugo-theme.jpg b/static/images/theme/thumbnail/zwbetz-gh-cayman-hugo-theme.jpg index 257630908..cd4718cdd 100644 Binary files a/static/images/theme/thumbnail/zwbetz-gh-cayman-hugo-theme.jpg and b/static/images/theme/thumbnail/zwbetz-gh-cayman-hugo-theme.jpg differ diff --git a/static/images/theme/thumbnail/zwbetz-gh-cupper-hugo-theme.jpg b/static/images/theme/thumbnail/zwbetz-gh-cupper-hugo-theme.jpg index e84d711ab..6cf87757b 100644 Binary files a/static/images/theme/thumbnail/zwbetz-gh-cupper-hugo-theme.jpg and b/static/images/theme/thumbnail/zwbetz-gh-cupper-hugo-theme.jpg differ diff --git a/static/images/theme/thumbnail/zwbetz-gh-minimal-bootstrap-hugo-theme.jpg b/static/images/theme/thumbnail/zwbetz-gh-minimal-bootstrap-hugo-theme.jpg index 47c726bf2..3e0c427e0 100644 Binary files a/static/images/theme/thumbnail/zwbetz-gh-minimal-bootstrap-hugo-theme.jpg and b/static/images/theme/thumbnail/zwbetz-gh-minimal-bootstrap-hugo-theme.jpg differ diff --git a/static/images/theme/thumbnail/zwbetz-gh-papercss-hugo-theme.jpg b/static/images/theme/thumbnail/zwbetz-gh-papercss-hugo-theme.jpg index 30d75fd49..8f785ae66 100644 Binary files a/static/images/theme/thumbnail/zwbetz-gh-papercss-hugo-theme.jpg and b/static/images/theme/thumbnail/zwbetz-gh-papercss-hugo-theme.jpg differ diff --git a/static/images/theme/thumbnail/zwbetz-gh-vanilla-bootstrap-hugo-theme.jpg b/static/images/theme/thumbnail/zwbetz-gh-vanilla-bootstrap-hugo-theme.jpg index 8c072b9b6..334fc473f 100644 Binary files a/static/images/theme/thumbnail/zwbetz-gh-vanilla-bootstrap-hugo-theme.jpg and b/static/images/theme/thumbnail/zwbetz-gh-vanilla-bootstrap-hugo-theme.jpg differ diff --git a/static/images/theme/thumbnail/zxixia-jekyll-xixia.jpg b/static/images/theme/thumbnail/zxixia-jekyll-xixia.jpg deleted file mode 100644 index 6ff4786d7..000000000 Binary files a/static/images/theme/thumbnail/zxixia-jekyll-xixia.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/zzossig-hugo-theme-zdoc.jpg b/static/images/theme/thumbnail/zzossig-hugo-theme-zdoc.jpg deleted file mode 100644 index 55c1350af..000000000 Binary files a/static/images/theme/thumbnail/zzossig-hugo-theme-zdoc.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/zzossig-hugo-theme-zzo.jpg b/static/images/theme/thumbnail/zzossig-hugo-theme-zzo.jpg deleted file mode 100644 index eb6a89208..000000000 Binary files a/static/images/theme/thumbnail/zzossig-hugo-theme-zzo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/zzzmisa-hugo-theme-doors.jpg b/static/images/theme/thumbnail/zzzmisa-hugo-theme-doors.jpg index 3dfb8563d..246389f81 100644 Binary files a/static/images/theme/thumbnail/zzzmisa-hugo-theme-doors.jpg and b/static/images/theme/thumbnail/zzzmisa-hugo-theme-doors.jpg differ diff --git a/static/images/ui/droplet.svg b/static/images/ui/droplet.svg deleted file mode 100644 index d966db27f..000000000 --- a/static/images/ui/droplet.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/ui/pulse.svg b/static/images/ui/pulse.svg deleted file mode 100644 index 86849ca31..000000000 --- a/static/images/ui/pulse.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/test/data/errors.json b/test/data/errors.json deleted file mode 100644 index 0637a088a..000000000 --- a/test/data/errors.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/test/data/themes.json b/test/data/themes.json deleted file mode 100644 index 95d73d8f8..000000000 --- a/test/data/themes.json +++ /dev/null @@ -1,117 +0,0 @@ -{ - "beamsies-gatsby-starter-auth-aws-amplify": { - "theme_key": "ben-siewert-gatsby-starter-auth-aws-amplify", - "file": "gatsby-starter-auth-aws-amplify.md", - "name": "gatsby-starter-auth-aws-amplify", - "title": "Gatsby Auth Aws Amplify", - "github_username": "beamsies", - "repo": "beamsies/gatsby-starter-auth-aws-amplify", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/beamsies/gatsby-starter-auth-aws-amplify", - "demo_url": "https://authenticaysh.netlify.com/", - "stars": 34, - "forks": 11, - "open_issues": 1, - "last_commit": "2020-12-28T04:35:34Z", - "created_at": "2019-08-06T01:31:05Z", - "description": "A full-featured AWS Amplify Auth starter made with GatsbyJS", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ben-siewert-gatsby-starter-auth-aws-amplify.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ben-siewert-gatsby-starter-auth-aws-amplify.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ben-siewert-gatsby-starter-auth-aws-amplify-2x.jpg" - } - }, - "portfolio-central-jekyll-instagram-portfolio-theme": { - "theme_key": "portfolio-central-jekyll-instagram-portfolio-theme", - "file": "jekyll-instagram-portfolio-theme.md", - "name": "jekyll-instagram-portfolio-theme", - "title": "Instagram portfolio theme", - "github_username": "portfolio-central", - "repo": "portfolio-central/jekyll-instagram-portfolio-theme", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/portfolio-central/jekyll-instagram-portfolio-theme", - "demo_url": "https://portfolio-central.github.io/jekyll-instagram-portfolio-theme/", - "stars": 62, - "forks": 137, - "open_issues": 4, - "last_commit": "2017-02-14T18:41:55Z", - "created_at": "2016-09-01T14:41:11Z", - "description": "Jekyll Instagram Portfolio Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/portfolio-central-jekyll-instagram-portfolio-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/portfolio-central-jekyll-instagram-portfolio-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/portfolio-central-jekyll-instagram-portfolio-theme-2x.jpg" - } - }, - "siegerts-hugo-theme-basic": { - "theme_key": "siegerts-hugo-theme-basic", - "file": "hugo-theme-basic.md", - "name": "hugo-theme-basic", - "title": "Basic", - "github_username": "siegerts", - "repo": "siegerts/hugo-theme-basic", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/siegerts/hugo-theme-basic", - "demo_url": "https://hugo-theme-basic.netlify.com/", - "stars": 88, - "forks": 39, - "open_issues": 1, - "last_commit": "2020-05-21T13:15:47Z", - "created_at": "2019-02-01T18:42:50Z", - "description": "Basic site theme styled with minimal tachyons, syntax highlighting, and blog series configuration. 📦", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/siegerts-hugo-theme-basic.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/siegerts-hugo-theme-basic.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/siegerts-hugo-theme-basic-2x.jpg" - } - }, - "snipcart-11ty-demo-snipcart": { - "theme_key": "snipcart-11ty-demo-snipcart", - "file": "bad-branch.md", - "name": "11ty-demo-snipcart", - "title": "Eleventy 2 Snipcart", - "github_username": "snipcart", - "repo": "snipcart/11ty-demo-snipcart", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/snipcart/11ty-demo-snipcart", - "demo_url": "https://snipcart-11ty-demo.netlify.com/", - "stars": 25, - "forks": 3, - "open_issues": 0, - "last_commit": "2019-02-25T21:31:29Z", - "created_at": "2018-10-03T18:24:48Z", - "description": "A demo app built with JavaScript SSG 11ty", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/snipcart-11ty-demo-snipcart.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/snipcart-11ty-demo-snipcart.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/snipcart-11ty-demo-snipcart-2x.jpg" - } - }, - "wowthemesnet-affiliates-jekyll-theme": { - "theme_key": "wowthemesnet-affiliates-jekyll-theme", - "file": "affiliates-jekyll-theme.md", - "name": "affiliates-jekyll-theme", - "title": "Affiliates Jekyll", - "github_username": "wowthemesnet", - "repo": "wowthemesnet/affiliates-jekyll-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/wowthemesnet/affiliates-jekyll-theme", - "demo_url": "https://wowthemesnet.github.io/affiliates-jekyll-theme/", - "stars": 144, - "forks": 198, - "open_issues": 4, - "last_commit": "2020-03-02T14:43:37Z", - "created_at": "2018-02-01T16:37:57Z", - "description": "Affiliates - Jekyll Blogging Theme for Affiliate Marketers", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/wowthemesnet-affiliates-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wowthemesnet-affiliates-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wowthemesnet-affiliates-jekyll-theme-2x.jpg" - } - } -} \ No newline at end of file diff --git a/test/static/capture/ben-siewert-gatsby-starter-auth-aws-amplify.png b/test/static/capture/ben-siewert-gatsby-starter-auth-aws-amplify.png deleted file mode 100644 index c7a742517..000000000 Binary files a/test/static/capture/ben-siewert-gatsby-starter-auth-aws-amplify.png and /dev/null differ diff --git a/test/static/capture/portfolio-central-jekyll-instagram-portfolio-theme.png b/test/static/capture/portfolio-central-jekyll-instagram-portfolio-theme.png deleted file mode 100644 index bdb51602b..000000000 Binary files a/test/static/capture/portfolio-central-jekyll-instagram-portfolio-theme.png and /dev/null differ diff --git a/test/static/capture/siegerts-hugo-theme-basic.png b/test/static/capture/siegerts-hugo-theme-basic.png deleted file mode 100644 index 38fa10b51..000000000 Binary files a/test/static/capture/siegerts-hugo-theme-basic.png and /dev/null differ diff --git a/test/static/capture/snipcart-11ty-demo-snipcart.png b/test/static/capture/snipcart-11ty-demo-snipcart.png deleted file mode 100644 index bcba46acb..000000000 Binary files a/test/static/capture/snipcart-11ty-demo-snipcart.png and /dev/null differ diff --git a/test/static/capture/wowthemesnet-affiliates-jekyll-theme.png b/test/static/capture/wowthemesnet-affiliates-jekyll-theme.png deleted file mode 100644 index 0993cbac5..000000000 Binary files a/test/static/capture/wowthemesnet-affiliates-jekyll-theme.png and /dev/null differ diff --git a/test/static/images/theme/thumbnail/2x/ben-siewert-gatsby-starter-auth-aws-amplify-2x.jpg b/test/static/images/theme/thumbnail/2x/ben-siewert-gatsby-starter-auth-aws-amplify-2x.jpg deleted file mode 100644 index 8d1ff9b59..000000000 Binary files a/test/static/images/theme/thumbnail/2x/ben-siewert-gatsby-starter-auth-aws-amplify-2x.jpg and /dev/null differ diff --git a/test/static/images/theme/thumbnail/2x/portfolio-central-jekyll-instagram-portfolio-theme-2x.jpg b/test/static/images/theme/thumbnail/2x/portfolio-central-jekyll-instagram-portfolio-theme-2x.jpg deleted file mode 100644 index 32e5ee1e4..000000000 Binary files a/test/static/images/theme/thumbnail/2x/portfolio-central-jekyll-instagram-portfolio-theme-2x.jpg and /dev/null differ diff --git a/test/static/images/theme/thumbnail/2x/siegerts-hugo-theme-basic-2x.jpg b/test/static/images/theme/thumbnail/2x/siegerts-hugo-theme-basic-2x.jpg deleted file mode 100644 index 5a56e9f4f..000000000 Binary files a/test/static/images/theme/thumbnail/2x/siegerts-hugo-theme-basic-2x.jpg and /dev/null differ diff --git a/test/static/images/theme/thumbnail/2x/snipcart-11ty-demo-snipcart-2x.jpg b/test/static/images/theme/thumbnail/2x/snipcart-11ty-demo-snipcart-2x.jpg deleted file mode 100644 index ab87c198c..000000000 Binary files a/test/static/images/theme/thumbnail/2x/snipcart-11ty-demo-snipcart-2x.jpg and /dev/null differ diff --git a/test/static/images/theme/thumbnail/2x/wowthemesnet-affiliates-jekyll-theme-2x.jpg b/test/static/images/theme/thumbnail/2x/wowthemesnet-affiliates-jekyll-theme-2x.jpg deleted file mode 100644 index af1dcdabf..000000000 Binary files a/test/static/images/theme/thumbnail/2x/wowthemesnet-affiliates-jekyll-theme-2x.jpg and /dev/null differ diff --git a/test/static/images/theme/thumbnail/ben-siewert-gatsby-starter-auth-aws-amplify.jpg b/test/static/images/theme/thumbnail/ben-siewert-gatsby-starter-auth-aws-amplify.jpg deleted file mode 100644 index fb6081059..000000000 Binary files a/test/static/images/theme/thumbnail/ben-siewert-gatsby-starter-auth-aws-amplify.jpg and /dev/null differ diff --git a/test/static/images/theme/thumbnail/portfolio-central-jekyll-instagram-portfolio-theme.jpg b/test/static/images/theme/thumbnail/portfolio-central-jekyll-instagram-portfolio-theme.jpg deleted file mode 100644 index f783666b4..000000000 Binary files a/test/static/images/theme/thumbnail/portfolio-central-jekyll-instagram-portfolio-theme.jpg and /dev/null differ diff --git a/test/static/images/theme/thumbnail/siegerts-hugo-theme-basic.jpg b/test/static/images/theme/thumbnail/siegerts-hugo-theme-basic.jpg deleted file mode 100644 index f5d950e6d..000000000 Binary files a/test/static/images/theme/thumbnail/siegerts-hugo-theme-basic.jpg and /dev/null differ diff --git a/test/static/images/theme/thumbnail/snipcart-11ty-demo-snipcart.jpg b/test/static/images/theme/thumbnail/snipcart-11ty-demo-snipcart.jpg deleted file mode 100644 index 9a499b27b..000000000 Binary files a/test/static/images/theme/thumbnail/snipcart-11ty-demo-snipcart.jpg and /dev/null differ diff --git a/test/static/images/theme/thumbnail/wowthemesnet-affiliates-jekyll-theme.jpg b/test/static/images/theme/thumbnail/wowthemesnet-affiliates-jekyll-theme.jpg deleted file mode 100644 index 094dc658a..000000000 Binary files a/test/static/images/theme/thumbnail/wowthemesnet-affiliates-jekyll-theme.jpg and /dev/null differ diff --git a/test/theme/affiliates-jekyll-theme.md b/test/theme/affiliates-jekyll-theme.md deleted file mode 100644 index 6e9568381..000000000 --- a/test/theme/affiliates-jekyll-theme.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Affiliates Jekyll -github: https://github.com/wowthemesnet/affiliates-jekyll-theme -demo: https://wowthemesnet.github.io/affiliates-jekyll-theme/ -author: WowThemesNet -ssg: - - Jekyll -cms: - - No Cms -date: 2018-02-01T16:37:57.000Z -github_branch: master -description: Affiliates - Jekyll Blogging Theme for Affiliate Marketers -stale: false ---- - -Affiliates - Jekyll Blogging Theme for Affiliate Marketers diff --git a/test/theme/bad-branch.md b/test/theme/bad-branch.md deleted file mode 100644 index ba51bb705..000000000 --- a/test/theme/bad-branch.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Eleventy 2 Snipcart -github: https://github.com/snipcart/11ty-demo-snipcart -demo: https://snipcart-11ty-demo.netlify.com/ -author: Snipcart -ssg: - - Eleventy -cms: - - No Cms -archetype: - - Ecommerce -services: - - Snipcart -date: 2018-10-03T18:24:48.000Z -description: A demo app built with JavaScript SSG 11ty -stale: true ---- diff --git a/test/theme/bad-github-url.md b/test/theme/bad-github-url.md deleted file mode 100644 index b68fc770c..000000000 --- a/test/theme/bad-github-url.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Dark Porfolio Theme for 11ty -github: https://github.com/none/test/ -demo: https://jmschrack.github.io/Dark-Portfolio-Template-11ty/ -author: Jonathan Schrack -date: 2020-03-19T00:00:00.000Z -github_branch: dev -ssg: - - Eleventy -cms: - - No Cms -archetype: - - Single Page - - Blog - - Portfolio -description: This is a port of the Dark Portfolio Template by W3C to 11ty! -disabled: true -disabled_reason: Github repo not found ---- - -The original, pure CSS template was created by W3C, [you can check it out here!](https://www.w3schools.com/w3css/tryw3css_templates_dark_portfolio.htm) - -This has been "ported" to run on Eleventy, and stays true to the original as much as possible. -Uses the original W3.css with no modifications! - -## Eleventy specific additions -- The last 6 posts with the "photo" tag will be used in the front page portfolio section. -- The starter blog boilerplate has been left in. -- The Archive link was left in -- A "files" folder has been added with a fake resume for use with the "download resume" button -- Inside _data/faNav.json is a list of the Navigation keys and their corresponding FontAwesome icon class - diff --git a/test/theme/gatsby-incorrect-demo-url.md b/test/theme/gatsby-incorrect-demo-url.md deleted file mode 100644 index 73968e725..000000000 --- a/test/theme/gatsby-incorrect-demo-url.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Gatsby Incorrect Demo URL -github: https://github.com/stackrole/gatsby-starter-foundation -demo: foundation.stackrole.com -author: Stackrole -ssg: - - Gatsby -cms: - - No Cms -archetype: - - Ecommerce -date: 2018-10-03T18:24:48.000Z -github_branch: main -description: A demo app built with JavaScript SSG 11ty -stale: false -disabled: true ---- diff --git a/test/theme/gatsby-starter-auth-aws-amplify.md b/test/theme/gatsby-starter-auth-aws-amplify.md deleted file mode 100644 index add340455..000000000 --- a/test/theme/gatsby-starter-auth-aws-amplify.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Gatsby Auth Aws Amplify -github: https://github.com/ben-siewert/gatsby-starter-auth-aws-amplify -demo: https://authenticaysh.netlify.com/ -author: beams -ssg: - - Gatsby -cms: - - No Cms -date: 2019-08-06T01:31:05.000Z -github_branch: master -description: A full-featured AWS Amplify Auth starter made with GatsbyJS -stale: false ---- diff --git a/test/theme/hugo-artists-theme.md b/test/theme/hugo-artists-theme.md deleted file mode 100644 index 71651c884..000000000 --- a/test/theme/hugo-artists-theme.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Artists -github: 'https://github.com/digitalcraftsman/hugo-artists-theme' -demo: 'https://themes.gohugo.io/theme/artists/' -author: digitalcraftsman -ssg: - - Hugo -cms: - - No Cms -date: 2015-06-16T17:22:06.000Z -github_branch: master -description: Port of Travis Neilson's (DevTips) awesome Artists Theme to Hugo -stale: false -disabled: true -disabled_reason: demo url not found ---- diff --git a/test/theme/hugo-theme-basic.md b/test/theme/hugo-theme-basic.md deleted file mode 100644 index 37fb1984a..000000000 --- a/test/theme/hugo-theme-basic.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Basic -github: https://github.com/siegerts/hugo-theme-basic -demo: https://hugo-theme-basic.netlify.com/ -author: Stephen Siegert -ssg: - - Hugo -cms: - - No Cms -date: 2019-02-01T18:42:50.000Z -description: >- - Basic site theme styled with minimal tachyons, syntax highlighting, and blog - series configuration. 📦 -stale: false ---- diff --git a/test/theme/jekyll-instagram-portfolio-theme.md b/test/theme/jekyll-instagram-portfolio-theme.md deleted file mode 100644 index e03c426d5..000000000 --- a/test/theme/jekyll-instagram-portfolio-theme.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Instagram portfolio theme -github: https://github.com/portfolio-central/jekyll-instagram-portfolio-theme -demo: https://portfolio-central.github.io/jekyll-instagram-portfolio-theme/ -author: Sergey Sokurenko -ssg: - - Jekyll -cms: - - No Cms -date: 2016-09-01T14:41:11.000Z -github_branch: gh-pages -description: Jekyll Instagram Portfolio Theme -stale: true ---- \ No newline at end of file diff --git a/themes/jamstackthemes/assets/js/branches.js b/themes/jamstackthemes/assets/js/branches.js deleted file mode 100644 index 642524033..000000000 --- a/themes/jamstackthemes/assets/js/branches.js +++ /dev/null @@ -1,26 +0,0 @@ -document.querySelectorAll(".action-button").forEach((button) => { - const themeName = button.getAttribute('data-name'); - const context = button.getAttribute('data-context'); - const action = button.getAttribute('data-action'); - let branch = null; - - button.addEventListener('click', (e) => { - if (action) { - const event = { - theme: themeName, - action: action, - category: 'Themes', - label: themeName - }; - - if (context) { - event.context = context; - } - if (branch) { - event.branch = branch; - } - - analytics.track("Theme Clicked", event); - } - }); -}); diff --git a/themes/jamstackthemes/assets/js/filter/filter-groups.js b/themes/jamstackthemes/assets/js/filter/filter-groups.js index 049cbc956..f1e0e6919 100644 --- a/themes/jamstackthemes/assets/js/filter/filter-groups.js +++ b/themes/jamstackthemes/assets/js/filter/filter-groups.js @@ -1,6 +1,46 @@ const groups = { - ssg: ["brunch", "eleventy", "gatsby", "gridsome", "hexo", "hugo", "jekyll", "middleman", "mkdocs", "next", "nuxt", "pelican", "statiq", "vuepress", "platframe", "jigsaw", 'sapper', 'scully'], - cms: ["airtable", "contentful", "datocms", "firebase", "forestry", "ghost", "kontent", "netlifycms", "no-cms", "prismic", "sanity", "wordpress"], - css: ["bootstrap", "scss", "tailwind", "bulma", "postcss"], - archetype: ["blog", "portfolio", "business", "multi-purpose", "single-page", "ecommerce","documentation", "personal"], + ssg: [ + "eleventy", + "gatsby", + "gridsome", + "hexo", + "hugo", + "jekyll", + "next", + "vuepress", + "brunch", + "docusaurus", + "jigsaw", + "metalsmith", + "middleman", + "mkdocs", + "nuxt", + "pelican", + "platframe", + "sapper", + "scully", + "statiq", + "unibit" + ], + cms: [ + "contentful", + "cosmic", + "datocms", + "forestry", + "ghost", + "kontent", + "decapcms", + "no-cms", + "airtable", + "directus", + "firebase", + 'graphcms', + "prismic", + "sanity", + "storyblok", + "wordpress", + "notion" + ], + css: ["bootstrap", "scss", "tailwind", "bulma", "postcss", "styled-components"], + archetype: ["blog", "portfolio", "business", "single-page", "ecommerce", "documentation", "personal"], }; diff --git a/themes/jamstackthemes/assets/js/filter/filter.js b/themes/jamstackthemes/assets/js/filter/filter.js index dc7e03f10..9a8f01e6e 100644 --- a/themes/jamstackthemes/assets/js/filter/filter.js +++ b/themes/jamstackthemes/assets/js/filter/filter.js @@ -89,7 +89,10 @@ function updateCount(group, matches) { let count = matches.filter(match => { return match.includes(term); }) - document.querySelector(`#filter-count-${term}`).innerText = count.length + const termDom = document.querySelector(`#filter-count-${term}`) + if (termDom) { + termDom.innerText = count.length + } }) } @@ -98,7 +101,10 @@ function resetCount(group, matches) { let count = matches.filter(match => { return match.includes(term); }) - document.querySelector(`#filter-count-${term}`).innerText = count.length + const termDom = document.querySelector(`#filter-count-${term}`) + if (termDom) { + termDom.innerText = count.length + } }) } diff --git a/themes/jamstackthemes/assets/scss/_buttons.scss b/themes/jamstackthemes/assets/scss/_buttons.scss index 99c38644a..f2fc0913f 100644 --- a/themes/jamstackthemes/assets/scss/_buttons.scss +++ b/themes/jamstackthemes/assets/scss/_buttons.scss @@ -1,9 +1,9 @@ .button { - border-radius: 3px; + border-radius: 5px; color: $primary; outline: none; text-decoration: none; - padding: 5px 10px; + padding: 5px 6px; margin-right: 5px; cursor: pointer; background: none; @@ -29,8 +29,8 @@ align-items: flex-start; flex-wrap: wrap; @include media-breakpoint-up(sm) { - margin-bottom: 15px; - margin-top: 15px; + margin-bottom: 0; + margin-top: 23px; } .sort-by { display: none; @@ -45,6 +45,7 @@ flex-grow: 1; @include media-breakpoint-up(sm) { font-size: 16px; + margin-bottom: 0; } @include media-breakpoint-up(lg) { flex-grow: 0; diff --git a/themes/jamstackthemes/assets/scss/_demo.scss b/themes/jamstackthemes/assets/scss/_demo.scss index fb3e48296..fbabeeb35 100644 --- a/themes/jamstackthemes/assets/scss/_demo.scss +++ b/themes/jamstackthemes/assets/scss/_demo.scss @@ -3,7 +3,8 @@ border: none; width: 100%; height: calc(100% - 60px); - margin-top: 60px; } + margin-top: 60px; +} .iframe-preview--mobile { width: 375px; @@ -13,8 +14,7 @@ .demo { background-color: white; - border-bottom: 1px solid $grey; - box-shadow: 0px 0px 9px 3px rgba(41,41,41,.25); + box-shadow: 0px 0px 4px 3px rgba(41,41,41,.2); position: fixed; width: 100%; z-index: 10; @@ -37,7 +37,7 @@ justify-content: space-between; } h1.demo-title { - font-size: 20px; + font-size: 18px; font-family: $font_family_heading; margin: 0; margin-left: 10px; diff --git a/themes/jamstackthemes/assets/scss/_github-metrics.scss b/themes/jamstackthemes/assets/scss/_github-metrics.scss index fe2794f07..569326254 100644 --- a/themes/jamstackthemes/assets/scss/_github-metrics.scss +++ b/themes/jamstackthemes/assets/scss/_github-metrics.scss @@ -24,6 +24,7 @@ } span { margin: 0; + font-size: 14px; line-height: 16px; } } diff --git a/themes/jamstackthemes/assets/scss/_intro.scss b/themes/jamstackthemes/assets/scss/_intro.scss index 021afcdbc..3b148fa48 100644 --- a/themes/jamstackthemes/assets/scss/_intro.scss +++ b/themes/jamstackthemes/assets/scss/_intro.scss @@ -25,7 +25,7 @@ display: inline-block; vertical-align: middle; font-weight: 600; - font-size: 24px; + font-size: 22px; margin: 0; @include media-breakpoint-up(sm) { font-size: 28px; @@ -34,7 +34,7 @@ font-size: 36px; } @include media-breakpoint-up(xl) { - font-size: 46px; + font-size: 42px; } } .intro-description { @@ -42,7 +42,7 @@ font-size: 18px; } @include media-breakpoint-up(lg) { - font-size: 20px; + font-size: 18px; width: 85%; } } @@ -77,15 +77,14 @@ display: flex; justify-content: space-between; align-items: center; - p { margin: 0;} + p { + margin: 0; + } .button { color: #647f96; border-color: #647f96; margin: 0; } - strong { - - } } .count { color: lighten($steel, 20%); @@ -94,4 +93,62 @@ .page-number { font-weight: 400; } + + .compose-banner img { + height: auto; + margin-bottom: 32px; + max-width: 100%; + } + + .stackbit-banner { + display: flex; + flex-direction: column; + justify-content: center; + align-items: flex-start; + padding: 40px 24px; + gap: 16px; + border-radius: 4px; + margin-bottom: 32px; + + .banner-title-row { + display: flex; + flex-direction: row; + align-items: center; + padding: 0px; + gap: 17px; + font-size: 32px; + font-weight: 600; + color: white; + line-height: 1; + } + + .banner-subtitle-row { + font-size: 18px; + color: white; + max-width: 70ch; + } + + .banner-primary-button { + padding: 8px 16px; + background: #32e6e2; + border-style: none; + border-radius: 3px; + outline: none; + font-weight: 600; + font-size: 16px; + line-height: 20px; + color: #014847; + text-decoration: none; + a { + color: #014847; + } + a:hover { + text-decoration: none; + } + a:visited { + color: inherit; + } + } + } } + diff --git a/themes/jamstackthemes/assets/scss/_label.scss b/themes/jamstackthemes/assets/scss/_label.scss index 007e1ce99..2c3be0c7f 100644 --- a/themes/jamstackthemes/assets/scss/_label.scss +++ b/themes/jamstackthemes/assets/scss/_label.scss @@ -1,5 +1,4 @@ .label { - text-transform: uppercase; margin: 3px 0 3px 0; display: flex; align-items: center; diff --git a/themes/jamstackthemes/assets/scss/_layout.scss b/themes/jamstackthemes/assets/scss/_layout.scss index 515b5018e..f57235141 100644 --- a/themes/jamstackthemes/assets/scss/_layout.scss +++ b/themes/jamstackthemes/assets/scss/_layout.scss @@ -80,7 +80,6 @@ $layout-padding: 15px; padding-top: $layout-padding * 4; padding-bottom: $layout-padding * 4; } - } .sidebar { position: sticky; @@ -111,7 +110,17 @@ $layout-padding: 15px; flex-direction: column; justify-content: space-between; height: 100%; - + .stackbit { + padding: 6px 0; + display: flex; + gap: 4px; + align-items: center; + font-size: 14px; + a { + color: inherit; + text-decoration: underline; + } + } } } } @@ -160,4 +169,4 @@ $layout-padding: 15px; .strip-title { font-size: 38px; font-weight: 400; -} \ No newline at end of file +} diff --git a/themes/jamstackthemes/assets/scss/_pricing.scss b/themes/jamstackthemes/assets/scss/_pricing.scss deleted file mode 100644 index 0fd6b00b8..000000000 --- a/themes/jamstackthemes/assets/scss/_pricing.scss +++ /dev/null @@ -1,121 +0,0 @@ -.pricing { - .pricing-card { - display: flex; - flex-direction: column; - justify-content: space-between; - border: 1px solid $grey; - border-top: 6px solid $primary; - border-radius: 8px; - background-color: white; - box-shadow: 0 25px 20px -25px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.05); - position: relative; - z-index: 1; - height: 100%; - .pricing-header { - background-color: rgba($grey, .35); - display: flex; - justify-content: space-between; - flex-wrap: wrap; - } - .pricing-cost { - .pricing-cost-price { - font-size: 26px; - font-weight: bold; - } - - .pricing-cost-period { - font-size: 14px; - } - } - .pricing-body { - background: white; - flex: 1; - display: flex; - flex-direction: column; - - h2 { - font-size: 20px; - font-weight: 500; - margin-bottom: 10px; - @include media-breakpoint-up(xl) { - font-size: 26px; - } - } - - p { - color: inherit; - font-size: 18px; - } - - ul { - margin: 0; - padding: 0; - list-style: none; - - li { - margin-bottom: 8px; - padding-left: 1.5em; - position: relative; - - &:before { - border-color: $primary; - border-style: solid; - border-width: 0 2px 2px 0; - content: ""; - height: 0.625em; - left: 0.3em; - position: absolute; - top: 0.3em; - transform: rotate(45deg); - width: 0.375em; - } - } - } - - } - - .pricing-footer { - .action-buttons { - margin: 0; - } - } - } - - .pricing-card-website { - border-top-color: $lime-green; - - .pricing-body { - ul { - li { - &:before { - border-color: $lime-green; - } - } - } - } - - .button { - background-color: $lime-green; - border-color: $lime-green; - } - } - - .pricing-card-full-experience { - border-top-color: $soft-pink; - - .pricing-body { - ul { - li { - &:before { - border-color: $soft-pink; - } - } - } - } - - .button { - background-color: $soft-pink; - border-color: $soft-pink; - } - } -} \ No newline at end of file diff --git a/themes/jamstackthemes/assets/scss/_theme-buttons.scss b/themes/jamstackthemes/assets/scss/_theme-buttons.scss index 0d43cccd3..672f4adae 100644 --- a/themes/jamstackthemes/assets/scss/_theme-buttons.scss +++ b/themes/jamstackthemes/assets/scss/_theme-buttons.scss @@ -56,4 +56,12 @@ text-decoration: underline; } } +} + +.tag-button { + color: $steel; + font-size: 14px; + padding: 5px 8px; + border: 1px solid $steel; + border-radius: 4px; } \ No newline at end of file diff --git a/themes/jamstackthemes/assets/scss/_theme-card.scss b/themes/jamstackthemes/assets/scss/_theme-card.scss index 050b8b580..74df4e9ea 100644 --- a/themes/jamstackthemes/assets/scss/_theme-card.scss +++ b/themes/jamstackthemes/assets/scss/_theme-card.scss @@ -4,12 +4,11 @@ flex-direction: column; justify-content: space-between; border: 1px solid $grey; - border-radius: 8px; + border-radius: 4px; background-color: white; position: relative; z-index: 1; height: 100%; - box-shadow: 0 25px 20px -25px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.05); .theme-header { border-bottom: 1px solid $grey; max-height: 260px; @@ -33,18 +32,15 @@ display: flex; flex-direction: column; h2 { - font-size: 20px; - font-weight: 500; + font-size: 16px; + font-weight: 600; margin-bottom: 10px; @include media-breakpoint-up(xl) { - font-size: 26px; + font-size: 20px; } } p { font-size: 14px; - @include media-breakpoint-up(xl) { - font-size: 16px; - } &.description { padding: 20px 0 20px 0; padding: 0; @@ -57,10 +53,18 @@ .action-buttons { margin-top: auto; } + .featured { + border-radius: 4px; + color: #8b8b8b; + font-size: 14px; + border: solid 1px $grey; + padding: 2px 4px; + align-self: start; + margin-bottom: 0.5rem; + } } .theme-footer { - //border-top: 1px solid $grey; - background: $bone; + border-top: 1px solid $grey; padding: 8px 13px 8px 13px; display: flex; justify-content: flex-start; diff --git a/themes/jamstackthemes/assets/scss/style.scss b/themes/jamstackthemes/assets/scss/style.scss index 3e587055d..3e31a8b82 100755 --- a/themes/jamstackthemes/assets/scss/style.scss +++ b/themes/jamstackthemes/assets/scss/style.scss @@ -3,11 +3,9 @@ $bone: #f5f5f5; $grey: #e9e9e9; $steel: #585858; $carbon: #2a2a2a; -$lime-green: #10b981; -$soft-pink: #ec4899; -$font-family-base: 'Source Sans Pro', Helvetica, Arial, sans-serif; -$font-family-heading: 'Source Sans Pro', Helvetica, Arial, sans-serif; +$font-family-base: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; +$font-family-heading: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; $font-family-mono: monospace; $font-family-serif: serif; @@ -67,7 +65,6 @@ $spacers: map-merge( @import 'github-metrics'; @import 'content'; @import 'label'; -@import 'pricing'; @import 'bootstrap/utilities'; //@import 'pygments/github'; diff --git a/themes/jamstackthemes/layouts/404.html b/themes/jamstackthemes/layouts/404.html index 36b819f58..8aaf18273 100644 --- a/themes/jamstackthemes/layouts/404.html +++ b/themes/jamstackthemes/layouts/404.html @@ -1,7 +1,3 @@ -{{ define "header_css" }}{{ end }} -{{ define "body_classes" }}{{ end }} -{{ define "header_classes" }}{{ end }} - {{ define "main" }}

404 Page Not Found

diff --git a/themes/jamstackthemes/layouts/_default/baseof.html b/themes/jamstackthemes/layouts/_default/baseof.html index b1550a8fe..a79760f89 100644 --- a/themes/jamstackthemes/layouts/_default/baseof.html +++ b/themes/jamstackthemes/layouts/_default/baseof.html @@ -4,7 +4,7 @@ - {{ block "title" . }}{{ .Title }} - {{ .Site.Title }}{{ end }} + {{ if .IsHome }}Themes & Templates - {{ else }}{{ if .Page.Title }}{{ .Page.Title }} - {{ end }}{{ end }}{{ .Site.Title }} @@ -19,18 +19,14 @@ {{end}} - {{ block "meta_description" . }} - {{ end }} - - - + {{ block "meta_description" . }}{{ end }} {{ if .Site.IsServer }} - {{ $style := resources.Get "scss/style.scss" | resources.ExecuteAsTemplate "style.scss" . | toCSS (dict "targetPath" "css/style.css" "enableSourceMap" true) }} - + {{ $style := resources.Get "scss/style.scss" | resources.ExecuteAsTemplate "style.scss" . | toCSS (dict "targetPath" "css/style.css" "enableSourceMap" true) }} + {{ else }} - {{ $style := resources.Get "scss/style.scss" | resources.ExecuteAsTemplate "style.scss" . | toCSS (dict "targetPath" "css/style.css" "enableSourceMap" false) }} - + {{ $style := resources.Get "scss/style.scss" | resources.ExecuteAsTemplate "style.scss" . | toCSS (dict "targetPath" "css/style.css" "enableSourceMap" false) }} + {{ end }} {{ block "header_css" . }}{{ end }} @@ -39,10 +35,11 @@ {{ with .OutputFormats.Get "rss" }} - {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end }} - {{ partial "segment.html" . }} + {{ partial "metrics/segment.html" . }} + {{ partial "metrics/ga.html" . }} @@ -59,14 +56,11 @@ {{ partial "footer.html" . }} {{ end }} - - {{ block "footer_js" . }}{{ end }} - {{ $branches := resources.Get "js/branches.js" }} {{ $scripts := resources.Get "js/scripts.js" }} - {{ $scriptsBundle := slice $branches $scripts | resources.Concat "js/scriptsBundle.js" }} + {{ $scriptsBundle := slice $scripts | resources.Concat "js/scriptsBundle.js" }} {{ if .Site.IsServer }} diff --git a/themes/jamstackthemes/layouts/_default/list.html b/themes/jamstackthemes/layouts/_default/list.html index 48fa0765a..b4e0c9840 100644 --- a/themes/jamstackthemes/layouts/_default/list.html +++ b/themes/jamstackthemes/layouts/_default/list.html @@ -2,9 +2,9 @@ {{ define "body_classes" }}page-default-list{{ end }} {{ define "main" }} -{{ .Title }} -{{ .Content }} -{{ range.Pages }} - {{.Content}} -{{ end }} + {{ .Title }} + {{ .Content }} + {{ range.Pages }} + {{.Content}} + {{ end }} {{ end }} \ No newline at end of file diff --git a/themes/jamstackthemes/layouts/_default/single.html b/themes/jamstackthemes/layouts/_default/single.html index 187f95762..cd09391bb 100644 --- a/themes/jamstackthemes/layouts/_default/single.html +++ b/themes/jamstackthemes/layouts/_default/single.html @@ -2,6 +2,6 @@ {{ define "body_classes" }}page-default-single{{ end }} {{ define "main" }} -{{ .Title }} -{{ .Content }} + {{ .Title }} + {{ .Content }} {{ end }} diff --git a/themes/jamstackthemes/layouts/_default/taxonomy.html b/themes/jamstackthemes/layouts/_default/taxonomy.html index f01ece22f..23917c69a 100644 --- a/themes/jamstackthemes/layouts/_default/taxonomy.html +++ b/themes/jamstackthemes/layouts/_default/taxonomy.html @@ -1,22 +1,10 @@ {{ define "title" }}{{ $themes := .RegularPages }}{{ $themes := (where $themes ".Params.draft" "!=" true) }}{{ $themes := (where $themes ".Params.disabled" "!=" true) }}{{ $paginatorTitle := .Paginate $themes }}{{ .Title }} Themes {{ if eq $paginatorTitle.PageNumber 1 }}({{ $paginatorTitle.TotalNumberOfElements }}){{ end }}{{ if gt $paginatorTitle.PageNumber 1 }} | Page {{ $paginatorTitle.PageNumber }}{{ end }}{{ end }} -{{ define "header_css" }}{{ end }} -{{ define "body_classes" }}page-taxonomy{{ end }} +{{ define "body_classes" }}page-default-taxonomy{{ end }} {{ define "meta_description" }} - + {{ end }} -{{ define "ogmeta" }} - - - - - - - - -{{end}} - {{ define "main" }} {{ $themes := .RegularPages }} {{ $themes := (where $themes ".Params.draft" "!=" true) }} @@ -31,7 +19,6 @@
-
{{.Title}} Logo

{{ .Title }} Themes {{ if gt $paginator.PageNumber 1 }} - Page {{ $paginator.PageNumber }}{{ end }} {{ if eq $paginator.PageNumber 1 }}({{ $themeCount }}){{ end }} @@ -45,13 +32,12 @@

{{ .Title }} Themes

- - {{ range $paginator.Pages.ByDate.Reverse }} - {{ $repoName := printf "%s" (substr (replace .Params.github "/" "-") 19 | urlize) }} - {{ $repo := index .Site.Data.themes $repoName }} - {{ $stackbit := index .Site.Data.stackbit $repoName }} - {{ partial "theme-card.html" (dict "theme" . "repo" $repo "stackbit" $stackbit "site" $.Site) }} - {{ end }} + {{ range $paginator.Pages.ByDate.Reverse }} + {{ $repoName := printf "%s" (substr (replace .Params.github "/" "-") 19 | urlize) }} + {{ $repo := index .Site.Data.themes $repoName }} + {{ $stackbit := index .Site.Data.stackbit $repoName }} + {{ partial "theme-card.html" (dict "theme" . "repo" $repo "stackbit" $stackbit "site" $.Site) }} + {{ end }}
{{ partial "pagination.html" . }} diff --git a/themes/jamstackthemes/layouts/_default/terms.html b/themes/jamstackthemes/layouts/_default/terms.html index e07c0dca5..796164796 100644 --- a/themes/jamstackthemes/layouts/_default/terms.html +++ b/themes/jamstackthemes/layouts/_default/terms.html @@ -1,6 +1,4 @@ -{{ define "meta_description" }} - -{{ end }} +{{ define "body_classes" }}page-default-terms{{ end }} {{ define "main" }} {{ $themeCount := len .Pages }} diff --git a/themes/jamstackthemes/layouts/index-pagination.html b/themes/jamstackthemes/layouts/index-pagination.html deleted file mode 100644 index f2e013325..000000000 --- a/themes/jamstackthemes/layouts/index-pagination.html +++ /dev/null @@ -1,57 +0,0 @@ -{{ define "title" }}{{ $themes := (where .Site.RegularPages "Type" "theme") }}{{ $themes := (where $themes ".Params.draft" "!=" true) }}{{ $themes := (where $themes ".Params.stale" "!=" true) }}{{ $themes := (where $themes ".Params.disabled" "!=" "true") }}{{ $paginatorTitle := .Paginate $themes }}Jamstack Themes{{ if gt $paginatorTitle.PageNumber 1 }} | Page {{ $paginatorTitle.PageNumber }}{{ end }}{{ end }} -{{ define "header_classes" }}{{ end }} -{{ define "body_classes" }}page-home{{ end }} - -{{ define "meta_description" }} -{{ $themes := (where .Site.RegularPages "Type" "theme") }} -{{ $themes := (where $themes ".Params.draft" "!=" true) }} -{{ $themes := (where $themes ".Params.stale" "!=" true) }} -{{ $themes := (where $themes ".Params.disabled" "!=" true) }} -{{ $themeCount := len $themes}} - -{{ end }} - -{{ define "main" }} -{{ $themes := (where .Site.RegularPages "Type" "theme") }} -{{ $themes := (where $themes ".Params.draft" "!=" true) }} -{{ $themes := (where $themes ".Params.stale" "!=" true) }} -{{ $themes := (where $themes ".Params.disabled" "!=" "true") }} -{{ $themeCount := len $themes}} - -{{ $paginator := .Paginate $themes }} - -
-
-
- -
-
-

New Themes {{ if gt $paginator.PageNumber 1 }} - Page {{ $paginator.PageNumber }}{{ end }} ({{ $themeCount }})

-
- {{ if eq $paginator.PageNumber 1 }} -
-

A list of themes and starters for Jamstack sites. We're the largest gallery of user submitted, open source themes for static site generators 🦖. This site is maintained by the community and with the kind support of Stackbit

-
-

New themes are sorted by submission date with commits in the last 6 months.

- View All Themes -
-
-

A list of themes and starters for Jamstack sites. Want to filter and search? View all themes

- {{ end }} -
- -
- {{ range $paginator.Pages }} - {{ $repoName := printf "%s" (substr (replace .Params.github "/" "-") 19 | urlize) }} - {{ $repo := index .Site.Data.themes $repoName }} - {{ $stackbit := index .Site.Data.stackbit $repoName }} - {{ partial "theme-card.html" (dict "theme" . "repo" $repo "stackbit" $stackbit "site" $.Site) }} - {{ end }} -
- - {{ partial "pagination.html" . }} - -
-
-
-{{ end }} \ No newline at end of file diff --git a/themes/jamstackthemes/layouts/index.html b/themes/jamstackthemes/layouts/index.html index 209e10e74..b99f5407a 100644 --- a/themes/jamstackthemes/layouts/index.html +++ b/themes/jamstackthemes/layouts/index.html @@ -1,5 +1,4 @@ -{{ define "title" }}Jamstack Themes{{ end }} -{{ define "header_classes" }}{{ end }} + {{ define "body_classes" }}page-home has-sidebar{{ end }} {{ define "meta_description" }} @@ -8,8 +7,7 @@ {{ $themes := (where $themes ".Params.stale" "!=" true) }} {{ $themes := (where $themes ".Params.disabled" "!=" true) }} {{ $themeCount := len $themes}} - + {{ end }} {{ define "main" }} @@ -23,34 +21,37 @@
-
-

New Themes ({{ $themeCount }})

+

New Themes ({{ $themeCount }})

+
+
+

A list of open-source themes, templates and starters for Jamstack sites. + Supported by Netlify. +

+
+
+

A list of themes and starters for Jamstack sites.

-

A list of themes, templates and starters for Jamstack sites. - We're the largest theme gallery of user submitted, open source themes for static site - generators 🦖. This site is maintained by the community and with the kind support of Stackbit. -

-

A list of themes and starters for Jamstack sites. -

{{ partial "sort-buttons.html" . }} -
+ {{ $featuredThemes := (where ($themes.ByParam "date").Reverse "Params.featured" "==" true) }} + {{ range $featuredThemes }} + {{ $repoName := printf "%s" (substr (replace .Params.github "/" "-") 19 | urlize) }} + {{ $repo := index .Site.Data.themes $repoName }} + {{ $stackbit := index .Site.Data.stackbit $repoName }} + {{ partial "theme-card.html" (dict "theme" . "repo" $repo "stackbit" $stackbit "site" $.Site) }} + {{ end }} - {{ range (($themes.ByParam "date").Reverse).ByParam "weight" }} + {{ $nonFeaturedThemes := (where ($themes.ByParam "date").Reverse "Params.featured" "!=" true) }} + {{ range $nonFeaturedThemes }} {{ $repoName := printf "%s" (substr (replace .Params.github "/" "-") 19 | urlize) }} {{ $repo := index .Site.Data.themes $repoName }} {{ $stackbit := index .Site.Data.stackbit $repoName }} @@ -61,11 +62,9 @@

New Themes (

- {{ end }} {{ define "footer_js" }} - {{ $mixitup := resources.Get "js/libs/mixitup.js" }} {{ $mixitupMultiFilter := resources.Get "js/libs/mixitup-multifilter.js" }} {{ $filterGroups := resources.Get "js/filter/filter-groups.js" }} @@ -80,5 +79,4 @@

New Themes ( {{ end }} - {{ end }} diff --git a/themes/jamstackthemes/layouts/partials/branches.html b/themes/jamstackthemes/layouts/partials/branches.html deleted file mode 100644 index 9b902a045..000000000 --- a/themes/jamstackthemes/layouts/partials/branches.html +++ /dev/null @@ -1,44 +0,0 @@ -{{ $branch := (getenv "BRANCH") }} - diff --git a/themes/jamstackthemes/layouts/partials/demo.html b/themes/jamstackthemes/layouts/partials/demo.html deleted file mode 100644 index d5d57b4b9..000000000 --- a/themes/jamstackthemes/layouts/partials/demo.html +++ /dev/null @@ -1,66 +0,0 @@ -
-
- - -
- -
- -
- {{ if .theme.Params.ssg }} - {{- range .theme.Params.ssg }} - {{- with .site.GetPage "taxonomyTerm" (printf "ssg/%s" (urlize .)) }} - {{ partial "icons/icon-link-card.html" (dict "name" .Page.Title "icon" .Page.theme.Params.icon "link" .Page.Permalink) }} - {{ end }} - {{ end }} - {{ end }} - - {{ if .theme.Params.cms }} - {{- range .Params.cms }} - {{- with $.Site.GetPage "taxonomyTerm" (printf "cms/%s" (urlize .)) }} - {{ if eq .Page.Title "No CMS" }} - {{ else }} - {{ partial "icons/icon-link-card.html" (dict "name" .Page.Title "icon" .Page.Params.icon "link" .Page.Permalink) }} - {{ end }} - {{ end }} - {{ end }} - {{ end }} - - {{ if .Params.css }} - {{- range .Params.css }} - {{- with $.Site.GetPage "taxonomyTerm" (printf "css/%s" (urlize .)) }} - {{ if eq .Page.Title "No css" }} - {{ else }} - {{ partial "icons/icon-link-card.html" (dict "name" .Page.Title "icon" .Page.Params.icon "link" .Page.Permalink) }} - {{ end }} - {{ end }} - {{ end }} - {{ end }} - - {{ if .Params.archetype }} - {{- range .Params.archetype }} - {{- with $.Site.GetPage "taxonomyTerm" (printf "archetype/%s" (urlize .)) }} - {{ if eq .Page.Title "No archetype" }} - {{ else }} - {{ partial "icons/icon-link-card.html" (dict "name" .Page.Title "icon" .Page.Params.icon "link" .Page.Permalink) }} - {{ end }} - {{ end }} - {{ end }} - {{ end }} -
- -
- Theme Info - Github - {{ if .site.Params.stackbit_button }} - {{ if .stackbit }} - {{ if .stackbit.createUrl }} - Create Site - {{ end }} - {{ end }} - {{ end }} -
-
-
\ No newline at end of file diff --git a/themes/jamstackthemes/layouts/partials/filters.html b/themes/jamstackthemes/layouts/partials/filters.html index 6c9a3c7c6..d1b50f0e5 100644 --- a/themes/jamstackthemes/layouts/partials/filters.html +++ b/themes/jamstackthemes/layouts/partials/filters.html @@ -20,7 +20,7 @@

SSG

{{ end }} {{ end }} {{ end }} - {{ if ge $count 5 }} + {{ if ge $count 7 }}
  • {{ .Page.Title }} @@ -46,7 +46,7 @@

    SSG

    {{ end }} {{ end }} {{ end }} - {{ if lt $count 5 }} + {{ if lt $count 10 }}
  • {{ .Page.Title }} @@ -122,54 +122,113 @@

    CMS

    CSS

    {{ partial "toggle-icon.html" . }}
  • -
      - {{ range .context.Site.Taxonomies.css }} - {{ if .Page.Params.icon }} -
    • - {{ .Page.Title }} - - {{ .Page.Title }} - {{ $count := 0 }} - {{ if $countAll }} + + {{ $cssTaxonomies := slice }} + {{ range .context.Site.Taxonomies.css }} + {{ $count := 0 }} + {{ if $countAll }} {{ $count = .Count }} - {{ else }} + {{ else }} {{ range .Pages }} - {{ if not .Params.stale }} - {{ $count = add $count 1 }} - {{ end }} + {{ if not .Params.stale }} + {{ if not .Params.disabled }} + {{ $count = add $count 1 }} + {{ end }} + {{ end }} {{ end }} + {{ end }} + {{ $cssTaxonomies = $cssTaxonomies | append (dict "taxonomy" . "count" $count) }} + {{ end }} + + {{ $sortedCssTaxonomies := sort $cssTaxonomies "count" "desc" }} + +
        + {{ range $sortedCssTaxonomies }} + {{ $taxonomy := .taxonomy }} + {{ $count := .count }} + {{ if ge $count 5 }} +
      • + {{ $taxonomy.Page.Title }} + + {{ $taxonomy.Page.Title }} + {{ $count }} +
      • {{ end }} - {{ $count }} - {{ end }} +
      + +
        + {{ partial "toggle-more.html" . }} + {{ range $sortedCssTaxonomies }} + {{ $taxonomy := .taxonomy }} + {{ $count := .count }} + {{ if lt $count 5 }} +
      • + {{ $taxonomy.Page.Title }} + + {{ $taxonomy.Page.Title }} + {{ $count }} +
      • + {{ end }} {{ end }}
      +
    -
    +

    Archetype

    {{ partial "toggle-icon.html" . }}
      {{ range .context.Site.Taxonomies.archetype }} -
    • - - {{ .Page.Title }} {{ $count := 0 }} {{ if $countAll }} - {{ $count = .Count }} + {{ $count = .Count }} {{ else }} - {{ range .Pages }} - {{ if not .Params.stale }} - {{ $count = add $count 1 }} + {{ range .Pages }} + {{ if not .Params.stale }} + {{ if not .Params.disabled }} + {{ $count = add $count 1 }} + {{ end }} + {{ end }} + {{ end }} {{ end }} + {{ if ge $count 5 }} +
    • + + {{ .Page.Title }} + {{ $count }} +
    • {{ end }} + {{ end }} +
    + +
      + {{ partial "toggle-more.html" . }} + {{ range .context.Site.Taxonomies.archetype }} + {{ $count := 0 }} + {{ if $countAll }} + {{ $count = .Count }} + {{ else }} + {{ range .Pages }} + {{ if not .Params.stale }} + {{ if not .Params.disabled }} + {{ $count = add $count 1 }} + {{ end }} + {{ end }} + {{ end }} + {{ end }} + {{ if lt $count 5 }} +
    • + + {{ .Page.Title }} + {{ $count }} +
    • {{ end }} - {{ $count }} - {{ end }}
    +
    diff --git a/themes/jamstackthemes/layouts/partials/footer.html b/themes/jamstackthemes/layouts/partials/footer.html index 49022499d..c4f2ece6a 100644 --- a/themes/jamstackthemes/layouts/partials/footer.html +++ b/themes/jamstackthemes/layouts/partials/footer.html @@ -14,8 +14,8 @@

    Themes

    {{ range .Site.Menus.main }} {{ .Name }} {{ end }} - - Create A Site + + Create a Site
    diff --git a/themes/jamstackthemes/layouts/partials/github-metrics.html b/themes/jamstackthemes/layouts/partials/github-metrics.html deleted file mode 100644 index 47da1e14d..000000000 --- a/themes/jamstackthemes/layouts/partials/github-metrics.html +++ /dev/null @@ -1,10 +0,0 @@ -
    -
    - Github Stars - {{ .stars }} -
    -
    - Last Commit - {{ dateFormat "Jan 2, 2006" .last_commit }} -
    -
    diff --git a/themes/jamstackthemes/layouts/partials/main-menu.html b/themes/jamstackthemes/layouts/partials/main-menu.html index 3d042b39d..a99e04123 100644 --- a/themes/jamstackthemes/layouts/partials/main-menu.html +++ b/themes/jamstackthemes/layouts/partials/main-menu.html @@ -7,11 +7,6 @@ {{ .Name }} - {{end}} -
  • - - Create A Site - -
  • + {{end}} diff --git a/themes/jamstackthemes/layouts/partials/metrics/ga.html b/themes/jamstackthemes/layouts/partials/metrics/ga.html new file mode 100644 index 000000000..03113e871 --- /dev/null +++ b/themes/jamstackthemes/layouts/partials/metrics/ga.html @@ -0,0 +1,11 @@ +{{ $gid := (getenv "HUGO_GA_ID") }} +{{ if $gid }} + + +{{ end }} \ No newline at end of file diff --git a/themes/jamstackthemes/layouts/partials/metrics/segment.html b/themes/jamstackthemes/layouts/partials/metrics/segment.html new file mode 100644 index 000000000..018fd037d --- /dev/null +++ b/themes/jamstackthemes/layouts/partials/metrics/segment.html @@ -0,0 +1,12 @@ +{{ $gid := (getenv "HUGO_SEGMENT_ID") }} +{{ if $gid }} + +{{ end }} \ No newline at end of file diff --git a/themes/jamstackthemes/layouts/partials/segment.html b/themes/jamstackthemes/layouts/partials/segment.html deleted file mode 100644 index 7035030ed..000000000 --- a/themes/jamstackthemes/layouts/partials/segment.html +++ /dev/null @@ -1,11 +0,0 @@ -{{ $gid := (getenv "HUGO_SEGMENT_ID") }} -{{ if $gid }} - -{{ else }} - -{{ end}} diff --git a/themes/jamstackthemes/layouts/partials/stackbit.html b/themes/jamstackthemes/layouts/partials/stackbit.html deleted file mode 100644 index 087ffc1ec..000000000 --- a/themes/jamstackthemes/layouts/partials/stackbit.html +++ /dev/null @@ -1,6 +0,0 @@ -
    - Maintained by - Stackbit - Stackbit Logo -
    - diff --git a/themes/jamstackthemes/layouts/partials/star-large.html b/themes/jamstackthemes/layouts/partials/star-large.html deleted file mode 100644 index a75f0b152..000000000 --- a/themes/jamstackthemes/layouts/partials/star-large.html +++ /dev/null @@ -1,3 +0,0 @@ -
    - {{ .stars }} -
    diff --git a/themes/jamstackthemes/layouts/partials/star.html b/themes/jamstackthemes/layouts/partials/star.html deleted file mode 100644 index c4359ca12..000000000 --- a/themes/jamstackthemes/layouts/partials/star.html +++ /dev/null @@ -1,3 +0,0 @@ -
    - {{ .stars }} -
    diff --git a/themes/jamstackthemes/layouts/partials/theme-card.html b/themes/jamstackthemes/layouts/partials/theme-card.html index efec690b6..e6ac446ab 100644 --- a/themes/jamstackthemes/layouts/partials/theme-card.html +++ b/themes/jamstackthemes/layouts/partials/theme-card.html @@ -50,11 +50,22 @@
    - + {{ if .theme.Params.featured }} + Featured + {{ end }}

    {{ .theme.Params.title }}

    + {{ if .repo }} - {{ partial "github-metrics.html" (dict "last_commit" .repo.last_commit "stars" .repo.stars )}} +
    +
    + Github Stars + {{ .repo.stars }} +
    +
    + {{ dateFormat "Jan 2, 2006" .repo.last_commit }} +
    +
    {{ end }}
    @@ -77,21 +88,12 @@

    {{ .theme.Params.title data-context="card" data-name="{{ .theme.Title }}" href="/demo{{ .theme.RelPermalink }}" - >Live Demo - {{ if .site.Params.stackbit_button }} - {{ if .theme.Params.stackbit }} - Create Site - {{ else if .stackbit }} - {{ if .stackbit.createUrl }} - Create Site - {{ end }} - {{ end }} + >Demo + {{ if .theme.Params.featured }} + Deploy to Netlify Button + {{ end }}

    diff --git a/themes/jamstackthemes/layouts/theme/list.html b/themes/jamstackthemes/layouts/theme/list.html index f1bf65819..18023ae57 100644 --- a/themes/jamstackthemes/layouts/theme/list.html +++ b/themes/jamstackthemes/layouts/theme/list.html @@ -1,6 +1,4 @@ {{ define "title" }}{{ $themes := (where .Site.RegularPages "Type" "theme") }}{{ $themes := (where $themes ".Params.draft" "!=" true) }}{{ $themes := (where $themes ".Params.disabled" "!=" true) }}{{ $themeCount := len $themes}}All Themes ({{ $themeCount }}){{ end }} - -{{ define "header_classes" }}{{ end }} {{ define "body_classes" }}page-all-themes has-sidebar{{ end }} {{ define "body_id" }}page-all-themes{{ end }} @@ -18,7 +16,6 @@
    diff --git a/themes/jamstackthemes/layouts/theme/single-pricing.demo.html b/themes/jamstackthemes/layouts/theme/single-pricing.demo.html deleted file mode 100644 index 8b50aeaeb..000000000 --- a/themes/jamstackthemes/layouts/theme/single-pricing.demo.html +++ /dev/null @@ -1,87 +0,0 @@ -{{ define "title" }}{{ .Title }} - Demo{{ end }} -{{ define "header_css" }}{{ end }} -{{ define "body_classes" }}page-theme-single-demo{{ end }} - -{{ define "ogmeta" }} - - - - - {{ $repoName := printf "%s" (substr (replace .Params.github "/" "-") 19 | urlize) }} -{{ $repo := index .Site.Data.themes $repoName }} -{{ if $repo }} -{{ $staticPath := (printf "%s/%s%s" "static/capture" $repo.theme_key ".png") }} -{{ $filePath := (printf "%s/%s%s" "capture" $repo.theme_key ".png") }} -{{ if (fileExists $staticPath) }} - -{{ end }} -{{ end }} - - - -{{end}} - -{{ define "header" }} - -{{ end }} - -{{ define "main" }} - {{ $repoName := printf "%s" (substr (replace .Params.github "/" "-") 19 | urlize) }} -{{ $repo := index .Site.Data.themes $repoName }} -{{ $stackbit := index .Site.Data.stackbit $repoName }} -
    -
    - - -
    -

    {{ .Title }}

    -
    - {{ if .Params.ssg }} - {{- range .Params.ssg }} - {{- with $.Site.GetPage "taxonomyTerm" (printf "ssg/%s" (urlize .)) }} - {{ partial "icons/icon-link.html" (dict "name" .Page.Title "icon" .Page.Params.icon "link" .Page.Permalink) }} - {{ end }} - {{ end }} - {{ end }} - - {{ if .Params.cms }} - {{- range .Params.cms }} - {{- with $.Site.GetPage "taxonomyTerm" (printf "cms/%s" (urlize .)) }} - {{ if eq .Page.Title "No CMS" }} - {{ else }} - {{ partial "icons/icon-link.html" (dict "name" .Page.Title "icon" .Page.Params.icon "link" .Page.Permalink) }} - {{ end }} - {{ end }} - {{ end }} - {{ end }} - - {{ if .Params.css }} - {{- range .Params.css }} - {{- with $.Site.GetPage "taxonomyTerm" (printf "css/%s" (urlize .)) }} - {{ if eq .Page.Title "No css" }} - {{ else }} - {{ partial "icons/icon-link.html" (dict "name" .Page.Title "icon" .Page.Params.icon "link" .Page.Permalink) }} - {{ end }} - {{ end }} - {{ end }} - {{ end }} - -
    -
    -
    - {{ if $stackbit }} - {{ if $stackbit.createUrl }} - Get Started - {{ end }} - {{ end }} -
    -
    -
    - -{{ end }} - -{{ define "footer" }} - -{{ end }} diff --git a/themes/jamstackthemes/layouts/theme/single-pricing.html b/themes/jamstackthemes/layouts/theme/single-pricing.html deleted file mode 100644 index 1ff8d5d0d..000000000 --- a/themes/jamstackthemes/layouts/theme/single-pricing.html +++ /dev/null @@ -1,234 +0,0 @@ -{{ define "title" }}{{ .Title }} - Theme Info{{ end }} -{{ define "header_css" }}{{ end }} -{{ define "body_classes" }}page-default-single{{ end }} - -{{ define "ogmeta" }} - - - - - {{ $repoName := printf "%s" (substr (replace .Params.github "/" "-") 19 | urlize) }} - {{ $repo := index .Site.Data.themes $repoName }} - {{ if $repo }} - {{ $staticPath := (printf "%s/%s%s" "static/capture" $repo.theme_key ".png") }} - {{ $filePath := (printf "%s/%s%s" "capture" $repo.theme_key ".png") }} - {{ if (fileExists $staticPath) }} - - {{ end }} - {{ end }} - - - -{{end}} - -{{ define "meta_description" }} -{{ $themes := (where .Site.RegularPages "Type" "theme") }} -{{ $themes := (where $themes ".Params.draft" "!=" true) }} -{{ $themes := (where $themes ".Params.stale" "!=" true) }} -{{ $themes := (where $themes ".Params.disabled" "!=" true) }} -{{ $themeCount := len $themes}} - -{{ end }} - -{{ define "main" }} - {{ $repoName := printf "%s" (substr (replace .Params.github "/" "-") 19 | urlize) }} -{{ $repo := index .Site.Data.themes $repoName }} -{{ $stackbit := index .Site.Data.stackbit $repoName }} - -
    -
    -
    -
    -
    -
    - -
    -
    -

    {{ .Title }}

    -
    -

    {{ .Params.description }}

    -
    - -
    - {{ if .Params.ssg }} - {{- range .Params.ssg }} - {{- with $.Site.GetPage "taxonomyTerm" (printf "ssg/%s" (urlize .)) }} - {{ partial "icons/icon-link-card.html" (dict "name" .Page.Title "icon" .Page.Params.icon "link" .Page.Permalink) }} - {{ end }} - {{ end }} - {{ end }} - - {{ if .Params.cms }} - {{- range .Params.cms }} - {{- with $.Site.GetPage "taxonomyTerm" (printf "cms/%s" (urlize .)) }} - {{ if eq .Page.Title "No CMS" }} - {{ else }} - {{ partial "icons/icon-link-card.html" (dict "name" .Page.Title "icon" .Page.Params.icon "link" .Page.Permalink) }} - {{ end }} - {{ end }} - {{ end }} - {{ end }} - - {{ if .Params.css }} - {{- range .Params.css }} - {{- with $.Site.GetPage "taxonomyTerm" (printf "css/%s" (urlize .)) }} - {{ if eq .Page.Title "No css" }} - {{ else }} - {{ partial "icons/icon-link-card.html" (dict "name" .Page.Title "icon" .Page.Params.icon "link" .Page.Permalink) }} - {{ end }} - {{ end }} - {{ end }} - {{ end }} - - {{ if .Params.archetype }} - {{- range .Params.archetype }} - {{- with $.Site.GetPage "taxonomyTerm" (printf "archetype/%s" (urlize .)) }} - {{ if eq .Page.Title "No archetype" }} - {{ else }} - {{ partial "icons/icon-link-card.html" (dict "name" .Page.Title "icon" .Page.Params.icon "link" .Page.Permalink) }} - {{ end }} - {{ end }} - {{ end }} - {{ end }} -
    - - {{ partial "labels/label-author.html" (dict "author" .Params.author) }} - {{ if $repo }}{{ partial "labels/label-stars.html" (dict "stars" $repo.stars) }}{{ end }} - {{ if $repo }}{{ partial "labels/label-last-commit.html" (dict "last_commit" $repo.last_commit) }}{{ end }} - -
    - {{ if .Site.Params.iframe_demo }} - Live Demo - {{ else }} - Live Demo - {{ end }} - Get Started -
    - -
    -
    -
    - {{ if $repo }} - {{ $staticPath := (printf "%s/%s%s" "static/capture" $repo.theme_key ".png") }} - {{ $filePath := (printf "%s/%s%s" "capture" $repo.theme_key ".png") }} - {{ if (fileExists $staticPath) }} - {{ .Title }} screenshot - {{ end }} - {{ end }} -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Get Started

    -
    -
    -
    -
    -
    -
    -

    Theme

    -
    - $0 -
    -
    -
    -

    Download the theme as a .zip file

    -
      -
    • NextJS version of theme
    • -
    • No CMS, Markdown files only
    • -
    • Setup, provision and deploy yourself
    • -
    -
    - -
    -
    -
    -
    -
    -

    Website

    -
    - $49/ - one time -
    -
    -
    -

    A website based on this theme, with any tech stack you choose. Live in seconds.

    -
      -
    • Pick NextJS, Gatsby, Hugo, Jekyll, Eleventy, Vuepress or clean HTML
    • -
    • Select a headless CMS from Sanity, Contentful, DatoCMS or Forestry. Or use the Markdown files only
    • -
    • Your own Github repo
    • -
    • Deploy to Netlify, Digital Ocean, Cloudflare, Azure, AWS
    • -
    - {{ if $stackbit }} - -
    - -
    -
    -
    -
    -
    -

    Full Experience

    -
    - $29/ - mo (1 year) -
    -
    -
    -

    {{ .Title }} Theme + Website + the best Jamstack site editor

    -
      -
    • Live preview
    • -
    • WYSIWYG Jamstack Site Editor
    • -
    • Integrated Jamstack debugger
    • -
    • Collaborators, roles and permissions, advanced publishing controls
    • -
    • A/B testing
    • -
    -
    - -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - {{ .Content }} -
    -
    -
    -
    -
    -
    -
    -{{ end }} diff --git a/themes/jamstackthemes/layouts/theme/single.demo.html b/themes/jamstackthemes/layouts/theme/single.demo.html index d4681c69b..fb26dbc13 100644 --- a/themes/jamstackthemes/layouts/theme/single.demo.html +++ b/themes/jamstackthemes/layouts/theme/single.demo.html @@ -1,5 +1,4 @@ {{ define "title" }}{{ .Title }} - Demo{{ end }} -{{ define "header_css" }}{{ end }} {{ define "body_classes" }}page-theme-single-demo{{ end }} {{ define "ogmeta" }} @@ -22,80 +21,73 @@ {{end}} {{ define "header" }} - -{{ end }} +{{ $repoName := printf "%s" (substr (replace .Params.github "/" "-") 19 | urlize) }} +{{ $repo := index .Site.Data.themes $repoName }} +{{ $stackbit := index .Site.Data.stackbit $repoName }} +
    +
    + -{{ define "main" }} - {{ $repoName := printf "%s" (substr (replace .Params.github "/" "-") 19 | urlize) }} - {{ $repo := index .Site.Data.themes $repoName }} - {{ $stackbit := index .Site.Data.stackbit $repoName }} -
    -
    - +
    +

    {{ .Title }}

    +
    + + {{ if .Params.ssg }} + {{- range .Params.ssg }} + {{- with $.Site.GetPage "taxonomyTerm" (printf "ssg/%s" (urlize .)) }} + {{ partial "icons/icon-link.html" (dict "name" .Page.Title "icon" .Page.Params.icon "link" .Page.Permalink) }} + {{ end }} + {{ end }} + {{ end }} -
    -

    {{ .Title }}

    -
    - {{ if .Params.ssg }} - {{- range .Params.ssg }} - {{- with $.Site.GetPage "taxonomyTerm" (printf "ssg/%s" (urlize .)) }} - {{ partial "icons/icon-link.html" (dict "name" .Page.Title "icon" .Page.Params.icon "link" .Page.Permalink) }} - {{ end }} - {{ end }} - {{ end }} + {{ if .Params.cms }} + {{- range .Params.cms }} + {{- with $.Site.GetPage "taxonomyTerm" (printf "cms/%s" (urlize .)) }} + {{ if eq .Page.Title "No CMS" }} + {{ else }} + {{ partial "icons/icon-link.html" (dict "name" .Page.Title "icon" .Page.Params.icon "link" .Page.Permalink) }} + {{ end }} + {{ end }} + {{ end }} + {{ end }} - {{ if .Params.cms }} - {{- range .Params.cms }} - {{- with $.Site.GetPage "taxonomyTerm" (printf "cms/%s" (urlize .)) }} - {{ if eq .Page.Title "No CMS" }} - {{ else }} - {{ partial "icons/icon-link.html" (dict "name" .Page.Title "icon" .Page.Params.icon "link" .Page.Permalink) }} - {{ end }} - {{ end }} - {{ end }} - {{ end }} + {{ if .Params.css }} + {{- range .Params.css }} + {{- with $.Site.GetPage "taxonomyTerm" (printf "css/%s" (urlize .)) }} + {{ if eq .Page.Title "No css" }} + {{ else }} + {{ partial "icons/icon-link.html" (dict "name" .Page.Title "icon" .Page.Params.icon "link" .Page.Permalink) }} + {{ end }} + {{ end }} + {{ end }} + {{ end }} - {{ if .Params.css }} - {{- range .Params.css }} - {{- with $.Site.GetPage "taxonomyTerm" (printf "css/%s" (urlize .)) }} - {{ if eq .Page.Title "No css" }} - {{ else }} - {{ partial "icons/icon-link.html" (dict "name" .Page.Title "icon" .Page.Params.icon "link" .Page.Permalink) }} - {{ end }} - {{ end }} - {{ end }} - {{ end }} +
    +
    +
    + {{ with .OutputFormats.Get "html" -}} + Theme Info + {{- end }} + Github + {{ if .Params.featured }} + Deploy to Netlify Button + + {{ end }} +
    +
    +
    +{{ end }} -
    -
    -
    - Theme Info - Github - {{ if .Site.Params.stackbit_button }} - {{ if .Params.stackbit }} - Create Site - {{ else if $stackbit }} - {{ if $stackbit.createUrl }} - Create Site - {{ end }} - {{ end }} - {{ end }} -
    -
    -
    - +{{ define "main" }} + {{ end }} {{ define "footer" }} - -{{ end }} + +{{ end }} \ No newline at end of file diff --git a/themes/jamstackthemes/layouts/theme/single.html b/themes/jamstackthemes/layouts/theme/single.html index b16897f56..226d56938 100644 --- a/themes/jamstackthemes/layouts/theme/single.html +++ b/themes/jamstackthemes/layouts/theme/single.html @@ -86,7 +86,7 @@

    {{ .Title }}

    {{- with $.Site.GetPage "taxonomyTerm" (printf "archetype/%s" (urlize .)) }} {{ if eq .Page.Title "No archetype" }} {{ else }} - {{ partial "icons/icon-link-card.html" (dict "name" .Page.Title "icon" .Page.Params.icon "link" .Page.Permalink) }} + {{ .Page.Title }} {{ end }} {{ end }} {{ end }} @@ -102,22 +102,13 @@

    {{ .Title }}

    data-name="{{ .Title }}" href="{{ .Params.github }}" target="_blank" rel="nofollow noopener">Github Live Demo - {{ if .Site.Params.stackbit_button }} - {{ if .Params.stackbit }} - Create Site - {{ else if $stackbit }} - {{ if $stackbit.createUrl }} - Create Site - {{ end }} - {{ end }} - {{ end }} + data-name="{{ .Title }}" href="/demo{{ .RelPermalink }}">Demo + {{ if .Params.featured }} + Deploy to Netlify Button + + {{ end }}