diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e7407c5bf..000000000 --- a/.gitignore +++ /dev/null @@ -1,80 +0,0 @@ -# Hugo Theme -resources -public - -# OSX -.DS_Store - -# Jetbrains -.idea - -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Runtime data -pids -*.pid -*.seed -*.pid.lock - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (https://nodejs.org/api/addons.html) -build/Release - -# Dependency directories -node_modules/ -jspm_packages/ -package-lock.json - -# TypeScript v1 declaration files -typings/ - -# Optional npm cache directory -.npm - -# Optional eslint cache -.eslintcache - -# Optional REPL history -.node_repl_history - -# Output of 'npm pack' -*.tgz - -# Yarn Integrity file -.yarn-integrity - -# dotenv environment variables file -.env - -# next.js build output -.next - -# Test Content -content/test - -# Visual Studio Code project settings -.vscode -# Local Netlify folder -.netlify diff --git a/.hugo_build.lock b/.hugo_build.lock deleted file mode 100644 index e69de29bb..000000000 diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 03442371f..000000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2019 jamstackthemes.dev - rob@stackbit.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index 0b84a8ce3..000000000 --- a/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# Jamstack Themes - -A list of themes and starters for the Jamstack and static site generators. https://jamstackthemes.dev - -## Submit A Theme - -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`. -2. Add the required front-matter as shown in the **Example Theme** below. -3. Submit a 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 -author: authorname -date: 2024-03-18 -ssg: - - Astro -cms: - - 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 Astro.js - -This theme is a lightweight starter kit. It also gives you a well organised starting point to extend it for yourself. - -## Features - -* Customisable design tokens to make it your own -* Customisable global data and navigation -* Tags and tag archives -* Progressively enhanced, semantic and accessible -``` - - -## Submission Guidelines - -* Any open source themes with a public github repo can be submitted. -* 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/archetypes/default.md b/archetypes/default.md deleted file mode 100644 index 00e77bd79..000000000 --- a/archetypes/default.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -draft: true ---- - diff --git a/archetypes/ssg.md b/archetypes/ssg.md deleted file mode 100644 index 111df5b10..000000000 --- a/archetypes/ssg.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -icon: images/icons/docusaurus.svg -official_url: https://docusaurus.io/ -vitalstats_url: https://www.staticgen.com/docusaurus -taxonomy: ssg ---- diff --git a/archetypes/theme.md b/archetypes/theme.md deleted file mode 100644 index 6456e1a8e..000000000 --- a/archetypes/theme.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -github: https://github.com/username/repo -github_branch: master -demo: https://www.demo.com -author: Github Author -ssg: - - Gridsome -cms: - - No CMS -css: - - Bootstrap -archetype: - - Blog - - Portfolio -date: 2019-06-11 -description: This theme is a lightweight Gridsome starter kit which is perfect for a blog or a portfolio ---- - -# A simple starter kit for Gridsome - -This theme is a lightweight starter kit. It also gives you a well organised starting point to extend it for yourself. - -## Features - -* Customisable design tokens to make it your own -* Customisable global data and navigation -* Tags and tag archives -* Progressively enhanced, semantic and accessible -* _Super_ lightweight front-end -* Sass powered CSS system with utility class generator -* Service worker that caches pages so people can read your articles offline -* An RSS feed for your posts diff --git a/config.toml b/config.toml deleted file mode 100644 index 90f40510a..000000000 --- a/config.toml +++ /dev/null @@ -1,54 +0,0 @@ -baseURL = "/" -languageCode = "en-us" -title = "Jamstack Themes" -theme = "jamstackthemes" -paginate = 18 -summaryLength = 10 -# enableGitInfo = false - -pygmentsCodeFences = true -pygmentsCodefencesGuessSyntax = true -pygmentsUseClasses = true - -[params] - 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 - -[taxonomies] - ssg = "ssg" - cms = "cms" - css = "css" - archetype = "archetype" - services = "services" - -[outputFormats] - [outputFormats.demo] - name = "demo" - mediaType = "text/html" - isHTML = "true" - path = "demo" - permalinkable = "true" - -[outputs] - home = ["HTML","RSS","JSON"] - section = ["HTML","RSS"] - page = ["HTML", "demo"] - -[frontmatter] - lastmod = [":git", "lastmod", ":fileModTime", ":default"] - -# Main Menu -[[menu.main]] - name = "New Themes" - url = "/" - weight = 1 - -[[menu.main]] - name = "All Themes" - url = "/theme/" - weight = 2 diff --git a/content/_index.md b/content/_index.md deleted file mode 100644 index 5bea24392..000000000 --- a/content/_index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Jamstack Themes' ---- diff --git a/content/archetype/_index.md b/content/archetype/_index.md deleted file mode 100644 index 42b9ea38f..000000000 --- a/content/archetype/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Archetype -weight: 4 ---- \ No newline at end of file diff --git a/content/archetype/admin/_index.md b/content/archetype/admin/_index.md deleted file mode 100644 index 544a47bbc..000000000 --- a/content/archetype/admin/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "Admin" -icon: images/icons/admin.svg ---- diff --git a/content/archetype/blog/_index.md b/content/archetype/blog/_index.md deleted file mode 100644 index 603f54f43..000000000 --- a/content/archetype/blog/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "Blog" -icon: images/icons/blog.svg ---- \ No newline at end of file diff --git a/content/archetype/business/_index.md b/content/archetype/business/_index.md deleted file mode 100644 index b00ecda06..000000000 --- a/content/archetype/business/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "Business" -icon: images/icons/business.svg ---- \ No newline at end of file diff --git a/content/archetype/documentation/_index.md b/content/archetype/documentation/_index.md deleted file mode 100644 index 14c7d4050..000000000 --- a/content/archetype/documentation/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "Documentation" -icon: images/icons/documentation.svg ---- \ No newline at end of file diff --git a/content/archetype/ecommerce/_index.md b/content/archetype/ecommerce/_index.md deleted file mode 100644 index 97145b018..000000000 --- a/content/archetype/ecommerce/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "Ecommerce" -icon: images/icons/ecommerce.svg ---- diff --git a/content/archetype/event/_index.md b/content/archetype/event/_index.md deleted file mode 100644 index bf88eb7c9..000000000 --- a/content/archetype/event/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "Event" -icon: images/icons/event.svg ---- diff --git a/content/archetype/personal/_index.md b/content/archetype/personal/_index.md deleted file mode 100644 index 1b2bdf23c..000000000 --- a/content/archetype/personal/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "Personal" -icon: images/icons/personal.svg ---- \ No newline at end of file diff --git a/content/archetype/portfolio/_index.md b/content/archetype/portfolio/_index.md deleted file mode 100644 index 8438bffa9..000000000 --- a/content/archetype/portfolio/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "Portfolio" -icon: images/icons/portfolio.svg ---- \ No newline at end of file diff --git a/content/archetype/single-page/_index.md b/content/archetype/single-page/_index.md deleted file mode 100644 index e049b647c..000000000 --- a/content/archetype/single-page/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "Single Page" -icon: images/icons/single-page.svg ---- diff --git a/content/cms/_index.md b/content/cms/_index.md deleted file mode 100644 index 30351a27b..000000000 --- a/content/cms/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: CMS -weight: 2 ---- \ No newline at end of file diff --git a/content/cms/airtable/_index.md b/content/cms/airtable/_index.md deleted file mode 100644 index 8fb5d5ce9..000000000 --- a/content/cms/airtable/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Airtable" -icon: images/icons/airtable.svg -official_url: https://airtable.com/ -taxonomy: cms ---- \ No newline at end of file diff --git a/content/cms/contentful/_index.md b/content/cms/contentful/_index.md deleted file mode 100644 index 4d8a0d288..000000000 --- a/content/cms/contentful/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Contentful" -icon: images/icons/contentful.svg -official_url: https://www.contentful.com/ -vitalstats_url: https://headlesscms.org/projects/contentful -taxonomy: cms ---- \ No newline at end of file diff --git a/content/cms/cosmic/_index.md b/content/cms/cosmic/_index.md deleted file mode 100644 index 2b8999130..000000000 --- a/content/cms/cosmic/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Cosmic" -icon: images/icons/cosmic.svg -official_url: https://www.cosmicjs.com -vitalstats_url: https://jamstack.org/headless-cms/cosmicjs -taxonomy: cms ---- \ No newline at end of file diff --git a/content/cms/datocms/_index.md b/content/cms/datocms/_index.md deleted file mode 100644 index 2e4963594..000000000 --- a/content/cms/datocms/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "DatoCMS" -icon: images/icons/datocms.svg -official_url: https://www.datocms.com/ -vitalstats_url: https://headlesscms.org/projects/datocms -taxonomy: cms ---- \ No newline at end of file diff --git a/content/cms/decapcms/_index.md b/content/cms/decapcms/_index.md deleted file mode 100644 index 62f83b8c5..000000000 --- a/content/cms/decapcms/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -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 deleted file mode 100644 index 478977611..000000000 --- a/content/cms/directus/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Directus" -icon: images/icons/directus.svg -official_url: https://directus.io/ -taxonomy: cms ---- diff --git a/content/cms/firebase/_index.md b/content/cms/firebase/_index.md deleted file mode 100644 index 48bd14b96..000000000 --- a/content/cms/firebase/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Firebase" -icon: images/icons/firebase.svg -official_url: https://firebase.google.com/ -taxonomy: cms ---- \ No newline at end of file diff --git a/content/cms/flotiq/_index.md b/content/cms/flotiq/_index.md deleted file mode 100644 index 7ec1d0f0b..000000000 --- a/content/cms/flotiq/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Flotiq" -icon: images/icons/flotiq.svg -official_url: https://flotiq.com/ -taxonomy: cms ---- diff --git a/content/cms/forestry/_index.md b/content/cms/forestry/_index.md deleted file mode 100644 index e590d8a30..000000000 --- a/content/cms/forestry/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Forestry" -icon: images/icons/forestry.svg -official_url: https://forestry.io -vitalstats_url: https://headlesscms.org/projects/forestry -taxonomy: cms ---- \ No newline at end of file diff --git a/content/cms/ghost/_index.md b/content/cms/ghost/_index.md deleted file mode 100644 index 710369453..000000000 --- a/content/cms/ghost/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Ghost" -icon: images/icons/ghost.svg -official_url: https://ghost.org -vitalstats_url: https://headlesscms.org/projects/ghost -taxonomy: cms ---- \ No newline at end of file diff --git a/content/cms/graphcms/_index.md b/content/cms/graphcms/_index.md deleted file mode 100644 index e45a3a007..000000000 --- a/content/cms/graphcms/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -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/kontent/_index.md b/content/cms/kontent/_index.md deleted file mode 100644 index ee548211a..000000000 --- a/content/cms/kontent/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Kontent " -icon: images/icons/kontent.svg -official_url: https://kontent.ai/ -vitalstats_url: https://headlesscms.org/projects/kentico-kontent -taxonomy: cms ---- \ No newline at end of file diff --git a/content/cms/netlifycms/_index.md b/content/cms/netlifycms/_index.md deleted file mode 100644 index 1a5ee27eb..000000000 --- a/content/cms/netlifycms/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "NetlifyCMS" -icon: images/icons/netlifycms.svg -official_url: https://www.netlifycms.org/ -vitalstats_url: https://headlesscms.org/projects/netlify-cms -taxonomy: cms ---- \ No newline at end of file diff --git a/content/cms/no-cms/_index.md b/content/cms/no-cms/_index.md deleted file mode 100644 index 82bb36f89..000000000 --- a/content/cms/no-cms/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "No CMS" -icon: images/icons/no-cms.svg ---- \ No newline at end of file diff --git a/content/cms/notion/_index.md b/content/cms/notion/_index.md deleted file mode 100644 index c209a8a5c..000000000 --- a/content/cms/notion/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -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/prismic/_index.md b/content/cms/prismic/_index.md deleted file mode 100644 index 0e86c77e9..000000000 --- a/content/cms/prismic/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Prismic" -icon: images/icons/prismic.svg -official_url: https://prismic.io/ -taxonomy: cms ---- \ No newline at end of file diff --git a/content/cms/sanity/_index.md b/content/cms/sanity/_index.md deleted file mode 100644 index b58ecee6c..000000000 --- a/content/cms/sanity/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Sanity" -icon: images/icons/sanity.svg -official_url: https://www.sanity.io -vitalstats_url: https://headlesscms.org/projects/sanity -taxonomy: cms ---- \ No newline at end of file diff --git a/content/cms/stackbit/_index.md b/content/cms/stackbit/_index.md deleted file mode 100644 index fb5c58c4e..000000000 --- a/content/cms/stackbit/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Stackbit" -icon: images/icons/stackbit.svg -official_url: https://www.stackbit.com -taxonomy: cms ---- diff --git a/content/cms/storyblok/_index.md b/content/cms/storyblok/_index.md deleted file mode 100644 index 91b6ac54b..000000000 --- a/content/cms/storyblok/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Storyblok" -icon: images/icons/storyblok.svg -official_url: https://www.storyblok.com/ -vitalstats_url: https://headlesscms.org/projects/storyblok -taxonomy: cms ---- \ No newline at end of file diff --git a/content/cms/supabase/_index.md b/content/cms/supabase/_index.md deleted file mode 100644 index e5d08551f..000000000 --- a/content/cms/supabase/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -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 deleted file mode 100644 index 3d6ce3a34..000000000 --- a/content/cms/tina/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -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 deleted file mode 100644 index 7e26988c2..000000000 --- a/content/cms/wisp/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Wisp" -icon: images/icons/wisp.svg -official_url: https://www.wisp.blog/ -taxonomy: cms ---- diff --git a/content/cms/wordpress/_index.md b/content/cms/wordpress/_index.md deleted file mode 100644 index 2d770f7ec..000000000 --- a/content/cms/wordpress/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Wordpress" -icon: images/icons/wordpress.svg -official_url: https://wordpress.com/ -vitalstats_url: https://wordpress.org/plugins/wp-rest-headless/ -taxonomy: cms ---- \ No newline at end of file diff --git a/content/css/_index.md b/content/css/_index.md deleted file mode 100644 index 483827400..000000000 --- a/content/css/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: CSS -weight: 3 ---- \ No newline at end of file diff --git a/content/css/bootstrap/_index.md b/content/css/bootstrap/_index.md deleted file mode 100644 index 0e79ed684..000000000 --- a/content/css/bootstrap/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Bootstrap" -icon: images/icons/bootstrap.svg -official_url: https://getbootstrap.com/ ---- \ No newline at end of file diff --git a/content/css/bulma/_index.md b/content/css/bulma/_index.md deleted file mode 100644 index 65262cf9c..000000000 --- a/content/css/bulma/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "Bulma" -icon: images/icons/bulma.svg ---- \ No newline at end of file diff --git a/content/css/chota/_index.md b/content/css/chota/_index.md deleted file mode 100644 index 1053a00fd..000000000 --- a/content/css/chota/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -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 deleted file mode 100644 index 3c6e73a75..000000000 --- a/content/css/css/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -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 deleted file mode 100644 index a2b7c9e01..000000000 --- a/content/css/material-ui/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -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/postcss/_index.md b/content/css/postcss/_index.md deleted file mode 100644 index a44b68649..000000000 --- a/content/css/postcss/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "PostCSS" -icon: images/icons/postcss.svg -official_url: https://postcss.org/ ---- diff --git a/content/css/scss/_index.md b/content/css/scss/_index.md deleted file mode 100644 index c1038d2dd..000000000 --- a/content/css/scss/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "SCSS" -icon: images/icons/scss.svg ---- \ No newline at end of file diff --git a/content/css/styled-components/_index.md b/content/css/styled-components/_index.md deleted file mode 100644 index 5f10d0954..000000000 --- a/content/css/styled-components/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Styled Components" -icon: images/icons/styled-components.png -official_url: https://styled-components.com/ ---- diff --git a/content/css/stylus/_index.md b/content/css/stylus/_index.md deleted file mode 100644 index 419a50d36..000000000 --- a/content/css/stylus/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Stylus" -icon: images/icons/stylus.svg -official_url: https://stylus-lang.com/ ---- diff --git a/content/css/tailwind/_index.md b/content/css/tailwind/_index.md deleted file mode 100644 index ebb00a9fe..000000000 --- a/content/css/tailwind/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Tailwind" -icon: images/icons/tailwind.svg -official_url: https://tailwindcss.com/ ---- \ No newline at end of file diff --git a/content/css/vuetify/_index.md b/content/css/vuetify/_index.md deleted file mode 100644 index 522568c31..000000000 --- a/content/css/vuetify/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Vuetify" -icon: images/icons/vuetify.svg -official_url: https://vuetifyjs.com/ ---- \ No newline at end of file diff --git a/content/services/_index.md b/content/services/_index.md deleted file mode 100644 index a62afd837..000000000 --- a/content/services/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Services -weight: 3 ---- \ No newline at end of file diff --git a/content/services/algolia/_index.md b/content/services/algolia/_index.md deleted file mode 100644 index f76c7c13b..000000000 --- a/content/services/algolia/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Algolia" -icon: images/icons/algolia.svg -official_url: https://https://www.algolia.com/ ---- \ No newline at end of file diff --git a/content/services/formspree/_index.md b/content/services/formspree/_index.md deleted file mode 100644 index b3445c647..000000000 --- a/content/services/formspree/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Formspree" -icon: images/icons/formspree.svg -official_url: https://formspree.io/ ---- \ No newline at end of file diff --git a/content/services/formstack/_index.md b/content/services/formstack/_index.md deleted file mode 100644 index 08cec3c43..000000000 --- a/content/services/formstack/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Formstack" -icon: images/icons/formstack.svg -official_url: https://formstack.com/ ---- \ No newline at end of file diff --git a/content/services/mailchimp/_index.md b/content/services/mailchimp/_index.md deleted file mode 100644 index 7c9466db7..000000000 --- a/content/services/mailchimp/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Mailchimp" -icon: images/icons/mailchimp.svg -official_url: https://mailchimp.com/ ---- \ No newline at end of file diff --git a/content/services/shopify/_index.md b/content/services/shopify/_index.md deleted file mode 100644 index ba2334c10..000000000 --- a/content/services/shopify/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Shopify" -icon: images/icons/shopify.svg -official_url: https://shopify.com/ ---- \ No newline at end of file diff --git a/content/services/snipcart/_index.md b/content/services/snipcart/_index.md deleted file mode 100644 index f533e5a96..000000000 --- a/content/services/snipcart/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Snipcart" -icon: images/icons/snipcart.svg -official_url: https://snipcart.com/ ---- \ No newline at end of file diff --git a/content/ssg/_index.md b/content/ssg/_index.md deleted file mode 100644 index bd71bdb5d..000000000 --- a/content/ssg/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Static Site Generators -weight: 1 ---- \ No newline at end of file diff --git a/content/ssg/astro/_index.md b/content/ssg/astro/_index.md deleted file mode 100644 index 3e0297a60..000000000 --- a/content/ssg/astro/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -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/brunch/_index.md b/content/ssg/brunch/_index.md deleted file mode 100644 index 031936542..000000000 --- a/content/ssg/brunch/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Brunch" -icon: images/icons/brunch.svg -official_url: https://brunch.io/ -vitalstats_url: https://www.staticgen.com/brunch -taxonomy: ssg ---- \ No newline at end of file diff --git a/content/ssg/docusaurus/_index.md b/content/ssg/docusaurus/_index.md deleted file mode 100644 index eb3ee8ccc..000000000 --- a/content/ssg/docusaurus/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Docusaurus" -icon: images/icons/docusaurus.svg -official_url: https://docusaurus.io/ -vitalstats_url: https://www.staticgen.com/docusaurus -taxonomy: ssg ---- diff --git a/content/ssg/eleventy/_index.md b/content/ssg/eleventy/_index.md deleted file mode 100644 index 905e0d2e8..000000000 --- a/content/ssg/eleventy/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Eleventy" -icon: images/icons/eleventy.svg -official_url: https://11ty.dev/ -vitalstats_url: https://www.staticgen.com/eleventy -taxonomy: ssg ---- diff --git a/content/ssg/gatsby/_index.md b/content/ssg/gatsby/_index.md deleted file mode 100644 index 05d462137..000000000 --- a/content/ssg/gatsby/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Gatsby" -icon: images/icons/gatsby.svg -official_url: https://gatsbyjs.org -vitalstats_url: https://www.staticgen.com/gatsby -taxonomy: ssg ---- \ No newline at end of file diff --git a/content/ssg/gozer/_index.md b/content/ssg/gozer/_index.md deleted file mode 100644 index f2ee7066a..000000000 --- a/content/ssg/gozer/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -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/gridsome/_index.md b/content/ssg/gridsome/_index.md deleted file mode 100644 index cfbe7db5d..000000000 --- a/content/ssg/gridsome/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Gridsome" -icon: images/icons/gridsome.svg -official_url: https://gridsome.org -vitalstats_url: https://www.staticgen.com/gridsome -taxonomy: ssg ---- \ No newline at end of file diff --git a/content/ssg/hexo/_index.md b/content/ssg/hexo/_index.md deleted file mode 100644 index b73503859..000000000 --- a/content/ssg/hexo/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Hexo" -icon: images/icons/hexo.svg -official_url: https://hexo.io/ -vitalstats_url: https://www.staticgen.com/hexo -taxonomy: ssg ---- \ No newline at end of file diff --git a/content/ssg/hugo/_index.md b/content/ssg/hugo/_index.md deleted file mode 100644 index 8d50f0ede..000000000 --- a/content/ssg/hugo/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Hugo" -icon: images/icons/hugo.svg -official_url: https://www.gohugo.io -vitalstats_url: https://www.staticgen.com/hugo -taxonomy: ssg ---- \ No newline at end of file diff --git a/content/ssg/jekyll/_index.md b/content/ssg/jekyll/_index.md deleted file mode 100644 index ab3c7501b..000000000 --- a/content/ssg/jekyll/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Jekyll" -icon: images/icons/jekyll.svg -official_url: https://jekyllrb.com -vitalstats_url: https://www.staticgen.com/jekyll -taxonomy: ssg ---- diff --git a/content/ssg/jigsaw/_index.md b/content/ssg/jigsaw/_index.md deleted file mode 100644 index 160381f2d..000000000 --- a/content/ssg/jigsaw/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Jigsaw" -icon: images/icons/jigsaw.svg -official_url: https://jigsaw.tighten.co/ ---- diff --git a/content/ssg/metalsmith/_index.md b/content/ssg/metalsmith/_index.md deleted file mode 100644 index 274d4c90c..000000000 --- a/content/ssg/metalsmith/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Metalsmith -icon: images/icons/metalsmith.svg -official_url: https://metalsmith.io/ -vitalstats_url: https://www.staticgen.com/metalsmith -taxonomy: ssg ---- diff --git a/content/ssg/middleman/_index.md b/content/ssg/middleman/_index.md deleted file mode 100644 index e7f4276dc..000000000 --- a/content/ssg/middleman/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Middleman -icon: images/icons/middleman.svg -official_url: https://middlemanapp.com/ -vitalstats_url: https://www.staticgen.com/middleman -taxonomy: ssg ---- \ No newline at end of file diff --git a/content/ssg/mkdocs/_index.md b/content/ssg/mkdocs/_index.md deleted file mode 100644 index b9919e068..000000000 --- a/content/ssg/mkdocs/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Mkdocs" -icon: images/icons/mkdocs.svg -official_url: https://www.mkdocs.org/ -vitalstats_url: https://www.staticgen.com/mkdocs -taxonomy: ssg ---- \ No newline at end of file diff --git a/content/ssg/next/_index.md b/content/ssg/next/_index.md deleted file mode 100644 index 9f526ac66..000000000 --- a/content/ssg/next/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Next" -icon: images/icons/next.svg -official_url: https://nextjs.org/ -vitalstats_url: https://www.staticgen.com/next -taxonomy: ssg ---- \ No newline at end of file diff --git a/content/ssg/nuxt/_index.md b/content/ssg/nuxt/_index.md deleted file mode 100644 index f42165f6d..000000000 --- a/content/ssg/nuxt/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Nuxt" -icon: images/icons/nuxt.svg -official_url: https://nuxtjs.org/ -vitalstats_url: https://www.staticgen.com/nuxt -taxonomy: ssg ---- \ No newline at end of file diff --git a/content/ssg/pelican/_index.md b/content/ssg/pelican/_index.md deleted file mode 100644 index 1e057cb8f..000000000 --- a/content/ssg/pelican/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Pelican" -icon: images/icons/pelican.svg -official_url: https://blog.getpelican.com/ -vitalstats_url: https://www.staticgen.com/pelican -taxonomy: ssg ---- \ No newline at end of file diff --git a/content/ssg/platframe/_index.md b/content/ssg/platframe/_index.md deleted file mode 100644 index bfe090239..000000000 --- a/content/ssg/platframe/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Platframe" -icon: images/icons/platframe.svg -official_url: https://platframe.com ---- diff --git a/content/ssg/remix/_index.md b/content/ssg/remix/_index.md deleted file mode 100644 index 71fe23331..000000000 --- a/content/ssg/remix/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -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/sapper/_index.md b/content/ssg/sapper/_index.md deleted file mode 100644 index 70c3aa59c..000000000 --- a/content/ssg/sapper/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Sapper" -icon: images/icons/sapper.svg -official_url: https://sapper.svelte.dev/ -vitalstats_url: https://jamstack.org/generators/sapper/ -taxonomy: ssg ---- \ No newline at end of file diff --git a/content/ssg/scully/_index.md b/content/ssg/scully/_index.md deleted file mode 100644 index af024ea93..000000000 --- a/content/ssg/scully/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Scully" -icon: images/icons/scully.svg -official_url: https://scully.io/ -vitalstats_url: https://jamstack.org/generators/scully/ -taxonomy: ssg ---- \ No newline at end of file diff --git a/content/ssg/statiq/_index.md b/content/ssg/statiq/_index.md deleted file mode 100644 index 2f608646d..000000000 --- a/content/ssg/statiq/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Statiq" -icon: images/icons/statiq.svg -official_url: https://statiq.dev/ -vitalstats_url: https://jamstack.org/generators/statiq/ -taxonomy: ssg ---- \ No newline at end of file diff --git a/content/ssg/sveltekit/_index.md b/content/ssg/sveltekit/_index.md deleted file mode 100644 index dcd34a639..000000000 --- a/content/ssg/sveltekit/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -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 deleted file mode 100644 index 76970a63e..000000000 --- a/content/ssg/tanstack/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -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/unibit/_index.md b/content/ssg/unibit/_index.md deleted file mode 100644 index 31ad6f396..000000000 --- a/content/ssg/unibit/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Unibit" -icon: images/icons/unibit.svg -official_url: https://github.com/stackbithq/unibit -taxonomy: ssg ---- \ No newline at end of file diff --git a/content/ssg/vuepress/_index.md b/content/ssg/vuepress/_index.md deleted file mode 100644 index 6b1eae9bd..000000000 --- a/content/ssg/vuepress/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Vuepress" -icon: images/icons/vuepress.svg -official_url: https://vuepress.vuejs.org/ -vitalstats_url: https://www.staticgen.com/vuepress -taxonomy: ssg ---- \ No newline at end of file diff --git a/content/ssg/zola/_index.md b/content/ssg/zola/_index.md deleted file mode 100644 index 12964cb87..000000000 --- a/content/ssg/zola/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -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 deleted file mode 100644 index 7381ba1db..000000000 --- a/content/theme/11straps.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -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-11r.md b/content/theme/11ty-11r.md deleted file mode 100644 index 1402d95e0..000000000 --- a/content/theme/11ty-11r.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: 11r -github: https://github.com/reeseschultz/11r -demo: https://reeseschultz.github.io/11r/ -author: Reese Schultz -date: 2020-08-26T00:00:00.000Z -ssg: - - Eleventy -cms: - - No Cms -css: - - Tailwind -archetype: - - Blog -description: >- - A blog template and theme using 11ty, TailwindCSS, Rollup, Prism syntax - highlighting, etc. -stale: false ---- diff --git a/content/theme/11ty-Serene.md b/content/theme/11ty-Serene.md deleted file mode 100644 index 165ce1397..000000000 --- a/content/theme/11ty-Serene.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -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 deleted file mode 100644 index 0caa25e6d..000000000 --- a/content/theme/11ty-bliss.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -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 deleted file mode 100644 index cd286425d..000000000 --- a/content/theme/11ty-blog-starter.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -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-demo-snipcart.md b/content/theme/11ty-demo-snipcart.md deleted file mode 100644 index ba51bb705..000000000 --- a/content/theme/11ty-demo-snipcart.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/content/theme/11ty-docs.md b/content/theme/11ty-docs.md deleted file mode 100644 index e1490aa02..000000000 --- a/content/theme/11ty-docs.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -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 deleted file mode 100644 index 6bda6a9f9..000000000 --- a/content/theme/11ty-fundamenty.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: Fundamenty -github: https://github.com/creasoft-dev/fundamenty -demo: https://creasoft-dev.github.io/fundamenty/ -author: Young-Suk Ahn Park -date: 2020-07-24T00:00:00.000Z -ssg: - - Eleventy -cms: - - No Cms -css: - - tailwind -archetype: - - Blog - - Business -description: >- - 11ty Starter with Multi-language support, SEO-friendly, GitHub/GitLab - Pages-ready -stale: false ---- - -# Eleventy Starter Kit. - -For sites that require multi-language support. Includes integration with common 3rd party services. - -## Features -- Multi-language support -- Syntax highlighting with [Prism](https://prismjs.com/) -- Integration with [Algolia](https://www.algolia.com/) (autocomplete search box) -- [Google Analytics](https://analytics.google.com/) -- Link to edit content on GitLab / GitHub -- Generation of `robots.txt` and `sitemap.xml` for SEO -- [GitHub Actions](https://docs.github.com/en/actions) script for automated deploy on GitHub Pages -- [GitLab-CI](https://about.gitlab.com/stages-devops-lifecycle/continuous-integration/) script for automated deploy on GitLab Pages -- CLI tool to initialize project and push content to Algolia - -## The Theme Uses -- [TailwindCSS](https://tailwindcss.com/) -- [Webpack](https://webpack.js.org/) -- [postcss-loader](https://github.com/postcss/postcss-loader) -- [dotenv](https://github.com/motdotla/dotenv) - -## Built with Foundamenty -The following sites were built with Fundamenty: -- [EmpoderemosMas.com](https://empoderemosmas.com/) -- [CreaSoft.dev](https://creasoft.dev/) diff --git a/content/theme/11ty-hylia-forestry.md b/content/theme/11ty-hylia-forestry.md deleted file mode 100644 index ada0b463e..000000000 --- a/content/theme/11ty-hylia-forestry.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Eleventy Hylia Forestry -github: https://github.com/DirtyF/hylia-forestry -demo: https://hylia-forestry.netlify.com -author: DirtyF -ssg: - - Eleventy -cms: - - Forestry -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: 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 deleted file mode 100644 index 4bf74e821..000000000 --- a/content/theme/11ty-hylia.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: Eleventy Hylia -github: https://github.com/andybelldesign/hylia -demo: https://hylia.website/ -author: Andy Bell -ssg: - - Eleventy -cms: - - DecapCMS -date: 2019-06-11T20:15:02.000Z -github_branch: master -featured: false -description: >- - Hylia is a lightweight Eleventy starter kit to help you to create your own - blog or personal website. -stale: true ---- - -# A simple starter kit for Eleventy - -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.DecapCMS.org/) setup -🎨 Customisable design tokens to make it your own -🌍 Customisable global data and navigation -📂 Tags and tag archives -✅ Progressively enhanced, semantic and accessible -🎈 _Super_ lightweight front-end -🚰 Sass powered CSS system with utility class generator -⚙️ Service worker that caches pages so people can read your articles offline -🚀 An RSS feed for your posts - -## Roadmap - -💬 [Netlify Forms](https://www.netlify.com/docs/form-handling/) powered comments -💡 ~~Dark/Light mode toggle~~ [Added in 0.4.0](https://github.com/hankchizljaw/hylia/releases/tag/0.4.0) -🗣 Webmentions -📖 Pagination -🐦 Web sharing API integration -🗒 Offline mode with links to cached pages -📄 Documentation site -💅 Proper Sass documentation -✍️ Proper CMS documentation -🖼 A facility for you to be able to add your logo / branding diff --git a/content/theme/11ty-landing-page.md b/content/theme/11ty-landing-page.md deleted file mode 100644 index 08dd18f10..000000000 --- a/content/theme/11ty-landing-page.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: 11ty Landing Page -github: https://github.com/ttntm/11ty-landing-page -demo: https://awesome11ty.ttntm.me -author: ttntm -date: 2021-04-16T00:00:00.000Z -ssg: - - Eleventy -cms: - - No CMS -css: - - PostCSS - - Tailwind -archetype: - - Business -description: A simple landing page built with 11ty and Tailwind CSS. -stale: true ---- - -# 11ty Landing Page - -A simple landing page starter template built with 11ty 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/11ty-multiplicity.md b/content/theme/11ty-multiplicity.md deleted file mode 100644 index d2fb21f31..000000000 --- a/content/theme/11ty-multiplicity.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -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 deleted file mode 100644 index 2c14c80fd..000000000 --- a/content/theme/11ty-soft-ui-design.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -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 deleted file mode 100644 index 909960ce3..000000000 --- a/content/theme/11ty-starter-boilerplate.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: Eleventy Starter Boilerplate -github: https://github.com/ixartz/Eleventy-Starter-Boilerplate -demo: >- - https://creativedesignsguru.com/demo/Eleventy-Starter-Boilerplate/eleventy-starter-boilerplate-presentation/ -author: Ixartz -ssg: - - Eleventy -cms: - - No Cms -css: - - Tailwind -date: 2020-06-21T14:48:50.000Z -description: >- - 🚀 Eleventy Starter Boilerplate is production-ready with SEO-friendly for - quickly starting a blog. -stale: true ---- - -# Eleventy Starter Boilerplate - -🚀 Eleventy Starter Boilerplate is production-ready with SEO-friendly for quickly starting a blog. ⚡️ Built with [Eleventy](https://www.11ty.dev), [ESLint](https://eslint.org), [Prettier](https://prettier.io), [Webpack](https://webpack.js.org), [PostCSS](https://postcss.org), [Tailwind CSS](https://tailwindcss.com). - -## Features - -Production-ready in mind: - -- 🔥 [11ty](https://www.11ty.dev) for Static Site Generator -- 🎨 Integrate with [Tailwind CSS](https://tailwindcss.com) (with [PurgeCSS](https://purgecss.com), remove unused CSS) -- 💅 [PostCSS](https://postcss.org) for processing [Tailwind CSS](https://tailwindcss.com) -- ⚡️ Lazy load images with [lazysizes](https://github.com/aFarkas/lazysizes) -- ✨ Compress image with [Imagemin](https://github.com/imagemin/imagemin) -- 🎈 Syntax Highlighting with [Prism.js](https://prismjs.com) -- ☕ Minify HTML & CSS with [HTMLMinifier](https://www.npmjs.com/package/html-minifier) and [cssnano](https://cssnano.co) -- ✏️ Linter with [ESLint](https://eslint.org) -- 🛠 Code Formatter with [Prettier](https://prettier.io) -- 💨 Live reload -- 📦 Module Bundler with [Webpack](https://webpack.js.org) -- 🦊 Templating with [EJS](https://ejs.co) -- 🤖 SEO metadata and [Open Graph](https://ogp.me/) tags -- ⚙️ [JSON-LD](https://developers.google.com/search/docs/guides/intro-structured-data) for richer indexing -- 🗺 Sitemap.xml -- ⚠️ 404 page -- 📖 Pagination -- ✅ Cache busting -- 💯 Maximize lighthouse score - -## Philosophy - -- Minimal code (HTML, CSS & JS). Add what you need -- SEO-friendly -- 🚀 Production-ready diff --git a/content/theme/11ty-yetty.md b/content/theme/11ty-yetty.md deleted file mode 100644 index 77d3d0dba..000000000 --- a/content/theme/11ty-yetty.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -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/11tyframe.md b/content/theme/11tyframe.md deleted file mode 100644 index a0be92697..000000000 --- a/content/theme/11tyframe.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: 11tyFrame -github: https://github.com/octoxalis/11tyframe -demo: https://11tyframe.netlify.com -author: Octoxalis -date: 2019-12-25T00:00:00.000Z -ssg: - - Eleventy -cms: - - No CMS -description: A light site frame using Eleventy static site generator -stale: true ---- \ No newline at end of file diff --git a/content/theme/Antarctica.md b/content/theme/Antarctica.md deleted file mode 100644 index 579660b21..000000000 --- a/content/theme/Antarctica.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -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 deleted file mode 100644 index 73c0d75b3..000000000 --- a/content/theme/AstroWind.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -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/Dark-Portfolio-Template-11ty.md b/content/theme/Dark-Portfolio-Template-11ty.md deleted file mode 100644 index 374c7810a..000000000 --- a/content/theme/Dark-Portfolio-Template-11ty.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Dark Porfolio Theme for 11ty -github: https://github.com/jmschrack/Dark-Portfolio-Template-11ty/ -demo: https://jmschrack.github.io/Dark-Portfolio-Template-11ty/ -author: Jonathan Schrack -date: 2020-03-19T00:00:00.000Z -ssg: - - Eleventy -cms: - - No Cms -archetype: - - Single Page - - Blog - - Portfolio -description: This is a port of the Dark Portfolio Template by W3C to 11ty! -stale: true ---- - -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/content/theme/Ephesus.md b/content/theme/Ephesus.md deleted file mode 100644 index dd5e0ca2e..000000000 --- a/content/theme/Ephesus.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -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 deleted file mode 100644 index 2a64e3511..000000000 --- a/content/theme/Flexy-mui-free-nextjs-admin.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -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 deleted file mode 100644 index 4356ec4a7..000000000 --- a/content/theme/Gatsby-Clean-Blog-Starter.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -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 deleted file mode 100644 index e0b8d33db..000000000 --- a/content/theme/Gesko.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: Gesko -github: https://github.com/P0WEX/Gesko -demo: https://p0wex.github.io/Gesko/ -author: P0WEX -date: 2021-06-06T00:00:00.000Z -ssg: - - Jekyll -cms: - - No CMS -css: - - scss -archetype: - - Blog - - Portfolio -description: Gesko is a simple and minimalistic jekyll blogging theme -stale: false -disabled: true -disabled_reason: demo url not found ---- - -# Gesko - Minimal blogging theme - -Gesko is easly deployable on Github Pages. Static website ready in 2 minute. - - -### Features - - -- [x] Responsive Design -- [x] Dark/Ligh theme -- [x] Inline CSS -- [x] Anchor headings -- [x] Tags & Tag pages -- [x] 404 page -- [x] Robots.txt -- [x] Atom & Json feeds -- [x] Sass -- [x] About page, with Timeline! -- [x] PageSpeed and w3Validator tests PASSED! -- [x] Search bar -- [x] Next & Previous Post diff --git a/content/theme/HugoTheme-VibrantShadows.md b/content/theme/HugoTheme-VibrantShadows.md deleted file mode 100644 index a1a812f3c..000000000 --- a/content/theme/HugoTheme-VibrantShadows.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -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/Onassis.md b/content/theme/Onassis.md deleted file mode 100644 index f562ce87d..000000000 --- a/content/theme/Onassis.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Onassis -github: https://github.com/ohduran/Onassis -demo: https://ohduran.github.io/Onassis -author: Alvaro Duran -ssg: - - Jekyll -cms: - - No Cms -date: 2019-10-16T21:11:55.000Z -description: The Onassis Theme for Jekyll -stale: true ---- diff --git a/content/theme/Paws.md b/content/theme/Paws.md deleted file mode 100644 index 6addd0e16..000000000 --- a/content/theme/Paws.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -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 deleted file mode 100644 index f87317130..000000000 --- a/content/theme/Xtreme-free-nextjs-admin.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -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/ace-documentation.md b/content/theme/ace-documentation.md deleted file mode 100644 index 9c3e0ca90..000000000 --- a/content/theme/ace-documentation.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: Ace documentation -github: https://github.com/vantagedesign/ace-documentation -demo: https://docs.vantage-design.com/ace -author: Vantage Design -date: 2020-03-15T00:00:00.000Z -ssg: - - Hugo -cms: - - No CMS -css: - - Bootstrap -archetype: - - Documentation -description: >- - Create amazing projec documentation with Ace, featuring code highlighting, - full search, Bootstrap components, and more. -stale: false ---- - -# Ace documentation theme for Hugo - -Ace documentation offers a feature-complete documentation theme for Hugo, powered by Bootstrap 4. - -## Features - -* Syntax highlighting -* Full search -* Copyable code blocks -* Responsive layout -* All Bootstrap 4 components -* SCSS compiler built-in -* Useful shortcodes -* Font Awesome icons \ No newline at end of file diff --git a/content/theme/aether.md b/content/theme/aether.md deleted file mode 100644 index afb93b67e..000000000 --- a/content/theme/aether.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Aether -github: https://github.com/josephhutch/aether -demo: https://themes.gohugo.io/theme/aether/ -author: Joe Hutchinson -ssg: - - Hugo -cms: - - No Cms -date: 2018-03-15T15:52:42.000Z -description: A responsive and clean Hugo theme for blogs -stale: false -disabled: true -disabled_reason: demo url not found ---- diff --git a/content/theme/affiliates-jekyll-theme.md b/content/theme/affiliates-jekyll-theme.md deleted file mode 100644 index 7e06ed6a8..000000000 --- a/content/theme/affiliates-jekyll-theme.md +++ /dev/null @@ -1,15 +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 -description: Affiliates - Jekyll Blogging Theme for Affiliate Marketers -stale: true ---- - -Affiliates - Jekyll Blogging Theme for Affiliate Marketers diff --git a/content/theme/agency-jekyll-theme.md b/content/theme/agency-jekyll-theme.md deleted file mode 100644 index 05c0f99b4..000000000 --- a/content/theme/agency-jekyll-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Agency Jekyll -github: https://github.com/y7kim/agency-jekyll-theme -demo: https://y7kim.github.io/agency-jekyll-theme/ -author: Rick K -ssg: - - Jekyll -cms: - - No Cms -date: 2014-08-20T19:54:22.000Z -description: Agency Theme for Jekyll -stale: true ---- - -Agency Theme for Jekyll \ No newline at end of file diff --git a/content/theme/alembic.md b/content/theme/alembic.md deleted file mode 100644 index 65782fcca..000000000 --- a/content/theme/alembic.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Alembic -github: https://github.com/daviddarnes/alembic -demo: https://alembic.darn.es/ -author: David Darnes -ssg: - - Jekyll -cms: - - DecapCMS - - Forestry - - DatoCMS - - Contentful -date: 2016-08-27T15:50:21.000Z -description: >- - ⚗️ A Jekyll boilerplate theme designed to be a starting point for any Jekyll - website -stale: true -disabled: false -disabled_reason: '' ---- diff --git a/content/theme/almace-scaffolding.md b/content/theme/almace-scaffolding.md deleted file mode 100644 index 5fa3597ab..000000000 --- a/content/theme/almace-scaffolding.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Almace Scaffolding -github: https://github.com/sparanoid/almace-scaffolding -demo: https://sparanoid.com/lab/amsf/ -author: Tunghsiao Liu -ssg: - - Jekyll -cms: - - No Cms -date: 2013-12-31T11:24:45.000Z -description: >- - AMSF, a.k.a. Almace Scaffolding, a super-fast Jekyll framework fighting - against the website obesity. It supports LiveReload, Sass, HTML minification, - inlined stylesheets and more. -stale: false ---- diff --git a/content/theme/alphabet-theme.md b/content/theme/alphabet-theme.md deleted file mode 100644 index 8dec842ab..000000000 --- a/content/theme/alphabet-theme.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -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 deleted file mode 100644 index b99c2a545..000000000 --- a/content/theme/artisan-static.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Artisan Static -github: https://github.com/raniesantos/artisan-static -author: raniesantos -demo: https://artisanstatic.netlify.app/ -date: 2020-06-03T00:00:00.000Z -ssg: - - Jigsaw -cms: - - DecapCMS -archetype: - - Blog -description: An advanced starter template for building a static Jigsaw blog. -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. - -This template has extremely minimal CSS. diff --git a/content/theme/astro-astromax.md b/content/theme/astro-astromax.md deleted file mode 100644 index b5f1ecaab..000000000 --- a/content/theme/astro-astromax.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -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 deleted file mode 100644 index 26a6394fc..000000000 --- a/content/theme/astro-astrosaas.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -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 deleted file mode 100644 index 3c1500261..000000000 --- a/content/theme/astro-landing-page.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -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 deleted file mode 100644 index 71ae7e67b..000000000 --- a/content/theme/astro-microblog.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -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 deleted file mode 100644 index 56ee8f725..000000000 --- a/content/theme/astro-minimal.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -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 deleted file mode 100644 index b60ffe76f..000000000 --- a/content/theme/astro-paper.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -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 deleted file mode 100644 index e71f7384c..000000000 --- a/content/theme/astro-platform-starter.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -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: false -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 deleted file mode 100644 index 1711b3142..000000000 --- a/content/theme/astro-quickstore.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -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 deleted file mode 100644 index 795eff4c7..000000000 --- a/content/theme/astro-react-boilerplate.md +++ /dev/null @@ -1,152 +0,0 @@ ---- -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 deleted file mode 100644 index 159ba4b97..000000000 --- a/content/theme/astro-sanity-starter.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -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 deleted file mode 100644 index 64bfcc197..000000000 --- a/content/theme/astro-starlight.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -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 deleted file mode 100644 index 746fdb115..000000000 --- a/content/theme/astro-supabase-starter.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -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 deleted file mode 100644 index efbc6629c..000000000 --- a/content/theme/astro-swissfolio.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -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 deleted file mode 100644 index 942d6a252..000000000 --- a/content/theme/astroship.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -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 deleted file mode 100644 index 7946e7af9..000000000 --- a/content/theme/automatic-app-landing-page.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Automatic -github: https://github.com/emilbaehr/automatic-app-landing-page -demo: https://emilbaehr.github.io/automatic-app-landing-page/ -author: Emil Baehr -ssg: - - Jekyll -cms: - - No Cms -date: 2019-01-05T10:20:11.000Z -description: >- - A Jekyll theme for automatically generating and deploying landing page sites - for mobile apps. -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 deleted file mode 100644 index bd8f7a22c..000000000 --- a/content/theme/awake-blog-template-nuxt.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Awake Nuxt Blog -github: https://github.com/danielkellyio/awake-template -author: danielkellyio -demo: https://awake-template.netlify.com/ -date: 2020-06-03T00:00:00.000Z -ssg: - - Nuxt -cms: - - DecapCMS -archetype: - - Blog -description: >- - Awake is a Nuxt.js template for generating a beautifully robust static site - with blog -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 deleted file mode 100644 index 9324584e7..000000000 --- a/content/theme/awesome-jekyll-theme.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -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 deleted file mode 100644 index 3db19a9ad..000000000 --- a/content/theme/bael-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Bael Theme -github: https://github.com/jake-101/bael-template -demo: https://bael-theme.jake101.com/ -author: jake101 -ssg: - - Nuxt -cms: - - DecapCMS -date: 2019-11-09T00:00:00.000Z -description: Brutalist Blog theme for Netlify CMS -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 deleted file mode 100644 index 9dc91ac18..000000000 --- a/content/theme/bigcommerce-gatsby-netlify-cms-starter.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: BigCommerce Gatsby Starter Netlify CMS -github: https://github.com/bigcommerce/gatsby-bigcommerce-netlify-cms-starter -author: bigcommerce -demo: https://affectionate-goldwasser-30230c.netlify.com/ -date: 2020-06-03T00:00:00.000Z -ssg: - - Gatsby -cms: - - DecapCMS -archetype: - - Ecommerce -description: >- - Example Gatsby, BigCommerce and Netlify CMS project meant to jump start - Jamstack ecommerce sites. -stale: true ---- - -Example Gatsby, BigCommerce and Netlify CMS project meant to jump start Jamstack ecommerce sites. - -Through the use of Netlify Functions, supports a built-in cart and checkout flow (with 50+ payment gateways / methods, advanced tax and shipping providers, etc) that uses the BigCommerce APIs to provide a complete end-to-end shopper experience, without the need for a complex backend or -middleware. - -_Note: Requires a BigCommerce store, which you can get a free trial of via bigcommerce.com, which includes API access, if you don't already have an account. There is also an optional partner program which includes a sandbox account to play around in._ diff --git a/content/theme/bilberry-hugo-theme.md b/content/theme/bilberry-hugo-theme.md deleted file mode 100644 index 0133f632e..000000000 --- a/content/theme/bilberry-hugo-theme.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -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 deleted file mode 100644 index 42ce7a1e9..000000000 --- a/content/theme/blagor-inroweb.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -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 deleted file mode 100644 index 1127fe5dd..000000000 --- a/content/theme/bleda.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gridsome Bleda -github: https://github.com/hellocosmin/gridsome-starter-bleda -demo: https://gridsome-starter-bleda.netlify.com/ -author: Cosmin Popovici -ssg: - - Gridsome -cms: - - No Cms -date: 2019-03-04T14:14:31.000Z -description: Gridsome blog starter, built with Tailwind CSS -stale: true ---- diff --git a/content/theme/blog-nextjs-template.md b/content/theme/blog-nextjs-template.md deleted file mode 100644 index 3c8f14e77..000000000 --- a/content/theme/blog-nextjs-template.md +++ /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: - - 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 deleted file mode 100644 index 2bed5a520..000000000 --- a/content/theme/blogbox-jekyll-theme.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -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 deleted file mode 100644 index f089d932d..000000000 --- a/content/theme/blogge-hugo.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -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 deleted file mode 100644 index 308ee3a9a..000000000 --- a/content/theme/blogophonic-hugo.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Blogophonic for Hugo -github: https://github.com/formspree/blogophonic-hugo -demo: https://blogophonic-hugo.netlify.com/ -author: Eric E. Anderson -ssg: - - Hugo -date: 2019-04-10T19:54:55.000Z -description: Blogophonic – a Hugo blog theme by Formspree -stale: true ---- diff --git a/content/theme/blowfish.md b/content/theme/blowfish.md deleted file mode 100644 index cb1342b01..000000000 --- a/content/theme/blowfish.md +++ /dev/null @@ -1,117 +0,0 @@ ---- -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/breakfast.md b/content/theme/breakfast.md deleted file mode 100644 index 4b2236324..000000000 --- a/content/theme/breakfast.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Breakfast -github: https://github.com/devlocker/breakfast -demo: https://breakfast.devlocker.io/ -author: Devlocker -ssg: - - Brunch -cms: - - No Cms -date: 2016-06-23T05:55:56.000Z -description: Brunch.io with Rails -stale: true ---- diff --git a/content/theme/brevifolia-gridsome-forestry.md b/content/theme/brevifolia-gridsome-forestry.md deleted file mode 100644 index 97bd058ff..000000000 --- a/content/theme/brevifolia-gridsome-forestry.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Brevifolia Gridsome Forestry -github: https://github.com/kendallstrautman/brevifolia-gridsome-forestry -demo: https://brevifolia-gridsome-forestry.netlify.com/ -author: Kendall Strautman -ssg: - - Gridsome -cms: - - Forestry -date: 2019-08-12T23:36:29.000Z -description: A simple starter blog built with Gridsome & Forestry -stale: true ---- diff --git a/content/theme/brook.md b/content/theme/brook.md deleted file mode 100644 index d8f1be3fd..000000000 --- a/content/theme/brook.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -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-github.md b/content/theme/brunch-github.md deleted file mode 100644 index af0f7963a..000000000 --- a/content/theme/brunch-github.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Brunch Github.io -github: https://github.com/brunch/brunch.github.io -demo: https://brunch.io/ -author: Brunch -ssg: - - Brunch -cms: - - No Cms -date: 2011-01-27T12:07:06.000Z -description: The website -stale: true ---- diff --git a/content/theme/brunch-phaser.md b/content/theme/brunch-phaser.md deleted file mode 100644 index 29d5d59f3..000000000 --- a/content/theme/brunch-phaser.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Brunch Phaser -github: https://github.com/samme/brunch-phaser -demo: https://phaser.io/phaser3 -author: Samme -ssg: - - Brunch -cms: - - No Cms -date: 2017-02-05T03:41:10.000Z -description: >- - A Brunch skeleton for making games with Phaser 3. Variants for CoffeeScript, - ES6, TypeScript -stale: true ---- diff --git a/content/theme/brutalist-blog.md b/content/theme/brutalist-blog.md deleted file mode 100644 index 7da3575c0..000000000 --- a/content/theme/brutalist-blog.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -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/bulma-clean-theme.md b/content/theme/bulma-clean-theme.md deleted file mode 100644 index f2d5260eb..000000000 --- a/content/theme/bulma-clean-theme.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Bulma Clean Theme -github: https://github.com/chrisrhymes/bulma-clean-theme -demo: https://www.csrhymes.com/bulma-clean-theme/ -author: chrisrhymes -date: 2020-08-22T00:00:00.000Z -ssg: - - Jekyll -cms: - - No CMS -css: - - Bulma -archetype: - - Blog - - Portfolio - - Documentation -description: >- - A clean and simple Jekyll theme built with the Bulma CSS framework providing a - variety of page layouts anb blog pages. -stale: false ---- - -Bulma clean theme works with GitHub Pages and has a wide range of page layout available to use. - -* Landing Page With Callouts -* Sponsors Page -* Image Gallery -* Blog -* Post -* Page With Sidebar -* Page Without Sidebar -* Page With Menubar -* Page With Tabs -* Page Without Footer -* Page Without Hero -* Page With Contents \ No newline at end of file diff --git a/content/theme/centrarium.md b/content/theme/centrarium.md deleted file mode 100644 index 7d4f54b2e..000000000 --- a/content/theme/centrarium.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Centrarium -github: https://github.com/bencentra/centrarium -demo: https://bencentra.com/centrarium/ -author: Bencentra -ssg: - - Jekyll -cms: - - No 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 deleted file mode 100644 index 9eaec41fd..000000000 --- a/content/theme/cereus-pro.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Cereus Pro -github: https://github.com/arhen/hugo-cereus-pro-theme -demo: https://cereus-pro.netlify.com/ -author: arhen -ssg: - - Hugo -cms: - - 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 deleted file mode 100644 index f4695b622..000000000 --- a/content/theme/chulapa.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -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/colorie-jekyll.md b/content/theme/colorie-jekyll.md deleted file mode 100644 index 6312a7199..000000000 --- a/content/theme/colorie-jekyll.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Colorie -github: https://github.com/ronv/colorie -demo: https://colorie.netlify.com -author: Ronalds Vilcins -date: 2019-11-09T00:00:00.000Z -ssg: - - Jekyll -description: Colorie - Single column blog and portfolio Jekyll theme -stale: false ---- diff --git a/content/theme/commercejs-chopchop-shop.md b/content/theme/commercejs-chopchop-shop.md deleted file mode 100644 index 5a547252c..000000000 --- a/content/theme/commercejs-chopchop-shop.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: ChopChop Shop -github: https://github.com/chec/commercejs-chopchop-demo -author: Chec/Commerce.js -demo: https://commercejs-chopchop-demo.vercel.app/ -date: 2021-02-18T00:00:00.000Z -ssg: - - Next -cms: - - No Cms -css: - - Tailwind -archetype: - - Ecommerce -description: ChopChop is an eCommerce starter kit powered by Commerce.js. -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/). - -_Note: You will need to [sign up for a Chec account](https://dashboard.chec.io/signup) which will include the API access. Please follow the guide in the github repo to configure your inital setup._ - diff --git a/content/theme/commercejs-nextjs-demo-store.md b/content/theme/commercejs-nextjs-demo-store.md deleted file mode 100644 index 1b57b5e6e..000000000 --- a/content/theme/commercejs-nextjs-demo-store.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Commerce.js Next.js Demo Store -github: https://github.com/chec/commercejs-nextjs-demo-store -author: Chec/Commerce.js -demo: https://commercejs-demo-store.netlify.app/ -date: 2020-07-22T00:00:00.000Z -ssg: - - Next -cms: - - No Cms -css: - - SCSS -archetype: - - Ecommerce -description: >- - A commerce storefront example built using Next.js and Commerce.js with - production-ready deployment to Netlify. -stale: false ---- - -An commerce storefront example built using Next.js and Commerce.js with production-ready deployment to Netlify. - -A fully-fledged and customizable Jamstack storefront built using Next.js as a frontend, Chec and Commerce.js as the commerce backend with production-ready deployment to Netlify. Being an API-first commerce platform, Chec/Commerce.js helps businesses to freely decouple and tool their websites. This template comes built with marketing pages, a product listing page, single product display pages, cart and checkout functionalities, and an order confirmation page. - -_Note: You will need to sign up for a Chec account at commercejs.com which includes the API access. Please follow the guide in the github repo to configure your inital setup._ diff --git a/content/theme/commercejs-vuejs-boilerplate.md b/content/theme/commercejs-vuejs-boilerplate.md deleted file mode 100644 index ea8698695..000000000 --- a/content/theme/commercejs-vuejs-boilerplate.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Commerce.js Vue.js Boilerplate -github: https://github.com/chec/commercejs-vuejs-boilerplate -author: Chec/Commerce.js -demo: https://shoppable-campaign-demo.netlify.app/ -date: 2020-10-19T00:00:00.000Z -ssg: - - Nuxt -cms: - - No Cms -css: - - SCSS -archetype: - - Ecommerce -description: >- - Commerce.js boilerplate built with Vue.js, for fast eCommerce development and - design. -stale: true ---- - -Commerce.js boilerplate built with Vue.js, for fast eCommerce development and design. - -This boilerplate helps developers quickly build eCommerce sites in the Commerce.js ecosystem. Included in this theme are unstyled; product listing views, a cart, and checkout workflow to aid in fast and easy development using the Vue.js framework. - -_Note: You will need to sign up for a Chec account at commercejs.com which includes the API access. Please follow the guide in the github repo to configure your inital setup._ diff --git a/content/theme/compose.md b/content/theme/compose.md deleted file mode 100644 index 9f02a97f5..000000000 --- a/content/theme/compose.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Compose -github: https://github.com/onweru/compose -demo: https://docs.neuralvibes.com -author: Weru -date: 2020-02-22T18:24:48.000Z -ssg: - - Hugo -cms: - - Forestry -description: >- - A hugo theme for documentation sites. It's inspired by - https://forestry.io/docs/welcome/ -stale: false ---- diff --git a/content/theme/content-ops-starter.md b/content/theme/content-ops-starter.md deleted file mode 100644 index 93bfad473..000000000 --- a/content/theme/content-ops-starter.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -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/cupper-hugo-theme.md b/content/theme/cupper-hugo-theme.md deleted file mode 100644 index 30324c927..000000000 --- a/content/theme/cupper-hugo-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Cupper -github: https://github.com/zwbetz-gh/cupper-hugo-theme -demo: https://cupper-hugo-theme.netlify.com/ -author: Zwbetz-gh -ssg: - - Hugo -cms: - - No Cms -date: 2019-01-29T19:16:57.000Z -description: An accessibility-friendly Hugo theme, ported from the original Cupper project. -stale: false ---- \ No newline at end of file diff --git a/content/theme/dante-astro-theme.md b/content/theme/dante-astro-theme.md deleted file mode 100644 index 78fd9f285..000000000 --- a/content/theme/dante-astro-theme.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -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: true -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 deleted file mode 100644 index def55ed09..000000000 --- a/content/theme/dark-poole.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: dark-poole -github: https://github.com/andrewhwanpark/dark-poole -demo: https://andrewhwanpark.github.io/dark-poole/ -author: andrewhwanpark -date: 2020-08-03T00:00:00.000Z -ssg: - - Jekyll -cms: - - No cms -css: - - scss -archetype: - - Blog - - Portfolio -description: Dark Poole is a permanent dark theme of the Poole theme by @mdo. -stale: true ---- - -# Minimal, responsive, and no frills theme - -Dark Poole is a permanent dark theme of the Poole theme by [@mdo](https://github.com/mdo). I made the theme darker, inspired by [Derek Kedziora's site](https://derekkedziora.com/). Unlike default Poole that utilizes CSS media queries to activate dark mode, the theme will stay dark regardless of the user's preference. - -## Features - -- Easy customization, the theme is forked from the well known Poole theme. -- Blog pagination diff --git a/content/theme/darkfolio.md b/content/theme/darkfolio.md deleted file mode 100644 index d80148d3b..000000000 --- a/content/theme/darkfolio.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Darkfolio -github: https://github.com/itsnwa/darkfolio -demo: https://darkfolio.netlify.com/ -author: Nichlas W. Andersen -ssg: - - Gridsome -cms: - - Forestry -date: 2019-08-14T09:55:03.000Z -description: Gridsome portfolio theme (Forestry ready) -stale: true ---- diff --git a/content/theme/delog-gatsby-netlifycms.md b/content/theme/delog-gatsby-netlifycms.md deleted file mode 100644 index 2a8195b6f..000000000 --- a/content/theme/delog-gatsby-netlifycms.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Delog GatsbyJS -github: https://github.com/W3Layouts/gatsby-starter-delog -author: W3Layouts -demo: https://delog-w3layouts.netlify.com/ -date: 2020-06-03T00:00:00.000Z -ssg: - - Gatsby -cms: - - DecapCMS -archetype: - - Blog -description: >- - Delog is developed for professional bloggers and web designers to build a - website that has a lightning-fast navigation speed -stale: true ---- - -Delog is developed for professional bloggers and web designers to build a website that has a lightning-fast navigation speed. -Simply follow the steps given in the ‘Read Me’ document and your website all set with CMS and Contact form. With bacsic knowledge of CSS/SCSS you can also change the color scheme to match your style diff --git a/content/theme/dentistsmile.md b/content/theme/dentistsmile.md deleted file mode 100644 index e801a0264..000000000 --- a/content/theme/dentistsmile.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Dentistsmile -github: https://github.com/obaez/dentistsmile -demo: https://obaez.com/dentistsmile/ -author: Obaez -ssg: - - Jekyll -cms: - - No Cms -date: 2015-10-10T22:37:27.000Z -github_branch: master -description: Single page Jekyll theme for dental clinics -stale: true -disabled: true -disabled_reason: error checking demo url ---- diff --git a/content/theme/devfest-toulouse-theme.md b/content/theme/devfest-toulouse-theme.md deleted file mode 100644 index f08b61de7..000000000 --- a/content/theme/devfest-toulouse-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Devfest Toulouse Theme -github: https://github.com/GDGToulouse/devfest-theme-hugo -demo: https://2019.devfesttoulouse.fr/ -author: GDGToulouse -ssg: - - Hugo -cms: - - No Cms -date: 2019-01-10T21:22:23.000Z -description: A theme for a conference website. Created for DevFest Toulouse 2019 -stale: false ---- diff --git a/content/theme/devlopr.md b/content/theme/devlopr.md deleted file mode 100644 index b283aa853..000000000 --- a/content/theme/devlopr.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: devlopr-jekyll -github: https://github.com/sujaykundu777/devlopr-jekyll -demo: https://devlopr.netlify.app -author: Sujay Kundu -date: 2020-09-23T00:00:00.000Z -ssg: - - Jekyll -cms: - - Forestry - - DecapCMS -css: - - Bootstrap -archetype: - - Blog - - Portfolio - - Ecommerce -services: - - Snipcart - - Formspree -description: >- - A Jekyll Theme built for Developers and Software Engineers, Dark Mode - Supported -stale: false ---- - -# A Jekyll Theme built for Developers - -Devlopr is a modern Jekyll Theme built for Developers focused on speed performance & SEO best practices. - -### Features - -* Latest Jekyll 4 and Bundler Support -* Supports Dark Mode Switching -* Responsive and speed performance optimized -* Gallery for High Resolution Pics -* Real Time Search -* Super Fast Minfification for Fast Client Side Rendering -* SEO friendly -* Code Syntax Highlighter -* [Wakatime](https://wakatime.com) Integrated -* Form submissions with **[Formspree.io](https://formspree.io/) contact form integration** -* Comments using Disqus and [Hyvor](https://hyvor.com) - -### Latest Updates - [Logs](https://opencollective.com/devlopr-jekyll#section-updates) - -### Setup Tutorial - [here](https://blog.sujaykundu.com/using-devlopr-jekyll-to-create-a-static-website-and-host-for-free-using-github-pages-cjwgqd96u001ezws1v8linwdk) diff --git a/content/theme/directus-metalsmith-snipcart.md b/content/theme/directus-metalsmith-snipcart.md deleted file mode 100644 index 16271d849..000000000 --- a/content/theme/directus-metalsmith-snipcart.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Directus Metalsmith Snipcart -github: https://github.com/snipcart/directus-metalsmith-snipcart -demo: https://snipcart-directus-metalsmith.netlify.com -author: Maxime Laboissonniere -ssg: - - Metalsmith -cms: - - Directus -services: - - Snipcart -date: 2020-04-19T00:00:00.000Z -description: API-First CMS Primer with Directus' Open Source Headless CMS -stale: true ---- - -# API-First CMS Primer with Directus' Open Source Headless CMS - -![open-source-headless-cms-web-app-demo](https://snipcart.com/media/10158/open-source-headless-cms-web-app-demo.png) - -Learn what API-first, decoupled CMS are and how to build a web app with: - -+ Dynamic content managed in Directus, an open source headless CMS -+ Site generation with Metalsmith & a Vue.js component -+ Products & checkout with Snipcart - -> [Read full tutorial](https://snipcart.com/blog/intro-api-first-headless-cms-directus) - -> [See live demo](https://snipcart-directus-metalsmith.netlify.com/) diff --git a/content/theme/docuapi.md b/content/theme/docuapi.md deleted file mode 100644 index 2db72ccf8..000000000 --- a/content/theme/docuapi.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: DocuAPI -github: https://github.com/bep/docuapi -demo: https://docuapi.netlify.com/ -author: Bjørn Erik Pedersen -ssg: - - Hugo -cms: - - No Cms -date: 2019-10-27T00:00:00.000Z -description: Beautiful multilingual API documentation theme for Hugo -stale: false ---- diff --git a/content/theme/docusaurus-theme-no-style.md b/content/theme/docusaurus-theme-no-style.md deleted file mode 100644 index 710a7a257..000000000 --- a/content/theme/docusaurus-theme-no-style.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Docusaurus Theme No Style -github: https://github.com/wgao19/docusaurus-theme-no-style -demo: https://docusaurus-theme-no-style.netlify.com/ -author: Wei Gao -ssg: - - Docusaurus -cms: - - No Cms -date: 2020-05-17T18:24:48.000Z -description: >- - This theme is a trim down from @docusaurus/theme-classic of Docusaurus 2 to - contain only opinionated minimum styles -stale: true ---- diff --git a/content/theme/eleventy-base-blog.md b/content/theme/eleventy-base-blog.md deleted file mode 100644 index e9f0fc41f..000000000 --- a/content/theme/eleventy-base-blog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Eleventy Base Blog -github: https://github.com/11ty/eleventy-base-blog -demo: https://eleventy-base-blog.netlify.com/ -author: 11ty -ssg: - - Eleventy -cms: - - No Cms -date: 2018-01-15T19:28:07.000Z -description: >- - A starter repository for a blog web site using the Eleventy static site - generator. -stale: false ---- diff --git a/content/theme/eleventy-blog-mnml.md b/content/theme/eleventy-blog-mnml.md deleted file mode 100644 index 9ae62e003..000000000 --- a/content/theme/eleventy-blog-mnml.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Eleventy Minimal Blog -github: https://github.com/arpitbatra123/eleventy-blog-mnml -demo: https://eleventy-blog-mnml.netlify.com/ -author: Arpit Batra -ssg: - - Eleventy -date: 2019-07-02T13:08:30.000Z -description: A blog template using eleventy -stale: true ---- diff --git a/content/theme/eleventy-chirpy-blog-template.md b/content/theme/eleventy-chirpy-blog-template.md deleted file mode 100644 index d4a5e061b..000000000 --- a/content/theme/eleventy-chirpy-blog-template.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Eleventy Chirpy Blog Template -github: https://github.com/muenzpraeger/eleventy-chirpy-blog-template -demo: https://eleventy-chirpy-blog-template.netlify.app/ -author: René Winkelmeyer -date: 2021-08-28T00:00:00.000Z -ssg: - - Eleventy -cms: - - No CMS -css: - - Tailwind -archetype: - - Blog -description: 11ty version of the popular Chirpy Jekyll blog theme -stale: false ---- - -# Eleventy Chirpy Blog Template - -Blog template inspired by the Chirpy Jekyll blog theme. - -## Features - -- 💯 on Lighthouse -- 🔆 and 🌛 mode -- 🎯 SEO and OpenGraph optimized -- 🌄 Responsive images optimization -- 👀 Accessible -- 🛠 JavaScript and CSS build optimization -- 👨‍💻 Prism-based syntax highlighting -- 📚 RSS (yup, still a thing), sitemap.xml, and JSON-LD -- 🔍 [Algolia Search](https://github.com/algolia/algoliasearch-netlify) enabled -- and more - -Opinionated setup with [Prettier](https://prettier.io/), [ESlint](https://eslint.org/), [markdownlint](https://github.com/DavidAnson/markdownlint) and others. UX build with [Nunjucks](https://mozilla.github.io/nunjucks/templating.html) and [TailwindCSS](https://tailwindcss.com/docs). JavaScript bundled with [Rollup](https://rollupjs.org/). diff --git a/content/theme/eleventy-duo.md b/content/theme/eleventy-duo.md deleted file mode 100644 index 3f1f535d2..000000000 --- a/content/theme/eleventy-duo.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Eleventy Duo -github: https://github.com/yinkakun/eleventy-duo -demo: https://eleventyduo.netlify.app -author: yinkakun -date: 2020-12-27T00:00:00.000Z -ssg: - - Eleventy -cms: - - Forestry -archetype: - - Blog -description: Eleventy Duo is a minimal and beautiful Eleventy theme for personal blogs. -stale: false ---- - -# A minimal and beautiful Eleventy theme for personal blogs - -Eleventy Duo is a minimal and beautiful Eleventy theme for personal blogs. - -## Features - -* Fully responsive -* SEO metadata and Open Graph tags -* Maximize lighthouse score -* Cache busting -* 404 page -* RSS feed for posts -* Tags support -* Pagination support -* Syntax highlighting with PrismJS diff --git a/content/theme/eleventy-libdoc.md b/content/theme/eleventy-libdoc.md deleted file mode 100644 index 233453f32..000000000 --- a/content/theme/eleventy-libdoc.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -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 deleted file mode 100644 index 422d64523..000000000 --- a/content/theme/eleventy-netlify-boilerplate.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -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: - - DecapCMS -date: 2018-07-24T07:16:25.000Z -description: >- - A boilerplate for building a simple website with the Eleventy static site - generator -stale: false ---- diff --git a/content/theme/eleventy-satisfactory.md b/content/theme/eleventy-satisfactory.md deleted file mode 100644 index 5c7c11eca..000000000 --- a/content/theme/eleventy-satisfactory.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -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 deleted file mode 100644 index 3dec0844f..000000000 --- a/content/theme/eleventy-starter-ghost.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Eleventy Starter Ghost -github: https://github.com/TryGhost/eleventy-starter-ghost -demo: https://eleventy.ghost.org/ -author: Ghost -ssg: - - Eleventy -cms: - - Ghost -date: 2019-07-15T11:43:52.000Z -description: A starter template to build websites with Ghost & Eleventy -stale: true ---- diff --git a/content/theme/eleventy-stylus-blog-theme.md b/content/theme/eleventy-stylus-blog-theme.md deleted file mode 100644 index a6c31d77d..000000000 --- a/content/theme/eleventy-stylus-blog-theme.md +++ /dev/null @@ -1,81 +0,0 @@ ---- -title: Eleventy + Stylus Blog Theme - Purple -github: https://github.com/ar363/eleventy-stylus-blog-theme -demo: https://eleventy-stylus-blog-theme-ar363.vercel.app/ -author: ar363 -date: 2021-03-23T00:00:00.000Z -ssg: - - Eleventy -cms: - - No CMS -css: - - Stylus -archetype: - - Blog -description: >- - A nice-looking, mobile-first and dark theme friendly blog theme built with - Eleventy SSG and Stylus Preprocessor -stale: false ---- - -# Eleventy + Stylus Blog theme - -[![Netlify Status](https://api.netlify.com/api/v1/badges/a180e099-11d2-49d4-9697-910d56980343/deploy-status)](https://app.netlify.com/sites/eleventy-stylus-blog-theme/deploys) -[![Build Status](https://travis-ci.com/ar363/eleventy-stylus-blog-theme.svg?branch=main)](https://travis-ci.com/ar363/eleventy-stylus-blog-theme) -[![Vercel Status](https://vercel-badge-ar363.vercel.app/?app=eleventy-stylus-blog-theme)](https://github.com/ar363/eleventy-stylus-blog-theme/deployments/activity_log?environment=Production) - -A theme repository that contains a blog built with [Eleventy](https://github.com/11ty/eleventy) and [Stylus](https://stylus-lang.com/) - -## Features - - 100% Lighthouse scores - - Toggleable dark theme (PS. theme preference is also stored in `localStorage`) - - Tags as taxonomy - - Stylus CSS preprocessor - - Integrated with Eleventy's official [navigation plugin](https://www.11ty.dev/docs/plugins/navigation/) - - Also generates Atom RSS Feed with Eleventy's official [RSS plugin](https://www.11ty.dev/docs/plugins/rss/) - - Sitemap generation - - Non-post pages support (eg. About page, Contact page) - - Modular type scale implemented in with Stylus - -## Demos - - - Vercel: https://eleventy-stylus-blog-theme.vercel.app/ - - Netlify: https://eleventy-stylus-blog-theme.netlify.app/ - - Github Pages: https://ar363.github.io/eleventy-stylus-blog-theme/ - -## Deploy this template to your own site - -Get your site up and running with a few clicks - - - [Deploy on Netlify](https://app.netlify.com/start/deploy?repository=https://github.com/ar363/eleventy-stylus-blog-theme) - - [Deploy on Vercel](https://vercel.com/import/project?template=ar363%2Feleventy-stylus-blog-theme) - -## Prerequisites for local development -[Node.js 8 or above](https://nodejs.org/en/) - -[Yarn](https://yarnpkg.com/) package manager - - -## Getting started locally - -1. Clone this repo -``` -git clone https://github.com/ar363/eleventy-stylus-blog-theme my-blog -``` - -2. Navigate to the blog directory -``` -cd my-blog -``` - -3. Install dependencies with [yarn](https://yarnpkg.com/) -``` -yarn -``` -4. Edit `_data/site.js` according to your site preferences - -5. Also optionally modify `stylus/abstracts/variables.styl` according to your preference - -To watch for changes in Eleventy and Stylus, use `yarn dev` - -To build without watching for changes, use `yarn build` diff --git a/content/theme/eleventyone.md b/content/theme/eleventyone.md deleted file mode 100644 index c41b823bc..000000000 --- a/content/theme/eleventyone.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Eleventyone -github: https://github.com/philhawksworth/eleventyone -demo: https://eleventyone.netlify.com/ -author: 11ty -ssg: - - Eleventy -cms: - - No Cms -date: 2018-03-30T19:45:51.000Z -description: A scaffold for a quick start building with the Eleventy SSG -stale: true ---- diff --git a/content/theme/elyxel.md b/content/theme/elyxel.md deleted file mode 100644 index 1a5c5aee4..000000000 --- a/content/theme/elyxel.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Elyxel -github: https://github.com/achariam/elyxel -demo: https://www.elyxel.com/ -author: Matthew Achariam -ssg: - - Brunch -cms: - - No Cms -date: 2016-05-25T02:35:00.000Z -description: Community Software -stale: true -disabled: true -disabled_reason: error checking demo url ---- diff --git a/content/theme/end2end.md b/content/theme/end2end.md deleted file mode 100644 index 0c3688660..000000000 --- a/content/theme/end2end.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: End2end -github: https://github.com/nandomoreirame/end2end -demo: https://nandomoreirame.github.io/end2end/ -author: Fernando Moreira -ssg: - - Jekyll -cms: - - No Cms -date: 2015-11-26T15:45:00.000Z -description: 💎 Clean Jekyll theme -stale: true ---- diff --git a/content/theme/feeling-responsive.md b/content/theme/feeling-responsive.md deleted file mode 100644 index 58ab6c714..000000000 --- a/content/theme/feeling-responsive.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Feeling Responsive -github: https://github.com/Phlow/feeling-responsive -demo: https://phlow.github.io/feeling-responsive/ -author: Phlow -ssg: - - Jekyll -cms: - - No Cms -date: 2014-08-17T10:32:01.000Z -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. -stale: false ---- diff --git a/content/theme/fernfolio.md b/content/theme/fernfolio.md deleted file mode 100644 index cbd12c6ca..000000000 --- a/content/theme/fernfolio.md +++ /dev/null @@ -1,64 +0,0 @@ ---- -title: Fernfolio -github: https://github.com/TylerMRoderick/fernfolio-11ty-template -demo: https://fernfolio.netlify.app/ -author: Tyler M. Roderick -date: 2021-06-05T00:00:00.000Z -ssg: - - Eleventy -cms: - - DecapCMS -css: null -archetype: - - Blog - - Portfolio -description: The super simple portfolio template built with Eleventy and DecapCMS -stale: false ---- - -## 🤔 What is this? -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 [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 -* Uses Markdown for content files and Nunjucks for layouts -* 100% Javascript framework free -* Continuous Deployment workflow via [Netlify](https://www.netlify.com/) -* Base styles powered by [Sakura](https://github.com/oxalorg/sakura) classless css framework -* Vanilla css for custom styles (keep it simple) - -## 🚀 Quick Start - -[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/TylerMRoderick/fernfolio-11ty-template&stack=cms) - -### 1. Click the "Deploy to Netlify" button above -This will clone this repo to your github account and will deploy a copy of the demo website to your Netlify -account (you can create an account during this process if you don't have one) - -### 2. Setup authentication - -After deploying this project, Netlify Identity will add you as a CMS user and -will email you an invite. Hit the "Accept the invite" link and this should take you to the deployed site. From there, you can add your password to finish user setup. - -### 3. Edit some content -Now that you are added as a CMS user, add `/admin` to the end of your site url, and log in using your new credentials. You should now see the content editor interface. Now you can start editing content! Any changes to your new repo will auto-deploy a new version to netflify. Cool huh? - -### 4. Setup local environment -- Clone the repo locally `git clone https://github.com/TylerMRoderick/fernfolio-11ty-template.git` -- Navigate to root folder `cd your-site` -- Install the goods `npm install` -- Run it: `npm start` -- You should now be able to see everything running on localhost:8080 -- Add some changes (view [theme customizations](https://fernfolio.netlify.app/posts/theme-customizations/) for some options) -- Push your changes to github and an auto-deploy should be triggered - -## 🎩 Common issues - -If you change the repo that was created at deploy time from public to private, you'll need to regenerate your token, -as the token generated using the deploy to Netlify button can only access public repositories. To -regenerate your token, head to "Settings" in your Netlify site dashboard, go to the "Identity" -section, then scroll to "Services" where you'll see an "Edit settings" button. Click that and you'll -see a text link to "Generate access token in GitHub". \ No newline at end of file diff --git a/content/theme/flexible-jekyll.md b/content/theme/flexible-jekyll.md deleted file mode 100644 index fbc6d82cc..000000000 --- a/content/theme/flexible-jekyll.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Flexible Jekyll -github: https://github.com/artemsheludko/flexible-jekyll -demo: https://artemsheludko.com/flexible-jekyll/ -author: Artem Sheludko -ssg: - - Jekyll -cms: - - No Cms -date: 2017-09-14T13:16:08.000Z -description: Flexible-Jekyll is a simple and clean theme for Jekyll -stale: false -disabled: true -disabled_reason: error checking demo url ---- diff --git a/content/theme/forever-jekyll.md b/content/theme/forever-jekyll.md deleted file mode 100644 index d48fbac70..000000000 --- a/content/theme/forever-jekyll.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -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/forty.md b/content/theme/forty.md deleted file mode 100644 index 0dd8d6d99..000000000 --- a/content/theme/forty.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Forty -github: https://github.com/MarcusVirg/forty -demo: https://themes.gohugo.io/theme/forty/ -author: Marcus Virginia -ssg: - - Hugo -cms: - - No Cms -date: 2017-11-18T01:53:43.000Z -description: Forty theme - Hugo theme ported from HTML5UP origrinal theme called Forty. -stale: true -disabled: true -disabled_reason: demo url not found ---- diff --git a/content/theme/freelancer-theme.md b/content/theme/freelancer-theme.md deleted file mode 100644 index 04279a257..000000000 --- a/content/theme/freelancer-theme.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Freelancer -github: https://github.com/jeromelachaud/freelancer-theme -demo: https://jeromelachaud.com/freelancer-theme/ -author: Jerome Lachaud -ssg: - - Jekyll -cms: - - No Cms -css: - - Bootstrap -date: 2014-07-19T15:13:08.000Z -description: Jekyll theme based on Freelancer Start Bootstrap theme -stale: false ---- - -Jekyll theme based on Freelancer Start Bootstrap theme diff --git a/content/theme/garth.md b/content/theme/garth.md deleted file mode 100644 index 55e387843..000000000 --- a/content/theme/garth.md +++ /dev/null @@ -1,81 +0,0 @@ ---- -title: Garth -github: https://github.com/daviddarnes/garth -demo: https://garth.darn.es -author: David Darnes -ssg: - - Jekyll -cms: - - No Cms -archetype: - - Blog -css: - - SCSS -date: 2019-11-01T00:00:00.000Z -description: 🥁 A really basic theme for Jekyll -stale: true ---- - -🥁 A really basic theme for Jekyll, using the official Jekyll theme implementation. - -## Contents -- [Installation](#installation) -- [Customising](#customising) -- [Site settings](#site-settings) -- [Page layouts](#page-layouts) -- [Credits](#credits) - -## Installation - -### As a Jekyll theme - -1. Add `gem "garth-jekyll-theme"` to your `Gemfile` to add the theme as a dependancy -2. Run the command `bundle install` in the root of project to install the theme and its dependancies -3. Add `theme: garth-jekyll-theme` to your `_config.yml` file to set the site theme -4. Run `bundle exec jekyll serve` to build and serve your site -5. Done! Use the example [`_config.yml`](https://github.com/daviddarnes/garth/blob/master/_config.yml) file to set site-wide options - -### As a GitHub Pages remote theme - -1. Add `gem "jekyll-remote-theme"` to your `Gemfile` to add the theme as a dependancy -2. Run the command `bundle install` in the root of project to install the jekyll remote theme gem as a dependancy -3. Add `jekyll-remote-theme` to the list of `plugins` in your `_config.yml` file -4. Add `remote_theme: daviddarnes/garth` to your `_config.yml` file to set the site theme -5. Run `bundle exec jekyll serve` to build and serve your site -6. Done! Use the example [`_config.yml`](https://github.com/daviddarnes/garth/blob/master/_config.yml) file to set site-wide options - -### As a Boilerplate / Fork - -_(deprecated, not recommended)_ - -1. [Fork the repo](https://github.com/daviddarnes/garth#fork-destination-box) -2. Replace the `Gemfile` with one stating all the gems used in your project -3. Delete the following unnecessary files/folders: `CODE_OF_CONDUCT.md`, `CONTRIBUTING.md`, `LICENSE`, `screenshot.png`, `CNAME` and `garth-jekyll-theme.gemspec` -4. Run the command `bundle install` in the root of project to install the jekyll remote theme gem as a dependancy -5. Run `bundle exec jekyll serve` to build and serve your site -6. Done! Use the example [`_config.yml`](https://github.com/daviddarnes/garth/blob/master/_config.yml) file to set site-wide options - -## Customising - -When using Garth as a theme means you can take advantage of the file overriding method. This allows you to overwrite any file in this theme with your own custom file, by matching the file name and path. The most common example of this would be if you want to add your own styles or change the core style settings. - -To add your own styles copy the [`styles.scss`](https://github.com/daviddarnes/garth/blob/master/assets/styles.scss) into your own project with the same file path (`assets/styles.scss`). From there you can add your own styles, you can even optionally ignore the theme styles by removing the `@import "garth";` line. - -If you're looking to set your own colours copy the [`_colors.scss`](https://github.com/daviddarnes/garth/blob/master/_sass/_colors.scss) and main theme styles file [`garth.scss`](https://github.com/daviddarnes/garth/blob/master/_sass/garth.scss) into your project at the same file path (`_sass/`) and change variables however you wish. The settings are a mixture of custom variables and settings from [Sassline](https://medium.com/@jakegiltsoff/sassline-v2-0-e424b2881e7e) - follow the link to find out how to configure the typographic settings. - -## Site settings - -You'll need to change the `description`, `title` and `url` to match with the project. - -## Page layouts - -There are 3 layouts; `page`, `post` and `home` (home acts as the font page blog). - -> **Note:** The Post List Page options are actually in the collection data within the `_config.yml` file, this is so they can be edited with CMSs such as [Siteleaf](https://siteleaf.com) - -## Credits - -- Thanks to [Sassline](https://sassline.com/) for the typographic basis, by [Jake Giltsoff](https://twitter.com/jakegiltsoff) -- Thanks to [Flexbox mixin](https://github.com/mastastealth/sass-flex-mixin) by [Brian Franco](https://twitter.com/brianfranco) -- Thanks to [Normalize](https://necolas.github.io/normalize.css/) by [Nicolas Gallagher](https://twitter.com/necolas) and [Jonathan Neal](https://twitter.com/jon_neal). -- Thanks to [pygments-css](https://richleland.github.io/pygments-css/) for the autumn syntax highlighting, by [Rich Leland](https://twitter.com/richleland) \ No newline at end of file diff --git a/content/theme/gatsby-absurd.md b/content/theme/gatsby-absurd.md deleted file mode 100644 index e913a06a5..000000000 --- a/content/theme/gatsby-absurd.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Absurd -github: https://github.com/ajayns/gatsby-absurd -demo: https://gatsby-absurd.surge.sh/ -author: Ajay NS -ssg: - - Gatsby -cms: - - No Cms -archetype: - - Single Page -date: 2019-04-21T11:32:28.000Z -description: An absurd Gatsby starter -stale: true ---- diff --git a/content/theme/gatsby-advanced-blog-system.md b/content/theme/gatsby-advanced-blog-system.md deleted file mode 100644 index 52b3b6cf5..000000000 --- a/content/theme/gatsby-advanced-blog-system.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Gatsby Advanced Blog System -github: https://github.com/danilowoz/gatsby-advanced-blog-system -demo: https://gatsby-advanced-blog-system.danilowoz.now.sh/blog -author: Danilo Woznica -ssg: - - Gatsby -cms: - - No Cms -archetype: - - Blog -date: 2019-03-24T20:19:40.000Z -description: >- - 📰 This repository is a demo from the article about how to build our own blog - using Gatsby. -stale: false ---- diff --git a/content/theme/gatsby-advanced-starter.md b/content/theme/gatsby-advanced-starter.md deleted file mode 100644 index e64d189aa..000000000 --- a/content/theme/gatsby-advanced-starter.md +++ /dev/null @@ -1,86 +0,0 @@ ---- -title: Gatsby Advanced Starter -github: https://github.com/Vagr9K/gatsby-advanced-starter -demo: https://advanced-demo.netlify.app/ -author: vagr9k -date: 2021-08-09T00:00:00.000Z -ssg: - - Gatsby -cms: - - No CMS -description: >- - 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 ---- - -# 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-agency-portfolio.md b/content/theme/gatsby-agency-portfolio.md deleted file mode 100644 index 928c55498..000000000 --- a/content/theme/gatsby-agency-portfolio.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Agency Portfolio -github: https://github.com/cosmicjs/gatsby-agency-portfolio -demo: https://cosmicjs.com/apps/gatsby-agency-portfolio/demo -author: Cosmic -ssg: - - Gatsby -cms: - - Cosmic -archetype: - - Portfolio -date: 2019-05-13T17:02:32.000Z -description: Portfolio client designed with creative agencies in mind. -stale: true ---- diff --git a/content/theme/gatsby-agility-starter.md b/content/theme/gatsby-agility-starter.md deleted file mode 100644 index 65fe84874..000000000 --- a/content/theme/gatsby-agility-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Agility -github: https://github.com/agility/agility-gatsby-starter -demo: https://agility-gatsby-starter.netlify.com/ -author: Agility CMS -ssg: - - Gatsby -cms: - - No Cms -date: 2019-08-01T14:14:40.000Z -description: A sample GatsbyJS website using the Agility CMS Gatsby source plugin -stale: true ---- diff --git a/content/theme/gatsby-airtable-advanced-starter.md b/content/theme/gatsby-airtable-advanced-starter.md deleted file mode 100644 index 977116841..000000000 --- a/content/theme/gatsby-airtable-advanced-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Airtable Advanced Starter -github: https://github.com/marcomelilli/gatsby-airtable-advanced-starter -demo: https://gatsby-airtable-advanced-starter.marcomelilli.com/ -author: Marco Melilli -ssg: - - Gatsby -cms: - - Airtable -date: 2019-07-04T19:41:10.000Z -description: A Gatsby Starter Blog using Airtable as backend -stale: true ---- diff --git a/content/theme/gatsby-airtable-listing.md b/content/theme/gatsby-airtable-listing.md deleted file mode 100644 index 7c785df7c..000000000 --- a/content/theme/gatsby-airtable-listing.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Airtable listing theme for Gatsby -github: https://github.com/wkocjan/gatsby-airtable-listing -demo: https://gatsby-airtable-listing.netlify.com/ -author: Wojciech Kocjan -date: 2020-03-16T00:00:00.000Z -ssg: - - Gatsby -cms: - - Airtable -css: - - Tailwind -description: Gatsby starter theme integrated with Airtable -stale: true ---- - -# Airtable listing theme for Gatsby - -## Features - -- Integration with [Airtable](https://airtable.com/) -- Item details displayed in a modal with navigation (previous / next) -- Responsive/adaptive images via [gatsby-image](https://www.gatsbyjs.org/packages/gatsby-image/) -- Uses utility-first [TailwindCSS](https://tailwindcss.com/) framework -- Responsive design (desktop / mobile) -- Generic newsletter form diff --git a/content/theme/gatsby-all-in.md b/content/theme/gatsby-all-in.md deleted file mode 100644 index 5b922601b..000000000 --- a/content/theme/gatsby-all-in.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby All In -github: https://github.com/Gherciu/gatsby-all-in -demo: https://gatsby-all-in.netlify.com/ -author: Gherciu Gheorghe -ssg: - - Gatsby -cms: - - No Cms -date: 2019-07-07T08:54:29.000Z -description: ' 🗃⚛️A GatsbyJs starter that includes the most popular js libraries, already pre-configured and ready for use.' -stale: true ---- diff --git a/content/theme/gatsby-antd-docs.md b/content/theme/gatsby-antd-docs.md deleted file mode 100644 index 8a8853447..000000000 --- a/content/theme/gatsby-antd-docs.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Antd Docs -github: https://github.com/jannikbuschke/gatsby-antd-docs -demo: https://www.jannikbuschke.de/gatsby-antd-docs/ -author: Jannik Buschke -ssg: - - Gatsby -cms: - - No Cms -date: 2019-04-10T22:25:31.000Z -description: A gatsby starter for a technical documentation website -stale: true ---- diff --git a/content/theme/gatsby-apollo-starter.md b/content/theme/gatsby-apollo-starter.md deleted file mode 100644 index b2d7913dd..000000000 --- a/content/theme/gatsby-apollo-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Apollo Starter -github: https://github.com/smakosh/gatsby-apollo-starter -demo: https://gatsby-starter-apollo.smakosh.com/app/ -author: Ismail Ghallou -ssg: - - Gatsby -cms: - - No Cms -date: 2019-06-25T12:25:49.000Z -description: Gatsby Apollo starter - with client side routing -stale: true ---- diff --git a/content/theme/gatsby-app-starter-rest-api.md b/content/theme/gatsby-app-starter-rest-api.md deleted file mode 100644 index 305460825..000000000 --- a/content/theme/gatsby-app-starter-rest-api.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby App Starter Rest Api -github: https://github.com/smakosh/gatsby-app-starter-rest-api -demo: https://building-apps-with-gatsby.netlify.com -author: Ismail Ghallou -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-14T06:50:04.000Z -description: Not todo Gatsby app for my talk -stale: true ---- diff --git a/content/theme/gatsby-auth-starter-aws-amplify.md b/content/theme/gatsby-auth-starter-aws-amplify.md deleted file mode 100644 index 51ef24a3c..000000000 --- a/content/theme/gatsby-auth-starter-aws-amplify.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Auth Starter AWS Amplify -github: https://github.com/dabit3/gatsby-auth-starter-aws-amplify -demo: https://master.d2f5ek3dnwfe9v.amplifyapp.com/ -author: Nader Dabit -ssg: - - Gatsby -cms: - - No Cms -date: 2018-08-24T22:49:54.000Z -description: Starter Project with Authentication with Gatsby & AWS Amplify -stale: true ---- diff --git a/content/theme/gatsby-awesome-starter.md b/content/theme/gatsby-awesome-starter.md deleted file mode 100644 index 5d7530a42..000000000 --- a/content/theme/gatsby-awesome-starter.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Awesome Starter -github: https://github.com/South-Paw/awesome-gatsby-starter -demo: https://awesome-gatsby-starter.netlify.com/ -author: Alex Gabites -ssg: - - Gatsby -cms: - - No Cms -date: 2018-12-19T08:58:58.000Z -description: >- - 👌 A starter for GatsbyJS with a preconfigured MDX, Storybook and ESLint - environment -stale: false ---- diff --git a/content/theme/gatsby-blog-cosmicjs.md b/content/theme/gatsby-blog-cosmicjs.md deleted file mode 100644 index fd3e19542..000000000 --- a/content/theme/gatsby-blog-cosmicjs.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Blog Cosmicjs -github: https://github.com/cosmicjs/gatsby-blog-cosmicjs -demo: https://gatsby-blog-cosmicjs.netlify.com/ -author: null -ssg: - - Gatsby -cms: - - Cosmic -date: 2018-06-05T18:40:26.000Z -description: 🚀⚡️ Blazing fast blog built with Gatsby and Cosmic 🔥 -stale: true ---- diff --git a/content/theme/gatsby-blog-revista.md b/content/theme/gatsby-blog-revista.md deleted file mode 100644 index 951ef3dc8..000000000 --- a/content/theme/gatsby-blog-revista.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -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-blog-starter-kit.md b/content/theme/gatsby-blog-starter-kit.md deleted file mode 100644 index 3a4d71acd..000000000 --- a/content/theme/gatsby-blog-starter-kit.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Blog Starter Kit -github: https://github.com/DSchau/gatsby-blog-starter-kit -demo: https://gatsby-blog-starter-kit.netlify.com/ -author: Dustin Schau -ssg: - - Gatsby -cms: - - No Cms -date: 2017-07-13T13:19:51.000Z -description: A simple starter kit for a static blog created with Gatsby -stale: true ---- diff --git a/content/theme/gatsby-blog-starter.md b/content/theme/gatsby-blog-starter.md deleted file mode 100644 index 85833028f..000000000 --- a/content/theme/gatsby-blog-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Blog Starter -github: https://github.com/BoyWithSilverWings/gatsby-blog-starter -demo: https://vigilant-leakey-a4f8cd.netlify.com/ -author: Agney Menon -ssg: - - Gatsby -cms: - - No Cms -date: 2018-12-25T17:01:37.000Z -description: 'A Gatsby Blog Starter with Styled Components ' -stale: false ---- diff --git a/content/theme/gatsby-blog.md b/content/theme/gatsby-blog.md deleted file mode 100644 index 2a9dc32e2..000000000 --- a/content/theme/gatsby-blog.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Blog -github: https://github.com/baobabKoodaa/blog -demo: https://www.attejuvonen.fi -author: Atte Juvonen -ssg: - - Gatsby -cms: - - No Cms -date: 2019-01-24T16:12:40.000Z -description: Source for my blazing fast blog -stale: false ---- diff --git a/content/theme/gatsby-blogger.md b/content/theme/gatsby-blogger.md deleted file mode 100644 index 04e39302f..000000000 --- a/content/theme/gatsby-blogger.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Blogger -github: https://github.com/aslammultidots/blogger -demo: https://gatsby-blogger.netlify.com/ -author: Aslam Multani -ssg: - - Gatsby -cms: - - Contentful -date: 2019-02-25T05:18:26.000Z -description: A Gatsby demo for blogging -stale: true ---- diff --git a/content/theme/gatsby-bonneville.md b/content/theme/gatsby-bonneville.md deleted file mode 100644 index dc9fbcadb..000000000 --- a/content/theme/gatsby-bonneville.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Bonneville -github: https://github.com/bagseye/bonneville -demo: https://bonneville.netlify.com/ -author: Morgan Baker -ssg: - - Gatsby -cms: - - No Cms -date: 2019-08-24T20:24:33.000Z -stale: false ---- diff --git a/content/theme/gatsby-brevifolia-forestry.md b/content/theme/gatsby-brevifolia-forestry.md deleted file mode 100644 index c1adfa84b..000000000 --- a/content/theme/gatsby-brevifolia-forestry.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Brevifolia Forestry -github: https://github.com/kendallstrautman/brevifolia-gatsby-forestry -demo: https://brevifolia-gatsby-forestry.netlify.com/ -author: Kendall Strautman -ssg: - - Gatsby -cms: - - Forestry -date: 2019-07-08T20:57:37.000Z -description: A simple starter blog built with Gatsby & Forestry -stale: true ---- diff --git a/content/theme/gatsby-bulma-quickstart.md b/content/theme/gatsby-bulma-quickstart.md deleted file mode 100644 index 5dd88a4b2..000000000 --- a/content/theme/gatsby-bulma-quickstart.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Bulma Quickstart -github: https://github.com/amandeepmittal/gatsby-bulma-quickstart -demo: https://tender-raman-99e09b.netlify.com/ -author: Aman Mittal -ssg: - - Gatsby -cms: - - No Cms -css: - - Bulma -date: 2018-11-26T13:25:33.000Z -description: 🚀 + ⚛️ A Quick Way to bootstrap your next Gatsby + Bulma site. -stale: false ---- diff --git a/content/theme/gatsby-cape.md b/content/theme/gatsby-cape.md deleted file mode 100644 index 8249ccb5b..000000000 --- a/content/theme/gatsby-cape.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Cape -github: https://github.com/juhi-trivedi/cape -demo: https://cape.netlify.com/ -author: Juhi -ssg: - - Gatsby -cms: - - No Cms -date: 2019-03-01T13:09:55.000Z -stale: true ---- diff --git a/content/theme/gatsby-cara.md b/content/theme/gatsby-cara.md deleted file mode 100644 index e16b7a578..000000000 --- a/content/theme/gatsby-cara.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Gatsby Cara -github: https://github.com/LekoArts/gatsby-starter-portfolio-cara -demo: https://cara.lekoarts.de/ -author: LekoArts -ssg: - - Gatsby -cms: - - No Cms -date: 2018-06-02T19:41:22.000Z -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. -stale: false ---- diff --git a/content/theme/gatsby-careers-page.md b/content/theme/gatsby-careers-page.md deleted file mode 100644 index 222a6d850..000000000 --- a/content/theme/gatsby-careers-page.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Careers Page -github: https://github.com/BoyWithSilverWings/gatsby-careers-page -demo: https://hardcore-darwin-d7328f.netlify.com/ -author: Agney Menon -ssg: - - Gatsby -cms: - - No Cms -date: 2018-12-29T17:56:56.000Z -description: Job Listing Page -stale: true ---- diff --git a/content/theme/gatsby-casper.md b/content/theme/gatsby-casper.md deleted file mode 100644 index 64b4a127d..000000000 --- a/content/theme/gatsby-casper.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Casper -github: https://github.com/scttcper/gatsby-casper -demo: https://gatsby-casper.netlify.com -author: Scott Cooper -ssg: - - Gatsby -cms: - - Ghost -date: 2018-09-10T03:48:22.000Z -description: A Casper 2 blog starter for Gatsby -stale: false ---- diff --git a/content/theme/gatsby-clay.md b/content/theme/gatsby-clay.md deleted file mode 100644 index f265db10f..000000000 --- a/content/theme/gatsby-clay.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -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-clean-portfolio.md b/content/theme/gatsby-clean-portfolio.md deleted file mode 100644 index a5f6e37f5..000000000 --- a/content/theme/gatsby-clean-portfolio.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Clean Portfolio -github: https://github.com/ugglr/gatsby-clean-portfolio -demo: https://ugglr.github.io/gatsby-clean-portfolio/ -author: Carl-W -ssg: - - Gatsby -cms: - - No Cms -date: 2019-03-31T12:27:43.000Z -description: >- - Official Gatsby.js Clean portfolio starter! Get a clean looking portfolio up - and running in no time using gatsby.js starters. -stale: false ---- diff --git a/content/theme/gatsby-contentful-blog-portfolio.md b/content/theme/gatsby-contentful-blog-portfolio.md deleted file mode 100644 index d0f861207..000000000 --- a/content/theme/gatsby-contentful-blog-portfolio.md +++ /dev/null @@ -1,78 +0,0 @@ ---- -title: Gatsby Contentful Blog and Portfolio -github: https://github.com/escapemanuele/gatsby-contentful-blog-portfolio -demo: https://gatsby-contentful-portfolio-blog.netlify.com/ -author: Emanuele Buccelli -ssg: - - Gatsby -cms: - - Contentful -css: - - Scss -archetype: - - Blog - - Portfolio -date: 2020-02-19T12:10:46.000Z -description: A Gatsby starter for a portfolio with a blog, using Contentful as the CMS -stale: true ---- - -# A simple starter kit for creating a Portfolio website with a blog, all served by Contentful - -## Features - -- Gatsby -- Graphql -- Contenful -- Cypress -- CSS Modules and Styled Components - -## 🚀 Quick start - -1. **Clone the repository** - - Use git to clone the repository. - - ```sh - # clone the project using Git - gatsby clone https://github.com/escapemanuele/gatsby-contentful-blog-portfolio your-project-name - ``` - -2. **Install the packages** - - Navigate into your new site’s directory and install the required packages. - - ```sh - cd your-project-name - npm install - ``` - -3. **Configure Contenful** - - Get yourself a [Contenful Account](https://www.contentful.com/), create a new space and configure this project to use it with: - - ```sh - npm run setup - ``` - -4. **Start developing.** - - Finally you are ready to see your project. Start the engine! - - ```sh - gatsby develop - ``` - -5. **Open the source code and start editing!** - - Your site is now running at `https://localhost:8000`! - - Feel free to change everything you want! - -6. **Test the application with Cypress** - - There are some cypress tests defined in the 'cypress' folder. - You only need to use - ```sh - npm run test:open:e2e - ``` diff --git a/content/theme/gatsby-contentful-portfolio.md b/content/theme/gatsby-contentful-portfolio.md deleted file mode 100644 index 61a4a6df5..000000000 --- a/content/theme/gatsby-contentful-portfolio.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: Portfolio theme for Gatsby -github: https://github.com/wkocjan/gatsby-contentful-portfolio -demo: https://gatsby-contentful-portfolio.netlify.com/ -author: Wojciech Kocjan -date: 2020-03-12T00:00:00.000Z -ssg: - - Gatsby -cms: - - Contentful -css: - - Tailwind -archetype: - - Portfolio -description: Gatsby portfolio theme integrated with Contentful -stale: true ---- - -# A simple portfolio starter kit for Gatsby, integrated with Contentful - -## Who is this for? - -- Graphic designers -- Photographers -- Illustrators -- Other creatives - -## Features - -- Integration with [Contentful](https://www.contentful.com) - automated content model & demo setup -- Responsive/adaptive images via [gatsby-image](https://www.gatsbyjs.org/packages/gatsby-image/) -- Uses utility-first [TailwindCSS](https://tailwindcss.com/) framework -- Integration with [Mailchimp](https://mailchimp.com/) - newsletter form -- Responsive design (desktop / mobile) diff --git a/content/theme/gatsby-contentful-starter.md b/content/theme/gatsby-contentful-starter.md deleted file mode 100644 index 4c682a98f..000000000 --- a/content/theme/gatsby-contentful-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Contentful Starter -github: https://github.com/contentful-userland/gatsby-contentful-starter -demo: https://contentful-userland.github.io/gatsby-contentful-starter/ -author: contentful-userland -ssg: - - Gatsby -cms: - - Contentful -date: 2018-01-29T21:29:51.000Z -description: Gatsby starter for a Contentful project. -stale: true ---- diff --git a/content/theme/gatsby-contentful-typescript-starter.md b/content/theme/gatsby-contentful-typescript-starter.md deleted file mode 100644 index e64300609..000000000 --- a/content/theme/gatsby-contentful-typescript-starter.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Contentful Typescript Starter -github: https://github.com/fhavrlent/gatsby-contentful-typescript-starter -demo: https://happy-pare-dff451.netlify.com/ -author: Filip Havrlent -ssg: - - Gatsby -cms: - - Contentful -date: 2018-10-01T21:52:18.000Z -description: 'Gatsby.js starter with TypeScript and Contentful ' -stale: false -disabled_reason: demo url not found -disabled: true ---- diff --git a/content/theme/gatsby-cosmicjs-starter.md b/content/theme/gatsby-cosmicjs-starter.md deleted file mode 100644 index f6288dcf2..000000000 --- a/content/theme/gatsby-cosmicjs-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Cosmic Gatsby Starter -github: https://github.com/cosmicjs/gatsby-starter -demo: https://cosmicjs-gatsby-starter.netlify.com/ -author: Cosmic -ssg: - - Gatsby -cms: - - Cosmic -date: 2018-06-10T19:54:17.000Z -description: 'Install a Cosmic-powered Gatsby app in seconds 🔥 ' -stale: true ---- diff --git a/content/theme/gatsby-craftcms-barebones.md b/content/theme/gatsby-craftcms-barebones.md deleted file mode 100644 index e6aca291f..000000000 --- a/content/theme/gatsby-craftcms-barebones.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Craftcms Barebones -github: https://github.com/frankievalentine/gatsby-craftcms-barebones -demo: https://gatsby-craftcms-barebones.netlify.com/ -author: Frankie Valentine -ssg: - - Gatsby -cms: - - No Cms -date: 2019-01-19T01:04:45.000Z -description: Barebones starter for a Headless Craft CMS & Gatsby configuration. -stale: true ---- diff --git a/content/theme/gatsby-crafty-theme.md b/content/theme/gatsby-crafty-theme.md deleted file mode 100644 index a2bafee8c..000000000 --- a/content/theme/gatsby-crafty-theme.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Gatsby Crafty Theme -github: https://github.com/simplecode-io/gatsby-crafty-theme -demo: https://demos.simplecode.io/gatsby/crafty/ -author: simplecode-io -ssg: - - Gatsby -cms: - - No Cms -date: 2019-08-07T17:16:18.000Z -stale: true ---- diff --git a/content/theme/gatsby-datocms-starter.md b/content/theme/gatsby-datocms-starter.md deleted file mode 100644 index 5f462a08a..000000000 --- a/content/theme/gatsby-datocms-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Datocms Starter -github: https://github.com/brohlson/gatsby-datocms-starter -demo: https://gatsby-datocms-starter.netlify.com/ -author: Chase Ohlson -ssg: - - Gatsby -cms: - - DatoCMS -date: 2019-05-08T23:32:18.000Z -description: ⚛️ My preferred configuration for Gatsby DatoCMS projects -stale: true ---- diff --git a/content/theme/gatsby-dev-blog-fitzgerald.md b/content/theme/gatsby-dev-blog-fitzgerald.md deleted file mode 100644 index 22c31afd4..000000000 --- a/content/theme/gatsby-dev-blog-fitzgerald.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Gatsby DevBlog -github: https://github.com/RyanFitzgerald/devblog -author: RyanFitzgerald -demo: https://gatsby-devblog.netlify.com/ -date: 2020-06-03T00:00:00.000Z -ssg: - - Gatsby -cms: - - DecapCMS -archetype: - - Blog -description: >- - A fully customizable blog template designed for developers (or anyone else) - wanting to get into blogging -stale: true ---- - -A fully customizable blog template designed for developers (or anyone else) wanting to get into blogging. -Easy to edit, customize and extended. The blog is completely statically generated via GatsbyJS, comes with syntax highlighting (via PrismJS) out of the box, and has server-side rendering built-in, among other things. diff --git a/content/theme/gatsby-docs-app.md b/content/theme/gatsby-docs-app.md deleted file mode 100644 index a5c2213d6..000000000 --- a/content/theme/gatsby-docs-app.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Docs App -github: https://github.com/cosmicjs/gatsby-docs-app -demo: https://cosmicjs.com/apps/gatsby-docs/demo -author: Cosmic -ssg: - - Gatsby -cms: - - Cosmic -date: 2019-02-11T17:12:40.000Z -description: Create and view documentation using Gatsby and Cosmic -stale: true ---- diff --git a/content/theme/gatsby-documentation-starter.md b/content/theme/gatsby-documentation-starter.md deleted file mode 100644 index 6bb4f780a..000000000 --- a/content/theme/gatsby-documentation-starter.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Documentation Starter -github: https://github.com/whoisryosuke/gatsby-documentation-starter -demo: https://gatsby-documentation-starter.netlify.com/ -author: Ryosuke -ssg: - - Gatsby -cms: - - No Cms -date: 2018-09-21T00:04:42.000Z -description: >- - Automatically generate docs for React components using MDX, react-docgen, and - GatsbyJS -stale: true ---- diff --git a/content/theme/gatsby-ecommerce.md b/content/theme/gatsby-ecommerce.md deleted file mode 100644 index 6bcd46856..000000000 --- a/content/theme/gatsby-ecommerce.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Gatsby Ecommerce -github: https://github.com/a9kitkumar/Gatsby-Ecommerce -demo: https://cosmicjs.com/apps/gatsby-ecommerce-website/demo -author: Cosmic -ssg: - - Gatsby -cms: - - Cosmic -date: 2019-04-26T22:45:03.000Z -stale: true ---- diff --git a/content/theme/gatsby-firebase-hosting-starter.md b/content/theme/gatsby-firebase-hosting-starter.md deleted file mode 100644 index 41f47ae7d..000000000 --- a/content/theme/gatsby-firebase-hosting-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Firebase Hosting Starter -github: https://github.com/bijenkorf-james-wakefield/gatsby-firebase-hosting-starter -demo: https://gatsby-firebase-hosting.firebaseapp.com/ -author: James Wakefield -ssg: - - Gatsby -cms: - - Firebase -date: 2019-04-03T12:36:08.000Z -description: Gatsby starter with Firebase hosting configuration -stale: true ---- diff --git a/content/theme/gatsby-firebase-starter.md b/content/theme/gatsby-firebase-starter.md deleted file mode 100644 index 9f47e3b7d..000000000 --- a/content/theme/gatsby-firebase-starter.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Firebase Starter -github: https://github.com/ovidiumihaibelciug/gatsby-firebase-starter -demo: https://gatsby-firebase-starter.netlify.com/ -author: Belciug Ovidiu-Mihai -ssg: - - Gatsby -cms: - - Firebase -date: 2019-07-20T08:11:06.000Z -description: >- - 🔥 Starter Project / Boilerplate for Authentication and creating Dynamic pages - from collections with Firebase and Gatsby.js. -stale: true ---- diff --git a/content/theme/gatsby-flexible.md b/content/theme/gatsby-flexible.md deleted file mode 100644 index 364a432e3..000000000 --- a/content/theme/gatsby-flexible.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Flexible Gatsby -github: https://github.com/wangonya/flexible-gatsby -demo: https://flexible-gatsby.netlify.com/ -author: Kinyanjui Wangonya -ssg: - - Gatsby -cms: - - No Cms -date: 2019-10-08T09:53:49.000Z -description: Flexible-Gatsby is a simple and clean theme for Gatsby -stale: false ---- diff --git a/content/theme/gatsby-flotiq-blog-1.md b/content/theme/gatsby-flotiq-blog-1.md deleted file mode 100644 index c4110a4e7..000000000 --- a/content/theme/gatsby-flotiq-blog-1.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -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 deleted file mode 100644 index a1a5cab6b..000000000 --- a/content/theme/gatsby-flotiq-blog-2.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -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 deleted file mode 100644 index aa293b135..000000000 --- a/content/theme/gatsby-flotiq-event-1.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -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 deleted file mode 100644 index ef1135172..000000000 --- a/content/theme/gatsby-flotiq-event-2.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -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 deleted file mode 100644 index 1e84eeedc..000000000 --- a/content/theme/gatsby-flotiq-portfolio-1.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -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 deleted file mode 100644 index cd97a150f..000000000 --- a/content/theme/gatsby-flotiq-portfolio-2.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -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 deleted file mode 100644 index d3d0b1b85..000000000 --- a/content/theme/gatsby-flotiq-recipe-1.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -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 deleted file mode 100644 index a41393636..000000000 --- a/content/theme/gatsby-flotiq-recipe-2.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -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 deleted file mode 100644 index 8fe70f4a2..000000000 --- a/content/theme/gatsby-flotiq-shop-1.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -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 deleted file mode 100644 index 29695a854..000000000 --- a/content/theme/gatsby-flotiq-shop-2.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -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 deleted file mode 100644 index 62f0baa0d..000000000 --- a/content/theme/gatsby-gate.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gate -github: https://github.com/sarasate/gate -demo: https://gatejs.netlify.com/ -author: Sarasate -ssg: - - Gatsby -cms: - - No 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-ghub.md b/content/theme/gatsby-ghub.md deleted file mode 100644 index 35a6fb2f1..000000000 --- a/content/theme/gatsby-ghub.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Gatsby Ghub -github: https://github.com/dwyfrequency/gatsby-ghub -demo: https://gatsby-ghub.netlify.com/ -author: dwyfrequency -ssg: - - Gatsby -cms: - - No Cms -date: 2019-06-22T21:13:28.000Z -stale: true ---- diff --git a/content/theme/gatsby-gitbook-starter.md b/content/theme/gatsby-gitbook-starter.md deleted file mode 100644 index ca5d7786f..000000000 --- a/content/theme/gatsby-gitbook-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Gitbook Starter -github: https://github.com/hasura/gatsby-gitbook-starter -demo: https://learn.hasura.io/graphql/react/introduction -author: Hasura -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-04T14:09:01.000Z -description: Generate GitBook style modern docs/tutorial websites using Gatsby + MDX -stale: false ---- diff --git a/content/theme/gatsby-github-personal-website.md b/content/theme/gatsby-github-personal-website.md deleted file mode 100644 index b6acd708e..000000000 --- a/content/theme/gatsby-github-personal-website.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Github Personal Website -github: https://github.com/thakkaryash94/gatsby-github-personal-website -demo: https://thakkaryash94.netlify.com/ -author: Yash Thakkar -ssg: - - Gatsby -cms: - - No Cms -date: 2019-03-01T20:56:53.000Z -description: Repo for github portfolio using gatsby -stale: true ---- diff --git a/content/theme/gatsby-graphcms-tailwindcss-example.md b/content/theme/gatsby-graphcms-tailwindcss-example.md deleted file mode 100644 index 44f58fb0f..000000000 --- a/content/theme/gatsby-graphcms-tailwindcss-example.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Gatsby Graphcms Tailwindcss Example -github: https://github.com/GraphCMS/gatsby-graphcms-tailwindcss-example -demo: https://graphcms.github.io/gatsby-graphcms-tailwindcss-example/ -author: GraphCMS -ssg: - - Gatsby -cms: - - No Cms -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 deleted file mode 100644 index a0f802bc9..000000000 --- a/content/theme/gatsby-hello-friend.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Gatsby Hello Friend -github: https://github.com/panr/gatsby-starter-hello-friend -demo: https://gatsby-hello-friend.now.sh/ -author: Radek Kozieł -ssg: - - Gatsby -cms: - - No Cms -date: 2019-01-03T15:03:41.000Z -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 deleted file mode 100644 index 6f95ba87d..000000000 --- a/content/theme/gatsby-holo.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -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 deleted file mode 100644 index 7aeef7383..000000000 --- a/content/theme/gatsby-juma.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -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-kontent-lumen.md b/content/theme/gatsby-kontent-lumen.md deleted file mode 100644 index 424cdb930..000000000 --- a/content/theme/gatsby-kontent-lumen.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: Gatsby Kontent Lumen -github: https://github.com/Kentico/gatsby-starter-kontent-lumen -demo: https://gatsby-starter-kontent-lumen.netlify.app/ -author: makma -date: 2020-04-30T00:00:00.000Z -ssg: - - Gatsby -cms: - - Kontent -archetype: - - Blog - - Portfolio -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 - -Lumen is a minimal, lightweight and mobile-first starter for creating blogs using Gatsby and Kentico Kontent. - -## Features - -* Content from Kontent headless CMS. -* Lost Grid (peterramsing/lost). -* Beautiful typography inspired by matejlatin/Gutenberg. -* Mobile-First approach in development. -* Stylesheet built using SASS and BEM-Style naming. -* Syntax highlighting in code blocks. -* Sidebar menu built using a configuration block. -* Archive organized by tags and categories. -* Automatic Sitemap generation. -* Google Analytics support. diff --git a/content/theme/gatsby-kontent-paperbase.md b/content/theme/gatsby-kontent-paperbase.md deleted file mode 100644 index 99ad96c21..000000000 --- a/content/theme/gatsby-kontent-paperbase.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Gatsby Kontent Paperbase -github: https://github.com/Simply007/kontent-sample-app-gatsby-intranet -demo: https://kontent-sample-app-gatsby-intranet.netlify.app -author: Simply007 -date: 2020-12-01T00:00:00.000Z -ssg: - - Gatsby -cms: - - Kontent -description: Material UI Paperbase Starter for Gatsby with Kentico Kontent. -stale: true ---- - -# Material UI Paperbase Starter - -Showcase of Intranet admin UI using Material design, Gatsby, and Kentico Kontent. - -## Features - -* Gatsby static site generator -* Data source - Kentico Kontent (using Gatsby source plugin for Kentico Kontent) -* Material design UI -* Multilingual diff --git a/content/theme/gatsby-kontent-photon.md b/content/theme/gatsby-kontent-photon.md deleted file mode 100644 index 2af5b5a8e..000000000 --- a/content/theme/gatsby-kontent-photon.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Gatsby Kontent Photon -github: https://github.com/Simply007/kontent-template-gatsby-landing-page-photon -demo: https://kontent-template-gatsby-landing-page-photon.netlify.app -author: Simply007 -date: 2020-04-30T00:00:00.000Z -ssg: - - Gatsby -cms: - - Kontent -archetype: - - Portfolio -description: Kentico Kontent web template using Gatsby and Kentico Kontent. -stale: true ---- - -# A simple starter kit for Kontent and GatsbyJS - -Kentico Kontent web template using Gatsby and Kentico Kontent. - -## Features - -* GatsbyJS static site generator -* Data source - Kentico Kontent (using Gatsby source plugin for Kentico Kontent) -* Styling using SCSS -* Font awesome + Material Icons -* CSS Grid diff --git a/content/theme/gatsby-lewis-starter-blog.md b/content/theme/gatsby-lewis-starter-blog.md deleted file mode 100644 index a9d51f0b4..000000000 --- a/content/theme/gatsby-lewis-starter-blog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Lewis Blog -github: https://github.com/lewislbr/lewis-gatsby-starter-blog -demo: https://lewis-gatsby-starter-blog.firebaseapp.com/ -author: Lewis Llobera -ssg: - - Gatsby -cms: - - No Cms -date: 2019-04-02T20:35:25.000Z -description: A custom Gatsby starter template to start a blog or personal website. -stale: false -disabled_reason: demo url not found -disabled: true ---- diff --git a/content/theme/gatsby-localization-app-starter.md b/content/theme/gatsby-localization-app-starter.md deleted file mode 100644 index b9bcf1038..000000000 --- a/content/theme/gatsby-localization-app-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Localization App Starter -github: https://github.com/cosmicjs/gatsby-localization-app-starter -demo: https://cosmicjs.com/apps/gatsby-localization-app-starter/demo -author: Cosmic -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-03T16:34:14.000Z -description: A Gatsby localization website powered by Cosmic -stale: true ---- diff --git a/content/theme/gatsby-london.md b/content/theme/gatsby-london.md deleted file mode 100644 index 731c064be..000000000 --- a/content/theme/gatsby-london.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby London -github: https://github.com/ImedAdel/gatsby-london -demo: https://gatsby-london.netlify.com/ -author: Imed Adel -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-18T14:17:26.000Z -description: A free, open source, image-concentric starter for GatsbyJS -stale: true ---- diff --git a/content/theme/gatsby-magazine-example.md b/content/theme/gatsby-magazine-example.md deleted file mode 100644 index b47c4a568..000000000 --- a/content/theme/gatsby-magazine-example.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Magazine Example -github: https://github.com/livingdocsIO/gatsby-magazine-example -demo: https://magazine-example.livingdocs.io/ -author: Livingdocs -ssg: - - Gatsby -cms: - - No Cms -date: 2018-12-19T14:47:21.000Z -description: >- - This is an open-source Demo Magazine built with Livingdocs. Check out the code - and make it yours! -stale: true ---- diff --git a/content/theme/gatsby-markdown-blog-starter.md b/content/theme/gatsby-markdown-blog-starter.md deleted file mode 100644 index 502c6fcf1..000000000 --- a/content/theme/gatsby-markdown-blog-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Markdown Blog Starter -github: https://github.com/ammarjabakji/gatsby-markdown-blog-starter -demo: https://gatsby-markdown-blog-starter.netlify.com/ -author: Ammar Jabakji -ssg: - - Gatsby -cms: - - No Cms -date: 2019-08-28T09:16:35.000Z -description: 'Gatsby Markdown Blog Starter, demo link:' -stale: true ---- diff --git a/content/theme/gatsby-markdown-material-typescript-starter.md b/content/theme/gatsby-markdown-material-typescript-starter.md deleted file mode 100644 index 9db93e5cf..000000000 --- a/content/theme/gatsby-markdown-material-typescript-starter.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Gatsby Markdown Material TypeScript/TSX Responsive Blog Starter -github: https://github.com/stephen-cloud/gatsby-markdown-material-typescript-starter -demo: https://gatsby-markdown-material-typescript-starter.stephen.cloud/ -author: Stephen Harrison and Alejandro Roman -archetype: - - Blog - - Portfolio -ssg: - - Gatsby -cms: - - No Cms -date: 2020-06-30T00:00:00.000Z -description: Markdown Material UI TypeScript/TSX -stale: true ---- - -# A blog starter for a Material UI and TypeScript/TSX - -Based on the simple blog starters out there but ported to Material UI and TypeScript/TSX. - -## Features - -* Material UI -* Support for customized themes -* TypeScript/TSX -* Responsive design -* GitHub actions for publishing to GitHub pages -* Tags -* Categories diff --git a/content/theme/gatsby-material-design-for-bootstrap.md b/content/theme/gatsby-material-design-for-bootstrap.md deleted file mode 100644 index a774482c9..000000000 --- a/content/theme/gatsby-material-design-for-bootstrap.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Gatsby Material Design For Bootstrap -github: https://github.com/anna-morawska/gatsby-material-design-for-bootstrap -demo: https://gatsby-starter.mdbootstrap.com/ -author: Anna -ssg: - - Gatsby -cms: - - No Cms -date: 2019-01-24T13:06:10.000Z -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 deleted file mode 100644 index 468a70d69..000000000 --- a/content/theme/gatsby-material-kit-react.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: gatsby-material-kit-react -github: https://github.com/WebCu/gatsby-material-kit-react -demo: https://amazing-jones-e61bda.netlify.com/ -author: Jorge A. Glez. Mena -ssg: - - Gatsby -cms: - - No Cms -date: 2019-03-10T21:21:12.000Z -description: Adapt Material Kit React to Gatsby -stale: true ---- diff --git a/content/theme/gatsby-material-starter.md b/content/theme/gatsby-material-starter.md deleted file mode 100644 index 99a13514a..000000000 --- a/content/theme/gatsby-material-starter.md +++ /dev/null @@ -1,83 +0,0 @@ ---- -title: Gatsby Material Starter -github: https://github.com/Vagr9K/gatsby-material-starter -demo: https://gatsby-theme-material.netlify.app/ -author: vagr9k -date: 2021-12-31T00:00:00.000Z -ssg: - - Gatsby -cms: - - 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 deleted file mode 100644 index 7101f915d..000000000 --- a/content/theme/gatsby-material-ui-business-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Material UI Business -github: https://github.com/bluepeter/gatsby-material-ui-business-starter -demo: https://bluepeter.github.io/gatsby-material-ui-business-starter/ -author: bluepeter -ssg: - - Gatsby -cms: - - No Cms -date: 2019-01-09T23:04:36.000Z -description: Beautiful Gatsby Material UI Business Starter -stale: true ---- diff --git a/content/theme/gatsby-mdbreact-starter.md b/content/theme/gatsby-mdbreact-starter.md deleted file mode 100644 index d8e52ef31..000000000 --- a/content/theme/gatsby-mdbreact-starter.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsyb Mdb React -github: https://github.com/jjcav84/mdbreact-gatsby-starter -demo: https://gatsbystartermdb.netlify.com/ -author: Jacob Cavazos -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-04T23:51:02.000Z -description: >- - This is the single page web application starter that I built with MDBootstrap, - React, and Gatsby -stale: true ---- diff --git a/content/theme/gatsby-mdx-netlify-cms-starter.md b/content/theme/gatsby-mdx-netlify-cms-starter.md deleted file mode 100644 index 48c170a64..000000000 --- a/content/theme/gatsby-mdx-netlify-cms-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Mdx Netlify CMS -github: https://github.com/renvrant/gatsby-mdx-netlify-cms-starter -demo: https://mystifying-mclean-5c7fce.netlify.com/ -author: Renee Blackburn -ssg: - - Gatsby -cms: - - No Cms -date: 2019-02-27T19:17:17.000Z -description: Gatsby-MDX with Netlify CMS. Support React components in your CMS editor! -stale: true ---- diff --git a/content/theme/gatsby-minimal-portfolio-blog.md b/content/theme/gatsby-minimal-portfolio-blog.md deleted file mode 100644 index c2782d767..000000000 --- a/content/theme/gatsby-minimal-portfolio-blog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Minimal Portfolio Blog -github: https://github.com/s-kris/gatsby-minimal-portfolio-blog -demo: https://saikrishna.me/ -author: Sai Krishna -ssg: - - Gatsby -cms: - - No Cms -date: 2019-01-02T16:26:06.000Z -description: >- - GatsbyJS starter for a minimal portfolio website with blog. Suitable for - developers. -stale: true ---- diff --git a/content/theme/gatsby-myclicks.md b/content/theme/gatsby-myclicks.md deleted file mode 100644 index 347bac0af..000000000 --- a/content/theme/gatsby-myclicks.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: MyClicks -github: https://github.com/himali-patel/MyClicks -demo: https://myclicks.netlify.com -author: https://github.com/himali-patel -ssg: - - Gatsby -cms: - - No Cms -date: 2019-03-14T09:23:14.000Z -description: Portfolio with gatsby and contentful -stale: true ---- diff --git a/content/theme/gatsby-nes.md b/content/theme/gatsby-nes.md deleted file mode 100644 index 621ccac70..000000000 --- a/content/theme/gatsby-nes.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -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 deleted file mode 100644 index 5f8e7dd25..000000000 --- a/content/theme/gatsby-netlify-cms.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Netlify CMS -github: https://github.com/robertcoopercode/gatsby-netlify-cms -demo: https://gatsby-netlify-cms-example.netlify.com/ -author: Robert Cooper -ssg: - - Gatsby -cms: - - 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-netlify-identity-starter.md b/content/theme/gatsby-netlify-identity-starter.md deleted file mode 100644 index b98c0db26..000000000 --- a/content/theme/gatsby-netlify-identity-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Netlify Identity -github: https://github.com/lwz7512/gatsby-netlify-identity-starter -demo: https://inspiring-me-lwz7512.netlify.com/ -author: liwenzhi -ssg: - - Gatsby -cms: - - No Cms -date: 2018-12-21T19:54:09.000Z -description: a gatsby static site generator with netlify identity control... -stale: true ---- diff --git a/content/theme/gatsby-netlifycms-blog-web-app.md b/content/theme/gatsby-netlifycms-blog-web-app.md deleted file mode 100644 index 9bbabd961..000000000 --- a/content/theme/gatsby-netlifycms-blog-web-app.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -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 deleted file mode 100644 index 3625f2d29..000000000 --- a/content/theme/gatsby-nice-blog.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Gatsby Nice Blog -github: https://github.com/abhaynikam/gatsby-nice-blog -demo: https://nostalgic-liskov-e76c32.netlify.app/ -author: abhaynikam -date: 2020-10-11T00:00:00.000Z -ssg: - - Gatsby -archetype: - - Blog - - Portfolio -description: A nice starter gatsby blog post template with -disabled: false -stale: true -disabled_reason: '' ---- - -# Nice blog - -Nice blogs is a simple minimal blog template boilerplate built using Gatsby. Kickoff your blog website with simple steps and focus more on content than building and shipping a blog website. - -## Features - -* Pagniated minimalistic blog template. -* Google analytics. -* XML sitemap for helping search engines to find site. -* SEO compliant. -* Comments via Disqus. diff --git a/content/theme/gatsby-oneshopper.md b/content/theme/gatsby-oneshopper.md deleted file mode 100644 index 7e1f96848..000000000 --- a/content/theme/gatsby-oneshopper.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: OneShopper -github: https://github.com/rohitguptab/OneShopper -demo: https://oneshopper.netlify.com/ -author: Rohit Gupta -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-13T05:52:36.000Z -description: This is repository create for Ecommerce site With Gatsby js -stale: true ---- diff --git a/content/theme/gatsby-personal-starter-blog.md b/content/theme/gatsby-personal-starter-blog.md deleted file mode 100644 index 5106be50e..000000000 --- a/content/theme/gatsby-personal-starter-blog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Personal Starter Blog -github: https://github.com/thomaswangio/gatsby-personal-starter-blog -demo: https://gatsby-personal-starter-blog.netlify.com/ -author: Thomas Wang -ssg: - - Gatsby -cms: - - No Cms -date: 2019-04-22T00:28:28.000Z -description: Gatsby starter for a personal site && blog! 🐶 -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 deleted file mode 100644 index 994e0419f..000000000 --- a/content/theme/gatsby-portfolio-dev.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Portfolio Dev -github: https://github.com/smakosh/gatsby-portfolio-dev -demo: https://portfolio.smakosh.com/ -author: Ismail Ghallou -ssg: - - Gatsby -cms: - - No Cms -date: 2018-12-27T16:25:46.000Z -description: A portfolio for developers -stale: true ---- diff --git a/content/theme/gatsby-portfolio.md b/content/theme/gatsby-portfolio.md deleted file mode 100644 index 1f0cbcac0..000000000 --- a/content/theme/gatsby-portfolio.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Portfolio -github: https://github.com/datocms/gatsby-portfolio -demo: https://cranky-edison-12166d.netlify.com -author: DatoCMS -ssg: - - Gatsby -cms: - - DatoCMS -date: 2017-12-01T17:08:02.000Z -description: Sample DatoCMS website built with GatsbyJS -stale: true ---- diff --git a/content/theme/gatsby-prismic-starter-prist.md b/content/theme/gatsby-prismic-starter-prist.md deleted file mode 100644 index 35f82f787..000000000 --- a/content/theme/gatsby-prismic-starter-prist.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Prismic Starter Prist -github: https://github.com/margueriteroth/gatsby-prismic-starter-prist -demo: https://prist.marguerite.io/ -author: Marguerite Roth -ssg: - - Gatsby -cms: - - Prismic -date: 2020-03-18T00:00:00.000Z -description: Gatsby starter for portfolios and blogs using Prismic CMS -stale: true ---- diff --git a/content/theme/gatsby-react-boilerplate.md b/content/theme/gatsby-react-boilerplate.md deleted file mode 100644 index f433b6d1e..000000000 --- a/content/theme/gatsby-react-boilerplate.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby React Boilerplate -github: https://github.com/PrototypeInteractive/gatsby-react-boilerplate -demo: https://prototypeinteractive.github.io/gatsby-react-boilerplate/ -author: Prototype Interactive -ssg: - - Gatsby -cms: - - No Cms -date: 2017-10-13T18:45:57.000Z -description: Gatsbyjs boilerplate -stale: true ---- diff --git a/content/theme/gatsby-react-bootstrap-starter.md b/content/theme/gatsby-react-bootstrap-starter.md deleted file mode 100644 index 4c3017c66..000000000 --- a/content/theme/gatsby-react-bootstrap-starter.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Gatsby React Bootstrap Starter -github: https://github.com/billyjacoby/gatsby-react-bootstrap-starter -demo: https://billyjacoby.github.io/gatsby-react-bootstrap-starter/ -author: https://github.com/billyjacoby -ssg: - - Gatsby -cms: - - No Cms -css: - - Bootstrap -date: 2019-04-30T23:01:02.000Z -stale: true ---- diff --git a/content/theme/gatsby-redux-starter.md b/content/theme/gatsby-redux-starter.md deleted file mode 100644 index 61d58603e..000000000 --- a/content/theme/gatsby-redux-starter.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Gatsby Redux Starter -github: https://github.com/AVivero/gatsby-redux-starter -demo: https://avivero.github.io/gatsby-redux-starter/ -author: Alex Vivero -ssg: - - Gatsby -cms: - - No Cms -css: - - SCSS - - Bootstrap -date: 2018-11-06T06:56:06.000Z -description: >- - A simple GatsbyJS starter that provides multiple technologies out of the box, - like Redux, Sass and Bootstrap. -stale: true ---- diff --git a/content/theme/gatsby-scientific-blog-machine-learning.md b/content/theme/gatsby-scientific-blog-machine-learning.md deleted file mode 100644 index a2c50af80..000000000 --- a/content/theme/gatsby-scientific-blog-machine-learning.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Scientific Blog Machine Learning -github: https://github.com/DanShai/gatsbyv2-scientific-blog-machine-learning -demo: https://danshai.github.io/gatsbyv2-scientific-blog-machine-learning/ -author: Dan Shai -ssg: - - Gatsby -cms: - - No Cms -date: 2018-09-27T10:20:26.000Z -description: gatsby V2 scientific machine learning blog Starter -stale: true ---- diff --git a/content/theme/gatsby-serif-theme.md b/content/theme/gatsby-serif-theme.md deleted file mode 100644 index b46fc28d4..000000000 --- a/content/theme/gatsby-serif-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Serif Theme -github: https://github.com/JugglerX/gatsby-serif-theme -demo: https://gatsby-serif.netlify.com/ -author: Robert Austin -ssg: - - Gatsby -cms: - - No Cms -date: 2018-12-12T04:58:52.000Z -description: Serif is a beautiful small business theme for Gatsby. -stale: true ---- diff --git a/content/theme/gatsby-simple-blog.md b/content/theme/gatsby-simple-blog.md deleted file mode 100644 index 521a6bc4f..000000000 --- a/content/theme/gatsby-simple-blog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Simple Blog -github: https://github.com/thundermiracle/gatsby-simple-blog -demo: https://gatsby-simple-blog.thundermiracle.com/ -author: ThunderMiracle -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-14T11:18:12.000Z -description: >- - an easily configurable gatsby-starter-blog with overreacted looking and tags, - breadcrumbs, disqus, i18n, eslint supported -stale: false ---- diff --git a/content/theme/gatsby-simple-contentful-starter.md b/content/theme/gatsby-simple-contentful-starter.md deleted file mode 100644 index d4d46dee8..000000000 --- a/content/theme/gatsby-simple-contentful-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Simple Contentful Starter -github: https://github.com/cwlsn/gatsby-simple-contentful-starter -demo: https://gatsby-simple-contentful-starter.netlify.com/ -author: Connor Wilson -ssg: - - Gatsby -cms: - - Contentful -date: 2018-10-10T00:47:54.000Z -description: 🎊 A simple Gatsby Starter that talks to Contentful. -stale: true ---- diff --git a/content/theme/gatsby-snipcart.md b/content/theme/gatsby-snipcart.md deleted file mode 100644 index 484f3d641..000000000 --- a/content/theme/gatsby-snipcart.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Snipcart -github: https://github.com/issydennis/gatsby-snipcart -demo: https://gatsby-snipcart-starter.netlify.com/ -author: Issy Dennis -ssg: - - Gatsby -cms: - - No Cms -services: - - Snipcart -date: 2020-03-18T00:00:00.000Z -description: Gatsby and Snipcart Starter -stale: true ---- diff --git a/content/theme/gatsby-starter-accessibility.md b/content/theme/gatsby-starter-accessibility.md deleted file mode 100644 index 9de0212d3..000000000 --- a/content/theme/gatsby-starter-accessibility.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Accessibility -github: https://github.com/benjamingrobertson/gatsby-starter-accessibility -demo: https://gatsby-starter-accessibility.netlify.com/ -author: Ben Robertson -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-01T15:58:21.000Z -description: A Gatsby starter with powerful built-in accessibility tools. -stale: true ---- diff --git a/content/theme/gatsby-starter-act-blog.md b/content/theme/gatsby-starter-act-blog.md deleted file mode 100644 index 1ceecaca9..000000000 --- a/content/theme/gatsby-starter-act-blog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Starter Act Blog -github: https://github.com/act-labs/gatsby-starter-act-blog -demo: https://act-labs.github.io -author: act-labs -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-31T16:02:20.000Z -description: >- - ACT: Gatsby starter for blog/documentation using MDX, Ant Design, - gatsby-plugin-combine -stale: true ---- diff --git a/content/theme/gatsby-starter-aerial.md b/content/theme/gatsby-starter-aerial.md deleted file mode 100644 index 69b27ea17..000000000 --- a/content/theme/gatsby-starter-aerial.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Aerial -github: https://github.com/anubhavsrivastava/gatsby-starter-aerial -demo: https://anubhavsrivastava.github.io/gatsby-starter-aerial/ -author: Anubhav Srivastava -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-11T14:53:26.000Z -description: Gatsby.js V2 starter template based on aerial by HTML5 UP -stale: true ---- diff --git a/content/theme/gatsby-starter-apollo-netlify.md b/content/theme/gatsby-starter-apollo-netlify.md deleted file mode 100644 index 4722fbb5c..000000000 --- a/content/theme/gatsby-starter-apollo-netlify.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Gatsby Apollo Netlify -github: https://github.com/piducancore/gatsby-starter-apollo-netlify -demo: https://gatsby-starter-apollo.netlify.com/ -author: piducancore -ssg: - - Gatsby -cms: - - No Cms -date: 2019-07-24T20:30:38.000Z -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: true ---- diff --git a/content/theme/gatsby-starter-auth-aws-amplify.md b/content/theme/gatsby-starter-auth-aws-amplify.md deleted file mode 100644 index 1658c7471..000000000 --- a/content/theme/gatsby-starter-auth-aws-amplify.md +++ /dev/null @@ -1,13 +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 -description: A full-featured AWS Amplify Auth starter made with GatsbyJS -stale: true ---- diff --git a/content/theme/gatsby-starter-bee.md b/content/theme/gatsby-starter-bee.md deleted file mode 100644 index a96be5058..000000000 --- a/content/theme/gatsby-starter-bee.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Starter Bee -github: https://github.com/JaeYeopHan/gatsby-starter-bee -demo: https://gatsby-starter-bee.netlify.com/ -author: JaeYeopHan -ssg: - - Gatsby -cms: - - No Cms -date: 2019-02-03T14:27:33.000Z -description: >- - 🐝Full Package | Simple | Fresh UI | Blog Template :: Let's start to blogging - with gatsby-starter-bee! -stale: false ---- diff --git a/content/theme/gatsby-starter-blockstack.md b/content/theme/gatsby-starter-blockstack.md deleted file mode 100644 index 79fdba166..000000000 --- a/content/theme/gatsby-starter-blockstack.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Blockstack -github: https://github.com/friedger/gatsby-starter-blockstack -demo: https://gatsby-starter-blockstack.openintents.org/ -author: Friedger Müffke -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-13T09:17:28.000Z -description: Make decentralized apps with Gatsby + Blockstack -stale: true ---- diff --git a/content/theme/gatsby-starter-blog-amp-to-pwa.md b/content/theme/gatsby-starter-blog-amp-to-pwa.md deleted file mode 100644 index db7ab06e9..000000000 --- a/content/theme/gatsby-starter-blog-amp-to-pwa.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Blog AMP to PWA -github: https://github.com/tomoyukikashiro/gatsby-starter-blog-amp-to-pwa -demo: https://gatsby-starter-blog-amp-to-pwa.netlify.com/ -author: Tomoyuki Kashiro -ssg: - - Gatsby -cms: - - No 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-grommet.md b/content/theme/gatsby-starter-blog-grommet.md deleted file mode 100644 index 34fde91ae..000000000 --- a/content/theme/gatsby-starter-blog-grommet.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Blog Grommet -github: https://github.com/Ganevru/gatsby-starter-blog-grommet -demo: https://gatsby-starter-blog-grommet.netlify.com/ -author: Ivan Ganev -ssg: - - Gatsby -cms: - - No Cms -date: 2018-09-21T19:19:22.000Z -description: 'A Gatsby v2 starter based on Grommet v2 UI. Demo:' -stale: true ---- diff --git a/content/theme/gatsby-starter-blog-jumpalottahigh.md b/content/theme/gatsby-starter-blog-jumpalottahigh.md deleted file mode 100644 index 9565ad80c..000000000 --- a/content/theme/gatsby-starter-blog-jumpalottahigh.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Blog Jumpalottahigh -github: https://github.com/jumpalottahigh/gatsby-starter-blog-jumpalottahigh -demo: https://gatsby-starter-blog-jumpalottahigh.netlify.com/ -author: Georgi Yanev -ssg: - - Gatsby -cms: - - No Cms -date: 2018-06-02T18:38:14.000Z -description: >- - Gatsby v2 blog starter with SEO, search, filter, reading progress, mobile menu - fab -stale: true ---- diff --git a/content/theme/gatsby-starter-blog-mdx.md b/content/theme/gatsby-starter-blog-mdx.md deleted file mode 100644 index 0410589e8..000000000 --- a/content/theme/gatsby-starter-blog-mdx.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Blog Mdx -github: https://github.com/hagnerd/gatsby-starter-blog-mdx -demo: https://gatsby-starter-blog-mdx-demo.netlify.com/ -author: Matt Hagner -ssg: - - Gatsby -cms: - - No Cms -date: 2019-01-03T15:16:26.000Z -description: Live Demo -stale: true ---- diff --git a/content/theme/gatsby-starter-blog-with-lunr.md b/content/theme/gatsby-starter-blog-with-lunr.md deleted file mode 100644 index 4843b1f76..000000000 --- a/content/theme/gatsby-starter-blog-with-lunr.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Blog With Lunr -github: https://github.com/lukewhitehouse/gatsby-starter-blog-with-lunr -demo: https://gatsby-starter-blog-with-lunr.netlify.com/ -author: Luke Whitehouse -ssg: - - Gatsby -cms: - - No Cms -date: 2019-04-26T20:57:26.000Z -description: >- - Building upon Gatsby's blog starter with a Lunr.js powered Site Search. - https://gatsby-starter-blog-with-lunr.netlify.com/ -stale: true ---- diff --git a/content/theme/gatsby-starter-blog.md b/content/theme/gatsby-starter-blog.md deleted file mode 100644 index febf4bdf2..000000000 --- a/content/theme/gatsby-starter-blog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Starter Blog -github: https://github.com/gatsbyjs/gatsby-starter-blog -demo: https://gatsby-starter-blog-demo.netlify.com/ -author: Kyle Mathews -ssg: - - Gatsby -cms: - - No 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 deleted file mode 100644 index b7ac9b019..000000000 --- a/content/theme/gatsby-starter-bootstrap-netlify.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Starter Bootstrap Netlify -github: https://github.com/konsumer/gatsby-starter-bootstrap-netlify -demo: https://gatsby-starter-bootstrap-netlify.netlify.com/ -author: David Konsumer -ssg: - - Gatsby -cms: - - DecapCMS -css: - - Bootstrap -date: 2017-11-08T01:59:41.000Z -description: Bootstrap and netlify CMS starter for Gatsby -stale: true ---- diff --git a/content/theme/gatsby-starter-business.md b/content/theme/gatsby-starter-business.md deleted file mode 100644 index a2f0e4799..000000000 --- a/content/theme/gatsby-starter-business.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Business -github: https://github.com/v4iv/gatsby-starter-business -demo: https://gatsby-starter-business.netlify.com/ -author: Vaibhav Sharma -ssg: - - Gatsby -cms: - - No Cms -date: 2018-03-31T13:20:45.000Z -description: Gatsby Business Website Starter -stale: true ---- diff --git a/content/theme/gatsby-starter-buttercms.md b/content/theme/gatsby-starter-buttercms.md deleted file mode 100644 index 200aaeeff..000000000 --- a/content/theme/gatsby-starter-buttercms.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Buttercms -github: https://github.com/ButterCMS/gatsby-starter-buttercms -demo: https://gatsby-starter-buttercms.netlify.com/ -author: ButterCMS -ssg: - - Gatsby -cms: - - No Cms -date: 2019-01-22T19:39:01.000Z -description: A starter template for spinning up a Gatsby+ ButterCMS site -stale: false ---- diff --git a/content/theme/gatsby-starter-calpa-blog.md b/content/theme/gatsby-starter-calpa-blog.md deleted file mode 100644 index 1b1c24242..000000000 --- a/content/theme/gatsby-starter-calpa-blog.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Calpa Blog -github: https://github.com/calpa/gatsby-starter-calpa-blog -demo: https://calpa.me/ -author: Calpa Liu -ssg: - - Gatsby -cms: - - No Cms -date: 2017-10-15T13:40:48.000Z -description: Calpa's Blog (GatsbyJS Starter X Netlify CMS) -stale: false ---- diff --git a/content/theme/gatsby-starter-carraway.md b/content/theme/gatsby-starter-carraway.md deleted file mode 100644 index 8a6436607..000000000 --- a/content/theme/gatsby-starter-carraway.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Gatsby Starter Carraway -github: https://github.com/endymion1818/gatsby-starter-carraway -demo: https://gatsby-starter-carraway.netlify.com/ -author: Ben Read -ssg: - - Gatsby -cms: - - No Cms -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: 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 deleted file mode 100644 index 1f77afc75..000000000 --- a/content/theme/gatsby-starter-casual.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Casual -github: https://github.com/anubhavsrivastava/gatsby-starter-casual -demo: https://anubhavsrivastava.github.io/gatsby-starter-casual/ -author: Anubhav Srivastava -ssg: - - Gatsby -cms: - - No Cms -date: 2019-06-27T11:35:02.000Z -description: Gatsby.js V2 starter template based on Casual by startbootstrap -stale: true ---- diff --git a/content/theme/gatsby-starter-contentful-i18n.md b/content/theme/gatsby-starter-contentful-i18n.md deleted file mode 100644 index c4d49aa59..000000000 --- a/content/theme/gatsby-starter-contentful-i18n.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Contentful i18n -github: https://github.com/mccrodp/gatsby-starter-contentful-i18n -demo: https://gatsby-starter-contentful-i18n.netlify.com/en-US/ -author: Paul McCrodden -ssg: - - Gatsby -cms: - - Contentful -date: 2018-02-11T06:35:14.000Z -description: i18n support and language switcher for Contentful starter repo -stale: true ---- diff --git a/content/theme/gatsby-starter-contentstack.md b/content/theme/gatsby-starter-contentstack.md deleted file mode 100644 index b451ecb99..000000000 --- a/content/theme/gatsby-starter-contentstack.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Contentstack -github: https://github.com/contentstack/gatsby-starter-contentstack -demo: https://gatsby-contentstack-starter.netlify.com/ -author: Contentstack -ssg: - - Gatsby -cms: - - No Cms -date: 2018-09-21T12:47:31.000Z -description: A starter kit for building a websites using Gatsby and Contentstack -stale: false ---- diff --git a/content/theme/gatsby-starter-cv.md b/content/theme/gatsby-starter-cv.md deleted file mode 100644 index 04478c635..000000000 --- a/content/theme/gatsby-starter-cv.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Starter CV -github: https://github.com/santosfrancisco/gatsby-starter-cv -demo: https://santosfrancisco.github.io/gatsby-starter-cv/ -author: Francisco Santos -ssg: - - Gatsby -cms: - - No Cms -date: 2018-12-24T00:05:49.000Z -description: >- - A simple starter to get up and developing your digital curriculum with - GatsbyJS -stale: true ---- diff --git a/content/theme/gatsby-starter-deck.md b/content/theme/gatsby-starter-deck.md deleted file mode 100644 index c25338cad..000000000 --- a/content/theme/gatsby-starter-deck.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Deck -github: https://github.com/fabe/gatsby-starter-deck -demo: https://gatsby-deck.netlify.com -author: Fabian Schultz -ssg: - - Gatsby -cms: - - No Cms -date: 2017-11-23T23:22:27.000Z -description: 🗣 Create presentations using Gatsby, React & Markdown. -stale: true ---- diff --git a/content/theme/gatsby-starter-default-typescript.md b/content/theme/gatsby-starter-default-typescript.md deleted file mode 100644 index 39e31ec3a..000000000 --- a/content/theme/gatsby-starter-default-typescript.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Starter Default Typescript -github: https://github.com/andykenward/gatsby-starter-default-typescript -demo: https://gatsby-starter-default-typescript.netlify.com/ -author: Andy Kenward -ssg: - - Gatsby -cms: - - No 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 deleted file mode 100644 index 81b7eb522..000000000 --- a/content/theme/gatsby-starter-default.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Starter Default -github: https://github.com/gatsbyjs/gatsby-starter-default -demo: https://gatsby-starter-default-demo.netlify.com/ -author: Gatsby -ssg: - - Gatsby -cms: - - No 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 deleted file mode 100644 index e3f52f0b8..000000000 --- a/content/theme/gatsby-starter-developer-blog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Developer Blog -github: https://github.com/lgcolella/gatsby-starter-developer-blog -demo: https://lgcolella.github.io/gatsby-starter-developer-blog/ -author: Luigi Colella -ssg: - - Gatsby -cms: - - No Cms -date: 2018-12-19T22:42:37.000Z -description: Blog starter made with Gatbsy.js -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 deleted file mode 100644 index ebef8cf44..000000000 --- a/content/theme/gatsby-starter-developer-diary.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Developer Diary -github: https://github.com/willjw3/gatsby-starter-developer-diary -demo: https://developer-diary.netlify.com/ -author: Will Ward -ssg: - - Gatsby -cms: - - No Cms -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: true ---- diff --git a/content/theme/gatsby-starter-devto.md b/content/theme/gatsby-starter-devto.md deleted file mode 100644 index 6e66afbab..000000000 --- a/content/theme/gatsby-starter-devto.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Devto -github: https://github.com/geocine/gatsby-starter-devto -demo: https://gatsby-starter-devto.netlify.com/ -author: Aivan Monceller -ssg: - - Gatsby -cms: - - No Cms -date: 2019-03-27T13:44:31.000Z -description: A GatsbyJS starter template that leverages the Dev.to API -stale: true ---- diff --git a/content/theme/gatsby-starter-dimension.md b/content/theme/gatsby-starter-dimension.md deleted file mode 100644 index 5ea7d1bec..000000000 --- a/content/theme/gatsby-starter-dimension.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Gatsby Starter Dimension -github: https://github.com/codebushi/gatsby-starter-dimension -demo: https://gatsby-dimension.surge.sh/ -author: Code Bushi -ssg: - - Gatsby -cms: - - No Cms -date: 2017-11-25T18:56:41.000Z -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. -stale: true ---- diff --git a/content/theme/gatsby-starter-directive.md b/content/theme/gatsby-starter-directive.md deleted file mode 100644 index 59f6ff8a9..000000000 --- a/content/theme/gatsby-starter-directive.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Directive -github: https://github.com/anubhavsrivastava/gatsby-starter-directive -demo: https://anubhavsrivastava.github.io/gatsby-starter-directive/ -author: ANUBHAV SRIVASTAVA -ssg: - - Gatsby -cms: - - No Cms -date: 2019-06-07T18:46:04.000Z -description: Gatsby.js V2 starter template based on Directive by HTML5 UP -stale: true ---- diff --git a/content/theme/gatsby-starter-docz.md b/content/theme/gatsby-starter-docz.md deleted file mode 100644 index f0d7894dc..000000000 --- a/content/theme/gatsby-starter-docz.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Docz -github: https://github.com/RobinCsl/gatsby-starter-docz -demo: https://gatsby-starter-docz.netlify.com/ -author: Robin Cussol -ssg: - - Gatsby -cms: - - No Cms -date: 2019-01-19T19:10:34.000Z -description: Simple starter where building your own documentation with Docz is possible -stale: true ---- diff --git a/content/theme/gatsby-starter-ecommerce.md b/content/theme/gatsby-starter-ecommerce.md deleted file mode 100644 index 6f41085a0..000000000 --- a/content/theme/gatsby-starter-ecommerce.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Ecommerce -github: https://github.com/parmsang/gatsby-starter-ecommerce -demo: https://parmsang.github.io/gatsby-starter-ecommerce/ -author: Parminder Sanghera -ssg: - - Gatsby -cms: - - No Cms -date: 2018-06-08T07:15:32.000Z -description: Gatsby starter for creating an eCommerce site using the Moltin eCommerce Api -stale: true ---- diff --git a/content/theme/gatsby-starter-elemental.md b/content/theme/gatsby-starter-elemental.md deleted file mode 100644 index 44774d078..000000000 --- a/content/theme/gatsby-starter-elemental.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Elemental -github: https://github.com/akzhy/gatsby-starter-elemental -demo: https://elemental.netlify.com -author: Akshay -ssg: - - Gatsby -cms: - - No Cms -date: 2019-07-25T09:28:07.000Z -description: Gatsby starter for portfolio sites -stale: true ---- diff --git a/content/theme/gatsby-starter-event-calendar.md b/content/theme/gatsby-starter-event-calendar.md deleted file mode 100644 index 680206455..000000000 --- a/content/theme/gatsby-starter-event-calendar.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Event Calendar -github: https://github.com/EmaSuriano/gatsby-starter-event-calendar -demo: https://gatsby-starter-event-calendar.netlify.com/ -author: Emanuel Suriano -ssg: - - Gatsby -cms: - - No Cms -date: 2018-11-12T12:55:50.000Z -description: >- - Gatsby Starter to display information about events from Google Spreadsheets - with Calendars -stale: false ---- diff --git a/content/theme/gatsby-starter-eventually.md b/content/theme/gatsby-starter-eventually.md deleted file mode 100644 index d1f4cc02b..000000000 --- a/content/theme/gatsby-starter-eventually.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Eventually -github: https://github.com/anubhavsrivastava/gatsby-starter-eventually -demo: https://anubhavsrivastava.github.io/gatsby-starter-eventually/ -author: Anubhav Srivastava -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-12T07:05:30.000Z -description: Gatsby.js V2 starter template based on Eventually by HTML5 UP -stale: true ---- diff --git a/content/theme/gatsby-starter-fashion-portfolio.md b/content/theme/gatsby-starter-fashion-portfolio.md deleted file mode 100644 index eb94ad548..000000000 --- a/content/theme/gatsby-starter-fashion-portfolio.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Fashion Portfolio -github: https://github.com/shobhitchittora/gatsby-starter-fashion-portfolio -demo: https://gatsby-starter-fashion-portfolio.netlify.com/ -author: Shobhit Chittora -ssg: - - Gatsby -cms: - - No Cms -date: 2019-07-19T17:57:04.000Z -description: A Gatsby starter for a professional and minimal fashion portfolio. -stale: true ---- diff --git a/content/theme/gatsby-starter-fine.md b/content/theme/gatsby-starter-fine.md deleted file mode 100644 index 2e9ad9835..000000000 --- a/content/theme/gatsby-starter-fine.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Fine -github: https://github.com/toboko/gatsby-starter-fine -demo: https://gatsby-starter-fine.netlify.com/ -author: Nicola Bombaci -ssg: - - Gatsby -cms: - - No Cms -date: 2019-04-18T17:56:10.000Z -description: 'A fine blog starter for Gatsby ' -stale: true ---- diff --git a/content/theme/gatsby-starter-firebase.md b/content/theme/gatsby-starter-firebase.md deleted file mode 100644 index 4c403bdab..000000000 --- a/content/theme/gatsby-starter-firebase.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Firebase -github: https://github.com/muhajirdev/gatsby-starter-firebase -demo: https://gatsby-starter-firebase.netlify.com/ -author: Muhammad Muhajir -ssg: - - Gatsby -cms: - - No Cms -date: 2018-10-17T12:39:39.000Z -description: Gatsby + Firebase = 👍 -stale: true ---- diff --git a/content/theme/gatsby-starter-forty.md b/content/theme/gatsby-starter-forty.md deleted file mode 100644 index f14be84ac..000000000 --- a/content/theme/gatsby-starter-forty.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Gatsby Starter Forty -github: https://github.com/codebushi/gatsby-starter-forty -demo: https://gatsby-forty.surge.sh/ -author: Code Bushi -ssg: - - Gatsby -cms: - - No Cms -date: 2017-12-02T23:10:35.000Z -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 deleted file mode 100644 index 7b2d8cd8d..000000000 --- a/content/theme/gatsby-starter-foundation.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: Foundation -github: https://github.com/stackrole/gatsby-starter-foundation -demo: https://foundation.stackrole.com/ -author: Stackrole -date: 2020-05-27T00:00:00.000Z -ssg: - - Gatsby -cms: - - DecapCMS -css: - - scss -archetype: - - blog -description: >- - A starter to launch your blazing fast personal website and a blog, Built with - Gatsby and Netlify CMS. -stale: false ---- - -# Foundation -A starter to launch your blazing fast personal website and a blog, Built with Gatsby and Netlify CMS. - -## Features -- A Blog and Personal website with Netlify CMS. -- Responsive Web Design -- Customize content of Homepage, About and Contact page. -- Add / Modify / Delete blog posts. -- Edit website settings, Add Google Analytics and make it your own all with in the CMS. -- SEO Optimized -- OpenGraph structured data -- Twitter Cards meta -- Beautiful XML Sitemaps -- Netlify Contact Form, Works right out of the box after deployment. -- Invite collaborators into Netlify CMS, without giving access to your Github account via Git Gateway -- Gatsby Incremental Builds with Netlify. -- For further instructions, take a look at readme.md in Github repo diff --git a/content/theme/gatsby-starter-fractal.md b/content/theme/gatsby-starter-fractal.md deleted file mode 100644 index 95e80a261..000000000 --- a/content/theme/gatsby-starter-fractal.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Fractal -github: https://github.com/anubhavsrivastava/gatsby-starter-fractal -demo: https://anubhavsrivastava.github.io/gatsby-starter-fractal/ -author: Anubhav Srivastava -ssg: - - Gatsby -cms: - - No Cms -date: 2019-09-11T03:24:03.000Z -description: Gatsby.js V2 starter template based on Fractal by HTML5 UP -stale: true ---- diff --git a/content/theme/gatsby-starter-gatsbythemes.md b/content/theme/gatsby-starter-gatsbythemes.md deleted file mode 100644 index 901ff6ac4..000000000 --- a/content/theme/gatsby-starter-gatsbythemes.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Starter Gatsbythemes -github: https://github.com/saschajullmann/gatsby-starter-gatsbythemes -demo: https://themes.gatsbythemes.com/gatsby-starter/ -author: Sascha Jullmann -ssg: - - Gatsby -cms: - - No 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-gcn.md b/content/theme/gatsby-starter-gcn.md deleted file mode 100644 index 61e31db37..000000000 --- a/content/theme/gatsby-starter-gcn.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Starter GCN -github: https://github.com/ryanwiemer/gatsby-starter-gcn -demo: https://gcn.netlify.com/ -author: Ryan Wiemer -ssg: - - Gatsby -cms: - - Contentful -date: 2018-02-23T00:09:29.000Z -description: >- - A starter template to build amazing static websites with Gatsby, Contentful - and Netlify -stale: true ---- diff --git a/content/theme/gatsby-starter-ggt-material-ui-blog.md b/content/theme/gatsby-starter-ggt-material-ui-blog.md deleted file mode 100644 index c8904b3fe..000000000 --- a/content/theme/gatsby-starter-ggt-material-ui-blog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Ggt Material-ui Blog -github: https://github.com/greatgatsbyjsthemes/gatsby-starter-ggt-material-ui-blog -demo: https://gatsby-theme-ggt-material-ui-blog.netlify.com/ -author: greatgatsbyjsthemes -ssg: - - Gatsby -cms: - - No Cms -date: 2019-04-26T11:47:18.000Z -description: >- - Gatsby starter that uses a Material-ui blog theme - letting you set up an blog - with minimal effort! -stale: true ---- diff --git a/content/theme/gatsby-starter-ghost.md b/content/theme/gatsby-starter-ghost.md deleted file mode 100644 index 7f333b72d..000000000 --- a/content/theme/gatsby-starter-ghost.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Ghost -github: https://github.com/TryGhost/gatsby-starter-ghost -demo: https://gatsby.ghost.org/ -author: Ghost -ssg: - - Gatsby -cms: - - Ghost -date: 2018-11-13T05:04:05.000Z -description: A starter template to build lightning fast websites with Ghost & Gatsby -stale: false ---- diff --git a/content/theme/gatsby-starter-github-api.md b/content/theme/gatsby-starter-github-api.md deleted file mode 100644 index a150a55bf..000000000 --- a/content/theme/gatsby-starter-github-api.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Github API -github: https://github.com/lundgren2/gatsby-starter-github-api -demo: https://gatsby-starter-github-api.netlify.com/ -author: Tobias Lundgren -ssg: - - Gatsby -cms: - - No Cms -date: 2019-06-05T14:38:24.000Z -description: >- - Kick off your next, great Gatsby project with this Github source starter based - on gatsby-source-github-api -stale: false ---- diff --git a/content/theme/gatsby-starter-glass.md b/content/theme/gatsby-starter-glass.md deleted file mode 100644 index ecd9c5ad1..000000000 --- a/content/theme/gatsby-starter-glass.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Gatsby Starter Glass -github: https://github.com/yinkakun/gatsby-starter-glass -demo: https://gatsbyglass.netlify.app -author: Yinka Adedire -date: 2021-04-03T00:00:00.000Z -ssg: - - Gatsby -cms: - - DecapCMS -archetype: - - Blog -description: >- - A Minimal & Beautiful GatsbyJS Personal Blog Starter With Nice Glassmorphism - UI -stale: false ---- - -# Personal Blog Starter For GatsbyJS - -A Minimal & Beautiful GatsbyJS Personal Blog Starter With Nice Glassmorphism UI - -## Features - -* Fully responsive SEO metadata and Open Graph tags -* Maximize lighthouse score -* Contact form with Netlify Form -* Edit Content with Netlify CMS -* Easy to deploy -* Syntax highlighting via PrismJS diff --git a/content/theme/gatsby-starter-googlesheets.md b/content/theme/gatsby-starter-googlesheets.md deleted file mode 100644 index 5ac5c0f9a..000000000 --- a/content/theme/gatsby-starter-googlesheets.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Googlesheets -github: https://github.com/harshil1712/gatsby-starter-googlesheets -demo: https://harshil1712.github.io/gatsby-starter-googlesheets/ -author: Harshil Agrawal -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-22T10:09:13.000Z -description: 'A gatsby starter using Google Sheets ' -stale: true ---- diff --git a/content/theme/gatsby-starter-grayscale.md b/content/theme/gatsby-starter-grayscale.md deleted file mode 100644 index 089ac3b7d..000000000 --- a/content/theme/gatsby-starter-grayscale.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Grayscale -github: https://github.com/anubhavsrivastava/gatsby-starter-grayscale -demo: https://anubhavsrivastava.github.io/gatsby-starter-grayscale/ -author: Anubhav Srivastava -ssg: - - Gatsby -cms: - - No Cms -date: 2019-06-24T05:52:10.000Z -description: Gatsby.js V2 starter template based on Grayscale by startbootstrap -stale: true ---- diff --git a/content/theme/gatsby-starter-haezl.md b/content/theme/gatsby-starter-haezl.md deleted file mode 100644 index 65b3ad8db..000000000 --- a/content/theme/gatsby-starter-haezl.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Gatsby Starter Haezl -github: https://github.com/haezl/gatsby-starter-haezl -demo: https://gatsby-starter.haezl.at/ -author: Markus Hösel -ssg: - - Gatsby -cms: - - No Cms -date: 2019-04-09T19:16:46.000Z -description: >- - A lightweight, mobile first blog starter with infinite scroll and Material-UI - design for Gatsby. -stale: true -disabled: true -disabled_reason: demo url not found ---- diff --git a/content/theme/gatsby-starter-hero-blog.md b/content/theme/gatsby-starter-hero-blog.md deleted file mode 100644 index 556fb5a7a..000000000 --- a/content/theme/gatsby-starter-hero-blog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Starter Hero Blog -github: https://github.com/greglobinski/gatsby-starter-hero-blog -demo: https://gatsby-starter-hero-blog.greglobinski.com/ -author: Greg Lobinski -ssg: - - Gatsby -cms: - - No Cms -date: 2018-05-10T07:46:20.000Z -description: >- - A ready to use, easy to customize, fully equipped GatsbyJS starter with a - 'Hero' section on the home page. -stale: true ---- diff --git a/content/theme/gatsby-starter-highlights.md b/content/theme/gatsby-starter-highlights.md deleted file mode 100644 index e59cdc87f..000000000 --- a/content/theme/gatsby-starter-highlights.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Highlights -github: https://github.com/anubhavsrivastava/gatsby-starter-highlights -demo: https://anubhavsrivastava.github.io/gatsby-starter-highlights/ -author: Anubhav Srivastava -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-25T11:08:00.000Z -description: Gatsby.js V2 starter template based on highlights by HTML5 UP -stale: true ---- diff --git a/content/theme/gatsby-starter-honey.md b/content/theme/gatsby-starter-honey.md deleted file mode 100644 index 7eb0624ee..000000000 --- a/content/theme/gatsby-starter-honey.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Honey -github: https://github.com/davshoward/gatsby-starter-honey -demo: https://gatsbyhoney.davshoward.com/ -author: Davs Howard -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-28T14:44:20.000Z -description: A delicious baseline for Gatsby (v2). -stale: true ---- diff --git a/content/theme/gatsby-starter-hyperspace.md b/content/theme/gatsby-starter-hyperspace.md deleted file mode 100644 index 5c3d940f8..000000000 --- a/content/theme/gatsby-starter-hyperspace.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Hyperspace -github: https://github.com/anubhavsrivastava/gatsby-starter-hyperspace -demo: https://anubhavsrivastava.github.io/gatsby-starter-hyperspace/ -author: Anubhav Srivastava -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-11T10:32:19.000Z -description: Gatsby.js V2 starter template based on Hyperspace by HTML5 UP -stale: true ---- diff --git a/content/theme/gatsby-starter-i18n-blog.md b/content/theme/gatsby-starter-i18n-blog.md deleted file mode 100644 index b307fea77..000000000 --- a/content/theme/gatsby-starter-i18n-blog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Starter i18n Blog -github: https://github.com/jackbravo/gatsby-starter-i18n-blog -demo: https://jackbravo.github.io/gatsby-starter-i18n-blog/ -author: Joaquin Bravo -ssg: - - Gatsby -cms: - - No Cms -date: 2018-10-29T05:31:55.000Z -description: >- - Gatsby starter for creating a i18n blog. - https://jackbravo.github.io/gatsby-starter-i18n-blog/ -stale: true ---- diff --git a/content/theme/gatsby-starter-i18n.md b/content/theme/gatsby-starter-i18n.md deleted file mode 100644 index 022815965..000000000 --- a/content/theme/gatsby-starter-i18n.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Starter i18n -github: https://github.com/smakosh/gatsby-starter-i18n -demo: https://i18n.smakosh.com/ -author: Ismail Ghallou -ssg: - - Gatsby -cms: - - No Cms -date: 2018-10-05T23:07:08.000Z -description: Gatsby starter with i18n and some cool features -stale: false -disabled_reason: demo url not found -disabled: true ---- diff --git a/content/theme/gatsby-starter-icarus-blog.md b/content/theme/gatsby-starter-icarus-blog.md deleted file mode 100644 index e015d462b..000000000 --- a/content/theme/gatsby-starter-icarus-blog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -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 deleted file mode 100644 index 9616d4460..000000000 --- a/content/theme/gatsby-starter-identity.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Identity -github: https://github.com/anubhavsrivastava/gatsby-starter-identity -demo: https://anubhavsrivastava.github.io/gatsby-starter-identity/ -author: Anubhav Srivastava -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-12T09:28:43.000Z -description: Gatsby.js V2 starter template based on Identity by HTML5 UP -stale: true ---- diff --git a/content/theme/gatsby-starter-infinite-scroll.md b/content/theme/gatsby-starter-infinite-scroll.md deleted file mode 100644 index 81a9aec67..000000000 --- a/content/theme/gatsby-starter-infinite-scroll.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Infinite Scroll -github: https://github.com/baobabKoodaa/gatsby-starter-infinite-scroll -demo: https://gatsby-starter-infinite-scroll.baobab.fi/ -author: Atte Juvonen -ssg: - - Gatsby -cms: - - No Cms -date: 2019-03-01T16:48:18.000Z -description: A Gatsby starter with infinite scroll and pagination. -stale: false ---- diff --git a/content/theme/gatsby-starter-interviews.md b/content/theme/gatsby-starter-interviews.md deleted file mode 100644 index 6924e72b5..000000000 --- a/content/theme/gatsby-starter-interviews.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Interviews -github: https://github.com/rmagon/gatsby-starter-interviews -demo: https://gatsby-starter-interviews.netlify.com/ -author: Rachit Magon -ssg: - - Gatsby -cms: - - No Cms -date: 2019-08-13T14:09:51.000Z -description: A responsive Gatsby starter for structured Q&A Interviews -stale: true ---- diff --git a/content/theme/gatsby-starter-intl.md b/content/theme/gatsby-starter-intl.md deleted file mode 100644 index fd0b14b29..000000000 --- a/content/theme/gatsby-starter-intl.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Starter Intl -github: https://github.com/tomekskuta/gatsby-starter-intl -demo: https://gatsby-starter-intl.tomekskuta.pl/en/ -author: tomekskuta -ssg: - - Gatsby -cms: - - No Cms -date: 2019-02-09T20:41:57.000Z -description: >- - Gatsby v2 i18n starter which makes static pages for every locale and detect - your browsers lang. -stale: true ---- diff --git a/content/theme/gatsby-starter-julia.md b/content/theme/gatsby-starter-julia.md deleted file mode 100644 index ee8896348..000000000 --- a/content/theme/gatsby-starter-julia.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Starter Julia -github: https://github.com/niklasmtj/gatsby-starter-julia -demo: https://gatsby-starter-julia.netlify.com/ -author: niklasmtj -ssg: - - Gatsby -cms: - - No Cms -date: 2019-03-17T20:42:55.000Z -description: >- - A minimal GatsbyJS blog starter with landingpage, estimated reading time, - markdown sourcing and much more. -stale: false ---- diff --git a/content/theme/gatsby-starter-kontent.md b/content/theme/gatsby-starter-kontent.md deleted file mode 100644 index 00b7257a9..000000000 --- a/content/theme/gatsby-starter-kontent.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Kentico Kontent -github: https://github.com/Kentico/gatsby-starter-kontent -demo: https://gatsby-starter-kontent.netlify.app -author: Kentico -ssg: - - Gatsby -cms: - - Kontent -date: 2018-08-17T10:25:38.000Z -description: Gatsby starter site with Kentico Kontent. -stale: false ---- diff --git a/content/theme/gatsby-starter-krisp.md b/content/theme/gatsby-starter-krisp.md deleted file mode 100644 index 9182e63b6..000000000 --- a/content/theme/gatsby-starter-krisp.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Krisp -github: https://github.com/mohanmonu777/gatsby-starter-krisp -demo: https://gatsby-starter-krisp.netlify.com/ -author: MOhan -ssg: - - Gatsby -cms: - - No Cms -date: 2019-07-18T17:06:13.000Z -description: A minimal, clean and responsive starter built with gatsby -stale: true ---- diff --git a/content/theme/gatsby-starter-landing-page.md b/content/theme/gatsby-starter-landing-page.md deleted file mode 100644 index 8552de66c..000000000 --- a/content/theme/gatsby-starter-landing-page.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Landing Page -github: https://github.com/gillkyle/gatsby-starter-landing-page -demo: https://gatsby-starter-landing-page.netlify.com/ -author: Kyle Gill -ssg: - - Gatsby -cms: - - No Cms -date: 2019-03-19T18:05:37.000Z -description: 🖱 A simple, minimal Gatsby starter for quick and easy landing pages -stale: true ---- diff --git a/content/theme/gatsby-starter-lightbox.md b/content/theme/gatsby-starter-lightbox.md deleted file mode 100644 index 6839f9e38..000000000 --- a/content/theme/gatsby-starter-lightbox.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Gatsby Starter Lightbox -github: https://github.com/416serg/gatsby-starter-lightbox -demo: https://gatsby-lightbox.416serg.me/ -author: Sergiy Dybskiy -ssg: - - Gatsby -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-lumen.md b/content/theme/gatsby-starter-lumen.md deleted file mode 100644 index 918921d3a..000000000 --- a/content/theme/gatsby-starter-lumen.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Starter Lumen -github: https://github.com/alxshelepenok/gatsby-starter-lumen -demo: https://lumen.netlify.com/ -author: Alexander Shelepenok -ssg: - - Gatsby -cms: - - No Cms -date: 2016-03-11T21:02:37.000Z -description: >- - A minimal, lightweight and mobile-first starter for creating blogs uses - Gatsby. -stale: false ---- diff --git a/content/theme/gatsby-starter-markdown.md b/content/theme/gatsby-starter-markdown.md deleted file mode 100644 index 1e97f398f..000000000 --- a/content/theme/gatsby-starter-markdown.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Markdown -github: https://github.com/cvluca/gatsby-starter-markdown -demo: https://cvluca.github.io/gatsby-starter-markdown/ -author: Luca(Wei) Chen -ssg: - - Gatsby -cms: - - No Cms -date: 2018-11-08T02:07:22.000Z -description: boilerplate for markdown-based website -stale: true ---- diff --git a/content/theme/gatsby-starter-mate.md b/content/theme/gatsby-starter-mate.md deleted file mode 100644 index 904baf3c1..000000000 --- a/content/theme/gatsby-starter-mate.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Mate -github: https://github.com/EmaSuriano/gatsby-starter-mate -demo: https://gatsby-starter-mate.netlify.com/ -author: Emanuel Suriano -ssg: - - Gatsby -cms: - - Contentful -date: 2018-08-31T12:10:46.000Z -description: A portfolio starter for Gatsby integrated with Contentful CMS. -stale: false ---- diff --git a/content/theme/gatsby-starter-material-business-markdown.md b/content/theme/gatsby-starter-material-business-markdown.md deleted file mode 100644 index d1ca49c09..000000000 --- a/content/theme/gatsby-starter-material-business-markdown.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Material Business Markdown -github: https://github.com/ANOUN/gatsby-starter-material-business-markdown -demo: https://gatsby-starter-material-business-markdown.netlify.com/ -author: ANOUN -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-02T16:21:45.000Z -description: 'View Live Demo:' -stale: true -disabled: true -disabled_reason: demo url not found ---- diff --git a/content/theme/gatsby-starter-material-ui.md b/content/theme/gatsby-starter-material-ui.md deleted file mode 100644 index d472b4f3b..000000000 --- a/content/theme/gatsby-starter-material-ui.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Material-ui -github: https://github.com/dominicabela/gatsby-starter-material-ui -demo: https://material-ui-starter.netlify.com/ -author: Dominic Abela -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-30T02:45:42.000Z -description: A gatsby starter with Material UI -stale: true ---- diff --git a/content/theme/gatsby-starter-minimal-blog.md b/content/theme/gatsby-starter-minimal-blog.md deleted file mode 100644 index 560532ae6..000000000 --- a/content/theme/gatsby-starter-minimal-blog.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Gatsby Starter Minimal Blog -github: https://github.com/LekoArts/gatsby-starter-minimal-blog -demo: https://minimal-blog.lekoarts.de/ -author: LekoArts -ssg: - - Jekyll -cms: - - No Cms -date: 2018-02-02T18:52:29.000Z -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. -stale: false ---- diff --git a/content/theme/gatsby-starter-mobx.md b/content/theme/gatsby-starter-mobx.md deleted file mode 100644 index 604e23059..000000000 --- a/content/theme/gatsby-starter-mobx.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Mobx -github: https://github.com/borekb/gatsby-starter-mobx -demo: https://gatsby-starter-mobx.netlify.com/ -author: Borek Bernard -ssg: - - Gatsby -cms: - - No Cms -date: 2018-11-25T19:08:28.000Z -description: Gatsby starter with MobX and TypeScript -stale: true ---- diff --git a/content/theme/gatsby-starter-morning-dew.md b/content/theme/gatsby-starter-morning-dew.md deleted file mode 100644 index ba0a76d72..000000000 --- a/content/theme/gatsby-starter-morning-dew.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Morning Dew -github: https://github.com/maxpou/gatsby-starter-morning-dew -demo: https://maxpou.github.io/gatsby-starter-morning-dew/ -author: Maxence Poutord -ssg: - - Gatsby -cms: - - No Cms -date: 2018-09-16T20:53:24.000Z -description: ':rocket: A Gatsby theme/starter to build lightning-fast blog/websites' -stale: true ---- diff --git a/content/theme/gatsby-starter-multiverse.md b/content/theme/gatsby-starter-multiverse.md deleted file mode 100644 index 45a9998f1..000000000 --- a/content/theme/gatsby-starter-multiverse.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Multiverse -github: https://github.com/anubhavsrivastava/gatsby-starter-multiverse -demo: https://anubhavsrivastava.github.io/gatsby-starter-multiverse/ -author: Anubhav Srivastava -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-25T06:49:49.000Z -description: Gatsby.js V2 starter template based on multiverse by HTML5 UP -stale: true ---- diff --git a/content/theme/gatsby-starter-nagui.md b/content/theme/gatsby-starter-nagui.md deleted file mode 100644 index da5243d80..000000000 --- a/content/theme/gatsby-starter-nagui.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Nagui -github: https://github.com/kimnagui/gatsby-starter-nagui -demo: https://demo.nagui.me/ -author: Kim Gwang Hyeon -ssg: - - Gatsby -cms: - - No Cms -date: 2019-07-15T06:31:10.000Z -description: Gatsbyjs Starter -stale: true -disabled: true -disabled_reason: error checking demo url ---- diff --git a/content/theme/gatsby-starter-nehalem.md b/content/theme/gatsby-starter-nehalem.md deleted file mode 100644 index 76b4b7f9c..000000000 --- a/content/theme/gatsby-starter-nehalem.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Gatsby Starter Nehalem -github: https://github.com/nehalist/gatsby-starter-nehalem -demo: https://nehalem.netlify.com/ -author: Kevin -ssg: - - Gatsby -cms: - - No Cms -date: 2019-09-07T15:57:10.000Z -stale: true ---- diff --git a/content/theme/gatsby-starter-netlify-cms.md b/content/theme/gatsby-starter-netlify-cms.md deleted file mode 100644 index 48969e15e..000000000 --- a/content/theme/gatsby-starter-netlify-cms.md +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: Gatsby Starter Netlify CMS -github: https://github.com/netlify-templates/gatsby-starter-netlify-cms -demo: https://gatsby-netlify-cms.netlify.com/ -author: Netlify Templates -ssg: - - Gatsby -cms: - - DecapCMS -css: - - Bulma -date: 2017-08-15T23:15:14.000Z -description: Example gatsby + netlify cms project -stale: false ---- - -# Gatsby + Netlify CMS Starter - -**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.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. - -## Features - -- A simple landing page with blog functionality built with Netlify CMS -- Editabe Pages: Landing, About, Product, Blog-Collection and Contact page with Netlify Form support -- Create Blog posts from Netlify CMS -- Tags: 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 - -## Prerequisites - -- Node (I recommend using v8.2.0 or higher) -- [Gatsby CLI](https://www.gatsbyjs.org/docs/) -- [Netlify CLI](https://github.com/netlify/cli) - -## Getting Started (Recommended) - -Netlify CMS can run in any frontend web environment, but the quickest way to try it out is by running it on a pre-configured starter site with Netlify. The example here is the Kaldi coffee company template (adapted from [One Click Hugo CMS](https://github.com/netlify-templates/one-click-hugo-cms)). Use the button below to build and deploy your own copy of the repository: - -Deploy to Netlify - -After clicking that button, you’ll authenticate with GitHub and choose a repository name. Netlify will then automatically create a repository in your GitHub account with a copy of the files from the template. Next, it will build and deploy the new site on Netlify, bringing you to the site dashboard when the build is complete. Next, you’ll need to set up Netlify’s Identity service to authorize users to log in to the CMS. - -### Access Locally - -Pulldown a local copy of the Github repository Netlify created for you, with the name you specified in the previous step -``` -$ git clone https://github.com/[GITHUB_USERNAME]/[REPO_NAME].git -$ cd [REPO_NAME] -$ yarn -$ netlify dev # or ntl dev -``` - -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: - -``` -$ npm run build -$ netlify dev # or ntl dev -``` - -### Media Libraries (installed, but optional) - -Media Libraries have been included in this starter as a default. If you are not planning to use `Uploadcare` or `Cloudinary` in your project, you **can** remove them from module import and registration in `src/cms/cms.js`. Here is an example of the lines to comment or remove them your project. - -```javascript -import CMS from 'netlify-cms-app' -// import uploadcare from 'netlify-cms-media-library-uploadcare' -// import cloudinary from 'netlify-cms-media-library-cloudinary' - -import AboutPagePreview from './preview-templates/AboutPagePreview' -import BlogPostPreview from './preview-templates/BlogPostPreview' -import ProductPagePreview from './preview-templates/ProductPagePreview' -import IndexPagePreview from './preview-templates/IndexPagePreview' - -// CMS.registerMediaLibrary(uploadcare); -// CMS.registerMediaLibrary(cloudinary); - -CMS.registerPreviewTemplate('index', IndexPagePreview) -CMS.registerPreviewTemplate('about', AboutPagePreview) -CMS.registerPreviewTemplate('products', ProductPagePreview) -CMS.registerPreviewTemplate('blog', BlogPostPreview) -``` - -Note: Don't forget to also remove them from `package.json` and `yarn.lock` / `package-lock.json` using `yarn` or `npm`. During the build netlify-cms-app will bundle the media libraries as well, having them removed will save you build time. -Example: -``` -yarn remove netlify-cms-media-library-uploadcare -``` -OR -``` -yarn remove netlify-cms-media-library-cloudinary -``` -## Getting Started (Without Netlify) - -``` -$ gatsby new [SITE_DIRECTORY_NAME] https://github.com/netlify-templates/gatsby-starter-netlify-cms/ -$ cd [SITE_DIRECTORY_NAME] -$ npm run build -$ npm run serve -``` - -### Setting up the CMS - -Follow the [Netlify CMS Quick Start Guide](https://www.DecapCMS.org/docs/quick-start/#authentication) to set up authentication, and hosting. - -## Debugging - -Windows users might encounter `node-gyp` errors when trying to npm install. -To resolve, make sure that you have both Python 2.7 and the Visual C++ build environment installed. - -``` -npm config set python python2.7 -npm install --global --production windows-build-tools -``` - -[Full details here](https://www.npmjs.com/package/node-gyp 'NPM node-gyp page') - -MacOS users might also encounter some errors, for more info check [node-gyp](https://github.com/nodejs/node-gyp). We recommend using the latest stable node version. - -## Purgecss - -This plugin uses [gatsby-plugin-purgecss](https://www.gatsbyjs.org/packages/gatsby-plugin-purgecss/) and [bulma](https://bulma.io/). The bulma builds are usually ~170K but reduced 90% by purgecss. - -# CONTRIBUTING - -Contributions are always welcome, no matter how large or small. Before contributing, -please read the [code of conduct](CODE_OF_CONDUCT.md). \ No newline at end of file diff --git a/content/theme/gatsby-starter-newage.md b/content/theme/gatsby-starter-newage.md deleted file mode 100644 index 72a96e806..000000000 --- a/content/theme/gatsby-starter-newage.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Newage -github: https://github.com/anubhavsrivastava/gatsby-starter-newage -demo: https://anubhavsrivastava.github.io/gatsby-starter-newage/ -author: Anubhav Srivastava -ssg: - - Gatsby -cms: - - No Cms -date: 2019-07-12T17:18:52.000Z -description: ' Gatsby.js V2 starter template based on New Age by startbootstrap' -stale: true ---- diff --git a/content/theme/gatsby-starter-notes.md b/content/theme/gatsby-starter-notes.md deleted file mode 100644 index 96f1c76c3..000000000 --- a/content/theme/gatsby-starter-notes.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Notes -github: https://github.com/patricoferris/gatsby-starter-notes -demo: https://gatsby-starter-notes.netlify.com/ -author: Patrick Ferris -ssg: - - Gatsby -cms: - - No Cms -date: 2018-12-02T23:27:51.000Z -description: Gatsby starter for creating notes organised by subject and topic -stale: true ---- diff --git a/content/theme/gatsby-starter-organization.md b/content/theme/gatsby-starter-organization.md deleted file mode 100644 index ac1a48c07..000000000 --- a/content/theme/gatsby-starter-organization.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Organization -github: https://github.com/geocine/gatsby-starter-organization -demo: https://gatsby-starter-organization.netlify.com/ -author: Aivan Monceller -ssg: - - Gatsby -cms: - - No Cms -date: 2019-08-12T10:41:34.000Z -description: A Gatsby starter template that uses @geocine/gatsby-theme-organization -stale: true ---- diff --git a/content/theme/gatsby-starter-overflow.md b/content/theme/gatsby-starter-overflow.md deleted file mode 100644 index 426228b4f..000000000 --- a/content/theme/gatsby-starter-overflow.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Overflow -github: https://github.com/anubhavsrivastava/gatsby-starter-overflow -demo: https://anubhavsrivastava.github.io/gatsby-starter-overflow/ -author: Anubhav Srivastava -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-19T10:28:43.000Z -description: Gatsby.js V2 starter template based on overflow by HTML5 UP -stale: true ---- diff --git a/content/theme/gatsby-starter-paperbase.md b/content/theme/gatsby-starter-paperbase.md deleted file mode 100644 index 1b3d55088..000000000 --- a/content/theme/gatsby-starter-paperbase.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Paperbase -github: https://github.com/willcode4food/gatsby-starter-paperbase -demo: https://gatsby-starter-paperbase.netlify.com/ -author: Marc Arbesman -ssg: - - Gatsby -cms: - - No Cms -date: 2019-03-26T17:33:45.000Z -description: A Gatsby starter that implements the Paperbase Premium Theme from Material UI -stale: true ---- diff --git a/content/theme/gatsby-starter-paradigmshift.md b/content/theme/gatsby-starter-paradigmshift.md deleted file mode 100644 index 935dff845..000000000 --- a/content/theme/gatsby-starter-paradigmshift.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Paradigmshift -github: https://github.com/anubhavsrivastava/gatsby-starter-paradigmshift -demo: https://anubhavsrivastava.github.io/gatsby-starter-paradigmshift/ -author: Anubhav Srivastava -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-31T06:48:11.000Z -description: Gatsby.js V2 starter template based on Paradigm Shift by HTML5 UP -stale: true ---- diff --git a/content/theme/gatsby-starter-personal-portfolio.md b/content/theme/gatsby-starter-personal-portfolio.md deleted file mode 100644 index 8399acdd5..000000000 --- a/content/theme/gatsby-starter-personal-portfolio.md +++ /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: 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 deleted file mode 100644 index ece8e86b9..000000000 --- a/content/theme/gatsby-starter-photo-book.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Photo Book -github: https://github.com/baobabKoodaa/gatsby-starter-photo-book -demo: https://gatsby-starter-photo-book.netlify.com/ -author: Atte Juvonen -ssg: - - Gatsby -cms: - - No Cms -date: 2019-07-05T01:16:03.000Z -description: A Gatsby starter for sharing photosets. -stale: false ---- diff --git a/content/theme/gatsby-starter-photon.md b/content/theme/gatsby-starter-photon.md deleted file mode 100644 index 4af0d9286..000000000 --- a/content/theme/gatsby-starter-photon.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Gatsby Starter Photon -github: https://github.com/codebushi/gatsby-starter-photon -demo: https://gatsby-photon.surge.sh/ -author: Code Bushi -ssg: - - Gatsby -cms: - - No Cms -date: 2018-03-30T20:57:46.000Z -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 deleted file mode 100644 index 0996d1a44..000000000 --- a/content/theme/gatsby-starter-plone.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Plone -github: https://github.com/collective/gatsby-starter-plone -demo: https://collective.github.io/gatsby-starter-plone/ -author: Collective -ssg: - - Gatsby -cms: - - No Cms -date: 2018-07-19T13:08:38.000Z -description: Gatsby starter for Plone -stale: true ---- diff --git a/content/theme/gatsby-starter-point.md b/content/theme/gatsby-starter-point.md deleted file mode 100644 index 37baa37b8..000000000 --- a/content/theme/gatsby-starter-point.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Point -github: https://github.com/teaware/gatsby-starter-point -demo: https://gatsby-starter-point.netlify.com/ -author: George Brown -ssg: - - Gatsby -cms: - - No Cms -date: 2019-10-24T02:47:15.000Z -description: A humble Gatsby starter for blog -stale: true ---- diff --git a/content/theme/gatsby-starter-portfolio-bella.md b/content/theme/gatsby-starter-portfolio-bella.md deleted file mode 100644 index 2d450257c..000000000 --- a/content/theme/gatsby-starter-portfolio-bella.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Gatsby Starter Portfolio Bella -github: https://github.com/LekoArts/gatsby-starter-portfolio-bella -demo: https://portfolio-bella.netlify.com/ -author: Lennart -ssg: - - Gatsby -cms: - - Prismic -date: 2020-03-18T00:00:00.000Z -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-portfolio-emma.md b/content/theme/gatsby-starter-portfolio-emma.md deleted file mode 100644 index 47cf05020..000000000 --- a/content/theme/gatsby-starter-portfolio-emma.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Gatsby Starter Portfolio Emma -github: https://github.com/LekoArts/gatsby-starter-portfolio-emma -demo: https://emma.lekoarts.de/ -author: Lennart -ssg: - - Gatsby -cms: - - No Cms -date: 2017-10-18T19:20:05.000Z -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. -stale: false ---- diff --git a/content/theme/gatsby-starter-portfolio-jodie.md b/content/theme/gatsby-starter-portfolio-jodie.md deleted file mode 100644 index 743600614..000000000 --- a/content/theme/gatsby-starter-portfolio-jodie.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Jodie -github: https://github.com/LekoArts/gatsby-starter-portfolio-jodie -demo: https://jodie.lekoarts.de/ -author: Lennart -ssg: - - Gatsby -cms: - - No Cms -date: 2019-02-19T15:17:30.000Z -description: Image-heavy photography portfolio with colorful accents & great typography -stale: false ---- diff --git a/content/theme/gatsby-starter-portfolio.md b/content/theme/gatsby-starter-portfolio.md deleted file mode 100644 index 0462c2128..000000000 --- a/content/theme/gatsby-starter-portfolio.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Portfolio -github: https://github.com/LekovicMilos/gatsby-starter-portfolio -demo: https://relaxed-bhaskara-5abd0a.netlify.com/ -author: Milos Lekovic -ssg: - - Gatsby -cms: - - No Cms -date: 2019-02-27T20:42:33.000Z -description: Gatsby starter for creating a portfolio website -stale: true ---- diff --git a/content/theme/gatsby-starter-primer.md b/content/theme/gatsby-starter-primer.md deleted file mode 100644 index 9ef5b27ed..000000000 --- a/content/theme/gatsby-starter-primer.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Gatsby Starter Primer -github: https://github.com/thomaswangio/gatsby-starter-primer -demo: https://gatsby-starter-primer.netlify.com/ -author: Thomas Wang -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-06T15:26:58.000Z -description: >- - A Gatsby starter featuring GitHub Primer Design System and React components - 🐙⚪️ -stale: true -disabled: true -disabled_reason: demo url not found ---- diff --git a/content/theme/gatsby-starter-prismic-i18n.md b/content/theme/gatsby-starter-prismic-i18n.md deleted file mode 100644 index d456d5075..000000000 --- a/content/theme/gatsby-starter-prismic-i18n.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Prismic i18n -github: https://github.com/LekoArts/gatsby-starter-prismic-i18n -demo: https://prismic-i18n.lekoarts.de/ -author: Lennart -ssg: - - Gatsby -cms: - - Prismic -date: 2020-03-18T00:00:00.000Z -description: Based on gatsby-starter-prismic with Internationalization (i18n) support -stale: true ---- diff --git a/content/theme/gatsby-starter-prismic-resume.md b/content/theme/gatsby-starter-prismic-resume.md deleted file mode 100644 index e6db00140..000000000 --- a/content/theme/gatsby-starter-prismic-resume.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Prismic Resume -github: https://github.com/deamme/gatsby-starter-prismic-resume -demo: https://compassionate-morse-5204bf.netlify.com/ -author: Deam -ssg: - - Gatsby -cms: - - Prismic -date: 2020-03-18T00:00:00.000Z -description: Resume/CV page - Gatsby starter which uses Prismic as a headless CMS. -stale: true ---- diff --git a/content/theme/gatsby-starter-prologue.md b/content/theme/gatsby-starter-prologue.md deleted file mode 100644 index bf96667e8..000000000 --- a/content/theme/gatsby-starter-prologue.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Prologue -github: https://github.com/anubhavsrivastava/gatsby-starter-prologue -demo: https://anubhavsrivastava.github.io/gatsby-starter-prologue/ -author: Anubhav Srivastava -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-18T11:51:19.000Z -description: Gatsby.js V2 starter template based on readonly by HTML5 UP -stale: true ---- diff --git a/content/theme/gatsby-starter-quiet.md b/content/theme/gatsby-starter-quiet.md deleted file mode 100644 index 12d69cc12..000000000 --- a/content/theme/gatsby-starter-quiet.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Starter Quiet -github: https://github.com/zhouyuexie/gatsby-starter-quiet -demo: https://www.quietboy.net/ -author: zhouyuexie -ssg: - - Gatsby -cms: - - No Cms -date: 2019-06-17T09:17:32.000Z -description: 开箱即用的Gastby脚手架,支持系统级主题切换、MarkDown草稿、TypeScript、自定义主题... -stale: true -disabled_reason: demo url not found -disabled: true ---- diff --git a/content/theme/gatsby-starter-readonly.md b/content/theme/gatsby-starter-readonly.md deleted file mode 100644 index aa32dcd6e..000000000 --- a/content/theme/gatsby-starter-readonly.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Readonly -github: https://github.com/anubhavsrivastava/gatsby-starter-readonly -demo: https://anubhavsrivastava.github.io/gatsby-starter-readonly/ -author: Anubhav Srivastava -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-17T10:45:41.000Z -description: Gatsby.js V2 starter template based on readonly by HTML5 UP -stale: true ---- diff --git a/content/theme/gatsby-starter-reasonml.md b/content/theme/gatsby-starter-reasonml.md deleted file mode 100644 index 0d77235dc..000000000 --- a/content/theme/gatsby-starter-reasonml.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Reasonml -github: https://github.com/iwilsonq/gatsby-starter-reasonml -demo: https://hopeful-keller-943d65.netlify.com/ -author: Ian Wilson -ssg: - - Gatsby -cms: - - No Cms -date: 2018-10-22T08:55:17.000Z -description: Gatsby starter to create static sites using type-safe ReasonML -stale: true ---- diff --git a/content/theme/gatsby-starter-redux-firebase.md b/content/theme/gatsby-starter-redux-firebase.md deleted file mode 100644 index 43459cdf2..000000000 --- a/content/theme/gatsby-starter-redux-firebase.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Gatsby Redux Firebase -github: https://github.com/muhajirdev/gatsby-starter-redux-firebase -demo: https://gatsby-starter-redux-firebase.netlify.com/ -author: Muhammad Muhajir -ssg: - - Gatsby -cms: - - Firebase -date: 2018-11-15T23:30:09.000Z -stale: true ---- diff --git a/content/theme/gatsby-starter-redux.md b/content/theme/gatsby-starter-redux.md deleted file mode 100644 index 26804c65e..000000000 --- a/content/theme/gatsby-starter-redux.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Starter Redux -github: https://github.com/caki0915/gatsby-starter-redux -demo: https://caki0915.github.io/gatsby-starter-redux/ -author: Carl-Johan Kihl -ssg: - - Gatsby -cms: - - No 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 deleted file mode 100644 index e413c093d..000000000 --- a/content/theme/gatsby-starter-resume.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Resume -github: https://github.com/anubhavsrivastava/gatsby-starter-resume -demo: https://anubhavsrivastava.github.io/gatsby-starter-resume/ -author: Anubhav Srivastava -ssg: - - Gatsby -cms: - - No Cms -date: 2019-06-22T16:31:13.000Z -description: Gatsby.js V2 starter template based on Resume by startbootstrap -stale: true ---- diff --git a/content/theme/gatsby-starter-santa-fe.md b/content/theme/gatsby-starter-santa-fe.md deleted file mode 100644 index b0bd7fba3..000000000 --- a/content/theme/gatsby-starter-santa-fe.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Gatsby Starter Santa Fe -github: https://github.com/osogrizz/gatsby-starter-santa-fe -demo: https://gatsby-starter-santa-fe.netlify.com/ -author: Leo Torres -ssg: - - Gatsby -cms: - - No Cms -date: 2019-01-25T22:42:31.000Z -stale: true ---- diff --git a/content/theme/gatsby-starter-sass.md b/content/theme/gatsby-starter-sass.md deleted file mode 100644 index 30e9e0264..000000000 --- a/content/theme/gatsby-starter-sass.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Sass -github: https://github.com/colbyfayock/gatsby-starter-sass -demo: https://gatsby-starter-sass.netlify.com/ -author: Colby Fayock -ssg: - - Gatsby -cms: - - No Cms -date: 2019-04-27T20:01:35.000Z -description: A Gatsby starter with Sass and no assumptions! -stale: false ---- diff --git a/content/theme/gatsby-starter-scientist.md b/content/theme/gatsby-starter-scientist.md deleted file mode 100644 index d514894bd..000000000 --- a/content/theme/gatsby-starter-scientist.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Gatsby Starter for Scientists -github: https://github.com/knightjdr/gatsby-starter-scientist -demo: https://knightjdr.github.io/gatsby-starter-scientist -author: knightjdr -date: 2019-12-10T00:00:00.000Z -ssg: - - Gatsby -cms: - - No CMS -archetype: - - Personal - - Portfolio -description: A portfolio or lab website for Scientists built with Gatsby -stale: false ---- - -# A simple starter kit for Scientists - -Build a portfolio or laboratory website using this Gatsby theme. - -## Features - -* Built with Gatsby as a fully static site -* Easily customisable with comprehensive instructions -* Light and dark modes -* Compatible with free hosting on GitHub -* Optional pages for publications and laboratory personnel -* Automatically retrieve and display publications from a list of Pubmed IDs \ No newline at end of file diff --git a/content/theme/gatsby-starter-simple.md b/content/theme/gatsby-starter-simple.md deleted file mode 100644 index 525fc118f..000000000 --- a/content/theme/gatsby-starter-simple.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Gastsby Simple Blog -github: https://github.com/thecodemint/gatsby-starter-simple -demo: https://thecodemint.github.io/gatsby-starter-simple/ -author: collinsmuriuki -date: 2020-04-14T00:00:00.000Z -ssg: - - Gatsby -archetype: - - Blog -cms: - - No Cms -description: This is a minimal and lightweight blogging Gatsby template -stale: true -disabled: true -disabled_reason: demo url not found ---- - -# A Simple Blogging Gatsby Starter - -This is a minimal and lightweight blogging Gatsby template made for for minimalists. - -## Features - -* Minimal design -* Mobile responsive -* Google Analytics -* Disqus comments -* Styled components -* Progressive web application -* Service worker that caches pages so people can read your articles offline -* Markdown blogs -* Customizable diff --git a/content/theme/gatsby-starter-solidstate.md b/content/theme/gatsby-starter-solidstate.md deleted file mode 100644 index e4678121e..000000000 --- a/content/theme/gatsby-starter-solidstate.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Solidstate -github: https://github.com/anubhavsrivastava/gatsby-starter-solidstate -demo: https://anubhavsrivastava.github.io/gatsby-starter-solidstate/ -author: Anubhav Srivastava -ssg: - - Gatsby -cms: - - No Cms -date: 2019-06-08T18:34:29.000Z -description: Gatsby.js V2 starter template based on Solid State by HTML5 UP -stale: true ---- diff --git a/content/theme/gatsby-starter-spectral.md b/content/theme/gatsby-starter-spectral.md deleted file mode 100644 index ca207adab..000000000 --- a/content/theme/gatsby-starter-spectral.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Spectral -github: https://github.com/anubhavsrivastava/gatsby-starter-spectral -demo: https://anubhavsrivastava.github.io/gatsby-starter-spectral/ -author: Anubhav Srivastava -ssg: - - Gatsby -cms: - - No Cms -date: 2019-06-08T08:30:22.000Z -description: Gatsby.js V2 starter template based on Spectral by HTML5 UP -stale: true ---- diff --git a/content/theme/gatsby-starter-stellar.md b/content/theme/gatsby-starter-stellar.md deleted file mode 100644 index 887896308..000000000 --- a/content/theme/gatsby-starter-stellar.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Gatsby Starter Stellar -github: https://github.com/codebushi/gatsby-starter-stellar -demo: https://gatsby-stellar.surge.sh/ -author: Code Bushi -ssg: - - Gatsby -cms: - - No Cms -date: 2018-03-18T22:04:12.000Z -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 deleted file mode 100644 index ad4736dc3..000000000 --- a/content/theme/gatsby-starter-storybook.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Starter Storybook -github: https://github.com/markoradak/gatsby-starter-storybook -demo: https://gatsby-starter-storybook.netlify.com/ -author: Marko Radak -ssg: - - Gatsby -cms: - - No 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 deleted file mode 100644 index ca2141b0d..000000000 --- a/content/theme/gatsby-starter-strata.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Gatsby Strata -github: https://github.com/codebushi/gatsby-starter-strata -demo: https://gatsby-strata.surge.sh/ -author: Code Bushi -ssg: - - Gatsby -cms: - - No Cms -date: 2018-01-09T23:53:31.000Z -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 deleted file mode 100644 index 0b6409711..000000000 --- a/content/theme/gatsby-starter-stripe.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Stripe -github: https://github.com/brxck/gatsby-starter-stripe -demo: https://gatsby-starter-stripe.netlify.com/ -author: Brock McElroy -ssg: - - Gatsby -cms: - - No Cms -date: 2019-02-22T00:49:32.000Z -description: ' 🛒 A starter storefront with Gatsby, Stripe, & Netlify Functions.' -stale: true ---- diff --git a/content/theme/gatsby-starter-styled-components.md b/content/theme/gatsby-starter-styled-components.md deleted file mode 100644 index de29933be..000000000 --- a/content/theme/gatsby-starter-styled-components.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Styled Components -github: https://github.com/blakenoll/gatsby-starter-styled-components -demo: https://gatsby-starter-styled-components.netlify.com/ -author: Blake Noll -ssg: - - Gatsby -cms: - - No Cms -date: 2019-02-26T23:36:59.000Z -description: Gatsby starter using styled components with a sticky footer -stale: true ---- diff --git a/content/theme/gatsby-starter-stylish.md b/content/theme/gatsby-starter-stylish.md deleted file mode 100644 index 5ed993710..000000000 --- a/content/theme/gatsby-starter-stylish.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Stylish -github: https://github.com/anubhavsrivastava/gatsby-starter-stylish -demo: https://anubhavsrivastava.github.io/gatsby-starter-stylish/ -author: Anubhav Srivastava -ssg: - - Gatsby -cms: - - No Cms -date: 2019-06-25T11:47:44.000Z -description: Gatsby.js V2 starter template based on Stylish Portfolio by startbootstrap -stale: true ---- diff --git a/content/theme/gatsby-starter-tachyons.md b/content/theme/gatsby-starter-tachyons.md deleted file mode 100644 index ea33cd17d..000000000 --- a/content/theme/gatsby-starter-tachyons.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Tachyons -github: https://github.com/pixelsign/gatsby-starter-tachyons -demo: https://gatsby-tachyons.netlify.com/ -author: Angelos Arnis -ssg: - - Gatsby -cms: - - No Cms -date: 2018-06-19T13:39:10.000Z -description: Simple starter demo -stale: true ---- diff --git a/content/theme/gatsby-starter-tailwindplay.md b/content/theme/gatsby-starter-tailwindplay.md deleted file mode 100644 index cf24fc945..000000000 --- a/content/theme/gatsby-starter-tailwindplay.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Tailwindplay -github: https://github.com/app-generator/gatsbyjs-starter-tailwindplay -demo: https://gatsbyjs-starter-tailwindplay.appseed.us/ -author: App Generator -ssg: - - Gatsby -cms: - - No Cms -date: 2019-06-24T18:26:49.000Z -description: GatsbyJS Tailwind Starter - TailwindPlay -stale: true ---- diff --git a/content/theme/gatsby-starter-tech-blog.md b/content/theme/gatsby-starter-tech-blog.md deleted file mode 100644 index 897bdf666..000000000 --- a/content/theme/gatsby-starter-tech-blog.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Tech Blog -github: https://github.com/email2vimalraj/gatsby-starter-tech-blog -demo: https://gatsby-starter-tech-blog.netlify.com/ -author: VimalRaj Selvam -ssg: - - Gatsby -cms: - - No Cms -date: 2018-12-23T05:32:24.000Z -description: A Gatsby Starter Tech Blog template -stale: true ---- diff --git a/content/theme/gatsby-starter-traveler-blog.md b/content/theme/gatsby-starter-traveler-blog.md deleted file mode 100644 index 3efa341bf..000000000 --- a/content/theme/gatsby-starter-traveler-blog.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Gatsby Starter Traveler Blog -github: https://github.com/QingpingMeng/gatsby-starter-traveler-blog -demo: https://traveler-blog.netlify.com -author: Qingping Meng -ssg: - - Gatsby -cms: - - No Cms -date: 2019-01-04T06:13:13.000Z -stale: false ---- diff --git a/content/theme/gatsby-starter-typescript-jest.md b/content/theme/gatsby-starter-typescript-jest.md deleted file mode 100644 index 0765d92b3..000000000 --- a/content/theme/gatsby-starter-typescript-jest.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Typescript Jest -github: https://github.com/denningk/gatsby-starter-typescript-jest -demo: https://gatsby-starter-typescript-jest.netlify.com/ -author: Keith Denning -ssg: - - Gatsby -cms: - - No Cms -date: 2019-06-22T14:09:18.000Z -description: The default Gatsby starter with Typescript and Jest -stale: true ---- diff --git a/content/theme/gatsby-starter-typescript-plus.md b/content/theme/gatsby-starter-typescript-plus.md deleted file mode 100644 index df0a8ca12..000000000 --- a/content/theme/gatsby-starter-typescript-plus.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Typescript Plus -github: https://github.com/resir014/gatsby-starter-typescript-plus -demo: https://gatsby-starter-typescript-plus.netlify.com/ -author: Resi Respati -ssg: - - Gatsby -cms: - - No Cms -date: 2018-02-12T18:34:22.000Z -description: A starter kit for TypeScript-based Gatsby projects with sensible defaults. -stale: true ---- diff --git a/content/theme/gatsby-starter-typescript-power-blog.md b/content/theme/gatsby-starter-typescript-power-blog.md deleted file mode 100644 index 8e13619f0..000000000 --- a/content/theme/gatsby-starter-typescript-power-blog.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Typescript Power Blog -github: https://github.com/mhadaily/gatsby-starter-typescript-power-blog -demo: https://gatsby-starter-typescript-power-blog.majidhajian.com/ -author: Majid Hajian -ssg: - - Gatsby -cms: - - No Cms -date: 2018-10-19T12:42:53.000Z -description: Minimal Personal Blog with Gatsby and Typescript -stale: true ---- diff --git a/content/theme/gatsby-starter-typescript-rebass-netlifycms.md b/content/theme/gatsby-starter-typescript-rebass-netlifycms.md deleted file mode 100644 index 9f889939f..000000000 --- a/content/theme/gatsby-starter-typescript-rebass-netlifycms.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -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: - - 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-typescript-sass.md b/content/theme/gatsby-starter-typescript-sass.md deleted file mode 100644 index c035f50a3..000000000 --- a/content/theme/gatsby-starter-typescript-sass.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Typescript Sass -github: https://github.com/thetrevorharmon/gatsby-starter-typescript-sass -demo: https://gatsby-starter-typescript-sass.netlify.com -author: Trevor Harmon -ssg: - - Gatsby -cms: - - No Cms -date: 2018-09-04T20:48:42.000Z -description: A starter repo for using Gatsby with Typescript and SASS. -stale: false ---- diff --git a/content/theme/gatsby-starter-tyra.md b/content/theme/gatsby-starter-tyra.md deleted file mode 100644 index b4fe73db1..000000000 --- a/content/theme/gatsby-starter-tyra.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Tyra -github: https://github.com/madelyneriksen/gatsby-starter-tyra -demo: https://tyra-starter.netlify.com/ -author: Madelyn Eriksen -ssg: - - Gatsby -cms: - - No Cms -date: 2018-12-12T14:21:33.000Z -description: Tyra - Feminine Gatsby Starter optimized for SEO -stale: true ---- diff --git a/content/theme/gatsby-starter-under-construction.md b/content/theme/gatsby-starter-under-construction.md deleted file mode 100644 index f9a33cdd0..000000000 --- a/content/theme/gatsby-starter-under-construction.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Starter Under Construction -github: https://github.com/robinmetral/gatsby-starter-under-construction -demo: https://gatsby-starter-under-construction.netlify.com/ -author: Robin Métral -ssg: - - Gatsby -cms: - - No Cms -date: 2019-01-23T18:50:25.000Z -description: A Gatsby theme to showcase your open-source work -stale: false -disabled_reason: demo url not found -disabled: true ---- diff --git a/content/theme/gatsby-starter-wordpress-community.md b/content/theme/gatsby-starter-wordpress-community.md deleted file mode 100644 index 10d70439c..000000000 --- a/content/theme/gatsby-starter-wordpress-community.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Wordpress Community -github: https://github.com/pablovila/gatsby-starter-wordpress-community -demo: https://gatsby-starter-wordpress-community.netlify.com/ -author: Pablo Vila -ssg: - - Gatsby -cms: - - No Cms -date: 2019-02-20T20:16:18.000Z -description: Gatsby Starter to launch your blog from WordPress -stale: true ---- diff --git a/content/theme/gatsby-starter-wordpress.md b/content/theme/gatsby-starter-wordpress.md deleted file mode 100644 index 93e624786..000000000 --- a/content/theme/gatsby-starter-wordpress.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter Wordpress -github: https://github.com/GatsbyCentral/gatsby-starter-wordpress -demo: https://gatsby-starter-wordpress.netlify.com/ -author: Gatsby Central -ssg: - - Gatsby -cms: - - Wordpress -date: 2018-02-03T21:55:52.000Z -description: A GatsbyJS starter template that leverages the WordPress API, ACF and more -stale: true ---- diff --git a/content/theme/gatsby-starter-zenii.md b/content/theme/gatsby-starter-zenii.md deleted file mode 100644 index 7e1a12cfc..000000000 --- a/content/theme/gatsby-starter-zenii.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Gastby Starter Zenii -github: https://github.com/thebakerdev/gatsby-starter-zenii -demo: https://gatsby-starter-zenii.netlify.app/ -author: The Bakerdev -date: 2019-08-20T00:00:00.000Z -ssg: - - Gatsby -cms: - - Contentful -css: - - Tailwind - - PostCSS -archetype: - - Business - - Single Page -description: A One-page Gatsby starter built with Tailwindcss and Postcss. -stale: true ---- - -# A simple one-page theme for Gatsby - -This theme is a lightweight starter for Gatsby that is built using Tailwindcss and uses Contentful as a CMS backend. - -## Features - -* Built with Tailwindcss -* Uses Postcss -* Contentful Integration -* Material Icons diff --git a/content/theme/gatsby-starter.md b/content/theme/gatsby-starter.md deleted file mode 100644 index 86547f4f3..000000000 --- a/content/theme/gatsby-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Starter -github: https://github.com/fabien0102/gatsby-starter -demo: https://fabien0102-gatsby-starter.netlify.com/ -author: Fabien BERNARD -ssg: - - Gatsby -cms: - - No Cms -date: 2017-04-13T12:50:52.000Z -description: Gatsby 2.0 starter with typescript and many cools dev tools -stale: false ---- diff --git a/content/theme/gatsby-tailwind-emotion-starter.md b/content/theme/gatsby-tailwind-emotion-starter.md deleted file mode 100644 index 8ec33835a..000000000 --- a/content/theme/gatsby-tailwind-emotion-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Tailwind Emotion Starter -github: https://github.com/muhajirdev/gatsby-tailwind-emotion-starter -demo: https://gatsby-tailwind-emotion-starter.netlify.com/ -author: Muhammad Muhajir -ssg: - - Gatsby -cms: - - No Cms -date: 2018-10-05T10:34:13.000Z -description: A Gatsby Starter with Tailwind CSS + Emotion Js -stale: true ---- diff --git a/content/theme/gatsby-tailwind-serif.md b/content/theme/gatsby-tailwind-serif.md deleted file mode 100644 index da8aa4a76..000000000 --- a/content/theme/gatsby-tailwind-serif.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Tailwind Serif -github: https://github.com/windedge/gatsby-tailwind-serif -demo: https://gatsby-tailwind-serif.netlify.com/ -author: windedge -ssg: - - Gatsby -cms: - - No Cms -date: 2019-07-08T15:05:18.000Z -description: A Gatsby theme based on gatsby-serif-theme, rewrite with Tailwind CSS. -stale: false ---- diff --git a/content/theme/gatsby-tailwindcss-sass-starter.md b/content/theme/gatsby-tailwindcss-sass-starter.md deleted file mode 100644 index 050f72e7a..000000000 --- a/content/theme/gatsby-tailwindcss-sass-starter.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Gatsby Tailwindcss Sass Starter -github: https://github.com/durianstack/gatsby-tailwindcss-sass-starter -demo: https://gatsby-tailwindcss-sass-starter-demo.netlify.com/ -author: null -ssg: - - Gatsby -cms: - - No Cms -css: - - Tailwind - - SCSS -date: 2019-01-02T07:24:27.000Z -description: Just another Gatsby Tailwind with SASS starter -stale: true ---- diff --git a/content/theme/gatsby-the-plain.md b/content/theme/gatsby-the-plain.md deleted file mode 100644 index d36a25893..000000000 --- a/content/theme/gatsby-the-plain.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: The Plain Gatsby -github: https://github.com/wangonya/the-plain-gatsby -demo: https://the-plain-gatsby.netlify.com/ -author: Kinyanjui Wangonya -ssg: - - Gatsby -cms: - - No Cms -date: 2019-05-25T12:43:28.000Z -description: A minimalist GatsbyJs starter for your personal blog. -stale: true ---- diff --git a/content/theme/gatsby-theme-emilia.md b/content/theme/gatsby-theme-emilia.md deleted file mode 100644 index 543e3611f..000000000 --- a/content/theme/gatsby-theme-emilia.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Emilia -github: https://github.com/LekoArts/gatsby-starter-portfolio-emilia -demo: https://emilia.lekoarts.de -author: LekoArts -ssg: - - Gatsby -cms: - - No Cms -date: 2017-11-30T18:53:29.000Z -description: >- - Minimalistic portfolio/photography site with masonry grid, page transitions - and big images. Themeable with Theme UI. Includes Light/Dark mode. -stale: false ---- diff --git a/content/theme/gatsby-theme-intro.md b/content/theme/gatsby-theme-intro.md deleted file mode 100644 index b5bbfdc4d..000000000 --- a/content/theme/gatsby-theme-intro.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Intro. -github: https://github.com/wkocjan/gatsby-theme-intro -demo: https://weeby.studio/intro/preview -author: Wojciech Kocjan -date: 2020-04-23T00:00:00.000Z -ssg: - - Gatsby -cms: - - No Cms -css: - - Tailwind -archetype: - - Portfolio - - Single Page -services: - - Formspree -description: Personal branding theme for developers -stale: true ---- - -# Intro - Personal branding theme for developers - -Intro is an open source Gatsby theme built specially for developers. - -Tell your story by showing your skills, projects and career path. - -## Features - -- Show your skills, tools, projects & career path -- 10 predefined color versions -- YAML files as a data source -- Contact form integrated with [Formspree](https://formspree.io/) -- Responsive/adaptive images via [gatsby-image](https://www.gatsbyjs.org/packages/gatsby-image/) -- Uses utility-first [TailwindCSS](https://tailwindcss.com/) framework -- Responsive design (desktop / mobile) diff --git a/content/theme/gatsby-theme-novela.md b/content/theme/gatsby-theme-novela.md deleted file mode 100644 index 5e6397b3a..000000000 --- a/content/theme/gatsby-theme-novela.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Gatsby Novela -github: https://github.com/narative/gatsby-theme-novela -demo: https://novela.narative.co/ -author: Narative -ssg: - - Gatsby -cms: - - Contentful -date: 2019-08-01T00:00:00.000Z -description: Welcome to Novela, the simplest way to start publishing with Gatsby. -stale: false -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 deleted file mode 100644 index 98dee9629..000000000 --- a/content/theme/gatsby-theme-pocket.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Pocket -github: https://github.com/molebox/gatsby-theme-pocket -demo: https://gatsby-theme-pocket-example.netlify.com/articleIndex/ -author: Hungry Bear Studio -ssg: - - Gatsby -date: 2019-12-10T00:00:00.000Z -description: A Gatsby theme that adds a pocket to your website. -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-profile-builder.md b/content/theme/gatsby-theme-profile-builder.md deleted file mode 100644 index 854181c08..000000000 --- a/content/theme/gatsby-theme-profile-builder.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Profile Builder -github: https://github.com/ashr81/gatsby-theme-profile-builder -demo: https://gatsby-theme-profile-builder.netlify.com/ -author: Ashrith Reddy -ssg: - - Gatsby -cms: - - No Cms -date: 2019-07-31T17:42:47.000Z -stale: true ---- diff --git a/content/theme/gatsby-theme-serial-programmer.md b/content/theme/gatsby-theme-serial-programmer.md deleted file mode 100644 index 13299cb91..000000000 --- a/content/theme/gatsby-theme-serial-programmer.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -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-theme-ultronele.md b/content/theme/gatsby-theme-ultronele.md deleted file mode 100644 index 559a07676..000000000 --- a/content/theme/gatsby-theme-ultronele.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Ultronele eLearning -github: https://github.com/runbytech/gatsby-theme-ultronele -demo: https://ultronele.netlify.com/ -author: lwz7512 -ssg: - - Gatsby -date: 2019-07-04T11:28:21.000Z -description: Gatsby Theme for UltronEle - the Fastest Elearning Engine in the world -stale: true -stackit: false ---- - -Welcome to Ultronele, the world’s fastest e-learning/LMS engine. diff --git a/content/theme/gatsby-tiny-agency.md b/content/theme/gatsby-tiny-agency.md deleted file mode 100644 index 4c8341d10..000000000 --- a/content/theme/gatsby-tiny-agency.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Tiny Agency -github: https://github.com/foxandgeese/tiny-agency -demo: https://foxandgeese.github.io/tiny-agency/ -author: Versionista -ssg: - - Gatsby -cms: - - No Cms -date: 2019-02-08T20:22:56.000Z -description: >- - Simple Gatsby.js starter that uses material design and that's perfect for tiny - agencies. -stale: false ---- diff --git a/content/theme/gatsby-typescript-mdx-prismjs-starter.md b/content/theme/gatsby-typescript-mdx-prismjs-starter.md deleted file mode 100644 index dbd3d6f65..000000000 --- a/content/theme/gatsby-typescript-mdx-prismjs-starter.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Typescript Mdx Prismjs -github: https://github.com/tylergreulich/gatsby-typescript-mdx-prismjs-starter -demo: https://infallible-brown-28846b.netlify.com -author: tylergreulich -ssg: - - Gatsby -cms: - - No Cms -date: 2018-12-18T15:30:09.000Z -stale: true ---- diff --git a/content/theme/gatsby-typescript-scss-docker.md b/content/theme/gatsby-typescript-scss-docker.md deleted file mode 100644 index cc3f25dba..000000000 --- a/content/theme/gatsby-typescript-scss-docker.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Typescript Scss Docker -github: https://github.com/OFranke/gatsby-typescript-scss-docker -demo: https://gatsby-typescript-scss-docker-starter.netlify.com/ -author: OFranke -ssg: - - Gatsby -cms: - - No Cms -date: 2018-12-16T20:28:09.000Z -description: gatsby with typescript, scss typed modules, eslint, prettier & husky, docker -stale: true ---- diff --git a/content/theme/gatsby-typescript-starter-blog.md b/content/theme/gatsby-typescript-starter-blog.md deleted file mode 100644 index 8292831ea..000000000 --- a/content/theme/gatsby-typescript-starter-blog.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Typescript Starter Blog -github: https://github.com/frnki/gatsby-typescript-starter-blog -demo: https://gatsby-typescript-starter-blog.netlify.com/ -author: frnki -ssg: - - Gatsby -cms: - - No Cms -date: 2018-12-16T12:12:14.000Z -description: A starter blog for TypeScript-based Gatsby projects with minimal settings. -stale: true ---- diff --git a/content/theme/gatsby-universal.md b/content/theme/gatsby-universal.md deleted file mode 100644 index fa947fbf3..000000000 --- a/content/theme/gatsby-universal.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Universal -github: https://github.com/fabe/gatsby-universal -demo: https://gatsby-universal.netlify.com/ -author: Fabian Schultz -ssg: - - Gatsby -cms: - - No Cms -date: 2018-06-20T23:34:15.000Z -description: 🔮 An opinionated Gatsby v2 starter for state-of-the-art marketing sites. -stale: true ---- diff --git a/content/theme/gatsby-v2-starter-casper.md b/content/theme/gatsby-v2-starter-casper.md deleted file mode 100644 index 7a82f8a71..000000000 --- a/content/theme/gatsby-v2-starter-casper.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby V2 Starter Casper -github: https://github.com/GatsbyCentral/gatsby-v2-starter-casper -demo: https://gatsby-starter-v2-casper.netlify.com/ -author: Gatsby Central -ssg: - - Gatsby -cms: - - No Cms -date: 2018-10-19T10:22:22.000Z -description: The Casper theme v1.4 ported to Gatsby v2 -stale: true ---- diff --git a/content/theme/gatsby-v2-starter-lumen.md b/content/theme/gatsby-v2-starter-lumen.md deleted file mode 100644 index 4f6a60327..000000000 --- a/content/theme/gatsby-v2-starter-lumen.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby V2 Starter Lumen -github: https://github.com/GatsbyCentral/gatsby-v2-starter-lumen -demo: https://lumen-v2.netlify.com/ -author: Gatsby Central -ssg: - - Gatsby -cms: - - No Cms -date: 2018-03-30T12:45:33.000Z -description: >- - A minimal, lightweight and mobile-first starter for creating blazing-fast - static blogs -stale: true ---- diff --git a/content/theme/gatsby-v2-tutorial-starter.md b/content/theme/gatsby-v2-tutorial-starter.md deleted file mode 100644 index 746ebdea9..000000000 --- a/content/theme/gatsby-v2-tutorial-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby V2 Tutorial Starter -github: https://github.com/justinformentin/gatsby-v2-tutorial-starter -demo: https://gatsby-tutorial-starter.netlify.com -author: Justin Formentin -ssg: - - Gatsby -cms: - - No Cms -date: 2018-10-28T04:45:46.000Z -description: Gatsby V2 Starter - product of step by step tutorial -stale: true ---- diff --git a/content/theme/gatsby-website-static.md b/content/theme/gatsby-website-static.md deleted file mode 100644 index 06db535c6..000000000 --- a/content/theme/gatsby-website-static.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Website Static -github: https://github.com/histaff/website-static -demo: https://histaff.io/ -author: HiStaff -ssg: - - Gatsby -cms: - - No Cms -date: 2019-06-04T16:34:12.000Z -stale: true ---- diff --git a/content/theme/gatsby-wordpress-typescript-scss-blog.md b/content/theme/gatsby-wordpress-typescript-scss-blog.md deleted file mode 100644 index 387881065..000000000 --- a/content/theme/gatsby-wordpress-typescript-scss-blog.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gatsby Wordpress Typescript Scss Blog -github: https://github.com/sagar7993/gatsby-wordpress-typescript-scss-blog -demo: https://gatsby-wordpress-typescript-scss-blog.netlify.com -author: Sagar Jain -ssg: - - Gatsby -cms: - - Wordpress -date: 2019-09-03T17:34:27.000Z -description: Gatsby Wordpress Typescript Blog Boilerplate -stale: false ---- diff --git a/content/theme/gatsby-xylo-bulma-starter.md b/content/theme/gatsby-xylo-bulma-starter.md deleted file mode 100644 index cbc17c315..000000000 --- a/content/theme/gatsby-xylo-bulma-starter.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gatsby Xylo Bulma -github: https://github.com/xydac/xylo-gatsby-bulma-starter -demo: https://xylo-gatsby-bulma-starter.netlify.com/ -author: Deepak Seth -ssg: - - Gatsby -cms: - - No Cms -css: - - Bulma -date: 2018-10-07T03:53:26.000Z -description: Gatsby v2 Starter with Bulma based on default starter. -stale: true ---- diff --git a/content/theme/gatsby-yellowcake.md b/content/theme/gatsby-yellowcake.md deleted file mode 100644 index 7f285d975..000000000 --- a/content/theme/gatsby-yellowcake.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Yellowcake -github: https://github.com/thriveweb/yellowcake -demo: https://yellowcake.netlify.com/ -author: THRIVE -ssg: - - Gatsby -cms: - - DecapCMS -date: 2018-10-15T04:47:58.000Z -description: >- - A starter project for creating lightning-fast websites with Gatsby v2 and - Netlify-CMS v2 + Uploadcare intergration. -stale: false ---- diff --git a/content/theme/geekyll-starter-blog.md b/content/theme/geekyll-starter-blog.md deleted file mode 100644 index 1bcb2acee..000000000 --- a/content/theme/geekyll-starter-blog.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Geekyll Starter Blog -github: https://github.com/sharadcodes/geekyll-starter-blog -demo: https://sharadcodes.github.io/geekyll-starter-blog/ -author: Sharad Raj Singh Maurya -date: 2020-05-30T00:00:00.000Z -ssg: - - Jekyll -cms: - - No Cms -archetype: - - Blog -description: A minimal Jekyll theme for blogging inspired by Gatsby Starter Blog. -stale: true ---- - -## Features - -* Minimal CSS -* Light weight -* Short author bio -* Syntax highlighting diff --git a/content/theme/gohugo-amp.md b/content/theme/gohugo-amp.md deleted file mode 100644 index 063616ee6..000000000 --- a/content/theme/gohugo-amp.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gohugo Amp -github: https://github.com/wildhaber/gohugo-amp -demo: https://gohugo-amp.gohugohq.com/ -author: Raphael Wildhaber -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 4f1fc10f5..000000000 --- a/content/theme/gohugo-theme-ananke.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Ananke -github: https://github.com/theNewDynamic/gohugo-theme-ananke -demo: https://gohugo-ananke-theme-demo.netlify.app/ -author: Bud Parr -ssg: - - Hugo -cms: - - No Cms -date: 2017-04-11T01:24:05.000Z -description: 'Ananke: A theme for Hugo Sites' -stale: false ---- - -Ananke, A theme for Hugo, a framework for building websites. \ No newline at end of file diff --git a/content/theme/gozer-magazine.md b/content/theme/gozer-magazine.md deleted file mode 100644 index 663460419..000000000 --- a/content/theme/gozer-magazine.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -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/gradfolio.md b/content/theme/gradfolio.md deleted file mode 100644 index a286b99f3..000000000 --- a/content/theme/gradfolio.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Gradfolio -github: https://github.com/jitinnair1/gradfolio -demo: https://jitinnair1.github.io/gradfolio/ -author: Jitin Nair -date: 2021-03-11T00:00:00.000Z -ssg: - - Jekyll -cms: - - No CMS -archetype: - - Personal - - Blog - - Portfolio -description: >- - responsive, dark-mode ready Jekyll theme designed for use as a personal - website and portfolio -stale: false ---- - -## Features -- Responsive -- Respects Dark Mode preference set by user -- Projects Page to showcase your work/side projects -- Easily link to your profiles on ResearchGate and ORCID - -## Installation -* Click on `Use this template` on the [GitHub homepage](https://github.com/jitinnair1/gradfolio) -* Your new site should be ready at https://username.github.io/gradfolio/ -* You can now modify the contents and personalise the template - -## License -MIT License \ No newline at end of file diff --git a/content/theme/graphcms-blog.md b/content/theme/graphcms-blog.md deleted file mode 100644 index da43d00b9..000000000 --- a/content/theme/graphcms-blog.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -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 deleted file mode 100644 index cc89276b9..000000000 --- a/content/theme/graphcms-commerce.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -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 deleted file mode 100644 index e4c2d288e..000000000 --- a/content/theme/graphcms-marketing-website.md +++ /dev/null @@ -1,90 +0,0 @@ ---- -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/gray-jekyll.md b/content/theme/gray-jekyll.md deleted file mode 100644 index 699364acd..000000000 --- a/content/theme/gray-jekyll.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Gray -github: https://github.com/ronv/gray -demo: https://gray-jekyll.netlify.com -author: Ronalds Vilcins -date: 2019-11-09T00:00:00.000Z -ssg: - - Jekyll -description: Gray - Single column blog and portfolio Jekyll theme -stale: false ---- diff --git a/content/theme/grayscale-theme.md b/content/theme/grayscale-theme.md deleted file mode 100644 index c0859cbf9..000000000 --- a/content/theme/grayscale-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Grayscale -github: https://github.com/jeromelachaud/grayscale-theme -demo: https://jeromelachaud.com/grayscale-theme/ -author: Jeromelachaud -ssg: - - Jekyll -cms: - - No Cms -date: 2015-02-02T14:45:08.000Z -description: Jekyll theme based on Grayscale Start Bootstrap theme -stale: false ---- \ No newline at end of file diff --git a/content/theme/gridsome-airtable-starter.md b/content/theme/gridsome-airtable-starter.md deleted file mode 100644 index 693f8fba5..000000000 --- a/content/theme/gridsome-airtable-starter.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Gridsome Airtable Starter -github: https://github.com/12vanblart/gridsome-airtable-starter -demo: https://gridsomeairtable.netlify.com/ -author: Tyler VanBlargan -date: 2019-12-18T00:00:00.000Z -ssg: - - Gridsome -cms: - - Airtable -description: 'A Gridsome starter leveraging Airtable with a minimalist design. ' -stale: false ---- - -[![Netlify Status](https://api.netlify.com/api/v1/badges/66526f3f-455e-4ee4-b05e-3cf37c607921/deploy-status)](https://app.netlify.com/sites/gridsomeairtable/deploys) - -# Airtable starter for Gridsome - -This starter is meant to act as a starting point/example for connecting [Gridsome](https://gridsome.org/) with [Airtable](https://airtable.com/). - -*Note: This Starter utilizes [Moment.js](https://momentjs.com/) for date/times and can be removed from the Event files if not needed (and removed with `yarn remove moment`)* - -## Install Gridsome CLI tool (if you dont' have it already) - -`npm install --global @gridsome/cli` - -## Create a Gridsome project - -1. `gridsome create my-gridsome-site https://github.com/12vanblart/gridsome-airtable-starter.git` to install this starter -2. `cd my-gridsome-site` to open the folder -3. `gridsome develop` to start a local dev server at `https://localhost:8080` -4. Happy coding 🎉💻 - -## Configure your Airtable connection - -Inside your `gridsome.config.js` file, you'll see the following: - -```javascript -// gridsome.config.js // - -module.exports = { - siteName: 'Site Name', - plugins: [ - { - use: '@gridsome/source-airtable', - options: { - // Add these to a .env file - // Details on finding these values can be found at: - // https://gridsome.org/plugins/@gridsome/source-airtable - apiKey: process.env.AIRTABLE_KEY, //required - baseId: process.env.AIRTABLE_BASE, //required - tableName: 'Events', //required - typeName: 'Event', //required - needs to match template name - route: '/events/:name' //optional - } - } - ] -} - -``` - -- `apiKey` is the API secret provided by Airtable -- `baseId` is the identifier for the base you would like to connect to -- `tableName` is the table you would like to pull data from -- `typeName` is what you would like to call your data in GraphQL -- `route` is the optional path you would like to use for accessing your records. This can use GraphQL keys to identify records. - -**Note:** In order for your templates to generate properly at the specified route a `typeName.vue` file must exist in `\templates`. In this starter, this is `\templates\Event.vue` for the `Event` type. - -### dotenv file - -[Details on Gridsome Environment Variables.](https://gridsome.org/docs/environment-variables) - -You'll need to create the file `.env` in your root project directory (The same level as `gridsome.config.js`) with the following (replace with your values): - -```dotenv -AIRTABLE_KEY= -AIRTABLE_BASE= -``` - -You can learn more about getting these values from the [plugin page](https://gridsome.org/plugins/@gridsome/source-airtable). - -**NOTE:** When you deploy to Netlify, you'll need to setup these values under "Build & Deploy" > "Environment" > "Environment Variables" - -## Query Pages - -A list of files where the starter uses queries to make updating easier (all from the `src` folder): - -- `pages/Events.vue` - Grabs all Events sorted by `startDate` -- `components/EventCard.vue` - Brings Props in from `pages/Events.vue` -- `templates/Event.vue` - Uses `id` to pull in data from Airtable. - -## My Airtable -This is what my Airtable Base looks like: - -!["Airtable with columns for Name, Header Image, Start Date, End Date, Excerpt, Notes, and Attachments."](./airtableSetup.png) - - -# Deploy with Netlify -[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/12vanblart/gridsome-airtable-starter) \ No newline at end of file diff --git a/content/theme/gridsome-forestry-starter.md b/content/theme/gridsome-forestry-starter.md deleted file mode 100644 index f1a3f5551..000000000 --- a/content/theme/gridsome-forestry-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gridsome Forestry Starter -github: https://github.com/itsnwa/gridsome-forestry-starter -demo: https://gridsome-forestry.netlify.com -author: Nichlas Wærnes Andersen -ssg: - - Gridsome -cms: - - Forestry -date: 2019-01-03T21:54:32.000Z -description: Gridsome starter kit with Forestry (CMS) -stale: false ---- diff --git a/content/theme/gridsome-kontent-dancing-goat.md b/content/theme/gridsome-kontent-dancing-goat.md deleted file mode 100644 index a08bb5a98..000000000 --- a/content/theme/gridsome-kontent-dancing-goat.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Gridsome Kontent Dancing Goat -github: https://github.com/Kentico/kontent-sample-dancing-goat-gridsome -demo: https://kontent-sample-dancing-goat-gridsome.netlify.app/ -author: Kentico -ssg: - - Gridsome -cms: - - Kontent -date: 2020-12-01T00:00:00.000Z -archetype: - - Business -description: Gridsome implementation of the Dancing Goat Starter site. -stale: false ---- - -# Gridsome Kontent Dancing Goat - -Dancing Goat Starter site written in Gridsome. -Website is for a fictional company selling coffee, coffee accessories, and owning cafes. - -## Features - -* Content loaded from Kentico Kontent -* Google maps widget -* Plain CSS Styling diff --git a/content/theme/gridsome-kontent-lumen.md b/content/theme/gridsome-kontent-lumen.md deleted file mode 100644 index 13f8516ff..000000000 --- a/content/theme/gridsome-kontent-lumen.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Gridsome Kontent Lumen -github: https://github.com/ondrabus/gridsome-starter-kontent-lumen -demo: https://gridsome-starter-kontent-lumen.netlify.app -author: makma -date: 2020-12-01T00:00:00.000Z -ssg: - - Gridsome -cms: - - Kontent -archetype: - - Blog - - Portfolio -description: >- - Lumen is a minimal, lightweight and mobile-first starter for creating blogs - using Gridsome. -stale: true ---- - -# Gridsome Kontent Lumen - -Lumen is a minimal, lightweight and mobile-first starter for creating blogs using Gridsome. - -## Features - -* Content from Kontent headless CMS. -* Lost Grid (peterramsing/lost). -* Beautiful typography inspired by matejlatin/Gutenberg. -* Mobile-First approach in development. -* Stylesheet built using SASS and BEM-Style naming. -* Syntax highlighting in code blocks. -* Sidebar menu built using a configuration block. -* Archive organized by tags and categories. -* Automatic Sitemap generation. -* Google Analytics support. diff --git a/content/theme/gridsome-shopify.md b/content/theme/gridsome-shopify.md deleted file mode 100644 index 3abe3d210..000000000 --- a/content/theme/gridsome-shopify.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Gridsome Tailwind CSS Shopify Starter -github: https://github.com/jsappme/gridsome-shopify-starter -demo: https://gridsome-shopify.netlify.app/ -author: Gridsomify -ssg: - - Gridsome -cms: - - No Cms -css: - - Tailwind -archetype: - - Ecommerce -services: - - Shopify -date: 2020-07-03T18:24:48.000Z -description: This Gridsome Shopify starter app is built with Tailwind CSS. -stale: true ---- diff --git a/content/theme/gridsome-starter-blog.md b/content/theme/gridsome-starter-blog.md deleted file mode 100644 index 42cbb66d3..000000000 --- a/content/theme/gridsome-starter-blog.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Gridsome Starter Blog -github: https://github.com/gridsome/gridsome-starter-blog -demo: https://gridsome-starter-blog.netlify.com/ -author: Gridsome -ssg: - - Gridsome -cms: - - No Cms -date: 2019-02-26T13:28:03.000Z -description: >- - A simple, hackable & minimalistic starter for Gridsome that uses Markdown for - content. -stale: true ---- - -A simple, hackable & minimalistic starter for Gridsome that uses Markdown for content. diff --git a/content/theme/halide.md b/content/theme/halide.md deleted file mode 100644 index 020517472..000000000 --- a/content/theme/halide.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -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 deleted file mode 100644 index c3ca3cdd1..000000000 --- a/content/theme/hallo-hugo.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hallo Hugo -github: https://github.com/EmielH/hallo-hugo -demo: https://themes.gohugo.io/theme/hallo-hugo/ -author: Emiel Hollander -ssg: - - Hugo -cms: - - No 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/hamilton.md b/content/theme/hamilton.md deleted file mode 100644 index ea75cc4f4..000000000 --- a/content/theme/hamilton.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: Hamilton -github: https://github.com/zivhub/jekyll-theme-hamilton -demo: https://zivlog.io/jekyll-theme-hamilton/ -author: Shangzhi Huang -date: 2020-07-02T00:00:00.000Z -ssg: - - Jekyll -cms: - - No CMS -css: - - SCSS -archetype: - - Blog -description: A minimal and beautiful Jekyll theme best for writing and note-taking. -stale: false -disabled: true -disabled_reason: demo url not found ---- - -# Hamilton - -A minimal and beautiful Jekyll theme best for writing and note-taking. - -The original purpose of this theme is to be a replacement of the default Jekyll theme -- [Minima](https://github.com/jekyll/minima). Hamilton is an enhancement of Minima but still, keep in minimal. - -## Features - -- [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag) -- [Jekyll Feed](https://github.com/jekyll/jekyll-feed) -- [Jekyll Sitemap](https://github.com/jekyll/jekyll-sitemap) -- [Google Analytics](https://analytics.google.com/) -- [MathJax](https://www.mathjax.org/) -- [Disqus](https://disqus.com/) -- [Font Awesome](https://fontawesome.com/) -- Customizable head -- Configurable page navigation -- Customizable styles and skins -- Archive pages implemented in pure Liquid -- An elegant way to import images on posts diff --git a/content/theme/hawksworx.md b/content/theme/hawksworx.md deleted file mode 100644 index 7c03e384d..000000000 --- a/content/theme/hawksworx.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hawksworth -github: https://github.com/philhawksworth/hawksworx.com -demo: https://www.hawksworx.com/ -author: Phil Hawksworth -ssg: - - Eleventy -cms: - - No 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 deleted file mode 100644 index 0614a2948..000000000 --- a/content/theme/headless-gatsby-multilang.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -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 deleted file mode 100644 index 8eb242e7e..000000000 --- a/content/theme/hello-friend-ng.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Hello Friend Ng -github: https://github.com/rhazdon/hugo-theme-hello-friend-ng -demo: https://themes.gohugo.io/theme/hugo-theme-hello-friend-ng/ -author: Djordje Atlialp -ssg: - - Hugo -cms: - - No Cms -date: 2019-01-26T08:46:36.000Z -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 deleted file mode 100644 index 448bf978f..000000000 --- a/content/theme/hexo-material-netlify.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Hexo Material Netlify -github: https://github.com/lunaceee/hexo-material-netlify -demo: https://hexo-material-cms.netlify.com/ -author: Luna Yu -ssg: - - Hexo -cms: - - DecapCMS -date: 2018-07-14T20:02:15.000Z -description: Hexo + Netlify CMS starter based on material design -stale: true ---- \ No newline at end of file diff --git a/content/theme/hexo-theme-3-hexo.md b/content/theme/hexo-theme-3-hexo.md deleted file mode 100644 index 8e710fa09..000000000 --- a/content/theme/hexo-theme-3-hexo.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: 3-Hexo -github: https://github.com/yelog/hexo-theme-3-hexo -demo: https://yelog.org/ -author: Chris Yang -ssg: - - Hexo -cms: - - No Cms -date: 2017-02-05T09:26:14.000Z -description: hexo主题:三段式设计,极简,方便 -stale: false ---- \ No newline at end of file diff --git a/content/theme/hexo-theme-A-RSnippet.md b/content/theme/hexo-theme-A-RSnippet.md deleted file mode 100644 index 856b87f77..000000000 --- a/content/theme/hexo-theme-A-RSnippet.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: A-RSnippet -github: https://github.com/huyingjie/hexo-theme-A-RSnippet -demo: https://arsnippet.yingjiehu.com/ -author: Yingjie -ssg: - - Hexo -cms: - - No Cms -date: 2018-01-21T18:18:25.000Z -description: '🦀 A Responsive Theme for Hexo 🦀 ' -stale: true -disabled: true -disabled_reason: error checking demo url ---- \ No newline at end of file diff --git a/content/theme/hexo-theme-Aath.md b/content/theme/hexo-theme-Aath.md deleted file mode 100644 index 4c96c6fb6..000000000 --- a/content/theme/hexo-theme-Aath.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Aath -github: https://github.com/lewis-geek/hexo-theme-Aath -demo: https://lewis.suclub.cn/ -author: Yang Liu -ssg: - - Hexo -cms: - - No Cms -date: 2017-09-04T02:41:19.000Z -description: Hexo 主题 -stale: true -disabled_reason: error checking demo url -disabled: true ---- diff --git a/content/theme/hexo-theme-BlueLake.md b/content/theme/hexo-theme-BlueLake.md deleted file mode 100644 index 98ab3d802..000000000 --- a/content/theme/hexo-theme-BlueLake.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: BlueLake -github: https://github.com/chaooo/hexo-theme-BlueLake -demo: https://chaoo.oschina.io/ -author: Chaooo -ssg: - - Hexo -cms: - - No Cms -date: 2016-11-02T13:05:25.000Z -description: A simple theme for Hexo with great performance on different devices . -stale: false -disabled: true -disabled_reason: error checking demo url ---- \ No newline at end of file diff --git a/content/theme/hexo-theme-Daily.md b/content/theme/hexo-theme-Daily.md deleted file mode 100644 index 9a8272a50..000000000 --- a/content/theme/hexo-theme-Daily.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Daily -github: https://github.com/GallenHu/hexo-theme-Daily -demo: https://hinpc.github.io/Daily/ -author: Gallen.Hu -ssg: - - Hexo -cms: - - No Cms -date: 2016-07-26T06:13:14.000Z -description: A simple theme for Hexo -stale: true ---- \ No newline at end of file diff --git a/content/theme/hexo-theme-aloha.md b/content/theme/hexo-theme-aloha.md deleted file mode 100644 index d7e3826a3..000000000 --- a/content/theme/hexo-theme-aloha.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Aloha -github: https://github.com/henryhuang/hexo-theme-aloha -demo: https://huangyijie.com/ -author: Henry Huang -ssg: - - Hexo -cms: - - No Cms -date: 2016-08-27T16:11:12.000Z -description: A hexo theme, use semantic ui. -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 deleted file mode 100644 index 8b1e820ff..000000000 --- a/content/theme/hexo-theme-alpha-dust.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Alpha Dust -github: https://github.com/klugjo/hexo-theme-alpha-dust -demo: https://www.codeblocq.com/assets/projects/hexo-theme-alpha-dust/ -author: Klughertz Jonathan -ssg: - - Hexo -cms: - - No Cms -date: 2016-06-21T01:22:11.000Z -description: 🌠 Original Futuristic Hexo Theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/hexo-theme-anodyne.md b/content/theme/hexo-theme-anodyne.md deleted file mode 100644 index c3c88d20a..000000000 --- a/content/theme/hexo-theme-anodyne.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Anodyne -github: https://github.com/klugjo/hexo-theme-anodyne -demo: https://www.codeblocq.com/assets/projects/hexo-theme-anodyne/ -author: Klughertz Jonathan -ssg: - - Hexo -cms: - - No Cms -date: 2017-01-27T03:59:03.000Z -description: 🌋 Original Bright Theme for Hexo -stale: true ---- \ No newline at end of file diff --git a/content/theme/hexo-theme-antiquity.md b/content/theme/hexo-theme-antiquity.md deleted file mode 100644 index 165a9a97d..000000000 --- a/content/theme/hexo-theme-antiquity.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Antiquity -github: https://github.com/yiluyanxia/hexo-theme-antiquity -demo: https://yiluyanxia.site/ -author: Yiluyanxia -ssg: - - Hexo -cms: - - No Cms -date: 2019-01-12T09:22:31.000Z -description: 一个有点古风的Hexo主题,来自一个不会设计不会配色的前端渣渣。点击这里预览--> -stale: true -disabled: true -disabled_reason: demo url not found ---- \ No newline at end of file diff --git a/content/theme/hexo-theme-aria.md b/content/theme/hexo-theme-aria.md deleted file mode 100644 index 1687256f4..000000000 --- a/content/theme/hexo-theme-aria.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Aria -github: https://github.com/AlynxZhou/hexo-theme-aria -demo: https://aria.ismyonly.one/ -author: Alynx Zhou -ssg: - - Hexo -cms: - - No Cms -date: 2018-03-15T03:06:27.000Z -description: A Hexo theme inspired by Kalafina's song ARIA. -stale: true ---- \ No newline at end of file diff --git a/content/theme/hexo-theme-beantech.md b/content/theme/hexo-theme-beantech.md deleted file mode 100644 index d60589932..000000000 --- a/content/theme/hexo-theme-beantech.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Beantech -github: https://github.com/YenYuHsuan/hexo-theme-beantech/ -demo: https://beantech.org/ -author: Yu Hsuan Yen -ssg: - - Hexo -cms: - - No Cms -date: 2017-03-21T02:57:50.000Z -description: ':sparkles: Ported theme of Hux Blog by Kaijun, Modified by YuHsuan :sparkles:' -stale: true -disabled: true -disabled_reason: error checking demo url ---- \ No newline at end of file diff --git a/content/theme/hexo-theme-butterfly.md b/content/theme/hexo-theme-butterfly.md deleted file mode 100644 index 8a20d01be..000000000 --- a/content/theme/hexo-theme-butterfly.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Butterfly -github: https://github.com/jerryc127/hexo-theme-butterfly -demo: https://jerryc.me/ -author: Jerry Wong -ssg: - - Hexo -cms: - - No Cms -date: 2019-06-04T13:38:41.000Z -description: 'A Hexo Theme: Butterfly' -stale: false -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 deleted file mode 100644 index 358cad1b5..000000000 --- a/content/theme/hexo-theme-chan.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Chan -github: https://github.com/denjones/hexo-theme-chan -demo: https://blog.sprabbit.com/hexo-theme-chan/ -author: JKenneth Teng -ssg: - - Hexo -cms: - - No 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 deleted file mode 100644 index 72a594020..000000000 --- a/content/theme/hexo-theme-clean-blog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hexo Clean Blog -github: https://github.com/klugjo/hexo-theme-clean-blog -demo: https://www.codeblocq.com/assets/projects/hexo-theme-clean-blog/ -author: Klughertz Jonathan -ssg: - - Hexo -cms: - - No Cms -date: 2016-03-11T05:53:04.000Z -description: >- - Hexo implementation of Clean Blog - https://blackrockdigital.github.io/startbootstrap-clean-blog/index.html -stale: true ---- \ No newline at end of file diff --git a/content/theme/hexo-theme-clover.md b/content/theme/hexo-theme-clover.md deleted file mode 100644 index 74d13d5ad..000000000 --- a/content/theme/hexo-theme-clover.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Clover -github: https://github.com/esappear/hexo-theme-clover -demo: https://clovertuan.github.io/ -author: Shawn -ssg: - - Hexo -cms: - - No Cms -date: 2018-10-05T13:57:23.000Z -description: Clover theme for Hexo. -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/hexo-theme-edinburgh.md b/content/theme/hexo-theme-edinburgh.md deleted file mode 100644 index a33c340d2..000000000 --- a/content/theme/hexo-theme-edinburgh.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Edinburgh -github: https://github.com/sharvaridesai/hexo-theme-edinburgh -demo: https://sharvaridesai.github.io/hexo-theme-edinburgh-demo/ -author: Sharvari Desai -ssg: - - Hexo -cms: - - No Cms -date: 2017-02-04T15:40:03.000Z -description: Beautiful minimal portfolio theme for Hexo. -stale: true ---- - -Beautiful minimal portfolio theme for Hexo. \ No newline at end of file diff --git a/content/theme/hexo-theme-huweihuang.md b/content/theme/hexo-theme-huweihuang.md deleted file mode 100644 index 43515ac1b..000000000 --- a/content/theme/hexo-theme-huweihuang.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: HuWeihuang -github: https://github.com/huweihuang/hexo-theme-huweihuang -demo: https://www.huweihuang.com/ -author: huweihuang -ssg: - - Hexo -cms: - - No Cms -date: 2017-10-22T03:07:50.000Z -description: ' Ported theme of Hux Blog by YuHsuan, Modified by Hu Weihuang' -stale: true ---- \ No newline at end of file diff --git a/content/theme/hexo-theme-lx.md b/content/theme/hexo-theme-lx.md deleted file mode 100644 index 4078c6063..000000000 --- a/content/theme/hexo-theme-lx.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Lx -github: https://github.com/blleng/hexo-theme-lx -demo: https://lx.blleng.cn/ -author: Blleng -ssg: - - Hexo -cms: - - No Cms -date: 2019-11-02T09:48:38.000Z -description: A simple & clear & elegant hexo theme -stale: false ---- \ No newline at end of file diff --git a/content/theme/hexo-theme-mictheme.md b/content/theme/hexo-theme-mictheme.md deleted file mode 100644 index 002796c34..000000000 --- a/content/theme/hexo-theme-mictheme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Mic Theme -github: https://github.com/miccall/hexo-theme-Mic_Theme -demo: https://miccall.tech/ -author: Mitro -ssg: - - Hexo -cms: - - No Cms -date: 2017-05-24T13:43:59.000Z -description: 'hexo theme ' -stale: true -disabled: true -disabled_reason: error checking demo url ---- \ No newline at end of file diff --git a/content/theme/hexo-theme-minima.md b/content/theme/hexo-theme-minima.md deleted file mode 100644 index b38f3aafa..000000000 --- a/content/theme/hexo-theme-minima.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Minima -github: https://github.com/adisaktijrs/hexo-theme-minima -demo: https://adisaktijrs.github.io/minima/ -author: Adi Sakti Jrs -date: 2020-10-12T00:00:00.000Z -ssg: - - Hexo -cms: - - No CMS -archetype: - - Blog -description: An undoubtedly simple and lightweight dark/light mode theme for Hexo -stale: false ---- diff --git a/content/theme/hexo-theme-paperwhite.md b/content/theme/hexo-theme-paperwhite.md deleted file mode 100644 index 81b95ed01..000000000 --- a/content/theme/hexo-theme-paperwhite.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -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-phantom.md b/content/theme/hexo-theme-phantom.md deleted file mode 100644 index ba385fc99..000000000 --- a/content/theme/hexo-theme-phantom.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Phantom -github: https://github.com/klugjo/hexo-theme-phantom -demo: https://www.codeblocq.com/assets/projects/hexo-theme-phantom/ -author: Klughertz Jonathan -ssg: - - Hexo -cms: - - No Cms -date: 2016-03-30T06:14:41.000Z -description: Hexo implementation of Phantom (https://html5up.net/phantom) -stale: true ---- \ No newline at end of file diff --git a/content/theme/hexo-theme-snippet.md b/content/theme/hexo-theme-snippet.md deleted file mode 100644 index bc9494528..000000000 --- a/content/theme/hexo-theme-snippet.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Snippet -github: https://github.com/shenliyang/hexo-theme-snippet -demo: https://www.91h5.cc/ -author: Shenliyang -ssg: - - Hexo -cms: - - No Cms -date: 2017-07-10T09:26:39.000Z -description: Snippet 简洁而不简单,也许是一款你寻找已久的hexo主题 -stale: true ---- \ No newline at end of file diff --git a/content/theme/hexo-theme-solitude.md b/content/theme/hexo-theme-solitude.md deleted file mode 100644 index 72c47cef5..000000000 --- a/content/theme/hexo-theme-solitude.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -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 deleted file mode 100644 index de633c126..000000000 --- a/content/theme/hexo-webnary-template.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: Web-Nary -github: https://github.com/DFCommunity/Hexo-Web-Nary -demo: https://webnary.netlify.app -author: BRAVO68WEB -date: 2020-08-14T00:00:00.000Z -ssg: - - Hexo -cms: - - No CMS -css: - - Bootstrap - - SCSS -archetype: - - Blog -description: >- - An Hexo Template you ever wanted. This theme is perfect for Starting an Blog, - 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 - -This template is a lightweight starter kit based on Hexo Framework. It also gives you a well organised starting point to extend it for yourself.​ -You have many new inbuild features like search, sitemap, custom 404 page, contact forms, and much more... - -## Features - - * Customisable design attributes - * Customisable global data and navigation - * Tags and tag archives - * Dark Theme Pre-enabled - * SEO ready - * GIF preloader - * Netlify Form pre-enabled - * One Command netlify deploy - * And, Much more to come .... diff --git a/content/theme/hitchens.md b/content/theme/hitchens.md deleted file mode 100644 index f5f97012f..000000000 --- a/content/theme/hitchens.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Hitchens -github: https://github.com/patdryburgh/hitchens -demo: https://patdryburgh.github.io/hitchens/ -author: Pat Dryburgh -ssg: - - Jekyll -date: 2018-07-31T01:12:09.000Z -description: An inarguably well-designed Jekyll theme. View the demo at -stale: true ---- \ No newline at end of file diff --git a/content/theme/hugo-aafu.md b/content/theme/hugo-aafu.md deleted file mode 100644 index 6ab63a6b4..000000000 --- a/content/theme/hugo-aafu.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Aafu -github: https://github.com/darshanbaral/aafu -demo: https://themes.gohugo.io/theme/aafu/ -author: Darshan Baral -ssg: - - Hugo -cms: - - No 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-academic.md b/content/theme/hugo-academic.md deleted file mode 100644 index a75d63533..000000000 --- a/content/theme/hugo-academic.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Academic -github: https://github.com/gcushen/hugo-academic -demo: https://academic-demo.netlify.com/ -author: gcushen -ssg: - - Hugo -cms: - - No Cms -date: 2016-04-26T22:09:15.000Z -description: >- - 📝 The website builder for Hugo. Build and deploy a beautiful website in - minutes! -stale: false ---- - -The website builder for Hugo. Build and deploy a beautiful website in minutes! diff --git a/content/theme/hugo-adam-eve.md b/content/theme/hugo-adam-eve.md deleted file mode 100644 index 17abacdeb..000000000 --- a/content/theme/hugo-adam-eve.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Adam & Eve -github: https://github.com/blankoworld/hugo_theme_adam_eve -demo: https://themes.gohugo.io/theme/hugo_theme_adam_eve/ -author: Olivier DOSSMANN -ssg: - - Hugo -cms: - - No Cms -date: 2017-06-21T19:35:04.000Z -description: Adam & Eve theme for Hugo -stale: true -disabled: true -disabled_reason: demo url not found ---- diff --git a/content/theme/hugo-alageek.md b/content/theme/hugo-alageek.md deleted file mode 100644 index cf141ecca..000000000 --- a/content/theme/hugo-alageek.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: AlaGeek -github: https://github.com/gkmngrgn/hugo-alageek-theme -demo: https://gokmengorgen.net/ -author: Gökmen Görgen -ssg: - - Hugo -cms: - - No Cms -date: 2018-09-08T19:32:11.000Z -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. -stale: false ---- diff --git a/content/theme/hugo-allegiant-theme.md b/content/theme/hugo-allegiant-theme.md deleted file mode 100644 index 2e1f4fab7..000000000 --- a/content/theme/hugo-allegiant-theme.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Allegiant -github: https://github.com/brycematheson/allegiant -demo: https://themes.gohugo.io/theme/allegiant/ -author: Bryce Matheson -ssg: - - Hugo -cms: - - No Cms -date: 2015-11-21T18:05:54.000Z -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-alpha-church.md b/content/theme/hugo-alpha-church.md deleted file mode 100644 index ac4a705e8..000000000 --- a/content/theme/hugo-alpha-church.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Alpha Church -github: https://github.com/funkydan2/alpha-church -demo: https://themes.gohugo.io/theme/alpha-church/ -author: Daniel Saunders -ssg: - - Hugo -cms: - - No Cms -date: 2018-04-30T04:03:34.000Z -description: Hugo theme for churches based on a html5up theme -stale: false -disabled: true -disabled_reason: demo url not found ---- diff --git a/content/theme/hugo-anatole.md b/content/theme/hugo-anatole.md deleted file mode 100644 index 958713224..000000000 --- a/content/theme/hugo-anatole.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -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 deleted file mode 100644 index d6f070c61..000000000 --- a/content/theme/hugo-anybodyhome-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Anybody Home -github: https://github.com/lasseborly/anybodyhome -demo: https://themes.gohugo.io/theme/anybodyhome/ -author: Lasse Borly -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index ca421bd4e..000000000 --- a/content/theme/hugo-apps-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Apps Theme -github: https://github.com/gonapps-org/hugo-apps-theme -demo: https://themes.gohugo.io/theme/hugo-apps-theme/ -author: Byeonggon Lee -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 941c0fe87..000000000 --- a/content/theme/hugo-apsho.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -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 deleted file mode 100644 index 6f192ec94..000000000 --- a/content/theme/hugo-arabica.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Arabica -github: https://github.com/nirocfz/arabica -demo: https://arabica.netlify.com/ -author: Chen Fangzhou -ssg: - - Hugo -cms: - - No Cms -date: 2018-09-11T05:31:47.000Z -description: A port of the Ghost arabica theme for Hugo -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 deleted file mode 100644 index cfff360c3..000000000 --- a/content/theme/hugo-artists-theme.md +++ /dev/null @@ -1,15 +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 -description: Port of Travis Neilson's (DevTips) awesome Artists Theme to Hugo -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 deleted file mode 100644 index f87e97c64..000000000 --- a/content/theme/hugo-assembly-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Assembly -github: https://github.com/salsysd/hugo-assembly -demo: https://themes.gohugo.io/theme/hugo-assembly/ -author: Salomon Valverde -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 93962479b..000000000 --- a/content/theme/hugo-atlantic.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -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 deleted file mode 100644 index 721ca8c7e..000000000 --- a/content/theme/hugo-ava.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -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 deleted file mode 100644 index d06788b58..000000000 --- a/content/theme/hugo-avicenna.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Avicenna -github: https://github.com/hadisinaee/avicenna -demo: https://themes.gohugo.io/theme/avicenna/ -author: Hadi Sinaee -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index ca3afd620..000000000 --- a/content/theme/hugo-bare-min-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Bare Min -github: https://github.com/kaushalmodi/hugo-bare-min-theme -demo: https://hugo-bare-min.netlify.com/ -author: Kaushal Modi -ssg: - - Hugo -cms: - - No Cms -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: false ---- diff --git a/content/theme/hugo-base16-theme.md b/content/theme/hugo-base16-theme.md deleted file mode 100644 index 172aa87e8..000000000 --- a/content/theme/hugo-base16-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Base16 -github: https://github.com/htdvisser/hugo-base16-theme -demo: https://themes.gohugo.io/theme/base16/ -author: Hylke Visser -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 906e6f139..000000000 --- a/content/theme/hugo-beautifulhugo.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Beautiful Hugo -github: https://github.com/halogenica/beautifulhugo -demo: https://themes.gohugo.io/theme/beautifulhugo/ -author: Michael Romero -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 9378d3915..000000000 --- a/content/theme/hugo-beyondnothing.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: BeyondNothing -github: https://github.com/salcan/BeyondNothing -demo: https://themes.gohugo.io/theme/BeyondNothing/ -author: Sal Cangeloso -ssg: - - Hugo -cms: - - No 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-binario.md b/content/theme/hugo-binario.md deleted file mode 100644 index 2be09d613..000000000 --- a/content/theme/hugo-binario.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Binario -github: https://github.com/Vimux/Binario -demo: https://themes.gohugo.io/theme/binario/ -author: Vimux -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 3ae8567ce..000000000 --- a/content/theme/hugo-bingo-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Bingo -github: https://github.com/gundamew/hugo-bingo -demo: https://themes.gohugo.io/theme/hugo-bingo/ -author: Bing-Sheng Chen -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index a859b69cf..000000000 --- a/content/theme/hugo-black-and-light-theme.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Black & Light -github: https://github.com/davidhampgonsalves/hugo-black-and-light-theme -demo: https://themes.gohugo.io//theme/black-and-light/ -author: David Hamp-Gonsalves -ssg: - - Hugo -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 deleted file mode 100644 index 3682f6708..000000000 --- a/content/theme/hugo-blank.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Blank -github: https://github.com/vimux/blank -demo: https://themes.gohugo.io/theme/blank/ -author: Vimux -ssg: - - Hugo -cms: - - No Cms -date: 2016-10-14T20:36:04.000Z -description: Starter Hugo theme for use as a template for building custom themes -stale: false -disabled: true -disabled_reason: demo url not found ---- diff --git a/content/theme/hugo-blist.md b/content/theme/hugo-blist.md deleted file mode 100644 index 797000540..000000000 --- a/content/theme/hugo-blist.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -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 deleted file mode 100644 index deb499729..000000000 --- a/content/theme/hugo-blog-awesome.md +++ /dev/null @@ -1,282 +0,0 @@ ---- -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 deleted file mode 100644 index fab12cec8..000000000 --- a/content/theme/hugo-blog-jeffprod.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Jeffprod -github: https://github.com/Tazeg/hugo-blog-jeffprod -demo: https://themes.gohugo.io/theme/hugo-blog-jeffprod/ -author: JeffProd -ssg: - - Hugo -cms: - - No Cms -date: 2018-08-10T21:13:26.000Z -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 deleted file mode 100644 index 0ad21adfb..000000000 --- a/content/theme/hugo-book.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Book -github: https://github.com/alex-shpak/hugo-book -demo: https://hugo-book-demo.netlify.app/ -author: Alex Shpak -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index e9b7a7646..000000000 --- a/content/theme/hugo-bootstrap-bp-startpage.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Bootstrap-BP-Startpage -github: https://github.com/spech66/bootstrap-bp-hugo-startpage -demo: https://themes.gohugo.io/theme/bootstrap-bp-hugo-startpage/ -author: Sebastian Pech -ssg: - - Hugo -cms: - - No Cms -date: 2019-07-22T09:15:15.000Z -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 deleted file mode 100644 index 039522dd5..000000000 --- a/content/theme/hugo-bootstrap-bp.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Bootstrap-BP -github: https://github.com/spech66/bootstrap-bp-hugo-theme -demo: https://themes.gohugo.io/theme/bootstrap-bp-hugo-theme/ -author: Sebastian Pech -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 7b504a034..000000000 --- a/content/theme/hugo-bootstrap.md +++ /dev/null @@ -1,62 +0,0 @@ ---- -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 deleted file mode 100644 index 70fc678fa..000000000 --- a/content/theme/hugo-bootstrap4-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Bootstrap4 -github: https://github.com/mmrath/hugo-bootstrap -demo: https://themes.gohugo.io//theme/hugo-bootstrap4/ -author: Murali Rath -ssg: - - Hugo -cms: - - No 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-bulma-theme.md b/content/theme/hugo-bulma-theme.md deleted file mode 100644 index 56e03af31..000000000 --- a/content/theme/hugo-bulma-theme.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Hugo Bulma -github: https://github.com/jeblister/bulma -demo: https://themes.gohugo.io/theme/bulma/ -author: Mohamed -ssg: - - Hugo -cms: - - No Cms -date: 2017-04-03T18:38:58.000Z -description: >- - Bulma is a simple and a responsive Hugo theme that offers a traditional blog - mixed with a landing page designed to bootstrap your frontend!. -stale: true -disabled_reason: demo url not found -disabled: true ---- diff --git a/content/theme/hugo-cactus-theme.md b/content/theme/hugo-cactus-theme.md deleted file mode 100644 index e99468f29..000000000 --- a/content/theme/hugo-cactus-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Cactus -github: https://github.com/digitalcraftsman/hugo-cactus-theme -demo: https://themes.gohugo.io/theme/cactus/ -author: digitalcraftsman -ssg: - - Hugo -cms: - - No Cms -date: 2015-06-18T16:26:37.000Z -description: Port of Nick Balestra's Cactus theme to Hugo. -stale: true -disabled_reason: demo url not found -disabled: true ---- diff --git a/content/theme/hugo-capsule.md b/content/theme/hugo-capsule.md deleted file mode 100644 index cf493fdce..000000000 --- a/content/theme/hugo-capsule.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Capsule -github: https://github.com/sudorook/capsule -demo: https://themes.gohugo.io/theme/capsule/ -author: sudorook -ssg: - - Hugo -cms: - - No Cms -css: - - Bulma -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 deleted file mode 100644 index c93f0966c..000000000 --- a/content/theme/hugo-cards-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Cards -github: https://github.com/bul-ikana/hugo-cards -demo: https://themes.gohugo.io/theme/hugo-cards/ -author: Hugo Aguirre -ssg: - - Hugo -cms: - - No 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-cayman-theme.md b/content/theme/hugo-cayman-theme.md deleted file mode 100644 index d03b9dda8..000000000 --- a/content/theme/hugo-cayman-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Cayman -github: https://github.com/zwbetz-gh/cayman-hugo-theme -demo: https://cayman-hugo-theme.netlify.com/ -author: Zachary Betz -ssg: - - Hugo -cms: - - No Cms -date: 2019-03-26T19:37:52.000Z -description: >- - Cayman is a clean, responsive theme for Hugo, ported from the original Jekyll - Cayman Theme. -stale: false ---- diff --git a/content/theme/hugo-changelog-theme.md b/content/theme/hugo-changelog-theme.md deleted file mode 100644 index 85d54ebff..000000000 --- a/content/theme/hugo-changelog-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Changelog -github: https://github.com/jsnjack/hugo-changelog-theme -demo: https://themes.gohugo.io/theme/hugo-changelog-theme/ -author: Yauhen Shulitski -ssg: - - Hugo -cms: - - No 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-chowdown-theme.md b/content/theme/hugo-chowdown-theme.md deleted file mode 100644 index 8e9bea075..000000000 --- a/content/theme/hugo-chowdown-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: GoChowdown -github: https://github.com/seanlane/gochowdown -demo: https://chowdown.io/ -author: Sean Lane -ssg: - - Hugo -cms: - - No Cms -date: 2019-01-20T22:05:30.000Z -description: Hugo theme based on the Jekyll chowdown theme -stale: false ---- diff --git a/content/theme/hugo-chringel.md b/content/theme/hugo-chringel.md deleted file mode 100644 index 61d4e4987..000000000 --- a/content/theme/hugo-chringel.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -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 deleted file mode 100644 index 77c8a7eb3..000000000 --- a/content/theme/hugo-clarity.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Clarity -github: https://github.com/chipzoller/hugo-clarity -demo: https://themes.gohugo.io/theme/hugo-clarity/ -author: Dan Weru and Chip Zoller -date: 2020-10-10T00:00:00.000Z -ssg: - - Hugo -cms: - - No CMS -archetype: - - Blog -description: >- - A technology-minded theme for Hugo based on VMware's open-source Clarity - 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 - -Clarity is a personal blogging theme for Hugo written from scratch with technical writers/developers/operations users in mind. It focuses on clear design patterns and offers many rich features including code functions, dark theme, mobile, and so much more. - -## Features - -* Blog with tagging and category options -* Deeplinks -* Native Image Lazy Loading -* Customizable (see config) -* Dark Mode (with UI controls for user preference setting) -* Toggleable table of contents -* Flexible image configuration -* Logo alignment -* Mobile support with configurable menu alignment -* Syntax Highlighting -* Rich code block functions including: - * Copy to clipboard - * Toggle line wrap (dynamic) - * Toggle line numbers - * Language label - * Toggle block expansion/contraction (dynamic) diff --git a/content/theme/hugo-classic-theme.md b/content/theme/hugo-classic-theme.md deleted file mode 100644 index a3a3aff88..000000000 --- a/content/theme/hugo-classic-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Hugo-Classic -github: https://github.com/goodroot/hugo-classic -demo: https://goodroot.ca/ -author: Kellen Evan Person -ssg: - - Hugo -cms: - - No Cms -date: 2017-07-13T02:02:26.000Z -description: A simple and text-centric theme for Hugo.io -stale: true ---- diff --git a/content/theme/hugo-classless-theme.md b/content/theme/hugo-classless-theme.md deleted file mode 100644 index af67aaabd..000000000 --- a/content/theme/hugo-classless-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Classless -github: https://github.com/fiatjaf/classless-hugo -demo: https://themes.gohugo.io/theme/classless-hugo/ -author: fiatjaf -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 83ecc21c5..000000000 --- a/content/theme/hugo-coder.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Coder -github: https://github.com/luizdepra/hugo-coder -demo: https://themes.gohugo.io/theme/hugo-coder/ -author: Luiz F. A. de Prá -ssg: - - Hugo -cms: - - No CMS -css: - - SCSS -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 deleted file mode 100644 index 04393e45b..000000000 --- a/content/theme/hugo-cohub.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -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-colordrop.md b/content/theme/hugo-colordrop.md deleted file mode 100644 index 8f3d4f6c7..000000000 --- a/content/theme/hugo-colordrop.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: ColorDrop -github: https://github.com/humrochagf/colordrop -demo: https://humberto.io/ -author: Humberto Rocha -ssg: - - Hugo -cms: - - No Cms -date: 2019-07-24T01:14:27.000Z -description: Customizable, monochromatic and minimalist hugo theme for personal blogs -stale: false ---- diff --git a/content/theme/hugo-conference-theme.md b/content/theme/hugo-conference-theme.md deleted file mode 100644 index 2e43d1316..000000000 --- a/content/theme/hugo-conference-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Conference -github: https://github.com/jweslley/hugo-conference -demo: https://themes.gohugo.io/theme/hugo-conference/ -author: jweslley -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index ec763b979..000000000 --- a/content/theme/hugo-congo.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -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-connectome.md b/content/theme/hugo-connectome.md deleted file mode 100644 index eb724f180..000000000 --- a/content/theme/hugo-connectome.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Hugo Connectome Theme -github: https://github.com/kausalflow/connectome -demo: https://hugo-connectome.kausalflow.com -author: KausalFlow -date: 2020-11-20T00:00:00.000Z -ssg: - - Hugo -cms: - - No CMS -css: - - Bulma -description: >- - A Hugo theme for online community notes with backlinks and graph of connected - notes. -stale: false ---- - -# A Theme for Connected Notes - -Hugo connetome theme helps you create connected notes using Hugo. - -## Features - -* Notes can be interlinked; -* Notes has links to and backlinks; -* Click the graph button to check the graph of connected notes; -* Hugo Connectome can be used to create multiple notebooks and the notes can be linked across notebooks; -* Supports multiauthor. diff --git a/content/theme/hugo-contrast-theme.md b/content/theme/hugo-contrast-theme.md deleted file mode 100644 index e36e00215..000000000 --- a/content/theme/hugo-contrast-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Contrast -github: https://github.com/niklasbuschmann/contrast-hugo -demo: https://themes.gohugo.io/theme/contrast-hugo/ -author: Niklas Buschmann -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 327501578..000000000 --- a/content/theme/hugo-crab-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Crab -github: https://github.com/thomasheller/crab -demo: https://themes.gohugo.io/theme/crab/ -author: Thomas Heller -ssg: - - Hugo -cms: - - No Cms -date: 2017-03-18T10:48:37.000Z -description: Crab theme for Hugo -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 deleted file mode 100644 index ed46f1b01..000000000 --- a/content/theme/hugo-creative-portfolio-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Creative portfolio -github: https://github.com/kishaningithub/hugo-creative-portfolio-theme -demo: https://themes.gohugo.io/theme/hugo-creative-portfolio-theme/portfolio/ -author: Kishan B -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 4cbd7f3ed..000000000 --- a/content/theme/hugo-creative-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Creative -github: https://github.com/digitalcraftsman/hugo-creative-theme -demo: https://themes.gohugo.io/theme/creative/ -author: Digitalcraftsman -ssg: - - Hugo -cms: - - No Cms -date: 2015-06-12T18:40:58.000Z -description: Port of Startbootstrap's Creative theme to Hugo -stale: false -disabled_reason: demo url not found -disabled: true ---- diff --git a/content/theme/hugo-curious.md b/content/theme/hugo-curious.md deleted file mode 100644 index 22a240b82..000000000 --- a/content/theme/hugo-curious.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: Hugo Curious -github: https://github.com/vietanhdev/hugo-curious -demo: https://hugo-curious.aicurious.io/ -author: vietanhdev -date: 2021-05-16T00:00:00.000Z -ssg: - - Hugo -cms: - - No CMS - - DecapCMS -css: - - SCSS -archetype: - - Blog - - Portfolio -description: >- - A modern and full-featured Hugo theme for personal blog. Blogs, Notes, - Projects, Contact form, Subscriber form, Comments... -stale: true ---- - -## Story - -**Hugo Curious** theme was originally developed for [AICurious Blog](https://aicurious.io/) based on [Hugo Clarity](https://github.com/chipzoller/hugo-clarity). However, the differences between the two themes are a lot in terms of design and features. Therefore, the author wants to pack it as a new theme and share it with the community. - -## Features - -* Blog with tagging and category options -* Deeplinks -* Native Image Lazy Loading -* Customizable (see config) -* Dark Mode (with UI controls for user preference setting) -* Toggleable table of contents -* Flexible image configuration -* Logo alignment -* Mobile support with configurable menu alignment -* Syntax Highlighting -* Rich code block functions -* Math typing using MathJax -* Auto TOC using tocbot -* Search page -* Contact form -* Subscription form \ No newline at end of file diff --git a/content/theme/hugo-devlitecv-theme.md b/content/theme/hugo-devlitecv-theme.md deleted file mode 100644 index 948528eb9..000000000 --- a/content/theme/hugo-devlitecv-theme.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -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 deleted file mode 100644 index 5b75ff14c..000000000 --- a/content/theme/hugo-dgraph-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Dgraph -github: https://github.com/dgraph-io/hugo-dgraph-theme -demo: https://blog.dgraph.io/ -author: Dgraph Labs -ssg: - - Hugo -cms: - - No Cms -date: 2016-07-25T08:45:30.000Z -description: Hugo theme used for our blog -stale: true ---- diff --git a/content/theme/hugo-digital-garden.md b/content/theme/hugo-digital-garden.md deleted file mode 100644 index 10435d797..000000000 --- a/content/theme/hugo-digital-garden.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -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-docter-theme.md b/content/theme/hugo-docter-theme.md deleted file mode 100644 index 5ff82c7a4..000000000 --- a/content/theme/hugo-docter-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Docter -github: https://github.com/edavidaja/docter -demo: https://edavidaja.gitlab.io/docter/ -author: E. David Aja -ssg: - - Hugo -cms: - - No Cms -date: 2019-06-08T12:33:56.000Z -description: Hugo port of cfpb/docter -stale: true ---- diff --git a/content/theme/hugo-doks.md b/content/theme/hugo-doks.md deleted file mode 100644 index e979fe35b..000000000 --- a/content/theme/hugo-doks.md +++ /dev/null @@ -1,65 +0,0 @@ ---- -title: Doks -github: https://github.com/h-enk/doks -demo: https://doks.netlify.app -author: Henk Verlinde -date: 2020-12-07T00:00:00.000Z -ssg: - - Hugo -cms: - - No CMS -css: - - Bootstrap - - SCSS -archetype: - - Blog - - Documentation -description: >- - Doks is a Hugo theme helping you build modern documentation websites that are - secure, fast, and SEO-ready — by default. -stale: false ---- - -## Build on Hyas - -Get all the [Hyas](https://gethyas.com/) goodness: - -- Security aware -- Fast by default ⚡️ -- SEO-ready -- Development tools (linting, cleaning) -- Bootstrap framework -- Netlify-ready (functions, redirects, headers) - -### Plus - -- Full text search — using [FlexSearch](https://github.com/nextapps-de/flexsearch) 🚀 -- Page layouts (landing page, blog, documentation layout) -- Dark mode — switch to a low-light UI with the click of a button - -### And - -- 100 scores on [Google Lighthouse](https://googlechrome.github.io/lighthouse/viewer/?gist=7731347bb8ce999eff7428a8e763b637) -- A+ scores on [Mozilla Observatory](https://observatory.mozilla.org/analyze/doks.netlify.app) - -## Get started - -There are two main ways to get started with Doks: - -1. [Tutorial](https://getdoks.org/tutorial/introduction/) — step-by-step instructions on how to start a new Doks project -2. [Quick Start](https://getdoks.org/docs/prologue/quick-start/) — one page summary of how to start a new Doks project - -## Go further - -- [Recipes](https://getdoks.org/docs/recipes/project-configuration/). Get instructions on how to accomplish common tasks with Doks. -- [Reference Guides](https://getdoks.org/docs/reference-guides/security/). Learn how to customize Doks to fully make it your own. -- [Extensions](https://getdoks.org/docs/extensions/add-google-fonts/). Get instructions on how to add even more to Doks. -- [Showcase](https://getdoks.org/showcase/causal-data-science-meeting/). See what others have build with Doks. - -## Try Doks - -- [Deploy to Netlify](https://app.netlify.com/start/deploy?repository=https://github.com/h-enk/doks) in less than a minute - -## Community - -- [Doks Discussions](https://github.com/h-enk/doks/discussions) diff --git a/content/theme/hugo-dot-org-theme.md b/content/theme/hugo-dot-org-theme.md deleted file mode 100644 index 0064217a2..000000000 --- a/content/theme/hugo-dot-org-theme.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -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 deleted file mode 100644 index 0dc691560..000000000 --- a/content/theme/hugo-dusk.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo-dusk -github: https://github.com/gyorb/hugo-dusk -demo: https://themes.gohugo.io/theme/hugo-dusk/ -author: Gyorgy Orban -ssg: - - Hugo -cms: - - No Cms -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 deleted file mode 100644 index d1ac8f49b..000000000 --- a/content/theme/hugo-dusky-neon-potato.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Dusky Neon Potato -github: https://github.com/VVelox/hugo-dusky-neon-potato -demo: https://themes.gohugo.io/theme/hugo-dusky-neon-potato/ -author: Zane C. Bowers-Hadley -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 12d19b02c..000000000 --- a/content/theme/hugo-edidor-theme.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Edidor -github: https://github.com/jacobsun/edidor -demo: https://themes.gohugo.io/theme/edidor/ -author: Jacob Sun -ssg: - - Hugo -cms: - - No Cms -date: 2019-05-08T12:49:36.000Z -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 deleted file mode 100644 index 33af14bf8..000000000 --- a/content/theme/hugo-eiio.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Eiio -github: https://github.com/leonhe/hugo_eiio -demo: https://themes.gohugo.io/theme/hugo_eiio/ -author: Leon He -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 082913079..000000000 --- a/content/theme/hugo-elate-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Elate -github: https://github.com/saey55/hugo-elate-theme -demo: https://themes.gohugo.io/theme/hugo-elate-theme/ -author: Pieter Saey -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 3ac13a11c..000000000 --- a/content/theme/hugo-elephants.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Elephants -github: https://github.com/meibenny/elephants -demo: https://themes.gohugo.io/theme/elephants/ -author: Benny Mei -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 99a12179a..000000000 --- a/content/theme/hugo-engimo-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Engimo -github: https://github.com/achary/engimo -demo: https://engimo.netlify.com/ -author: Adam Charytoniuk -ssg: - - Hugo -cms: - - No Cms -date: 2018-07-26T17:44:04.000Z -description: >- - minimo-eng - Minimalist theme for Hugo tuned for engineering content, based on - Minimo -stale: false ---- diff --git a/content/theme/hugo-er-theme.md b/content/theme/hugo-er-theme.md deleted file mode 100644 index 0248beaf5..000000000 --- a/content/theme/hugo-er-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Er -github: https://github.com/lingxz/er -demo: https://themes.gohugo.io/theme/er/ -author: Lingyi Hu -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index f53032fca..000000000 --- a/content/theme/hugo-eureka.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: Eureka -github: https://github.com/wangchucheng/hugo-eureka -demo: https://themes.gohugo.io/theme/hugo-eureka/ -author: C. Wang -date: 2020-11-22T00:00:00.000Z -ssg: - - Hugo -cms: - - No CMS -css: - - Tailwind -archetype: - - Documentation - - 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) - -# Eureka - -Eureka is a feature-rich and highly customizable [Hugo](https://gohugo.io/) theme. Using Eureka allows you to customize and deploy your website quickly and easily. - -![eureka-landing.jpg](https://i.loli.net/2020/11/07/B6GZn1V2AS8XYIT.jpg) - -## Try Eureka - -Eureka is committed to providing an elegant, feature-rich and highly customizable theme for [Hugo](https://gohugo.io/). - -If this project is helpful to you, you can give [Eureka](https://github.com/wangchucheng/hugo-eureka/) a star and follow my [Github](https://github.com/wangchucheng/). - -Read [Getting Started](https://www.wangchucheng.com/en/docs/eureka/getting-started/) to learn how to build and deploy your website. Or check the latest [Demo](https://themes.gohugo.io/theme/hugo-eureka/) and [Project Repository](https://github.com/wangchucheng/hugo-eureka/) to start exploring! - -## View Document - -- **[Getting Started](https://www.wangchucheng.com/en/docs/eureka/getting-started/)**: In [Getting Started](https://www.wangchucheng.com/en/docs/eureka/getting-started/) you will learn how to quickly build a Hugo site with Eureka. -- **[Content Management](https://www.wangchucheng.com/en/docs/eureka/content-management/)**: In [Getting Started](https://www.wangchucheng.com/en/docs/eureka/getting-started/), I believe you have successfully run the Hugo site using Eureka. Next we will add some content. Content Management will lead you to understand site content structure and editing skills. -- **[Customize Eureka](https://www.wangchucheng.com/en/docs/eureka/customize-eureka/)**: In [Content Management](https://www.wangchucheng.com/en/docs/eureka/content-management/), you have already learned about all kinds of content of Eureka. Next, we will introduce Eureka's customization options. [Customize Eureka](https://www.wangchucheng.com/en/docs/eureka/customize-eureka/) will lead you to understand how Eureka is configured and its options. -- **[Multilingual Mode](https://www.wangchucheng.com/en/docs/eureka/multilingual-mode/)**: In addition to [Content Management](https://www.wangchucheng.com/en/docs/eureka/content-management/) and [Customize Eureka](https://www.wangchucheng.com/en/docs/eureka/customize-eureka/) described above, Eureka also supports [Multilingual Mode](https://www.wangchucheng.com/en/docs/eureka/multilingual-mode/). [Multilingual Mode](https://www.wangchucheng.com/en/docs/eureka/multilingual-mode/) will lead you to understand how to build a multilingual site. -- **[Update Eureka](https://www.wangchucheng.com/en/docs/eureka/update-eureka/)**: [Update Eureka](https://www.wangchucheng.com/en/docs/eureka/update-eureka/) will introduce different ways to update Eureka. diff --git a/content/theme/hugo-ezhil.md b/content/theme/hugo-ezhil.md deleted file mode 100644 index 521efbda9..000000000 --- a/content/theme/hugo-ezhil.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Ezhil -github: https://github.com/vividvilla/ezhil -demo: https://ezhil-hugo.netlify.com/ -author: Vivek R -ssg: - - Hugo -cms: - - No Cms -date: 2019-04-09T20:57:27.000Z -description: Clean and minimal personal blog theme for Hugo -stale: true ---- diff --git a/content/theme/hugo-fabric-theme.md b/content/theme/hugo-fabric-theme.md deleted file mode 100644 index 4d5e3a60d..000000000 --- a/content/theme/hugo-fabric-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Fabric -github: https://github.com/wd/hugo-fabric -demo: https://themes.gohugo.io/theme/hugo-fabric/ -author: wd -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index fffef609c..000000000 --- a/content/theme/hugo-faq-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Faq -github: https://github.com/aerohub/hugo-faq-theme -demo: https://themes.gohugo.io/theme/hugo-faq-theme/ -author: Pavel Kanyshev -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 86d3227d9..000000000 --- a/content/theme/hugo-flex.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: Hugo Flex -github: https://github.com/ldeso/hugo-flex -demo: https://ldeso.github.io/hugo-flex-demo/ -author: Léo de Souza -ssg: - - Hugo -cms: - - 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 deleted file mode 100644 index eb0401965..000000000 --- a/content/theme/hugo-foundation-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugof -github: https://github.com/hdcdstr8fwd/foundation-theme -demo: https://themes.gohugo.io/theme/foundation-theme/ -author: Howard Colin -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 5cc95a21a..000000000 --- a/content/theme/hugo-frais-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Frais -github: https://github.com/the2ne/hugo-frais -demo: https://themes.gohugo.io/theme/hugo-frais/ -author: Olivier Fredon -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index ede2714e6..000000000 --- a/content/theme/hugo-freelancer-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Freelancer -github: https://github.com/digitalcraftsman/hugo-freelancer-theme -demo: https://themes.gohugo.io/theme/freelancer/ -author: digitalcraftsman -ssg: - - Hugo -cms: - - No Cms -date: 2015-06-10T13:59:47.000Z -description: Port of Startbootstrap's Freelancer theme to Hugo -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 deleted file mode 100644 index b0ab183e6..000000000 --- a/content/theme/hugo-future-imperfect-slim.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Future Imperfect Slim -github: https://github.com/pacollins/hugo-future-imperfect-slim -demo: https://themes.gohugo.io/theme/hugo-future-imperfect-slim/ -author: Patrick Collins -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index ca20292d6..000000000 --- a/content/theme/hugo-future-imperfect.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Future Imperfect -github: https://github.com/jpescador/hugo-future-imperfect -demo: https://themes.gohugo.io/theme/future-imperfect/ -author: Julio Pescador -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 3b5ca6967..000000000 --- a/content/theme/hugo-ghostwriter.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Ghostwriter -github: https://github.com/jbub/ghostwriter -demo: https://themes.gohugo.io/theme/ghostwriter/ -author: Juraj Bubniak -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index c54f8c0e1..000000000 --- a/content/theme/hugo-goa.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Goa -github: https://github.com/shenoybr/hugo-goa -demo: https://shenoybr.github.io/hugo-goa-demo/ -author: Rajesh Shenoy -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 1de8af1fc..000000000 --- a/content/theme/hugo-gokarna.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -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 deleted file mode 100644 index 2871719d9..000000000 --- a/content/theme/hugo-grapes-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Grapes -github: https://github.com/shankar/hugo-grapes -demo: https://themes.gohugo.io/theme/hugo-grapes/ -author: Shankar -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 693163f7d..000000000 --- a/content/theme/hugo-gridside-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: GridSide -github: https://github.com/chipsenkbeil/grid-side -demo: https://themes.gohugo.io/theme/grid-side/ -author: Chip Senkbeil -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 248255737..000000000 --- a/content/theme/hugo-h5bp-simple.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo H5bp Simple -github: https://github.com/garvincasimir/hugo-h5bp-simple -demo: https://themes.gohugo.io/theme/hugo-h5bp/ -author: Garvin Casimir -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 7e7276ada..000000000 --- a/content/theme/hugo-hb-theme.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -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-hello-friend.md b/content/theme/hugo-hello-friend.md deleted file mode 100644 index c7f6c2208..000000000 --- a/content/theme/hugo-hello-friend.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: hello-friend -github: https://github.com/panr/hugo-theme-hello-friend -demo: https://hugo-hello-friend.now.sh/ -author: Radek Kozieł -ssg: - - Hugo -cms: - - No Cms -date: 2018-07-20T17:13:14.000Z -description: >- - Pretty basic theme for Hugo that covers all of the essentials. All you have to - do is start typing! -stale: false ---- diff --git a/content/theme/hugo-hello-programmer-theme.md b/content/theme/hugo-hello-programmer-theme.md deleted file mode 100644 index 0c570434c..000000000 --- a/content/theme/hugo-hello-programmer-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Hello Programmer -github: https://github.com/lubang/hugo-hello-programmer-theme -demo: https://blog.lulab.net/ -author: lubang -ssg: - - Hugo -cms: - - No Cms -date: 2016-11-20T14:49:37.000Z -description: This is a hugo theme for a programmer. It's simple and simple. -stale: true ---- diff --git a/content/theme/hugo-hero-theme.md b/content/theme/hugo-hero-theme.md deleted file mode 100644 index b19062dd0..000000000 --- a/content/theme/hugo-hero-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Hero -github: https://github.com/JugglerX/hugo-hero-theme -demo: https://hugo-hero.netlify.com/ -author: Robert Austin -ssg: - - Hugo -cms: - - No Cms -date: 2019-11-05T00:00:00.000Z -description: 'Hero is a modern fullwidth business theme for Hugo. ' -stale: false ---- diff --git a/content/theme/hugo-hestia-pure-theme.md b/content/theme/hugo-hestia-pure-theme.md deleted file mode 100644 index 905b40044..000000000 --- a/content/theme/hugo-hestia-pure-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hestia Pure -github: https://github.com/diwao/hestia-pure -demo: https://themes.gohugo.io/theme/hestia-pure/ -author: Daisuke Iwao -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index c7e9aeacc..000000000 --- a/content/theme/hugo-highlights-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Highlights -github: https://github.com/schmanat/hugo-highlights-theme -demo: https://themes.gohugo.io/theme/highlights/ -author: Manuel Schneider -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index cd4cce405..000000000 --- a/content/theme/hugo-hikari-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hikari -github: https://github.com/digitalcraftsman/hugo-hikari-theme -demo: https://themes.gohugo.io/theme/hikari/ -author: digitalcraftsman -ssg: - - Hugo -cms: - - No Cms -date: 2015-07-26T17:27:04.000Z -description: Port of Mathieu Mayer-Mazzoli's Hikari theme to Hugo -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 deleted file mode 100644 index ef934af57..000000000 --- a/content/theme/hugo-hpstr-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hpstr -github: https://github.com/dldx/hpstr-hugo-theme -demo: https://themes.gohugo.io/theme/hpstr-hugo-theme/ -author: Durand D'souza -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 738111c8a..000000000 --- a/content/theme/hugo-hugotube.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Hugotube -github: https://github.com/marcanuy/hugotube -demo: https://marcanuy.github.io/hugotube/ -author: Marcelo Canina -ssg: - - Hugo -cms: - - No Cms -date: 2017-12-04T12:35:17.000Z -description: Responsive Hugo theme inspired in YouTube layout -stale: true ---- diff --git a/content/theme/hugo-hugrid-theme.md b/content/theme/hugo-hugrid-theme.md deleted file mode 100644 index ad029b3ee..000000000 --- a/content/theme/hugo-hugrid-theme.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Hugrid -github: https://github.com/aerohub/hugrid -demo: https://themes.gohugo.io/theme/hugrid/ -author: Pavel Kanyshev -ssg: - - Hugo -cms: - - No Cms -date: 2016-08-17T16:59:32.000Z -description: >- - Hugrid (Hugo+grid) is a simple grid theme for Hugo. It's a kind of boilerplate - 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 deleted file mode 100644 index 047805648..000000000 --- a/content/theme/hugo-hyde-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hyde -github: https://github.com/spf13/hyde -demo: https://themes.gohugo.io/theme/hyde/ -author: Steve Francia -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 31ccf021d..000000000 --- a/content/theme/hugo-icarus.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Icarus -github: https://github.com/digitalcraftsman/hugo-icarus-theme -demo: https://themes.gohugo.io/theme/hugo-icarus/ -author: Digitalcraftsman -ssg: - - Hugo -cms: - - No Cms -date: 2015-10-02T18:57:45.000Z -description: Port of Ruipeng Zhang's Hexo theme Icarus to Hugo. -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 deleted file mode 100644 index 31c5cb7a0..000000000 --- a/content/theme/hugo-icon.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Icon -github: https://github.com/SteveLane/hugo-icon -demo: https://themes.gohugo.io/theme/hugo-icon/ -author: Steve Lane -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index db7ada489..000000000 --- a/content/theme/hugo-identity-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Identity -github: https://github.com/aerohub/hugo-identity-theme -demo: https://themes.gohugo.io/theme/hugo-identity-theme/ -author: Pavel Kanyshev -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 59459cae5..000000000 --- a/content/theme/hugo-indigo.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Indigo -github: https://github.com/AngeloStavrow/indigo -demo: https://themes.gohugo.io/theme/indigo/ -author: Angelo Stavrow -ssg: - - Hugo -cms: - - No Cms -date: 2018-08-14T10:10:53.000Z -description: An IndieWeb-friendly custom theme for Hugo -stale: true -disabled: true -disabled_reason: demo url not found ---- diff --git a/content/theme/hugo-initio-theme.md b/content/theme/hugo-initio-theme.md deleted file mode 100644 index 062f07958..000000000 --- a/content/theme/hugo-initio-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Initio -github: https://github.com/miguelsimoni/hugo-initio -demo: https://themes.gohugo.io/theme/hugo-initio/ -author: Miguel Simoni -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index ee110242a..000000000 --- a/content/theme/hugo-inkblotty.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Inkblotty -github: https://github.com/tosi29/inkblotty -demo: https://themes.gohugo.io/theme/inkblotty/ -author: tosi -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 2338afac7..000000000 --- a/content/theme/hugo-internet-webblog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Internet Weblog -github: https://github.com/jnjosh/internet-weblog -demo: https://themes.gohugo.io/theme/internet-weblog/ -author: Josh Johnson -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index a9389aa5c..000000000 --- a/content/theme/hugo-journal.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Journal -github: https://github.com/dashdashzako/hugo-journal -demo: https://dashdashzako.github.io/hugo-journal-demo/ -author: Damien Caselli -ssg: - - Hugo -cms: - - No Cms -date: 2017-07-23T16:16:34.000Z -description: Minimalist theme for gohugo -stale: true ---- diff --git a/content/theme/hugo-keepit.md b/content/theme/hugo-keepit.md deleted file mode 100644 index 97184e6ea..000000000 --- a/content/theme/hugo-keepit.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: KeepIt -github: https://github.com/Fastbyte01/KeepIt -demo: https://suspicious-archimedes-ab369d.netlify.com/ -author: Fastbyte01 -ssg: - - Hugo -cms: - - No Cms -date: 2019-02-03T09:52:26.000Z -description: The most powerful minimal Hugo theme. -stale: false ---- diff --git a/content/theme/hugo-khata.md b/content/theme/hugo-khata.md deleted file mode 100644 index 3fb262090..000000000 --- a/content/theme/hugo-khata.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Khata -github: https://github.com/darshanbaral/khata -demo: https://themes.gohugo.io/theme/khata/ -author: Darshan Baral -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 05d99c98c..000000000 --- a/content/theme/hugo-kiera.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Kiera -github: https://github.com/avianto/hugo-kiera -demo: https://themes.gohugo.io/theme/hugo-kiera/ -author: b. avianto -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 23d399800..000000000 --- a/content/theme/hugo-kiss-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Kiss -github: https://github.com/ribice/kiss -demo: https://themes.gohugo.io/theme/kiss/ -author: Emir Ribić -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index acb777671..000000000 --- a/content/theme/hugo-kitab.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Kitab -github: https://github.com/darshanbaral/kitab -demo: https://themes.gohugo.io/theme/kitab/ -author: Darshan Baral -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 746a6f8f8..000000000 --- a/content/theme/hugo-kraiklyn-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Kraiklyn -github: https://github.com/jsnjack/kraiklyn -demo: https://themes.gohugo.io/theme/kraiklyn/ -author: Yauhen Shulitski -ssg: - - Hugo -cms: - - No Cms -date: 2018-01-28T19:59:39.000Z -description: A Hugo theme for one page documentation -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 deleted file mode 100644 index 77b3d0380..000000000 --- a/content/theme/hugo-kube-theme.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Kube Hugo -github: https://github.com/jeblister/kube -demo: https://kube.elemnts.net/ -author: Mohamed -ssg: - - Hugo -cms: - - No Cms -date: 2017-04-13T09:32:56.000Z -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. -stale: false -disabled: false -disabled_reason: '' ---- diff --git a/content/theme/hugo-lamp.md b/content/theme/hugo-lamp.md deleted file mode 100644 index 924228305..000000000 --- a/content/theme/hugo-lamp.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Lamp -github: https://github.com/huyb1991/hugo-lamp -demo: https://themes.gohugo.io/theme/hugo-lamp/ -author: Huy Ng -ssg: - - Hugo -cms: - - No Cms -date: 2018-05-28T08:10:44.000Z -description: A light Hugo AMP responsive theme for blogger ⚡. -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 deleted file mode 100644 index a62e26329..000000000 --- a/content/theme/hugo-landing-page.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Hugo Landing Page -github: https://github.com/ttntm/hugo-landing-page -demo: https://awesome.ttntm.me -author: ttntm -date: 2021-04-16T00:00:00.000Z -ssg: - - Hugo -cms: - - No CMS -css: - - PostCSS - - Tailwind -archetype: - - Business -description: A simple landing page built with Hugo and Tailwind CSS. -stale: true ---- - -# Hugo Landing Page - -A simple landing page starter template built with Hugo, Gulp 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/hugo-lanyon-theme.md b/content/theme/hugo-lanyon-theme.md deleted file mode 100644 index fb8de4c29..000000000 --- a/content/theme/hugo-lanyon-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Lanyon -github: https://github.com/tummychow/lanyon-hugo -demo: https://tummychow.github.io/lanyon-hugo/ -author: Stephen Jung -ssg: - - Hugo -cms: - - No Cms -date: 2014-03-14T05:52:03.000Z -description: Port of poole/lanyon, to spf13/hugo -stale: true ---- diff --git a/content/theme/hugo-leaveit-theme.md b/content/theme/hugo-leaveit-theme.md deleted file mode 100644 index 30545e18e..000000000 --- a/content/theme/hugo-leaveit-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: LeaveIt -github: https://github.com/liuzc/LeaveIt -demo: https://themes.gohugo.io/theme/LeaveIt/ -author: LiuZhichao -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index c5cad5532..000000000 --- a/content/theme/hugo-light-theme.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Light Hugo -github: https://github.com/tblyler/light-hugo -demo: https://themes.gohugo.io/theme/light-hugo/ -author: Tony Blyler -ssg: - - Hugo -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 deleted file mode 100644 index 720f1b088..000000000 --- a/content/theme/hugo-lime.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Lime -github: https://github.com/uicardiodev/hugo-lime -demo: https://themes.gohugo.io/theme/hugo-lime/ -author: UICardio -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 8318b783e..000000000 --- a/content/theme/hugo-liquorice.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Liquorice -github: https://github.com/eliasson/liquorice -demo: https://themes.gohugo.io/theme/liquorice/ -author: Markus Eliasson -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 3cb99c768..000000000 --- a/content/theme/hugo-lithium-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Lithium -github: https://github.com/jrutheiser/hugo-lithium-theme -demo: https://themes.gohugo.io/theme/hugo-lithium-theme/ -author: Jonathan Rutheiser -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 92fc41d50..000000000 --- a/content/theme/hugo-lodi-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Lodi Theme -github: https://github.com/xaviablaza/hugo-lodi-theme -demo: https://themes.gohugo.io/theme/hugo-lodi-theme/ -author: Xavi Ablaza -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index d8aca37cb..000000000 --- a/content/theme/hugo-lynx.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -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 deleted file mode 100644 index 0bf112eca..000000000 --- a/content/theme/hugo-m10c-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: M10c -github: https://github.com/vaga/hugo-theme-m10c -demo: https://themes.gohugo.io/theme/hugo-theme-m10c/ -author: vaga -ssg: - - Hugo -cms: - - No 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-mainroad.md b/content/theme/hugo-mainroad.md deleted file mode 100644 index 6606c08fa..000000000 --- a/content/theme/hugo-mainroad.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Mainroad -github: https://github.com/Vimux/Mainroad -demo: https://mainroad-demo.netlify.app/ -author: Vimux -ssg: - - Hugo -cms: - - No Cms -date: 2016-12-15T13:21:09.000Z -description: >- - Responsive, simple, clean and content-focused Hugo theme based on the MH - Magazine lite WordPress theme -stale: false ---- diff --git a/content/theme/hugo-manis.md b/content/theme/hugo-manis.md deleted file mode 100644 index 9f7a56c69..000000000 --- a/content/theme/hugo-manis.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Manis -github: https://github.com/yursan9/manis-hugo-theme -demo: https://themes.gohugo.io/theme/manis-hugo-theme/ -author: Yurizal Susanto -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index f220e2039..000000000 --- a/content/theme/hugo-material-blog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Material Blog -github: https://github.com/Xzya/hugo-material-blog -demo: https://themes.gohugo.io/theme/hugo-material-blog/ -author: Mihail Cristian Dumitru -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 170b70d60..000000000 --- a/content/theme/hugo-material-design.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Material Design -github: https://github.com/pdevty/material-design -demo: https://themes.gohugo.io/theme/material-design/ -author: pdevty -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 193931d9f..000000000 --- a/content/theme/hugo-mediumish-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Hugo Mediumish -github: https://github.com/lgaida/mediumish-gohugo-theme -demo: https://lgaida.github.io/mediumish-gohugo-theme-demo/ -author: lgaida -ssg: - - Hugo -cms: - - No Cms -date: 2018-10-07T08:26:20.000Z -description: A mediumish gohugo theme, ported from jekyll -stale: true ---- diff --git a/content/theme/hugo-mero-theme.md b/content/theme/hugo-mero-theme.md deleted file mode 100644 index f01e3e41b..000000000 --- a/content/theme/hugo-mero-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Mero -github: https://github.com/darshanbaral/mero -demo: https://themes.gohugo.io/theme/mero/ -author: Darshan Baral -ssg: - - Hugo -cms: - - No Cms -date: 2019-03-03T03:55:20.000Z -description: Hugo theme for personal blogs -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 deleted file mode 100644 index 5f2cb228b..000000000 --- a/content/theme/hugo-min-night.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Min_night -github: https://github.com/nathancday/min_night -demo: https://www.natedayta.com/ -author: Nate Day -ssg: - - Hugo -cms: - - No Cms -date: 2018-05-19T17:36:39.000Z -description: An easy on the eyes Hugo blog theme with dark mode. -stale: true ---- diff --git a/content/theme/hugo-minial-bootstrap-theme.md b/content/theme/hugo-minial-bootstrap-theme.md deleted file mode 100644 index c98dfe125..000000000 --- a/content/theme/hugo-minial-bootstrap-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Minimal Bootstrap -github: https://github.com/zwbetz-gh/minimal-bootstrap-hugo-theme -demo: https://minimal-bootstrap-hugo-theme.netlify.com/ -author: Zachary Betz -ssg: - - Hugo -cms: - - No Cms -date: 2018-10-08T04:39:24.000Z -description: A minimal hugo theme made with bootstrap -stale: false ---- diff --git a/content/theme/hugo-minimage.md b/content/theme/hugo-minimage.md deleted file mode 100644 index 506f9cb06..000000000 --- a/content/theme/hugo-minimage.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Minimage -github: https://github.com/d-kusk/minimage -demo: https://themes.gohugo.io/theme/minimage/ -author: Daisuke Konishi -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index cac8cc3c7..000000000 --- a/content/theme/hugo-minimalist-spa.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo minimalist SPA -github: https://github.com/Sag-Dev/hugo-minimalist-spa -demo: https://themes.gohugo.io/theme/hugo-minimalist-spa/ -author: Sergio Abreu García -ssg: - - Hugo -cms: - - No 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-minimo.md b/content/theme/hugo-minimo.md deleted file mode 100644 index 03a05e286..000000000 --- a/content/theme/hugo-minimo.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Minimo -github: https://github.com/MunifTanjim/minimo -demo: https://minimo.netlify.com/ -author: Munif Tanjim -ssg: - - Hugo -cms: - - No Cms -date: 2017-05-18T22:32:21.000Z -description: Minimo - Minimalist theme for Hugo -stale: false ---- diff --git a/content/theme/hugo-myportfolio-theme.md b/content/theme/hugo-myportfolio-theme.md deleted file mode 100644 index 7066f0e5a..000000000 --- a/content/theme/hugo-myportfolio-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: MyPortfolio -github: https://github.com/2-REC/hugo-myportfolio-theme -demo: https://themes.gohugo.io/theme/hugo-myportfolio-theme/ -author: Derek -ssg: - - Hugo -cms: - - No Cms -date: 2018-09-10T06:57:49.000Z -description: Adaptation of the HUGO Creative Theme to support several portfolios. -stale: true -disabled: true -disabled_reason: demo url not found ---- diff --git a/content/theme/hugo-nederburg-theme.md b/content/theme/hugo-nederburg-theme.md deleted file mode 100644 index a4ecef2b2..000000000 --- a/content/theme/hugo-nederburg-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Nederburg -github: https://github.com/appernetic/hugo-nederburg-theme -demo: https://themes.gohugo.io/theme/hugo-nederburg-theme/ -author: Göran Svensson -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index f89865b5a..000000000 --- a/content/theme/hugo-niello-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Niello -github: https://github.com/guangmean/Niello -demo: https://themes.gohugo.io/theme/Niello/ -author: guangmean -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 5c26e9df2..000000000 --- a/content/theme/hugo-nofancy.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Nofancy -github: https://github.com/gizak/nofancy -demo: https://themes.gohugo.io/theme/nofancy/ -author: Zack Guo -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 7c27ebe49..000000000 --- a/content/theme/hugo-now-ui.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Now UI -github: https://github.com/cboettig/hugo-now-ui -demo: https://themes.gohugo.io/theme/hugo-now-ui/ -author: Carl Boettiger -ssg: - - Hugo -cms: - - No Cms -date: 2017-11-24T22:14:31.000Z -description: ':globe_with_meridians: Hugo adaptation of Now-UI from Creative Tim' -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 deleted file mode 100644 index 737bbf713..000000000 --- a/content/theme/hugo-now.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Now -github: https://github.com/mikeblum/hugo-now -demo: https://themes.gohugo.io/theme/hugo-now/ -author: Michael Blum -ssg: - - Hugo -cms: - - No 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-octopress-theme.md b/content/theme/hugo-octopress-theme.md deleted file mode 100644 index bdb94b3ab..000000000 --- a/content/theme/hugo-octopress-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo-Octopress -github: https://github.com/parsiya/Hugo-Octopress -demo: https://hugo-octopress-test.s3-website-us-east-1.amazonaws.com/ -author: Parsia Hakimian -ssg: - - Hugo -cms: - - No Cms -date: 2016-02-02T06:55:49.000Z -description: Port of the classic Octopress theme to Hugo -stale: false -disabled: true -disabled_reason: error checking demo url ---- diff --git a/content/theme/hugo-onedly-theme.md b/content/theme/hugo-onedly-theme.md deleted file mode 100644 index b326f8de9..000000000 --- a/content/theme/hugo-onedly-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: OneDly Project -github: https://github.com/cdeck3r/OneDly-Theme -demo: https://themes.gohugo.io/theme/OneDly-Theme/ -author: Christian Decker -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 43cf61b27..000000000 --- a/content/theme/hugo-onepress.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Onepress -github: https://github.com/ijsucceed/onepress -demo: https://themes.gohugo.io/theme/onepress/ -author: Jeremiah Succeed -ssg: - - Hugo -cms: - - No Cms -date: 2018-12-19T14:27:31.000Z -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-onetwothree.md b/content/theme/hugo-onetwothree.md deleted file mode 100644 index eb1bbe98b..000000000 --- a/content/theme/hugo-onetwothree.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Onetwothree -github: https://github.com/schollz/onetwothree -demo: https://schollz.github.io/onetwothree/ -author: Zack Scholl -ssg: - - Hugo -cms: - - No Cms -date: 2017-11-02T18:03:28.000Z -description: A responsive minimalist theme for Hugo that is simple as 1, 2, 3 -stale: true ---- diff --git a/content/theme/hugo-orbit-theme.md b/content/theme/hugo-orbit-theme.md deleted file mode 100644 index 05c10eb3d..000000000 --- a/content/theme/hugo-orbit-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Orbit -github: https://github.com/aerohub/hugo-orbit-theme -demo: https://themes.gohugo.io/theme/hugo-orbit-theme/ -author: Pavel Kanyshev -ssg: - - Hugo -cms: - - No 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-theme.md b/content/theme/hugo-osprey-theme.md deleted file mode 100644 index 815b76d73..000000000 --- a/content/theme/hugo-osprey-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Osprey -github: https://github.com/tomanistor/osprey -demo: https://tomanistor.com/ -author: Toma Nistor -ssg: - - Hugo -cms: - - No Cms -date: 2017-05-15T05:32:08.000Z -description: Simple, clean, and fast one-page Hugo portfolio theme accompanied by a blog -stale: true ---- diff --git a/content/theme/hugo-osprey_delight.md b/content/theme/hugo-osprey_delight.md deleted file mode 100644 index cd01c36f5..000000000 --- a/content/theme/hugo-osprey_delight.md +++ /dev/null @@ -1,60 +0,0 @@ ---- -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 deleted file mode 100644 index bda1a000a..000000000 --- a/content/theme/hugo-pacman-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Pacman -github: https://github.com/coderzh/hugo-pacman-theme -demo: https://themes.gohugo.io/theme/hugo-pacman-theme/ -author: coderzh -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index e60874cd9..000000000 --- a/content/theme/hugo-paper.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Paper -github: https://github.com/nanxiaobei/hugo-paper -demo: https://nanxiaobei.github.io/hugo-paper/ -author: nanxiaobei -ssg: - - Hugo -cms: - - No 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-paperback.md b/content/theme/hugo-paperback.md deleted file mode 100644 index b609d2328..000000000 --- a/content/theme/hugo-paperback.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Paperback -github: https://github.com/dashdashzako/paperback -demo: https://dashdashzako.github.io/paperback-demo/ -author: Damien Caselli -ssg: - - Hugo -cms: - - No Cms -date: 2016-08-09T13:58:20.000Z -description: Theme for Hugo static website engine -stale: false -disabled: true -disabled_reason: demo url not found ---- diff --git a/content/theme/hugo-papercss-theme.md b/content/theme/hugo-papercss-theme.md deleted file mode 100644 index 014bf9b9b..000000000 --- a/content/theme/hugo-papercss-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: PaperCSS -github: https://github.com/zwbetz-gh/papercss-hugo-theme -demo: https://papercss-hugo-theme.netlify.com/ -author: Zachary Betz -ssg: - - Hugo -cms: - - No Cms -date: 2019-02-21T21:33:54.000Z -description: A Hugo theme made with PaperCSS, the less formal CSS framework. -stale: false ---- diff --git a/content/theme/hugo-papermod.md b/content/theme/hugo-papermod.md deleted file mode 100644 index 02906a6e2..000000000 --- a/content/theme/hugo-papermod.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: PaperMod -github: https://github.com/adityatelange/hugo-PaperMod -demo: https://adityatelange.github.io/hugo-PaperMod/ -author: adityatelange -date: 2020-11-22T00:00:00.000Z -ssg: - - Hugo -cms: - - No CMS -archetype: - - Blog - - Portfolio -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 deleted file mode 100644 index fa1cb8ff7..000000000 --- a/content/theme/hugo-personal-web.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Personal Web -github: https://github.com/bjacquemet/personal-web -demo: https://themes.gohugo.io/theme/personal-web/ -author: Baptiste Jacquemet -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 7661a0904..000000000 --- a/content/theme/hugo-piercer-theme.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Piercer -github: https://github.com/danielkvist/hugo-piercer-theme -demo: https://piercer.netlify.com/ -author: Daniel -ssg: - - Hugo -cms: - - No Cms -date: 2019-03-24T13:23:10.000Z -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 deleted file mode 100644 index ac4d5f92e..000000000 --- a/content/theme/hugo-poison.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -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 deleted file mode 100644 index b8818792f..000000000 --- a/content/theme/hugo-polymer-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Polymer -github: https://github.com/pdevty/polymer -demo: https://themes.gohugo.io/theme/polymer/ -author: pdevty -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 9329e2aec..000000000 --- a/content/theme/hugo-primer-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Primer -github: https://github.com/qqhann/hugo-primer -demo: https://themes.gohugo.io/theme/hugo-primer/ -author: Qiushi Pan -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 72769ea01..000000000 --- a/content/theme/hugo-profile.md +++ /dev/null @@ -1,82 +0,0 @@ ---- -title: Hugo-profile -github: https://github.com/gurusabarish/hugo-profile -demo: https://hugo-profile.netlify.app -author: GuruSabarish -date: 2020-10-22T00:00:00.000Z -ssg: - - Hugo -cms: - - DecapCMS -css: - - Bootstrap -archetype: - - Blog - - Portfolio -description: The fastest Hugo theme for personal portfolio and blog. -stale: false ---- - - -
- -# hugo-profile (100% performance) - -![visitors](https://visitor-badge.glitch.me/badge?page_id=https://github.com/gurusabarish/hugo-profile) - -A simple hugo theme for personal portfolio - -[![LICENSE](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/gurusabarish/hugo-profile/blob/master/LICENSE) -[![lighthouse score](https://img.shields.io/static/v1?label=Lighthouse%20Score&message=Good&color=green)](https://hugo-profile.netlify.app/) - -
- -## Queries -- If you have any queries or bugs, feel free to open an issue in [github](https://github.com/gurusabarish/hugo-profile/issues) -- Join our community for further updates: [hugo-profile](https://discord.gg/zgTajK4) - - -## Features -- High(100) performance -- Minimalist Design -- Fully Responsive -- Google Analytics Support -- Disqus Comment Support - - -## Requirements - -- Hugo Version 0.68.0 or higher - - -## Installation - -- [Install Hugo](https://gohugo.io/overview/installing) - -- Create your site if you haven't already - -``` -hugo new site my-site -f=yaml -cd my-site -``` - -- Add the theme as git clone - -``` -cd themes -git clone https://github.com/gurusabarish/hugo-profile.git -``` - -Go to the config file and add the line after titile ```theme: "hugo-profile"``` - - -## Version 1 -- [demo](https://hugo-profile-v1.netlify.app) -- [view](https://github.com/gurusabarish/hugo-profile/tree/V1.20) -- [download V1](https://github.com/gurusabarish/hugo-profile/archive/V1.20.zip) - - -## Contributing - -> Contributers are always welcome :heart: - diff --git a/content/theme/hugo-pulp.md b/content/theme/hugo-pulp.md deleted file mode 100644 index 9a7a0c6e2..000000000 --- a/content/theme/hugo-pulp.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Pulp -github: https://github.com/koirand/pulp -demo: https://themes.gohugo.io/theme/pulp/ -author: Kazuki Koide -ssg: - - Hugo -cms: - - No 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-purehugo.md b/content/theme/hugo-purehugo.md deleted file mode 100644 index ff80d4bb1..000000000 --- a/content/theme/hugo-purehugo.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Purehugo -github: https://github.com/dplesca/purehugo -demo: https://dplesca.github.io/purehugo/ -author: Dragos Plesca -ssg: - - Hugo -cms: - - No Cms -date: 2014-06-01T18:10:47.000Z -description: Hugo theme based on purecss from Yahoo. -stale: true ---- diff --git a/content/theme/hugo-refresh.md b/content/theme/hugo-refresh.md deleted file mode 100644 index d3cbe3c6b..000000000 --- a/content/theme/hugo-refresh.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Hugo ReFresh -github: https://github.com/PippoRJ/hugo-refresh -demo: https://themes.gohugo.io/theme/hugo-fresh/ -author: Roberto Jordaney -ssg: - - Hugo -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-resume-theme.md b/content/theme/hugo-resume-theme.md deleted file mode 100644 index 0b6fc8a0b..000000000 --- a/content/theme/hugo-resume-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Resume -github: https://github.com/eddiewebb/hugo-resume -demo: https://themes.gohugo.io/theme/hugo-resume/ -author: Eddie Webb -ssg: - - Hugo -cms: - - No 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-reveal.md b/content/theme/hugo-reveal.md deleted file mode 100644 index c53ae5a03..000000000 --- a/content/theme/hugo-reveal.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Reveal-Hugo -github: https://github.com/dzello/reveal-hugo -demo: https://reveal-hugo.dzello.com/#/ -author: Josh Dzielak -ssg: - - Hugo -cms: - - No Cms -date: 2018-04-26T22:21:56.000Z -description: 📽️ Create rich HTML-based presentations with Hugo and Reveal.js -stale: false ---- diff --git a/content/theme/hugo-sada-theme.md b/content/theme/hugo-sada-theme.md deleted file mode 100644 index bd5c93d8a..000000000 --- a/content/theme/hugo-sada-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Sada -github: https://github.com/darshanbaral/sada -demo: https://themes.gohugo.io/theme/sada/ -author: Darshan Baral -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index f703bce96..000000000 --- a/content/theme/hugo-serif.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: Hugo Serif -github: https://github.com/zerostaticthemes/hugo-serif-theme -demo: https://hugo-serif.netlify.app -author: Robert Austin -ssg: - - Hugo -cms: - - No Cms -date: 2020-10-12T00:00:00.000Z -description: >- - Serif is a modern business theme for Hugo. It contains content types for the - archetypical business website. The theme is fully responsive, blazing fast and - artfully illustrated. -stale: false ---- - -# Deployment - -## Stackbit - -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) - -## Netlify - -Use Netlify to deploy this theme. This theme contains a valid and tested `netlify.toml` - Feel free to use the 1-click deploy below. - -[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/zerostaticthemes/hugo-serif-theme) - -## Theme features - -- SCSS (Hugo Pipelines) -- Responsive design -- Bootstrap 4.4 grid and media queries only -- 100/100 Google Lighthouse speed score -- Under 50KB without images or 80KB with images and illustrations ⚡ -- No jQuery, only a tiny bit of vanilla Javascript for the mobile menu. -- 100/100 Google Lighthouse SEO score -- Google analytics configured in `config.toml` -- Semantic HTML document structure -- Robust example content included -- Royalty free illustrations included -- No hardcoded content in the layouts diff --git a/content/theme/hugo-showfolio.md b/content/theme/hugo-showfolio.md deleted file mode 100644 index 403ac1ecc..000000000 --- a/content/theme/hugo-showfolio.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: ShowFolio -github: https://github.com/apvarun/showfolio-hugo-theme -demo: https://showfolio.vercel.app/ -author: Varun A P -date: 2021-04-26T00:00:00.000Z -ssg: - - Hugo -cms: - - No CMS -css: - - Tailwind -archetype: - - Blog - - Portfolio - - Personal -description: Modern portfolio theme for your Hugo site -stale: false ---- - -# ShowFolio is a modern portfolio theme for your Hugo site. - -This is a performance optimized theme for creating a simple yet attractive portfollio website. - -## Features: - -* Responsive content -* Codepen Embeds -* Blog -* Social links -* Performant -* Dark mode diff --git a/content/theme/hugo-silhouette-theme.md b/content/theme/hugo-silhouette-theme.md deleted file mode 100644 index 489dd49b1..000000000 --- a/content/theme/hugo-silhouette-theme.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Silhouette Hugo -github: https://github.com/mattbutton/silhouette-hugo -demo: https://themes.gohugo.io/theme/silhouette-hugo/ -author: Matt Button -ssg: - - Hugo -cms: - - No Cms -date: 2018-12-15T10:28:21.000Z -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 deleted file mode 100644 index 40156795c..000000000 --- a/content/theme/hugo-simple-a.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Simple-A -github: https://github.com/AlexFinn/simple-a -demo: https://simple-a.alxschwarz.com/ -author: AlexFinn -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index f4a7dfe21..000000000 --- a/content/theme/hugo-simpleit.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: SimpleIT -github: https://github.com/marcanuy/simpleit-hugo-theme -demo: https://themes.gohugo.io/theme/simpleit-hugo-theme/ -author: Marcelo Canina -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 4a90d9217..000000000 --- a/content/theme/hugo-simplicity-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Simplicity -github: https://github.com/eshlox/simplicity -demo: https://themes.gohugo.io/theme/simplicity/ -author: Przemysław Kołodziejczyk -ssg: - - Hugo -cms: - - No 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-slate-theme.md b/content/theme/hugo-slate-theme.md deleted file mode 100644 index 44719230c..000000000 --- a/content/theme/hugo-slate-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Slate -github: https://github.com/gesquive/slate -demo: https://gesquive.github.io/hugo-slate-demo/ -author: Gus Esquivel -ssg: - - Hugo -cms: - - No Cms -date: 2017-05-18T22:56:52.000Z -description: a single-page speed-dial theme for Hugo -stale: true ---- diff --git a/content/theme/hugo-slick-theme.md b/content/theme/hugo-slick-theme.md deleted file mode 100644 index cd1c2c87d..000000000 --- a/content/theme/hugo-slick-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Slick -github: https://github.com/spookey/slick -demo: https://themes.gohugo.io/theme/slick/ -author: Frieder Grießhammer -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index b37b7b499..000000000 --- a/content/theme/hugo-sodium-theme.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Sodium -github: https://github.com/uicardiodev/hugo-sodium-theme -demo: https://themes.gohugo.io/theme/hugo-sodium-theme/ -author: UICardio -ssg: - - Hugo -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 deleted file mode 100644 index 55b0c12fa..000000000 --- a/content/theme/hugo-solar-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Solar -github: https://github.com/bake/solar-theme-hugo -demo: https://themes.gohugo.io/theme/solar-theme-hugo/ -author: bake -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 902e50b2b..000000000 --- a/content/theme/hugo-split-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Split -github: https://github.com/christianmendoza/hugo-split-theme -demo: https://themes.gohugo.io/theme/hugo-split-theme/ -author: Christian Mendoza -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 60d54767f..000000000 --- a/content/theme/hugo-starter-blog-theme-casper.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Hugo Casper -github: https://github.com/bdougie/casper-cms-template -author: bdougie -demo: https://casper-theme.netlify.com/ -date: 2020-06-03T00:00:00.000Z -ssg: - - Hugo -cms: - - DecapCMS -archetype: - - Blog -description: A Hugo boilerplate for creating a blog site backed with DecapCMS. -stale: true ---- - -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 deleted file mode 100644 index 2243af1bc..000000000 --- a/content/theme/hugo-starter-blog-theme-kaldi.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Hugo starter Kaldi -github: https://github.com/netlify-templates/one-click-hugo-cms -author: netlify-templates -demo: https://master-template-one-click-hugo-cms.netlify.com/ -date: 2020-06-03T00:00:00.000Z -ssg: - - Hugo -cms: - - DecapCMS -archetype: - - Blog -description: A Hugo boilerplate for creating a blog site -stale: false ---- - -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 deleted file mode 100644 index fc673a71d..000000000 --- a/content/theme/hugo-startpage-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Startpage -github: https://github.com/tnwhitwell/hugo-startpage-theme -demo: https://themes.gohugo.io/theme/hugo-startpage-theme/ -author: Tom Whitwell -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index ee8946b49..000000000 --- a/content/theme/hugo-stellar-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Stellar -github: https://github.com/antonpolishko/hugo-stellar-theme -demo: https://themes.gohugo.io/theme/hugo-stellar-theme/ -author: Anton Polishko -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index ff75cee81..000000000 --- a/content/theme/hugo-stip-theme.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Stip -github: https://github.com/EmielH/stip-hugo -demo: https://themes.gohugo.io/theme/stip-hugo/ -author: Emiel Hollander -ssg: - - Hugo -cms: - - No Cms -date: 2019-03-31T18:25:34.000Z -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 deleted file mode 100644 index b8d850f86..000000000 --- a/content/theme/hugo-strange-case.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Strange Case -github: https://github.com/ExchangeRate-API/strange-case -demo: https://themes.gohugo.io/theme/strange-case/ -author: Exchange Rate API -ssg: - - Hugo -cms: - - No Cms -date: 2016-08-25T17:44:29.000Z -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 deleted file mode 100644 index afaab6203..000000000 --- a/content/theme/hugo-sugoi.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Sugoi -github: https://github.com/aanupam23/hugo-sugoi -demo: https://gosugoi.onrender.com/ -author: aanupam23 -ssg: - - Hugo -cms: - - No Cms -date: 2020-05-18T00:00:00.000Z -description: An Ultra Minimal Hugo Theme based on Skeleton -stale: true ---- diff --git a/content/theme/hugo-sustain.md b/content/theme/hugo-sustain.md deleted file mode 100644 index f5bd0abd3..000000000 --- a/content/theme/hugo-sustain.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Sustain -github: https://github.com/nurlansu/hugo-sustain -demo: https://demo.nurlan.co/hugo-sustain/ -author: Nurlan Su -ssg: - - Hugo -cms: - - No Cms -date: 2016-10-22T07:21:04.000Z -description: 🦁 Personal blog theme built with Bootstrap, powered by Hugo. -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 deleted file mode 100644 index 105a5b236..000000000 --- a/content/theme/hugo-swift-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Swift -github: https://github.com/onweru/hugo-swift-theme -demo: https://neuralvibes.com -author: Weru -ssg: - - Hugo -cms: - - No Cms -date: 2019-02-14T21:49:30.000Z -description: A simple open source theme for publishing with hugo -stale: true ---- diff --git a/content/theme/hugo-syna.md b/content/theme/hugo-syna.md deleted file mode 100644 index e809a7512..000000000 --- a/content/theme/hugo-syna.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Syna -github: https://github.com/okkur/syna -demo: https://themes.gohugo.io/theme/syna/ -author: Okkur Labs -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 6e228d6be..000000000 --- a/content/theme/hugo-tale.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Hugo Tale -github: https://github.com/EmielH/tale-hugo -demo: https://themes.gohugo.io/theme/tale-hugo/ -author: Emiel Hollander -ssg: - - Hugo -cms: - - No Cms -date: 2018-07-28T14:12:03.000Z -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 deleted file mode 100644 index cdb4d5cfb..000000000 --- a/content/theme/hugo-terrassa-theme.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Terrassa -github: https://github.com/danielkvist/hugo-terrassa-theme -demo: https://terrassa.netlify.com/ -author: Daniel Zaragoza -ssg: - - Hugo -cms: - - No Cms -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: true -disabled: true -disabled_reason: demo url not found ---- diff --git a/content/theme/hugo-texify2.md b/content/theme/hugo-texify2.md deleted file mode 100644 index a904b2553..000000000 --- a/content/theme/hugo-texify2.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -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 deleted file mode 100644 index d2bbd38fb..000000000 --- a/content/theme/hugo-theme-air.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Air -github: https://github.com/syui/hugo-theme-air -demo: https://themes.gohugo.io/theme/air/ -author: syui -ssg: - - Hugo -cms: - - No 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-autophugo.md b/content/theme/hugo-theme-autophugo.md deleted file mode 100644 index 86b133dab..000000000 --- a/content/theme/hugo-theme-autophugo.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: AutoPhugo -github: https://github.com/kc0bfv/autophugo -demo: https://kc0bfv.github.io/autophugo -author: Karl Sickendick, Pavel Kanyshev -date: 2020-12-21T00:00:00.000Z -ssg: - - Hugo -cms: - - No CMS -archetype: - - Portfolio -description: Image gallery/photoblog theme for Hugo. -stale: false ---- diff --git a/content/theme/hugo-theme-basic.md b/content/theme/hugo-theme-basic.md deleted file mode 100644 index 7ff1204ea..000000000 --- a/content/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: true ---- diff --git a/content/theme/hugo-theme-blueberry-detox.md b/content/theme/hugo-theme-blueberry-detox.md deleted file mode 100644 index c8c741c6c..000000000 --- a/content/theme/hugo-theme-blueberry-detox.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Detox -github: https://github.com/allnightgrocery/hugo-theme-blueberry-detox -demo: https://themes.gohugo.io/theme/detox/ -author: Andrew R. Jenkins -ssg: - - Hugo -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-bootie-docs.md b/content/theme/hugo-theme-bootie-docs.md deleted file mode 100644 index 3a9f71e93..000000000 --- a/content/theme/hugo-theme-bootie-docs.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Bootie Docs -github: https://github.com/progrhyme/hugo-theme-bootie-docs -demo: https://progrhy.me/bootie-docs-demo/ -author: IKEDA Kiyoshi -ssg: - - Hugo -cms: - - No Cms -date: 2015-04-19T10:27:41.000Z -description: A simple Hugo theme for documentation -stale: true ---- diff --git a/content/theme/hugo-theme-bootstrap4-blog.md b/content/theme/hugo-theme-bootstrap4-blog.md deleted file mode 100644 index 6aa6add90..000000000 --- a/content/theme/hugo-theme-bootstrap4-blog.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Hugo Bootstrap v4 Blog -github: https://github.com/alanorth/hugo-theme-bootstrap4-blog -demo: https://picturingjordan.com/ -author: Alan Orth -ssg: - - Hugo -cms: - - No Cms -date: 2016-08-28T13:23:53.000Z -description: A blogging-centric Bootstrap v4 theme for the Hugo static site generator. -stale: false ---- diff --git a/content/theme/hugo-theme-cactus-plus.md b/content/theme/hugo-theme-cactus-plus.md deleted file mode 100644 index af66abd70..000000000 --- a/content/theme/hugo-theme-cactus-plus.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Cactus Plus -github: https://github.com/nodejh/hugo-theme-cactus-plus -demo: https://themes.gohugo.io/theme/hugo-theme-cactus-plus/ -author: Hang Jiang -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 90c3dbe4e..000000000 --- a/content/theme/hugo-theme-charaka.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Charaka -github: https://github.com/natarajmb/charaka-hugo-theme -demo: https://themes.gohugo.io/theme/charaka-hugo-theme/ -author: Nataraj Basappa -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 632344775..000000000 --- a/content/theme/hugo-theme-chunky-poster.md +++ /dev/null @@ -1,130 +0,0 @@ ---- -title: Chunky Poster -github: https://github.com/puresyntax71/hugo-theme-chunky-poster -demo: https://hugo-theme-chunky-poster.netlify.com -author: virtualcursor -date: 2019-12-17T00:00:00.000Z -ssg: - - Hugo -css: - - Bootstrap -description: A simple, bootstrap 4 based hugo blog theme. -stale: true ---- - -# Features - -* Multi-author -* Image processing -* Basic i18n -* Prism -* LazyLoad -* Commento - -# Usage - -```shell -git clone https://gitlab.com/virtualcursor/chunky-poster.git -``` - -Check out the configuration at [`exampleSite/config.toml`](exampleSite/config.toml) for configuring your Hugo site. - -## Authors - -The authors structure is based on this [blog post](https://www.netlify.com/blog/2018/07/24/hugo-tips-how-to-create-author-pages/). - -1. Add the taxonomy ["author"](exampleSite/config.toml#L28). -2. `hugo new authors/john-doe/_index.md` -3. Configure the author metadata `twitter`. -4. Configure the author metadata `images`. First image on the list will be used as the avatar and on the profile page. Images are page resources under the author e.g. `content/authors/john-doe/image.png`. -5. Assign the author to a content: - - ```yaml - --- - authors: ["John Doe"] - --- - ``` - -## Content images - -The images structure is based on this [blog post](https://forestry.io/blog/how-to-use-hugo-s-image-processing-with-forestry/). - -Upload the images that will be used on content pages under `content/images` and create the file `content/images/index.md` with the front matter: - -```yaml ---- -headless: true ---- -``` - -Set the path to the image in a `post` content under the `images` property: - -```yaml ---- -images: ["/images/image.png"] ---- -``` - -The first image on the list will be used as the "cover" image on a post. - -## Prism - -Configure [Prism](https://prismjs.com/) under `[params.prismJS]`. Set `enable` to `true` and **disable `codeFences`**. Change the theme under `theme`. - -```toml -[params] - [params.prismJS] - enable = true - theme = "okaidia" - -[markup] - [markup.highlight] - codeFences = false -``` - -## Commento - -Configure [Commento](https://commento.io/) under `[params.commento]`. Set `enable` to `true` and add the URL at `url`: - -```toml -[params] - [params.commento] - enable = true - theme = "https://somename.commento.io" -``` - -## Share - -Enable sharing under `params` with `share` set to `true` and disable per-post sharing by setting `share` to `false` in the front matter. - -```toml -[params] - share = true -``` - -```yaml ---- -share: false ---- -``` - -# Customization - -Fork the project and run `yarn watch` during development. - -The application javascript file is located at `src/js/app.js`. - -For customizing SCSS, the main entrypoint is at `src/scss/style.scss`. Bootstrap variables can be overridden in the `_variables.scss` file. The theme's styles are located at `src/scss/chunky-poster.scss`. - -# Credits - -* [Victor Hugo](https://github.com/netlify-templates/victor-hugo) -* [hugo-theme-even](https://github.com/olOwOlo/hugo-theme-even) -* [Blank](https://github.com/vimux/blank/) -* [CleanWhite](https://github.com/zhaohuabing/hugo-theme-cleanwhite) - -Images from [Unsplash](https://unsplash.com/) and [Freepik](https://www.freepik.com/). - -# License - -This theme is released under the [MIT license](LICENSE). \ No newline at end of file diff --git a/content/theme/hugo-theme-cleanwhite.md b/content/theme/hugo-theme-cleanwhite.md deleted file mode 100644 index 313ea2ada..000000000 --- a/content/theme/hugo-theme-cleanwhite.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Hugo Clean White -github: https://github.com/zhaohuabing/hugo-theme-cleanwhite -demo: https://zhaohuabing.com/ -author: Huabing Zhao -ssg: - - Hugo -cms: - - No Cms -date: 2018-06-16T13:57:14.000Z -description: A clean, elegant blog theme for hugo -stale: false ---- diff --git a/content/theme/hugo-theme-den.md b/content/theme/hugo-theme-den.md deleted file mode 100644 index 8d8c1a0d0..000000000 --- a/content/theme/hugo-theme-den.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Den -github: https://github.com/shaform/hugo-theme-den -demo: https://themes.gohugo.io/theme/hugo-theme-den/en -author: Yong-Siang Shih -ssg: - - Hugo -cms: - - No Cms -date: 2018-07-15T13:29:45.000Z -description: A Simple Theme for Hugo -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 deleted file mode 100644 index 351153b34..000000000 --- a/content/theme/hugo-theme-docura.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -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-doors.md b/content/theme/hugo-theme-doors.md deleted file mode 100644 index acf33971e..000000000 --- a/content/theme/hugo-theme-doors.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Doors -github: https://github.com/zzzmisa/hugo-theme-doors -demo: https://zzzmisa.com/ -author: zzzmisa -ssg: - - Hugo -cms: - - No Cms -date: 2019-08-05T14:40:43.000Z -description: 🚪Single page theme for links to your works -stale: false ---- diff --git a/content/theme/hugo-theme-dopetrope.md b/content/theme/hugo-theme-dopetrope.md deleted file mode 100644 index 3c02ac05c..000000000 --- a/content/theme/hugo-theme-dopetrope.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Dopetrope -github: https://github.com/curtiscde/hugo-theme-dopetrope -demo: https://hugo-theme-dopetrope.netlify.com/ -author: Curtis Timson -ssg: - - Hugo -cms: - - No Cms -date: 2018-02-10T14:10:30.000Z -description: Dopetrope theme for Hugo static site generator -stale: false ---- diff --git a/content/theme/hugo-theme-dream.md b/content/theme/hugo-theme-dream.md deleted file mode 100644 index e25f586fe..000000000 --- a/content/theme/hugo-theme-dream.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Dream -github: https://github.com/g1eny0ung/hugo-theme-dream -demo: https://themes.gohugo.io//theme/hugo-theme-dream/ -author: Yue Yang -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index d83dab009..000000000 --- a/content/theme/hugo-theme-e25dx.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -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-even.md b/content/theme/hugo-theme-even.md deleted file mode 100644 index 98b69bb16..000000000 --- a/content/theme/hugo-theme-even.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Even -github: https://github.com/olOwOlo/hugo-theme-even -demo: https://blog.olowolo.com/example-site/ -author: olOwOlo -ssg: - - Hugo -cms: - - No Cms -date: 2017-08-28T09:20:45.000Z -description: 🚀 A super concise theme for Hugo https://blog.olowolo.com/example-site/ -stale: false -disabled_reason: demo url not found -disabled: true ---- diff --git a/content/theme/hugo-theme-hamburg.md b/content/theme/hugo-theme-hamburg.md deleted file mode 100644 index 9d97532f8..000000000 --- a/content/theme/hugo-theme-hamburg.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hamburg -github: https://github.com/hauke96/hugo-theme-hamburg -demo: https://themes.gohugo.io/theme/hugo-theme-hamburg/ -author: Hauke Stieler -ssg: - - Hugo -cms: - - No Cms -date: 2018-08-24T23:12:19.000Z -description: Simple and clean blog theme for hugo -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 deleted file mode 100644 index 773ba127f..000000000 --- a/content/theme/hugo-theme-hermit.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hermit -github: https://github.com/Track3/hermit -demo: https://themes.gohugo.io/theme/hermit -author: Track3 -ssg: - - Hugo -cms: - - No 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-introduction.md b/content/theme/hugo-theme-introduction.md deleted file mode 100644 index e3a04fb37..000000000 --- a/content/theme/hugo-theme-introduction.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Introduction -github: https://github.com/victoriadrake/hugo-theme-introduction -demo: https://hugo-introduction.netlify.com/ -author: Victoria Drake -ssg: - - Hugo -cms: - - No Cms -date: 2017-03-13T06:50:23.000Z -description: Minimal, single page, smooth-scrolling theme for Hugo. -stale: false ---- diff --git a/content/theme/hugo-theme-iris.md b/content/theme/hugo-theme-iris.md deleted file mode 100644 index 84180da37..000000000 --- a/content/theme/hugo-theme-iris.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Hugo Iris -github: https://github.com/peaceiris/hugo-theme-iris -demo: https://hugothemeiris.peaceiris.app -author: peaceiris -date: 2020-06-25T00:00:00.000Z -ssg: - - Hugo -cms: - - DecapCMS -css: - - Bulma -archetype: - - Blog - - Portfolio -description: This theme is a lightweight and dark theme for a blog or a portfolio -stale: false ---- - -This theme is a lightweight and dark theme for a blog or a portfolio. - -- Dark Theme -- Responsive -- Support Multilingual -- Fast and Lightweight -- Breadcrumb List -- Syntax Highlighting -- Eye-catching Image -- Disqus Comment System -- Google Analytics -- Open Graph Protocol, OGP Images -- Table of Contents -- Support MathJax: Beautiful math in all browsers -- Support mermaid: Generation of diagram and flowchart from text in a similar manner as markdown -- Support reveal.js: Writing slides using Markdown diff --git a/content/theme/hugo-theme-jane.md b/content/theme/hugo-theme-jane.md deleted file mode 100644 index ec33bbadf..000000000 --- a/content/theme/hugo-theme-jane.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Jane -github: https://github.com/xianmin/hugo-theme-jane -demo: https://www.xianmin.org/hugo-theme-jane/ -author: Chen Xianmin -ssg: - - Hugo -cms: - - Contentful - - DatoCMS - - Forestry - - DecapCMS - - Sanity -date: 2018-03-06T11:48:50.000Z -description: A readable & concise theme for Hugo -stale: false ---- diff --git a/content/theme/hugo-theme-lean-launch-page.md b/content/theme/hugo-theme-lean-launch-page.md deleted file mode 100644 index 94aae4c1b..000000000 --- a/content/theme/hugo-theme-lean-launch-page.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Lean Launch Page -github: https://github.com/felicianotech/hugo-theme-lean-launch-page -demo: https://themes.gohugo.io/theme/hugo-theme-lean-launch-page/ -author: Ricardo N Feliciano -ssg: - - Hugo -cms: - - No Cms -date: 2017-09-12T02:24:39.000Z -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 deleted file mode 100644 index e1a3341b8..000000000 --- a/content/theme/hugo-theme-learn.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Hugo Learn Theme -github: https://github.com/matcornic/hugo-theme-learn -demo: https://learn.netlify.com/en/ -author: matcornic -ssg: - - Hugo -cms: - - No Cms -date: 2016-03-17T10:58:41.000Z -description: Porting Grav Learn theme to Hugo -stale: true ---- diff --git a/content/theme/hugo-theme-line.md b/content/theme/hugo-theme-line.md deleted file mode 100644 index 0999771b2..000000000 --- a/content/theme/hugo-theme-line.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Lines -github: https://github.com/ronv/lines -demo: https://lines-hugo-theme.netlify.app/ -author: Ronalds Vilcins -date: 2020-09-08T00:00:00.000Z -archetype: - - Blog -description: Minimalistic and clean Hugo blogging theme. -ssg: - - Hugo -cms: - - No CMS -stale: false ---- - -# Lines hugo theme - -Lines is a minimalistic Hugo blogging 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 -* Sass -* Seo optimized (Twitter cards, Facebook Open Graph, Schema.org) -* Ultra fast (Only ~2kb of CSS) diff --git a/content/theme/hugo-theme-massively.md b/content/theme/hugo-theme-massively.md deleted file mode 100644 index c7edbc8b5..000000000 --- a/content/theme/hugo-theme-massively.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Hugo Massively -github: https://github.com/curtiscde/hugo-theme-massively -demo: https://hugo-theme-massively.netlify.com/ -author: Curtis Timson -ssg: - - Hugo -cms: - - No Cms -date: 2018-02-24T14:39:43.000Z -description: Massively theme for Hugo static site generator -stale: false ---- diff --git a/content/theme/hugo-theme-meme.md b/content/theme/hugo-theme-meme.md deleted file mode 100644 index 27f74d6c9..000000000 --- a/content/theme/hugo-theme-meme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: MemE -github: https://github.com/reuixiy/hugo-theme-meme -demo: https://themes.gohugo.io/theme/hugo-theme-meme/ -author: reuixiy -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index da34af0c9..000000000 --- a/content/theme/hugo-theme-minos.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Minos -github: https://github.com/carsonip/hugo-theme-minos -demo: https://themes.gohugo.io/theme/hugo-theme-minos/ -author: Carson Ip -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 942c08502..000000000 --- a/content/theme/hugo-theme-nix.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Nix -github: https://github.com/LordMathis/hugo-theme-nix -demo: https://themes.gohugo.io/theme/hugo-theme-nix/ -author: Matúš Námešný -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 1fdd7a2be..000000000 --- a/content/theme/hugo-theme-pixyll.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Pixyll -github: https://github.com/azmelanar/hugo-theme-pixyll -demo: https://themes.gohugo.io/theme/pixyll/ -author: Dmytro Slupytskyi -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 6fd81b7b6..000000000 --- a/content/theme/hugo-theme-puppet.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -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-revealjs.md b/content/theme/hugo-theme-revealjs.md deleted file mode 100644 index 770e34852..000000000 --- a/content/theme/hugo-theme-revealjs.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Revealjs -github: https://github.com/RealOrangeOne/hugo-theme-revealjs -demo: https://hugo-theme-revealjs.netlify.com/#/ -author: Jake Howard -ssg: - - Hugo -cms: - - No Cms -date: 2018-01-02T16:37:47.000Z -description: Use Hugo to build a presentation, powered by RevealJS -stale: true ---- diff --git a/content/theme/hugo-theme-robotico.md b/content/theme/hugo-theme-robotico.md deleted file mode 100644 index 56b80ed1a..000000000 --- a/content/theme/hugo-theme-robotico.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Robotico -github: https://github.com/wileybaba/hugo-theme-robotico -demo: https://themes.gohugo.io/theme/hugo-theme-robotico/ -author: Wiley McKay Conte -ssg: - - Hugo -cms: - - No 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-sam.md b/content/theme/hugo-theme-sam.md deleted file mode 100644 index 9a4181a68..000000000 --- a/content/theme/hugo-theme-sam.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Call me Sam -github: https://github.com/victoriadrake/hugo-theme-sam -demo: https://hugo-sam.netlify.com -author: Victoria Drake -ssg: - - Hugo -cms: - - No Cms -date: 2018-02-14T16:37:53.000Z -description: A Simple and Minimalist theme for Hugo with a focus on typography and content. -stale: false -disabled_reason: demo url not found -disabled: true ---- diff --git a/content/theme/hugo-theme-scroll.md b/content/theme/hugo-theme-scroll.md deleted file mode 100644 index d228b1b59..000000000 --- a/content/theme/hugo-theme-scroll.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -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 deleted file mode 100644 index c0ebf573a..000000000 --- a/content/theme/hugo-theme-serial-programmer.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -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 deleted file mode 100644 index 857afbed4..000000000 --- a/content/theme/hugo-theme-sky.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Sky -github: https://github.com/cfrome77/hugo-theme-sky -demo: https://themes.gohugo.io/theme/hugo-theme-sky/ -author: Chris Frome -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 79fe55f89..000000000 --- a/content/theme/hugo-theme-slim.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Slim -github: https://github.com/zhe/hugo-theme-slim -demo: https://themes.gohugo.io/theme/slim/ -author: Zhe Zhang -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index c802fdda8..000000000 --- a/content/theme/hugo-theme-tailwind.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -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 deleted file mode 100644 index 0b32b15db..000000000 --- a/content/theme/hugo-theme-techdoc.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Techdoc -github: https://github.com/thingsym/hugo-theme-techdoc -demo: https://themes.gohugo.io/theme/hugo-theme-techdoc/ -author: Yosuke Mizuno -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 817eca6a8..000000000 --- a/content/theme/hugo-theme-techlog-simple.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Techlog Simple -github: https://github.com/mazgi/hugo-theme-techlog-simple -demo: https://themes.gohugo.io/theme/hugo-theme-techlog-simple/ -author: Hidenori MATSUKI -ssg: - - Hugo -cms: - - No 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-terminal.md b/content/theme/hugo-theme-terminal.md deleted file mode 100644 index 5265c4594..000000000 --- a/content/theme/hugo-theme-terminal.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Terminal -github: https://github.com/panr/hugo-theme-terminal -demo: https://hugo-terminal.now.sh/ -author: Radek Kozieł -ssg: - - Hugo -cms: - - No Cms -date: 2019-01-27T23:58:03.000Z -description: A simple, retro theme for Hugo -stale: false ---- diff --git a/content/theme/hugo-theme-tickytackydark.md b/content/theme/hugo-theme-tickytackydark.md deleted file mode 100644 index 1baad1c13..000000000 --- a/content/theme/hugo-theme-tickytackydark.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Ticky Tacky Dark -github: https://github.com/kc0bfv/ticky_tacky_dark -demo: https://kc0bfv.github.io/ticky_tacky_dark/ -author: Karl Sickendick -date: 2020-12-21T00:00:00.000Z -ssg: - - Hugo -cms: - - No CMS -archetype: - - Portfolio - - Personal -description: >- - Ticky Tacky Dark's front page is a set of little boxes, all the same, - containing pictures that represent your site's pages. -stale: false ---- diff --git a/content/theme/hugo-theme-vec.md b/content/theme/hugo-theme-vec.md deleted file mode 100644 index cd2bb370f..000000000 --- a/content/theme/hugo-theme-vec.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Vec -github: https://github.com/IvanChou/hugo-theme-vec -demo: https://themes.gohugo.io/theme/hugo-theme-vec/ -author: Ivan Chou -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 1935267b5..000000000 --- a/content/theme/hugo-theme-virgo.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -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 deleted file mode 100644 index 186268713..000000000 --- a/content/theme/hugo-theme-w3css-basic.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: W3.CSS Basic -github: https://github.com/it-gro/hugo-theme-w3css-basic -demo: https://it-gro.github.io/hugo-theme-w3css-basic.github.io/ -author: it-gro -ssg: - - Hugo -cms: - - No Cms -date: 2017-11-08T13:26:44.000Z -stale: true ---- diff --git a/content/theme/hugo-theme-wave.md b/content/theme/hugo-theme-wave.md deleted file mode 100644 index 0a45f8a71..000000000 --- a/content/theme/hugo-theme-wave.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Wave -github: https://github.com/syui/hugo-theme-wave -demo: https://themes.gohugo.io/theme/hugo-theme-wave/ -author: syui -ssg: - - Hugo -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 deleted file mode 100644 index fdaaf7f39..000000000 --- a/content/theme/hugo-theme-winning.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Winning -github: https://github.com/cssandstuff/hugo-theme-winning -demo: https://themes.gohugo.io/theme/hugo-theme-winning/ -author: Tim Clulow -ssg: - - Hugo -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-yinyang.md b/content/theme/hugo-theme-yinyang.md deleted file mode 100644 index d57666c22..000000000 --- a/content/theme/hugo-theme-yinyang.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Yinyang -github: https://github.com/joway/hugo-theme-yinyang -demo: https://blog.joway.io/ -author: Joway Wang -ssg: - - Hugo -cms: - - No Cms -date: 2018-11-08T15:41:32.000Z -description: ' a black-white theme for Hugo.' -stale: false ---- diff --git a/content/theme/hugo-theme-yue.md b/content/theme/hugo-theme-yue.md deleted file mode 100644 index c10ec5ff3..000000000 --- a/content/theme/hugo-theme-yue.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -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 deleted file mode 100644 index aebb27b2f..000000000 --- a/content/theme/hugo-theme-yuki.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Yuki -github: https://github.com/iCyris/hugo-theme-yuki -demo: https://themes.gohugo.io/theme/hugo-theme-yuki/ -author: Cyris -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 83678937b..000000000 --- a/content/theme/hugo-theme-zdoc.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: Hugo Theme Zdoc -github: https://github.com/zzossig/hugo-theme-zdoc -demo: https://themes.gohugo.io//theme/hugo-theme-zdoc/ -author: zzossig -date: 2020-10-21T00:00:00.000Z -ssg: - - Hugo -cms: - - No CMS -css: - - SCSS -archetype: - - Blog - - Portfolio - - 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 - -Zdoc is a documentation theme for Hugo. It looks simple and provide many shortcodes. Also, you can make a blog with it. - -## Features - -* Dark mode -* Mobile menu -* Search -* Search Engine Optimization(SEO) -* Multilingual (i18n) -* Responsive design -* Fast code highlighting -* Blog support -* Table Of Contents(toc) -* Code Tab -* Blog \ No newline at end of file diff --git a/content/theme/hugo-theme-zen.md b/content/theme/hugo-theme-zen.md deleted file mode 100644 index 4d77f30f2..000000000 --- a/content/theme/hugo-theme-zen.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Zen -github: https://github.com/frjo/hugo-theme-zen -demo: https://themes.gohugo.io/theme/hugo-theme-zen/ -author: Fredrik Jonsson -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index ccc0ff8c5..000000000 --- a/content/theme/hugo-theme-zzo.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: Hugo Theme Zzo -github: https://github.com/zzossig/hugo-theme-zzo -demo: https://themes.gohugo.io/theme/hugo-theme-zzo/en/ -author: zzossig -date: 2020-10-21T00:00:00.000Z -ssg: - - Hugo -cms: - - No CMS -css: - - SCSS -archetype: - - Blog - - Portfolio -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 - -Zzo is a blog theme for Hugo. It includes almost all features that a blog theme should have. Search, Gallery, so on. It looks simple but once you deep dive into it, you can find out lots of functionalities. - -## Features - -* Multiple Skins(dark, light, solarized, ...) -* Mobile menu -* Search -* Search Engine Optimization(SEO) -* Multilingual (i18n) -* Responsive design -* Customizable UI -* RSS -* Gallery -* Fast code highlighting -* Talks page -* Showcase page -* Publication Page -* Resume Page -* Presentation Page \ No newline at end of file diff --git a/content/theme/hugo-tikva-theme.md b/content/theme/hugo-tikva-theme.md deleted file mode 100644 index e624acbbb..000000000 --- a/content/theme/hugo-tikva-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Tikva -github: https://github.com/geschke/hugo-tikva -demo: https://themes.gohugo.io/theme/hugo-tikva/ -author: Ralf Geschke -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index eb4c31517..000000000 --- a/content/theme/hugo-tranquilpeak-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Hugo Tranquilpeak -github: https://github.com/kakawait/hugo-tranquilpeak-theme -demo: https://tranquilpeak.kakawait.com/ -author: kakawait -ssg: - - Hugo -cms: - - No Cms -date: 2016-03-30T19:55:05.000Z -description: A gorgeous responsive theme for Hugo blog framework -stale: false ---- diff --git a/content/theme/hugo-travelify-theme.md b/content/theme/hugo-travelify-theme.md deleted file mode 100644 index 028af1413..000000000 --- a/content/theme/hugo-travelify-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Travelify -github: https://github.com/balaramadurai/hugo-travelify-theme -demo: https://themes.gohugo.io/theme/hugo-travelify-theme/ -author: Dr. Bala Ramadurai -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index bbc70b318..000000000 --- a/content/theme/hugo-twentyfourteen.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Twenty Fourteen -github: https://github.com/jaden/twentyfourteen -demo: https://themes.gohugo.io/theme/twentyfourteen/ -author: Dan Hersam -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 8021d0031..000000000 --- a/content/theme/hugo-type-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Type -github: https://github.com/digitalcraftsman/hugo-type-theme -demo: https://themes.gohugo.io/theme/type/ -author: Digitalcraftsman -ssg: - - Hugo -cms: - - No Cms -date: 2015-06-15T19:05:08.000Z -description: Port of Rohan Chandra's Type theme to Hugo. -stale: true -disabled_reason: demo url not found -disabled: true ---- diff --git a/content/theme/hugo-ublogger.md b/content/theme/hugo-ublogger.md deleted file mode 100644 index 5f9630a8b..000000000 --- a/content/theme/hugo-ublogger.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: uBlogger -github: https://github.com/uPagge/uBlogger -demo: https://ublogger.netlify.app -author: uPagge -ssg: - - Hugo -cms: - - No Cms -date: 2020-12-15T19:49:50.000Z -description: Content readability and seo optimization, that's what the topic prioritizes. -stale: true ---- diff --git a/content/theme/hugo-uilite.md b/content/theme/hugo-uilite.md deleted file mode 100644 index 911953696..000000000 --- a/content/theme/hugo-uilite.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: UILite -github: https://github.com/uicardiodev/hugo-uilite -demo: https://themes.gohugo.io/theme/hugo-uilite/ -author: UICardio -ssg: - - Hugo -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 deleted file mode 100644 index a8217df78..000000000 --- a/content/theme/hugo-universal-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Universal -github: https://github.com/devcows/hugo-universal-theme -demo: https://themes.gohugo.io/theme/hugo-universal-theme/ -author: adrianmo -ssg: - - Hugo -cms: - - No 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-vanilla-bootstrap-theme.md b/content/theme/hugo-vanilla-bootstrap-theme.md deleted file mode 100644 index 44180b424..000000000 --- a/content/theme/hugo-vanilla-bootstrap-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Vanilla Bootstrap -github: https://github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme -demo: https://vanilla-bootstrap-hugo-theme.netlify.com/ -author: Zachary Betz -ssg: - - Hugo -cms: - - No Cms -date: 2018-12-15T06:31:19.000Z -description: A vanilla Bootstrap theme for Hugo -stale: false ---- diff --git a/content/theme/hugo-vienna-theme.md b/content/theme/hugo-vienna-theme.md deleted file mode 100644 index 7a681abe9..000000000 --- a/content/theme/hugo-vienna-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Vienna -github: https://github.com/keichi/vienna -demo: https://themes.gohugo.io/theme/vienna/ -author: Keichi Takahashi -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 450cefca9..000000000 --- a/content/theme/hugo-vncnt.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Vncnt-hugo -github: https://github.com/fncnt/vncnt-hugo -demo: https://themes.gohugo.io/theme/vncnt-hugo/ -author: Vincent von Schelm -ssg: - - Hugo -cms: - - No 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-w3-simple.md b/content/theme/hugo-w3-simple.md deleted file mode 100644 index 0095f3823..000000000 --- a/content/theme/hugo-w3-simple.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo W3 Simple -github: https://github.com/jesselau76/hugo-w3-simple -demo: https://themes.gohugo.io/theme/hugo-w3-simple/ -author: Jesse Lau -ssg: - - Hugo -cms: - - No Cms -date: 2018-11-05T23:20:12.000Z -description: Hugo Theme -stale: true -disabled: true -disabled_reason: demo url not found ---- diff --git a/content/theme/hugo-wavecast.md b/content/theme/hugo-wavecast.md new file mode 100644 index 000000000..ccde0d0d9 --- /dev/null +++ b/content/theme/hugo-wavecast.md @@ -0,0 +1,17 @@ +--- +title: "Wavecast" +github: https://github.com/adurrr/wavecast +demo: https://adurrr.github.io/wavecast/ +author: Adur (adurrr) +date: 2026-06-02 +ssg: + - Hugo +cms: + - No CMS +css: + - CSS +archetype: + - Blog + - Personal +description: A persistent podcast/radio audio player Web Component for Hugo with Turbolinks navigation support, bidirectional sync, and responsive design. Works as both a Hugo module and theme. +--- \ No newline at end of file diff --git a/content/theme/hugo-webslides.md b/content/theme/hugo-webslides.md deleted file mode 100644 index b2a4fefb7..000000000 --- a/content/theme/hugo-webslides.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Hugo Webslides -github: https://github.com/RCJacH/hugo-webslides -demo: https://rcjach.github.io/hugo-webslides/#slide=1 -author: RCJacH -ssg: - - Hugo -cms: - - No Cms -date: 2019-08-09T08:35:08.000Z -description: This is a Hugo template to create WebSlides presentation using markdown. -stale: false ---- diff --git a/content/theme/hugo-whisper-theme.md b/content/theme/hugo-whisper-theme.md deleted file mode 100644 index 4b9a2ac43..000000000 --- a/content/theme/hugo-whisper-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Whisper -github: https://github.com/JugglerX/hugo-whisper-theme -demo: https://hugo-whisper.netlify.com/ -author: Robert Austin -ssg: - - Hugo -cms: - - No Cms -date: 2019-11-07T00:00:00.000Z -description: Whisper is a minimal documentation theme for Hugo. -stale: true ---- diff --git a/content/theme/hugo-whiteplain-theme.md b/content/theme/hugo-whiteplain-theme.md deleted file mode 100644 index 9ad53fb68..000000000 --- a/content/theme/hugo-whiteplain-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Whiteplain -github: https://github.com/taikii/whiteplain -demo: https://themes.gohugo.io/theme/whiteplain/ -author: taikii -ssg: - - Hugo -cms: - - No Cms -date: 2017-12-21T14:43:28.000Z -description: Simple and Functional Hugo theme. -stale: true -disabled_reason: demo url not found -disabled: true ---- diff --git a/content/theme/hugo-winston.md b/content/theme/hugo-winston.md deleted file mode 100644 index 337849161..000000000 --- a/content/theme/hugo-winston.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -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-xmag-theme.md b/content/theme/hugo-xmag-theme.md deleted file mode 100644 index 7b50999de..000000000 --- a/content/theme/hugo-xmag-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: XMag -github: https://github.com/yihui/hugo-xmag -demo: https://xmag.yihui.name/ -author: Yihui Xie -ssg: - - Hugo -cms: - - No Cms -date: 2017-07-10T05:09:20.000Z -description: A minimal magazine theme for Hugo -stale: false ---- diff --git a/content/theme/hugo-xmin-theme.md b/content/theme/hugo-xmin-theme.md deleted file mode 100644 index 31c8be27c..000000000 --- a/content/theme/hugo-xmin-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: XMin -github: https://github.com/yihui/hugo-xmin -demo: https://xmin.yihui.name/ -author: Yihui Xie -ssg: - - Hugo -cms: - - No Cms -date: 2017-06-16T04:13:22.000Z -description: >- - eXtremely Minimal Hugo theme: about 150 lines of code in total, including HTML - and CSS (with no dependencies) -stale: false ---- diff --git a/content/theme/hugo-xterm.md b/content/theme/hugo-xterm.md deleted file mode 100644 index 40214e8a7..000000000 --- a/content/theme/hugo-xterm.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -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 deleted file mode 100644 index 559bec89c..000000000 --- a/content/theme/hugo-yourfolio-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Yourfolio -github: https://github.com/serg/yourfolio -demo: https://themes.gohugo.io/theme/yourfolio/ -author: Sergey Furtak -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 824529349..000000000 --- a/content/theme/hugograyscale.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hugo Grayscale -github: https://github.com/runningstream/hugograyscale/ -demo: https://runningstream.github.io/hugograyscale/ -author: runningstream -ssg: - - Hugo -cms: - - No Cms -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: true ---- diff --git a/content/theme/hyde-blog-with-netlify-cms.md b/content/theme/hyde-blog-with-netlify-cms.md deleted file mode 100644 index b69fbdf5a..000000000 --- a/content/theme/hyde-blog-with-netlify-cms.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Hyde starter blog with Netlify CMS -github: https://github.com/bdougie/hyde-cms-theme -author: bdougie -demo: https://hyde.netlify.com/ -date: 2020-06-03T00:00:00.000Z -ssg: - - Hugo -cms: - - 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.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 deleted file mode 100644 index f7ce1ecbb..000000000 --- a/content/theme/hyde-hyde.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hyde Hyde -github: https://github.com/htr3n/hyde-hyde -demo: https://themes.gohugo.io/theme/hyde-hyde/ -author: Huy Tran -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index ff2ebb0e5..000000000 --- a/content/theme/hydeout.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Hydeout -github: https://github.com/fongandrew/hydeout -demo: https://fongandrew.github.io/hydeout/ -author: Andrew Fong -ssg: - - Jekyll -cms: - - No Cms -date: 2017-06-01T00:22:41.000Z -description: A refreshed version of Hyde for Jekyll 3.x -stale: true ---- \ No newline at end of file diff --git a/content/theme/hydra-jekyll-template.md b/content/theme/hydra-jekyll-template.md deleted file mode 100644 index 51720b900..000000000 --- a/content/theme/hydra-jekyll-template.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hydra -github: https://github.com/CloudCannon/hydra-jekyll-template -demo: https://proud-alligator.cloudvent.net/ -author: CloudCannon -ssg: - - Jekyll -cms: - - No Cms -date: 2016-10-14T04:39:07.000Z -description: ':dragon: Product marketing template for Jekyll' -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 deleted file mode 100644 index 393463aff..000000000 --- a/content/theme/hydure.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Hydure -github: https://github.com/zivong/jekyll-theme-hydure -demo: https://zivong.blog/jekyll-theme-hydure/ -author: Song-Zi Vong -date: 2021-04-29T00:00:00.000Z -ssg: - - Jekyll -cms: - - No CMS -archetype: - - Blog -description: A concise two-column blog theme for Jekyll. -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. - -## Highlight Features - -- [Open Color](https://github.com/yeun/open-color) -- Dark mode, via [`prefers-color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) -- [Font Awesome](https://fontawesome.com/) -- [Jekyll Paginate](https://github.com/jekyll/jekyll-paginate) -- [Jekyll Feed](https://github.com/jekyll/jekyll-feed/) -- [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/) -- [MathJax](https://www.mathjax.org/) -- [Disqus](https://disqus.com/) -- [Google Analytics 4](https://support.google.com/analytics/answer/10089681?hl=en) -- Archive implemented by pure [Liquid](https://shopify.github.io/liquid/) diff --git a/content/theme/jam-hugo.md b/content/theme/jam-hugo.md deleted file mode 100644 index 7f9578e62..000000000 --- a/content/theme/jam-hugo.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -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 deleted file mode 100644 index f40d587b6..000000000 --- a/content/theme/jamdocs.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Jamdocs -github: https://github.com/samuelhorn/jamdocs -demo: https://jamdocs.netlify.com/ -author: Samuel Horn af Rantzien -ssg: - - Gridsome -cms: - - No CMS -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: true ---- diff --git a/content/theme/jamify-next-cms-ghost.md b/content/theme/jamify-next-cms-ghost.md deleted file mode 100644 index 927c166dd..000000000 --- a/content/theme/jamify-next-cms-ghost.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Jamify Blog Starter -github: https://github.com/styxlab/next-cms-ghost -demo: https://next.jamify.org/ -author: Joost Jansky -ssg: - - Next -cms: - - Ghost -archetype: - - Blog - - Portfolio -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 - -Create and publish flaring fast blogs with this Jamify blogging system. Powered by the React framework Next.js and content fed by headleass Ghost, you'll get a production ready hybrid static & server rendered website that you can easily distribute globally. At the same time your content creators can continue to work with the Ghost authoring system as they used to. Fully open-source and easy to customize. diff --git a/content/theme/jamify-starter-ghost.md b/content/theme/jamify-starter-ghost.md deleted file mode 100644 index 67502d8a6..000000000 --- a/content/theme/jamify-starter-ghost.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Jamify Starter -github: https://github.com/styxlab/gatsby-starter-try-ghost -demo: https://demo.jamify.org/ -author: styxlab -ssg: - - Gatsby -cms: - - Ghost -archetype: - - Blog - - Portfolio -date: 2020-06-11T00:00:00.000Z -description: Publish flaring fast blogs with Gatsby and Ghost -stale: true ---- - -# A rich starter kit for Ghost blogs - -This starter template is for professional publishers who are looking for a fully functional static-site front-end with infinite-scroll, flexible routing, multi-language support and a rich plugin eco-system. It's built with performance in mind (auto image resizing, lazy loading with gatsby-image, and more) and comes with support for newsletter sign-up, easy comments integration and more. This starter features support for incremental builds thereby delivering the fastest build times ever seen. diff --git a/content/theme/jamstack-hackathon-starter.md b/content/theme/jamstack-hackathon-starter.md deleted file mode 100644 index 0b69aac1d..000000000 --- a/content/theme/jamstack-hackathon-starter.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Jamstack Hackathon Starter -github: https://github.com/sw-yx/jamstack-hackathon-starter -demo: https://jamstack-hackathon-starter.netlify.com/ -author: swyx -ssg: - - Gatsby -cms: - - No Cms -date: 2018-05-09T20:44:36.000Z -description: >- - Make Authenticated, Serverless, Dynamic Clientside JAMstack apps with Gatsby + - Netlify Dev (Functions + Identity) -stale: true ---- diff --git a/content/theme/jasper2.md b/content/theme/jasper2.md deleted file mode 100644 index df190be3b..000000000 --- a/content/theme/jasper2.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Jasper2 -github: https://github.com/jekyller/jasper2 -demo: https://jekyller.github.io/jasper2/ -author: Fábio Madeira -ssg: - - Jekyll -cms: - - No Cms -date: 2017-11-17T15:53:38.000Z -description: Full-featured Jekyll port of Ghost's default theme Casper v2 👻 -stale: false -disabled: true -disabled_reason: demo url not found ---- \ No newline at end of file diff --git a/content/theme/jdox.md b/content/theme/jdox.md deleted file mode 100644 index 739de87e7..000000000 --- a/content/theme/jdox.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -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-Avalon.md b/content/theme/jekyll-Avalon.md deleted file mode 100644 index 0ed32d710..000000000 --- a/content/theme/jekyll-Avalon.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Jekyll Avalon -github: https://github.com/joshuaavalon/Jekyll-Avalon -demo: https://joshuaavalon.github.io/Jekyll-Avalon/ -author: Joshua Avalon -ssg: - - Jekyll -cms: - - No Cms -date: 2016-11-03T03:54:30.000Z -description: Materialize Jekyll theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-Biscuit.md b/content/theme/jekyll-Biscuit.md deleted file mode 100644 index 86bae663c..000000000 --- a/content/theme/jekyll-Biscuit.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -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-Chaplin.md b/content/theme/jekyll-Chaplin.md deleted file mode 100644 index f54f51084..000000000 --- a/content/theme/jekyll-Chaplin.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Chaplin -github: https://github.com/ankitsultana/Chaplin -demo: https://ankitsultana.com/Chaplin/ -author: Ankit Sultana -ssg: - - Jekyll -cms: - - No Cms -date: 2016-01-08T20:08:48.000Z -description: A minimalistic, single column theme for Jekyll -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-Decent.md b/content/theme/jekyll-Decent.md deleted file mode 100644 index a90ced5a7..000000000 --- a/content/theme/jekyll-Decent.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: jekyllDecent -github: https://github.com/jwillmer/jekyllDecent -demo: https://jwillmer.github.io/jekyllDecent/ -author: Jens Willmer -ssg: - - Jekyll -cms: - - No Cms -date: 2016-05-22T19:37:47.000Z -description: Blog Template for Jekyll -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-Forty.md b/content/theme/jekyll-Forty.md deleted file mode 100644 index f49f98083..000000000 --- a/content/theme/jekyll-Forty.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Forty (by HTML5 Up!) -github: https://github.com/andrewbanchich/Forty-Jekyll-Theme -demo: https://andrewbanchich.github.io/forty-jekyll-theme/ -author: Andrew Banchich -ssg: - - Jekyll -cms: - - No Cms -date: 2016-08-23T00:53:06.000Z -description: A Jekyll version of the 'Forty' theme by HTML5 UP. -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-Fractal-theme.md b/content/theme/jekyll-Fractal-theme.md deleted file mode 100644 index 80e3ccc4f..000000000 --- a/content/theme/jekyll-Fractal-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Jekflix -github: https://github.com/yvesespinosa/jekyll-html5up-fractal -demo: https://yvesespinosa.github.io/jekyll-html5up-fractal/ -author: Yves Espinosa -ssg: - - Jekyll -cms: - - No Cms -date: 2017-11-10T23:43:31.000Z -description: An awesome jekyll-fractal theme for the html5 fractal template -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-HPSTRversion2.md b/content/theme/jekyll-HPSTRversion2.md deleted file mode 100644 index 7da52e742..000000000 --- a/content/theme/jekyll-HPSTRversion2.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: HPSTR Version 2 - Vietnamese -github: https://github.com/minhhuy150894/minhhuy150894.github.io -demo: https://minhhuy150894.github.io -author: David Ng (Nguyen Minh Huy) - Michael Rose -ssg: - - Jekyll -cms: - - No Cms -date: 2015-05-11T13:24:51.000Z -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-JBlog-theme.md b/content/theme/jekyll-JBlog-theme.md deleted file mode 100644 index 2b1b58e48..000000000 --- a/content/theme/jekyll-JBlog-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: JBlog -github: https://github.com/alperenbozkurt/JBlog -demo: https://alperenbozkurt.net/JBlog/ -author: Alperen Bozkurt -ssg: - - Jekyll -cms: - - No Cms -date: 2017-06-14T13:47:32.000Z -description: JBlog is a simple jekyll theme. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-JOYTOU-theme.md b/content/theme/jekyll-JOYTOU-theme.md deleted file mode 100644 index d507d3280..000000000 --- a/content/theme/jekyll-JOYTOU-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: JOYTOU -github: https://github.com/joytou/joytou.github.io -demo: https://joytou.github.io/ -author: Joytou -ssg: - - Jekyll -cms: - - No Cms -date: 2017-08-03T13:26:48.000Z -description: JOYTOU is a BootStrap blog template developed by Joytou Wu. -stale: true -disabled: true -disabled_reason: error checking demo url ---- \ No newline at end of file diff --git a/content/theme/jekyll-Jalpc-A.md b/content/theme/jekyll-Jalpc-A.md deleted file mode 100644 index a3eaab6d6..000000000 --- a/content/theme/jekyll-Jalpc-A.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Jalpc-A -github: https://github.com/Jack614/Jalpc-A -demo: https://ww7.jack003.com/ -author: Kun Jia -ssg: - - Jekyll -cms: - - No Cms -date: 2016-06-22T05:25:06.000Z -description: 🍅Jalpc-A -- Jekyll Theme(blog written by Angularjs) -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 deleted file mode 100644 index c8eba8df4..000000000 --- a/content/theme/jekyll-Jalpc-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Jalpc -github: https://github.com/jarrekk/Jalpc -demo: https://jarrekk.github.io/Jalpc/ -author: Kun Jia -ssg: - - Jekyll -cms: - - No Cms -date: 2016-05-29T08:02:13.000Z -description: '🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website. ' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-Kikofri.md b/content/theme/jekyll-Kikofri.md deleted file mode 100644 index c684f8f5b..000000000 --- a/content/theme/jekyll-Kikofri.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: 'Kikofri ' -github: https://github.com/kxxvii/Kikofri -demo: https://kxxvii.github.io/Kikofri -author: kxxvii -ssg: - - Jekyll -cms: - - No Cms -date: 2016-08-21T18:10:19.000Z -description: Kikofri, a Jekyll Theme, and a fork of Kiko. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-Less-Or-More.md b/content/theme/jekyll-Less-Or-More.md deleted file mode 100644 index 02b47fdeb..000000000 --- a/content/theme/jekyll-Less-Or-More.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Less Or More -github: https://github.com/luoyan35714/LessOrMore -demo: https://www.hifreud.com/ -author: Freud Kang -ssg: - - Jekyll -cms: - - No Cms -date: 2016-08-20T17:16:00.000Z -description: Jekyll theme. -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-Liberxue-theme.md b/content/theme/jekyll-Liberxue-theme.md deleted file mode 100644 index efcf6fbf8..000000000 --- a/content/theme/jekyll-Liberxue-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Liberxue Theme -github: https://github.com/Liberxue/liberxue.github.io -demo: https://liberxue.github.io/ -author: Liberxue Theme -ssg: - - Jekyll -cms: - - No Cms -date: 2017-08-02T04:58:02.000Z -description: >- - Liberxue blog for lightweight Jekyll themes 轻量级自适应 简洁 卡片式博客主题 3秒搞定GitHub - blog -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-MAD4Jekyll.md b/content/theme/jekyll-MAD4Jekyll.md deleted file mode 100644 index 70f21b723..000000000 --- a/content/theme/jekyll-MAD4Jekyll.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: MAD4Jekyll -github: https://github.com/madforjekyll/madforjekyll.github.io -demo: https://madforjekyll.github.io -author: MADness -ssg: - - Jekyll -cms: - - No Cms -date: 2015-11-28T23:40:15.000Z -description: MAD4Jekyll theme for Jekyll -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-Modern-Blog-V2-theme.md b/content/theme/jekyll-Modern-Blog-V2-theme.md deleted file mode 100644 index 298a1dae8..000000000 --- a/content/theme/jekyll-Modern-Blog-V2-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Modern Blog Version 2 -github: https://github.com/Open-SL/Jekyll-Modern-Blog -demo: https://open-sl.github.io/Jekyll-Modern-Blog/ -author: Nadun Indunil -ssg: - - Jekyll -cms: - - No Cms -date: 2017-03-12T15:47:54.000Z -description: Jekyll Modern Theme Alternative Version -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-Mono.md b/content/theme/jekyll-Mono.md deleted file mode 100644 index 094975e1b..000000000 --- a/content/theme/jekyll-Mono.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Jekyll-Mono -github: https://github.com/AkshayAgarwal007/Jekyll-Mono -demo: https://akshayagarwal007.github.io/Jekyll-Mono -author: Akshay Agarwal -ssg: - - Jekyll -cms: - - No Cms -date: 2016-05-20T19:44:40.000Z -description: >- - :red_circle: Jekyll-Mono :large_blue_circle: is a simple and elegant GitHub - Profile cum Blog theme -stale: true -disabled: true -disabled_reason: error checking demo url ---- \ No newline at end of file diff --git a/content/theme/jekyll-Renge.md b/content/theme/jekyll-Renge.md deleted file mode 100644 index 0f231135a..000000000 --- a/content/theme/jekyll-Renge.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Renge -github: https://github.com/billyfish152/Renge -demo: https://junchaowang.com -author: Junchao Wang -ssg: - - Jekyll -cms: - - No Cms -date: 2016-06-14T22:25:56.000Z -description: A Jekyll theme by Junchao -stale: true -disabled: true -disabled_reason: demo url not found ---- \ No newline at end of file diff --git a/content/theme/jekyll-TeXt-theme.md b/content/theme/jekyll-TeXt-theme.md deleted file mode 100644 index 6f30f31d0..000000000 --- a/content/theme/jekyll-TeXt-theme.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: TeXt -github: https://github.com/kitian616/jekyll-TeXt-theme -demo: https://tianqi.name/jekyll-TeXt-theme/ -author: Tian Qi -ssg: - - Jekyll -cms: - - No Cms -date: 2017-10-07T10:04:39.000Z -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-Type-on-Strap-theme.md b/content/theme/jekyll-Type-on-Strap-theme.md deleted file mode 100644 index bdfc1049f..000000000 --- a/content/theme/jekyll-Type-on-Strap-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Type on Strap -github: https://github.com/Sylhare/Type-on-Strap -demo: https://sylhare.github.io/Type-on-Strap/ -author: Sylhare -ssg: - - Jekyll -cms: - - No Cms -date: 2017-10-02T13:37:28.000Z -description: 🎨 Simplistic, responsive jekyll based open source theme -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-YAX-Coming-soon.md b/content/theme/jekyll-YAX-Coming-soon.md deleted file mode 100644 index 75c8252c9..000000000 --- a/content/theme/jekyll-YAX-Coming-soon.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: YAX-Coming-soon -github: https://github.com/yonojoy/YAX-Coming-soon-Jekyll-Template -demo: >- - https://www.behance.net/gallery/18421675/Free-Bootstrap-Psd-Coming-Soon-Template -author: yonojoy, M. Aghili, Ilya B. & others -ssg: - - Jekyll -cms: - - No Cms -date: 2015-11-16T11:42:40.000Z -description: Free HTML5 CSS3 Coming Soon Jekyll Template -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-academic.md b/content/theme/jekyll-academic.md deleted file mode 100644 index e81f7f7fd..000000000 --- a/content/theme/jekyll-academic.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: academic -github: https://github.com/LeNPaul/academic -demo: https://lenpaul.github.io/academic/ -author: Paul Le -ssg: - - Jekyll -cms: - - No Cms -date: 2021-06-01T00:00:00.000Z -description: A Jekyll theme for academia -stale: false ---- diff --git a/content/theme/jekyll-accent.md b/content/theme/jekyll-accent.md deleted file mode 100644 index 9efbe4fdf..000000000 --- a/content/theme/jekyll-accent.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: accent -github: https://github.com/ankitsultana/accent -demo: https://ankitsultana.com/accent -author: Ankit Sultana -ssg: - - Jekyll -cms: - - No Cms -date: 2016-02-09T18:08:07.000Z -description: A single accent, single column Jekyll Theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-adam-blog-theme.md b/content/theme/jekyll-adam-blog-theme.md deleted file mode 100644 index 1b4f45958..000000000 --- a/content/theme/jekyll-adam-blog-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Adam Blog -github: https://github.com/artemsheludko/adam-blog -demo: https://artemsheludko.github.io/adam-blog/ -author: Artem Sheludko -ssg: - - Jekyll -cms: - - No Cms -date: 2017-09-06T10:24:57.000Z -description: Adam Blog is a minimal clear theme for Jekyll -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-aliquam.md b/content/theme/jekyll-aliquam.md deleted file mode 100644 index fe36806a1..000000000 --- a/content/theme/jekyll-aliquam.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Aliquam -github: https://github.com/grrinchas/aliquam -demo: https://grrinchas.github.io/ -author: grrinchas -ssg: - - Jekyll -cms: - - No Cms -date: 2016-05-23T18:34:40.000Z -description: 'Jekyll theme ' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-architect.md b/content/theme/jekyll-architect.md deleted file mode 100644 index e1f1dbdb8..000000000 --- a/content/theme/jekyll-architect.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: architect -github: https://github.com/pietromenna/jekyll-architect-theme -demo: https://pietro.menna.net.br/jekyll-architect-theme/ -author: Jason Long, ported by Pietro Menna -ssg: - - Jekyll -cms: - - No Cms -date: 2014-04-06T18:05:02.000Z -description: >- - Open Source version of the GitHub Pages theme, now for Jekyll. Demo at - https://pietro.menna.net.br/jekyll-architect-theme/ -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-arctic-fox.md b/content/theme/jekyll-arctic-fox.md deleted file mode 100644 index 3e2c71058..000000000 --- a/content/theme/jekyll-arctic-fox.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Arctic Fox -github: https://github.com/diezcami/arctic-fox-theme/ -demo: https://diezcami.github.io/arctic-fox-theme -author: Camille Diez -ssg: - - Jekyll -cms: - - No Cms -date: 2015-05-27T12:30:56.000Z -description: ':snowboarder: An even more lightweight theme for Jekyll' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-artist-theme.md b/content/theme/jekyll-artist-theme.md deleted file mode 100644 index eb9e0782e..000000000 --- a/content/theme/jekyll-artist-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Artist Theme -github: https://github.com/ninapetrop/Artist-Theme -demo: https://ninapetrop.github.io/Artist-Theme/ -author: Nina Petropoulos -ssg: - - Jekyll -cms: - - No Cms -date: 2016-01-31T20:52:26.000Z -description: A free Jekyll theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-atlantic.md b/content/theme/jekyll-atlantic.md deleted file mode 100644 index 7c1deeca3..000000000 --- a/content/theme/jekyll-atlantic.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -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-atmos-plus.md b/content/theme/jekyll-atmos-plus.md deleted file mode 100644 index 2aafb5bf6..000000000 --- a/content/theme/jekyll-atmos-plus.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Atmos Plus -github: https://github.com/meliodus/meliodus.github.io -demo: https://meliodus.github.io/ -author: Ankan Biswas -ssg: - - Jekyll -cms: - - No Cms -date: 2015-11-08T15:21:45.000Z -description: Introvert Geek Diaries ~ Ankan Biswas on the internet -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-autm-rb.md b/content/theme/jekyll-autm-rb.md deleted file mode 100644 index 6f791f2cf..000000000 --- a/content/theme/jekyll-autm-rb.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: autm-rb -github: https://github.com/railsr/autm-rb -demo: https://kirqe.github.io/autm-rb/ -author: Kirill Beletskiy -ssg: - - Jekyll -cms: - - No Cms -date: 2014-10-10T15:37:02.000Z -description: Jekyll theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-aviator.md b/content/theme/jekyll-aviator.md deleted file mode 100644 index 6b5228e9d..000000000 --- a/content/theme/jekyll-aviator.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Aviator -github: https://github.com/CloudCannon/Aviator-Jekyll-Theme -demo: https://tangerine-lemon.cloudvent.net/ -author: CloudCannon (https://cloudcannon.com) -ssg: - - Jekyll -cms: - - No Cms -date: 2015-01-28T02:49:52.000Z -description: ':droplet: API Documentation template for Jekyll' -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-bajawa.md b/content/theme/jekyll-bajawa.md deleted file mode 100644 index 81bd458aa..000000000 --- a/content/theme/jekyll-bajawa.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Bajawa -github: https://github.com/kulacino/bajawa -demo: https://bajawa.ayuwelirang.com -author: Cynthia Ayu W (@kulacino) -date: 2021-06-25T00:00:00.000Z -ssg: - - Jekyll -cms: - - No CMS -css: - - 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 - -This theme is a lightweight and clean starter kit with a touch of pastel colors. - -## Features - -* Blog page pagination. -* Search blogposts using lunrjs. -* Using sass. -* Free to use and modified. diff --git a/content/theme/jekyll-balzac.md b/content/theme/jekyll-balzac.md deleted file mode 100644 index 31424898a..000000000 --- a/content/theme/jekyll-balzac.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Balzac -github: https://github.com/coletownsend/balzac-for-jekyll -demo: https://gtat.me/ -author: Cole Townsend -ssg: - - Jekyll -cms: - - No Cms -date: 2013-08-02T12:31:24.000Z -description: Your favorite AnchorCMS theme, now for Jekyll! -stale: true -disabled: false -disabled_reason: '' ---- \ No newline at end of file diff --git a/content/theme/jekyll-bay.md b/content/theme/jekyll-bay.md deleted file mode 100644 index 9c3f98951..000000000 --- a/content/theme/jekyll-bay.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Bay -github: https://github.com/eliottvincent/bay -demo: https://eliottvincent.github.io/bay/ -author: eliottvincent -date: 2020-07-19T14:33:30.000Z -ssg: - - Jekyll -cms: - - No Cms -archetype: - - Portfolio - - Blog -description: Bay is a simple theme for Jekyll. -stale: false ---- diff --git a/content/theme/jekyll-beNice17.md b/content/theme/jekyll-beNice17.md deleted file mode 100644 index 5097286a0..000000000 --- a/content/theme/jekyll-beNice17.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: beNice17 -github: https://github.com/vietanhdev/beNice17 -demo: https://www.vietanhdev.com/beNice17/ -author: Viet Anh Nguyen -ssg: - - Jekyll -cms: - - No Cms -date: 2016-12-30T13:15:34.000Z -description: A Jekyll theme for my personal website -stale: true -disabled: false -disabled_reason: '' ---- \ No newline at end of file diff --git a/content/theme/jekyll-beautiful-theme.md b/content/theme/jekyll-beautiful-theme.md deleted file mode 100644 index 487aac6f7..000000000 --- a/content/theme/jekyll-beautiful-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Beautiful Jekyll -github: https://github.com/daattali/beautiful-jekyll -demo: https://deanattali.com/beautiful-jekyll/ -author: Dean Attali -ssg: - - Jekyll -cms: - - No Cms -date: 2015-03-02T20:04:26.000Z -description: >- - :sparkles: Build a beautiful and simple website in literally minutes. Demo at - https://deanattali.com/beautiful-jekyll -stale: false ---- diff --git a/content/theme/jekyll-bef-theme.md b/content/theme/jekyll-bef-theme.md deleted file mode 100644 index af9ed7432..000000000 --- a/content/theme/jekyll-bef-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Bef -github: https://github.com/artemsheludko/bef -demo: https://artemsheludko.github.io/bef/ -author: Artem Sheludko -ssg: - - Jekyll -cms: - - No Cms -date: 2017-07-16T15:34:56.000Z -description: Bef is a responsive jekyll theme https://artemsheludko.github.io/bef/ -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-bheema.md b/content/theme/jekyll-bheema.md deleted file mode 100644 index 1a1640ce4..000000000 --- a/content/theme/jekyll-bheema.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Webjeda Bheema -github: https://github.com/sharu725/bheema -demo: https://webjeda.com/bheema -author: webjeda -ssg: - - Jekyll -cms: - - No Cms -date: 2016-12-08T18:01:48.000Z -description: A journal theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-bitwiser-material.md b/content/theme/jekyll-bitwiser-material.md deleted file mode 100644 index 2e2e89e55..000000000 --- a/content/theme/jekyll-bitwiser-material.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Bitwiser Material -github: https://github.com/brijeshb42/bitwiser-material -demo: https://bitwiser.in/bitwiser-material/ -author: Brijesh Bittu -ssg: - - Jekyll -cms: - - No Cms -date: 2015-07-11T20:55:48.000Z -description: jekyll material theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-blackdoc.md b/content/theme/jekyll-blackdoc.md deleted file mode 100644 index d5f67e843..000000000 --- a/content/theme/jekyll-blackdoc.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: BlackDoc -github: https://github.com/karloespiritu/BlackDoc -demo: https://karloespiritu.com/blackdoc -author: Karlo Espiritu -ssg: - - Jekyll -cms: - - No Cms -date: 2015-05-22T00:34:37.000Z -description: >- - A two-column Jekyll theme for websites that require a master-detail layout for - viewing of content -stale: true -disabled: true -disabled_reason: error checking demo url ---- \ No newline at end of file diff --git a/content/theme/jekyll-blade-theme.md b/content/theme/jekyll-blade-theme.md deleted file mode 100644 index 58fc6d673..000000000 --- a/content/theme/jekyll-blade-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Blade Theme -github: https://github.com/mateussmedeiros/blade-theme -demo: https://mateussmedeiros.github.io/blade-theme/ -author: Mateus Medeiros -ssg: - - Jekyll -cms: - - No Cms -date: 2017-01-25T22:59:55.000Z -description: A simple Jekyll blog theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-block-log.md b/content/theme/jekyll-block-log.md deleted file mode 100644 index 4ac0a70c6..000000000 --- a/content/theme/jekyll-block-log.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: block-log -github: https://github.com/anandubajith/block-log -demo: https://anandu.net/demo/block-log/ -author: Anandu B Ajith -ssg: - - Jekyll -cms: - - No Cms -date: 2014-05-16T05:57:19.000Z -description: block-log , A Jekyll theme -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-blueface.md b/content/theme/jekyll-blueface.md deleted file mode 100644 index 814a456ec..000000000 --- a/content/theme/jekyll-blueface.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: blueface -github: https://github.com/tnguyen/blueface -demo: https://thien.github.io/blueface/ -author: Thien Nguyen -ssg: - - Jekyll -cms: - - No Cms -date: 2016-03-23T10:49:06.000Z -description: A minimalist Jekyll theme. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-bohu-theme.md b/content/theme/jekyll-bohu-theme.md deleted file mode 100644 index 70c383209..000000000 --- a/content/theme/jekyll-bohu-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: BoHu -github: https://github.com/Clark-Zhao/bohu-jekyll-theme -demo: https://llawlight.github.io/bohu-jekyll-theme/ -author: Clark Zhao -ssg: - - Jekyll -cms: - - No Cms -date: 2016-04-24T03:44:01.000Z -description: My first JEKYLL-THEME -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-book.md b/content/theme/jekyll-book.md deleted file mode 100644 index 0d5178b79..000000000 --- a/content/theme/jekyll-book.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Book -github: https://github.com/kkninjae/book/ -demo: https://liulang.co/book/ -author: Lang Liu -ssg: - - Jekyll -cms: - - No Cms -date: 2015-08-27T20:29:15.000Z -description: A Jekyll Theme -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-brume.md b/content/theme/jekyll-brume.md deleted file mode 100644 index 214f167f8..000000000 --- a/content/theme/jekyll-brume.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: brume -github: https://github.com/aigarsdz/brume -demo: https://aigarsdz.github.io/brume/ -author: Aigars Dzerviniks -ssg: - - Jekyll -cms: - - No Cms -date: 2013-09-22T10:23:03.000Z -description: A simple Jekyll blog theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-bulma-theme.md b/content/theme/jekyll-bulma-theme.md deleted file mode 100644 index eace7deea..000000000 --- a/content/theme/jekyll-bulma-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Jekyll Bulma -github: https://github.com/erayaydin/jekyll-bulma -demo: https://erayaydin.github.io/jekyll-bulma/ -author: Eray Aydın -ssg: - - Jekyll -cms: - - No Cms -css: - - Bulma -date: 2017-02-02T09:36:52.000Z -description: Jekyll Bulma Theme | Bulma.io Jekyll Template for Developers -stale: true ---- diff --git a/content/theme/jekyll-butane.md b/content/theme/jekyll-butane.md deleted file mode 100644 index 4f207579c..000000000 --- a/content/theme/jekyll-butane.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Butane -github: https://github.com/alexcarpenter/butane-jekyll-theme -demo: https://alexcarpenter.github.io/butane-jekyll-theme/ -author: alexcarpenter -ssg: - - Jekyll -cms: - - No Cms -date: 2015-11-29T18:29:17.000Z -description: Butane Jekyll Theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-cards-theme.md b/content/theme/jekyll-cards-theme.md deleted file mode 100644 index 965056086..000000000 --- a/content/theme/jekyll-cards-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Cards -github: https://github.com/willianjusten/cards-jekyll-template -demo: https://willianjusten.github.io/cards-jekyll-template/ -author: Willian Justen -ssg: - - Jekyll -cms: - - No Cms -date: 2016-05-09T00:02:43.000Z -description: A simple Jekyll Template Card Based. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-carte-noire.md b/content/theme/jekyll-carte-noire.md deleted file mode 100644 index ceb1195dd..000000000 --- a/content/theme/jekyll-carte-noire.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Carte Noire -github: https://github.com/jacobtomlinson/carte-noire -demo: https://carte-noire.jacobtomlinson.co.uk/ -author: Jacob Tomlinson -ssg: - - Jekyll -cms: - - No Cms -date: 2015-03-20T22:12:17.000Z -description: A simple jekyll theme for blogging -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-carte.md b/content/theme/jekyll-carte.md deleted file mode 100644 index 9efd0ab83..000000000 --- a/content/theme/jekyll-carte.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Carte -github: https://github.com/Wiredcraft/carte -demo: https://wiredcraft.github.io/carte/ -author: Wiredcraft -ssg: - - Jekyll -cms: - - No Cms -date: 2012-12-26T11:06:28.000Z -description: Simple Jekyll-based documentation site for APIs. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-cause.md b/content/theme/jekyll-cause.md deleted file mode 100644 index 1c1b31f2e..000000000 --- a/content/theme/jekyll-cause.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Cause -github: https://github.com/CloudCannon/cause-jekyll-template -demo: https://clean-oryx.cloudvent.net/ -author: CloudCannon -ssg: - - Jekyll -cms: - - No Cms -date: 2016-11-16T01:59:02.000Z -description: ':tulip: Not for profit template for Jekyll' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-cayman-blog.md b/content/theme/jekyll-cayman-blog.md deleted file mode 100644 index c92e86005..000000000 --- a/content/theme/jekyll-cayman-blog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Cayman Blog -github: https://github.com/adueck/cayman-blog -demo: https://adueck.github.io/cayman-blog/ -author: Adam Dueck -ssg: - - Jekyll -cms: - - No Cms -date: 2016-01-27T21:10:18.000Z -description: >- - A Jekyll blog template made for simple, readable snippets of your brain - drippings. -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-cayman-theme.md b/content/theme/jekyll-cayman-theme.md deleted file mode 100644 index 01e2bd3a7..000000000 --- a/content/theme/jekyll-cayman-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Cayman Theme -github: https://github.com/pietromenna/jekyll-cayman-theme -demo: https://jasonlong.github.io/cayman-theme/ -author: Pietro Menna (@pietromenna) -ssg: - - Jekyll -cms: - - No Cms -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: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-cc-urban.md b/content/theme/jekyll-cc-urban.md deleted file mode 100644 index 5a2a57560..000000000 --- a/content/theme/jekyll-cc-urban.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: CC Urban -github: https://github.com/CloudCannon/urban-jekyll-template -demo: https://teal-worm.cloudvent.net/ -author: CloudCannon -ssg: - - Jekyll -cms: - - No Cms -date: 2016-11-10T03:08:36.000Z -description: ':cloud: Agency template for Jekyll' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-chalk.md b/content/theme/jekyll-chalk.md deleted file mode 100644 index 2977260f2..000000000 --- a/content/theme/jekyll-chalk.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Chalk -github: https://github.com/nielsenramon/chalk -demo: https://chalk.nielsenramon.com -author: Nielsen Ramon -ssg: - - Jekyll -cms: - - No Cms -date: 2016-07-26T20:59:57.000Z -description: >- - Chalk is a high quality, completely customizable, performant and 100% free - Jekyll blog theme. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-clean-dark.md b/content/theme/jekyll-clean-dark.md deleted file mode 100644 index cf7aff259..000000000 --- a/content/theme/jekyll-clean-dark.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Jekyll Clean Dark -github: https://github.com/streetturtle/jekyll-clean-dark -demo: https://pavelmakhov.com/jekyll-clean-dark/ -author: Pavel Makhov -ssg: - - Jekyll -cms: - - No Cms -date: 2015-06-29T22:56:56.000Z -description: Dark clean theme for jekyll -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-clean-theme.md b/content/theme/jekyll-clean-theme.md deleted file mode 100644 index 4573d397d..000000000 --- a/content/theme/jekyll-clean-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Jekyll Clean -github: https://github.com/scotte/jekyll-clean -demo: https://scotte.github.io/jekyll-clean -author: Scott Emmons -ssg: - - Jekyll -cms: - - No Cms -date: 2014-08-22T22:48:36.000Z -description: 'A simple and clean Jekyll theme that''s easy to modify. See it here:' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-clean.md b/content/theme/jekyll-clean.md deleted file mode 100644 index e0a570c58..000000000 --- a/content/theme/jekyll-clean.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Clean -github: https://github.com/knaman2609/clean -demo: https://knaman2609.github.io/clean/ -author: knaman2609 -ssg: - - Jekyll -cms: - - No 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-clyell-theme.md b/content/theme/jekyll-clyell-theme.md deleted file mode 100644 index 7cc76e11f..000000000 --- a/content/theme/jekyll-clyell-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Clyell -github: https://github.com/gildasio/clyell -demo: https://gildasio.github.io/clyell/ -author: gildasio -ssg: - - Jekyll -cms: - - No Cms -date: 2017-06-16T03:14:11.000Z -description: My site jekyll theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-codinfox-lanyon.md b/content/theme/jekyll-codinfox-lanyon.md deleted file mode 100644 index f169e962a..000000000 --- a/content/theme/jekyll-codinfox-lanyon.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Codinfox Lanyon -github: https://github.com/codinfox/codinfox-lanyon -demo: https://codinfox.github.io/ -author: codinfox -ssg: - - Jekyll -cms: - - No 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 deleted file mode 100644 index 749f78ff5..000000000 --- a/content/theme/jekyll-compass.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Compass -github: https://github.com/excentris/compass -demo: https://excentris.github.io/compass/ -author: Eduardo Rubio -ssg: - - Jekyll -cms: - - No 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-console.md b/content/theme/jekyll-console.md deleted file mode 100644 index a5e1079af..000000000 --- a/content/theme/jekyll-console.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Console -github: https://github.com/jaehee0113/console -demo: https://jaehee0113.github.io/console -author: Jae Hee Lee -ssg: - - Jekyll -cms: - - No Cms -date: 2017-01-25T06:26:30.000Z -description: simple yet powerful theme that will make your website look stylish -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-contrast.md b/content/theme/jekyll-contrast.md deleted file mode 100644 index a067b0f96..000000000 --- a/content/theme/jekyll-contrast.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Jekyll Contrast -github: https://github.com/niklasbuschmann/contrast -demo: https://niklasbuschmann.github.io/contrast/ -author: Niklas Buschmann -ssg: - - Jekyll -cms: - - No Cms -date: 2018-01-19T01:23:22.000Z -description: Jekyll Theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-cookie.md b/content/theme/jekyll-cookie.md deleted file mode 100644 index f3f668edb..000000000 --- a/content/theme/jekyll-cookie.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: Cookie -github: https://github.com/abhinavs/cookie -demo: https://cookie-demo.netlify.app/ -author: Abhinav Saxena -ssg: - - Jekyll -cms: - - No Cms -archetype: - - Ecommerce - - Business - - Blog -css: - - Tailwind -date: 2021-03-04T00:00:00.000Z -github_branch: master -description: >- - Cookie is a fast and one-click deployable landing website that comes with a - blog, additional pages and Soopr integration - makes creating and launching - websites a cakewalk. -stale: false ---- -# Cookie - a fast and easy to deploy landing website for your next project. - -Cookie is a Jekyll and Tailwind CSS based static website that makes the whole process of creating and launching landing websites extremely easy. - -## Features -* Well-designed landing page -* Responsive and mobile friendly -* Additional pages like about us, terms of service & privacy policy -* Integrated blog, write content in markdown format -* Easy to customize using Tailwind CSS -* Fast and performant website -* SEO optimized (uses [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag)) -* RSS feed (uses [Jekyll Feed](https://github.com/jekyll/jekyll-feed)) -* Easy to deploy, one-click deploy on [Netlify](https://www.netlify.com) possible -* [Soopr](https://wwww.soopr.co) integrated - easy to customize share & like buttons, URL shortning and website analytics - -
-
-[![Deploy with Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/abhinavs/cookie) diff --git a/content/theme/jekyll-cool-concise-high-end.md b/content/theme/jekyll-cool-concise-high-end.md deleted file mode 100644 index deff02470..000000000 --- a/content/theme/jekyll-cool-concise-high-end.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Cool Concise High-end -github: https://github.com/Gaohaoyang/gaohaoyang.github.io -demo: https://gaohaoyang.github.io/ -author: Gaohaoyang -ssg: - - Jekyll -cms: - - No Cms -date: 2015-02-10T06:24:40.000Z -description: blog & blog theme🤘 -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-creative-theme-new.md b/content/theme/jekyll-creative-theme-new.md deleted file mode 100644 index c6dcecb69..000000000 --- a/content/theme/jekyll-creative-theme-new.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Creative Theme - New -github: https://github.com/vvalchev/creative-theme-jekyll-new -demo: https://vvalchev.github.io/creative-theme-jekyll-new/ -author: Start Bootstrap, Valentin Valchev -date: 2020-03-03T00:00:00.000Z -ssg: - - Jekyll -cms: - - No Cms -css: - - Bootstrap -archetype: - - Blog - - Portfolio -description: A Jekyll theme based on Creative Theme v5.1.8 and Bootstrap v4.3.1 -stale: true ---- - -# Description - -Creative is a one page Bootstrap theme for creatives, small businesses, and -other multipurpose use. A modern, flat design style works in unison with rich -features and plugins making this theme a great boilerplate for your next -Bootstrap based project! - -## Features - -* A modern, flat design layout -* UX friendly navigation with an on scroll style change -* Bootstrap v4.3.1 -* No HTML markup - you can make the entire site in pure markdown -* Responsive, full page header featuring a background image with overlay and vertically centered content -* Fully functional portfolio image grid with hover captions and a working lightbox gallery -* A nice looking members/crew list -* Build nice timelines. Stress on important milestones with images. diff --git a/content/theme/jekyll-creative-theme.md b/content/theme/jekyll-creative-theme.md deleted file mode 100644 index e130340f0..000000000 --- a/content/theme/jekyll-creative-theme.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: creative theme -github: https://github.com/volny/creative-theme-jekyll -demo: https://volny.github.io/creative-theme-jekyll -author: start bootstrap, felix volny -ssg: - - Jekyll -cms: - - No Cms -date: 2015-09-13T04:48:49.000Z -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-cv.md b/content/theme/jekyll-cv.md deleted file mode 100644 index 328f502a9..000000000 --- a/content/theme/jekyll-cv.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -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 deleted file mode 100644 index bf17550d1..000000000 --- a/content/theme/jekyll-cvless.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -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-dactl-theme.md b/content/theme/jekyll-dactl-theme.md deleted file mode 100644 index 817bfeedf..000000000 --- a/content/theme/jekyll-dactl-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: dactl -github: https://github.com/melangue/dactl -demo: https://melangue.github.io/dactl/ -author: Marcin C -ssg: - - Jekyll -cms: - - No Cms -date: 2017-04-30T17:52:23.000Z -description: Modern, fast and configurable Jekyll theme with some tricks up it's sleeve. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-daktilo.md b/content/theme/jekyll-daktilo.md deleted file mode 100644 index 78237db2e..000000000 --- a/content/theme/jekyll-daktilo.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Daktilo -github: https://github.com/kronik3r/daktilo -demo: https://daktilo.github.io/ -author: Motaquillah Maddane -ssg: - - Jekyll -cms: - - No Cms -date: 2015-09-08T04:32:39.000Z -description: A Jekyll theme with a minimal design inspired by typewriters. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-darcli.md b/content/theme/jekyll-darcli.md deleted file mode 100644 index d2fc4327f..000000000 --- a/content/theme/jekyll-darcli.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Darcli -github: https://github.com/gjuniioor/darcli -demo: https://gjuniioor.github.io/darcli/ -author: Gildásio Júnior aka gjuniioor -ssg: - - Jekyll -cms: - - No Cms -date: 2016-05-02T19:32:17.000Z -description: A dark + cli jekyll theme -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-dasper.md b/content/theme/jekyll-dasper.md deleted file mode 100644 index dee4247ad..000000000 --- a/content/theme/jekyll-dasper.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Dasper -github: https://github.com/ozgrozer/dasper -demo: https://ozgrozer.github.io/dasper/ -author: ozgrozer -ssg: - - Jekyll -cms: - - No Cms -date: 2016-05-15T14:47:40.000Z -description: A Jekyll theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-dbyll.md b/content/theme/jekyll-dbyll.md deleted file mode 100644 index 7267c935a..000000000 --- a/content/theme/jekyll-dbyll.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Dbyll -github: https://github.com/dbtek/dbyll -demo: https://dbtek.github.io/dbyll/ -author: Ismail Demirbilek -ssg: - - Jekyll -cms: - - No Cms -date: 2013-11-14T15:01:59.000Z -description: Stylish, minimalistic theme for jekyll. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-dekyll.md b/content/theme/jekyll-dekyll.md deleted file mode 100644 index 8168d191d..000000000 --- a/content/theme/jekyll-dekyll.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Dekyll -github: https://github.com/kuntoaji/dekyll -demo: https://www.kaklabs.com -author: Kunto Aji Kristianto -ssg: - - Jekyll -cms: - - No Cms -date: 2016-02-21T14:29:19.000Z -description: Jekyll's Minima theme extended version -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-devaid.md b/content/theme/jekyll-devaid.md deleted file mode 100644 index eb9979011..000000000 --- a/content/theme/jekyll-devaid.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: devAid -github: https://github.com/kevit/devaid-jekyll-theme -demo: https://themes.3rdwavemedia.com/demo/devaid/ -author: Xiaoying Riley -ssg: - - Jekyll -cms: - - No Cms -date: 2015-04-16T15:01:33.000Z -description: DevAid theme for Jekyll -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-devjournal.md b/content/theme/jekyll-devjournal.md deleted file mode 100644 index d1112b07e..000000000 --- a/content/theme/jekyll-devjournal.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: DevJournal -github: https://github.com/hemangsk/DevJournal -demo: https://hemangsk.github.io/DevJournal -author: Hemang Kumar -ssg: - - Jekyll -cms: - - No Cms -date: 2016-05-13T08:22:12.000Z -description: 'Jekyll theme for developers! :computer:' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-doc-theme.md b/content/theme/jekyll-doc-theme.md deleted file mode 100644 index 9a1ef85f1..000000000 --- a/content/theme/jekyll-doc-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Jekyll Doc Theme -github: https://github.com/aksakalli/jekyll-doc-theme -demo: https://aksakalli.github.io/jekyll-doc-theme -author: Can Güney Aksakalli -ssg: - - Jekyll -cms: - - No Cms -date: 2017-05-03T17:48:59.000Z -description: Jekyll theme for creating project documentation websites -stale: false ---- diff --git a/content/theme/jekyll-documentation-theme-.md b/content/theme/jekyll-documentation-theme-.md deleted file mode 100644 index dd4feb81f..000000000 --- a/content/theme/jekyll-documentation-theme-.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Documentation Theme for Jekyll -github: https://github.com/tomjohnson1492/documentation-theme-jekyll -demo: https://idratherbewriting.com/documentation-theme-jekyll/ -author: tomjohnson1492 -ssg: - - Jekyll -cms: - - No Cms -date: 2015-02-13T22:56:26.000Z -description: >- - A Jekyll-based theme designed for documentation and help systems. See the link - for detailed instructions on setting up and configuring everything. -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-dopetrope.md b/content/theme/jekyll-dopetrope.md deleted file mode 100644 index e2988a3e5..000000000 --- a/content/theme/jekyll-dopetrope.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Dopetrope -github: https://github.com/CloudCannon/DopeTrope-Jekyll-Theme -demo: https://html5up.net/dopetrope -author: HTML5 UP (html5up.net), @n33co -ssg: - - Jekyll -cms: - - No Cms -date: 2015-01-07T23:00:38.000Z -description: DopeTrope Jekyll Theme -stale: true -disabled: true -disabled_reason: error checking demo url ---- \ No newline at end of file diff --git a/content/theme/jekyll-dotx.md b/content/theme/jekyll-dotx.md deleted file mode 100644 index 7b8f6b515..000000000 --- a/content/theme/jekyll-dotx.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: dotX -github: https://github.com/nandomoreirame/dotX -demo: https://nandomoreirame.github.io/dotX/ -author: nandomoreira.me -ssg: - - Jekyll -cms: - - No Cms -date: 2015-12-20T16:11:01.000Z -description: 💎 Simple & Beautiful Jekyll theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-drjekyll-bootstrap.md b/content/theme/jekyll-drjekyll-bootstrap.md deleted file mode 100644 index dc8e6982e..000000000 --- a/content/theme/jekyll-drjekyll-bootstrap.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Dr Jekyll's Bootstrap -github: https://github.com/henrythemes/jekyll-bootstrap-theme -demo: https://henrythemes.github.io/jekyll-bootstrap-theme/ -author: Gerald Bauer -ssg: - - Jekyll -cms: - - No Cms -date: 2015-01-30T17:48:11.000Z -description: jekyll starter theme w/ bootstrap (sass version) -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-drjekyll-classics-book.md b/content/theme/jekyll-drjekyll-classics-book.md deleted file mode 100644 index eec8ac4d9..000000000 --- a/content/theme/jekyll-drjekyll-classics-book.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Dr Jekyll's Classics Book -github: https://github.com/henrythemes/jekyll-book-theme -demo: https://henrythemes.github.io/jekyll-book-theme/ -author: Gerald Bauer -ssg: - - Jekyll -cms: - - No Cms -date: 2015-07-16T17:50:43.000Z -description: >- - jekyll starter theme for classic books (ex. Strange Case of Dr. Jekyll and Mr. - Hyde by Robert Louis Stevenson) -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-drjekyll-minimal.md b/content/theme/jekyll-drjekyll-minimal.md deleted file mode 100644 index dbe0c65a5..000000000 --- a/content/theme/jekyll-drjekyll-minimal.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Dr Jekyll's Minimal -github: https://github.com/henrythemes/jekyll-minimal-theme -demo: https://henrythemes.github.io/jekyll-minimal-theme/ -author: Gerald Bauer -ssg: - - Jekyll -cms: - - No Cms -date: 2015-02-01T09:36:30.000Z -description: jekyll minimal theme (for blog posts with archive and feed) -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-dumbarton.md b/content/theme/jekyll-dumbarton.md deleted file mode 100644 index e963402e5..000000000 --- a/content/theme/jekyll-dumbarton.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Dumbarton -github: https://github.com/tcbutler320/Jekyll-Theme-Dumbarton -demo: https://dumbarton.netlify.app/index.html -author: Tyler Butler -ssg: - - Jekyll -cms: - - No Cms -css: - - Bootstrap -archetype: - - Blog - - Portfolio -date: 2020-10-30T00:00:00.000Z -description: A Jekyll theme designed for academics, powered by Bootstrap -stale: true ---- - -# About - -Dumbarton is a jekyll theme designed for academics. It provides enough content to fully represent a full body of work but still retains a minimalistic feel. The theme features a central homepage with easy access to publications, projects, courses, and projects in a single interactive card. - -- Features - - Home Highlights Section - - Publications with Jekyll-Scholar - - Blog Page with widebar widgets - - Contact Form diff --git a/content/theme/jekyll-easy-pure-blog.md b/content/theme/jekyll-easy-pure-blog.md deleted file mode 100644 index 85c126820..000000000 --- a/content/theme/jekyll-easy-pure-blog.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: 简单博客 -github: https://github.com/liungkejin/liungkejin.github.io -demo: https://liungkejin.github.io/ -author: Kejin -ssg: - - Jekyll -cms: - - No Cms -date: 2016-01-29T18:18:02.000Z -description: 我的个人博客 -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-easybook.md b/content/theme/jekyll-easybook.md deleted file mode 100644 index 1d424d2cf..000000000 --- a/content/theme/jekyll-easybook.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: EasyBook -github: https://github.com/laobubu/jekyll-theme-EasyBook -demo: https://blog.laobubu.net/ -author: laobubu -ssg: - - Jekyll -cms: - - No 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 deleted file mode 100644 index f7e6fafad..000000000 --- a/content/theme/jekyll-ed.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Ed -github: https://github.com/elotroalex/ed -demo: https://elotroalex.github.io/ed/ -author: Alex Gil -ssg: - - Jekyll -cms: - - No 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 deleted file mode 100644 index b1ed30e6b..000000000 --- a/content/theme/jekyll-edition.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Edition -github: https://github.com/CloudCannon/edition-jekyll-template -demo: https://long-pig.cloudvent.net/ -author: CloudCannon -ssg: - - Jekyll -cms: - - No Cms -date: 2016-07-14T03:38:28.000Z -description: ':books: Product documentation template for Jekyll' -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-emerald.md b/content/theme/jekyll-emerald.md deleted file mode 100644 index 56b94d727..000000000 --- a/content/theme/jekyll-emerald.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Emerald -github: https://github.com/KingFelix/emerald -demo: https://www.jacoporabolini.com/emerald/ -author: Jacopo Rabolini -ssg: - - Jekyll -cms: - - No Cms -date: 2015-03-17T10:26:55.000Z -description: A minimal and mobile-first blog theme for Jekyll -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-emping.md b/content/theme/jekyll-emping.md deleted file mode 100644 index 64ba56bd7..000000000 --- a/content/theme/jekyll-emping.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Emping Theme -github: https://github.com/rmsubekti/emping -demo: https://rmsubekti.github.io/emping/ -author: rmsubekti -ssg: - - Jekyll -cms: - - No Cms -date: 2016-10-21T16:56:20.000Z -description: Jekyll theme using Amp -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-enjoyment-work.md b/content/theme/jekyll-enjoyment-work.md deleted file mode 100644 index 51d197f1c..000000000 --- a/content/theme/jekyll-enjoyment-work.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: Enjoyment Work -github: https://github.com/brennanbrown/enjoyment-work -demo: https://enjoyment-work.netlify.app -author: brennanbrown -date: 2021-05-04T00:00:00.000Z -ssg: - - Jekyll -css: - - Bootstrap -cms: - - No CMS -archetype: - - Blog -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. -stale: false ---- - -## Enjoyment Work theme for Jekyll - -**Enjoyment Work** is an academic / research-focused theme that provides extensive features for note-taking and personal growth. It is based off of the [Digital Garden](https://github.com/MaggieAppleton/digital-gardeners) philosophy, which you can read more about on the [**demo site**](https://enjoyment-work.netlify.app) - -The next step for Enjoyment Work is to properly configure the syntax required to work with [**Obsidian**](https://obsidian.md/), a powerful knowledge base that works on top of a local folder of plain text Markdown files. Which would ultimately allow somebody to turn their Obsidian notes into an online blog by simply using the `_notes` directory. - -## Features -Here are a few interesting features of this Jekyll theme: - -- A fully customizable and empty `_BLANK_config.yml` to make getting up-and-running easy. -- A speedy, on-site search function using [Simply Jekyll Search](https://github.com/christian-fei/Simple-Jekyll-Search). -- Custom collections for different types of material (note-taking, journal writing, etc.) -- An auto-generating `/archive` page that displays all entries from _all_ collections. -- Auto-generating `/tags` and `/categories` pages. -- Breadcrumbs for improved navigation and SEO. -- Having a `_pages` collection for easier organization. -- An author bio at the end of each post. (Located in `_inclues/author.html`) -- Full Rouge support for [syntax highlighting](https://spsarolkar.github.io/rouge-theme-preview/). (Currently using `base16.dark`) -- Auto-generated RSS feed, sitemap, accessibility features, and search-engine optimization. -- Creates backlinks to other notes automatically -- Context menu on feed to instantly see related posts and backlinks -- Supports Roam-style double bracket link syntax to other notes -- On hover page previews -- Features a simple and responsive design -- Supports Markdown or HTML notes - diff --git a/content/theme/jekyll-event-theme.md b/content/theme/jekyll-event-theme.md deleted file mode 100644 index 11846c253..000000000 --- a/content/theme/jekyll-event-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Event -github: https://github.com/melvinchng/event-jekyll-theme -demo: https://event-jekyll-theme.github.io/ -author: Melvin Ch'ng -ssg: - - Jekyll -cms: - - No Cms -date: 2017-08-09T05:56:36.000Z -description: Jekyll Theme package for your event -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-evento.md b/content/theme/jekyll-evento.md deleted file mode 100644 index 6fe1f1c50..000000000 --- a/content/theme/jekyll-evento.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Evento -github: https://github.com/boyney123/evento -demo: https://evento.davidboyne.co.uk/ -author: David Boyne -ssg: - - Jekyll -cms: - - No Cms -date: 2016-01-30T15:51:32.000Z -description: >- - A free to use open source Jekyll project. Allows people to create - internal/external events, showing times and information for anybody that wants - to attend. -stale: true -disabled_reason: demo url not found -disabled: true ---- diff --git a/content/theme/jekyll-exemplar.md b/content/theme/jekyll-exemplar.md deleted file mode 100644 index 930da911a..000000000 --- a/content/theme/jekyll-exemplar.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Exemplar -github: https://github.com/tybenz/exemplar -demo: https://tybenz.github.io/exemplar/ -author: Tyler Benziger -ssg: - - Jekyll -cms: - - No Cms -date: 2013-02-20T21:38:22.000Z -description: Jekyll site template -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-ezora.md b/content/theme/jekyll-ezora.md deleted file mode 100644 index 154141078..000000000 --- a/content/theme/jekyll-ezora.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Ezora -github: https://github.com/ezrasavard/ezora-jekyll-theme -demo: https://ezrasavard.com/ -author: Ezra Savard -ssg: - - Jekyll -cms: - - No Cms -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: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-feature-blog.md b/content/theme/jekyll-feature-blog.md deleted file mode 100644 index 74b483dff..000000000 --- a/content/theme/jekyll-feature-blog.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Feature Blog -github: https://github.com/lavkumarv/feature-blog-jekyll -demo: https://lavkumarv.github.io/ -author: Lav Kumar Vishwakarma -ssg: - - Jekyll -cms: - - No Cms -date: 2017-01-05T19:19:50.000Z -description: 'Feature Blog is a minimalist, beautiful, responsive theme for Jekyll. Demo: ' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-flex.md b/content/theme/jekyll-flex.md deleted file mode 100644 index 185173e8d..000000000 --- a/content/theme/jekyll-flex.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Flex -github: https://github.com/the-development/flex -demo: https://the-development.github.io/flex/ -author: Jeff Martin -ssg: - - Jekyll -cms: - - No Cms -date: 2013-12-09T19:01:22.000Z -description: A responsive, flexible, Jekyll theme based on The Development's first design. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-fresh-theme.md b/content/theme/jekyll-fresh-theme.md deleted file mode 100644 index cc9f1654b..000000000 --- a/content/theme/jekyll-fresh-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Fresh -github: https://github.com/artemsheludko/fresh -demo: https://artemsheludko.com/fresh/ -author: Artem Sheludko -ssg: - - Jekyll -cms: - - No Cms -date: 2017-04-03T13:25:22.000Z -description: Fresh is a free blog template for Jekyll -stale: true -disabled: true -disabled_reason: error checking demo url ---- \ No newline at end of file diff --git a/content/theme/jekyll-freshman21.md b/content/theme/jekyll-freshman21.md deleted file mode 100644 index d6acb7c20..000000000 --- a/content/theme/jekyll-freshman21.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Freshman21 -github: https://github.com/yulijia/freshman21 -demo: https://yulijia.net/freshman21/ -author: Lijia Yu -ssg: - - Jekyll -cms: - - No Cms -date: 2014-12-13T08:04:22.000Z -description: 'Welcome to use Jekyll theme Freshman21. ' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-friday-theme.md b/content/theme/jekyll-friday-theme.md deleted file mode 100644 index 9aa96e9e9..000000000 --- a/content/theme/jekyll-friday-theme.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: Friday Theme -github: https://github.com/sfreytag/friday-theme -demo: >- - https://sfreytag.github.io/friday-theme/2017/10/19/friday-theme-multiple-images.html -author: Simon Freytag -date: 2020-03-02T00:00:00.000Z -ssg: - - Jekyll -cms: - - No Cms -css: - - Bootstrap -archetype: - - Blog - - Portfolio - - Documentation -description: A Bootstrap 4 portfolio and blog theme for Jekyll. -stale: true ---- - -# About - -Friday Theme is a theme for Jekyll using Bootstrap 4.4. It is designed to build a great personal web site with a portfolio, blog and project documentation. It is compatible with GitHub Pages. It supports all the Bootstrap components, it has blogs with tags, it has syntax highlighting and it has SVG icons. It is customisable with SCSS by simply changing the default Boostrap variables. - -## Features - -- Installation - - Designed for Jekyll 3.8 - - Compatible with GitHub Pages -- Configuration - - Useful data files to quickly generate the profile sidebar and site navigation - - Easy to configure, minimal options, sensible defaults -- Styling - - Styled with Bootstrap, proven to work cross-platform - - Minimal additional SCSS to get in the way - - Entirely customisable by tweaking the Boostrap SCSS variables -- Layout - - 2 column layout - - Context-sensitive sidebars for blogs, documentation pages and normal content - - Narrow/wide page options - - Responsive layout built in - - Lots of helpful includes and components to build out your site -- JavaScript and Components - - jQuery and Bootstrap JS included - - Use all the Bootstrap components -- Other goodies - - Entypo SVG icons included - - Syntax highlighting for code fragments using Rougify for over 100 different languages -- Blog - - A collection layout to build a blog with full support for tagging - - Interactive tag filtering for the blog -- Projects - - A layout to list your projects, with a documentation-like layout for each project - - Table of contents generation for documentation pages -- Permalinks - - Permalinks using baseurl throughout for deployment under a subdir or on GitHub pages - - Permalinks using .html throughout for deployment to environments not using default directory indexes \ No newline at end of file diff --git a/content/theme/jekyll-frisco.md b/content/theme/jekyll-frisco.md deleted file mode 100644 index 32fa55e83..000000000 --- a/content/theme/jekyll-frisco.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Frisco -github: https://github.com/CloudCannon/frisco-jekyll-template -demo: https://brave-submarine.cloudvent.net/ -author: CloudCannon -ssg: - - Jekyll -cms: - - No Cms -date: 2016-11-01T04:12:15.000Z -description: ':iphone: App marketing template for Jekyll' -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-front-cover.md b/content/theme/jekyll-front-cover.md deleted file mode 100644 index 8785cdf83..000000000 --- a/content/theme/jekyll-front-cover.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: front-cover -github: https://github.com/dashingcode/front-cover -demo: https://dashingcode.github.io/front-cover/ -author: DashingCode -ssg: - - Jekyll -cms: - - No Cms -date: 2016-02-21T11:07:54.000Z -description: Front Cover jekyll theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-fullit-theme.md b/content/theme/jekyll-fullit-theme.md deleted file mode 100644 index bc5ff6967..000000000 --- a/content/theme/jekyll-fullit-theme.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: FullIt theme -github: https://github.com/fullit/fullit.github.io -demo: https://fullit.github.io -author: Antonio Trento -ssg: - - Jekyll -cms: - - No Cms -date: 2017-03-23T11:59:12.000Z -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-galileo.md b/content/theme/jekyll-galileo.md deleted file mode 100644 index c0933f6e5..000000000 --- a/content/theme/jekyll-galileo.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Galileo -github: https://github.com/rowanoulton/galileo-theme -demo: https://travelog.io -author: rowanoulton -ssg: - - Jekyll -cms: - - No Cms -date: 2015-11-15T11:56:59.000Z -description: Another damn theme for Jekyll -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 deleted file mode 100644 index 1cc357d06..000000000 --- a/content/theme/jekyll-garden.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -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 deleted file mode 100644 index 64802e990..000000000 --- a/content/theme/jekyll-gatok.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Webjeda Gatok -github: https://github.com/sharu725/gatok -demo: https://webjeda.com/gatok -author: webjeda -ssg: - - Jekyll -cms: - - No Cms -date: 2016-07-15T17:24:18.000Z -description: A minimal responsive jekyll theme -Webjeda Gatok -stale: false -disabled: true -disabled_reason: demo url not found ---- \ No newline at end of file diff --git a/content/theme/jekyll-git-wiki-for-documentation-theme.md b/content/theme/jekyll-git-wiki-for-documentation-theme.md deleted file mode 100644 index 747551ef0..000000000 --- a/content/theme/jekyll-git-wiki-for-documentation-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Git-Wiki -github: https://github.com/drassil/git-wiki -demo: https://drassil.github.io/git-wiki -author: Drassil Laboratory -ssg: - - Jekyll -cms: - - No Cms -date: 2017-04-13T18:08:39.000Z -description: >- - A revolutionary full-featured wiki for github pages and jekyll. You don't need - to compile it! -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-glas.md b/content/theme/jekyll-glas.md deleted file mode 100644 index 86694468a..000000000 --- a/content/theme/jekyll-glas.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Glas -github: https://github.com/SpaceG/glas -demo: https://lucasgatsas.ch -author: Lucas Gatsas -ssg: - - Jekyll -cms: - - No Cms -date: 2015-03-01T23:39:41.000Z -description: ':mortar_board: Glas - Ruby on Rails - Jekyll ' -stale: true -disabled: true -disabled_reason: error checking demo url ---- \ No newline at end of file diff --git a/content/theme/jekyll-good-clean-read.md b/content/theme/jekyll-good-clean-read.md deleted file mode 100644 index bba7d7e09..000000000 --- a/content/theme/jekyll-good-clean-read.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Good Clean Read -github: https://github.com/adueck/good-clean-read -demo: https://adueck.github.io/good-clean-read/ -author: Adam Dueck -ssg: - - Jekyll -cms: - - No Cms -date: 2016-01-16T17:35:55.000Z -description: >- - A Jekyll template for publishing clean, readable articles and single-page - sites -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-gravity.md b/content/theme/jekyll-gravity.md deleted file mode 100644 index 310f6bf67..000000000 --- a/content/theme/jekyll-gravity.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gravity -github: https://github.com/hemangsk/Gravity -demo: https://hemangsk.github.io/Gravity -author: Hemang Kumar (@hemangsk) -ssg: - - Jekyll -cms: - - No Cms -date: 2016-03-30T20:26:09.000Z -description: 'Minimal is the new cool. ' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-gridgallery.md b/content/theme/jekyll-gridgallery.md deleted file mode 100644 index a0ee15e7d..000000000 --- a/content/theme/jekyll-gridgallery.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: GridGallery -github: https://github.com/nadjetey/GridGallery -demo: https://nadjetey.github.io/GridGallery -author: Nii Adjetey Sowah -ssg: - - Jekyll -cms: - - No Cms -date: 2014-04-07T01:26:30.000Z -description: >- - A responsive grid gallery based on the [Google Chromebook getting - started](https://gweb-gettingstartedguide.appspot.com/) guide gallery. -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-gridster.md b/content/theme/jekyll-gridster.md deleted file mode 100644 index dd11ee6eb..000000000 --- a/content/theme/jekyll-gridster.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gridster -github: https://github.com/DigitalMindCH/gridster-jekyll-theme -demo: https://digitalmind.ch/themes/gridster-jekyll-theme/demo/ -author: Digitalmind -ssg: - - Jekyll -cms: - - No Cms -date: 2015-09-16T16:20:07.000Z -description: a jekyll theme in material design -stale: true -disabled_reason: error checking demo url -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-guovz-pithy.md b/content/theme/jekyll-guovz-pithy.md deleted file mode 100644 index a33582e74..000000000 --- a/content/theme/jekyll-guovz-pithy.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Guovz Pithy -github: https://github.com/guovz/pithy -demo: https://www.guovz.com -author: Jaylin Wang -ssg: - - Jekyll -cms: - - No Cms -date: 2015-08-30T09:57:59.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-h2o-ac.md b/content/theme/jekyll-h2o-ac.md deleted file mode 100644 index 8ecf63a03..000000000 --- a/content/theme/jekyll-h2o-ac.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -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 deleted file mode 100644 index c2d8ab166..000000000 --- a/content/theme/jekyll-hacked.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -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 deleted file mode 100644 index 22fedabf2..000000000 --- a/content/theme/jekyll-hagura.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Webjeda Hagura -github: https://github.com/sharu725/hagura -demo: https://webjeda.com/hagura -author: webjeda -ssg: - - Jekyll -cms: - - No Cms -date: 2016-11-02T14:30:30.000Z -description: A light weight, minimal Jekyll theme. -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-halve-theme.md b/content/theme/jekyll-halve-theme.md deleted file mode 100644 index 6cfef0c2e..000000000 --- a/content/theme/jekyll-halve-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Halve -github: https://github.com/TaylanTatli/Halve -demo: https://taylantatli.github.io/Halve -author: Taylan Tatlı -ssg: - - Jekyll -cms: - - No Cms -date: 2016-05-30T18:47:21.000Z -description: Stylish Two-Column Jekyll Theme -stale: true -disabled_reason: '' -disabled: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-hanuman-theme.md b/content/theme/jekyll-hanuman-theme.md deleted file mode 100644 index 0720c1fd2..000000000 --- a/content/theme/jekyll-hanuman-theme.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Hanuman -github: https://github.com/samanyougarg/hanuman -demo: https://samanyougarg.com/hanuman -author: Samanyou Garg -ssg: - - Jekyll -cms: - - No Cms -date: 2017-12-04T06:41:05.000Z -description: >- - A responsive, lightning-fast Jekyll theme built using AMP (Accelerated Mobile - Pages) to speed up your blogs and websites. -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-hcz-material.md b/content/theme/jekyll-hcz-material.md deleted file mode 100644 index adf359810..000000000 --- a/content/theme/jekyll-hcz-material.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: HCZ Material -github: https://github.com/codeasashu/hcz-jekyll-blog -demo: https://codeasashu.github.io/hcz-jekyll-blog/ -author: Ashutosh Chaudhary -ssg: - - Jekyll -cms: - - No Cms -date: 2016-06-02T07:30:03.000Z -description: A simple material theme for blogger -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-helium-theme.md b/content/theme/jekyll-helium-theme.md deleted file mode 100644 index cde66b790..000000000 --- a/content/theme/jekyll-helium-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Helium Jekyll -github: https://github.com/heliumjk/heliumjk.github.io -demo: https://heliumjk.github.io/ -author: Antonio Trento -ssg: - - Jekyll -cms: - - No Cms -date: 2017-10-07T14:59:13.000Z -description: Bootstrap 4 responsive Jekyll Theme. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-hikari.md b/content/theme/jekyll-hikari.md deleted file mode 100644 index 4d8c6aa6e..000000000 --- a/content/theme/jekyll-hikari.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hikari -github: https://github.com/mx3m/hikari-for-Jekyll -demo: https://mx3m.github.io/hikari-for-Jekyll/ -author: Mathieu Mayer-Mazzoli -ssg: - - Jekyll -cms: - - No Cms -date: 2014-02-01T08:30:55.000Z -description: An open-source theme for Jekyll -stale: false -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-hilmi.md b/content/theme/jekyll-hilmi.md deleted file mode 100644 index 078243b71..000000000 --- a/content/theme/jekyll-hilmi.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Jekyll-hilmi -github: https://github.com/nix1947/jekyll-hilmi -demo: https://nix1947.github.io/jekyll-hilmi -author: Manoj Gautam -ssg: - - Jekyll -cms: - - No Cms -date: 2017-01-01T14:27:40.000Z -description: jekyll-hilmi is the minimal jekyll theme that focuses on writing matters. -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-hitchens.md b/content/theme/jekyll-hitchens.md deleted file mode 100644 index 26a42dc80..000000000 --- a/content/theme/jekyll-hitchens.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Hitchens -github: https://github.com/patdryburgh/hitchens -demo: https://patdryburgh.github.io/hitchens/ -author: patdryburgh -date: 2020-03-22T00:00:00.000Z -ssg: - - Jekyll -cms: - - No Cms -description: An inarguably well-designed Jekyll theme by Pat Dryburgh. -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 deleted file mode 100644 index 050a34502..000000000 --- a/content/theme/jekyll-hmfaysal-notepad-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: HMFAYSAL Notepad Theme -github: https://github.com/hmfaysal/Notepad -demo: https://www.hossainmohdfaysal.com/Notepad/ -author: Hossain Mohd Faysal -ssg: - - Jekyll -cms: - - No 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: demo url connection refused -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-hmfaysal-omega-theme.md b/content/theme/jekyll-hmfaysal-omega-theme.md deleted file mode 100644 index 016c9dfdf..000000000 --- a/content/theme/jekyll-hmfaysal-omega-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: HMFAYSAL OMEGA Theme -github: https://github.com/hmfaysal/hmfaysal-omega-theme -demo: https://hmfaysal.github.io/hmfaysal-omega-theme/ -author: Hossain Mohd Faysal -ssg: - - Jekyll -cms: - - No Cms -date: 2014-01-12T20:13:02.000Z -description: >- - HMFAYSAL OMEGA is a minimalist, beautiful, responsive theme for Jekyll - designed for writers who want their content to take front and center. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-hmfaysal-theme.md b/content/theme/jekyll-hmfaysal-theme.md deleted file mode 100644 index 067171fcb..000000000 --- a/content/theme/jekyll-hmfaysal-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: HMFAYSAL Theme -github: https://github.com/hmfaysal/Jekyll-HMFAYSAL-Theme -demo: https://hmfaysal.github.io/Jekyll-HMFAYSAL-Theme/ -author: Hossain Mohd Faysal -ssg: - - Jekyll -cms: - - No Cms -date: 2013-12-13T19:21:10.000Z -description: A Bold Theme for Jekyll. See demo at -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-holo-alfa.md b/content/theme/jekyll-holo-alfa.md deleted file mode 100644 index bb91e8a03..000000000 --- a/content/theme/jekyll-holo-alfa.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Holo Alfa -github: https://github.com/stijnvc/holo-alfa -demo: https://stijnvc.github.io/holo-alfa/ -author: Stijn van Cuijk -ssg: - - Jekyll -cms: - - No Cms -date: 2015-07-20T19:10:35.000Z -description: A minimalist, mobile first Jekyll theme. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-hpstr.md b/content/theme/jekyll-hpstr.md deleted file mode 100644 index 8d0098322..000000000 --- a/content/theme/jekyll-hpstr.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: HPSTR -github: https://github.com/mmistakes/hpstr-jekyll-theme -demo: https://mmistakes.github.io/jekyll-theme-hpstr/ -author: Michael Rose -ssg: - - Jekyll -cms: - - No Cms -date: 2013-08-23T19:03:11.000Z -description: A Jekyll theme with some tumble-log tendencies. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-html-pages.md b/content/theme/jekyll-html-pages.md deleted file mode 100644 index 87b99601e..000000000 --- a/content/theme/jekyll-html-pages.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -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-hyde.md b/content/theme/jekyll-hyde.md deleted file mode 100644 index 7c6ffa676..000000000 --- a/content/theme/jekyll-hyde.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Hyde -github: https://github.com/poole/hyde -demo: https://hyde.getpoole.com/ -author: Mark Otto -ssg: - - Jekyll -cms: - - No Cms -date: 2013-02-07T07:01:38.000Z -description: A brazen two-column theme for Jekyll. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-hydejack-theme.md b/content/theme/jekyll-hydejack-theme.md deleted file mode 100644 index b07482146..000000000 --- a/content/theme/jekyll-hydejack-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Hydejack -github: https://github.com/qwtel/hydejack -demo: https://qwtel.com/hydejack/ -author: Florian Klampfer (@qwtel) -ssg: - - Jekyll -cms: - - No Cms -date: 2016-02-26T12:45:54.000Z -description: '''Best Jekyll Theme by a Mile''' -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-hydrogen.md b/content/theme/jekyll-hydrogen.md deleted file mode 100644 index 7f20d6f21..000000000 --- a/content/theme/jekyll-hydrogen.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -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-idk.md b/content/theme/jekyll-idk.md deleted file mode 100644 index bf1227848..000000000 --- a/content/theme/jekyll-idk.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: idk -github: https://github.com/UniFreak/unifreak.github.io -demo: https://unifreak.github.io -author: FangHao -ssg: - - Jekyll -cms: - - No Cms -date: 2015-07-22T02:24:05.000Z -description: A simple jekyll theme. -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-immaculate.md b/content/theme/jekyll-immaculate.md deleted file mode 100644 index 104b92fb7..000000000 --- a/content/theme/jekyll-immaculate.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Immaculate -github: https://github.com/siawyoung/immaculate -demo: https://cdn.ampproject.org/c/siawyoung.com/immaculate/ -author: Lau Siaw Young -ssg: - - Jekyll -cms: - - No Cms -date: 2016-03-30T07:48:59.000Z -description: A beautiful, fast, AMP-compliant Jekyll theme based on Tufte CSS. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-incorporated.md b/content/theme/jekyll-incorporated.md deleted file mode 100644 index 24fdaed5b..000000000 --- a/content/theme/jekyll-incorporated.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Incorporated -github: https://github.com/kippt/jekyll-incorporated -demo: https://blog.sendtoinc.com/ -author: Kippt Inc. -ssg: - - Jekyll -cms: - - No Cms -date: 2013-10-09T21:57:31.000Z -description: Modern Jekyll based blog for companies -stale: true -disabled_reason: demo url connection refused -disabled: true ---- diff --git a/content/theme/jekyll-indigo.md b/content/theme/jekyll-indigo.md deleted file mode 100644 index 1c2f1406b..000000000 --- a/content/theme/jekyll-indigo.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Jekyll Indigo -github: https://github.com/sergiokopplin/indigo -demo: https://sergiokopplin.github.io/indigo/ -author: Sérgio Kopplin -ssg: - - Jekyll -cms: - - No Cms -date: 2016-01-23T22:26:04.000Z -description: ':ramen: Minimalist Jekyll Template' -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-ink.md b/content/theme/jekyll-ink.md deleted file mode 100644 index 6c53c7c92..000000000 --- a/content/theme/jekyll-ink.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Ink -github: https://github.com/thinker3197/ink -demo: https://thinker3197.github.io/ink -author: Ashish Gupta -ssg: - - Jekyll -cms: - - No Cms -date: 2016-06-07T05:57:55.000Z -description: A jekyll theme for humans -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-instagram-portfolio-theme.md b/content/theme/jekyll-instagram-portfolio-theme.md deleted file mode 100644 index 8034873ee..000000000 --- a/content/theme/jekyll-instagram-portfolio-theme.md +++ /dev/null @@ -1,15 +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 -description: Jekyll Instagram Portfolio Theme -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-j1-template.md b/content/theme/jekyll-j1-template.md deleted file mode 100644 index ad74f45e8..000000000 --- a/content/theme/jekyll-j1-template.md +++ /dev/null @@ -1,93 +0,0 @@ ---- -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-11-06T00:00:00.000Z -ssg: - - Jekyll -cms: - - No CMS -css: - - Bootstrap -archetype: - - Personal - - Portfolio - - Blog - - Documentation - - Business -description: J1 Template - Create powerful modern static websites. -stale: false -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-jacman.md b/content/theme/jekyll-jacman.md deleted file mode 100644 index b5f137474..000000000 --- a/content/theme/jekyll-jacman.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Jacman -github: https://github.com/Simpleyyt/jekyll-jacman -demo: https://simpleyyt.github.io/jekyll-jacman -author: Yitao Yao -ssg: - - Jekyll -cms: - - No Cms -date: 2015-09-20T15:48:19.000Z -description: A fresh looking and responsive theme for Jekyll -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-jasper.md b/content/theme/jekyll-jasper.md deleted file mode 100644 index d6afd6c65..000000000 --- a/content/theme/jekyll-jasper.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Jasper -github: https://github.com/biomadeira/jasper -demo: https://biomadeira.github.io/jasper/ -author: biomadeira -ssg: - - Jekyll -cms: - - No Cms -date: 2015-03-25T13:16:07.000Z -description: Full-featured Jekyll port of Ghost's default theme Casper 👻 -stale: false -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-jek.md b/content/theme/jekyll-jek.md deleted file mode 100644 index 78037db09..000000000 --- a/content/theme/jekyll-jek.md +++ /dev/null @@ -1,74 +0,0 @@ ---- -title: Jek -github: https://github.com/tcbutler320/jek -demo: https://jekyll-jek.netlify.app/ -author: Tyler Butler -ssg: - - Jekyll -cms: - - No Cms -archetype: - - Blog - - Portfolio -date: 2021-06-26T15:29:54.000Z -github_branch: master -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. -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. - -Check out the [Demo site](https://jekyll-jek.netlify.app/), deployed and hosted on [Netlify](https://www.netlify.com/). - -_Warning - this theme requires Jekyll 4 and so will **not** work on GitHub Pages (with Jekyll 3), unless you add a custom CI flow using GitHub Actions._ - - -## ⚡ Features - -+ [x] toggle light/dark -+ [x] choose random theme -+ [x] save current theme for next visit -+ [x] open/close settings -+ [x] clear settings - -## 💡 All About The Theme - -Theme settings are saved in [session](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage) and [local](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) storage. Toggling light/dark mode or choosing a random palette saves settings for only the current session. Clicking the save button adds the theme to local storage for future visits. - -## 🛠️ Installation - -It's recommended to install Jek by cloning the [repository](https://github.com/tcbutler320/jek). Installation with Gem's will be supported in a future release. - -## 🍭 Default Themes - -![Demo video](/assets/img/readme/jek.gif) - -## 👩‍🚀 Add New Themes - -Adding new themes to your new jek site could not be easier. Just pick a background color and text color and add them to your `main.css`. Once you're done, add your theme to `_data/themes.yaml`. Check out [colorhunt](https://colorhunt.co/) for inspiration. - -1. Add a new scheme to your `main.css` with `background-color` and `color` set. - ```css - .mytheme { - background-color: #0a1d37; - color: #ffeedb; - } - ``` -2. Add a color scheme name to your `_data/themes.yaml`. - ```yaml - - name: mytheme - enabled: true - ``` - -## ✍️ Contributing - -If you're interested in contributing to Jek, feel free to fork the repository and make a pull request! If you made a cool new theme and want to add it to the defaults, create an issue and add the [*Theme Suggestion*](https://github.com/tcbutler320/jek/labels/Theme%20Suggestion) label. - -## ⚖️ License - -Licensed under [MIT](/LICENSE.txt) by [@tcbutler320](https://github.com/tcbutler320). diff --git a/content/theme/jekyll-jekflix-theme.md b/content/theme/jekyll-jekflix-theme.md deleted file mode 100644 index 95a923ebe..000000000 --- a/content/theme/jekyll-jekflix-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Jekflix -github: https://github.com/thiagorossener/jekflix-template -demo: https://jekflix.rossener.com/ -author: Thiago Rossener -ssg: - - Jekyll -cms: - - No Cms -date: 2017-09-09T15:29:54.000Z -description: A Jekyll template inspired by Netflix. 🎬 -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-jekmdl.md b/content/theme/jekyll-jekmdl.md deleted file mode 100644 index 5e89f7ee2..000000000 --- a/content/theme/jekyll-jekmdl.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Jekmdl -github: https://github.com/tigefa4u/jekmdl -demo: https://tigefa4u.github.io/jekmdl/ -author: sugeng tigefa -ssg: - - Jekyll -cms: - - No Cms -date: 2015-12-31T23:50:44.000Z -description: ':+1: Jekyll themes use Material Design Lite' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-joon.md b/content/theme/jekyll-joon.md deleted file mode 100644 index f8cbb66b9..000000000 --- a/content/theme/jekyll-joon.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Joon -github: https://github.com/vormwald/joon -demo: https://vormwald.github.io/joon/ -author: Mike Vormwald -ssg: - - Jekyll -cms: - - No Cms -date: 2015-08-10T03:11:53.000Z -description: Roon theme for Jekyll -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-justice.md b/content/theme/jekyll-justice.md deleted file mode 100644 index 3386114ae..000000000 --- a/content/theme/jekyll-justice.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Justice -github: https://github.com/CloudCannon/justice-jekyll-template -demo: https://grey-grouse.cloudvent.net/ -author: CloudCannon -ssg: - - Jekyll -cms: - - No Cms -date: 2016-11-10T00:56:02.000Z -description: ':office: Law firm themed business template for Jekyll' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-kactus.md b/content/theme/jekyll-kactus.md deleted file mode 100644 index 165b8c0e9..000000000 --- a/content/theme/jekyll-kactus.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Kactus -github: https://github.com/nickbalestra/kactus -demo: https://nick.balestra.ch/2015/Kactus/ -author: Nick Balestra -ssg: - - Jekyll -cms: - - No Cms -date: 2015-06-11T18:10:48.000Z -description: Cactus's default theme on Jekyll -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-kagami.md b/content/theme/jekyll-kagami.md deleted file mode 100644 index 043c728c7..000000000 --- a/content/theme/jekyll-kagami.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Kagami -github: https://github.com/kamikat/jekyll-theme-kagami -demo: https://banana.moe/jekyll-theme-kagami/about.html -author: Kamikat -ssg: - - Jekyll -cms: - - No Cms -date: 2017-03-07T03:59:23.000Z -description: Simple and clean Jekyll theme compatible with GitHub Pages. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-karna.md b/content/theme/jekyll-karna.md deleted file mode 100644 index 2ecce93cd..000000000 --- a/content/theme/jekyll-karna.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Webjeda Karna -github: https://github.com/sharu725/karna -demo: https://webjeda.com/karna -author: webjeda -ssg: - - Jekyll -cms: - - No Cms -date: 2016-11-01T14:59:40.000Z -description: Karna is a responsive jekyll theme which includes pinterest like pins -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-kasper.md b/content/theme/jekyll-kasper.md deleted file mode 100644 index b42cde1f3..000000000 --- a/content/theme/jekyll-kasper.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Kasper -github: https://github.com/rosario/kasper -demo: https://rosario.io/2013/11/10/kasper-theme-for-jekyll.html -author: Rosario Rascuna -ssg: - - Jekyll -cms: - - No 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-kiko-plus.md b/content/theme/jekyll-kiko-plus.md deleted file mode 100644 index 52c9115a8..000000000 --- a/content/theme/jekyll-kiko-plus.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Kiko Plus -github: https://github.com/AWEEKJ/Kiko-plus -demo: https://aweekj.github.io/Kiko-plus -author: Hanju Jamie Jo -ssg: - - Jekyll -cms: - - No Cms -date: 2016-08-08T10:33:16.000Z -description: '[DEPRECATED!!!] Please redirect to the new and easier version, kiko-now==>' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-klise.md b/content/theme/jekyll-klise.md deleted file mode 100644 index c7d5fd37d..000000000 --- a/content/theme/jekyll-klise.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: Jekyll Klisé -github: https://github.com/piharpi/jekyll-klise -demo: https://klise.now.sh -author: piharpi -date: 2020-04-06T00:00:00.000Z -ssg: - - Jekyll -cms: - - No Cms -css: - - SCSS -archetype: - - Blog - - Personal -description: >- - Klisé is a minimalist Jekyll theme for running a personal site or blog, light - & dark mode support. -stale: false ---- - -# Klisé - -Klisé is minimalist Jekyll theme for running a personal site and blog running on Jekyll.
-For demo klise.now.sh - -## Features - -- Light & Dark Mode support :waxing_crescent_moon: -- Customizable (using `.scss`) -- Responsive (desktop, tab and mobile) -- Mobile First Design -- SEO Optimized -- RSS Feed -- Syntax Highlighter ([rouge](https://github.com/rouge-ruby/rouge)) -- Next & Previous Post -- Comment layout, enable in frontmatter if you wish -- Google analytics -- HTML Minify ([compressed HTML](https://github.com/penibelst/jekyll-compress-html)) -- W3C **Validated** -- Lighthouse and PageSpeed **Passed** diff --git a/content/theme/jekyll-kontent-blog.md b/content/theme/jekyll-kontent-blog.md deleted file mode 100644 index 7e04ae67d..000000000 --- a/content/theme/jekyll-kontent-blog.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Jekyll Kontent Blog -github: https://github.com/Kentico/kontent-jekyll-blog -demo: https://kentico.github.io/kontent-jekyll-blog/ -author: Kentico -ssg: - - Jekyll -cms: - - Kontent -date: 2020-12-01T00:00:00.000Z -archetype: - - Blog -description: Sample blog website built using Kentico Kontent as a content repository. -stale: false ---- - -# Jekyll Kontent Blog - -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. - -## Features - -* Multilingual -* SASS styling -* Taxonomy support - categories and tags -* Multiple authors setup -* [Discuss](https://disqus.com/) integration for blog post comments diff --git a/content/theme/jekyll-lagom.md b/content/theme/jekyll-lagom.md deleted file mode 100644 index 7db43b696..000000000 --- a/content/theme/jekyll-lagom.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Lagom -github: https://github.com/swanson/lagom -demo: https://lagom.mdswanson.com/ -author: Matt Swanson -ssg: - - Jekyll -cms: - - No Cms -date: 2013-08-24T03:09:43.000Z -description: A Jekyll blog theme with just the right amount of style -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-lagrange.md b/content/theme/jekyll-lagrange.md deleted file mode 100644 index aa63daecf..000000000 --- a/content/theme/jekyll-lagrange.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Lagrange -github: https://github.com/LeNPaul/Lagrange -demo: https://lenpaul.github.io/Lagrange/ -author: Paul Le -ssg: - - Jekyll -cms: - - No Cms -date: 2016-07-24T02:05:27.000Z -description: A minimalist Jekyll theme for running a personal blog -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-lanyon-plus.md b/content/theme/jekyll-lanyon-plus.md deleted file mode 100644 index 5605d9282..000000000 --- a/content/theme/jekyll-lanyon-plus.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: lanyon-plus -github: https://github.com/dyndna/lanyon-plus -demo: https://dyndna.github.io/lanyon-plus -author: Samir Amin @SBAmin -ssg: - - Jekyll -cms: - - No Cms -date: 2016-02-26T22:29:05.000Z -description: Based on lanyon - A content-first, sliding sidebar theme for Jekyll. Demo at -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-lanyon.md b/content/theme/jekyll-lanyon.md deleted file mode 100644 index a30b7bd4e..000000000 --- a/content/theme/jekyll-lanyon.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Lanyon -github: https://github.com/poole/lanyon -demo: https://lanyon.getpoole.com/ -author: Mark Otto -ssg: - - Jekyll -cms: - - No Cms -date: 2013-12-28T07:53:04.000Z -description: A content-first, sliding sidebar theme for Jekyll. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-leap-day.md b/content/theme/jekyll-leap-day.md deleted file mode 100644 index ae80d23e5..000000000 --- a/content/theme/jekyll-leap-day.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Leap Day -github: https://github.com/mattgraham/Leap-Day -demo: https://madebygraham.com/leapday/ -author: Matt Graham -ssg: - - Jekyll -cms: - - No Cms -date: 2012-04-04T21:48:06.000Z -description: 'GitHub Pages Theme: Leap Day' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-left-theme.md b/content/theme/jekyll-left-theme.md deleted file mode 100644 index 3788638dd..000000000 --- a/content/theme/jekyll-left-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Left -github: https://github.com/holman/left -demo: https://zachholman.com/left/ -author: Zach Holman -ssg: - - Jekyll -cms: - - No Cms -date: 2012-12-12T00:18:54.000Z -description: Left is a clean, whitespace-happy layout for Jekyll. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-lemma-theme.md b/content/theme/jekyll-lemma-theme.md deleted file mode 100644 index 86eaa18f1..000000000 --- a/content/theme/jekyll-lemma-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Lemma -github: https://github.com/neizod/lemma-theme -demo: https://neizod.github.io/lemma-theme -author: Nattawut Phetmak (@neizod) -ssg: - - Jekyll -cms: - - No Cms -date: 2014-10-23T03:14:41.000Z -description: Bootstrap theme for GitHub Pages (Jekyll). -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-leonids.md b/content/theme/jekyll-leonids.md deleted file mode 100644 index 2142a3a15..000000000 --- a/content/theme/jekyll-leonids.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Leonids -github: https://github.com/renyuanz/leonids -demo: https://renyuanz.github.io/leonids -author: Renyuan Zou -ssg: - - Jekyll -cms: - - No Cms -date: 2015-08-22T20:45:38.000Z -description: A simple and clean two columns Jekyll theme. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-leopard.md b/content/theme/jekyll-leopard.md deleted file mode 100644 index 5989f8937..000000000 --- a/content/theme/jekyll-leopard.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: leopard -github: https://github.com/leopardpan/leopardpan.github.io -demo: https://baixin.io -author: leopardpan -ssg: - - Jekyll -cms: - - No Cms -date: 2016-03-29T15:22:17.000Z -description: 个人博客,看效果进入 -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 deleted file mode 100644 index d7ce0071a..000000000 --- a/content/theme/jekyll-libdoc.md +++ /dev/null @@ -1,117 +0,0 @@ ---- -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-library.md b/content/theme/jekyll-library.md deleted file mode 100644 index f29e90597..000000000 --- a/content/theme/jekyll-library.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Library -github: https://github.com/alexcarpenter/library-jekyll-theme -demo: https://alexcarpenter.me/library-jekyll-theme/ -author: Alex Carpenter -ssg: - - Jekyll -cms: - - No Cms -date: 2016-01-24T15:20:15.000Z -description: Create a digital bookshelf using Jekyll. -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-light-material.md b/content/theme/jekyll-light-material.md deleted file mode 100644 index 088801ded..000000000 --- a/content/theme/jekyll-light-material.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Light Material -github: https://github.com/lukas-h/material-theme/ -demo: https://himsel.me/material-theme/ -author: Lukas Himsel -ssg: - - Jekyll -cms: - - No Cms -date: 2016-09-06T08:42:27.000Z -description: lightweight jekyll blog theme -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 deleted file mode 100644 index 614a2ce82..000000000 --- a/content/theme/jekyll-lightspeed.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -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-limpid-minimal-theme.md b/content/theme/jekyll-limpid-minimal-theme.md deleted file mode 100644 index da24674e1..000000000 --- a/content/theme/jekyll-limpid-minimal-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Limpid Theme -github: https://github.com/pranavrajs/limpid -demo: https://pranavrajs.github.io/limpid/ -author: Pranav Raj S -ssg: - - Jekyll -cms: - - No Cms -date: 2016-06-05T17:18:41.000Z -description: A clean, minimal theme for Jekyll blogs -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-lone-wolf-theme.md b/content/theme/jekyll-lone-wolf-theme.md deleted file mode 100644 index 8da6378cb..000000000 --- a/content/theme/jekyll-lone-wolf-theme.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: Lone Wolf Theme -github: https://github.com/manid2/lone-wolf-theme/ -demo: https://manid2.github.io/lone-wolf-theme/ -author: Mani Kumar -date: 2020-08-23T18:13:04.000Z -ssg: - - Jekyll -cms: - - No Cms -css: - - Bootstrap -archetype: - - Blog - - Personal - - Portfolio -description: A simple bootstrap based jekyll theme. -stale: false ---- - -Lone Wolf Theme is a simple bootstrap based jekyll theme. -It is infamous for abstracting away the frontend code using [Bootstrap 4][bs4] -and [Bootswatch wrappers][bootswatch] to help us focus on the **content** and -the **functions**. - -## Features - -- Has 4 unique layouts `home`, `page`, `post` and `archive` posts. -- Bootstrap based theme enhanced further with the Bootswatch wrappers. -- Uses animate.css for animations. -- Uses font awesome 5 for icons. -- Optimized for search engines using [Jekyll Seo Tag][jst] gem. - -For more info checkout github repository [manid2/lone-wolf-theme][lwt_git_repo]. - -Also visit the live [demo][lwt_live_demo] site for the theme. - - -[jekyll]: https://jekyllrb.com/ -[bs4]: https://getbootstrap.com/ -[bootswatch]: https://bootswatch.com/ -[jst]: https://github.com/jekyll/jekyll-seo-tag -[lwt_git_repo]: https://github.com/manid2/lone-wolf-theme/ -[lwt_live_demo]: https://manid2.github.io/lone-wolf-theme/ diff --git a/content/theme/jekyll-long-haul.md b/content/theme/jekyll-long-haul.md deleted file mode 100644 index 10c506a74..000000000 --- a/content/theme/jekyll-long-haul.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Long Haul -github: https://github.com/brianmaierjr/long-haul -demo: https://brianmaierjr.com/long-haul/ -author: Brian Maier Jr. -ssg: - - Jekyll -cms: - - No Cms -date: 2014-12-14T08:41:52.000Z -description: A minimal, type-focused Jekyll theme. -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-lora.md b/content/theme/jekyll-lora.md deleted file mode 100644 index 97b08f1c0..000000000 --- a/content/theme/jekyll-lora.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Lora -github: https://github.com/nandomoreirame/lora -demo: https://nandomoreira.me/lora/ -author: nandomoreira.me -ssg: - - Jekyll -cms: - - No 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 deleted file mode 100644 index 40e7263ee..000000000 --- a/content/theme/jekyll-malt.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Malt -github: https://github.com/CloudCannon/malt-jekyll-template -demo: https://whispering-boat.cloudvent.net/ -author: CloudCannon -ssg: - - Jekyll -cms: - - No Cms -date: 2016-11-09T22:42:40.000Z -description: ':beers: Event marketing template for Jekyll' -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-mangan.md b/content/theme/jekyll-mangan.md deleted file mode 100644 index efd64f9bf..000000000 --- a/content/theme/jekyll-mangan.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Mangan -github: https://github.com/dikiaap/mangan -demo: https://mangan.dikiaap.id -author: Diki Ananta -ssg: - - Jekyll -cms: - - No Cms -date: 2015-07-03T08:13:56.000Z -description: Geek theme for Jekyll. -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-marat-theme.md b/content/theme/jekyll-marat-theme.md deleted file mode 100644 index 3c89b6e56..000000000 --- a/content/theme/jekyll-marat-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Marat -github: https://github.com/JohnCoene/marat -demo: https://marat.john-coene.com -author: John Coene -ssg: - - Jekyll -cms: - - No Cms -date: 2017-06-19T05:38:37.000Z -description: 📜 Jekyll theme inspired by L'Ami du peuple -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-masonry.md b/content/theme/jekyll-masonry.md deleted file mode 100644 index 47e79a203..000000000 --- a/content/theme/jekyll-masonry.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Jekyll Masonry -github: https://github.com/pasindud/jekyll-masonry -demo: https://pasindud.github.io/ -author: Pasindu De Silva -ssg: - - Jekyll -cms: - - No 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 deleted file mode 100644 index 9a6d92d5b..000000000 --- a/content/theme/jekyll-massively-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Jekyll Massively -github: https://github.com/iwiedenm/jekyll-theme-massively-src -demo: https://iwiedenm.github.io/jekyll-theme-massively/ -author: Somiibo -ssg: - - Jekyll -cms: - - No 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-material-theme.md b/content/theme/jekyll-material-theme.md deleted file mode 100644 index a8dfac911..000000000 --- a/content/theme/jekyll-material-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Jekyll Material Theme -github: https://github.com/jameshamann/jekyll-material-theme -demo: https://jameshamann.com -author: James Hamann -ssg: - - Jekyll -cms: - - No Cms -date: 2017-11-27T21:19:23.000Z -description: A Jekyll Theme based on Material Design using Materialize. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-materialbliss.md b/content/theme/jekyll-materialbliss.md deleted file mode 100644 index 4f193eb8a..000000000 --- a/content/theme/jekyll-materialbliss.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Material Bliss -github: https://github.com/InsidiousMind/material-bliss-jekyll-theme -demo: https://code.liquidthink.net -author: Andrew Plaza -ssg: - - Jekyll -cms: - - No Cms -date: 2016-12-29T03:27:05.000Z -description: >- - A Material Theme for Jekyll created with React, Redux, and React-Router - transpiled with Webpack -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-materialize-hg.md b/content/theme/jekyll-materialize-hg.md deleted file mode 100644 index c094db7e9..000000000 --- a/content/theme/jekyll-materialize-hg.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: MaterializeHG Theme -github: https://github.com/hugocarreira/jekyll-materializecss -demo: https://hugocarreira.github.io/jekyll-materializecss -author: Hugo Carreira -ssg: - - Jekyll -cms: - - No Cms -date: 2016-05-31T04:15:04.000Z -description: a simple theme for Jekyll using Materializecss -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-materialize-jekyll.md b/content/theme/jekyll-materialize-jekyll.md deleted file mode 100644 index 80aca5268..000000000 --- a/content/theme/jekyll-materialize-jekyll.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Material blog -github: https://github.com/mumuxme/materialize-jekyll -demo: https://mumuxme.github.io/materialize-jekyll/ -author: mumu -ssg: - - Jekyll -cms: - - No Cms -date: 2015-11-01T14:16:55.000Z -description: Jekyll theme based on materialize. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-materialize-theme.md b/content/theme/jekyll-materialize-theme.md deleted file mode 100644 index 8678d6594..000000000 --- a/content/theme/jekyll-materialize-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Jekyll Materialize -github: https://github.com/macrod68/jekyll-materialize-starter-template -demo: https://jekyllmaterialize.panoramedia.it/ -author: Marco Damiani -ssg: - - Jekyll -cms: - - No Cms -date: 2017-08-09T19:17:13.000Z -description: Jekyll Materialize Starter Theme -stale: true -disabled: true -disabled_reason: demo url not found ---- \ No newline at end of file diff --git a/content/theme/jekyll-materialize.md b/content/theme/jekyll-materialize.md deleted file mode 100644 index 86e8b58a6..000000000 --- a/content/theme/jekyll-materialize.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Materialize -github: https://github.com/alexcarpenter/material-jekyll-theme -demo: https://alexcarpenter.me/material-jekyll-theme/ -author: Alex Carpenter -ssg: - - Jekyll -cms: - - No Cms -date: 2015-12-01T23:49:41.000Z -description: Material Design inspired Jekyll Theme -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-matjek-theme.md b/content/theme/jekyll-matjek-theme.md deleted file mode 100644 index 931bd53fd..000000000 --- a/content/theme/jekyll-matjek-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: MatJek -github: https://github.com/ShawnTeoh/matjek -demo: https://shawnteoh.github.io/matjek -author: Shawn Teoh -ssg: - - Jekyll -cms: - - No Cms -date: 2017-03-23T09:55:40.000Z -description: Material theme based on Materialize.css for jekyll sites -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-mdl.md b/content/theme/jekyll-mdl.md deleted file mode 100644 index a1665af33..000000000 --- a/content/theme/jekyll-mdl.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Jekyll Material Design Lite -github: https://github.com/gdg-managua/jekyll-mdl -demo: https://www.gdgmanagua.org/jekyll-mdl -author: Google Developers Group Managua -ssg: - - Jekyll -cms: - - No Cms -date: 2015-07-11T17:08:43.000Z -description: A Jekyll theme based in Google Material Design Lite library. -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-mdui-theme.md b/content/theme/jekyll-mdui-theme.md deleted file mode 100644 index e1539516f..000000000 --- a/content/theme/jekyll-mdui-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: jekyll-theme-mdui -github: https://github.com/KeJunMao/jekyll-theme-mdui -demo: https://blog.kejun.space/ -author: KeJun -ssg: - - Jekyll -cms: - - No Cms -date: 2017-05-24T03:00:15.000Z -description: 🎨A Jekyll theme based on MDUI -stale: false -disabled: true -disabled_reason: demo url not found ---- \ No newline at end of file diff --git a/content/theme/jekyll-mediator.md b/content/theme/jekyll-mediator.md deleted file mode 100644 index 6df5dc645..000000000 --- a/content/theme/jekyll-mediator.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Mediator -github: https://github.com/dirkfabisch/mediator -demo: https://blog.base68.com -author: Dirk Fabisch -ssg: - - Jekyll -cms: - - No Cms -date: 2014-08-30T22:43:16.000Z -description: a medium inspired jekyll theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-mekyll-theme.md b/content/theme/jekyll-mekyll-theme.md deleted file mode 100644 index 25efee1ce..000000000 --- a/content/theme/jekyll-mekyll-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Mekyll -github: https://github.com/ifedyukin/Mekyll -demo: https://ifedyukin.github.io/Mekyll -author: Igor Fedyukin -ssg: - - Jekyll -cms: - - No Cms -date: 2017-03-27T10:27:29.000Z -description: Medium style theme for Jekyll -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-memoirs.md b/content/theme/jekyll-memoirs.md deleted file mode 100644 index 868a32b8c..000000000 --- a/content/theme/jekyll-memoirs.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Memoirs -github: https://github.com/wowthemesnet/jekyll-theme-memoirs -demo: https://wowthemesnet.github.io/jekyll-theme-memoirs -author: wowthemesnet -ssg: - - Jekyll -cms: - - No Cms -date: 2020-04-08T05:58:15.000Z -description: Memoirs - beautiful free Jekyll theme -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-metaphor.md b/content/theme/jekyll-metaphor.md deleted file mode 100644 index a58c75288..000000000 --- a/content/theme/jekyll-metaphor.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Metaphor -github: https://github.com/prio101/metaphor-jekyll -demo: https://mahabubislam.me -author: Mahabub I. -ssg: - - Jekyll -cms: - - No Cms -date: 2015-02-05T11:38:10.000Z -description: metaphor jekyll src -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-metro.md b/content/theme/jekyll-metro.md deleted file mode 100644 index ff3c4227c..000000000 --- a/content/theme/jekyll-metro.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Jekyll Metro -github: https://github.com/olakara/JekyllMetro -demo: https://abdelraoof.com -author: Abdel Raoof Olakara -ssg: - - Jekyll -cms: - - No Cms -date: 2014-06-17T14:07:26.000Z -description: A Metro based theme for Jekyll -stale: true -disabled: true -disabled_reason: error checking demo url ---- \ No newline at end of file diff --git a/content/theme/jekyll-mickey.md b/content/theme/jekyll-mickey.md deleted file mode 100644 index a212fab0e..000000000 --- a/content/theme/jekyll-mickey.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Mickey -github: https://github.com/vincentchan/mickey -demo: https://vincentchan.github.io/mickey/ -author: Vincent Chan -ssg: - - Jekyll -cms: - - No Cms -date: 2015-07-24T04:55:37.000Z -description: 'A minimal one-column theme for Jekyll. ' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-midnight.md b/content/theme/jekyll-midnight.md deleted file mode 100644 index 96986e040..000000000 --- a/content/theme/jekyll-midnight.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Midnight -github: https://github.com/mattgraham/midnight -demo: https://madebygraham.com/midnight/ -author: Matt Graham -ssg: - - Jekyll -cms: - - No Cms -date: 2012-04-04T23:05:14.000Z -description: 'GitHub Pages Theme: Midnight' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-millikyl.md b/content/theme/jekyll-millikyl.md deleted file mode 100644 index 59bf69192..000000000 --- a/content/theme/jekyll-millikyl.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Millikyl -github: https://github.com/fareez-ahamed/millikyl -demo: https://fareez-ahamed.github.io/millikyl/ -author: Fareez Ahamed -ssg: - - Jekyll -cms: - - No Cms -date: 2016-01-02T15:55:57.000Z -description: A Jekyll theme based on the super minimal Milligram CSS Framework -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-minimal-block.md b/content/theme/jekyll-minimal-block.md deleted file mode 100644 index cd216c464..000000000 --- a/content/theme/jekyll-minimal-block.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Minimal-block -github: https://github.com/drvy/minimal-block -demo: https://blog.drvy.net/minimal-block/ -author: Dragomir Yordanov -ssg: - - Jekyll -cms: - - No Cms -date: 2015-01-02T19:29:31.000Z -description: A minimalistic, responsive and friendly Jekyllrb theme. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-minimal.md b/content/theme/jekyll-minimal.md deleted file mode 100644 index 9b1c6c159..000000000 --- a/content/theme/jekyll-minimal.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Minimal -github: https://github.com/orderedlist/minimal -demo: https://orderedlist.com/minimal/ -author: Steve Smith -ssg: - - Jekyll -cms: - - No Cms -date: 2012-04-05T13:10:55.000Z -description: A Theme for GitHub Pages -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 deleted file mode 100644 index 906a17bcd..000000000 --- a/content/theme/jekyll-minimalist.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -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 deleted file mode 100644 index 69918ec0c..000000000 --- a/content/theme/jekyll-modernist.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Modernist -github: https://github.com/orderedlist/modernist -demo: https://orderedlist.com/modernist/ -author: Steve Smith -ssg: - - Jekyll -cms: - - No Cms -date: 2012-04-05T13:57:48.000Z -description: A Theme for GitHub Pages -stale: true -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 deleted file mode 100644 index a80a4904e..000000000 --- a/content/theme/jekyll-monday-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Monday -github: https://github.com/artemsheludko/monday -demo: https://artemsheludko.pw/monday -author: Artem Sheludko -ssg: - - Jekyll -cms: - - No Cms -date: 2017-03-10T15:42:27.000Z -description: Monday is a minimal and 100% free blog template for Jekyll -stale: true -disabled: false -disabled_reason: '' ---- \ No newline at end of file diff --git a/content/theme/jekyll-monochrome.md b/content/theme/jekyll-monochrome.md deleted file mode 100644 index 8ddca0bbf..000000000 --- a/content/theme/jekyll-monochrome.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Monochrome -github: https://github.com/dyutibarma/monochrome -demo: https://dyutibarma.github.io/monochrome/ -author: Dyuti Barma -ssg: - - Jekyll -cms: - - No Cms -date: 2017-02-20T03:58:54.000Z -description: 'Minimal, responsive, SEO ready blogging template built for Jekyll. Demo - ' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-moon.md b/content/theme/jekyll-moon.md deleted file mode 100644 index a06ac2882..000000000 --- a/content/theme/jekyll-moon.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Moon -github: https://github.com/TaylanTatli/Moon -demo: https://taylantatli.github.io/Moon -author: Taylan Tatlı -ssg: - - Jekyll -cms: - - No Cms -date: 2016-04-13T21:13:26.000Z -description: Moon is a minimal, one column jekyll theme. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-moonwalk.md b/content/theme/jekyll-moonwalk.md deleted file mode 100644 index 82d148311..000000000 --- a/content/theme/jekyll-moonwalk.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: Moonwalk -github: https://github.com/abhinavs/moonwalk -demo: https://abhinavs.github.io/moonwalk/ -author: Abhinav Saxena -ssg: - - Jekyll -cms: - - No Cms -archetype: - - Blog - - Portfolio -css: - - SCSS -date: 2020-12-04T00:00:00.000Z -description: >- - Moonwalk is a lightweight, fast and elegant Jekyll theme with a clean dark - mode; perfect for a portfolio and blog -stale: false ---- -# Moonwalk - a fast and elegant theme with clean dark mode - -Moonwalk can be used to create a portfolio or a blog site. Easy to customize and extend in case you prefer that. - -## Features -* Light & dark mode with theme switcher -* Landing page with navbar, footer, portfolio -* Vertical list, horizontal list, card list -* Fast (very minimal CSS) - 100/100 on performance, accessibility, best practices and SEO, please see [Lighthouse Report](https://raw.githubusercontent.com/abhinavs/moonwalk/master/_screenshots/lighthouse-report.png) for more details -* Responsive and mobile friendly -* SEO optimized (uses [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag)) -* RSS feed (uses [Jekyll Feed](https://github.com/jekyll/jekyll-feed)) -* Easy to extend -* Fully compatible with [GitHub Pages](https://pages.github.com/) (see [GitHub Pages installation](#github-pages-installation)) diff --git a/content/theme/jekyll-mr-brown.md b/content/theme/jekyll-mr-brown.md deleted file mode 100644 index b52637815..000000000 --- a/content/theme/jekyll-mr-brown.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Mr.Brown -github: https://github.com/artemsheludko/mr-brown -demo: https://artemsheludko.pw/mr-brown -author: Artem Sheludko -ssg: - - Jekyll -cms: - - No Cms -date: 2017-02-23T17:03:57.000Z -description: Mr.Brown is a responsive Jekyll theme -stale: true -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 deleted file mode 100644 index 2c45c6a1a..000000000 --- a/content/theme/jekyll-mr-green.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -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-much-worse.md b/content/theme/jekyll-much-worse.md deleted file mode 100644 index c4eb78583..000000000 --- a/content/theme/jekyll-much-worse.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Much-Worse -github: https://github.com/gchauras/much-worse-jekyll-theme -demo: https://gchauras.github.io/much-worse-jekyll-theme/ -author: Gaurav Chaurasia -ssg: - - Jekyll -cms: - - No Cms -date: 2016-02-08T11:55:38.000Z -description: Template for jekyll base website and blog -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-mug.md b/content/theme/jekyll-mug.md deleted file mode 100644 index 0965e4c04..000000000 --- a/content/theme/jekyll-mug.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: mug -github: https://github.com/nandomoreirame/mug -demo: https://nandomoreira.me/mug/ -author: nandomoreira.me -ssg: - - Jekyll -cms: - - No 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-murmur.md b/content/theme/jekyll-murmur.md deleted file mode 100644 index 3bb3924a6..000000000 --- a/content/theme/jekyll-murmur.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Murmur -github: https://github.com/songroger/murmur -demo: https://songroger.github.io/murmur -author: Songroger -ssg: - - Jekyll -cms: - - No Cms -date: 2016-11-03T06:46:39.000Z -description: This is another simple theme for jekyll. https://songroger.win/murmur -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-nagymaros.md b/content/theme/jekyll-nagymaros.md deleted file mode 100644 index e6ad12fed..000000000 --- a/content/theme/jekyll-nagymaros.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -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 deleted file mode 100644 index 35bb1bd5b..000000000 --- a/content/theme/jekyll-nandomoreira.me.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: nandomoreira.me -github: https://github.com/nandomoreirame/nandomoreira-jekyll-theme -demo: https://nandomoreira.me/nandomoreira-jekyll-theme/ -author: nandomoreira.me -ssg: - - Jekyll -cms: - - No 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 deleted file mode 100644 index 128a126ac..000000000 --- a/content/theme/jekyll-nangka.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Nangka Theme -github: https://github.com/rmsubekti/nangka -demo: https://rmsubekti.github.io/nangka -author: rmsubekti -ssg: - - Jekyll -cms: - - No Cms -date: 2018-12-29T17:37:54.000Z -description: 'nangka-jekyll-theme #rmsu' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-naringu.md b/content/theme/jekyll-naringu.md deleted file mode 100644 index c95016ce4..000000000 --- a/content/theme/jekyll-naringu.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Naringu -github: https://github.com/ariestiyansyah/naringu -demo: https://naringu.oonlab.com -author: Rizky Ariestiyansyah -ssg: - - Jekyll -cms: - - No Cms -date: 2015-02-20T17:02:41.000Z -description: Naringu is jekyll dark theme -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-neo-hpstr-theme.md b/content/theme/jekyll-neo-hpstr-theme.md deleted file mode 100644 index 3026df123..000000000 --- a/content/theme/jekyll-neo-hpstr-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Neo-HPSTR -github: https://github.com/aron-bordin/neo-hpstr-jekyll-theme -demo: https://aron-bordin.github.io/neo-hpstr-jekyll-theme/ -author: Aron Bordin -ssg: - - Jekyll -cms: - - No Cms -date: 2015-09-05T00:02:58.000Z -description: ' A Jekyll blog theme' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-neumorphism.md b/content/theme/jekyll-neumorphism.md deleted file mode 100644 index 05678953c..000000000 --- a/content/theme/jekyll-neumorphism.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: Neumorphism -github: https://github.com/longpdo/neumorphism -demo: https://longpdo.github.io/neumorphism/ -author: Long Do -date: 2020-04-22T00:00:00.000Z -ssg: - - Jekyll -cms: - - No CMS -css: - - SCSS -archetype: - - Personal - - Portfolio - - Single Page -description: >- - Neumorphism designed Jekyll theme for personal websites, portfolios and - resumes. -stale: false ---- - -# Neumorphism - -This is a personal website built with `Jekyll`, which is based on the new `Neumorphism` design trend and was developed with a mobile-first approach. It is compatible to be hosted with `Github Pages`. This can be used by developers, who want to showcase their resume and portfolio. If you want to use this for your own website, fork [this repository](https://github.com/longpdo/neumorphism) and then refer to [personalize and customize](#personalize-and-customize). - -## Features - -* Mobile-First Responsive Design -* Animated preloader animation -* Landing Page with animated background with [particles.js](https://vincentgarreau.com/particles.js/), a Typing Carousel and animated social icons -* Dark Neumorphism Design on main content -* [Animations On Scroll](https://michalsnik.github.io/aos/) -* Filterable *Skills* word cloud -* [Github's API](https://developer.github.com/v3/) automatically populating the *Open Source Projects* section -* Gulp dev workflow with [BrowserSync](https://browsersync.io/), [Autoprefixer](https://autoprefixer.github.io/) and `JS` & `SCSS` minifying. -* [Google Analytics](https://analytics.google.com/) diff --git a/content/theme/jekyll-new-age.md b/content/theme/jekyll-new-age.md deleted file mode 100644 index 42a8d6d8a..000000000 --- a/content/theme/jekyll-new-age.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: New Age -github: https://github.com/jekynewage/jekynewage.github.io -demo: https://jekynewage.github.io -author: Antonio Trento -ssg: - - Jekyll -cms: - - No Cms -date: 2016-10-25T05:15:39.000Z -description: Start Boostrap New Age Theme for Jekyll -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-next-theme.md b/content/theme/jekyll-next-theme.md deleted file mode 100644 index 86dae226a..000000000 --- a/content/theme/jekyll-next-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: NexT -github: https://github.com/Simpleyyt/jekyll-theme-next -demo: https://simpleyyt.github.io/jekyll-theme-next/ -author: Yitao Yao -ssg: - - Jekyll -cms: - - No Cms -date: 2017-07-21T08:44:59.000Z -description: Elegant theme for Jekyll. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-nice-blog.md b/content/theme/jekyll-nice-blog.md deleted file mode 100644 index bb19b280e..000000000 --- a/content/theme/jekyll-nice-blog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Nice Blog -github: https://github.com/itisbenjamin/Nice_Blog -demo: https://itisbenjamin.github.io/Nice_Blog -author: Benjamin -ssg: - - Jekyll -cms: - - No Cms -date: 2016-03-29T12:52:40.000Z -description: A Simple Jakyll Blog Theme. -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-noita.md b/content/theme/jekyll-noita.md deleted file mode 100644 index 1af6b7081..000000000 --- a/content/theme/jekyll-noita.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Noita -github: https://github.com/penibelst/jekyll-noita -demo: https://noita.penibelst.de/ -author: Anatol Broder -ssg: - - Jekyll -cms: - - No Cms -date: 2014-04-16T20:52:20.000Z -description: Noita is a Jekyll theme built with Foundation -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-now.md b/content/theme/jekyll-now.md deleted file mode 100644 index f8cb0c318..000000000 --- a/content/theme/jekyll-now.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Jekyll Now -github: https://github.com/barryclark/jekyll-now -demo: https://www.jekyllnow.com/ -author: Barry Clark -ssg: - - Jekyll -cms: - - No Cms -date: 2014-02-07T00:14:55.000Z -description: Build a Jekyll blog in minutes, without touching the command line. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-one-page-wonder.md b/content/theme/jekyll-one-page-wonder.md deleted file mode 100644 index af15b476c..000000000 --- a/content/theme/jekyll-one-page-wonder.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: One Page Wonder -github: https://github.com/mushishi78/one-page-wonder-jekyll -demo: https://mushishi78.github.io/one-page-wonder-jekyll -author: Max White -ssg: - - Jekyll -cms: - - No Cms -date: 2015-04-22T13:12:24.000Z -description: Jekyll port of One Page Wonder -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-onepage.md b/content/theme/jekyll-onepage.md deleted file mode 100644 index 27b95f60e..000000000 --- a/content/theme/jekyll-onepage.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Onepage -github: https://github.com/lukas-h/onepage -demo: https://himsel.me -author: Lukas Himsel -ssg: - - Jekyll -cms: - - No Cms -date: 2016-11-06T15:13:02.000Z -description: uncomplicated single-page jekyll blog theme -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-online-cv.md b/content/theme/jekyll-online-cv.md deleted file mode 100644 index fc671ea9f..000000000 --- a/content/theme/jekyll-online-cv.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Online CV -github: https://github.com/sharu725/online-cv -demo: https://webjeda.com/online-cv/ -author: webjeda -ssg: - - Jekyll -cms: - - No Cms -date: 2016-07-29T04:35:27.000Z -description: A minimal Jekyll Theme to host your resume (CV) -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-opentheme.md b/content/theme/jekyll-opentheme.md deleted file mode 100644 index 776e31202..000000000 --- a/content/theme/jekyll-opentheme.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: OpenTheme -github: https://github.com/open-start/opentheme -demo: https://opentheme.co/ -author: Manav Sehgal -ssg: - - Jekyll -cms: - - No Cms -date: 2014-11-19T12:03:04.000Z -description: >- - Powerful new theme featuring Semantic UI for speedily creating amazing - websites and mobile-hybrid apps on GitHub Pages. -stale: true -disabled: true -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 deleted file mode 100644 index 819a8dab0..000000000 --- a/content/theme/jekyll-otter-pop.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Otter Pop -github: https://github.com/tybenz/otter-pop/ -demo: https://tybenz.com/otter-pop -author: Tyler Benziger -ssg: - - Jekyll -cms: - - No Cms -date: 2014-05-10T16:43:23.000Z -description: The world's greatest jekyll theme -stale: true -disabled: false -disabled_reason: '' ---- \ No newline at end of file diff --git a/content/theme/jekyll-panelcv-theme.md b/content/theme/jekyll-panelcv-theme.md deleted file mode 100644 index d7b5856f3..000000000 --- a/content/theme/jekyll-panelcv-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Panel CV -github: https://github.com/jekyller/PanelCV -demo: https://jekyller.github.io/PanelCV/ -author: Locky -ssg: - - Jekyll -cms: - - No Cms -date: 2017-07-30T09:09:24.000Z -description: Panel CV for designers (or engineers) :) -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-panelcvagain-theme.md b/content/theme/jekyll-panelcvagain-theme.md deleted file mode 100644 index 34d18a45a..000000000 --- a/content/theme/jekyll-panelcvagain-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Panel CV - V2 -github: https://github.com/jekyller/online-cv -demo: https://jekyller.github.io/online-cv/ -author: Locky -ssg: - - Jekyll -cms: - - No Cms -date: 2017-08-25T08:50:55.000Z -description: 'Panel CV: style win8 for designer (or engineer)' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-paper.md b/content/theme/jekyll-paper.md deleted file mode 100644 index 9da80bb93..000000000 --- a/content/theme/jekyll-paper.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Paper -github: https://github.com/dbtek/paper -demo: https://dbtek.github.io/paper-demo/ -author: Ismail Demirbilek -ssg: - - Jekyll -cms: - - No Cms -date: 2015-09-07T13:37:31.000Z -description: A gentle theme for Jekyll utilising material design. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-papyrus-theme.md b/content/theme/jekyll-papyrus-theme.md deleted file mode 100644 index ca7699354..000000000 --- a/content/theme/jekyll-papyrus-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Papyrus -github: https://github.com/hugoferreira/papyrus-theme -demo: https://hugosereno.eu -author: Hugo Sereno Ferreira -ssg: - - Jekyll -cms: - - No 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-particle.md b/content/theme/jekyll-particle.md deleted file mode 100644 index ce87dda79..000000000 --- a/content/theme/jekyll-particle.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Particle -github: https://github.com/nrandecker/particle -demo: https://nrandecker.github.io/particle -author: Nathan Randecker -ssg: - - Jekyll -cms: - - No Cms -date: 2017-01-17T05:20:07.000Z -description: 'A simple portfolio Jekyll theme:' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-personal.md b/content/theme/jekyll-personal.md deleted file mode 100644 index 39e753416..000000000 --- a/content/theme/jekyll-personal.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Personal -github: https://github.com/le4ker/personal-jekyll-theme -demo: https://le4ker.github.io/personal-jekyll-theme/ -author: Panos Sakkos -ssg: - - Jekyll -cms: - - No Cms -date: 2015-06-27T16:56:59.000Z -description: ' :bowtie: { Personal } Jekyll theme' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-phantom.md b/content/theme/jekyll-phantom.md deleted file mode 100644 index 3d1fed395..000000000 --- a/content/theme/jekyll-phantom.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Phantom -github: https://github.com/jamigibbs/phantom -demo: https://jamigibbs.com -author: Jami Gibbs -ssg: - - Jekyll -cms: - - No Cms -date: 2016-02-21T18:15:37.000Z -description: A minimalist, responsive portfolio theme for Jekyll with Bootstrap -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-photorama.md b/content/theme/jekyll-photorama.md deleted file mode 100644 index ac94fef00..000000000 --- a/content/theme/jekyll-photorama.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: PHOTORAMA -github: https://github.com/sunbliss/photorama -demo: https://sunbliss.github.io/photorama -author: sunbliss -ssg: - - Jekyll -cms: - - No Cms -date: 2016-03-27T21:21:59.000Z -description: '''PHOTORAMA'' template for Jekyll' -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-pink-theme.md b/content/theme/jekyll-pink-theme.md deleted file mode 100644 index a49770583..000000000 --- a/content/theme/jekyll-pink-theme.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: pink-theme -github: https://github.com/Adagio-cantabile/Adagio-cantabile.github.io -demo: https://adagio-cantabile.github.io/ -author: Yiwen Gong -ssg: - - Jekyll -cms: - - No Cms -date: 2016-04-14T14:34:34.000Z -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-pithy.md b/content/theme/jekyll-pithy.md deleted file mode 100644 index bcb81331a..000000000 --- a/content/theme/jekyll-pithy.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Pithy -github: https://github.com/smallmuou/Jekyll-Pithy -demo: https://wenva.github.io/ -author: Pawpaw -ssg: - - Jekyll -cms: - - No 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-pixyll.md b/content/theme/jekyll-pixyll.md deleted file mode 100644 index 380cff763..000000000 --- a/content/theme/jekyll-pixyll.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Jekyll Pixyll -github: https://github.com/johnotander/pixyll -demo: https://pixyll.com -author: John Otander -ssg: - - Jekyll -cms: - - No Cms -date: 2014-01-04T22:52:55.000Z -description: A simple, beautiful Jekyll theme that's mobile first -stale: false -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-plain-webcomic-theme.md b/content/theme/jekyll-plain-webcomic-theme.md deleted file mode 100644 index 5f6634394..000000000 --- a/content/theme/jekyll-plain-webcomic-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Plain Webcomic -github: https://github.com/peahatlanding/Plain-Webcomic -demo: https://peahatlanding.github.io/Plain-Webcomic/ -author: Nico Bocalan -ssg: - - Jekyll -cms: - - No Cms -date: 2017-07-12T03:19:34.000Z -description: A simple webcomic theme for Jekyll. Built using Bootstrap. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-planetjekyll-starter.md b/content/theme/jekyll-planetjekyll-starter.md deleted file mode 100644 index 048925d57..000000000 --- a/content/theme/jekyll-planetjekyll-starter.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Planet Jekyll's Starter (Minimal) -github: https://github.com/planetjekyll/jekyll-starter-theme -demo: https://planetjekyll.github.io/jekyll-starter-theme/ -author: Gerald Bauer -ssg: - - Jekyll -cms: - - No Cms -date: 2015-08-08T14:36:05.000Z -description: jekyll starter theme - minimial -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-podcaster.md b/content/theme/jekyll-podcaster.md deleted file mode 100644 index d8ae87d04..000000000 --- a/content/theme/jekyll-podcaster.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: jekyll Podcaster -github: https://github.com/PandaSekh/Jekyll-Podcaster -demo: https://jekyll-podcaster.netlify.app/ -author: Alessio Franceschi -date: 2020-07-20T00:00:00.000Z -ssg: - - Jekyll -cms: - - no cms -description: Podcaster is a dynamic Jekyll theme built for... Podcasters! -stale: false ---- - -# [Jekyll Podcaster](https://jekyll-podcaster.netlify.app/) -Jekyll Podcaster is a [Jekyll](https://jekyllrb.com) theme built for podcasters. Every podcast needs a great website and this theme helps you achieve that. - -Please note that this theme will not build a RSS feed for your podcast, meaning that this is just for showcasing your podcast and not for distributing it. You still need to use a distribution platform. \ No newline at end of file diff --git a/content/theme/jekyll-polar-bear-theme.md b/content/theme/jekyll-polar-bear-theme.md deleted file mode 100644 index 856bf3e92..000000000 --- a/content/theme/jekyll-polar-bear-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Polar Bear -github: https://github.com/diezcami/polar-bear-theme/ -demo: https://diezcami.github.io/polar-bear-theme -author: Camille Diez -ssg: - - Jekyll -cms: - - No Cms -date: 2015-05-25T11:00:22.000Z -description: ':snowflake: A lightweight theme for Jekyll' -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-poole.md b/content/theme/jekyll-poole.md deleted file mode 100644 index 447a8aa7d..000000000 --- a/content/theme/jekyll-poole.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Poole -github: https://github.com/poole/poole -demo: https://demo.getpoole.com/ -author: Mark Otto -ssg: - - Jekyll -cms: - - No Cms -date: 2013-12-29T23:39:18.000Z -description: The Jekyll Butler. A no frills responsive Jekyll blog theme. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-popuptweets-theme.md b/content/theme/jekyll-popuptweets-theme.md deleted file mode 100644 index 703c8bd31..000000000 --- a/content/theme/jekyll-popuptweets-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Popup Tweets -github: https://github.com/junlulocky/PopupTweets -demo: https://jekyller.github.io/PopupTweets/ -author: Jun Lu -ssg: - - Jekyll -cms: - - No Cms -date: 2017-07-16T02:24:14.000Z -description: >- - Popup tweets plugin for your personal website (Linkedin, facebook message box - liked features) -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-portfolio-theme.md b/content/theme/jekyll-portfolio-theme.md deleted file mode 100644 index bac807a0a..000000000 --- a/content/theme/jekyll-portfolio-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Portfolio Jekyll Theme -github: https://github.com/LeNPaul/portfolio-jekyll-theme -demo: https://lenpaul.github.io/portfolio-jekyll-theme/ -author: Paul Le -ssg: - - Jekyll -cms: - - No Cms -date: 2016-09-05T21:02:25.000Z -description: Personal portfolio theme powered by Jekyll and GitHub Pages -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-princess-diaries.md b/content/theme/jekyll-princess-diaries.md deleted file mode 100644 index fa3dde9ea..000000000 --- a/content/theme/jekyll-princess-diaries.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Princess Diaries -github: https://github.com/laixintao/Princess-Diaries -demo: https://laixintao.github.io/Princess-Diaries.html -author: laixintao -ssg: - - Jekyll -cms: - - No 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 deleted file mode 100644 index 9e3e57f2a..000000000 --- a/content/theme/jekyll-professional-resume.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -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-progress-for-jekyll.md b/content/theme/jekyll-progress-for-jekyll.md deleted file mode 100644 index 19804f949..000000000 --- a/content/theme/jekyll-progress-for-jekyll.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Progress -github: https://github.com/alexanderussell/progress-for-jekyll -demo: https://alexanderussell.github.io/progress-for-jekyll -author: Alexander Russell -ssg: - - Jekyll -cms: - - No Cms -date: 2016-06-10T18:34:46.000Z -description: A long-form blogging theme for Jekyll. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-project-gaia.md b/content/theme/jekyll-project-gaia.md deleted file mode 100644 index 999bc06b2..000000000 --- a/content/theme/jekyll-project-gaia.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Project Gaia -github: https://github.com/szhielelp/JekyllTheme-ProjectGaia -demo: https://szhielelp.github.io/JekyllTheme-ProjectGaia/ -author: szhshp -ssg: - - Jekyll -cms: - - No 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-project-pages.md b/content/theme/jekyll-project-pages.md deleted file mode 100644 index 59917f61a..000000000 --- a/content/theme/jekyll-project-pages.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: project-pages -github: https://github.com/projectpages/project-pages -demo: https://projectpages.github.io/project-pages/ -author: Ahmet Cecen -ssg: - - Jekyll -cms: - - No Cms -date: 2015-02-03T18:36:21.000Z -description: >- - Fork this repo for a quick start. If 'Project Timeline' or 'License' appeared - on your nav bar, Look Below! -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-purelog.md b/content/theme/jekyll-purelog.md deleted file mode 100644 index 44401e53b..000000000 --- a/content/theme/jekyll-purelog.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: Purelog -github: https://github.com/brennanbrown/purelog -demo: https://purelog.netlify.app -author: brennanbrown -date: 2021-05-04T00:00:00.000Z -ssg: - - Jekyll -cms: - - No CMS -archetype: - - Blog -description: >- - A responsive sidebar Jekyll theme using the Pure.css framework, designed for - writers and bloggers of all kinds. -stale: false ---- - -# Purelog Theme for Jekyll - -**Purelog** is a responsive, sidebar theme for the popular JAMstack generator Jekyll that only uses the minimal [**Pure.css** framework](https://github.com/pure-css/pure) (hence the name!), while still following the best practices possible for accessibility and search-engine optimization. - -I created this after finishing [Watery](https://github.com/brennanbrown/watery) (which this theme is built off of), as a way to add more functionality and design while still remaining as lightweight as possible. - -This project is aimed towards those looking for an interesting theme for Jekyll that has features that aren't found commonly elsewhere, specifically having separate sections dedicated towards: blogging, note-taking, and daily journal entries. - -## Features - -Here are a few interesting features of this Jekyll theme: - -- A fully customizable and empty `_BLANK_config.yml` to make getting up-and-running easy. -- A speedy, on-site search function using [Simply Jekyll Search](https://github.com/christian-fei/Simple-Jekyll-Search). -- Custom collections for different types of material (note-taking, journal writing, etc.) -- An auto-generating archive page that displays all entries from _all_ collections. -- Auto-generating tags and categories pages. -- Having a `_pages` collection for easier organization. -- An author bio at the end of each post. (Located in `_inclues/author.html`) -- Full Rouge support for syntax highlighting. (Currently using `base16.solarized.light`) -- Auto-generated RSS feed, sitemap, accessibility features, and search-engine optimization. diff --git a/content/theme/jekyll-ramme.md b/content/theme/jekyll-ramme.md deleted file mode 100644 index ee6548adb..000000000 --- a/content/theme/jekyll-ramme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Ramme -github: https://github.com/TaylanTatli/Ramme -demo: https://taylantatli.github.io/Ramme -author: Taylan Tatlı -ssg: - - Jekyll -cms: - - No Cms -date: 2016-03-21T08:53:35.000Z -description: Just a simple Jekyll theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-redcup.md b/content/theme/jekyll-redcup.md deleted file mode 100644 index 1b7dffd94..000000000 --- a/content/theme/jekyll-redcup.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: redcup -github: https://github.com/nadjetey/redcup -demo: https://nadjetey.github.io/redcup/ -author: Nii Adjetey Sowah -ssg: - - Jekyll -cms: - - No Cms -date: 2014-01-26T21:40:33.000Z -description: This is a Jekyll Theme -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-researcher.md b/content/theme/jekyll-researcher.md deleted file mode 100644 index ba31a4818..000000000 --- a/content/theme/jekyll-researcher.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Researcher -github: https://github.com/ankitsultana/researcher -demo: https://ankitsultana.com/researcher -author: Ankit Sultana -ssg: - - Jekyll -cms: - - No Cms -date: 2016-08-29T16:23:36.000Z -description: A jekyll based resume template -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-resume.md b/content/theme/jekyll-resume.md deleted file mode 100644 index 55ff7c809..000000000 --- a/content/theme/jekyll-resume.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: jekyll-resume -github: https://github.com/mattcouchman/jekyll-resume -demo: https://mattcouchman.co.uk/jekyll-resume -author: Matt Couchman -ssg: - - Jekyll -cms: - - No Cms -date: 2016-05-31T20:26:59.000Z -description: A simple resume theme for Jekyll -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-resumecard.md b/content/theme/jekyll-resumecard.md deleted file mode 100644 index e726468f0..000000000 --- a/content/theme/jekyll-resumecard.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: resumecard -github: https://github.com/ddbullfrog/resumecard -demo: https://ddbullfrog.github.io/resumecard -author: Dong Liang -ssg: - - Jekyll -cms: - - No Cms -date: 2015-06-01T22:00:02.000Z -description: You can see the live demo -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-resumecards.md b/content/theme/jekyll-resumecards.md deleted file mode 100644 index 2e1c0d7eb..000000000 --- a/content/theme/jekyll-resumecards.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: ResumeCards -github: https://github.com/ellekasai/resumecards/ -demo: https://ellekasai.github.io/resumecards/ -author: Elle Kasai -ssg: - - Jekyll -cms: - - No Cms -date: 2014-12-28T20:41:56.000Z -description: >- - [Unmaintained] A Markdown based resume generator. It looks great on - mobile/desktop and can be saved as PDF. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-rifyll.md b/content/theme/jekyll-rifyll.md deleted file mode 100644 index c85a2b92f..000000000 --- a/content/theme/jekyll-rifyll.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Rifyll -github: https://github.com/itsrifat/rifyll -demo: https://itsrifat.github.io/rifyll/ -author: Moinul -ssg: - - Jekyll -cms: - - No Cms -date: 2015-01-01T21:38:31.000Z -description: 'A simple blog template for jekyll based on twitter bootstrap 3 ' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-rlstevenson.md b/content/theme/jekyll-rlstevenson.md deleted file mode 100644 index ec42f9fab..000000000 --- a/content/theme/jekyll-rlstevenson.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: RLStevenson -github: https://github.com/ExchangeRate-API/rlstevenson-jekyll-theme -demo: https://www.exchangerate-api.com/rlstevenson/ -author: ExchangeRate-API -ssg: - - Jekyll -cms: - - No Cms -date: 2016-09-08T12:22:19.000Z -description: 'A Bootstrap clone of the popular Hyde theme for Jekyll. ' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-rtd-theme.md b/content/theme/jekyll-rtd-theme.md deleted file mode 100644 index 95a363b5a..000000000 --- a/content/theme/jekyll-rtd-theme.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: jekyll-rtd-theme -github: https://github.com/rundocs/jekyll-rtd-theme -demo: https://rundocs.github.io/jekyll-rtd-theme/ -author: RunDocs -date: 2020-07-25T00:00:00.000Z -ssg: - - Jekyll -cms: - - no cms -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-safarnama.md b/content/theme/jekyll-safarnama.md deleted file mode 100644 index ca7aedf8b..000000000 --- a/content/theme/jekyll-safarnama.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Safarnama -github: https://github.com/hemangsk/safarnama -demo: https://hemangsk.github.io/safarnama -author: Hemang Kumar -ssg: - - Jekyll -cms: - - No Cms -date: 2016-05-21T11:02:17.000Z -description: 'Blogging for the free flying spirits :snowflake: :sunny: :thought_balloon:' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-saigon.md b/content/theme/jekyll-saigon.md deleted file mode 100644 index a32bbabf5..000000000 --- a/content/theme/jekyll-saigon.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Saigon -github: https://github.com/hoffli/saigon-jekyll-theme -demo: https://www.18a-saigon.com/ -author: Peter Hoffler -ssg: - - Jekyll -cms: - - No Cms -date: 2016-02-11T08:16:51.000Z -description: Jekyll mansonry theme -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-sciblog.md b/content/theme/jekyll-sciblog.md deleted file mode 100644 index 9f265250c..000000000 --- a/content/theme/jekyll-sciblog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Sciblog -github: https://github.com/airrayagroupwebdesign/sciblog -demo: https://sciblog.yourfreebies.org/ -author: Air Raya Group Web Design -ssg: - - Jekyll -cms: - - No Cms -date: 2016-02-10T04:25:25.000Z -description: Sci Blog jekyll theme -stale: true -disabled: true -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 deleted file mode 100644 index 84bc93a3a..000000000 --- a/content/theme/jekyll-serif.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Jekyll Serif -github: https://github.com/zerostaticthemes/jekyll-serif-theme -demo: https://jekyll-serif.netlify.app/ -author: Robert Austin -ssg: - - Jekyll -cms: - - No Cms -archetype: - - Business -css: - - SCSS - - Bootstrap -date: 2019-11-08T00:00:00.000Z -description: Serif is a beautiful small business theme for Jekyll. -stale: false ---- diff --git a/content/theme/jekyll-shiori.md b/content/theme/jekyll-shiori.md deleted file mode 100644 index b8a804405..000000000 --- a/content/theme/jekyll-shiori.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Shiori -github: https://github.com/ellekasai/shiori/ -demo: https://ellekasai.github.io/shiori/ -author: Elle Kasai -ssg: - - Jekyll -cms: - - No Cms -date: 2014-09-07T05:49:29.000Z -description: '[Unmaintained] A Bootstrap-based Jekyll Theme.' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-siera.md b/content/theme/jekyll-siera.md deleted file mode 100644 index 0a9f04c6b..000000000 --- a/content/theme/jekyll-siera.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Siera -github: https://github.com/KazumaSATO/Siera -demo: https://ranceworks.com/ -author: Kazuma SATO -ssg: - - Jekyll -cms: - - No Cms -date: 2015-11-14T07:47:20.000Z -description: jekyll theme -stale: true -disabled: true -disabled_reason: error checking demo url ---- \ No newline at end of file diff --git a/content/theme/jekyll-simple-blog-theme.md b/content/theme/jekyll-simple-blog-theme.md deleted file mode 100644 index 568bfaa8c..000000000 --- a/content/theme/jekyll-simple-blog-theme.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Jekyll Theme Simple Blog -github: https://gitlab.com/lorepirri/jekyll-theme-simple-blog -demo: https://lorepirri.gitlab.io/jekyll-theme-simple-blog/ -author: Lorenzo Pirritano (@lorepirri) -ssg: - - Jekyll -cms: - - No Cms -date: 2017-05-20T16:21:49.000Z -description: >- - Simple Blog Theme is a clean, responsive blogging theme for Jekyll and - GitLab/GitHub Pages. -stale: true -disabled: true -disabled_reason: error checking demo url ---- \ No newline at end of file diff --git a/content/theme/jekyll-simple-elegant-theme.md b/content/theme/jekyll-simple-elegant-theme.md deleted file mode 100644 index b57ecaefc..000000000 --- a/content/theme/jekyll-simple-elegant-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Simple Elegant -github: https://github.com/panxw/panxw.github.com -demo: https://www.panxw.com/ -author: Panxw -ssg: - - Jekyll -cms: - - No Cms -date: 2015-08-21T04:20:04.000Z -description: Blog theme powered by Jekyll. -stale: true -disabled: true -disabled_reason: error checking demo url ---- diff --git a/content/theme/jekyll-simple-texture-theme.md b/content/theme/jekyll-simple-texture-theme.md deleted file mode 100644 index c8904f7cb..000000000 --- a/content/theme/jekyll-simple-texture-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Simple Texture -github: https://github.com/yizeng/jekyll-theme-simple-texture -demo: https://yizeng.github.io/jekyll-theme-simple-texture/ -author: Yi Zeng -ssg: - - Jekyll -cms: - - No Cms -date: 2017-05-27T10:52:29.000Z -description: A gem-based responsive simple texture styled Jekyll theme. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-simple.md b/content/theme/jekyll-simple.md deleted file mode 100644 index a32222e28..000000000 --- a/content/theme/jekyll-simple.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: jekyll-simple -github: https://github.com/wild-flame/jekyll-simple -demo: https://wild-flame.github.io/jekyll-simple -author: David Lin -ssg: - - Jekyll -cms: - - No Cms -date: 2016-06-28T03:38:47.000Z -description: a simple jekyll theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-simplest.md b/content/theme/jekyll-simplest.md deleted file mode 100644 index 55acff913..000000000 --- a/content/theme/jekyll-simplest.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Simplest -github: https://github.com/nandomoreirame/simplest -demo: https://nandomoreira.me/simplest/ -author: nandomoreira.me -ssg: - - Jekyll -cms: - - No 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-simpleyyt.md b/content/theme/jekyll-simpleyyt.md deleted file mode 100644 index fc38e24ae..000000000 --- a/content/theme/jekyll-simpleyyt.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Simpleyyt -github: https://github.com/Simpleyyt/jekyll-simpleyyt -demo: https://simpleyyt.github.io/jekyll-simpleyyt -author: Yitao Yao -ssg: - - Jekyll -cms: - - No Cms -date: 2014-04-07T09:01:09.000Z -description: Jekyll theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-singlepaged.md b/content/theme/jekyll-singlepaged.md deleted file mode 100644 index 64c16581b..000000000 --- a/content/theme/jekyll-singlepaged.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: SinglePaged -github: https://github.com/t413/SinglePaged -demo: https://t413.com/SinglePaged -author: Tim O'Brien -ssg: - - Jekyll -cms: - - No Cms -date: 2014-09-19T20:31:46.000Z -description: SinglePaged - Simple Jekyll template -stale: true -disabled: true -disabled_reason: error checking demo url ---- \ No newline at end of file diff --git a/content/theme/jekyll-slate-and-simple-theme.md b/content/theme/jekyll-slate-and-simple-theme.md deleted file mode 100644 index dfa189b55..000000000 --- a/content/theme/jekyll-slate-and-simple-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Slate+Simple -github: https://github.com/benradford/Slate-and-Simple-Jekyll-Theme -demo: https://benradford.github.io -author: Benjamin J. Radford -ssg: - - Jekyll -cms: - - No Cms -date: 2017-05-28T01:14:55.000Z -description: A sleek Jekyll theme for blogs with clean typography and post featured images. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-slate.md b/content/theme/jekyll-slate.md deleted file mode 100644 index 050cbd87a..000000000 --- a/content/theme/jekyll-slate.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Slate -github: https://github.com/jasoncostello/slate -demo: https://jasoncostello.github.io/slate/ -author: Jason Costello -ssg: - - Jekyll -cms: - - No Cms -date: 2012-06-08T23:00:07.000Z -description: >- - Slate is theme for your GitHub Pages or Jekyll site. - https://jasoncostello.github.io/slate -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-sleek-blog.md b/content/theme/jekyll-sleek-blog.md deleted file mode 100644 index 949609df6..000000000 --- a/content/theme/jekyll-sleek-blog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Sleek Blog -github: https://github.com/bawn92/sleek_blog -demo: https://www.gearoidoconnor.ie/ -author: Gearoid O'Connor -ssg: - - Jekyll -cms: - - No 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-slender.md b/content/theme/jekyll-slender.md deleted file mode 100644 index ec392b20c..000000000 --- a/content/theme/jekyll-slender.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Slender -github: https://github.com/nikrich/jekyll-slender-template -demo: https://nikrich.github.io/jekyll-slender-template/# -author: Jannik Richter -ssg: - - Jekyll -cms: - - No Cms -date: 2016-03-30T10:52:12.000Z -description: Beautiful portfolio style template for jekyll -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-slides.md b/content/theme/jekyll-slides.md deleted file mode 100644 index ac8fe8168..000000000 --- a/content/theme/jekyll-slides.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Webjeda Slides -github: https://github.com/sharu725/slides -demo: https://webjeda.com/slides/ -author: webjeda -ssg: - - Jekyll -cms: - - No Cms -date: 2016-07-06T17:15:11.000Z -description: A presentstion theme -stale: false -disabled: true -disabled_reason: demo url not found ---- \ No newline at end of file diff --git a/content/theme/jekyll-smart-material-theme.md b/content/theme/jekyll-smart-material-theme.md deleted file mode 100644 index 10316e724..000000000 --- a/content/theme/jekyll-smart-material-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Smart Material -github: https://github.com/ssokurenko/jekyll-smart-material -demo: https://ssokurenko.github.io/jekyll-smart-material/ -author: Sergey Sokurenko -ssg: - - Jekyll -cms: - - No Cms -date: 2015-10-22T20:08:05.000Z -description: 'Smart Material Design theme for Jekyll, demo:' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-solana-theme.md b/content/theme/jekyll-solana-theme.md deleted file mode 100644 index 18b09d58d..000000000 --- a/content/theme/jekyll-solana-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Solana -github: https://github.com/rlue/jekyll-solana -demo: https://solana.ryanlue.com/ -author: Ryan Lue -ssg: - - Jekyll -cms: - - No Cms -date: 2017-03-29T06:10:39.000Z -description: A wholesome, flat, sunshiny Jekyll theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-solid.md b/content/theme/jekyll-solid.md deleted file mode 100644 index 9704c22b6..000000000 --- a/content/theme/jekyll-solid.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Solid -github: https://github.com/st4ple/solid-jekyll -demo: https://st4ple.github.io/solid-jekyll/ -author: Oliver Stapleton -ssg: - - Jekyll -cms: - - No Cms -date: 2014-08-15T13:40:18.000Z -description: 'A Jekyll port of the Solid theme (by blacktie.co). ' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-solo.md b/content/theme/jekyll-solo.md deleted file mode 100644 index 6d2ae4a05..000000000 --- a/content/theme/jekyll-solo.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Solo (single-page) -github: https://github.com/chibicode/solo/ -demo: https://chibicode.github.io/solo/ -author: Shu Uesugi -ssg: - - Jekyll -cms: - - No Cms -date: 2014-01-25T00:53:09.000Z -description: >- - :older_man: [UNMAINTAINED]: Solo is a Jekyll theme that supports single-page - websites only, but supports them well. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-sootspirits-theme.md b/content/theme/jekyll-sootspirits-theme.md deleted file mode 100644 index 953eae49e..000000000 --- a/content/theme/jekyll-sootspirits-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Soot Spirits -github: https://github.com/abhn/Soot-Spirits -demo: https://sootspirits.github.io/ -author: Abhishek Nagekar -ssg: - - Jekyll -cms: - - No Cms -date: 2017-04-17T17:06:15.000Z -description: >- - A simple responsive two column Jekyll theme. Great for personal blog and basic - portfolio website -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-space-theme.md b/content/theme/jekyll-space-theme.md deleted file mode 100644 index faa9c653d..000000000 --- a/content/theme/jekyll-space-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Space -github: https://github.com/victorvoid/space-jekyll-template/ -demo: https://victorvoid.me/space-jekyll-template/ -author: Victor Igor -ssg: - - Jekyll -cms: - - No Cms -date: 2016-09-12T16:49:05.000Z -description: >- - A simple spacemacs template on jekyll. - https://victorvoid.github.io/space-jekyll-template/ -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-spectral.md b/content/theme/jekyll-spectral.md deleted file mode 100644 index 9d60801fd..000000000 --- a/content/theme/jekyll-spectral.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Spectral -github: https://github.com/arkadianriver/spectral -demo: https://arkadianriver.github.io/spectral/ -author: Gary Faircloth -ssg: - - Jekyll -cms: - - No Cms -date: 2016-02-20T06:39:31.000Z -description: >- - A jekyll theme for the spectral template by html5up.net (@ajlkn). Demo: - https://arkadianriver.github.io/spectral. How to jekyll: - https://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 -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-stack-problems.md b/content/theme/jekyll-stack-problems.md deleted file mode 100644 index 3820a6787..000000000 --- a/content/theme/jekyll-stack-problems.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Stack Problems -github: https://github.com/agusmakmun/agusmakmun.github.io -demo: https://agusmakmun.github.io/ -author: Agus Makmun -ssg: - - Jekyll -cms: - - No Cms -date: 2016-04-18T11:12:39.000Z -description: ':raised_hands: Free and open-source Jekyll theme' -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-strangecase.md b/content/theme/jekyll-strangecase.md deleted file mode 100644 index 1f7140e1c..000000000 --- a/content/theme/jekyll-strangecase.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Strange Case -github: https://github.com/thephuse/strange_case -demo: https://thephuse.github.io/strange_case/ -author: Phuse -ssg: - - Jekyll -cms: - - No Cms -date: 2014-01-07T18:39:42.000Z -description: A theme for Jekyll -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-strata.md b/content/theme/jekyll-strata.md deleted file mode 100644 index 60205fdcf..000000000 --- a/content/theme/jekyll-strata.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Strata -github: https://github.com/CloudCannon/Strata-Jekyll-Theme -demo: https://html5up.net/strata -author: old-jekyll-templates -ssg: - - Jekyll -cms: - - No Cms -date: 2015-04-26T18:24:31.000Z -stale: true -disabled: true -disabled_reason: error checking demo url ---- \ No newline at end of file diff --git a/content/theme/jekyll-stylish-portfolio.md b/content/theme/jekyll-stylish-portfolio.md deleted file mode 100644 index c0fca2283..000000000 --- a/content/theme/jekyll-stylish-portfolio.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Stylish Portfolio -github: https://github.com/volny/stylish-portfolio-jekyll -demo: https://volny.github.io/stylish-portfolio-jekyll/ -author: Felix Volny -ssg: - - Jekyll -cms: - - No Cms -date: 2015-09-07T11:16:39.000Z -description: A Jekyll implementation of the Stylish Portfolio template by Start Bootstrap -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-sustain.md b/content/theme/jekyll-sustain.md deleted file mode 100644 index 05cd32e41..000000000 --- a/content/theme/jekyll-sustain.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Sustain -github: https://github.com/biomadeira/sustain -demo: https://jekyller.github.io/sustain/ -author: Fábio Madeira -ssg: - - Jekyll -cms: - - No Cms -date: 2015-10-27T22:42:43.000Z -description: 🎹 Personal blog powered by Jekyll -stale: false -disabled: true -disabled_reason: demo url not found ---- \ No newline at end of file diff --git a/content/theme/jekyll-svm-ngvb.md b/content/theme/jekyll-svm-ngvb.md deleted file mode 100644 index 36b903fab..000000000 --- a/content/theme/jekyll-svm-ngvb.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Steve's NGVB Theme -github: https://github.com/svmiller/steve-ngvb-jekyll-template -demo: https://svmiller.com/ -author: Steven V. Miller -ssg: - - Jekyll -cms: - - No Cms -date: 2015-08-16T21:27:34.000Z -description: >- - This is my no-good-very-bad template for Jekyll (modified from jekyll-new and - Alex King's Favepersonal). -stale: true -disabled: true -disabled_reason: error checking demo url ---- \ No newline at end of file diff --git a/content/theme/jekyll-sweet-16-theme.md b/content/theme/jekyll-sweet-16-theme.md deleted file mode 100644 index 1f8af040f..000000000 --- a/content/theme/jekyll-sweet-16-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Sweet 16 -github: https://github.com/jdh8/sweet-16/ -demo: https://jdh8.github.io -author: Chen-Pang He -ssg: - - Jekyll -cms: - - No Cms -date: 2017-02-08T20:32:46.000Z -description: Wordpress 2016 theme in Jekyll -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-swift.md b/content/theme/jekyll-swift.md deleted file mode 100644 index 4f01c1853..000000000 --- a/content/theme/jekyll-swift.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Swift -github: https://github.com/pranavrajs/swift/ -demo: https://pranavrajs.github.io/swift/ -author: Pranav Raj S -ssg: - - Jekyll -cms: - - No Cms -date: 2014-11-28T18:43:16.000Z -description: 'A clean Minimal Blog theme for Jekyll , built with Bootswatch ' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-taken-theme.md b/content/theme/jekyll-taken-theme.md deleted file mode 100644 index 83c3e324e..000000000 --- a/content/theme/jekyll-taken-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Taken -github: https://github.com/vfalanis/taken -demo: https://vfalanis.me/taken/ -author: Valentina Fernandez Alanis (vfalanis) -ssg: - - Jekyll -cms: - - No Cms -date: 2016-04-28T04:46:31.000Z -description: Minimalist two-column jekyll theme -stale: true -disabled: true -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 deleted file mode 100644 index 61a674c19..000000000 --- a/content/theme/jekyll-tale-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Jekyll Tale -github: https://github.com/chesterhow/tale -demo: https://chesterhow.github.io/tale/ -author: Chester How -ssg: - - Jekyll -cms: - - No Cms -date: 2017-03-10T04:32:23.000Z -description: Minimal Jekyll theme for storytellers -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-textlog.md b/content/theme/jekyll-textlog.md deleted file mode 100644 index 2a9ea37a4..000000000 --- a/content/theme/jekyll-textlog.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: TextLog -github: https://github.com/heiswayi/textlog -demo: https://heiswayi.github.io/textlog/ -author: Heiswayi Nrird -ssg: - - Jekyll -cms: - - No Cms -date: 2017-01-15T08:19:03.000Z -description: Minimalist, lefty-style Jekyll theme designed for documentation based blog. -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-the-plain.md b/content/theme/jekyll-the-plain.md deleted file mode 100644 index 9324b158f..000000000 --- a/content/theme/jekyll-the-plain.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: The Plain -github: https://github.com/heiswayi/the-plain -demo: https://heiswayi.github.io/the-plain/ -author: Heiswayi Nrird -ssg: - - Jekyll -cms: - - No Cms -date: 2015-09-08T16:09:41.000Z -description: A minimalist Jekyll theme, ideally designed for your personal blog use. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-theme-HardCandy.md b/content/theme/jekyll-theme-HardCandy.md deleted file mode 100644 index f55f2f25d..000000000 --- a/content/theme/jekyll-theme-HardCandy.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: HardCandy-Jekyll -github: https://github.com/xukimseven/HardCandy-Jekyll -demo: https://ww1.xseven.me/ -author: xujinqi -ssg: - - Jekyll -cms: - - No 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 deleted file mode 100644 index 0d89e13f6..000000000 --- a/content/theme/jekyll-theme-LOFFER.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: LOFFER -github: https://github.com/FromEndWorld/LOFFER -demo: https://fromendworld.github.io/LOFFER/ -author: FromEndworld -ssg: - - Jekyll -cms: - - No Cms -date: 2019-06-02T06:42:58.000Z -description: '博客主题 A forkable Jekyll theme with Chinese UI and document ' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-theme-Minimal-Resume.md b/content/theme/jekyll-theme-Minimal-Resume.md deleted file mode 100644 index 136696a0d..000000000 --- a/content/theme/jekyll-theme-Minimal-Resume.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Minimal Resume -github: https://github.com/murraco/jekyll-theme-minimal-resume -demo: https://jekyll-theme-minimal-resume.netlify.com/ -author: Mauricio Urraco -ssg: - - Jekyll -cms: - - No Cms -date: 2017-11-16T01:45:13.000Z -description: >- - Simple Jekyll theme for a minimal resume website: - https://jekyll-theme-minimal-resume.netlify.com/ -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-theme-PlainWhite.md b/content/theme/jekyll-theme-PlainWhite.md deleted file mode 100644 index 6a2357e07..000000000 --- a/content/theme/jekyll-theme-PlainWhite.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Plainwhite -github: https://github.com/thelehhman/plainwhite-jekyll -demo: https://thelehhman.com/ -author: thelehhman -ssg: - - Jekyll -cms: - - No Cms -date: 2019-03-24T16:00:17.000Z -description: A configurable portfolio-style jekyll theme for writers. -stale: false -disabled_reason: demo url connection refused -disabled: true ---- diff --git a/content/theme/jekyll-theme-SIMPLE-GREEN-TECH.md b/content/theme/jekyll-theme-SIMPLE-GREEN-TECH.md deleted file mode 100644 index 1d964f1ce..000000000 --- a/content/theme/jekyll-theme-SIMPLE-GREEN-TECH.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: SIMPLE GREEN TECHBLOG -github: https://github.com/alainpham/alainpham.github.io -demo: https://alainpham.github.io -author: Alain Pham -ssg: - - Jekyll -cms: - - No Cms -date: 2016-12-16T09:55:03.000Z -description: Personal blog to present projects and thoughts -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-theme-Texture-Theme.md b/content/theme/jekyll-theme-Texture-Theme.md deleted file mode 100644 index 902130fd4..000000000 --- a/content/theme/jekyll-theme-Texture-Theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Texture -github: https://github.com/thelehhman/texture -demo: https://thelehhman.com/texture/ -author: thelehhman -ssg: - - Jekyll -cms: - - No Cms -date: 2019-06-29T14:05:37.000Z -description: A configurable theme for simply beautiful blogs. -stale: false -disabled_reason: demo url connection refused -disabled: true ---- diff --git a/content/theme/jekyll-theme-barber.md b/content/theme/jekyll-theme-barber.md deleted file mode 100644 index ff14b0342..000000000 --- a/content/theme/jekyll-theme-barber.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Barber -github: https://github.com/samesies/barber-jekyll -demo: https://barber.samesies.io/ -author: Thomas Vaeth -ssg: - - Jekyll -cms: - - No Cms -date: 2018-02-15T03:05:57.000Z -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 deleted file mode 100644 index 489d459ce..000000000 --- a/content/theme/jekyll-theme-basically-basic.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Basically Basic -github: https://github.com/mmistakes/jekyll-theme-basically-basic -demo: https://mmistakes.github.io/jekyll-theme-basically-basic/ -author: Michael Rose -ssg: - - Jekyll -cms: - - No Cms -date: 2017-03-07T21:08:01.000Z -description: Your new Jekyll default theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-theme-cayman-blog.md b/content/theme/jekyll-theme-cayman-blog.md deleted file mode 100644 index 8cf6e06dc..000000000 --- a/content/theme/jekyll-theme-cayman-blog.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Cayman Blog Theme -github: https://github.com/lorepirri/cayman-blog -demo: https://lorepirri.github.io/cayman-blog/ -author: Lorenzo Pirritano (@lorepirri) -ssg: - - Jekyll -cms: - - No Cms -date: 2017-04-28T21:55:31.000Z -description: Cayman Blog is a Jekyll theme for GitHub Pages, based on Cayman theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-theme-chirpy.md b/content/theme/jekyll-theme-chirpy.md deleted file mode 100644 index 9949b5713..000000000 --- a/content/theme/jekyll-theme-chirpy.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Chirpy -github: https://github.com/cotes2020/jekyll-theme-chirpy/ -demo: https://cotes2020.github.io/chirpy-demo/ -author: Cotes Chung -date: 2019-01-12T07:37:30.000Z -ssg: - - Jekyll -cms: - - No CMS -description: A Jekyll theme with responsive web design that focuses on text presentation. -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-theme-console.md b/content/theme/jekyll-theme-console.md deleted file mode 100644 index a4de52878..000000000 --- a/content/theme/jekyll-theme-console.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: jekyll-theme-console -github: https://github.com/b2a3e8/jekyll-theme-console -demo: https://b2a3e8.github.io/jekyll-theme-console/ -author: b2a3e8 -ssg: - - Jekyll -cms: - - No Cms -date: 2018-11-07T15:08:15.000Z -description: >- - A jekyll theme inspired by linux consoles for hackers, developers and script - kiddies. -stale: false -disabled_reason: demo url not found -disabled: true ---- diff --git a/content/theme/jekyll-theme-dark-reader.md b/content/theme/jekyll-theme-dark-reader.md deleted file mode 100644 index 4b44459ca..000000000 --- a/content/theme/jekyll-theme-dark-reader.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Dark Reader -github: https://github.com/sharadcodes/jekyll-theme-dark-reader -demo: https://sharadcodes.github.io/jekyll-theme-dark-reader/ -author: Sharad Raj Singh Maurya -ssg: - - Jekyll -cms: - - No Cms -category: - - Blog -date: 2019-11-25T00:00:00.000Z -description: A Minimal Dark theme for jekyll with minimal CSS by Sharad Raj Singh Maurya -stale: false ---- diff --git a/content/theme/jekyll-theme-hackcss.md b/content/theme/jekyll-theme-hackcss.md deleted file mode 100644 index 02125fe3e..000000000 --- a/content/theme/jekyll-theme-hackcss.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Jekyll theme HackCSS -github: https://github.com/wemake-services/jekyll-theme-hackcss -demo: https://wemake.services/jekyll-theme-hackcss/ -author: wemake.services -ssg: - - Jekyll -cms: - - No 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-hacker-blog.md b/content/theme/jekyll-theme-hacker-blog.md deleted file mode 100644 index 0a844853c..000000000 --- a/content/theme/jekyll-theme-hacker-blog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Hacker Blog -github: https://github.com/tocttou/hacker-blog -demo: https://ashishchaudhary.in/hacker-blog/ -author: Ashish Chaudhary -ssg: - - Jekyll -cms: - - No Cms -date: 2017-12-12T21:51:39.000Z -description: >- - Hacker-Blog is a minimalistic, responsive jekyll theme built for hackers. - https://ashishchaudhary.in/hacker-blog -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-theme-help-center.md b/content/theme/jekyll-theme-help-center.md deleted file mode 100644 index a49b4ba91..000000000 --- a/content/theme/jekyll-theme-help-center.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Jekyll Help Center Theme -github: https://github.com/gustavoquinalha/jekyll-help-center-theme -demo: https://quinalha.me/jekyll-help-center-theme/ -author: Gustavo Quinalha -ssg: - - Jekyll -cms: - - No Cms -date: 2017-12-12T15:50:55.000Z -description: Simple and responsive Jekyll theme for help center. -stale: true -disabled: true -disabled_reason: error checking demo url ---- diff --git a/content/theme/jekyll-theme-horizon-flow.md b/content/theme/jekyll-theme-horizon-flow.md deleted file mode 100644 index 00157a9c1..000000000 --- a/content/theme/jekyll-theme-horizon-flow.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -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-hydrogen.md b/content/theme/jekyll-theme-hydrogen.md deleted file mode 100644 index 83d27ef9e..000000000 --- a/content/theme/jekyll-theme-hydrogen.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Hydrogen -github: https://github.com/link9596/hydrogen -demo: https://hydrogen.atlinker.cn/ -author: Link -ssg: - - Jekyll -cms: - - No Cms -date: 2018-11-18T07:09:14.000Z -description: ':+1:轻盈、简洁的Jekyll主题,A Lightweight and Concise Jekyll theme For You.' -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-theme-libretto.md b/content/theme/jekyll-theme-libretto.md deleted file mode 100644 index e5a3271b7..000000000 --- a/content/theme/jekyll-theme-libretto.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Libretto -github: https://github.com/ferrolho/jekyll-theme-libretto -demo: https://ferrolho.github.io/jekyll-theme-libretto/ -author: Henrique Ferrolho -ssg: - - Jekyll -cms: - - No Cms -date: 2016-09-01T12:53:45.000Z -description: >- - :scroll: Libretto is a Jekyll theme with classic styling and typographic - details -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-theme-material-you.md b/content/theme/jekyll-theme-material-you.md deleted file mode 100644 index 5a500f3a6..000000000 --- a/content/theme/jekyll-theme-material-you.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -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-milo.md b/content/theme/jekyll-theme-milo.md deleted file mode 100644 index e8732603a..000000000 --- a/content/theme/jekyll-theme-milo.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Milo Bootstrap -github: https://github.com/sharadcodes/jekyll-theme-milo -demo: https://sharadcodes.github.io/jekyll-theme-milo/ -author: Sharad Raj Singh Maurya -ssg: - - Jekyll -cms: - - No Cms -date: 2019-10-04T00:00:00.000Z -description: 'A Bootstrap theme tweaked for Jekyll :heart:' -stale: true ---- diff --git a/content/theme/jekyll-theme-minimal-text.md b/content/theme/jekyll-theme-minimal-text.md deleted file mode 100644 index 6b796323a..000000000 --- a/content/theme/jekyll-theme-minimal-text.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Minimal Text -github: https://github.com/clarkhacks/Minimal-Text -demo: https://gh.clarkhacks.com/Minimal-Text/ -author: Clark Hacks -ssg: - - Jekyll -cms: - - No 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 deleted file mode 100644 index 89150a6c6..000000000 --- a/content/theme/jekyll-theme-mundana.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Mundana Jekyll Theme -github: https://github.com/wowthemesnet/mundana-theme-jekyll -demo: https://wowthemesnet.github.io/mundana-theme-jekyll/ -author: wowthemesnet -ssg: - - Jekyll -cms: - - No Cms -date: 2019-02-08T19:25:42.000Z -description: Mundana is a free Jekyll theme, Medium styled. -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 deleted file mode 100644 index 79ac2b608..000000000 --- a/content/theme/jekyll-theme-panthera-jekyll.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: panthera-jekyll -github: https://github.com/christianezeani/panthera-jekyll -demo: https://demothemes.github.io/panthera-jekyll/ -author: Christian Ezeani -ssg: - - Jekyll -cms: - - No Cms -date: 2019-06-04T23:36:15.000Z -description: >- - A quick and simple responsive developer portfolio theme for jekyll sites and - GitHub Pages. -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 deleted file mode 100644 index ea1db8c7b..000000000 --- a/content/theme/jekyll-theme-project-negya.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: pRoJEct-NeGYa -github: https://github.com/akiritsu/pRoJEct-NeGYa -demo: https://akiritsu.github.io/pRoJEct-NeGYa/ -author: DeerRIDER -ssg: - - Jekyll -cms: - - No Cms -date: 2019-06-15T10:37:38.000Z -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 deleted file mode 100644 index 1b291f9f9..000000000 --- a/content/theme/jekyll-theme-prologue.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Prologue -github: https://github.com/chrisbobbe/jekyll-theme-prologue -demo: https://chrisbobbe.github.io/jekyll-theme-prologue/ -author: Chris Bobbe -ssg: - - Jekyll -cms: - - No Cms -date: 2018-01-07T03:51:49.000Z -description: A Jekyll version of the 'Prologue' theme by HTML5 UP -stale: true ---- diff --git a/content/theme/jekyll-theme-retro-yellow.md b/content/theme/jekyll-theme-retro-yellow.md deleted file mode 100644 index 37bcf1d2e..000000000 --- a/content/theme/jekyll-theme-retro-yellow.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: Retro Yellow -github: https://github.com/sharadcodes/jekyll-theme-retro-yellow -demo: https://sharadcodes.github.io/jekyll-theme-retro-yellow/ -author: Sharad Raj Singh Maurya -ssg: - - Jekyll -cms: - - No Cms -category: - - Blog -date: 2020-01-04T00:00:00.000Z -description: A Minimal Light theme for Jekyll with minimal CSS by Sharad Raj Singh Maurya -stale: false ---- - -# A minimal theme for Jekyll - -A super simple theme with minimal CSS and HTML. You can also change the Hero color from `_config.yml` file. - -## Features - -* Github flavoured markdown -* Syntax highlighting -* Lightweight front-end -* An RSS feed for your posts -* Sitemap - -## How to install - -1. Download or clone the repo - `git clone https://github.com/sharadcodes/jekyll-theme-retro-yellow.git` -2. Enter the folder - `cd jekyll-theme-retro-yellow` -3. Run - `bundle install` -4. Start Jekyll server - `bundle exec jekyll serve` -5. Access via - * localhost or according to your pc configurations. -6. Change the `_config.yml` file according to you. -7. Upload the files on your repository and :sunglasses: enjoy. diff --git a/content/theme/jekyll-theme-satellite.md b/content/theme/jekyll-theme-satellite.md deleted file mode 100644 index 3c687d9a3..000000000 --- a/content/theme/jekyll-theme-satellite.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -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-scribble.md b/content/theme/jekyll-theme-scribble.md deleted file mode 100644 index c3184114a..000000000 --- a/content/theme/jekyll-theme-scribble.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Scribble -github: https://github.com/muan/scribble -demo: https://scribble.muan.co/ -author: Mu-An Chiou -ssg: - - Jekyll -cms: - - No Cms -date: 2013-05-06T09:51:15.000Z -description: ':tomato: A Jekyll theme.' -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-theme-serial-programmer.md b/content/theme/jekyll-theme-serial-programmer.md deleted file mode 100644 index 85778daaa..000000000 --- a/content/theme/jekyll-theme-serial-programmer.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -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-skinny-bones.md b/content/theme/jekyll-theme-skinny-bones.md deleted file mode 100644 index b22ad5f28..000000000 --- a/content/theme/jekyll-theme-skinny-bones.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Skinny Bones -github: https://github.com/mmistakes/jekyll-theme-skinny-bones -demo: https://mmistakes.github.io/jekyll-theme-skinny-bones/ -author: Michael Rose -ssg: - - Jekyll -cms: - - No Cms -date: 2014-06-02T13:25:37.000Z -description: A Jekyll starter with a variety of flexible layouts and components. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-theme-tiffany.md b/content/theme/jekyll-theme-tiffany.md deleted file mode 100644 index 47840a1e9..000000000 --- a/content/theme/jekyll-theme-tiffany.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Tiffany -github: https://github.com/bit-ranger/blog -demo: https://bit-ranger.github.io/blog/ -author: bit-ranger -ssg: - - Jekyll -cms: - - No Cms -date: 2015-01-25T05:46:39.000Z -description: 博客 -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-theme-true-minimal.md b/content/theme/jekyll-theme-true-minimal.md deleted file mode 100644 index b2d24dd4e..000000000 --- a/content/theme/jekyll-theme-true-minimal.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: True Minimal -github: https://github.com/cyevgeniy/jekyll-true-minimal -demo: https://cyevgeniy.github.io/jekyll-true-minimal/ -author: Yevgeniy Chaban -ssg: - - Jekyll -cms: - - No Cms -date: 2018-10-17T07:11:51.000Z -description: Minimal and ascetic theme for jekyll -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-theme-wu-kan.md b/content/theme/jekyll-theme-wu-kan.md deleted file mode 100644 index 3f2fa464b..000000000 --- a/content/theme/jekyll-theme-wu-kan.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: wu-kan -github: https://github.com/wu-kan/wu-kan.github.io -demo: https://wu-kan.github.io -author: WuK -ssg: - - Jekyll -cms: - - No Cms -date: 2019-02-22T21:33:42.000Z -description: A content-first, sliding sidebar theme for Jekyll. -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-theme-yat.md b/content/theme/jekyll-theme-yat.md deleted file mode 100644 index 553ea8efc..000000000 --- a/content/theme/jekyll-theme-yat.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: Yet Another Theme (YAT) -github: https://github.com/jeffreytse/jekyll-theme-yat -demo: https://jeffreytse.github.io/jekyll-theme-yat/ -author: Jeffrey Tse -date: 2020-09-01T00:00:00.000Z -ssg: - - Jekyll -cms: - - No Cms -archetype: - - Blog - - Business -description: 🎨 Yet another theme for elegant writers with modern flat style. -stale: false ---- - -## What's new? - -🎨 Yet another theme for elegant writers with modern flat style. - - -Hey, nice to meet you, you found this [Jekyll][jekyll] theme. Here the yet -another theme is a modern theme, and it's quiet clear, clean and neat for -writers and posts. It always helps us focus on the **content** and the -**functions**. - -## Features - -- Full layouts `home`, `post`, `tags`, `archive` and `about`. -- Uses font awesome 5 for icons. -- Beautiful Syntax Highlight using [hilight.js][hilight-js]. -- RSS support using [Jekyll Feed][jekyll-feed] gem. -- Optimized for search engines using [Jekyll Seo Tag][jekyll-seo-tag] gem. -- Sitemap support using [Jekyll Sitemap][jekyll-sitemap] gem. -- Complex and flexible table support using [jekyll-spaceship][jekyll-spaceship] gem. -- MathJAX and LaTeX optional support using [jekyll-spaceship][jekyll-spaceship] gem. -- Media (Youtube, Spotify, etc.) support using [jekyll-spaceship][jekyll-spaceship] gem. -- Diagram (PlantUML, Mermaid) support using [jekyll-spaceship][jekyll-spaceship] gem. -- Google Translation support. -- New post tag support. - -## Others - -For more info checkout github repository [jeffreytse/jekyll-theme-yat][yat-git-repo]. -Also, visit the live [demo][yat-live-demo] site for the theme. - - -[jekyll]: https://jekyllrb.com/ -[yat-git-repo]: https://github.com/jeffreytse/jekyll-theme-yat/ -[yat-live-demo]: https://jeffreytse.github.io/jekyll-theme-yat/ -[jekyll-spaceship]: https://github.com/jeffreytse/jekyll-spaceship -[jekyll-seo-tag]: https://github.com/jekyll/jekyll-seo-tag -[jekyll-sitemap]: https://github.com/jekyll/jekyll-sitemap -[jekyll-feed]: https://github.com/jekyll/jekyll-feed -[hilight-js]: https://github.com/highlightjs/highlight.js diff --git a/content/theme/jekyll-thinkspace.md b/content/theme/jekyll-thinkspace.md deleted file mode 100644 index 065da0846..000000000 --- a/content/theme/jekyll-thinkspace.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Thinkspace -github: https://github.com/heiswayi/thinkspace -demo: https://heiswayi.github.io/thinkspace/ -author: Heiswayi Nrird -ssg: - - Jekyll -cms: - - No Cms -date: 2016-06-11T09:31:31.000Z -description: >- - Just another minimalist Jekyll theme which designed for technical writing - blog. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-thunder.md b/content/theme/jekyll-thunder.md deleted file mode 100644 index 1c2e782de..000000000 --- a/content/theme/jekyll-thunder.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Thunder -github: https://github.com/sharu725/thunder -demo: https://webjeda.com/thunder/ -author: sharathdt -ssg: - - Jekyll -cms: - - No Cms -date: 2016-05-12T16:03:19.000Z -description: A minimal and superfast Jekyll theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-trading.md b/content/theme/jekyll-trading.md deleted file mode 100644 index f3d83db75..000000000 --- a/content/theme/jekyll-trading.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Trading -github: https://github.com/altcointrading/trading -demo: https://www.altcointrading.net/ -author: Altcoin Trading -ssg: - - Jekyll -cms: - - No Cms -date: 2016-04-08T08:45:41.000Z -description: jekyll theme in newspaper style -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-travelog.md b/content/theme/jekyll-travelog.md deleted file mode 100644 index 1ef18d75a..000000000 --- a/content/theme/jekyll-travelog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Travelog -github: https://github.com/rowanoulton/travelog-theme -demo: https://travelog.io/ -author: Rowan Oulton -ssg: - - Jekyll -cms: - - No Cms -date: 2014-08-05T05:36:00.000Z -description: Travelog is a theme for Jekyll that is both elegant and downright simple. -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-travelogue.md b/content/theme/jekyll-travelogue.md deleted file mode 100644 index c5cdb88ed..000000000 --- a/content/theme/jekyll-travelogue.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Travelogue -github: https://github.com/SalGnt/Travelogue -demo: https://salgnt.github.io/Travelogue/ -author: Salvatore Gentile -ssg: - - Jekyll -cms: - - No Cms -date: 2015-01-13T15:49:27.000Z -description: >- - A minimal, single-column Jekyll theme that provides an immersive read - experience for your readers. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-trophy.md b/content/theme/jekyll-trophy.md deleted file mode 100644 index 37d8e5e4c..000000000 --- a/content/theme/jekyll-trophy.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Trophy -github: https://github.com/thomasvaeth/trophy-jekyll -demo: https://thomasvaeth.com/trophy/ -author: Thomas Vaeth -ssg: - - Jekyll -cms: - - No Cms -date: 2016-08-29T04:37:02.000Z -description: 🏆 – A blog theme for Jekyll. -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-ttskch-theme.md b/content/theme/jekyll-ttskch-theme.md deleted file mode 100644 index 4313a8361..000000000 --- a/content/theme/jekyll-ttskch-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: TtskchTheme -github: https://github.com/ttskch/jekyll-ttskch-theme -demo: https://ttskch.github.io/jekyll-ttskch-theme/ -author: Takashi Kanemoto -ssg: - - Jekyll -cms: - - No Cms -date: 2015-01-23T10:41:56.000Z -description: A simple and customizable theme for Jekyll. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-tufte-theme.md b/content/theme/jekyll-tufte-theme.md deleted file mode 100644 index 2781e1933..000000000 --- a/content/theme/jekyll-tufte-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Tufte-Jekyll -github: https://github.com/clayh53/tufte-jekyll -demo: https://clayh53.github.io/tufte-jekyll/ -author: Clay Harmon -ssg: - - Jekyll -cms: - - No Cms -date: 2015-02-20T21:51:52.000Z -description: >- - Minimal Jekyll blog styled to resemble the look and layout of Edward Tufte's - books -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-twenty.md b/content/theme/jekyll-twenty.md deleted file mode 100644 index d7b22ed32..000000000 --- a/content/theme/jekyll-twenty.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Twenty -github: https://github.com/CloudCannon/Twenty-Jekyll-Theme -demo: https://html5up.net/twenty -author: HTML5 UP (html5up.net), @n33co -ssg: - - Jekyll -cms: - - No Cms -date: 2015-01-07T02:59:06.000Z -description: >- - Twenty Jekyll Theme - more themes available @ - https://cloudcannon.com/jekyll_themes -stale: true -disabled: true -disabled_reason: error checking demo url ---- \ No newline at end of file diff --git a/content/theme/jekyll-twister.md b/content/theme/jekyll-twister.md deleted file mode 100644 index 4895dcd6a..000000000 --- a/content/theme/jekyll-twister.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Twister -github: https://github.com/DigitalMindCH/twister -demo: https://digitalmind.ch/themes/twister-jekyll-theme/demo/ -author: Digitalmind -ssg: - - Jekyll -cms: - - No Cms -date: 2015-05-11T09:18:26.000Z -description: a free multimedia jekyll theme -stale: true -disabled_reason: error checking demo url -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-two-column.md b/content/theme/jekyll-two-column.md deleted file mode 100644 index 6a5f29958..000000000 --- a/content/theme/jekyll-two-column.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: 2 column Blog with Video -github: https://github.com/Digital-Roots/Jekyll-2-Column-Theme -demo: https://www.digitalroots.io/two-column/ -author: Robert Edwardes -ssg: - - Jekyll -cms: - - No Cms -date: 2016-11-01T17:51:22.000Z -description: Basic Jekyll Theme with 2 Column -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-type-theme.md b/content/theme/jekyll-type-theme.md deleted file mode 100644 index efdd2769e..000000000 --- a/content/theme/jekyll-type-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Jekyll Type Theme -github: https://github.com/rohanchandra/type-theme -demo: https://rohanchandra.github.io/type-theme/ -author: Rohan Chandra -ssg: - - Jekyll -cms: - - No Cms -date: 2015-01-07T02:37:24.000Z -description: >- - A free and open-source Jekyll theme with responsive design. Great for blogs - and easy to customize. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-type.md b/content/theme/jekyll-type.md deleted file mode 100644 index 292ee5b51..000000000 --- a/content/theme/jekyll-type.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Jekyll Type -github: https://github.com/aspirethemes/type -demo: https://type-jekyll.aspirethemes.com/ -author: Aspire Themes -ssg: - - Jekyll -cms: - - No Cms -date: 2017-09-25T11:27:16.000Z -description: 🎉 Minimal and Clean Free Jekyll Theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-typewriter.md b/content/theme/jekyll-typewriter.md deleted file mode 100644 index adbf840af..000000000 --- a/content/theme/jekyll-typewriter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Typewriter -github: https://github.com/alixedi/typewriter -demo: https://alixedi.github.io/typewriter/ -author: alixedi -ssg: - - Jekyll -cms: - - No Cms -date: 2014-06-05T18:19:20.000Z -description: A simple and beautiful theme for Jekyll -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-typing-theme.md b/content/theme/jekyll-typing-theme.md deleted file mode 100644 index 725c5b0d1..000000000 --- a/content/theme/jekyll-typing-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Typing -github: https://github.com/williamcanin/typing-jekyll-template -demo: https://williamcanin.github.io/typing-jekyll-template/ -author: William Canin -ssg: - - Jekyll -cms: - - No Cms -date: 2017-04-20T17:36:16.000Z -description: >- - :syringe: Typing, is a template for Jekyll built especially for those who want - to have a blog and pages quickly and lightly. -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-ultra-minimalista.md b/content/theme/jekyll-ultra-minimalista.md deleted file mode 100644 index 839da7d92..000000000 --- a/content/theme/jekyll-ultra-minimalista.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Ultra-Minimalista -github: https://github.com/brxyxncorp/ultra-minimalista -demo: https://brxyxncorp.github.io/ultra-minimalista/ -author: Brayan López -ssg: - - Jekyll -cms: - - No Cms -date: 2016-12-25T05:30:54.000Z -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-uno-dbyll.md b/content/theme/jekyll-uno-dbyll.md deleted file mode 100644 index 2a7c55d02..000000000 --- a/content/theme/jekyll-uno-dbyll.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Uno-dbyll -github: https://github.com/meliodus/uno-dbyll -demo: https://meliodus.github.io/uno-dbyll/ -author: Ankan Biswas -ssg: - - Jekyll -cms: - - No Cms -date: 2015-02-01T19:02:47.000Z -description: Simple, clean, responsive and stylist theme for jekyll -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-uno-timeline.md b/content/theme/jekyll-uno-timeline.md deleted file mode 100644 index 4b74fe76b..000000000 --- a/content/theme/jekyll-uno-timeline.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Jekyll-Uno-Timeline -github: https://github.com/tzuehlke/jekyll-uno-timeline -demo: https://thomas.zuehlke.family/ -author: Thomas Zühlke -ssg: - - Jekyll -css: - - SCSS -cms: - - No Cms -archetype: - - Single Page -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: false -disabled: true -disabled_reason: error checking demo url ---- diff --git a/content/theme/jekyll-uno.md b/content/theme/jekyll-uno.md deleted file mode 100644 index 42c0ff25e..000000000 --- a/content/theme/jekyll-uno.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Jekyll-Uno -github: https://github.com/joshgerdes/jekyll-uno -demo: https://joshgerdes.com/jekyll-uno/ -author: Josh Gerdes -ssg: - - Jekyll -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: true ---- diff --git a/content/theme/jekyll-urban.md b/content/theme/jekyll-urban.md deleted file mode 100644 index 9dbf43712..000000000 --- a/content/theme/jekyll-urban.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Urban -github: https://github.com/midzer/urban-theme -demo: https://midzer.github.io/urban-theme/ -author: Dennis Rohner -ssg: - - Jekyll -cms: - - No Cms -date: 2015-10-06T13:35:07.000Z -description: minimal jekyll theme for visual artists -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-video.md b/content/theme/jekyll-video.md deleted file mode 100644 index 2cebffb00..000000000 --- a/content/theme/jekyll-video.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Jekyll Video -github: https://github.com/mushishi78/jekyll-video -demo: https://mushishi78.github.io/jekyll-video/ -author: Max White -ssg: - - Jekyll -cms: - - No Cms -date: 2015-08-24T01:18:55.000Z -description: Template for a video blog -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-violet.md b/content/theme/jekyll-violet.md deleted file mode 100644 index 8877d7661..000000000 --- a/content/theme/jekyll-violet.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Violet -github: https://github.com/sergiokopplin/violet -demo: https://sergiokopplin.github.io/violet/ -author: Sérgio Kopplin -ssg: - - Jekyll -cms: - - No Cms -date: 2016-07-06T02:09:17.000Z -description: ':crystal_ball: Violet Jekyll Template' -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-vision-casper-theme.md b/content/theme/jekyll-vision-casper-theme.md deleted file mode 100644 index 9a1605762..000000000 --- a/content/theme/jekyll-vision-casper-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Jekyll Vision Casper Theme -github: https://github.com/hugocarreira/jekyll-vision-casper-theme -demo: https://hugocarreira.github.io/jekyll-vision-casper-theme/ -author: Hugo Carrereira -ssg: - - Jekyll -cms: - - No Cms -date: 2016-11-26T05:26:16.000Z -description: >- - :construction: work in progress - only my simple vision of casper theme - adapted to jekyll -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-vitae.md b/content/theme/jekyll-vitae.md deleted file mode 100644 index 57f8267fc..000000000 --- a/content/theme/jekyll-vitae.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Vitae -github: https://github.com/biomadeira/vitae -demo: https://jekyller.github.io/vitae/ -author: biomadeira -ssg: - - Jekyll -cms: - - No Cms -date: 2015-10-24T19:05:41.000Z -description: 👨‍💼 Personal resume powered by Jekyll -stale: false -disabled: true -disabled_reason: demo url not found ---- \ No newline at end of file diff --git a/content/theme/jekyll-voyager.md b/content/theme/jekyll-voyager.md deleted file mode 100644 index ce6e7dbbe..000000000 --- a/content/theme/jekyll-voyager.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Voyager -github: https://github.com/redVi/voyager -demo: https://redvi.github.io/voyager/ -author: redVi -ssg: - - Jekyll -cms: - - No Cms -date: 2016-06-29T06:06:11.000Z -description: Just another jekyll theme. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-vyaasa.md b/content/theme/jekyll-vyaasa.md deleted file mode 100644 index 89fc7b78c..000000000 --- a/content/theme/jekyll-vyaasa.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Vyaasa -github: https://github.com/sharu725/vyaasa -demo: https://webjeda.com/vyaasa -author: webjeda -ssg: - - Jekyll -cms: - - No Cms -date: 2016-09-22T14:23:34.000Z -description: Here is the demo -stale: false -disabled: true -disabled_reason: demo url not found ---- \ No newline at end of file diff --git a/content/theme/jekyll-wall-e-theme.md b/content/theme/jekyll-wall-e-theme.md deleted file mode 100644 index e26ba0b84..000000000 --- a/content/theme/jekyll-wall-e-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Wall-E -github: https://github.com/abhn/Wall-E -demo: https://wall-e-jekyll.github.io/ -author: Abhishek Nagekar -ssg: - - Jekyll -cms: - - No Cms -date: 2017-10-21T10:30:33.000Z -description: >- - A modern jekyll theme with grid frontpage, beautiful typography, mobile - responsive, made with Semantic UI -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-wangana.md b/content/theme/jekyll-wangana.md deleted file mode 100644 index 31f9402f6..000000000 --- a/content/theme/jekyll-wangana.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Wangana -github: https://github.com/nadjetey/wangana -demo: https://thesowah.github.io/wangana/ -author: Nii Adjetey Sowah -ssg: - - Jekyll -cms: - - No Cms -date: 2014-02-09T16:41:40.000Z -description: >- - Wangana is a responsive Jekyll theme, perfect for powering your GitHub hosted - blog. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-watery.md b/content/theme/jekyll-watery.md deleted file mode 100644 index 65bc52865..000000000 --- a/content/theme/jekyll-watery.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: Watery -github: https://github.com/brennanbrown/watery -demo: https://watery.netlify.app -author: brennanbrown -date: 2021-05-04T00:00:00.000Z -ssg: - - Jekyll -cms: - - No CMS -archetype: - - Blog -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. -stale: false ---- - -# Watery Theme for Jekyll - -**Watery** is a minimalist, bare-bones theme for the popular JAMstack file-based CMS Jekyll that only uses the `<80kb` [**Water.css** framework](https://github.com/kognise/water.css) (hence the name!), while still following the best practices possible for accessibility and search-engine optimization. - -I created this because I wasn't able to find an up-to-date starter/skeleton theme for Jekyll. Even the default theme, Minima, uses the large Bootstrap framework. - -This project is aimed towards those curious about using Jekyll for the first time, and want to build from as close to scratch as possible. Alternatively, it still has all the features required for creating a hassle-free, informational website or blog in just a few clicks. - -As of November 1st, 2020, with >70 posts on Watery, the website scores a perfect 100 in Performance, Accessibility, Best Practices, and SEO on an audit with [**Google Lighthouse**](https://developers.google.com/web/tools/lighthouse). - -## Features - -Despite Watery's minimalist nature, there are a few interesting features that have been added: - -- A fully customizable and empty `_BLANK_config.yml` to make getting up-and-running easy. -- Having a `_pages` collection for easier organization. -- Auto-generated links in navigation to all pages in `_pages`. -- Auto-generated [tags page](https://watery.netlify.app/tags) that lists all tags used by all posts in chronological order. -- An author bio at the end of each post. (Located in `_inclues/author.html`) -- Full [Rouge](https://github.com/rouge-ruby/rouge) support for syntax code highlighting. (Currently using `base16.solarized.light`) -- Auto-generated RSS feed, sitemap, accessibility features, and search-engine optimization. diff --git a/content/theme/jekyll-web-presentation-theme.md b/content/theme/jekyll-web-presentation-theme.md deleted file mode 100644 index 12174fb4a..000000000 --- a/content/theme/jekyll-web-presentation-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Web-presentation -github: https://github.com/deepidea/web-presentation -demo: https://deepidea.github.io/web-presentation/ -author: DeepIdea -ssg: - - Jekyll -cms: - - No Cms -date: 2017-10-15T05:35:15.000Z -description: Jekyll theme template to create web presentation -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-webjeda-ashwath.md b/content/theme/jekyll-webjeda-ashwath.md deleted file mode 100644 index 8f6f258f0..000000000 --- a/content/theme/jekyll-webjeda-ashwath.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Webjeda Ashwath -github: https://github.com/sharu725/ashwath -demo: https://webjeda.com/ashwath/ -author: webjeda -ssg: - - Jekyll -cms: - - No Cms -date: 2017-03-22T19:17:15.000Z -description: Minimal Jekyll Theme with an app like layout -stale: false -disabled: true -disabled_reason: demo url not found ---- \ No newline at end of file diff --git a/content/theme/jekyll-webjeda-cards.md b/content/theme/jekyll-webjeda-cards.md deleted file mode 100644 index f1353334e..000000000 --- a/content/theme/jekyll-webjeda-cards.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Webjeda Cards -github: https://github.com/sharu725/cards -demo: https://webjeda.com/cards -author: sharathdt -ssg: - - Jekyll -cms: - - No Cms -date: 2016-06-16T10:12:17.000Z -description: A bootstrap based minimal jekyll theme -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-what-a-theme.md b/content/theme/jekyll-what-a-theme.md deleted file mode 100644 index a8722c067..000000000 --- a/content/theme/jekyll-what-a-theme.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: What A Theme -github: https://github.com/thedevslot/WhatATheme/ -demo: https://thedevslot.github.io/WhatATheme/ -author: Sneha Omer, Harsh Trivedi -date: 2020-08-22T00:00:00.000Z -ssg: - - Jekyll -cms: - - No Cms -archetype: - - Blog - - Portfolio -css: - - Bulma -description: >- - WhatATheme is a customizable Jekyll Portfolio theme which supports blogging. - You can use this theme in order to create an elegant, fully responsive - portfolio. -stale: false ---- diff --git a/content/theme/jekyll-white-paper.md b/content/theme/jekyll-white-paper.md deleted file mode 100644 index ba490ee6c..000000000 --- a/content/theme/jekyll-white-paper.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: White Paper -github: https://github.com/vinitkumar/white-paper -demo: https://vinitkumar.github.io/white-paper/ -author: Vinit Kumar -ssg: - - Jekyll -cms: - - No Cms -date: 2014-06-30T14:56:52.000Z -description: Simple, elegant and clean jekyll theme. -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-whiteglass.md b/content/theme/jekyll-whiteglass.md deleted file mode 100644 index 32822c656..000000000 --- a/content/theme/jekyll-whiteglass.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: whiteglass -github: https://github.com/yous/whiteglass -demo: https://yous.github.io/whiteglass/ -author: Chayoung You -ssg: - - Jekyll -cms: - - No Cms -date: 2017-01-06T17:13:03.000Z -description: Minimal, responsive Jekyll theme for hackers -stale: false ---- \ No newline at end of file diff --git a/content/theme/jekyll-wiki-blog.md b/content/theme/jekyll-wiki-blog.md deleted file mode 100644 index f76f66683..000000000 --- a/content/theme/jekyll-wiki-blog.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Wiki Blog -github: https://github.com/lixizhi/lixizhi.github.io -demo: https://lixizhi.github.io/ -author: LiXizhi -ssg: - - Jekyll -cms: - - No Cms -date: 2015-11-17T09:51:10.000Z -description: Xizhi's personal website -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-windows-95-theme.md b/content/theme/jekyll-windows-95-theme.md deleted file mode 100644 index 5d0489c01..000000000 --- a/content/theme/jekyll-windows-95-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Windows 95 -github: https://github.com/h01000110/windows-95 -demo: https://h01000110.github.io/windows-95/ -author: h01000110 (hi) -ssg: - - Jekyll -cms: - - No Cms -date: 2017-09-17T15:21:03.000Z -description: Jekyll Theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-wing.md b/content/theme/jekyll-wing.md deleted file mode 100644 index 72b6cd9f2..000000000 --- a/content/theme/jekyll-wing.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Wing -github: https://github.com/nikrich/jekyll-wing-template -demo: https://nikrich.github.io/jekyll-wing-template/# -author: Jannik Richter -ssg: - - Jekyll -cms: - - No Cms -date: 2016-07-19T09:48:57.000Z -description: Light and beautiful blog style template for jekyll -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-xixia-theme.md b/content/theme/jekyll-xixia-theme.md deleted file mode 100644 index a886062df..000000000 --- a/content/theme/jekyll-xixia-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Xixia -github: https://github.com/zxixia/jekyll-xixia -demo: https://xixia.info/jekyll-xixia/ -author: Xixia -ssg: - - Jekyll -cms: - - No Cms -date: 2017-09-19T06:00:06.000Z -description: A Jekyll theme. -stale: true -disabled: true -disabled_reason: error checking demo url ---- \ No newline at end of file diff --git a/content/theme/jekyll-yamt.md b/content/theme/jekyll-yamt.md deleted file mode 100644 index c3b110ae7..000000000 --- a/content/theme/jekyll-yamt.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: YAMT -github: https://github.com/PandaSekh/Jekyll-YAMT -demo: https://yamt.netlify.app/ -author: Alessio Franceschi -date: 2020-05-21T00:00:00.000Z -ssg: - - Jekyll -cms: - - no cms -description: YAMT is a minimal Jekyll theme focused on simplicity and ease-of-use. -stale: true ---- - -# YAMT - Yet Another Minimal Theme - -YAMT is a minimal [Jekyll](https://jekyllrb.com) theme focused on simplicity and ease-of-use. It has great modularity, allowing you to easily decide what you actually want on your website. - -## Features - -- Minimal and clean design. -- Fully modular: activate and load only what you really need. -- Works great on mobile and smaller screens. -- Supports [Disqus](https://disqus.com/) comments activated only on button press, if you activate them. -- [Google Analytics](https://www.google.com/analytics/) support. -- [Open Graph](https://ogp.me/) and [Twitter Cards](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started) support to better index the website content on search engines and social networks. -- [MathJAX](https://www.mathjax.org/) and [LaTeX](https://www.latex-project.org/) optional support. Write beautiful math! -- [RSS](https://github.com/jekyll/jekyll-feed) support. -- Beautiful [Syntax Highlight](https://yamt.netlify.app/2020/05/19/special-formatting.html#syntax-highlight). Write some code and show it in a graceful way. diff --git a/content/theme/jekyll-yellowblue.md b/content/theme/jekyll-yellowblue.md deleted file mode 100644 index d91758e9e..000000000 --- a/content/theme/jekyll-yellowblue.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Yellowblue -github: https://github.com/chalatz/yellowblue -demo: https://chalatz.github.io/yellowblue/ -author: Christos Alatzas -ssg: - - Jekyll -cms: - - No Cms -date: 2015-10-16T09:59:38.000Z -description: Yellowblue. A free responsive Jekyll blog theme. -stale: true -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-yummy-theme.md b/content/theme/jekyll-yummy-theme.md deleted file mode 100644 index e1e6ffc2e..000000000 --- a/content/theme/jekyll-yummy-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Yummy Theme -github: https://github.com/DONGChuan/Yummy-Jekyll -demo: https://dongchuan.github.io/ -author: DONG Chuan -ssg: - - Jekyll -cms: - - No Cms -date: 2016-05-13T12:47:31.000Z -description: Yummy Jekyll Theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyll-zeespre-one.md b/content/theme/jekyll-zeespre-one.md deleted file mode 100644 index f1470a536..000000000 --- a/content/theme/jekyll-zeespre-one.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -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/jekyll-zetsu.md b/content/theme/jekyll-zetsu.md deleted file mode 100644 index c3f682462..000000000 --- a/content/theme/jekyll-zetsu.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Zetsu -github: https://github.com/nandomoreirame/zetsu -demo: https://nandomoreirame.github.io/zetsu/ -author: Fernando Moreira -ssg: - - Jekyll -cms: - - No Cms -date: 2015-08-08T05:58:15.000Z -description: 💎 Zetsu - a free Jekyll theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/jekyllBear.md b/content/theme/jekyllBear.md deleted file mode 100644 index 3e8173a3e..000000000 --- a/content/theme/jekyllBear.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -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 deleted file mode 100644 index 747a68f7f..000000000 --- a/content/theme/just-me.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -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 deleted file mode 100644 index 6ecd533eb..000000000 --- a/content/theme/just-the-docs.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Just The Docs -github: https://github.com/pmarsceill/just-the-docs -demo: https://pmarsceill.github.io/just-the-docs/ -author: Patrick Marsceill -ssg: - - Jekyll -cms: - - No Cms -date: 2017-11-08T16:22:28.000Z -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/landing-page-theme.md b/content/theme/landing-page-theme.md deleted file mode 100644 index 994c3511b..000000000 --- a/content/theme/landing-page-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Landing Page Jekyll theme -github: https://github.com/swcool/landing-page-theme -demo: https://shaneweng.com/landing-page-theme/ -author: Shane Weng -ssg: - - Jekyll -cms: - - No Cms -date: 2014-10-04T15:07:16.000Z -description: Jekyll Bootstrap theme -stale: true -disabled: true -disabled_reason: error checking demo url ---- diff --git a/content/theme/limp-dark.md b/content/theme/limp-dark.md deleted file mode 100644 index e540fbfed..000000000 --- a/content/theme/limp-dark.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Limp Dark -github: https://github.com/ankit-kumar-jat/limp-dark -demo: https://ankitkumarjat.me/limp/ -author: Ankit Kumar Jat -date: 2020-11-28T00:00:00.000Z -ssg: - - Jekyll -cms: - - No CMS -css: - - SCSS -archetype: - - Blog -description: A Lightning fast dark jekyll blog theme -disabled_reason: demo url not found -stale: false -disabled: true ---- - -# A simple starter kit for blog - -This theme is a lightweight starter kit. It also gives you a well organised starting point to extend it for yourself. - -## Features - -* Customisable design -* Customisable global data and navigation -* Tags and tag archives -* Progressively enhanced, semantic and accessible -* 100 google Page speed index score -* SEO optimized diff --git a/content/theme/linkhub-jekyll-theme.md b/content/theme/linkhub-jekyll-theme.md deleted file mode 100644 index 6eb9a8f0d..000000000 --- a/content/theme/linkhub-jekyll-theme.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -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 deleted file mode 100644 index 896a5168d..000000000 --- a/content/theme/listed.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -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 deleted file mode 100644 index f5598ff7c..000000000 --- a/content/theme/lotusdocs.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -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 deleted file mode 100644 index d068415a1..000000000 --- a/content/theme/materialpro-free-nuxtjs-template.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -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 deleted file mode 100644 index e020a68a3..000000000 --- a/content/theme/materio-free-react-nextjs-admin-template.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -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 deleted file mode 100644 index b3db424cb..000000000 --- a/content/theme/materio-free-vuetify-nuxtjs-admin-template.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -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 deleted file mode 100644 index c6fa309de..000000000 --- a/content/theme/maverick.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -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/medium-export.md b/content/theme/medium-export.md deleted file mode 100644 index 72225b264..000000000 --- a/content/theme/medium-export.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Medium Export -github: https://github.com/philhawksworth/medium-export -demo: https://rss-jamstack.netlify.com/ -author: Phil Hawksworth -ssg: - - Eleventy -cms: - - No Cms -date: 2018-09-06T12:55:13.000Z -description: A demo of generating an JAMstack site from an RSS feed -stale: true ---- diff --git a/content/theme/mediumish-theme-jekyll.md b/content/theme/mediumish-theme-jekyll.md deleted file mode 100644 index dbb6f9397..000000000 --- a/content/theme/mediumish-theme-jekyll.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Mediumish Theme Jekyll -github: https://github.com/wowthemesnet/mediumish-theme-jekyll -demo: https://wowthemesnet.github.io/mediumish-theme-jekyll/ -author: WowThemesNet -ssg: - - Jekyll -cms: - - No Cms -date: 2018-01-12T23:01:51.000Z -description: Jekyll Template - Mediumish -stale: true ---- \ No newline at end of file diff --git a/content/theme/mere-blog-theme.md b/content/theme/mere-blog-theme.md deleted file mode 100644 index 3a1b00736..000000000 --- a/content/theme/mere-blog-theme.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Mere Blog Theme -github: https://github.com/chrisrhymes/mere-blog-theme -demo: https://www.csrhymes.com/mere-blog-theme/ -author: chrisrhymes -date: 2020-08-22T00:00:00.000Z -ssg: - - Jekyll -cms: - - No CMS -css: - - Bulma -archetype: - - Blog -description: >- - Mere is a minimal and simple blog theme, and nothing more, for use with Jekyll - and GitHub Pages. -stale: true ---- \ No newline at end of file diff --git a/content/theme/middleman-bootstrap-template.md b/content/theme/middleman-bootstrap-template.md deleted file mode 100644 index 0596e8932..000000000 --- a/content/theme/middleman-bootstrap-template.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Middleman Bootstrap Template -github: https://github.com/mattolson/middleman-bootstrap-template -demo: https://middleman-bootstrap.s3-website-us-east-1.amazonaws.com/ -author: Matt Olson -ssg: - - Middleman -cms: - - No Cms -css: - - Bootstrap -date: 2017-12-28T02:11:32.000Z -description: Bootstrap v4 template for Middleman static site generator -stale: true -disabled: true -disabled_reason: error checking demo url ---- diff --git a/content/theme/middleman-casper.md b/content/theme/middleman-casper.md deleted file mode 100644 index a79a16567..000000000 --- a/content/theme/middleman-casper.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Middleman Casper -github: https://github.com/danielbayerlein/middleman-casper -demo: https://demo.ghost.io/ -author: Daniel Bayerlein -ssg: - - Middleman -cms: - - No Cms -date: 2013-10-26T09:58:22.000Z -description: 👻 Casper theme (Ghost) for Middleman-Blog -stale: true ---- diff --git a/content/theme/middleman-starter-netlify-cms.md b/content/theme/middleman-starter-netlify-cms.md deleted file mode 100644 index d4db4e626..000000000 --- a/content/theme/middleman-starter-netlify-cms.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Middleman Starter Netlify CMS -github: https://github.com/tomrutgers/middleman-starter-netlify-cms -demo: https://middleman-netlify-cms.netlify.com/ -author: Tom Rutgers -ssg: - - Middleman -cms: - - DecapCMS -date: 2018-08-14T21:03:30.000Z -description: A simple example to get started with Middleman and Netlify CMS -stale: true ---- diff --git a/content/theme/middleman-zurb-template.md b/content/theme/middleman-zurb-template.md deleted file mode 100644 index 9ae0e178a..000000000 --- a/content/theme/middleman-zurb-template.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Middleman Zurb -github: https://github.com/mattolson/middleman-zurb-template -demo: https://mattolson.com/ -author: Matt Olson -ssg: - - Middleman -cms: - - No Cms -date: 2013-02-02T00:32:42.000Z -description: >- - Middleman blog template containing ZURB Foundation and sensible default - components and templates -stale: true -disabled: true -disabled_reason: error checking demo url ---- diff --git a/content/theme/millennial.md b/content/theme/millennial.md deleted file mode 100644 index 7a275a948..000000000 --- a/content/theme/millennial.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Millennial -github: https://github.com/LeNPaul/Millennial -demo: https://lenpaul.github.io/Millennial/ -author: Paul Le -ssg: - - Jekyll -cms: - - No Cms -date: 2016-08-21T21:53:24.000Z -description: A minimalist Jekyll theme for running an online publication -stale: false ---- \ No newline at end of file diff --git a/content/theme/minimal-categorized.md b/content/theme/minimal-categorized.md deleted file mode 100644 index 2d48e04f7..000000000 --- a/content/theme/minimal-categorized.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: minimal-categorized -github: https://github.com/ItsMeaga1n/minimal-categorized -demo: https://itsmeaga1n.github.io/minimal-categorized/ -author: ItsMeaga1n -date: 2021-01-24T00:00:00.000Z -ssg: - - Jekyll -cms: - - No CMS -archetype: - - Blog - - Portfolio -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 - -This theme is a lightweight framework for personal blogs and portfolios. It's a great way to publish your interests on a website - -## Features - -* Everything is customizable - thanks to generic structure of this theme, almost every part of it can be manipulated -* Two main categories are supported -* Included styles for code snipped display diff --git a/content/theme/minimal-jekyll b/content/theme/minimal-jekyll deleted file mode 100644 index 2da963878..000000000 --- a/content/theme/minimal-jekyll +++ /dev/null @@ -1,25 +0,0 @@ ---- -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-mistakes.md b/content/theme/minimal-mistakes.md deleted file mode 100644 index d009cf078..000000000 --- a/content/theme/minimal-mistakes.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Minimal Mistakes -github: https://github.com/mmistakes/minimal-mistakes -demo: https://mmistakes.github.io/minimal-mistakes/ -author: Michael Rose -ssg: - - Jekyll -cms: - - No Cms -date: 2013-05-24T14:13:30.000Z -description: >- - :triangular_ruler: Jekyll theme for building a personal site, blog, project - documentation, or portfolio. -stale: false ---- diff --git a/content/theme/minimal-starter-theme.md b/content/theme/minimal-starter-theme.md deleted file mode 100644 index 26ad139f0..000000000 --- a/content/theme/minimal-starter-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Gridsome Minimal Blog -github: https://github.com/lauragift21/gridsome-minimal-blog -demo: https://gridsome-blog-telerik.netlify.com/ -author: Gift Egwuenu -ssg: - - Gridsome -cms: - - No CMS -date: 2019-05-23T10:48:45.000Z -description: A blog built with Gridsome and Hosted on Netlify -stale: false ---- \ No newline at end of file diff --git a/content/theme/minimal.md b/content/theme/minimal.md deleted file mode 100644 index 9969a08b6..000000000 --- a/content/theme/minimal.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Minimal -github: https://github.com/calintat/minimal -demo: https://themes.gohugo.io/theme/minimal/ -author: Calin Tataru -ssg: - - Hugo -cms: - - No 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 deleted file mode 100644 index 492e724e9..000000000 --- a/content/theme/minimalist-hugo.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -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-alabaster.md b/content/theme/mkdocs-alabaster.md deleted file mode 100644 index bd57e9f69..000000000 --- a/content/theme/mkdocs-alabaster.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: MkDocs Alabaster -github: https://github.com/notpushkin/mkdocs-alabaster -demo: https://mkdocs-alabaster.ale.sh/ -author: Alexander Pushkov -ssg: - - MkDocs -cms: - - No Cms -date: 2016-01-29T22:40:46.000Z -description: Alabaster port for MkDocs -stale: true ---- \ No newline at end of file diff --git a/content/theme/mkdocs-cinder.md b/content/theme/mkdocs-cinder.md deleted file mode 100644 index 60d6304cb..000000000 --- a/content/theme/mkdocs-cinder.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Cinder -github: https://github.com/chrissimpkins/cinder -demo: https://sourcefoundry.org/cinder/ -author: Chris Simpkins -ssg: - - MkDocs -cms: - - No Cms -date: 2015-08-28T03:45:23.000Z -description: A clean, responsive MkDocs theme -stale: true ---- \ No newline at end of file diff --git a/content/theme/mkdocs-material.md b/content/theme/mkdocs-material.md deleted file mode 100644 index 1ed4acb83..000000000 --- a/content/theme/mkdocs-material.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: MkDocs Material -github: https://github.com/squidfunk/mkdocs-material -demo: https://squidfunk.github.io/mkdocs-material/ -author: Martin Donath -ssg: - - MkDocs -cms: - - No Cms -date: 2016-01-28T22:09:23.000Z -description: A Material Design theme for MkDocs -stale: false ---- - -A Material Design theme for MkDocs \ No newline at end of file diff --git a/content/theme/mkdocs-rtd-dropdown.md b/content/theme/mkdocs-rtd-dropdown.md deleted file mode 100644 index 8b06cda6a..000000000 --- a/content/theme/mkdocs-rtd-dropdown.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Read The Docs Dropdown -github: https://github.com/cjsheets/mkdocs-rtd-dropdown -demo: https://readthedocs.sheets.ch/ -author: Chad Sheets -ssg: - - MkDocs -cms: - - No Cms -date: 2017-10-29T19:41:23.000Z -description: MkDocs Theme - modified version of ReadTheDocs -stale: true -disabled: true -disabled_reason: demo url not found ---- \ No newline at end of file diff --git a/content/theme/mkdocs-windmill.md b/content/theme/mkdocs-windmill.md deleted file mode 100644 index d953d2877..000000000 --- a/content/theme/mkdocs-windmill.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: MkDocs Windmill -github: https://github.com/gristlabs/mkdocs-windmill -demo: https://gristlabs.github.io/mkdocs-windmill/ -author: Grist Labs -ssg: - - MkDocs -cms: - - No Cms -date: 2017-05-15T03:51:22.000Z -description: Outstanding mkdocs theme with a focus on navigation and usability -stale: false ---- \ No newline at end of file diff --git a/content/theme/modern-blog.md b/content/theme/modern-blog.md deleted file mode 100644 index e0bab5c85..000000000 --- a/content/theme/modern-blog.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Modern Blog -github: https://github.com/inded/Jekyll_modern-blog -demo: https://inded.xyz/Jekyll_modern-blog/ -author: Inded -ssg: - - Jekyll -cms: - - No Cms -date: 2015-07-11T17:47:40.000Z -description: A Modern, Clean, Jekyll Blog Layout based from codedrops -stale: true ---- \ No newline at end of file diff --git a/content/theme/moltin-ecommerce-starter.md b/content/theme/moltin-ecommerce-starter.md deleted file mode 100644 index 5f4784301..000000000 --- a/content/theme/moltin-ecommerce-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Moltin ecommerce starter -github: https://github.com/moltin/gatsby-demo-store -demo: https://demo.moltin.com -author: Jamie Barton -ssg: - - Gatsby -cms: - - No Cms -date: 2019-01-25T10:48:44.000Z -description: Moltin + Gatsby powered online store -stale: true ---- diff --git a/content/theme/neat-starter.md b/content/theme/neat-starter.md deleted file mode 100644 index 9d8dacb3e..000000000 --- a/content/theme/neat-starter.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -title: Neat Starter -github: https://github.com/surjithctly/neat-starter -demo: https://neat-starter.netlify.app/ -author: Surjith S M -date: 2020-10-05T00:00:00.000Z -ssg: - - Eleventy -cms: - - DecapCMS -css: - - Tailwind -archetype: - - Blog -description: Starter Template for Netlify CMS, Eleventy, Alpine JS & Tailwind CSS -stale: false ---- - -# Neat Starter - -Starter Template for **N**etlify CMS, **E**leventy, **A**lpine JS & **T**ailwind CSS - -## Live Demo - -[https://neat-starter.netlify.app/](https://neat-starter.netlify.app/) - -### Technologies used: - -- [Netlify CMS](https://www.DecapCMS.org/) -- [Eleventy](https://www.11ty.dev/) -- [Alpine.js](https://github.com/alpinejs/alpine) -- [Tailwind CSS](https://tailwindcss.com/) - -Deploy to Netlify - -## Getting Started - -### 1\. Clone this Repository - -``` -git clone https://github.com/surjithctly/neat-starter.git -``` - -### 2\. Navigate to the directory - -``` -cd neat-starter -``` - -### 3\. Install dependencies - -``` -npm install -``` - -### 4\. Build the project to generate the first CSS - -This step is only required the very first time. - -``` -npm run build -``` - -### 5\. Run Eleventy - -``` -npm run start -``` - -## Author - -Surjith S M ( [@surjithctly](https://surjithctly.in/) ) diff --git a/content/theme/netlifycms-gridsome.md b/content/theme/netlifycms-gridsome.md deleted file mode 100644 index d16b5f9ae..000000000 --- a/content/theme/netlifycms-gridsome.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Gridsome Netlify CMS -github: https://github.com/suits-at/DecapCMS-gridsome -author: suits-at -demo: https://DecapCMS-gridsome.suits.at -date: 2020-06-03T00:00:00.000Z -ssg: - - Gridsome -cms: - - DecapCMS -archetype: - - Blog -description: A simple, hackable & minimalistic template for Gridsome -stale: true ---- - -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 deleted file mode 100644 index 8dc8b4e1d..000000000 --- a/content/theme/newsliner-gatsby-ghost-starter.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Newsliner Gatsby + Ghost Starter -github: https://github.com/epilocal/newsliner-gatsby -demo: https://newsliner-gatsby.epilocal.com/ -author: Epilocal -ssg: - - Gatsby -cms: - - Ghost -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: true ---- diff --git a/content/theme/newsroom.md b/content/theme/newsroom.md deleted file mode 100644 index efa91d8c7..000000000 --- a/content/theme/newsroom.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Newsroom -github: https://github.com/onweru/newsroom -demo: https://rooms.netlify.com -author: Weru -ssg: - - Hugo -cms: - - No Cms -date: 2019-08-15T20:25:37.000Z -description: A simple, minimalistic Hugo theme. View Demo here -stale: false ---- diff --git a/content/theme/next-basic-blog.md b/content/theme/next-basic-blog.md deleted file mode 100644 index 940ddab60..000000000 --- a/content/theme/next-basic-blog.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Next Basic Blog -github: https://github.com/mudassirgithub/next-basic-blog -demo: https://next-basic-blog.vercel.app/ -author: Ahmed Mudassir -date: 2020-08-18T00:00:00.000Z -ssg: - - Next -cms: - - No CMS -css: - - Tailwind -archetype: - - Blog -description: >- - A JAMstack Theme of Basic Blog Site with dark/light theme toggle support built - using Nextjs, Tailwindcss and Markdown. -stale: true ---- - -# A simple starter kit for Blog with Nextjs, Tailwindcss, Markdown Files - -This theme is a lightweight starter kit. It also gives you a well organised starting point to extend it for yourself. - -## Features - -* dark/light theme support -* SEO metadata and Open Graph tags -* Easy to add posts/blogs -* Easy to customize diff --git a/content/theme/next-dev-studio.md b/content/theme/next-dev-studio.md deleted file mode 100644 index b1812d913..000000000 --- a/content/theme/next-dev-studio.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Next Dev Studio -github: https://github.com/lwz7512/next-dev-studio -demo: https://next-dev-studio.vercel.app/ -author: lwz7512 -date: 2021-06-07T00:00:00.000Z -ssg: - - Next -cms: - - No CMS -css: - - PostCSS -archetype: - - Business -description: >- - A small business website template based on Nextjs and the original idea of - one-click-hugo-cms from netlify. -stale: false ---- - -# A small business website using Next.js and Markdown - -Two years ago I built my studio [website](https://github.com/lwz7512/one-click-hugo-cms) using [one click hugo cms](https://github.com/netlify-templates/one-click-hugo-cms), now my tech stack switched to Nextjs, so I migrated that into a Nextjs version(in three days). - -## Features - -* No code website -* Define website in Markdown content -* Easy style customization -* Minimum CSS inclusion with purgecss diff --git a/content/theme/next-ecommerce.md b/content/theme/next-ecommerce.md deleted file mode 100644 index abe960c12..000000000 --- a/content/theme/next-ecommerce.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -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 deleted file mode 100644 index da1122eb0..000000000 --- a/content/theme/next-enterprise.md +++ /dev/null @@ -1,284 +0,0 @@ ---- -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 deleted file mode 100644 index 18632c16d..000000000 --- a/content/theme/next-hull.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -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 deleted file mode 100644 index 21347b0d5..000000000 --- a/content/theme/next-landing-vpn.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -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 deleted file mode 100644 index d58b71686..000000000 --- a/content/theme/next-lotse-theme.md +++ /dev/null @@ -1,97 +0,0 @@ ---- -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 deleted file mode 100644 index 58ba9fcc2..000000000 --- a/content/theme/next-panic-panini.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -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 deleted file mode 100644 index 2bb834539..000000000 --- a/content/theme/next-panini-cake.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -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 deleted file mode 100644 index ca4ea6029..000000000 --- a/content/theme/next-platform-starter.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -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: false -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 deleted file mode 100644 index b23a27adb..000000000 --- a/content/theme/next-react-storefront.md +++ /dev/null @@ -1,175 +0,0 @@ ---- -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 deleted file mode 100644 index c515f2195..000000000 --- a/content/theme/next-saas-starter.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -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 deleted file mode 100644 index 68deda867..000000000 --- a/content/theme/next-smooth-doc.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Next Smooth Doc -github: https://github.com/lwz7512/next-smooth-doc -demo: https://next-smooth-doc.vercel.app/ -author: lwz7512 -date: 2021-06-07T00:00:00.000Z -ssg: - - Next -cms: - - No CMS -archetype: - - Documentation -description: smooth-doc in Nextjs implementation -stale: true ---- - -# NEXTJS SMOOTH DOC - -> A minimal doc generator based on Next.js & mdx. - -Migrated from [smooth DOC](https://smooth-doc.com/) in 4 days, in order to compare the framework difference. - -Apparently, using Nextjs are more enjoyable and easy to implement. - - -## Dependency Comparision - -- Next.js : 455 packages -- Gatsby.js: 1413 packages - -## Features - -* Documentation site generated by .mdx content -* Style customazation with theme.js config -* Using styled components -* Brilliant user experience diff --git a/content/theme/next-startd.md b/content/theme/next-startd.md deleted file mode 100644 index c99b1c368..000000000 --- a/content/theme/next-startd.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -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 deleted file mode 100644 index af92a4f13..000000000 --- a/content/theme/next-static-blog.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Next.js Static Blog -github: https://github.com/vercel/next.js/tree/canary/examples/cms-cosmic -demo: https://cosmic-next-blog.vercel.app -author: Cosmic -ssg: - - Next -cms: - - Cosmic -css: - - Tailwind -archetype: - - Blog - - Portfolio - - Business -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: false -disabled_reason: '' ---- - -# A simple static starter blog with Next.js, Tailwindcss, and Cosmic Headless CMS - -A statically generated blog built on the React framework Next.js. Uses Tailwind CSS on the frontend, powered by the Cosmic headless CMS. - -# Includes: -Content preview functionality -Automatic image optimizations diff --git a/content/theme/next-static-neve.md b/content/theme/next-static-neve.md deleted file mode 100644 index 95ffe84bb..000000000 --- a/content/theme/next-static-neve.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -title: Headless Neve -github: https://github.com/lwz7512/next-static-neve -demo: https://next-static-neve.vercel.app/ -author: Wenzhi Li -date: 2021-04-02T16:55:17.362Z -ssg: - - Next -cms: - - Wordpress -archetype: - - Blog - - Portfolio - - Business -description: >- - The fastest way to export your Wordpress(v5.7& Neve theme v2.10.2) site as a - static site. -stale: true ---- - -## Features - -- Pages and Posts staticalization -- Images and Styles Grabing to local project -- Configurable Wordpress site URL - -## Limitations - -- few javascripts included currently - -## TODOs - -- add more js -- more test -- ... - -## How to use - -- Create a WordPress(v5.7+) site -- Install Neve theme(v2.10.2+) -- Setting Wordpress `Permalink Settings` with `Numeric` format !! -- Install WPGraphql plugin -- Clone this repo and install dependecies -- Create .env.local by copy .env.local.example -- Replace WORDPRESS_URL value with your own wordpress url -- Run `yarn dev` to start buiding you static wordpress site -- Visit `http://localhost:3000` - -``` -% cd ~/web/next-projects -% git clone https://github.com/lwz7512/next-static-neve.git my-static-wpsite -% cd my-static-wpsite -% yarn -% cp .env.local.example .env.local -% yarn dev -``` - -## Deploy your own - -- push your local project to github -- create a [vercel](https://vercel.com/) account -- connect this repo from github to your vercel project -- add environment varialble WORDPRESS_URL in your vercel project -- start deploy - -## Dependencies - -- wordpress -- neve -- wpgraphql -- got -- cheerio diff --git a/content/theme/nextacular.md b/content/theme/nextacular.md deleted file mode 100644 index d019a6579..000000000 --- a/content/theme/nextacular.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -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 deleted file mode 100644 index e9d0eabfb..000000000 --- a/content/theme/nextjs-auto-annotated-portfolio.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -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 deleted file mode 100644 index 3e639031f..000000000 --- a/content/theme/nextjs-blog-theme.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -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 deleted file mode 100644 index 3bf85e4df..000000000 --- a/content/theme/nextjs-blog-wisp.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -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 deleted file mode 100644 index 68648f045..000000000 --- a/content/theme/nextjs-landing-page-template.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: Next JS Landing Page Template with Tailwind CSS -github: https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template -demo: https://creativedesignsguru.com/demo/nextjs-landing-page/ -author: Ixartz -date: 2021-05-02T00:00:00.000Z -ssg: - - Next -cms: - - No Cms -css: - - Tailwind -github_branch: master -description: >- - Next JS Landing Page Template Free styled with Tailwind CSS and React - TypeScript. An NextJS layout to create a landing page. -stale: false ---- - -# Next JS Landing Page Template Free - -An open-source and free Next JS Landing Page Template made with React TypeScript and styled with Tailwind CSS. It includes React components and UI kits to build a beautiful landing page in seconds. It also integrates ESLint and Prettier for high-quality code and a better developer experience. - -If you are interested in more [React Theme](https://creativedesignsguru.com/category/react/), you can check out our [NextJS templates](https://creativedesignsguru.com/category/nextjs/). Perfect theme to get started your SaaS, digital products, or services. - -## React components included - -We provide 5 React components out of the box: - -- Navigator bar -- Hero -- Features -- Call to action banner -- Footer - -## NextJS Template Features - -The NextJS Landing Page Boilerplate code provides an SEO-friendly and Production-ready template for quickly promoting your project. Easy to customize, you can update the code to meet your needs. diff --git a/content/theme/nextjs-notion-starter-kit.md b/content/theme/nextjs-notion-starter-kit.md deleted file mode 100644 index 6c574b7fd..000000000 --- a/content/theme/nextjs-notion-starter-kit.md +++ /dev/null @@ -1,177 +0,0 @@ ---- -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 deleted file mode 100644 index 6085bbe7f..000000000 --- a/content/theme/nextjs-productlog-theme.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -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 deleted file mode 100644 index f66c62477..000000000 --- a/content/theme/nextjs-simple-blog.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: NextJS simple blog -github: https://github.com/lyket-dev/nextjs-simple-blog-theme -demo: https://nextjs-simple-blog.netlify.app/ -author: Lyket -date: 2020-10-21T00:00:00.000Z -ssg: - - Next -cms: - - No CMS -css: null -archetype: - - Blog -description: >- - A simple NextJS blog powered by Lyket to support like, clap and like/dislike - buttons! -stale: true ---- - -# A simple starter blog for NextJS with feedback buttons - -This theme is a simple blog starter kit. It integrates [Lyket](https://lyket.dev)'s like👍, clap👏 and like/dislike 👍/👎 buttons! diff --git a/content/theme/nextjs-starter.md b/content/theme/nextjs-starter.md deleted file mode 100644 index 0de6ced42..000000000 --- a/content/theme/nextjs-starter.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: Nextjs Starter Blog -github: https://github.com/ixartz/Next-js-Blog-Boilerplate -demo: https://creativedesignsguru.com/demo/Nextjs-Blog-Boilerplate/ -author: Ixartz -ssg: - - Next -cms: - - No Cms -css: - - Tailwind -date: 2020-08-16T12:37:50.000Z -description: >- - 🚀 The perfect Nextjs starter code: production-ready with SEO-friendly for - quickly start a blog. -stale: false ---- - -# Nextjs Starter - -🚀 Nextjs Starter is boilerplate code for your blog based on Next.js framework. ⚡️ Made with Next.js, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS. - -You can also check our [Nextjs Themes](https://creativedesignsguru.com/category/nextjs/) or if you want to see all our [React Themes](https://creativedesignsguru.com/category/react/). You can see all our other [premium themes](https://creativedesignsguru.com) using other static static generator like Eleventyjs. - -## Features - -Blog feature: - -- 🎈 Syntax Highlighting with Prism.js -- 🤖 SEO metadata and Open Graph tags -- ⚙️ JSON-LD for richer indexing -- 📖 Pagination -- ⬇️ Markdown -- 💯 Maximize lighthouse score - -Developer experience first: - -- 🔥 Next.js for Static Site Generator -- 🎨 Integrate with Tailwind CSS -- 💅 PostCSS for processing Tailwind CSS -- 🎉 Type checking TypeScript -- ✏️ Linter with ESLint -- 🛠 Code Formatter with Prettier -- 🦊 SEO metadata, JSON-LD and Open Graph tags with Next SEO - -Built-in feature from Next.js: - -- ☕ Minify HTML & CSS with HTMLMinifier -- 💨 Live reload -- ✅ Cache busting - -## Philosophy - -- Minimal code -- SEO-friendly -- Production-ready diff --git a/content/theme/nextjs-tailwind-css-typescript-starter.md b/content/theme/nextjs-tailwind-css-typescript-starter.md deleted file mode 100644 index 785d92e16..000000000 --- a/content/theme/nextjs-tailwind-css-typescript-starter.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: Nextjs Tailwind CSS TypeScript Starter -github: https://github.com/ixartz/Next-js-Boilerplate -demo: https://creativedesignsguru.com/demo/Nextjs-Boilerplate/ -author: Ixartz -ssg: - - Next -cms: - - No Cms -css: - - Tailwind -date: 2020-11-11T10:23:28.000Z -description: >- - 🚀 Boilerplate and Starter for Next.js 10+, Tailwind CSS and TypeScript. The - perfect Next JS Tailwind CSS template to quick start your project. -stale: false ---- - -# Nextjs Tailwind CSS TypeScript Starter - -🚀 Boilerplate and Starter for Next.js 10+, Tailwind CSS and TypeScript ⚡️ Made with all popular libraries to build a modern Next JS website styled with Tailwind CSS: Next.js, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS. - -If you need the version with Markdown support you can find the other version at this location: [Nextjs Blog Starter](https://github.com/ixartz/Next-js-Blog-Boilerplate). You can easily build a blog with Nextjs and React. You get access to Syntax Highlighting, SEO metadata, Pagination and Markdown. - -You can also check our [Nextjs Tailwind CSS Templates](https://creativedesignsguru.com/category/nextjs/) or if you want to see all our [React Tailwind CSS Templates](https://creativedesignsguru.com/category/react/). You can see all our other [Tailwind CSS Templates](https://creativedesignsguru.com) if you need to use other static site generator like Eleventy JS. - -## Nextjs Tailwind CSS Templates Features - -This version is for developers who want to build classic website like marketing website, knowledge base website, dashboard and admin panel. In few seconds, you can get access to Next JS, Tailwind CSS and TypeScript without any configuration. - -Developer experience first: - -- 🔥 Next.js for Static Site Generator -- 🎨 Integrate with Tailwind CSS -- 💅 PostCSS for processing Tailwind CSS -- 🎉 Type checking TypeScript -- ✏️ Linter with ESLint -- 🛠 Code Formatter with Prettier -- 🦊 SEO metadata, JSON-LD and Open Graph tags with Next SEO -- ⚙️ Bundler Analyzer -- 🌈 Include a FREE minimalist theme -- 💯 Maximize lighthouse score - -Built-in feature from Next.js: - -- ☕ Minify HTML & CSS -- 💨 Live reload -- ✅ Cache busting - -## Philosophy - -- Minimal code -- SEO-friendly -- 🚀 Production-ready diff --git a/content/theme/nextjs-tailwind-starter-blog.md b/content/theme/nextjs-tailwind-starter-blog.md deleted file mode 100644 index 8ac7d910f..000000000 --- a/content/theme/nextjs-tailwind-starter-blog.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: Next.js Tailwind Starter Blog -github: https://github.com/timlrx/tailwind-nextjs-starter-blog -demo: https://tailwind-nextjs-starter-blog.vercel.app -author: timlrx -date: 2021-01-21T00:00:00.000Z -ssg: - - Next -cms: - - No Cms -css: - - Tailwind -archetype: - - Blog - - Portfolio -description: >- - Next.js blogging template with Tailwind CSS. Comes out of the box configured - with the latest technologies to make technical writing a breeze. Easily - configurable and customizable. -stale: false ---- - -# Tailwind Nextjs Starter Blog - -This is a [Next.js](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/) 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. - -## Features - -- Easy styling customization with [Tailwind 2.0](https://blog.tailwindcss.com/tailwindcss-v2) -- Near perfect lighthouse score - [Lighthouse report](https://www.webpagetest.org/result/210111_DiC1_08f3670c3430bf4a9b76fc3b927716c5/) -- Lightweight, 43kB first load JS, uses Preact in production build -- Mobile-friendly view -- Light and dark theme -- [MDX - write JSX in markdown documents!](https://mdxjs.com/) -- Server-side syntax highlighting with [rehype-prism](https://github.com/mapbox/rehype-prism) -- Math display supported via [KaTeX](https://katex.org/) -- Automatic image optimization via [next/image](https://nextjs.org/docs/basic-features/image-optimization) -- Flexible data retrieval with [next-mdx-remote](https://github.com/hashicorp/next-mdx-remote) -- Support for tags - each unique tag will be its own page -- SEO friendly with RSS feed, sitemaps and more! - -## Sample posts - -- [A markdown guide](https://tailwind-nextjs-starter-blog.vercel.app/blog/github-markdown-guide) -- [Learn more about images in Next.js](https://tailwind-nextjs-starter-blog.vercel.app/blog/guide-to-using-images-in-nextjs) -- [A tour of math typesetting](https://tailwind-nextjs-starter-blog.vercel.app/blog/deriving-ols-estimator) -- [Simple MDX image grid](https://tailwind-nextjs-starter-blog.vercel.app/blog/pictures-of-canada) -- [Example of long prose](https://tailwind-nextjs-starter-blog.vercel.app/blog/the-time-machine) diff --git a/content/theme/no-style-please.md b/content/theme/no-style-please.md deleted file mode 100644 index 5e48ef6e2..000000000 --- a/content/theme/no-style-please.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: no style, please! -github: https://github.com/riggraz/no-style-please -demo: https://riggraz.dev/no-style-please/ -author: riggraz -date: 2020-07-24T00:00:00.000Z -ssg: - - Jekyll -cms: - - No Cms -archetype: - - Blog - - Portfolio -description: A (nearly) no-CSS, fast, minimalist Jekyll theme. -stale: true ---- - -# A (nearly) no-CSS, fast, minimalist Jekyll theme - -## Features - -* Fast (**< 1kb of CSS**, see [Page Speed Insights report](https://raw.githubusercontent.com/riggraz/no-style-please/master/_screenshots/page-speed-insights-report.png) and [Lighthouse report](https://raw.githubusercontent.com/riggraz/no-style-please/master/_screenshots/lighthouse-report.png)) -* Responsive -* Content first (typography optimized for maximum readability) -* SEO optimized (uses [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag)) -* RSS feed (uses [Jekyll Feed](https://github.com/jekyll/jekyll-feed)) -* Fully compatible with [GitHub Pages](https://pages.github.com/) (see [GitHub Pages installation](#github-pages-installation)) diff --git a/content/theme/nobelium.md b/content/theme/nobelium.md deleted file mode 100644 index c36fc83d7..000000000 --- a/content/theme/nobelium.md +++ /dev/null @@ -1,126 +0,0 @@ ---- -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 deleted file mode 100644 index f0c911bce..000000000 --- a/content/theme/noir.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Noir -github: https://github.com/essentialenemy/noir -demo: https://noir.essentialenemy.com -author: Victor Johnson -date: 2020-01-01T00:00:00.000Z -ssg: - - Jekyll -cms: - - No Cms -description: An automatic dark mode adaptation of the Poole theme for Jekyll. -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 deleted file mode 100644 index 02a667721..000000000 --- a/content/theme/not-pure-poole.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: Not Pure Poole -github: https://github.com/vszhub/not-pure-poole -demo: https://vszhub.github.io/not-pure-poole/ -author: Songzi Vong -date: 2020-10-01T00:00:00.000Z -ssg: - - Jekyll -cms: - - No CMS -archetype: - - Blog -description: A simple, beautiful, and powerful Jekyll theme for blogs -stale: true ---- - -# A simple starter kit for Gridsome - -Not Pure Poole is a simple, beautiful, and powerful Jekyll theme for blogs. It is built on Poole and Pure. - -## Features - -- [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag) -- [Jekyll Feed](https://github.com/jekyll/jekyll-feed) -- [Jekyll Sitemap](https://github.com/jekyll/jekyll-sitemap) -- [Jekyll Gist](https://github.com/jekyll/jekyll-gist) -- [Google Analytics](https://analytics.google.com/) -- [Disqus](https://disqus.com/) -- [Font Awesome](https://fontawesome.com/) -- Dark mode (enabled automatically via CSS media query) -- Posts archive by dates, categories, and tags -- Pagination, generated by [Jekyll Paginate](https://github.com/jekyll/jekyll-paginate) -- TOC (generated by Vladimir "allejo" Jimenez's [jekyll-toc](https://github.com/allejo/jekyll-toc)) -- Related posts (time-based, because Jekyll) below each post -- Mobile friendly design and development -- Easily scalable text and component sizing with `rem` units in the CSS -- Support for a wide gamut of HTML elements -- Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter) diff --git a/content/theme/notion-blog-nextjs-coral.md b/content/theme/notion-blog-nextjs-coral.md deleted file mode 100644 index d7a2884f2..000000000 --- a/content/theme/notion-blog-nextjs-coral.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -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 deleted file mode 100644 index 90afda98f..000000000 --- a/content/theme/notion-blog.md +++ /dev/null @@ -1,96 +0,0 @@ ---- -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 deleted file mode 100644 index 509f8a4d5..000000000 --- a/content/theme/novajam.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -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 deleted file mode 100644 index 628d62eb2..000000000 --- a/content/theme/nuxt-starter-netlify-cms.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Nuxt Netlify CMS Boilerplate -github: https://github.com/xdesro/nuxt-netlify-cms-starter -author: xdesro -demo: https://nuxt-netlify-cms-starter.netlify.com -date: 2020-06-03T00:00:00.000Z -ssg: - - Nuxt -cms: - - DecapCMS -archetype: - - Blog -description: A super unopinionated starter project. -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 deleted file mode 100644 index 16b77b05c..000000000 --- a/content/theme/nuxt-starter.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -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 deleted file mode 100644 index a60c11a69..000000000 --- a/content/theme/nuxt-tailwind-blog-starter.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -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 deleted file mode 100644 index 2be78362b..000000000 --- a/content/theme/oneflow.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -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 deleted file mode 100644 index 19d9f088e..000000000 --- a/content/theme/ovidius-astro-theme.md +++ /dev/null @@ -1,63 +0,0 @@ ---- -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: true -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/pelican-alchemy.md b/content/theme/pelican-alchemy.md deleted file mode 100644 index 7600a16bc..000000000 --- a/content/theme/pelican-alchemy.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Alchemy -github: https://github.com/nairobilug/pelican-alchemy -demo: https://nairobilug.github.io/pelican-alchemy/ -author: Nairobi GNU/Linux Users Group -ssg: - - Pelican -cms: - - No Cms -date: 2013-11-25T04:48:18.000Z -description: A ✨ functional, clean, responsive Pelican theme -stale: true ---- diff --git a/content/theme/pelican-attila.md b/content/theme/pelican-attila.md deleted file mode 100644 index 542ec06a2..000000000 --- a/content/theme/pelican-attila.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Attila -github: https://github.com/arulrajnet/attila -demo: https://attila.demo.arulraj.net/ -author: Arul -ssg: - - Pelican -cms: - - No Cms -date: 2016-09-11T17:32:26.000Z -description: Pelican version of ghost theme https://github.com/zutrinken/attila -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 deleted file mode 100644 index 6e228e315..000000000 --- a/content/theme/pelican-clean-blog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Pelican Clean Blog -github: https://github.com/gilsondev/pelican-clean-blog -demo: https://gilsondev.github.io/pelican-clean-blog/ -author: Gilson Filho -ssg: - - Pelican -cms: - - No Cms -date: 2014-12-10T16:01:04.000Z -description: Theme based in Clean Blog layout to pelican blogs -stale: true -disabled: true -disabled_reason: demo url not found ---- diff --git a/content/theme/pelican-elegant.md b/content/theme/pelican-elegant.md deleted file mode 100644 index a4866147e..000000000 --- a/content/theme/pelican-elegant.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: elegant -github: https://github.com/Pelican-Elegant/elegant -demo: https://elegant.oncrashreboot.com/ -author: Pelican-Elegant -ssg: - - Pelican -cms: - - No Cms -date: 2012-05-25T17:33:51.000Z -description: Best theme for Pelican Static Blog Generator -stale: false ---- diff --git a/content/theme/pelican-resume.md b/content/theme/pelican-resume.md deleted file mode 100644 index 52c038ad5..000000000 --- a/content/theme/pelican-resume.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Resume -github: https://github.com/suheb/resume -demo: https://suheb.in/resume/ -author: Suhaib Khan -ssg: - - Pelican -cms: - - No Cms -date: 2017-08-13T21:25:23.000Z -description: A minimal pelican theme to host your resume -stale: true ---- diff --git a/content/theme/pelican-smoothie.md b/content/theme/pelican-smoothie.md deleted file mode 100644 index 73106f9ae..000000000 --- a/content/theme/pelican-smoothie.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Smoothie -github: https://github.com/kdheepak/pelican-smoothie -demo: https://kdheepak.com/ -author: Dheepak Krishnamurthy -ssg: - - Pelican -cms: - - No Cms -date: 2015-08-02T16:41:36.000Z -description: Pelican-Smoothie - A Bootstrap theme for the static site generator Pelican -stale: true ---- diff --git a/content/theme/planty.md b/content/theme/planty.md deleted file mode 100644 index f77b7d856..000000000 --- a/content/theme/planty.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Planty -github: https://github.com/snipcart/stackbit-theme-planty -demo: https://stackbit-theme-planty.netlify.com -author: Snipcart -ssg: - - Unibit - - Jekyll - - Hugo - - Gatsby - - Next -cms: - - Forestry - - DecapCMS - - No CMS -css: - - SCSS -services: - - Snipcart -archetype: - - Ecommerce -date: 2020-03-18T00:00:00.000Z -description: Planty is an e-commerce ready theme powered by Snipcart. -stale: true ---- diff --git a/content/theme/platframe-default-starter.md b/content/theme/platframe-default-starter.md deleted file mode 100644 index 9278bf1e5..000000000 --- a/content/theme/platframe-default-starter.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Platframe default starter -github: https://github.com/platframe/platframe -author: platframe -demo: https://default.platframe.com/ -date: 2020-06-03T00:00:00.000Z -ssg: - - Platframe -cms: - - DecapCMS -archetype: - - Blog -description: Platframe's default (responsive) starter template. -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. - -Multipage sites are well-supported with a growth-proof, scalable architecture. The template allows for granular control, and is powered by an extensible, feature-rich build-system. \ No newline at end of file diff --git a/content/theme/pole.md b/content/theme/pole.md deleted file mode 100644 index 6b42fb301..000000000 --- a/content/theme/pole.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: Pole -github: https://github.com/szivong/pole -demo: https://szivong.io/pole/ -author: Songzi Vong -date: 2021-02-22T00:00:00.000Z -ssg: - - Jekyll -cms: - - No CMS -css: - - Scss -archetype: - - Blog -description: Pole is a one-column minimal responsive Jekyll blog theme. -stale: false -disabled: true -disabled_reason: demo url not found ---- - -Pole is *a one-column minimal responsive Jekyll blog theme*. - -One of the purposes of Pole is to be an alternative option to the default theme of Jekyll -- [Minima](https://github.com/jekyll/minima). Pole is still keeping minimal, but meanwhile, more beautiful and mellow, and doesn't lose some useful basic features, such as archive. - -## Features - -- [Normalize.css](https://github.com/necolas/normalize.css) -- [Open Color](https://github.com/yeun/open-color) -- [Font Awesome](https://fontawesome.com/) -- [Disqus](https://disqus.com/) -- [MathJax](https://www.mathjax.org/) -- [Google Analytics 4](https://support.google.com/analytics/answer/10089681?hl=en) -- [Jekyll Feed](https://github.com/jekyll/jekyll-feed/) -- [Jekyll Paginate](https://github.com/jekyll/jekyll-paginate) -- [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/) -- Related posts (time-based, because Jekyll) below each post -- Dark mode, via [`prefers-color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) -- Archive implemented by pure [Liquid](https://shopify.github.io/liquid/) diff --git a/content/theme/portfolYOU.md b/content/theme/portfolYOU.md deleted file mode 100644 index e91518928..000000000 --- a/content/theme/portfolYOU.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: portfolYOU -github: https://github.com/YoussefRaafatNasry/portfolYOU -demo: https://youssefraafatnasry.github.io/portfolYOU/ -author: YoussefRaafatNasry -ssg: - - Jekyll -cms: - - No Cms -date: 2019-02-09T10:06:09.000Z -description: A beautiful portfolio Jekyll theme that works with GitHub Pages. -stale: false ---- diff --git a/content/theme/portio-hugo.md b/content/theme/portio-hugo.md deleted file mode 100644 index 77d2af2b3..000000000 --- a/content/theme/portio-hugo.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -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 deleted file mode 100644 index e9f85a613..000000000 --- a/content/theme/productlog-nextjs-theme.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -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/pudhina-fresh.md b/content/theme/pudhina-fresh.md deleted file mode 100644 index 8d899c0e4..000000000 --- a/content/theme/pudhina-fresh.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Pudhina Fresh -github: https://github.com/ritijjain/pudhina-fresh -demo: https://ritijjain.github.io/pudhina-fresh/ -author: Ritij Jain -date: 2021-01-02T00:00:00.000Z -ssg: - - Jekyll -cms: - - No CMS -css: - - Bootstrap -archetype: - - Blog - - Portfolio -description: A minimal yet feature-rich Jekyll theme made for personal websites and blogs. -stale: false ---- -* Minimal design based on Bootstrap 4. -* Showcase your projects on the masonry style project page with collapsible cards – [demo](https://ritijjain.github.io/pudhina-fresh/projects/). -* Categorize posts and projects using tags and view them on tag pages. -* 95+ Google PageSpeed Insight score 🔥 – [Test it yourself!](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fritijjain.github.io%2Fpudhina-fresh&tab=desktop) diff --git a/content/theme/pudhina.md b/content/theme/pudhina.md deleted file mode 100644 index 24bd86f96..000000000 --- a/content/theme/pudhina.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Pudhina -github: https://github.com/knhash/Pudhina -demo: https://knhash.github.io/Pudhina/ -author: Knhash -date: 2020-09-12T00:00:00.000Z -ssg: - - Jekyll -cms: - - No CMS -stale: false ---- - -# Pudhina - -A simple, minimal Jekyll theme for a personal web page and blog, focusing on white space and readability - -## Features - -* Simple, minimal and clean -* Blog posts categorised -* Responsive -* Syntax Highlighter (using highlight.js). -* Font-Awesome Icons. -* Glitchy 404 page diff --git a/content/theme/quartz.md b/content/theme/quartz.md deleted file mode 100644 index 8c5073f95..000000000 --- a/content/theme/quartz.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -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 deleted file mode 100644 index 2e0b6d541..000000000 --- a/content/theme/react-portfolio-template.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -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 deleted file mode 100644 index 2ab88056c..000000000 --- a/content/theme/remix-admin-starter.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -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/revista-astro-blog-template.md b/content/theme/revista-astro-blog-template.md deleted file mode 100644 index d572cb6be..000000000 --- a/content/theme/revista-astro-blog-template.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: "Revista" -github: https://github.com/chrisnmorrison/revista-astro-blog-magazine -demo: https://revista-gatsby-blog-magazine.pages.dev -author: Chris Morrison -date: 2026-01-16 -ssg: - - Astro -cms: - - No CMS -css: - - SCSS -archetype: - - Blog - - Magazine -description: A modern blog and magazine template built with Astro v5. Perfect for personal blogs or content sites! ---- - -# A modern blog and magazine template for Astro.js - -Revista is a lightweight, fast, and fully customizable blog/magazine template built with Astro v5. Perfect for personal blogs, publications, or content creators who want a fast, modern site without the JavaScript overhead. - -## Features - -* **Zero-JS by default** - Astro components render to HTML, React only for interactive islands -* **Type-safe content** - TypeScript and Zod schemas for content validation -* **MDX support** - Write posts in Markdown with React components -* **Sanity support** - You may also optionally write articles with Sanity CMS -* **Automatic categories** - Categories created automatically from your posts -* **Fully responsive** - Mobile-first design that works on all devices -* **SEO optimized** - Built-in meta tags, Open Graph, and structured data -* **Easy customization** - Organized SCSS architecture and CSS variables for theming -* **Reading time** - Automatic reading time calculation -* **Featured sections** - Support for trending, top pick, and popular posts diff --git a/content/theme/rg-portfolio.md b/content/theme/rg-portfolio.md deleted file mode 100644 index ce5932419..000000000 --- a/content/theme/rg-portfolio.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: RG Portfolio -github: https://github.com/rohitguptab/rg-portfolio -demo: https://rg-portfolio.netlify.com -author: Rohit Gupta -date: 2020-04-10T00:00:00.000Z -ssg: - - Gatsby -cms: - - Contentful -archetype: - - Blog - - Portfolio -services: - - Formstack -description: >- - Kick-off your Portfolio website with RG-Portfolio gatsby starter. We have used - Gatsby + Contenful. -stale: true ---- - -# A simple starter kit for Gatsby - -In this starter, you can easily manage your content from contentful CMS. you can post blogs and your photos. you can manage homepage section in Contentful for an example if you don't want to show Work and Testimonials in homepage you can easily unchecked menus listing in Site Information content_types. - -Manage all site infromations, Header menu and Home page section in Contentful. see the screenshot of settings. - - -## Features - -* Blogs listing with each blog post. -* Contact form with Email notification using formspree.io. -* Photos and Blogs page listing. -* Different types of sections like About, Service, Blogs, Work, Testimonials, Photos, and contact. -* _Super_ lightweight front-end -* All settings manage from Contentful for example Header Menu, Homepage sections, blogs, and photos, etc. -* Social share in blog details pages with comment ( Disqus ). -* PWA diff --git a/content/theme/roxo-eleventy.md b/content/theme/roxo-eleventy.md deleted file mode 100644 index 4a9c36516..000000000 --- a/content/theme/roxo-eleventy.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -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 deleted file mode 100644 index 4a2030343..000000000 --- a/content/theme/roxo-hugo.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: Roxo Hugo -github: https://github.com/StaticMania/roxo-hugo -demo: https://roxo-hugo.staticmania.com/ -author: StaticMania -date: 2020-03-16T00:00:00.000Z -ssg: - - Hugo -cms: - - No CMS -css: - - Bootstrap -archetype: - - Blog - - Portfolio -description: >- - Roxo Hugo is a digital agency Hugo 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 Hugo’s - contact form is supported Formspree. -stale: false -disabled: true -disabled_reason: demo url not found ---- - -# Roxo Hugo for Hugo - -Roxo Hugo is a digital agency Hugo 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 Hugo’s contact form is supported Formspree. - -## Features - -* Responsive Ready. -* Powered by Bootstrap 4. -* Dedicated portfolio page. -* Blog Support. -* Well formatted code. -* Easy Customization. -* Formspree Contact form. -* Crafted for Design Agency/ Portfolio \ No newline at end of file diff --git a/content/theme/sapper-kontent-cafe.md b/content/theme/sapper-kontent-cafe.md deleted file mode 100644 index a528db5c7..000000000 --- a/content/theme/sapper-kontent-cafe.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Sapper Kontent Café -github: https://github.com/Simply007/kontent-sample-app-svelte-sapper -demo: https://kontent-sample-app-svelte-sapper.now.sh/ -author: Simply007 -ssg: - - Sapper -cms: - - Kontent -date: 2020-12-01T00:00:00.000Z -archetype: - - Business -description: Website showcase for fictional café with Svelte, Sapper, and Kentico Kontent. -stale: true ---- - -# Sapper Kontent Café - -Website showcase for fictional café with Svelte, Sapper, and Kentico Kontent. - -## Features - -* Menu content from Kontent headless CMS. -* UI Testing prepared for Cypress -* Svelte single-file components diff --git a/content/theme/scaffold.md b/content/theme/scaffold.md deleted file mode 100644 index 37051eabd..000000000 --- a/content/theme/scaffold.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Scaffold -github: https://github.com/sziv2p/jekyll-theme-scaffold -demo: https://sziv2p.github.io/jekyll-theme-scaffold/ -author: Songzi Vong -date: 2020-11-02T00:00:00.000Z -ssg: - - Jekyll -cms: - - No CMS -archetype: - - Blog -description: A one-column minimalist Jekyll theme for bloggers. -stale: false -disabled: true -disabled_reason: demo url not found ---- - -## Features - -- [Normalize.css](https://necolas.github.io/normalize.css/) -- [Open Color](https://yeun.github.io/open-color/) -- Dark mode, via [`prefers-color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) -- [Font Awesome](https://fontawesome.com/) -- Archive implemented by pure Liquid -- Pagination, via [`jekyll-paginate`](https://rubygems.org/gems/jekyll-paginate) -- [Jekyll Feed](https://github.com/jekyll/jekyll-feed/) -- [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/) -- [Jekyll Sitemap](https://github.com/jekyll/jekyll-sitemap/) -- [Google Analytics](https://analytics.google.com/) -- [Disqus](https://disqus.com/) -- [MathJax](https://www.mathjax.org/) diff --git a/content/theme/scriptor-jekyll-theme.md b/content/theme/scriptor-jekyll-theme.md deleted file mode 100644 index a0bf7fd5a..000000000 --- a/content/theme/scriptor-jekyll-theme.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -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 deleted file mode 100644 index d9dd4f892..000000000 --- a/content/theme/scully-kontent-lumen.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Scully Starter Kontent Lumen -github: https://github.com/ondrabus/scully-starter-kontent-lumen -demo: https://scully-starter-kontent-lumen.netlify.app/ -author: Kentico -ssg: - - Scully -cms: - - Kontent -date: 2020-12-01T00:00:00.000Z -archetype: - - Blog - - Portfolio -description: >- - Minimal, lightweight, and mobile-first starter for creating blogs using Scully - and Kentico Kontent. -stale: true ---- - -# Lumen - blog/portfolio starter for Scully and Kontent - -Lumen is a minimal, lightweight, and mobile-first starter for creating blogs using Scully and Kentico Kontent. - -## Features - -* Content from Kontent headless CMS. -* Beautiful typography inspired by matejlatin/Gutenberg. -* Mobile-First approach in development. -* Stylesheet built using SASS and BEM-Style naming. -* Syntax highlighting in code blocks. -* Archive organized by tags and categories. -* Automatic Sitemap generation. -* RSS/Atom support out of the box diff --git a/content/theme/seven.md b/content/theme/seven.md deleted file mode 100644 index 45d7ecfbe..000000000 --- a/content/theme/seven.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Seven -github: https://github.com/planetoftheweb/seven -demo: https://7ty.tech/ -author: Ray Villalobos -ssg: - - Eleventy -cms: - - No CMS -date: 2019-08-11T00:00:00.000Z -description: >- - Eleventy template using Bootstrap, Sass, Webpack, Vue.js powered search, - includes lots of other features -stale: true ---- diff --git a/content/theme/sidey-jekyll.md b/content/theme/sidey-jekyll.md deleted file mode 100644 index 65a460c19..000000000 --- a/content/theme/sidey-jekyll.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Sidey -github: https://github.com/ronv/sidey -demo: https://sidey-jekyll.netlify.com/ -author: Ronalds Vilcins -date: 2020-02-03T00:00:00.000Z -ssg: - - Jekyll -archetype: - - Blog -description: Simple and minimalistic jekyll blogging theme -stale: false ---- diff --git a/content/theme/simply-cyan.md b/content/theme/simply-cyan.md deleted file mode 100644 index 74a235b44..000000000 --- a/content/theme/simply-cyan.md +++ /dev/null @@ -1,113 +0,0 @@ ---- -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/simpol-theme.md b/content/theme/simpol-theme.md deleted file mode 100644 index b5fd88c28..000000000 --- a/content/theme/simpol-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Simpol Theme -github: https://github.com/scottmathson/simpol-theme -demo: https://simpol.scottmathson.com/ -author: Scott Mathson -ssg: - - Jekyll -date: 2019-10-29T00:00:00.000Z -description: >- - Simpol Theme is a clean, minimal website theme all about the writing, the - content. Currently available for Jekyll. Perfect for blogging. -stale: true ---- \ No newline at end of file diff --git a/content/theme/skeleventy.md b/content/theme/skeleventy.md deleted file mode 100644 index 469c94bad..000000000 --- a/content/theme/skeleventy.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Skeleventy -github: https://github.com/josephdyer/skeleventy -demo: https://skeleventy.netlify.com/ -author: Joseph Dyer -ssg: - - Eleventy -cms: - - No Cms -date: 2019-02-11T15:07:16.000Z -description: A skeleton boilerplate built with Eleventy. -stale: true ---- diff --git a/content/theme/sleek.md b/content/theme/sleek.md deleted file mode 100644 index 13b600929..000000000 --- a/content/theme/sleek.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Sleek -github: https://github.com/janczizikow/sleek -demo: https://janczizikow.github.io/sleek/ -author: Jan Czizikow -ssg: - - Jekyll -cms: - - No Cms -date: 2017-11-19T09:46:18.000Z -description: ' :chart_with_upwards_trend: Sleek is a modern Jekyll theme focused on speed performance & SEO best practices' -stale: true ---- \ No newline at end of file diff --git a/content/theme/snipcart-middleman-integration.md b/content/theme/snipcart-middleman-integration.md deleted file mode 100644 index cf1169075..000000000 --- a/content/theme/snipcart-middleman-integration.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Snipcart Middleman -github: https://github.com/snipcart/snipcart-middleman-integration -demo: https://snipcart-middleman.netlify.com/ -author: Snipcart -ssg: - - Middleman -cms: - - No Cms -services: - - Snipcart -date: 2020-03-18T00:00:00.000Z -description: Demo code for an e-commerce static site with Snipcart & Middleman. -stale: true ---- diff --git a/content/theme/so-simple-theme.md b/content/theme/so-simple-theme.md deleted file mode 100644 index 0bd7b30ee..000000000 --- a/content/theme/so-simple-theme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: So Simple -github: https://github.com/mmistakes/so-simple-theme -demo: https://mmistakes.github.io/so-simple-theme/ -author: Michael Rose -ssg: - - Jekyll -cms: - - No Cms -date: 2013-06-25T20:17:12.000Z -description: A simple Jekyll theme for words and pictures. -stale: true ---- \ No newline at end of file diff --git a/content/theme/solar-theme-jekyll.md b/content/theme/solar-theme-jekyll.md deleted file mode 100644 index 93652c5a0..000000000 --- a/content/theme/solar-theme-jekyll.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Solar Jekyll -github: https://github.com/mattvh/solar-theme-jekyll -demo: https://mattvh.github.io/solar-theme-jekyll/ -author: Matt Harzewski -ssg: - - Jekyll -cms: - - No Cms -date: 2013-06-07T20:27:21.000Z -description: A stylish theme for Jekyll blogs, based on the Solarized color palette -stale: true ---- diff --git a/content/theme/startbootstrap-clean-blog-jekyll.md b/content/theme/startbootstrap-clean-blog-jekyll.md deleted file mode 100644 index 32c0ac460..000000000 --- a/content/theme/startbootstrap-clean-blog-jekyll.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Start Bootstrap Clean Blog -github: https://github.com/BlackrockDigital/startbootstrap-clean-blog-jekyll -demo: https://blackrockdigital.github.io/startbootstrap-clean-blog-jekyll/ -author: BlackrockDigital -ssg: - - Jekyll -cms: - - No Cms -css: - - Bootstrap -date: 2014-09-27T08:05:10.000Z -description: A Jekyll version of the Clean Blog theme by Start Bootstrap -stale: false -disabled_reason: demo url not found -disabled: true ---- \ No newline at end of file diff --git a/content/theme/statiq-kontent-boilerplate.md b/content/theme/statiq-kontent-boilerplate.md deleted file mode 100644 index ee0a9fbaf..000000000 --- a/content/theme/statiq-kontent-boilerplate.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Statiq Kontent Boilerplate Kontent -github: https://github.com/Kentico/kontent-boilerplate-statiq-net -demo: https://kentico.github.io/kontent-boilerplate-statiq-net -author: Kentico -ssg: - - Statiq -cms: - - Kontent -date: 2020-12-01T00:00:00.000Z -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 - -Boilerplate utilizing Statiq and Kentico Kontent to provide a starting point in the Jamstack world for .NET developers. - -## Features - -* Content from Kontent headless CMS -* Model Generator for generating strongly-typed models from Kontent model -* Sass initial styles for easier style including reset.css -* Razor template engine setup with simple layout -* Automatic Sitemap generation -* RSS/Atom support out of the box diff --git a/content/theme/statiq-kontent-memoirs.md b/content/theme/statiq-kontent-memoirs.md deleted file mode 100644 index a60d720e2..000000000 --- a/content/theme/statiq-kontent-memoirs.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: Memoirs Statiq Kontent Theme -github: https://github.com/alanta/memoirs-theme -demo: https://alanta.github.io/memoirs-theme -author: alanta -ssg: - - Statiq -cms: - - Kontent -date: 2020-12-01T00:00:00.000Z -archetype: - - Blog - - Portfolio -description: Full featured theme for Kontent and Statiq using Kontent.Statiq module. -stale: false ---- - -# Memoirs Statiq Kontent Theme - -This is a full featured theme for Kontent and Statiq using Kontent.Statiq. - -## Features - -* Posts & Pages with - * Quotes, Spoilers (blurring) - * GitHub Gists - * Code snippets with [Prism.js](https://prismjs.com/) - * Related pages - * Taxonomy : Tags and Categories - * Ratings - * Contact form using [Formspree](https://formspree.io/) - * Comments with [Disqus](https://disqus.com/) - * Table of contents generated from HTML _TODO_ -* SEO support: open graph & twitter cards -* Google Analytics -* Search with pre-compiled Lunr index -* Atom and RSS feeds -* HTML minification with [NUglify](https://github.com/trullock/NUglify) diff --git a/content/theme/statiq-starter-kontent-lumen.md b/content/theme/statiq-starter-kontent-lumen.md deleted file mode 100644 index 66d80108b..000000000 --- a/content/theme/statiq-starter-kontent-lumen.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Statiq Starter Kontent Lumen -github: https://github.com/Kentico/statiq-starter-kontent-lumen -demo: https://kentico.github.io/statiq-starter-kontent-lumen/ -author: Kentico -ssg: - - Statiq -cms: - - Kontent -date: 2020-10-20T00:00:00.000Z -archetype: - - Blog - - Portfolio -description: >- - Lumen is a lightweight starter for creating blogs using Statiq and Kentico - Kontent. -stale: false ---- - -# Lumen - blog/portfolio starter for Statiq and Kontent - -Lumen is a minimal, lightweight, and mobile-first starter for creating blogs using Statiq and Kentico Kontent. - -## Features - -* Content from Kontent headless CMS. -* Beautiful typography inspired by matejlatin/Gutenberg. -* Mobile-First approach in development. -* Stylesheet built using SASS and BEM-Style naming. -* Syntax highlighting in code blocks. -* Archive organized by tags and categories. -* Automatic Sitemap generation. -* RSS/Atom support out of the box diff --git a/content/theme/stellar.md b/content/theme/stellar.md deleted file mode 100644 index 8716d8d11..000000000 --- a/content/theme/stellar.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -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 deleted file mode 100644 index b907ae080..000000000 --- a/content/theme/story.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Story -github: https://github.com/xaprb/story -demo: https://story.xaprb.com/ -author: Baron Schwartz -ssg: - - Hugo -cms: - - No Cms -date: 2018-04-14T23:17:41.000Z -description: >- - Beautiful responsive Hugo blog theme focused on simplicity and elegance, with - many extra features including presentations, math typesetting, music notation, - and search. -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 deleted file mode 100644 index d9179b00f..000000000 --- a/content/theme/storyblok-gridsome-boilerplate-moon.md +++ /dev/null @@ -1,89 +0,0 @@ ---- -title: Storyblok's Gridsome Boilerplate (Moon-Theme) -github: https://github.com/storyblok/storyblok-gridsome-boilerplate-moon/ -demo: https://demo.storyblok.com/ -author: Storyblok -ssg: - - Gridsome -cms: - - Storyblok -date: 2020-05-20T00:00:00.000Z -description: Gridsome Website by Storyblok -stale: true ---- - -

-

Gridsome Website by Storyblok

-

- -Check the website [here](https://demo.storyblok.com/). - -## Installation - -Clone this project with: - -```sh -$ git clone https://github.com/storyblok/gridsome-multilanguage-website.git -``` - -### Install all dependencies - -```sh -$ yarn # or npm install -``` - -## Storyblok client configuration - -To configure the Storyblok client we have to change the access Token, to get the token you need a [Storyblok account](https://app.storyblok.com/#!/), now that you have the token, we will go to the `gridsome.config.js` file and change the token, the file is at the root of the project: - -```js - // in gridsome.config.js - module.exports = { - siteName: 'Gridsome Multilanguage Website', - plugins: [ - { - use: 'gridsome-source-storyblok', - options: { - client: { - accessToken: '' - }, - version: 'published', - params: {resolve_relations: 'blog-post.next_post'}, - downloadImages: true, - imageDirectory: 'assets/images' - } - } - ], - } -``` - -For more information about our Gridsome plugin, visit the Github [repository](https://github.com/storyblok/gridsome-source-storyblok#gridsome-source-storyblok). - -### Run project in develop mode - -```sh -$ yarn develop # or npm run develop -``` - -### Build the project - -```sh -$ yarn build # or npm run build -``` - -### Storyblok Preview Location Configuration - -See how to set up your location [here](https://www.storyblok.com/tp/gridsome-multilanguage-website-tutorial#add-the-editor-page). - -## Duplicate this project in Storyblok - -To duplicate this project in your Storyblok account, follow this instructions: - -1. Create a Storyblok account (if you don't have one) -2. Call [this URL](https://app.storyblok.com/#!/build/73623) (It will create a space in your account with all stories and some settings from this project) -3. Setup the preview URL -4. Configure the token that you want to use - -

-

Powered by Storyblok
-

diff --git a/content/theme/streamer-theme.md b/content/theme/streamer-theme.md deleted file mode 100644 index 9d34820cb..000000000 --- a/content/theme/streamer-theme.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Streamer Theme -github: https://github.com/bradykondek/streamer -demo: https://www.streamertheme.ga -author: Brady Kondek -ssg: - - Jekyll -cms: - - No CMS -date: 2019-10-14T16:19:53.000Z -description: Theme for streamer websites -stale: false -disabled: true -disabled_reason: error checking demo url ---- diff --git a/content/theme/supply.md b/content/theme/supply.md deleted file mode 100644 index 459b9ac65..000000000 --- a/content/theme/supply.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -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 deleted file mode 100644 index 2c9a412a4..000000000 --- a/content/theme/tailieubkhn.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -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 deleted file mode 100644 index d5542489d..000000000 --- a/content/theme/tanstack-chat.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -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 deleted file mode 100644 index 58b308305..000000000 --- a/content/theme/tao.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -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 deleted file mode 100644 index 81501fdb3..000000000 --- a/content/theme/the-interesting-times.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: The Interesting Times -github: https://github.com/ohduran/the-interesting-times -demo: https://ohduran.github.io/the-interesting-times -author: Alvaro Duran -ssg: - - Jekyll -cms: - - No Cms -date: 2019-10-06T21:10:52.000Z -description: The Interesting Times Theme for Jekyll -stale: true ---- diff --git a/content/theme/theme-nextjs-bea.md b/content/theme/theme-nextjs-bea.md deleted file mode 100644 index 0da724760..000000000 --- a/content/theme/theme-nextjs-bea.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -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/tokyo-gozer.md b/content/theme/tokyo-gozer.md deleted file mode 100644 index 9edbb7d14..000000000 --- a/content/theme/tokyo-gozer.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -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 deleted file mode 100644 index 8ef938279..000000000 --- a/content/theme/tradly.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -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 deleted file mode 100644 index aa47d48de..000000000 --- a/content/theme/tufte.md +++ /dev/null @@ -1,94 +0,0 @@ ---- -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 deleted file mode 100644 index 2b331698c..000000000 --- a/content/theme/twentytwentyone.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Twenty Twentyone -github: https://github.com/smolcodes/twentytwenyonetheme -demo: https://twentytwenyonetheme.netlify.app/ -author: smolcodes -date: 2019-01-21T00:00:00.000Z -ssg: - - Eleventy -cms: - - DecapCMS -css: - - Tailwind -archetype: - - Blog -description: This is a simple little blog with support for writing math -stale: true ---- - -# A simple theme for blogging - -This is a simple theme for blogging that can be deployed on Netlify with a click of a button. - -## Features - -* Support for Hyvor Talk -* Mathjax for writing math -* Tags -* Uses semantic HTML, is accessible and responsive. Built with TailwindCSS. diff --git a/content/theme/ubuild-jekyll.md b/content/theme/ubuild-jekyll.md deleted file mode 100644 index 6f4d9b1fe..000000000 --- a/content/theme/ubuild-jekyll.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Ubuild Jekyll -github: https://github.com/forestryio/ubuild-jekyll -demo: https://forestryio.github.io/ubuild-jekyll/ -author: Forestry.io -ssg: - - Jekyll -cms: - - Forestry -date: 2018-06-20T13:05:57.000Z -description: A Jekyll theme designed to work with Forestry Blocks -stale: true ---- \ No newline at end of file diff --git a/content/theme/ueno-gatsby-starter.md b/content/theme/ueno-gatsby-starter.md deleted file mode 100644 index 3f7e611d4..000000000 --- a/content/theme/ueno-gatsby-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Ueno Gatsby Starter -github: https://github.com/ueno-llc/ueno-gatsby-starter -demo: https://create-ueno-app.netlify.com/ -author: Ueno -ssg: - - Gatsby -cms: - - No Cms -date: 2018-10-03T14:38:07.000Z -description: Opinionated Gatsby starter by Ueno. -stale: true ---- diff --git a/content/theme/ultra-jekyll.md b/content/theme/ultra-jekyll.md deleted file mode 100644 index d4e795189..000000000 --- a/content/theme/ultra-jekyll.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Ultra -github: https://github.com/ronv/ultra -demo: https://ultra-jekyll.netlify.com -author: Ronalds Vilcins -date: 2019-11-09T00:00:00.000Z -ssg: - - Jekyll -description: Ultra - Super fast Jekyll theme -stale: false ---- diff --git a/content/theme/urban.md b/content/theme/urban.md deleted file mode 100644 index 5c595e4c8..000000000 --- a/content/theme/urban.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -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 deleted file mode 100644 index b8368be23..000000000 --- a/content/theme/vhealth-gatsby.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: vHealth - Virtual healthcare -github: https://github.com/shantanu-deshmukh/vhealth-gatsby -demo: https://vhealth.openthemes.dev/ -author: Shantanu Deshmukh -date: 2020-08-26T00:00:00.000Z -ssg: - - Gatsby -cms: - - No Cms -description: Modular and easy to use Gatsby template for a Healthcare Startup. -stale: true ---- - -# Easy to use gatsby template for a healthcare startup. - -Built with modular components that can be used to create multiple pages. It's also not limited to the healthcare sector. It can be customized for a different type of startup with little effort. - -## Features - -- Material UI -- Easy to customize theme -- TypeScript/TSX -- Responsive design diff --git a/content/theme/vredeburg.md b/content/theme/vredeburg.md deleted file mode 100644 index c720c9990..000000000 --- a/content/theme/vredeburg.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -title: Vredeburg -github: https://github.com/dafiulh/vredeburg -demo: https://vredeburg.netlify.app -author: Dafiul Haq -date: 2020-10-12T00:14:00.000Z -ssg: - - Eleventy -cms: - - No CMS -css: - - Tailwind -archetype: - - Blog -description: A simple starter project to create a blog using Eleventy and Tailwind CSS -stale: false ---- - -# Vredeburg - -A simple starter project to create a blog using Eleventy and Tailwind CSS. See demo [here](https://vredeburg.netlify.app)! - -## Getting Started -1. Clone this repository -```bash -git clone https://github.com/dafiulh/vredeburg.git blog-name -``` -2. Navigate to the directory -```bash -cd blog-name -``` -3. Install dependencies -```bash -npm install -``` - -### Use in development -```bash -npm start -``` - -### Build for production -```bash -npm run build -``` - -### For debugging purposes -```bash -npm run debug -``` - -## Configuration -To change the title, description, author data, menu/nav item, etc, go to `src/_data/`. diff --git a/content/theme/vuepress-theme-bulma.md b/content/theme/vuepress-theme-bulma.md deleted file mode 100644 index 4b631f4d1..000000000 --- a/content/theme/vuepress-theme-bulma.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Vuepress Bulma -github: https://github.com/nakorndev/vuepress-theme-bulma -demo: https://nakorn.dev/vuepress-theme-bulma/ -author: Nakorn Sinpadung -ssg: - - Vuepress -cms: - - No Cms -css: - - Bulma -date: 2018-07-16T12:37:30.000Z -description: A pure Bulma.css theme for VuePress -stale: true -disabled: true -disabled_reason: demo url not found ---- diff --git a/content/theme/vuepress-theme-canvas.md b/content/theme/vuepress-theme-canvas.md deleted file mode 100644 index dc8b408c0..000000000 --- a/content/theme/vuepress-theme-canvas.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Vuepress Canvas -github: https://github.com/whoan/vuepress-theme-canvas -demo: https://whoan.me/ -author: Juan Eugenio Abadie -ssg: - - Vuepress -cms: - - No Cms -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: demo url not found ---- diff --git a/content/theme/vuepress-theme-casper.md b/content/theme/vuepress-theme-casper.md deleted file mode 100644 index c2d4c29cd..000000000 --- a/content/theme/vuepress-theme-casper.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Vuepress Casper -github: https://github.com/alexander-heimbuch/vuepress-theme-casper -demo: https://alexander.heimbu.ch/vuepress-theme-casper/ -author: Alexander Heimbuch -ssg: - - Vuepress -cms: - - DatoCMS - - Contentful - - DecapCMS - - Forestry -date: 2018-08-26T09:29:18.000Z -description: Ghost default theme ported to vuepress -stale: true ---- diff --git a/content/theme/vuepress-theme-cool-starter.md b/content/theme/vuepress-theme-cool-starter.md deleted file mode 100644 index 2de5b589f..000000000 --- a/content/theme/vuepress-theme-cool-starter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Cool Starter -github: https://github.com/FriendlyUser/vuepress-theme-cool-starter -demo: https://friendlyuser.github.io/vuepress-theme-cool-starter/#disclaimer -author: David Li -ssg: - - Vuepress -cms: - - No Cms -date: 2018-11-12T21:46:46.000Z -description: Starter project for vuepress theme cool -stale: false ---- diff --git a/content/theme/vuepress-theme-indigo.md b/content/theme/vuepress-theme-indigo.md deleted file mode 100644 index a70af507d..000000000 --- a/content/theme/vuepress-theme-indigo.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Vuepress Indigo -github: https://github.com/yscoder/vuepress-theme-indigo -demo: https://yscoder.github.io/vuepress-theme-indigo/ -author: Yusen -ssg: - - Vuepress -cms: - - No Cms -date: 2018-04-14T08:21:05.000Z -description: A blog theme for VuePress. -stale: true ---- diff --git a/content/theme/vuepress-theme-mediumish.md b/content/theme/vuepress-theme-mediumish.md deleted file mode 100644 index e5aba9a6a..000000000 --- a/content/theme/vuepress-theme-mediumish.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Mediumish -github: https://github.com/wowthemesnet/mediumish-vuepress-blog-theme -demo: https://wowthemesnet.github.io/vuepress-theme-mediumish/ -author: wowthemesnet -ssg: - - Vuepress -cms: - - No Cms -date: 2020-04-08T17:50:17.000Z -description: ':mediumish: A blog theme for Vuepress' -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 deleted file mode 100644 index 0b5fe8467..000000000 --- a/content/theme/vuepress-theme-meteorlxy.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Meteorixy -github: https://github.com/meteorlxy/vuepress-theme-meteorlxy -demo: https://vuepress-theme-meteorlxy.meteorlxy.cn/ -author: meteorlxy -ssg: - - Vuepress -cms: - - No Cms -date: 2018-05-09T08:49:11.000Z -description: ':sparkling_heart: VuePress Blog Theme - Meteorlxy' -stale: true ---- diff --git a/content/theme/vuepress-theme-ououe.md b/content/theme/vuepress-theme-ououe.md deleted file mode 100644 index d123752bc..000000000 --- a/content/theme/vuepress-theme-ououe.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Ououe -github: https://github.com/tolking/vuepress-theme-ououe -demo: https://ououe.com/ -author: Qiang -ssg: - - Vuepress -cms: - - No Cms -date: 2019-02-23T04:18:48.000Z -description: A blog theme for VuePress -stale: true ---- diff --git a/content/theme/vuepress-theme-resume.md b/content/theme/vuepress-theme-resume.md deleted file mode 100644 index caae34b9a..000000000 --- a/content/theme/vuepress-theme-resume.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Resume -github: https://github.com/wannaxiao/vuepress-theme-resume -demo: https://wannaxiao.github.io/vuepress-theme-resume/example/dist/ -author: Momoko -ssg: - - Vuepress -cms: - - No Cms -date: 2018-06-03T07:19:01.000Z -description: 🐈 书写简洁优雅的前端程序员 markdown 简历,由 vuepress 驱动 -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 deleted file mode 100644 index 4830fc973..000000000 --- a/content/theme/vuepress-theme-simple.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Simple Vuepress Theme -github: https://github.com/viko16/vuepress-theme-simple -demo: https://ukn.me/ -author: viko16 -ssg: - - Vuepress -cms: - - No Cms -date: 2019-02-02T03:15:40.000Z -description: ✏️ Very Simple Blog Theme for VuePress -stale: true ---- diff --git a/content/theme/vuepress-theme-yubisaki.md b/content/theme/vuepress-theme-yubisaki.md deleted file mode 100644 index e53ba11be..000000000 --- a/content/theme/vuepress-theme-yubisaki.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Yubisaki -github: https://github.com/Yubisaki/vuepress-theme-yubisaki -demo: https://wuwaki.me/yubisaki/intro.html -author: Yubisaki -ssg: - - Vuepress -cms: - - No Cms -date: 2018-04-21T17:50:17.000Z -description: ':sparkles: A blog theme for vuepress' -stale: true -disabled: true -disabled_reason: demo url connection refused ---- diff --git a/content/theme/waffel.md b/content/theme/waffel.md deleted file mode 100644 index 41564b793..000000000 --- a/content/theme/waffel.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Waffel -github: https://github.com/moonwave99/waffel -demo: https://moonwave99.github.io/waffel/ -author: Diego Caponera -ssg: - - Brunch -cms: - - No Cms -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: true ---- \ No newline at end of file diff --git a/content/theme/will-jekyll-template.md b/content/theme/will-jekyll-template.md deleted file mode 100644 index eddc416ca..000000000 --- a/content/theme/will-jekyll-template.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Will -github: https://github.com/willianjusten/will-jekyll-template -demo: https://willianjusten.github.io/will-jekyll-template/ -author: Willianjusten -ssg: - - Jekyll -cms: - - No Cms -date: 2015-08-04T06:35:46.000Z -description: A simple Jekyll theme. -stale: true ---- \ No newline at end of file diff --git a/content/theme/wind-theme.md b/content/theme/wind-theme.md deleted file mode 100644 index 8dfedb9a9..000000000 --- a/content/theme/wind-theme.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -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 deleted file mode 100644 index 8c4cb06cd..000000000 --- a/content/theme/yanbt.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -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 deleted file mode 100644 index 7016f3328..000000000 --- a/data/errors.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "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/stackbit.json b/data/stackbit.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/data/stackbit.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/data/themes.json b/data/themes.json deleted file mode 100644 index 4eee279d3..000000000 --- a/data/themes.json +++ /dev/null @@ -1,30523 +0,0 @@ -{ - "0xunorthod-gatsby-starter-simple": { - "theme_key": "thecodemint-gatsby-starter-simple", - "file": "gatsby-starter-simple.md", - "name": "gatsby-starter-simple", - "title": "Gastsby Simple Blog", - "github_username": "0xunorthod", - "repo": "0xunorthod/gatsby-starter-simple", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/0xunorthod/gatsby-starter-simple", - "demo_url": "https://thecodemint.github.io/gatsby-starter-simple/", - "stars": 13, - "forks": 2, - "open_issues": 0, - "last_commit": "2020-05-10T15:40:43Z", - "created_at": "2020-04-12T18:31:25Z", - "description": "A simple blogging Gatsby starter", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/thecodemint-gatsby-starter-simple.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thecodemint-gatsby-starter-simple.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thecodemint-gatsby-starter-simple-2x.jpg" - } - }, - "11ty-eleventy-base-blog": { - "theme_key": "11ty-eleventy-base-blog", - "file": "eleventy-base-blog.md", - "name": "eleventy-base-blog", - "title": "Eleventy Base Blog", - "github_username": "11ty", - "repo": "11ty/eleventy-base-blog", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/11ty/eleventy-base-blog", - "demo_url": "https://eleventy-base-blog.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/11ty-eleventy-base-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/11ty-eleventy-base-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/11ty-eleventy-base-blog-2x.jpg" - } - }, - "12vanblart-gridsome-airtable-starter": { - "theme_key": "12vanblart-gridsome-airtable-starter", - "file": "gridsome-airtable-starter.md", - "name": "gridsome-airtable-starter", - "title": "Gridsome Airtable Starter", - "github_username": "TerabyteTiger", - "repo": "TerabyteTiger/gridsome-airtable-starter", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/TerabyteTiger/gridsome-airtable-starter", - "demo_url": "https://gridsomeairtable.netlify.com/", - "stars": 23, - "forks": 8, - "open_issues": 2, - "last_commit": "2020-12-21T15:20:49Z", - "created_at": "2019-08-06T11:03:14Z", - "description": "A Gridsome starter leveraging Airtable with a minimalist design. ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/12vanblart-gridsome-airtable-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/12vanblart-gridsome-airtable-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/12vanblart-gridsome-airtable-starter-2x.jpg" - } - }, - "2-rec-hugo-myportfolio-theme": { - "theme_key": "2-rec-hugo-myportfolio-theme", - "file": "hugo-myportfolio-theme.md", - "name": "hugo-myportfolio-theme", - "title": "MyPortfolio", - "github_username": "2-REC", - "repo": "2-REC/hugo-myportfolio-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/2-REC/hugo-myportfolio-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-myportfolio-theme/", - "stars": 8, - "forks": 11, - "open_issues": 0, - "last_commit": "2020-07-25T08:35:46Z", - "created_at": "2018-09-10T06:57:49Z", - "description": "Adaptation of the HUGO Creative Theme to support several portfolios.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/2-rec-hugo-myportfolio-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/2-rec-hugo-myportfolio-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/2-rec-hugo-myportfolio-theme-2x.jpg" - } - }, - "416serg-gatsby-starter-lightbox": { - "theme_key": "416serg-gatsby-starter-lightbox", - "file": "gatsby-starter-lightbox.md", - "name": "gatsby-starter-lightbox", - "title": "Gatsby Starter Lightbox", - "github_username": "416serg", - "repo": "416serg/gatsby-starter-lightbox", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/416serg/gatsby-starter-lightbox", - "demo_url": "https://gatsby-lightbox.416serg.me/", - "stars": 21, - "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" - } - }, - "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", - "name": "Gatsby-Ecommerce", - "title": "Gatsby Ecommerce", - "github_username": "a9kitkumar", - "repo": "a9kitkumar/Gatsby-Ecommerce", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/a9kitkumar/Gatsby-Ecommerce", - "demo_url": "https://cosmicjs.com/apps/gatsby-ecommerce-website/demo", - "stars": 7, - "forks": 7, - "open_issues": 0, - "last_commit": "2019-04-29T19:44:02Z", - "created_at": "2019-04-26T22:45:03Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/a9kitkumar-gatsby-ecommerce.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/a9kitkumar-gatsby-ecommerce.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/a9kitkumar-gatsby-ecommerce-2x.jpg" - } - }, - "aanupam23-hugo-sugoi": { - "theme_key": "aanupam23-hugo-sugoi", - "file": "hugo-sugoi.md", - "name": "hugo-sugoi", - "title": "Sugoi", - "github_username": "aanupam23", - "repo": "aanupam23/hugo-sugoi", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/aanupam23/hugo-sugoi", - "demo_url": "https://gosugoi.onrender.com/", - "stars": 27, - "forks": 16, - "open_issues": 0, - "last_commit": "2020-10-19T18:15:08Z", - "created_at": "2020-03-21T07:46:30Z", - "description": "Hugo-Sugoi - An Ultra Minimal Hugo Theme based on Skeleton", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/aanupam23-hugo-sugoi.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/aanupam23-hugo-sugoi.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/aanupam23-hugo-sugoi-2x.jpg" - } - }, - "abhaynikam-gatsby-nice-blog": { - "theme_key": "abhaynikam-gatsby-nice-blog", - "file": "gatsby-nice-blog.md", - "name": "gatsby-nice-blog", - "title": "Gatsby Nice Blog", - "github_username": "abhaynikam", - "repo": "abhaynikam/gatsby-nice-blog", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/abhaynikam/gatsby-nice-blog", - "demo_url": "https://nostalgic-liskov-e76c32.netlify.app/", - "stars": 27, - "forks": 13, - "open_issues": 2, - "last_commit": "2021-01-01T08:03:34Z", - "created_at": "2020-10-10T18:20:49Z", - "description": "A nice starter blog post template built using Gatsby.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/abhaynikam-gatsby-nice-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/abhaynikam-gatsby-nice-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/abhaynikam-gatsby-nice-blog-2x.jpg" - } - }, - "abhinavs-cookie": { - "theme_key": "abhinavs-cookie", - "file": "jekyll-cookie.md", - "name": "cookie", - "title": "Cookie", - "github_username": "abhinavs", - "repo": "abhinavs/cookie", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/abhinavs/cookie", - "demo_url": "https://cookie-demo.netlify.app/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/abhinavs-cookie.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/abhinavs-cookie.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/abhinavs-cookie-2x.jpg" - } - }, - "abhinavs-moonwalk": { - "theme_key": "abhinavs-moonwalk", - "file": "jekyll-moonwalk.md", - "name": "moonwalk", - "title": "Moonwalk", - "github_username": "abhinavs", - "repo": "abhinavs/moonwalk", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/abhinavs/moonwalk", - "demo_url": "https://abhinavs.github.io/moonwalk/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/abhinavs-moonwalk.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/abhinavs-moonwalk.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/abhinavs-moonwalk-2x.jpg" - } - }, - "abhn-soot-spirits": { - "theme_key": "abhn-soot-spirits", - "file": "jekyll-sootspirits-theme.md", - "name": "Soot-Spirits", - "title": "Soot Spirits", - "github_username": "abhn", - "repo": "abhn/Soot-Spirits", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/abhn/Soot-Spirits", - "demo_url": "https://sootspirits.github.io/", - "stars": 44, - "forks": 44, - "open_issues": 2, - "last_commit": "2018-10-16T03:56:12Z", - "created_at": "2017-04-17T17:06:15Z", - "description": "A simple responsive two column Jekyll theme. Great for personal blog and basic portfolio website", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/abhn-soot-spirits.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/abhn-soot-spirits.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/abhn-soot-spirits-2x.jpg" - } - }, - "abhn-wall-e": { - "theme_key": "abhn-wall-e", - "file": "jekyll-wall-e-theme.md", - "name": "Wall-E", - "title": "Wall-E", - "github_username": "abhn", - "repo": "abhn/Wall-E", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/abhn/Wall-E", - "demo_url": "https://wall-e-jekyll.github.io/", - "stars": 38, - "forks": 88, - "open_issues": 5, - "last_commit": "2018-01-13T15:53:04Z", - "created_at": "2017-10-21T10:30:33Z", - "description": "A modern jekyll theme with grid frontpage, beautiful typography, mobile responsive, made with Semantic UI", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/abhn-wall-e.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/abhn-wall-e.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/abhn-wall-e-2x.jpg" - } - }, - "achariam-elyxel": { - "theme_key": "achariam-elyxel", - "file": "elyxel.md", - "name": "elyxel", - "title": "Elyxel", - "github_username": "achariam", - "repo": "achariam/elyxel", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/achariam/elyxel", - "demo_url": "https://www.elyxel.com/", - "stars": 55, - "forks": 4, - "open_issues": 0, - "last_commit": "2017-08-25T03:47:57Z", - "created_at": "2016-05-25T02:35:00Z", - "description": "Community Software", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/achariam-elyxel.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/achariam-elyxel.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/achariam-elyxel-2x.jpg" - } - }, - "achary-engimo": { - "theme_key": "achary-engimo", - "file": "hugo-engimo-theme.md", - "name": "engimo", - "title": "Engimo", - "github_username": "achary", - "repo": "achary/engimo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/achary/engimo", - "demo_url": "https://engimo.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/achary-engimo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/achary-engimo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/achary-engimo-2x.jpg" - } - }, - "act-labs-gatsby-starter-act-blog": { - "theme_key": "act-labs-gatsby-starter-act-blog", - "file": "gatsby-starter-act-blog.md", - "name": "gatsby-starter-act-blog", - "title": "Gatsby Starter Act Blog", - "github_username": "act-labs", - "repo": "act-labs/gatsby-starter-act-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/act-labs/gatsby-starter-act-blog", - "demo_url": "https://act-labs.github.io", - "stars": 2, - "forks": 2, - "open_issues": 0, - "last_commit": "2019-05-31T16:20:49Z", - "created_at": "2019-05-31T16:02:20Z", - "description": "ACT: Gatsby starter for blog/documentation using MDX, Ant Design, gatsby-plugin-combine", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/act-labs-gatsby-starter-act-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/act-labs-gatsby-starter-act-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/act-labs-gatsby-starter-act-blog-2x.jpg" - } - }, - "adagio-cantabile-adagio-cantabile.github.io": { - "theme_key": "adagio-cantabile-adagio-cantabile.github.io", - "file": "jekyll-pink-theme.md", - "name": "Adagio-cantabile.github.io", - "title": "pink-theme", - "github_username": "Adagio-cantabile", - "repo": "Adagio-cantabile/Adagio-cantabile.github.io", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Adagio-cantabile/Adagio-cantabile.github.io", - "demo_url": "https://adagio-cantabile.github.io/", - "stars": 4, - "forks": 8, - "open_issues": 0, - "last_commit": "2019-03-03T06:00:13Z", - "created_at": "2016-04-14T14:34:34Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/adagio-cantabile-adagio-cantabile.github.io.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/adagio-cantabile-adagio-cantabile.github.io.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/adagio-cantabile-adagio-cantabile.github.io-2x.jpg" - } - }, - "adisaktijrs-hexo-theme-minima": { - "theme_key": "adisaktijrs-hexo-theme-minima", - "file": "hexo-theme-minima.md", - "name": "hexo-theme-minima", - "title": "Minima", - "github_username": "adisaktijrs", - "repo": "adisaktijrs/hexo-theme-minima", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/adisaktijrs/hexo-theme-minima", - "demo_url": "https://adisaktijrs.github.io/minima/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/adisaktijrs-hexo-theme-minima.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/adisaktijrs-hexo-theme-minima.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/adisaktijrs-hexo-theme-minima-2x.jpg" - } - }, - "adityatelange-hugo-papermod": { - "theme_key": "adityatelange-hugo-papermod", - "file": "hugo-papermod.md", - "name": "hugo-PaperMod", - "title": "PaperMod", - "github_username": "adityatelange", - "repo": "adityatelange/hugo-PaperMod", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/adityatelange/hugo-PaperMod", - "demo_url": "https://adityatelange.github.io/hugo-PaperMod/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/adityatelange-hugo-papermod.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/adityatelange-hugo-papermod.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/adityatelange-hugo-papermod-2x.jpg" - } - }, - "adueck-cayman-blog": { - "theme_key": "adueck-cayman-blog", - "file": "jekyll-cayman-blog.md", - "name": "cayman-blog", - "title": "Cayman Blog", - "github_username": "adueck", - "repo": "adueck/cayman-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/adueck/cayman-blog", - "demo_url": "https://adueck.github.io/cayman-blog/", - "stars": 18, - "forks": 64, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/adueck-cayman-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/adueck-cayman-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/adueck-cayman-blog-2x.jpg" - } - }, - "adueck-good-clean-read": { - "theme_key": "adueck-good-clean-read", - "file": "jekyll-good-clean-read.md", - "name": "good-clean-read", - "title": "Good Clean Read", - "github_username": "adueck", - "repo": "adueck/good-clean-read", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/adueck/good-clean-read", - "demo_url": "https://adueck.github.io/good-clean-read/", - "stars": 216, - "forks": 114, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/adueck-good-clean-read.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/adueck-good-clean-read.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/adueck-good-clean-read-2x.jpg" - } - }, - "aerohub-hugo-faq-theme": { - "theme_key": "aerohub-hugo-faq-theme", - "file": "hugo-faq-theme.md", - "name": "hugo-faq-theme", - "title": "Hugo Faq", - "github_username": "aerohub", - "repo": "aerohub/hugo-faq-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/aerohub/hugo-faq-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-faq-theme/", - "stars": 23, - "forks": 11, - "open_issues": 4, - "last_commit": "2016-10-16T22:58:01Z", - "created_at": "2016-09-21T20:55:08Z", - "description": "Simple FAQ Theme for Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/aerohub-hugo-faq-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/aerohub-hugo-faq-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/aerohub-hugo-faq-theme-2x.jpg" - } - }, - "aerohub-hugo-identity-theme": { - "theme_key": "aerohub-hugo-identity-theme", - "file": "hugo-identity-theme.md", - "name": "hugo-identity-theme", - "title": "Hugo Identity", - "github_username": "aerohub", - "repo": "aerohub/hugo-identity-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/aerohub/hugo-identity-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-identity-theme/", - "stars": 87, - "forks": 47, - "open_issues": 7, - "last_commit": "2017-12-09T13:05:28Z", - "created_at": "2016-03-31T15:43:08Z", - "description": "Little profile/card-style template for Hugo. Based on Identity by HTML5 UP.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/aerohub-hugo-identity-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/aerohub-hugo-identity-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/aerohub-hugo-identity-theme-2x.jpg" - } - }, - "aerohub-hugo-orbit-theme": { - "theme_key": "aerohub-hugo-orbit-theme", - "file": "hugo-orbit-theme.md", - "name": "hugo-orbit-theme", - "title": "Orbit", - "github_username": "aerohub", - "repo": "aerohub/hugo-orbit-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/aerohub/hugo-orbit-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-orbit-theme/", - "stars": 233, - "forks": 103, - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/aerohub-hugo-orbit-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/aerohub-hugo-orbit-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/aerohub-hugo-orbit-theme-2x.jpg" - } - }, - "aerohub-hugrid": { - "theme_key": "aerohub-hugrid", - "file": "hugo-hugrid-theme.md", - "name": "hugrid", - "title": "Hugrid", - "github_username": "aerohub", - "repo": "aerohub/hugrid", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/aerohub/hugrid", - "demo_url": "https://themes.gohugo.io/theme/hugrid/", - "stars": 148, - "forks": 71, - "open_issues": 15, - "last_commit": "2018-08-02T08:16:51Z", - "created_at": "2016-08-17T16:59:32Z", - "description": "Hugrid (Hugo+grid) is a simple grid theme for Hugo. It's a kind of boilerplate to perform anyone or anything quickly. Portfolio, collection, bookmarks, contacts and so on.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/aerohub-hugrid.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/aerohub-hugrid.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/aerohub-hugrid-2x.jpg" - } - }, - "agility-agility-gatsby-starter": { - "theme_key": "agility-agility-gatsby-starter", - "file": "gatsby-agility-starter.md", - "name": "agility-gatsby-starter", - "title": "Gatsby Agility", - "github_username": "agility", - "repo": "agility/agility-gatsby-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/agility/agility-gatsby-starter", - "demo_url": "https://agility-gatsby-starter.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/agility-agility-gatsby-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/agility-agility-gatsby-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/agility-agility-gatsby-starter-2x.jpg" - } - }, - "agneym-gatsby-blog-starter": { - "theme_key": "boywithsilverwings-gatsby-blog-starter", - "file": "gatsby-blog-starter.md", - "name": "gatsby-blog-starter", - "title": "Blog Starter", - "github_username": "agneym", - "repo": "agneym/gatsby-blog-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/agneym/gatsby-blog-starter", - "demo_url": "https://vigilant-leakey-a4f8cd.netlify.com/", - "stars": 20, - "forks": 11, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/boywithsilverwings-gatsby-blog-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/boywithsilverwings-gatsby-blog-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/boywithsilverwings-gatsby-blog-starter-2x.jpg" - } - }, - "agneym-gatsby-careers-page": { - "theme_key": "boywithsilverwings-gatsby-careers-page", - "file": "gatsby-careers-page.md", - "name": "gatsby-careers-page", - "title": "Gatsby Careers Page", - "github_username": "agneym", - "repo": "agneym/gatsby-careers-page", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/agneym/gatsby-careers-page", - "demo_url": "https://hardcore-darwin-d7328f.netlify.com/", - "stars": 9, - "forks": 3, - "open_issues": 0, - "last_commit": "2018-12-29T19:52:49Z", - "created_at": "2018-12-29T17:56:56Z", - "description": "Job Listing Page", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/boywithsilverwings-gatsby-careers-page.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/boywithsilverwings-gatsby-careers-page.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/boywithsilverwings-gatsby-careers-page-2x.jpg" - } - }, - "agusmakmun-agusmakmun.github.io": { - "theme_key": "agusmakmun-agusmakmun.github.io", - "file": "jekyll-stack-problems.md", - "name": "agusmakmun.github.io", - "title": "Stack Problems", - "github_username": "agusmakmun", - "repo": "agusmakmun/agusmakmun.github.io", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/agusmakmun/agusmakmun.github.io", - "demo_url": "https://agusmakmun.github.io/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/agusmakmun-agusmakmun.github.io.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/agusmakmun-agusmakmun.github.io.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/agusmakmun-agusmakmun.github.io-2x.jpg" - } - }, - "ahmadajmi-type": { - "theme_key": "aspirethemes-type", - "file": "jekyll-type.md", - "name": "type", - "title": "Jekyll Type", - "github_username": "ahmadajmi", - "repo": "ahmadajmi/type", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ahmadajmi/type", - "demo_url": "https://type-jekyll.aspirethemes.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/aspirethemes-type.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/aspirethemes-type.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/aspirethemes-type-2x.jpg" - } - }, - "aigarsdz-brume": { - "theme_key": "aigarsdz-brume", - "file": "jekyll-brume.md", - "name": "brume", - "title": "brume", - "github_username": "aigarsdz", - "repo": "aigarsdz/brume", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/aigarsdz/brume", - "demo_url": "https://aigarsdz.github.io/brume/", - "stars": 121, - "forks": 140, - "open_issues": 1, - "last_commit": "2019-02-20T16:03:42Z", - "created_at": "2013-09-22T10:23:03Z", - "description": "A simple Jekyll blog theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/aigarsdz-brume.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/aigarsdz-brume.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/aigarsdz-brume-2x.jpg" - } - }, - "airrayagroupwebdesign-sciblog": { - "theme_key": "airrayagroupwebdesign-sciblog", - "file": "jekyll-sciblog.md", - "name": "sciblog", - "title": "Sciblog", - "github_username": "yourfreebies", - "repo": "yourfreebies/sciblog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/yourfreebies/sciblog", - "demo_url": "https://sciblog.yourfreebies.org/", - "stars": 16, - "forks": 17, - "open_issues": 1, - "last_commit": "2018-06-19T22:55:41Z", - "created_at": "2016-02-10T04:25:25Z", - "description": "Sci Blog jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/airrayagroupwebdesign-sciblog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/airrayagroupwebdesign-sciblog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/airrayagroupwebdesign-sciblog-2x.jpg" - } - }, - "ajayns-gatsby-absurd": { - "theme_key": "ajayns-gatsby-absurd", - "file": "gatsby-absurd.md", - "name": "gatsby-absurd", - "title": "Gatsby Absurd", - "github_username": "ajayns", - "repo": "ajayns/gatsby-absurd", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ajayns/gatsby-absurd", - "demo_url": "https://gatsby-absurd.surge.sh/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ajayns-gatsby-absurd.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ajayns-gatsby-absurd.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ajayns-gatsby-absurd-2x.jpg" - } - }, - "akiritsu-project-negya": { - "theme_key": "akiritsu-project-negya", - "file": "jekyll-theme-project-negya.md", - "name": "pRoJEct-NeGYa", - "title": "pRoJEct-NeGYa", - "github_username": "akiritsu", - "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": 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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/akiritsu-project-negya-2x.jpg" - } - }, - "akiritsu-project-vexed": { - "theme_key": "akiritsu-project-negya", - "file": "jekyll-theme-project-negya.md", - "name": "pRoJEct-VeXEd", - "title": "pRoJEct-NeGYa", - "github_username": "akiritsu", - "repo": "akiritsu/pRoJEct-VeXEd", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/akiritsu/pRoJEct-VeXEd", - "demo_url": "https://akiritsu.github.io/pRoJEct-NeGYa/", - "stars": 91, - "forks": 82, - "open_issues": 5, - "last_commit": "2020-12-08T18:07:13Z", - "created_at": "2019-06-15T10:37:38Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/akiritsu-project-negya.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/akiritsu-project-negya.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/akiritsu-project-negya-2x.jpg" - } - }, - "aksakalli-jekyll-doc-theme": { - "theme_key": "aksakalli-jekyll-doc-theme", - "file": "jekyll-doc-theme.md", - "name": "jekyll-doc-theme", - "title": "Jekyll Doc Theme", - "github_username": "aksakalli", - "repo": "aksakalli/jekyll-doc-theme", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/aksakalli/jekyll-doc-theme", - "demo_url": "https://aksakalli.github.io/jekyll-doc-theme", - "stars": 252, - "forks": 237, - "open_issues": 5, - "last_commit": "2022-06-22T22:24:01Z", - "created_at": "2017-05-03T17:48:59Z", - "description": "Jekyll theme for creating project documentation websites", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/aksakalli-jekyll-doc-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/aksakalli-jekyll-doc-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/aksakalli-jekyll-doc-theme-2x.jpg" - } - }, - "akshayagarwal007-jekyll-mono": { - "theme_key": "akshayagarwal007-jekyll-mono", - "file": "jekyll-Mono.md", - "name": "Jekyll-Mono", - "title": "Jekyll-Mono", - "github_username": "AkshayAgarwal007", - "repo": "AkshayAgarwal007/Jekyll-Mono", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/AkshayAgarwal007/Jekyll-Mono", - "demo_url": "https://akshayagarwal007.github.io/Jekyll-Mono", - "stars": 135, - "forks": 272, - "open_issues": 13, - "last_commit": "2016-12-07T14:33:18Z", - "created_at": "2016-05-20T19:44:40Z", - "description": ":red_circle: Jekyll-Mono :large_blue_circle: is a simple and elegant GitHub Profile cum Blog theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/akshayagarwal007-jekyll-mono.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/akshayagarwal007-jekyll-mono.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/akshayagarwal007-jekyll-mono-2x.jpg" - } - }, - "akzhy-gatsby-starter-elemental": { - "theme_key": "akzhy-gatsby-starter-elemental", - "file": "gatsby-starter-elemental.md", - "name": "gatsby-starter-elemental", - "title": "Gatsby Starter Elemental", - "github_username": "akzhy", - "repo": "akzhy/gatsby-starter-elemental", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/akzhy/gatsby-starter-elemental", - "demo_url": "https://elemental.netlify.com", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/akzhy-gatsby-starter-elemental.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/akzhy-gatsby-starter-elemental.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/akzhy-gatsby-starter-elemental-2x.jpg" - } - }, - "alainpham-alainpham.github.io": { - "theme_key": "alainpham-alainpham.github.io", - "file": "jekyll-theme-SIMPLE-GREEN-TECH.md", - "name": "alainpham.github.io", - "title": "SIMPLE GREEN TECHBLOG", - "github_username": "alainpham", - "repo": "alainpham/alainpham.github.io", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/alainpham/alainpham.github.io", - "demo_url": "https://alainpham.github.io", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/alainpham-alainpham.github.io.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/alainpham-alainpham.github.io.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/alainpham-alainpham.github.io-2x.jpg" - } - }, - "alanorth-hugo-theme-bootstrap4-blog": { - "theme_key": "alanorth-hugo-theme-bootstrap4-blog", - "file": "hugo-theme-bootstrap4-blog.md", - "name": "hugo-theme-bootstrap4-blog", - "title": "Hugo Bootstrap v4 Blog", - "github_username": "alanorth", - "repo": "alanorth/hugo-theme-bootstrap4-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/alanorth/hugo-theme-bootstrap4-blog", - "demo_url": "https://picturingjordan.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/alanorth-hugo-theme-bootstrap4-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/alanorth-hugo-theme-bootstrap4-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/alanorth-hugo-theme-bootstrap4-blog-2x.jpg" - } - }, - "alanta-memoirs-theme": { - "theme_key": "alanta-memoirs-theme", - "file": "statiq-kontent-memoirs.md", - "name": "memoirs-theme", - "title": "Memoirs Statiq Kontent Theme", - "github_username": "alanta", - "repo": "alanta/memoirs-theme", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/alanta/memoirs-theme", - "demo_url": "https://alanta.github.io/memoirs-theme", - "stars": 9, - "forks": 2, - "open_issues": 0, - "last_commit": "2022-04-29T21:18:21Z", - "created_at": "2020-11-18T21:50:10Z", - "description": "Memoirs theme for Statiq and Kontent", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/alanta-memoirs-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/alanta-memoirs-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/alanta-memoirs-theme-2x.jpg" - } - }, - "alex-shpak-hugo-book": { - "theme_key": "alex-shpak-hugo-book", - "file": "hugo-book.md", - "name": "hugo-book", - "title": "Book", - "github_username": "alex-shpak", - "repo": "alex-shpak/hugo-book", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/alex-shpak/hugo-book", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/alex-shpak-hugo-book.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/alex-shpak-hugo-book.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/alex-shpak-hugo-book-2x.jpg" - } - }, - "alexander-heimbuch-vuepress-theme-casper": { - "theme_key": "alexander-heimbuch-vuepress-theme-casper", - "file": "vuepress-theme-casper.md", - "name": "vuepress-theme-casper", - "title": "Vuepress Casper", - "github_username": "alexander-heimbuch", - "repo": "alexander-heimbuch/vuepress-theme-casper", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/alexander-heimbuch/vuepress-theme-casper", - "demo_url": "https://alexander.heimbu.ch/vuepress-theme-casper/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/alexander-heimbuch-vuepress-theme-casper.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/alexander-heimbuch-vuepress-theme-casper.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/alexander-heimbuch-vuepress-theme-casper-2x.jpg" - } - }, - "alexanderussell-progress-for-jekyll": { - "theme_key": "alexanderussell-progress-for-jekyll", - "file": "jekyll-progress-for-jekyll.md", - "name": "progress-for-jekyll", - "title": "Progress", - "github_username": "alexanderussell", - "repo": "alexanderussell/progress-for-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/alexanderussell/progress-for-jekyll", - "demo_url": "https://alexanderussell.github.io/progress-for-jekyll", - "stars": 25, - "forks": 31, - "open_issues": 1, - "last_commit": "2016-07-10T01:47:41Z", - "created_at": "2016-06-10T18:34:46Z", - "description": "A long-form blogging theme for Jekyll.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/alexanderussell-progress-for-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/alexanderussell-progress-for-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/alexanderussell-progress-for-jekyll-2x.jpg" - } - }, - "alexcarpenter-butane-jekyll-theme": { - "theme_key": "alexcarpenter-butane-jekyll-theme", - "file": "jekyll-butane.md", - "name": "butane-jekyll-theme", - "title": "Butane", - "github_username": "alexcarpenter", - "repo": "alexcarpenter/butane-jekyll-theme", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/alexcarpenter/butane-jekyll-theme", - "demo_url": "https://alexcarpenter.github.io/butane-jekyll-theme/", - "stars": 88, - "forks": 38, - "open_issues": 2, - "last_commit": "2017-03-26T14:22:32Z", - "created_at": "2015-11-29T18:29:17Z", - "description": "Butane Jekyll Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/alexcarpenter-butane-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/alexcarpenter-butane-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/alexcarpenter-butane-jekyll-theme-2x.jpg" - } - }, - "alexcarpenter-library-jekyll-theme": { - "theme_key": "alexcarpenter-library-jekyll-theme", - "file": "jekyll-library.md", - "name": "library-jekyll-theme", - "title": "Library", - "github_username": "alexcarpenter", - "repo": "alexcarpenter/library-jekyll-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/alexcarpenter/library-jekyll-theme", - "demo_url": "https://alexcarpenter.me/library-jekyll-theme/", - "stars": 56, - "forks": 35, - "open_issues": 2, - "last_commit": "2017-03-26T14:19:07Z", - "created_at": "2016-01-24T15:20:15Z", - "description": "Create a digital bookshelf using Jekyll.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/alexcarpenter-library-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/alexcarpenter-library-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/alexcarpenter-library-jekyll-theme-2x.jpg" - } - }, - "alexcarpenter-material-jekyll-theme": { - "theme_key": "alexcarpenter-material-jekyll-theme", - "file": "jekyll-materialize.md", - "name": "material-jekyll-theme", - "title": "Materialize", - "github_username": "alexcarpenter", - "repo": "alexcarpenter/material-jekyll-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/alexcarpenter/material-jekyll-theme", - "demo_url": "https://alexcarpenter.me/material-jekyll-theme/", - "stars": 194, - "forks": 66, - "open_issues": 2, - "last_commit": "2018-09-21T12:52:23Z", - "created_at": "2015-12-01T23:49:41Z", - "description": "Material Design inspired Jekyll Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/alexcarpenter-material-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/alexcarpenter-material-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/alexcarpenter-material-jekyll-theme-2x.jpg" - } - }, - "alexfinn-simple-a": { - "theme_key": "alexfinn-simple-a", - "file": "hugo-simple-a.md", - "name": "simple-a", - "title": "Simple-A", - "github_username": "AlexFinn", - "repo": "AlexFinn/simple-a", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/AlexFinn/simple-a", - "demo_url": "https://simple-a.alxschwarz.com/", - "stars": 53, - "forks": 27, - "open_issues": 0, - "last_commit": "2019-12-02T06:25:40Z", - "created_at": "2014-06-19T09:30:36Z", - "description": "Minimalistic Hugo theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/alexfinn-simple-a.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/alexfinn-simple-a.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/alexfinn-simple-a-2x.jpg" - } - }, - "algokun-gatsby-starter-krisp": { - "theme_key": "mohanmonu777-gatsby-starter-krisp", - "file": "gatsby-starter-krisp.md", - "name": "gatsby-starter-krisp", - "title": "Gatsby Starter Krisp", - "github_username": "algokun", - "repo": "algokun/gatsby-starter-krisp", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/algokun/gatsby-starter-krisp", - "demo_url": "https://gatsby-starter-krisp.netlify.com/", - "stars": 14, - "forks": 7, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mohanmonu777-gatsby-starter-krisp.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mohanmonu777-gatsby-starter-krisp.jpg", - "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", - "name": "typewriter", - "title": "Typewriter", - "github_username": "alixedi", - "repo": "alixedi/typewriter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/alixedi/typewriter", - "demo_url": "https://alixedi.github.io/typewriter/", - "stars": 56, - "forks": 48, - "open_issues": 1, - "last_commit": "2014-06-09T11:39:20Z", - "created_at": "2014-06-05T18:19:20Z", - "description": "A simple and beautiful theme for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/alixedi-typewriter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/alixedi-typewriter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/alixedi-typewriter-2x.jpg" - } - }, - "allnightgrocery-hugo-theme-blueberry-detox": { - "theme_key": "allnightgrocery-hugo-theme-blueberry-detox", - "file": "hugo-theme-blueberry-detox.md", - "name": "hugo-theme-blueberry-detox", - "title": "Detox", - "github_username": "allnightgrocery", - "repo": "allnightgrocery/hugo-theme-blueberry-detox", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/allnightgrocery/hugo-theme-blueberry-detox", - "demo_url": "https://themes.gohugo.io/theme/detox/", - "stars": 54, - "forks": 59, - "open_issues": 2, - "last_commit": "2017-01-29T01:05:46Z", - "created_at": "2015-04-25T16:51:59Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/allnightgrocery-hugo-theme-blueberry-detox.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/allnightgrocery-hugo-theme-blueberry-detox.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/allnightgrocery-hugo-theme-blueberry-detox-2x.jpg" - } - }, - "alperenbozkurt-jblog": { - "theme_key": "alperenbozkurt-jblog", - "file": "jekyll-JBlog-theme.md", - "name": "JBlog", - "title": "JBlog", - "github_username": "alperenbozkurt", - "repo": "alperenbozkurt/JBlog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/alperenbozkurt/JBlog", - "demo_url": "https://alperenbozkurt.net/JBlog/", - "stars": 69, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/alperenbozkurt-jblog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/alperenbozkurt-jblog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/alperenbozkurt-jblog-2x.jpg" - } - }, - "altcointrading-trading": { - "theme_key": "altcointrading-trading", - "file": "jekyll-trading.md", - "name": "trading", - "title": "Trading", - "github_username": "altcointrading", - "repo": "altcointrading/trading", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/altcointrading/trading", - "demo_url": "https://www.altcointrading.net/", - "stars": 15, - "forks": 9, - "open_issues": 0, - "last_commit": "2021-12-19T13:44:31Z", - "created_at": "2016-04-08T08:45:41Z", - "description": "jekyll theme in newspaper style", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/altcointrading-trading.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/altcointrading-trading.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/altcointrading-trading-2x.jpg" - } - }, - "alxschwarz-simple-a": { - "theme_key": "alexfinn-simple-a", - "file": "hugo-simple-a.md", - "name": "simple-a", - "title": "Simple-A", - "github_username": "alxschwarz", - "repo": "alxschwarz/simple-a", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/alxschwarz/simple-a", - "demo_url": "https://simple-a.alxschwarz.com/", - "stars": 52, - "forks": 28, - "open_issues": 0, - "last_commit": "2019-12-02T06:25:40Z", - "created_at": "2014-06-19T09:30:36Z", - "description": "Minimalistic Hugo theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/alexfinn-simple-a.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/alexfinn-simple-a.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/alexfinn-simple-a-2x.jpg" - } - }, - "alxshelepenok-gatsby-starter-lumen": { - "theme_key": "alxshelepenok-gatsby-starter-lumen", - "file": "gatsby-starter-lumen.md", - "name": "gatsby-starter-lumen", - "title": "Gatsby Starter Lumen", - "github_username": "alxshelepenok", - "repo": "alxshelepenok/gatsby-starter-lumen", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/alxshelepenok/gatsby-starter-lumen", - "demo_url": "https://lumen.netlify.com/", - "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 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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/alxshelepenok-gatsby-starter-lumen-2x.jpg" - } - }, - "alynxzhou-hexo-theme-aria": { - "theme_key": "alynxzhou-hexo-theme-aria", - "file": "hexo-theme-aria.md", - "name": "hexo-theme-aria", - "title": "Aria", - "github_username": "AlynxZhou", - "repo": "AlynxZhou/hexo-theme-aria", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/AlynxZhou/hexo-theme-aria", - "demo_url": "https://aria.ismyonly.one/", - "stars": 148, - "forks": 46, - "open_issues": 1, - "last_commit": "2019-10-20T09:49:18Z", - "created_at": "2018-03-15T03:06:27Z", - "description": "A Hexo theme inspired by Kalafina's song ARIA.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/alynxzhou-hexo-theme-aria.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/alynxzhou-hexo-theme-aria.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/alynxzhou-hexo-theme-aria-2x.jpg" - } - }, - "amandeepmittal-gatsby-bulma-quickstart": { - "theme_key": "amandeepmittal-gatsby-bulma-quickstart", - "file": "gatsby-bulma-quickstart.md", - "name": "gatsby-bulma-quickstart", - "title": "Gatsby Bulma Quickstart", - "github_username": "amandeepmittal", - "repo": "amandeepmittal/gatsby-bulma-quickstart", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/amandeepmittal/gatsby-bulma-quickstart", - "demo_url": "https://tender-raman-99e09b.netlify.com/", - "stars": 86, - "forks": 29, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/amandeepmittal-gatsby-bulma-quickstart.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/amandeepmittal-gatsby-bulma-quickstart.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/amandeepmittal-gatsby-bulma-quickstart-2x.jpg" - } - }, - "ammarjabakji-gatsby-markdown-blog-starter": { - "theme_key": "ammarjabakji-gatsby-markdown-blog-starter", - "file": "gatsby-markdown-blog-starter.md", - "name": "gatsby-markdown-blog-starter", - "title": "Gatsby Markdown Blog Starter", - "github_username": "ammarjabakji", - "repo": "ammarjabakji/gatsby-markdown-blog-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ammarjabakji/gatsby-markdown-blog-starter", - "demo_url": "https://gatsby-markdown-blog-starter.netlify.com/", - "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:", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ammarjabakji-gatsby-markdown-blog-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ammarjabakji-gatsby-markdown-blog-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ammarjabakji-gatsby-markdown-blog-starter-2x.jpg" - } - }, - "anandubajith-block-log": { - "theme_key": "anandubajith-block-log", - "file": "jekyll-block-log.md", - "name": "block-log", - "title": "block-log", - "github_username": "anandubajith", - "repo": "anandubajith/block-log", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anandubajith/block-log", - "demo_url": "https://anandu.net/demo/block-log/", - "stars": 30, - "forks": 37, - "open_issues": 1, - "last_commit": "2019-06-16T14:09:14Z", - "created_at": "2014-05-16T05:57:19Z", - "description": "block-log , A Jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/anandubajith-block-log.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anandubajith-block-log.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anandubajith-block-log-2x.jpg" - } - }, - "andrewbanchich-forty-jekyll-theme": { - "theme_key": "andrewbanchich-forty-jekyll-theme", - "file": "jekyll-Forty.md", - "name": "forty-jekyll-theme", - "title": "Forty (by HTML5 Up!)", - "github_username": "andrewbanchich", - "repo": "andrewbanchich/forty-jekyll-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/andrewbanchich/forty-jekyll-theme", - "demo_url": "https://andrewbanchich.github.io/forty-jekyll-theme/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/andrewbanchich-forty-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/andrewbanchich-forty-jekyll-theme.jpg", - "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", - "name": "dark-poole", - "title": "dark-poole", - "github_username": "andrewhwanpark", - "repo": "andrewhwanpark/dark-poole", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/andrewhwanpark/dark-poole", - "demo_url": "https://andrewhwanpark.github.io/dark-poole/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/andrewhwanpark-dark-poole.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/andrewhwanpark-dark-poole.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/andrewhwanpark-dark-poole-2x.jpg" - } - }, - "andy-piccalilli-hylia": { - "theme_key": "andybelldesign-hylia", - "file": "11ty-hylia.md", - "name": "hylia", - "title": "Eleventy Hylia", - "github_username": "andy-piccalilli", - "repo": "andy-piccalilli/hylia", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/andy-piccalilli/hylia", - "demo_url": "https://hylia.website/", - "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": "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" - } - }, - "andybelldesign-hylia": { - "theme_key": "andybelldesign-hylia", - "file": "11ty-hylia.md", - "name": "hylia", - "title": "Eleventy Hylia", - "github_username": "hankchizljaw", - "repo": "hankchizljaw/hylia", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/hankchizljaw/hylia", - "demo_url": "https://hylia.website/", - "stars": 841, - "forks": 205, - "open_issues": 33, - "last_commit": "2020-06-10T10:47:14Z", - "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" - } - }, - "andykenward-gatsby-starter-default-typescript": { - "theme_key": "andykenward-gatsby-starter-default-typescript", - "file": "gatsby-starter-default-typescript.md", - "name": "gatsby-starter-default-typescript", - "title": "Gatsby Starter Default Typescript", - "github_username": "andykenward", - "repo": "andykenward/gatsby-starter-default-typescript", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/andykenward/gatsby-starter-default-typescript", - "demo_url": "https://gatsby-starter-default-typescript.netlify.com/", - "stars": 13, - "forks": 4, - "open_issues": 8, - "last_commit": "2021-08-21T14:19:55Z", - "created_at": "2019-05-27T08:33:21Z", - "description": "The default Gatsby starter TypeScript", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/andykenward-gatsby-starter-default-typescript.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/andykenward-gatsby-starter-default-typescript.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/andykenward-gatsby-starter-default-typescript-2x.jpg" - } - }, - "angelostavrow-indigo": { - "theme_key": "angelostavrow-indigo", - "file": "hugo-indigo.md", - "name": "indigo", - "title": "Hugo Indigo", - "github_username": "AngeloStavrow", - "repo": "AngeloStavrow/indigo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/AngeloStavrow/indigo", - "demo_url": "https://themes.gohugo.io/theme/indigo/", - "stars": 54, - "forks": 30, - "open_issues": 17, - "last_commit": "2020-07-20T10:59:29Z", - "created_at": "2018-08-14T10:10:53Z", - "description": "An IndieWeb-friendly custom theme for Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/angelostavrow-indigo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/angelostavrow-indigo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/angelostavrow-indigo-2x.jpg" - } - }, - "ankit-kumar-jat-limp-dark": { - "theme_key": "ankit-kumar-jat-limp-dark", - "file": "limp-dark.md", - "name": "limp-dark", - "title": "Limp Dark", - "github_username": "ankit-kumar-jat", - "repo": "ankit-kumar-jat/limp-dark", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/ankit-kumar-jat/limp-dark", - "demo_url": "https://ankitkumarjat.me/limp/", - "stars": 1, - "forks": 1, - "open_issues": 0, - "last_commit": "2020-12-03T09:56:40Z", - "created_at": "2020-11-28T11:54:38Z", - "description": "A lightning fast dark jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ankit-kumar-jat-limp-dark.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ankit-kumar-jat-limp-dark.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ankit-kumar-jat-limp-dark-2x.jpg" - } - }, - "ankitsultana-accent": { - "theme_key": "ankitsultana-accent", - "file": "jekyll-accent.md", - "name": "accent", - "title": "accent", - "github_username": "ankitsultana", - "repo": "ankitsultana/accent", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/ankitsultana/accent", - "demo_url": "https://ankitsultana.com/accent", - "stars": 101, - "forks": 57, - "open_issues": 0, - "last_commit": "2017-12-13T10:04:56Z", - "created_at": "2016-02-09T18:08:07Z", - "description": "A single accent, single column Jekyll Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ankitsultana-accent.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ankitsultana-accent.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ankitsultana-accent-2x.jpg" - } - }, - "ankitsultana-chaplin": { - "theme_key": "ankitsultana-chaplin", - "file": "jekyll-Chaplin.md", - "name": "Chaplin", - "title": "Chaplin", - "github_username": "ankitsultana", - "repo": "ankitsultana/Chaplin", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/ankitsultana/Chaplin", - "demo_url": "https://ankitsultana.com/Chaplin/", - "stars": 23, - "forks": 9, - "open_issues": 0, - "last_commit": "2016-04-05T06:02:38Z", - "created_at": "2016-01-08T20:08:48Z", - "description": "A minimalistic, single column theme for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ankitsultana-chaplin.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ankitsultana-chaplin.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ankitsultana-chaplin-2x.jpg" - } - }, - "ankitsultana-researcher": { - "theme_key": "ankitsultana-researcher", - "file": "jekyll-researcher.md", - "name": "researcher", - "title": "Researcher", - "github_username": "ankitsultana", - "repo": "ankitsultana/researcher", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/ankitsultana/researcher", - "demo_url": "https://ankitsultana.com/researcher", - "stars": 508, - "forks": 495, - "open_issues": 3, - "last_commit": "2021-06-11T12:07:01Z", - "created_at": "2016-08-29T16:23:36Z", - "description": "A jekyll based resume template", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ankitsultana-researcher.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ankitsultana-researcher.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ankitsultana-researcher-2x.jpg" - } - }, - "anna-morawska-gatsby-material-design-for-bootstrap": { - "theme_key": "anna-morawska-gatsby-material-design-for-bootstrap", - "file": "gatsby-material-design-for-bootstrap.md", - "name": "gatsby-material-design-for-bootstrap", - "title": "Gatsby Material Design For Bootstrap", - "github_username": "anna-morawska", - "repo": "anna-morawska/gatsby-material-design-for-bootstrap", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anna-morawska/gatsby-material-design-for-bootstrap", - "demo_url": "https://gatsby-starter.mdbootstrap.com/", - "stars": 12, - "forks": 7, - "open_issues": 0, - "last_commit": "2020-02-22T17:59:22Z", - "created_at": "2019-01-24T13:06:10Z", - "description": "A simple starter which lets you quickly start developing with Gastby and Material Design For Bootstrap", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/anna-morawska-gatsby-material-design-for-bootstrap.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anna-morawska-gatsby-material-design-for-bootstrap.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anna-morawska-gatsby-material-design-for-bootstrap-2x.jpg" - } - }, - "anoun-gatsby-starter-material-business-markdown": { - "theme_key": "anoun-gatsby-starter-material-business-markdown", - "file": "gatsby-starter-material-business-markdown.md", - "name": "gatsby-starter-material-business-markdown", - "title": "Gatsby Material Business Markdown", - "github_username": "jaydanurwin", - "repo": "jaydanurwin/gatsby-starter-material-business-markdown", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jaydanurwin/gatsby-starter-material-business-markdown", - "demo_url": "https://gatsby-starter-material-business-markdown.netlify.com/", - "stars": 10, - "forks": 7, - "open_issues": 0, - "last_commit": "2021-01-11T23:19:14Z", - "created_at": "2019-05-02T16:21:45Z", - "description": "View Live Demo:", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/anoun-gatsby-starter-material-business-markdown.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anoun-gatsby-starter-material-business-markdown.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anoun-gatsby-starter-material-business-markdown-2x.jpg" - } - }, - "antonpolishko-hugo-stellar-theme": { - "theme_key": "antonpolishko-hugo-stellar-theme", - "file": "hugo-stellar-theme.md", - "name": "hugo-stellar-theme", - "title": "Stellar", - "github_username": "antonpolishko", - "repo": "antonpolishko/hugo-stellar-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/antonpolishko/hugo-stellar-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-stellar-theme/", - "stars": 23, - "forks": 17, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/antonpolishko-hugo-stellar-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/antonpolishko-hugo-stellar-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/antonpolishko-hugo-stellar-theme-2x.jpg" - } - }, - "anubhavsrivastava-gatsby-starter-aerial": { - "theme_key": "anubhavsrivastava-gatsby-starter-aerial", - "file": "gatsby-starter-aerial.md", - "name": "gatsby-starter-aerial", - "title": "Gatsby Starter Aerial", - "github_username": "anubhavsrivastava", - "repo": "anubhavsrivastava/gatsby-starter-aerial", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-aerial", - "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-aerial/", - "stars": 13, - "forks": 7, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/anubhavsrivastava-gatsby-starter-aerial.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-aerial.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-aerial-2x.jpg" - } - }, - "anubhavsrivastava-gatsby-starter-casual": { - "theme_key": "anubhavsrivastava-gatsby-starter-casual", - "file": "gatsby-starter-casual.md", - "name": "gatsby-starter-casual", - "title": "Gatsby Starter Casual", - "github_username": "anubhavsrivastava", - "repo": "anubhavsrivastava/gatsby-starter-casual", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-casual", - "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-casual/", - "stars": 12, - "forks": 13, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/anubhavsrivastava-gatsby-starter-casual.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-casual.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-casual-2x.jpg" - } - }, - "anubhavsrivastava-gatsby-starter-directive": { - "theme_key": "anubhavsrivastava-gatsby-starter-directive", - "file": "gatsby-starter-directive.md", - "name": "gatsby-starter-directive", - "title": "Gatsby Starter Directive", - "github_username": "anubhavsrivastava", - "repo": "anubhavsrivastava/gatsby-starter-directive", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-directive", - "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-directive/", - "stars": 10, - "forks": 10, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/anubhavsrivastava-gatsby-starter-directive.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-directive.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-directive-2x.jpg" - } - }, - "anubhavsrivastava-gatsby-starter-eventually": { - "theme_key": "anubhavsrivastava-gatsby-starter-eventually", - "file": "gatsby-starter-eventually.md", - "name": "gatsby-starter-eventually", - "title": "Gatsby Starter Eventually", - "github_username": "anubhavsrivastava", - "repo": "anubhavsrivastava/gatsby-starter-eventually", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-eventually", - "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-eventually/", - "stars": 33, - "forks": 19, - "open_issues": 2, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/anubhavsrivastava-gatsby-starter-eventually.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-eventually.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-eventually-2x.jpg" - } - }, - "anubhavsrivastava-gatsby-starter-fractal": { - "theme_key": "anubhavsrivastava-gatsby-starter-fractal", - "file": "gatsby-starter-fractal.md", - "name": "gatsby-starter-fractal", - "title": "Gatsby Starter Fractal", - "github_username": "anubhavsrivastava", - "repo": "anubhavsrivastava/gatsby-starter-fractal", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-fractal", - "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-fractal/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/anubhavsrivastava-gatsby-starter-fractal.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-fractal.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-fractal-2x.jpg" - } - }, - "anubhavsrivastava-gatsby-starter-grayscale": { - "theme_key": "anubhavsrivastava-gatsby-starter-grayscale", - "file": "gatsby-starter-grayscale.md", - "name": "gatsby-starter-grayscale", - "title": "Gatsby Starter Grayscale", - "github_username": "anubhavsrivastava", - "repo": "anubhavsrivastava/gatsby-starter-grayscale", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-grayscale", - "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-grayscale/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/anubhavsrivastava-gatsby-starter-grayscale.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-grayscale.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-grayscale-2x.jpg" - } - }, - "anubhavsrivastava-gatsby-starter-highlights": { - "theme_key": "anubhavsrivastava-gatsby-starter-highlights", - "file": "gatsby-starter-highlights.md", - "name": "gatsby-starter-highlights", - "title": "Gatsby Starter Highlights", - "github_username": "anubhavsrivastava", - "repo": "anubhavsrivastava/gatsby-starter-highlights", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-highlights", - "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-highlights/", - "stars": 16, - "forks": 13, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/anubhavsrivastava-gatsby-starter-highlights.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-highlights.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-highlights-2x.jpg" - } - }, - "anubhavsrivastava-gatsby-starter-hyperspace": { - "theme_key": "anubhavsrivastava-gatsby-starter-hyperspace", - "file": "gatsby-starter-hyperspace.md", - "name": "gatsby-starter-hyperspace", - "title": "Gatsby Starter Hyperspace", - "github_username": "anubhavsrivastava", - "repo": "anubhavsrivastava/gatsby-starter-hyperspace", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-hyperspace", - "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-hyperspace/", - "stars": 26, - "forks": 20, - "open_issues": 1, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/anubhavsrivastava-gatsby-starter-hyperspace.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-hyperspace.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-hyperspace-2x.jpg" - } - }, - "anubhavsrivastava-gatsby-starter-identity": { - "theme_key": "anubhavsrivastava-gatsby-starter-identity", - "file": "gatsby-starter-identity.md", - "name": "gatsby-starter-identity", - "title": "Gatsby Starter Identity", - "github_username": "anubhavsrivastava", - "repo": "anubhavsrivastava/gatsby-starter-identity", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-identity", - "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-identity/", - "stars": 16, - "forks": 8, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/anubhavsrivastava-gatsby-starter-identity.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-identity.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-identity-2x.jpg" - } - }, - "anubhavsrivastava-gatsby-starter-multiverse": { - "theme_key": "anubhavsrivastava-gatsby-starter-multiverse", - "file": "gatsby-starter-multiverse.md", - "name": "gatsby-starter-multiverse", - "title": "Gatsby Starter Multiverse", - "github_username": "anubhavsrivastava", - "repo": "anubhavsrivastava/gatsby-starter-multiverse", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-multiverse", - "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-multiverse/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/anubhavsrivastava-gatsby-starter-multiverse.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-multiverse.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-multiverse-2x.jpg" - } - }, - "anubhavsrivastava-gatsby-starter-newage": { - "theme_key": "anubhavsrivastava-gatsby-starter-newage", - "file": "gatsby-starter-newage.md", - "name": "gatsby-starter-newage", - "title": "Gatsby Starter Newage", - "github_username": "anubhavsrivastava", - "repo": "anubhavsrivastava/gatsby-starter-newage", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-newage", - "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-newage/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/anubhavsrivastava-gatsby-starter-newage.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-newage.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-newage-2x.jpg" - } - }, - "anubhavsrivastava-gatsby-starter-overflow": { - "theme_key": "anubhavsrivastava-gatsby-starter-overflow", - "file": "gatsby-starter-overflow.md", - "name": "gatsby-starter-overflow", - "title": "Gatsby Starter Overflow", - "github_username": "anubhavsrivastava", - "repo": "anubhavsrivastava/gatsby-starter-overflow", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-overflow", - "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-overflow/", - "stars": 12, - "forks": 9, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/anubhavsrivastava-gatsby-starter-overflow.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-overflow.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-overflow-2x.jpg" - } - }, - "anubhavsrivastava-gatsby-starter-paradigmshift": { - "theme_key": "anubhavsrivastava-gatsby-starter-paradigmshift", - "file": "gatsby-starter-paradigmshift.md", - "name": "gatsby-starter-paradigmshift", - "title": "Gatsby Paradigmshift", - "github_username": "anubhavsrivastava", - "repo": "anubhavsrivastava/gatsby-starter-paradigmshift", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-paradigmshift", - "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-paradigmshift/", - "stars": 16, - "forks": 12, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/anubhavsrivastava-gatsby-starter-paradigmshift.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-paradigmshift.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-paradigmshift-2x.jpg" - } - }, - "anubhavsrivastava-gatsby-starter-prologue": { - "theme_key": "anubhavsrivastava-gatsby-starter-prologue", - "file": "gatsby-starter-prologue.md", - "name": "gatsby-starter-prologue", - "title": "Gatsby Starter Prologue", - "github_username": "anubhavsrivastava", - "repo": "anubhavsrivastava/gatsby-starter-prologue", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-prologue", - "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-prologue/", - "stars": 24, - "forks": 12, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/anubhavsrivastava-gatsby-starter-prologue.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-prologue.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-prologue-2x.jpg" - } - }, - "anubhavsrivastava-gatsby-starter-readonly": { - "theme_key": "anubhavsrivastava-gatsby-starter-readonly", - "file": "gatsby-starter-readonly.md", - "name": "gatsby-starter-readonly", - "title": "Gatsby Starter Readonly", - "github_username": "anubhavsrivastava", - "repo": "anubhavsrivastava/gatsby-starter-readonly", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-readonly", - "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-readonly/", - "stars": 9, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/anubhavsrivastava-gatsby-starter-readonly.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-readonly.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-readonly-2x.jpg" - } - }, - "anubhavsrivastava-gatsby-starter-resume": { - "theme_key": "anubhavsrivastava-gatsby-starter-resume", - "file": "gatsby-starter-resume.md", - "name": "gatsby-starter-resume", - "title": "Gatsby Starter Resume", - "github_username": "anubhavsrivastava", - "repo": "anubhavsrivastava/gatsby-starter-resume", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-resume", - "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-resume/", - "stars": 66, - "forks": 27, - "open_issues": 3, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/anubhavsrivastava-gatsby-starter-resume.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-resume.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-resume-2x.jpg" - } - }, - "anubhavsrivastava-gatsby-starter-solidstate": { - "theme_key": "anubhavsrivastava-gatsby-starter-solidstate", - "file": "gatsby-starter-solidstate.md", - "name": "gatsby-starter-solidstate", - "title": "Gatsby Starter Solidstate", - "github_username": "anubhavsrivastava", - "repo": "anubhavsrivastava/gatsby-starter-solidstate", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-solidstate", - "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-solidstate/", - "stars": 31, - "forks": 21, - "open_issues": 2, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/anubhavsrivastava-gatsby-starter-solidstate.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-solidstate.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-solidstate-2x.jpg" - } - }, - "anubhavsrivastava-gatsby-starter-spectral": { - "theme_key": "anubhavsrivastava-gatsby-starter-spectral", - "file": "gatsby-starter-spectral.md", - "name": "gatsby-starter-spectral", - "title": "Gatsby Starter Spectral", - "github_username": "anubhavsrivastava", - "repo": "anubhavsrivastava/gatsby-starter-spectral", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-spectral", - "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-spectral/", - "stars": 45, - "forks": 30, - "open_issues": 1, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/anubhavsrivastava-gatsby-starter-spectral.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-spectral.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-spectral-2x.jpg" - } - }, - "anubhavsrivastava-gatsby-starter-stylish": { - "theme_key": "anubhavsrivastava-gatsby-starter-stylish", - "file": "gatsby-starter-stylish.md", - "name": "gatsby-starter-stylish", - "title": "Gatsby Starter Stylish", - "github_username": "anubhavsrivastava", - "repo": "anubhavsrivastava/gatsby-starter-stylish", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/anubhavsrivastava/gatsby-starter-stylish", - "demo_url": "https://anubhavsrivastava.github.io/gatsby-starter-stylish/", - "stars": 9, - "forks": 12, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/anubhavsrivastava-gatsby-starter-stylish.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-stylish.jpg", - "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", - "name": "gatsbyjs-starter-tailwindplay", - "title": "Gatsby Starter Tailwindplay", - "github_username": "app-generator", - "repo": "app-generator/gatsbyjs-starter-tailwindplay", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/app-generator/gatsbyjs-starter-tailwindplay", - "demo_url": "https://gatsbyjs-starter-tailwindplay.appseed.us/", - "stars": 70, - "forks": 21, - "open_issues": 1, - "last_commit": "2019-09-04T19:39:47Z", - "created_at": "2019-06-24T18:26:49Z", - "description": "GatsbyJS Tailwind Starter - TailwindPlay", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/app-generator-gatsbyjs-starter-tailwindplay.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/app-generator-gatsbyjs-starter-tailwindplay.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/app-generator-gatsbyjs-starter-tailwindplay-2x.jpg" - } - }, - "appernetic-hugo-nederburg-theme": { - "theme_key": "appernetic-hugo-nederburg-theme", - "file": "hugo-nederburg-theme.md", - "name": "hugo-nederburg-theme", - "title": "Nederburg", - "github_username": "appernetic", - "repo": "appernetic/hugo-nederburg-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/appernetic/hugo-nederburg-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-nederburg-theme/", - "stars": 107, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/appernetic-hugo-nederburg-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/appernetic-hugo-nederburg-theme.jpg", - "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", - "name": "showfolio-hugo-theme", - "title": "ShowFolio", - "github_username": "apvarun", - "repo": "apvarun/showfolio-hugo-theme", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/apvarun/showfolio-hugo-theme", - "demo_url": "https://showfolio.vercel.app/", - "stars": 77, - "forks": 35, - "open_issues": 0, - "last_commit": "2022-09-01T03:24:27Z", - "created_at": "2021-04-24T12:51:41Z", - "description": "Modern portfolio theme for your Hugo site", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/apvarun-showfolio-hugo-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/apvarun-showfolio-hugo-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/apvarun-showfolio-hugo-theme-2x.jpg" - } - }, - "ar363-eleventy-stylus-blog-theme": { - "theme_key": "ar363-eleventy-stylus-blog-theme", - "file": "eleventy-stylus-blog-theme.md", - "name": "eleventy-stylus-blog-theme", - "title": "Eleventy + Stylus Blog Theme - Purple", - "github_username": "ar363", - "repo": "ar363/eleventy-stylus-blog-theme", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/ar363/eleventy-stylus-blog-theme", - "demo_url": "https://eleventy-stylus-blog-theme-ar363.vercel.app/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/ar363-eleventy-stylus-blog-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ar363-eleventy-stylus-blog-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ar363-eleventy-stylus-blog-theme-2x.jpg" - } - }, - "arhen-hugo-cereus-pro-theme": { - "theme_key": "arhen-hugo-cereus-pro-theme", - "file": "cereus-pro.md", - "name": "hugo-cereus-pro-theme", - "title": "Cereus Pro", - "github_username": "arhen", - "repo": "arhen/hugo-cereus-pro-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/arhen/hugo-cereus-pro-theme", - "demo_url": "https://cereus-pro.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/arhen-hugo-cereus-pro-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/arhen-hugo-cereus-pro-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/arhen-hugo-cereus-pro-theme-2x.jpg" - } - }, - "ariestiyansyah-naringu": { - "theme_key": "ariestiyansyah-naringu", - "file": "jekyll-naringu.md", - "name": "naringu", - "title": "Naringu", - "github_username": "ariestiyansyah", - "repo": "ariestiyansyah/naringu", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ariestiyansyah/naringu", - "demo_url": "https://naringu.oonlab.com", - "stars": 78, - "forks": 54, - "open_issues": 0, - "last_commit": "2019-05-15T10:17:46Z", - "created_at": "2015-02-20T17:02:41Z", - "description": "Naringu is jekyll dark theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ariestiyansyah-naringu.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ariestiyansyah-naringu.jpg", - "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", - "name": "spectral", - "title": "Spectral", - "github_username": "arkadianriver", - "repo": "arkadianriver/spectral", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/arkadianriver/spectral", - "demo_url": "https://arkadianriver.github.io/spectral/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/arkadianriver-spectral.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/arkadianriver-spectral.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/arkadianriver-spectral-2x.jpg" - } - }, - "aron-bordin-neo-hpstr-jekyll-theme": { - "theme_key": "aron-bordin-neo-hpstr-jekyll-theme", - "file": "jekyll-neo-hpstr-theme.md", - "name": "neo-hpstr-jekyll-theme", - "title": "Neo-HPSTR", - "github_username": "aron-bordin", - "repo": "aron-bordin/neo-hpstr-jekyll-theme", - "branch": "master", - "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": 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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/aron-bordin-neo-hpstr-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/aron-bordin-neo-hpstr-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/aron-bordin-neo-hpstr-jekyll-theme-2x.jpg" - } - }, - "arpitbatra123-eleventy-blog-mnml": { - "theme_key": "arpitbatra123-eleventy-blog-mnml", - "file": "eleventy-blog-mnml.md", - "name": "eleventy-blog-mnml", - "title": "Eleventy Minimal Blog", - "github_username": "arpitbatra123", - "repo": "arpitbatra123/eleventy-blog-mnml", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/arpitbatra123/eleventy-blog-mnml", - "demo_url": "https://eleventy-blog-mnml.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/arpitbatra123-eleventy-blog-mnml.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/arpitbatra123-eleventy-blog-mnml.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/arpitbatra123-eleventy-blog-mnml-2x.jpg" - } - }, - "artemsheludko-adam-blog": { - "theme_key": "artemsheludko-adam-blog", - "file": "jekyll-adam-blog-theme.md", - "name": "adam-blog", - "title": "Adam Blog", - "github_username": "artemsheludko", - "repo": "artemsheludko/adam-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/artemsheludko/adam-blog", - "demo_url": "https://artemsheludko.github.io/adam-blog/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/artemsheludko-adam-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/artemsheludko-adam-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/artemsheludko-adam-blog-2x.jpg" - } - }, - "artemsheludko-bef": { - "theme_key": "artemsheludko-bef", - "file": "jekyll-bef-theme.md", - "name": "bef", - "title": "Bef", - "github_username": "artemsheludko", - "repo": "artemsheludko/bef", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/artemsheludko/bef", - "demo_url": "https://artemsheludko.github.io/bef/", - "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/", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/artemsheludko-bef.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/artemsheludko-bef.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/artemsheludko-bef-2x.jpg" - } - }, - "artemsheludko-flexible-jekyll": { - "theme_key": "artemsheludko-flexible-jekyll", - "file": "flexible-jekyll.md", - "name": "flexible-jekyll", - "title": "Flexible Jekyll", - "github_username": "artemsheludko", - "repo": "artemsheludko/flexible-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/artemsheludko/flexible-jekyll", - "demo_url": "https://artemsheludko.com/flexible-jekyll/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/artemsheludko-flexible-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/artemsheludko-flexible-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/artemsheludko-flexible-jekyll-2x.jpg" - } - }, - "artemsheludko-fresh": { - "theme_key": "artemsheludko-fresh", - "file": "jekyll-fresh-theme.md", - "name": "fresh", - "title": "Fresh", - "github_username": "artemsheludko", - "repo": "artemsheludko/fresh", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/artemsheludko/fresh", - "demo_url": "https://artemsheludko.com/fresh/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/artemsheludko-fresh.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/artemsheludko-fresh.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/artemsheludko-fresh-2x.jpg" - } - }, - "artemsheludko-monday": { - "theme_key": "artemsheludko-monday", - "file": "jekyll-monday-theme.md", - "name": "monday", - "title": "Monday", - "github_username": "artemsheludko", - "repo": "artemsheludko/monday", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/artemsheludko/monday", - "demo_url": "https://artemsheludko.pw/monday", - "stars": 32, - "forks": 35, - "open_issues": 3, - "last_commit": "2017-05-12T15:03:58Z", - "created_at": "2017-03-10T15:42:27Z", - "description": "Monday is a minimal and 100% free blog template for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/artemsheludko-monday.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/artemsheludko-monday.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/artemsheludko-monday-2x.jpg" - } - }, - "artemsheludko-mr-brown": { - "theme_key": "artemsheludko-mr-brown", - "file": "jekyll-mr-brown.md", - "name": "mr-brown", - "title": "Mr.Brown", - "github_username": "artemsheludko", - "repo": "artemsheludko/mr-brown", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/artemsheludko/mr-brown", - "demo_url": "https://artemsheludko.pw/mr-brown", - "stars": 20, - "forks": 46, - "open_issues": 1, - "last_commit": "2017-05-06T11:59:51Z", - "created_at": "2017-02-23T17:03:57Z", - "description": "Mr.Brown is a responsive Jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/artemsheludko-mr-brown.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/artemsheludko-mr-brown.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/artemsheludko-mr-brown-2x.jpg" - } - }, - "arulrajnet-attila": { - "theme_key": "arulrajnet-attila", - "file": "pelican-attila.md", - "name": "attila", - "title": "Attila", - "github_username": "arulrajnet", - "repo": "arulrajnet/attila", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/arulrajnet/attila", - "demo_url": "https://attila.demo.arulraj.net/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/arulrajnet-attila.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/arulrajnet-attila.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/arulrajnet-attila-2x.jpg" - } - }, - "ashr81-gatsby-theme-profile-builder": { - "theme_key": "ashr81-gatsby-theme-profile-builder", - "file": "gatsby-theme-profile-builder.md", - "name": "gatsby-theme-profile-builder", - "title": "Profile Builder", - "github_username": "ashr81", - "repo": "ashr81/gatsby-theme-profile-builder", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ashr81/gatsby-theme-profile-builder", - "demo_url": "https://gatsby-theme-profile-builder.netlify.com/", - "stars": 3, - "forks": 1, - "open_issues": 26, - "last_commit": "2019-09-15T05:28:28Z", - "created_at": "2019-07-31T17:42:47Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ashr81-gatsby-theme-profile-builder.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ashr81-gatsby-theme-profile-builder.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ashr81-gatsby-theme-profile-builder-2x.jpg" - } - }, - "aslammultani-blogger": { - "theme_key": "aslammultidots-blogger", - "file": "gatsby-blogger.md", - "name": "blogger", - "title": "Blogger", - "github_username": "aslammultani", - "repo": "aslammultani/blogger", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/aslammultani/blogger", - "demo_url": "https://gatsby-blogger.netlify.com/", - "stars": 22, - "forks": 12, - "open_issues": 1, - "last_commit": "2019-02-26T09:00:55Z", - "created_at": "2019-02-25T05:18:26Z", - "description": "A Gatsby demo for blogging", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/aslammultidots-blogger.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/aslammultidots-blogger.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/aslammultidots-blogger-2x.jpg" - } - }, - "aslammultidots-blogger": { - "theme_key": "aslammultidots-blogger", - "file": "gatsby-blogger.md", - "name": "blogger", - "title": "Blogger", - "github_username": "aslammultani", - "repo": "aslammultani/blogger", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/aslammultani/blogger", - "demo_url": "https://gatsby-blogger.netlify.com/", - "stars": 21, - "forks": 10, - "open_issues": 1, - "last_commit": "2019-02-26T09:00:55Z", - "created_at": "2019-02-25T05:18:26Z", - "description": "A Gatsby demo for blogging", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/aslammultidots-blogger.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/aslammultidots-blogger.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/aslammultidots-blogger-2x.jpg" - } - }, - "aspirethemes-type": { - "theme_key": "aspirethemes-type", - "file": "jekyll-type.md", - "name": "type", - "title": "Jekyll Type", - "github_username": "aspirethemes", - "repo": "aspirethemes/type", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/aspirethemes/type", - "demo_url": "https://type-jekyll.aspirethemes.com/", - "stars": 183, - "forks": 140, - "open_issues": 6, - "last_commit": "2020-06-01T14:12:23Z", - "created_at": "2017-09-25T11:27:16Z", - "description": "🎉 Minimal and Clean Free Jekyll Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/aspirethemes-type.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/aspirethemes-type.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/aspirethemes-type-2x.jpg" - } - }, - "avatar-kaleb-gatsby-starter-ggt-material-ui-blog": { - "theme_key": "greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog", - "file": "gatsby-starter-ggt-material-ui-blog.md", - "name": "gatsby-starter-ggt-material-ui-blog", - "title": "Gatsby Ggt Material-ui Blog", - "github_username": "avatar-kaleb", - "repo": "avatar-kaleb/gatsby-starter-ggt-material-ui-blog", - "branch": "master", - "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": 4, - "forks": 4, - "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!", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog-2x.jpg" - } - }, - "avianto-hugo-kiera": { - "theme_key": "avianto-hugo-kiera", - "file": "hugo-kiera.md", - "name": "hugo-kiera", - "title": "Kiera", - "github_username": "avianto", - "repo": "avianto/hugo-kiera", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/avianto/hugo-kiera", - "demo_url": "https://themes.gohugo.io/theme/hugo-kiera/", - "stars": 97, - "forks": 119, - "open_issues": 20, - "last_commit": "2019-09-22T14:33:15Z", - "created_at": "2017-11-13T00:53:41Z", - "description": "Kiera - A Hugo Theme for writing", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/avianto-hugo-kiera.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/avianto-hugo-kiera.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/avianto-hugo-kiera-2x.jpg" - } - }, - "avivero-gatsby-redux-starter": { - "theme_key": "avivero-gatsby-redux-starter", - "file": "gatsby-redux-starter.md", - "name": "gatsby-redux-starter", - "title": "Gatsby Redux Starter", - "github_username": "AVivero", - "repo": "AVivero/gatsby-redux-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/AVivero/gatsby-redux-starter", - "demo_url": "https://avivero.github.io/gatsby-redux-starter/", - "stars": 10, - "forks": 5, - "open_issues": 1, - "last_commit": "2018-11-07T05:33:03Z", - "created_at": "2018-11-06T06:56:06Z", - "description": "A simple GatsbyJS starter that provides multiple technologies out of the box, like Redux, Sass and Bootstrap.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/avivero-gatsby-redux-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/avivero-gatsby-redux-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/avivero-gatsby-redux-starter-2x.jpg" - } - }, - "aweekj-kiko-plus": { - "theme_key": "aweekj-kiko-plus", - "file": "jekyll-kiko-plus.md", - "name": "Kiko-plus", - "title": "Kiko Plus", - "github_username": "aweekj", - "repo": "aweekj/Kiko-plus", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/aweekj/Kiko-plus", - "demo_url": "https://aweekj.github.io/Kiko-plus", - "stars": 172, - "forks": 203, - "open_issues": 3, - "last_commit": "2017-10-08T17:46:44Z", - "created_at": "2016-08-08T10:33:16Z", - "description": "[DEPRECATED!!!] Please redirect to the new and easier version, kiko-now==>", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/aweekj-kiko-plus.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/aweekj-kiko-plus.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/aweekj-kiko-plus-2x.jpg" - } - }, - "azmelanar-hugo-theme-pixyll": { - "theme_key": "azmelanar-hugo-theme-pixyll", - "file": "hugo-theme-pixyll.md", - "name": "hugo-theme-pixyll", - "title": "Hugo Pixyll", - "github_username": "azmelanar", - "repo": "azmelanar/hugo-theme-pixyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/azmelanar/hugo-theme-pixyll", - "demo_url": "https://themes.gohugo.io/theme/pixyll/", - "stars": 140, - "forks": 50, - "open_issues": 8, - "last_commit": "2020-01-14T03:26:37Z", - "created_at": "2014-11-15T12:25:29Z", - "description": "A simple, beautiful Hugo theme that's mobile first.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/azmelanar-hugo-theme-pixyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/azmelanar-hugo-theme-pixyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/azmelanar-hugo-theme-pixyll-2x.jpg" - } - }, - "b2a3e8-jekyll-theme-console": { - "theme_key": "b2a3e8-jekyll-theme-console", - "file": "jekyll-theme-console.md", - "name": "jekyll-theme-console", - "title": "jekyll-theme-console", - "github_username": "b2a3e8", - "repo": "b2a3e8/jekyll-theme-console", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/b2a3e8/jekyll-theme-console", - "demo_url": "https://b2a3e8.github.io/jekyll-theme-console/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/b2a3e8-jekyll-theme-console.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/b2a3e8-jekyll-theme-console.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/b2a3e8-jekyll-theme-console-2x.jpg" - } - }, - "bagseye-bonneville": { - "theme_key": "bagseye-bonneville", - "file": "gatsby-bonneville.md", - "name": "bonneville", - "title": "Bonneville", - "github_username": "bagseye", - "repo": "bagseye/bonneville", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/bagseye/bonneville", - "demo_url": "https://bonneville.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/bagseye-bonneville.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/bagseye-bonneville.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/bagseye-bonneville-2x.jpg" - } - }, - "bake-solar-theme-hugo": { - "theme_key": "bake-solar-theme-hugo", - "file": "hugo-solar-theme.md", - "name": "solar-theme-hugo", - "title": "Solar", - "github_username": "bake", - "repo": "bake/solar-theme-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/bake/solar-theme-hugo", - "demo_url": "https://themes.gohugo.io/theme/solar-theme-hugo/", - "stars": 42, - "forks": 28, - "open_issues": 0, - "last_commit": "2021-04-03T20:25:35Z", - "created_at": "2017-07-24T09:16:53Z", - "description": "A port of solar-theme-ghost for Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/bake-solar-theme-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/bake-solar-theme-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/bake-solar-theme-hugo-2x.jpg" - } - }, - "balaramadurai-hugo-travelify-theme": { - "theme_key": "balaramadurai-hugo-travelify-theme", - "file": "hugo-travelify-theme.md", - "name": "hugo-travelify-theme", - "title": "Travelify", - "github_username": "balaramadurai", - "repo": "balaramadurai/hugo-travelify-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/balaramadurai/hugo-travelify-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-travelify-theme/", - "stars": 33, - "forks": 26, - "open_issues": 3, - "last_commit": "2021-03-03T09:04:48Z", - "created_at": "2017-06-28T12:20:18Z", - "description": "Port of Aigars Silkalns's Wordpress theme Travelify to Hugo. Demo -", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/balaramadurai-hugo-travelify-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/balaramadurai-hugo-travelify-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/balaramadurai-hugo-travelify-theme-2x.jpg" - } - }, - "baobabkoodaa-blog": { - "theme_key": "baobabkoodaa-blog", - "file": "gatsby-blog.md", - "name": "blog", - "title": "Blog", - "github_username": "baobabKoodaa", - "repo": "baobabKoodaa/blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/baobabKoodaa/blog", - "demo_url": "https://www.attejuvonen.fi", - "stars": 129, - "forks": 67, - "open_issues": 2, - "last_commit": "2022-12-27T15:23:32Z", - "created_at": "2019-01-24T16:12:40Z", - "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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/baobabkoodaa-blog-2x.jpg" - } - }, - "baobabkoodaa-gatsby-starter-infinite-scroll": { - "theme_key": "baobabkoodaa-gatsby-starter-infinite-scroll", - "file": "gatsby-starter-infinite-scroll.md", - "name": "gatsby-starter-infinite-scroll", - "title": "Gatsby Starter Infinite Scroll", - "github_username": "baobabKoodaa", - "repo": "baobabKoodaa/gatsby-starter-infinite-scroll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/baobabKoodaa/gatsby-starter-infinite-scroll", - "demo_url": "https://gatsby-starter-infinite-scroll.baobab.fi/", - "stars": 157, - "forks": 28, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/baobabkoodaa-gatsby-starter-infinite-scroll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/baobabkoodaa-gatsby-starter-infinite-scroll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/baobabkoodaa-gatsby-starter-infinite-scroll-2x.jpg" - } - }, - "baobabkoodaa-gatsby-starter-photo-book": { - "theme_key": "baobabkoodaa-gatsby-starter-photo-book", - "file": "gatsby-starter-photo-book.md", - "name": "gatsby-starter-photo-book", - "title": "Gatsby Photo Book", - "github_username": "baobabKoodaa", - "repo": "baobabKoodaa/gatsby-starter-photo-book", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/baobabKoodaa/gatsby-starter-photo-book", - "demo_url": "https://gatsby-starter-photo-book.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/baobabkoodaa-gatsby-starter-photo-book.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/baobabkoodaa-gatsby-starter-photo-book.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/baobabkoodaa-gatsby-starter-photo-book-2x.jpg" - } - }, - "barryclark-jekyll-now": { - "theme_key": "barryclark-jekyll-now", - "file": "jekyll-now.md", - "name": "jekyll-now", - "title": "Jekyll Now", - "github_username": "barryclark", - "repo": "barryclark/jekyll-now", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/barryclark/jekyll-now", - "demo_url": "https://www.jekyllnow.com/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/barryclark-jekyll-now.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/barryclark-jekyll-now.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/barryclark-jekyll-now-2x.jpg" - } - }, - "bawn92-sleek_blog": { - "theme_key": "bawn92-sleek_blog", - "file": "jekyll-sleek-blog.md", - "name": "sleek_blog", - "title": "Sleek Blog", - "github_username": "bawn92", - "repo": "bawn92/sleek_blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/bawn92/sleek_blog", - "demo_url": "https://www.gearoidoconnor.ie/", - "stars": 40, - "forks": 77, - "open_issues": 4, - "last_commit": "2018-11-05T22:05:35Z", - "created_at": "2016-01-05T20:39:17Z", - "description": "A Empty template blog", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/bawn92-sleek_blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/bawn92-sleek_blog.jpg", - "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", - "name": "casper-cms-template", - "title": "Hugo Casper", - "github_username": "bdougie", - "repo": "bdougie/casper-cms-template", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/bdougie/casper-cms-template", - "demo_url": "https://casper-theme.netlify.com/", - "stars": 34, - "forks": 27, - "open_issues": 0, - "last_commit": "2021-04-09T20:25:44Z", - "created_at": "2016-12-23T20:48:55Z", - "description": "This is a template for the Netlify CMS", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/bdougie-casper-cms-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/bdougie-casper-cms-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/bdougie-casper-cms-template-2x.jpg" - } - }, - "bdougie-hyde-cms-theme": { - "theme_key": "bdougie-hyde-cms-theme", - "file": "hyde-blog-with-netlify-cms.md", - "name": "hyde-cms-theme", - "title": "Hyde starter blog with Netlify CMS", - "github_username": "bdougie", - "repo": "bdougie/hyde-cms-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/bdougie/hyde-cms-theme", - "demo_url": "https://hyde.netlify.com/", - "stars": 4, - "forks": 4, - "open_issues": 2, - "last_commit": "2018-01-03T18:29:16Z", - "created_at": "2016-12-28T22:54:17Z", - "description": "this is a template for the Netlify CMS", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/bdougie-hyde-cms-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/bdougie-hyde-cms-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/bdougie-hyde-cms-theme-2x.jpg" - } - }, - "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": 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", - "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" - } - }, - "ben-siewert-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" - } - }, - "bencentra-centrarium": { - "theme_key": "bencentra-centrarium", - "file": "centrarium.md", - "name": "centrarium", - "title": "Centrarium", - "github_username": "bencentra", - "repo": "bencentra/centrarium", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/bencentra/centrarium", - "demo_url": "https://bencentra.com/centrarium/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/bencentra-centrarium.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/bencentra-centrarium.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/bencentra-centrarium-2x.jpg" - } - }, - "benjamin-glitsos-gatsby-kea-starter": { - "theme_key": "benjamin-glitsos-gatsby-kea-starter", - "file": "gatsby-kea-starter.md", - "name": "gatsby-kea-starter", - "title": "Gatsby Kea Starter", - "github_username": "benjamin-glitsos", - "repo": "benjamin-glitsos/gatsby-kea-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/benjamin-glitsos/gatsby-kea-starter", - "demo_url": "https://gatsby-kea-starter.netlify.com/", - "stars": 3, - "forks": 2, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/benjamin-glitsos-gatsby-kea-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/benjamin-glitsos-gatsby-kea-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/benjamin-glitsos-gatsby-kea-starter-2x.jpg" - } - }, - "benjamingrobertson-gatsby-starter-accessibility": { - "theme_key": "benjamingrobertson-gatsby-starter-accessibility", - "file": "gatsby-starter-accessibility.md", - "name": "gatsby-starter-accessibility", - "title": "Gatsby Starter Accessibility", - "github_username": "benrobertsonio", - "repo": "benrobertsonio/gatsby-starter-accessibility", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/benrobertsonio/gatsby-starter-accessibility", - "demo_url": "https://gatsby-starter-accessibility.netlify.com/", - "stars": 6, - "forks": 0, - "open_issues": 3, - "last_commit": "2020-09-01T20:04:19Z", - "created_at": "2019-05-01T15:58:21Z", - "description": "A Gatsby starter with powerful built-in accessibility tools.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/benjamingrobertson-gatsby-starter-accessibility.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/benjamingrobertson-gatsby-starter-accessibility.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/benjamingrobertson-gatsby-starter-accessibility-2x.jpg" - } - }, - "benradford-slate-and-simple-jekyll-theme": { - "theme_key": "benradford-slate-and-simple-jekyll-theme", - "file": "jekyll-slate-and-simple-theme.md", - "name": "Slate-and-Simple-Jekyll-Theme", - "title": "Slate+Simple", - "github_username": "benradford", - "repo": "benradford/Slate-and-Simple-Jekyll-Theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/benradford/Slate-and-Simple-Jekyll-Theme", - "demo_url": "https://benradford.github.io", - "stars": 24, - "forks": 46, - "open_issues": 0, - "last_commit": "2019-06-12T13:47:48Z", - "created_at": "2017-05-28T01:14:55Z", - "description": "A sleek Jekyll theme for blogs with clean typography and post featured images.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/benradford-slate-and-simple-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/benradford-slate-and-simple-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/benradford-slate-and-simple-jekyll-theme-2x.jpg" - } - }, - "benrobertsonio-gatsby-starter-accessibility": { - "theme_key": "benjamingrobertson-gatsby-starter-accessibility", - "file": "gatsby-starter-accessibility.md", - "name": "gatsby-starter-accessibility", - "title": "Gatsby Starter Accessibility", - "github_username": "benrobertsonio", - "repo": "benrobertsonio/gatsby-starter-accessibility", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/benrobertsonio/gatsby-starter-accessibility", - "demo_url": "https://gatsby-starter-accessibility.netlify.com/", - "stars": 7, - "forks": 0, - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/benjamingrobertson-gatsby-starter-accessibility.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/benjamingrobertson-gatsby-starter-accessibility.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/benjamingrobertson-gatsby-starter-accessibility-2x.jpg" - } - }, - "bep-docuapi": { - "theme_key": "bep-docuapi", - "file": "docuapi.md", - "name": "docuapi", - "title": "DocuAPI", - "github_username": "bep", - "repo": "bep/docuapi", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/bep/docuapi", - "demo_url": "https://docuapi.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/bep-docuapi.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/bep-docuapi.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/bep-docuapi-2x.jpg" - } - }, - "bigcommerce-gatsby-bigcommerce-netlify-cms-starter": { - "theme_key": "bigcommerce-gatsby-bigcommerce-netlify-cms-starter", - "file": "bigcommerce-gatsby-netlify-cms-starter.md", - "name": "gatsby-bigcommerce-netlify-cms-starter", - "title": "BigCommerce Gatsby Starter Netlify CMS", - "github_username": "bigcommerce", - "repo": "bigcommerce/gatsby-bigcommerce-netlify-cms-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/bigcommerce/gatsby-bigcommerce-netlify-cms-starter", - "demo_url": "https://affectionate-goldwasser-30230c.netlify.com/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/bigcommerce-gatsby-bigcommerce-netlify-cms-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/bigcommerce-gatsby-bigcommerce-netlify-cms-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/bigcommerce-gatsby-bigcommerce-netlify-cms-starter-2x.jpg" - } - }, - "bijenkorf-james-wakefield-gatsby-firebase-hosting-starter": { - "theme_key": "bijenkorf-james-wakefield-gatsby-firebase-hosting-starter", - "file": "gatsby-firebase-hosting-starter.md", - "name": "gatsby-firebase-hosting-starter", - "title": "Gatsby Firebase Hosting Starter", - "github_username": "bijenkorf-james-wakefield", - "repo": "bijenkorf-james-wakefield/gatsby-firebase-hosting-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/bijenkorf-james-wakefield/gatsby-firebase-hosting-starter", - "demo_url": "https://gatsby-firebase-hosting.firebaseapp.com/", - "stars": 12, - "forks": 4, - "open_issues": 0, - "last_commit": "2019-04-11T07:18:38Z", - "created_at": "2019-04-03T12:36:08Z", - "description": "Gatsby starter with Firebase hosting configuration", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/bijenkorf-james-wakefield-gatsby-firebase-hosting-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/bijenkorf-james-wakefield-gatsby-firebase-hosting-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/bijenkorf-james-wakefield-gatsby-firebase-hosting-starter-2x.jpg" - } - }, - "billyfish152-renge": { - "theme_key": "billyfish152-renge", - "file": "jekyll-Renge.md", - "name": "Renge", - "title": "Renge", - "github_username": "billyfish152", - "repo": "billyfish152/Renge", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/billyfish152/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" - } - }, - "billyjacoby-gatsby-react-bootstrap-starter": { - "theme_key": "billyjacoby-gatsby-react-bootstrap-starter", - "file": "gatsby-react-bootstrap-starter.md", - "name": "gatsby-react-bootstrap-starter", - "title": "Gatsby React Bootstrap Starter", - "github_username": "billyjacoby", - "repo": "billyjacoby/gatsby-react-bootstrap-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/billyjacoby/gatsby-react-bootstrap-starter", - "demo_url": "https://billyjacoby.github.io/gatsby-react-bootstrap-starter/", - "stars": 39, - "forks": 13, - "open_issues": 33, - "last_commit": "2019-04-30T23:58:54Z", - "created_at": "2019-04-30T23:01:02Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/billyjacoby-gatsby-react-bootstrap-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/billyjacoby-gatsby-react-bootstrap-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/billyjacoby-gatsby-react-bootstrap-starter-2x.jpg" - } - }, - "biomadeira-jasper": { - "theme_key": "biomadeira-jasper", - "file": "jekyll-jasper.md", - "name": "jasper", - "title": "Jasper", - "github_username": "jekyller", - "repo": "jekyller/jasper", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jekyller/jasper", - "demo_url": "https://biomadeira.github.io/jasper/", - "stars": 543, - "forks": 300, - "open_issues": 10, - "last_commit": "2020-05-15T08:32:48Z", - "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" - } - }, - "biomadeira-sustain": { - "theme_key": "biomadeira-sustain", - "file": "jekyll-sustain.md", - "name": "sustain", - "title": "Sustain", - "github_username": "jekyller", - "repo": "jekyller/sustain", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/jekyller/sustain", - "demo_url": "https://jekyller.github.io/sustain/", - "stars": 266, - "forks": 301, - "open_issues": 10, - "last_commit": "2018-02-12T19:29:55Z", - "created_at": "2015-10-27T22:42:43Z", - "description": "🎹 Personal blog powered by Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/biomadeira-sustain.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/biomadeira-sustain.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/biomadeira-sustain-2x.jpg" - } - }, - "biomadeira-vitae": { - "theme_key": "biomadeira-vitae", - "file": "jekyll-vitae.md", - "name": "vitae", - "title": "Vitae", - "github_username": "jekyller", - "repo": "jekyller/vitae", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/jekyller/vitae", - "demo_url": "https://jekyller.github.io/vitae/", - "stars": 192, - "forks": 213, - "open_issues": 1, - "last_commit": "2018-02-11T19:26:50Z", - "created_at": "2015-10-24T19:05:41Z", - "description": "👨‍💼 Personal resume powered by Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/biomadeira-vitae.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/biomadeira-vitae.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/biomadeira-vitae-2x.jpg" - } - }, - "bit-ranger-blog": { - "theme_key": "bit-ranger-blog", - "file": "jekyll-theme-tiffany.md", - "name": "blog", - "title": "Tiffany", - "github_username": "bit-ranger", - "repo": "bit-ranger/blog", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/bit-ranger/blog", - "demo_url": "https://bit-ranger.github.io/blog/", - "stars": 109, - "forks": 110, - "open_issues": 46, - "last_commit": "2021-10-14T15:09:05Z", - "created_at": "2015-01-25T05:46:39Z", - "description": "博客", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/bit-ranger-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/bit-ranger-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/bit-ranger-blog-2x.jpg" - } - }, - "bitcoinvsalts-gridsome-shopify-starter": { - "theme_key": "jsappme-gridsome-shopify-starter", - "file": "gridsome-shopify.md", - "name": "gridsome-shopify-starter", - "title": "Gridsome Tailwind CSS Shopify Starter", - "github_username": "bitcoinvsalts", - "repo": "bitcoinvsalts/gridsome-shopify-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/bitcoinvsalts/gridsome-shopify-starter", - "demo_url": "https://gridsome-shopify.netlify.app/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jsappme-gridsome-shopify-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jsappme-gridsome-shopify-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jsappme-gridsome-shopify-starter-2x.jpg" - } - }, - "bjacquemet-personal-web": { - "theme_key": "bjacquemet-personal-web", - "file": "hugo-personal-web.md", - "name": "personal-web", - "title": "Personal Web", - "github_username": "bjacquemet", - "repo": "bjacquemet/personal-web", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/bjacquemet/personal-web", - "demo_url": "https://themes.gohugo.io/theme/personal-web/", - "stars": 80, - "forks": 58, - "open_issues": 4, - "last_commit": "2021-09-22T16:50:38Z", - "created_at": "2019-02-25T16:08:01Z", - "description": "Hugo Template for Freelancer Portfolio and Blog", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/bjacquemet-personal-web.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/bjacquemet-personal-web.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/bjacquemet-personal-web-2x.jpg" - } - }, - "blackrockdigital-startbootstrap-clean-blog-jekyll": { - "theme_key": "blackrockdigital-startbootstrap-clean-blog-jekyll", - "file": "startbootstrap-clean-blog-jekyll.md", - "name": "startbootstrap-clean-blog-jekyll", - "title": "Start Bootstrap Clean Blog", - "github_username": "StartBootstrap", - "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": 1692, - "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", - "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" - } - }, - "blakenoll-gatsby-starter-styled-components": { - "theme_key": "blakenoll-gatsby-starter-styled-components", - "file": "gatsby-starter-styled-components.md", - "name": "gatsby-starter-styled-components", - "title": "Gatsby Starter Styled Components", - "github_username": "blakenoll", - "repo": "blakenoll/gatsby-starter-styled-components", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/blakenoll/gatsby-starter-styled-components", - "demo_url": "https://gatsby-starter-styled-components.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/blakenoll-gatsby-starter-styled-components.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/blakenoll-gatsby-starter-styled-components.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/blakenoll-gatsby-starter-styled-components-2x.jpg" - } - }, - "blankoworld-hugo_theme_adam_eve": { - "theme_key": "blankoworld-hugo_theme_adam_eve", - "file": "hugo-adam-eve.md", - "name": "hugo_theme_adam_eve", - "title": "Adam & Eve", - "github_username": "blankoworld", - "repo": "blankoworld/hugo_theme_adam_eve", - "branch": "master", - "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": 15, - "forks": 5, - "open_issues": 1, - "last_commit": "2020-07-22T20:14:57Z", - "created_at": "2017-06-21T19:35:04Z", - "description": "Adam & Eve theme for Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/blankoworld-hugo_theme_adam_eve.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/blankoworld-hugo_theme_adam_eve.jpg", - "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", - "name": "hexo-theme-lx", - "title": "Lx", - "github_username": "blleng", - "repo": "blleng/hexo-theme-lx", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/blleng/hexo-theme-lx", - "demo_url": "https://lx.blleng.cn/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/blleng-hexo-theme-lx.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/blleng-hexo-theme-lx.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/blleng-hexo-theme-lx-2x.jpg" - } - }, - "bluepeter-gatsby-material-ui-business-starter": { - "theme_key": "bluepeter-gatsby-material-ui-business-starter", - "file": "gatsby-material-ui-business-starter.md", - "name": "gatsby-material-ui-business-starter", - "title": "Material UI Business", - "github_username": "bluepeter", - "repo": "bluepeter/gatsby-material-ui-business-starter", - "branch": "master", - "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": 63, - "forks": 25, - "open_issues": 1, - "last_commit": "2020-08-04T17:56:55Z", - "created_at": "2019-01-09T23:04:36Z", - "description": "Beautiful Gatsby Material UI Business Starter", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/bluepeter-gatsby-material-ui-business-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/bluepeter-gatsby-material-ui-business-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/bluepeter-gatsby-material-ui-business-starter-2x.jpg" - } - }, - "borekb-gatsby-starter-mobx": { - "theme_key": "borekb-gatsby-starter-mobx", - "file": "gatsby-starter-mobx.md", - "name": "gatsby-starter-mobx", - "title": "Gatsby Starter Mobx", - "github_username": "borekb", - "repo": "borekb/gatsby-starter-mobx", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/borekb/gatsby-starter-mobx", - "demo_url": "https://gatsby-starter-mobx.netlify.com/", - "stars": 18, - "forks": 6, - "open_issues": 1, - "last_commit": "2018-11-25T19:41:19Z", - "created_at": "2018-11-25T19:08:28Z", - "description": "Gatsby starter with MobX and TypeScript", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/borekb-gatsby-starter-mobx.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/borekb-gatsby-starter-mobx.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/borekb-gatsby-starter-mobx-2x.jpg" - } - }, - "boyney123-evento": { - "theme_key": "boyney123-evento", - "file": "jekyll-evento.md", - "name": "evento", - "title": "Evento", - "github_username": "boyney123", - "repo": "boyney123/evento", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/boyney123/evento", - "demo_url": "https://evento.davidboyne.co.uk/", - "stars": 41, - "forks": 46, - "open_issues": 1, - "last_commit": "2016-03-21T20:47:51Z", - "created_at": "2016-01-30T15:51:32Z", - "description": "A free to use open source Jekyll project. Allows people to create internal/external events, showing times and information for anybody that wants to attend.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/boyney123-evento.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/boyney123-evento.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/boyney123-evento-2x.jpg" - } - }, - "boywithsilverwings-gatsby-blog-starter": { - "theme_key": "boywithsilverwings-gatsby-blog-starter", - "file": "gatsby-blog-starter.md", - "name": "gatsby-blog-starter", - "title": "Blog Starter", - "github_username": "agneym", - "repo": "agneym/gatsby-blog-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/agneym/gatsby-blog-starter", - "demo_url": "https://vigilant-leakey-a4f8cd.netlify.com/", - "stars": 18, - "forks": 12, - "open_issues": 0, - "last_commit": "2021-01-21T09:17:43Z", - "created_at": "2018-12-25T17:01:37Z", - "description": "A Gatsby Blog Starter with Styled Components ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/boywithsilverwings-gatsby-blog-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/boywithsilverwings-gatsby-blog-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/boywithsilverwings-gatsby-blog-starter-2x.jpg" - } - }, - "boywithsilverwings-gatsby-careers-page": { - "theme_key": "boywithsilverwings-gatsby-careers-page", - "file": "gatsby-careers-page.md", - "name": "gatsby-careers-page", - "title": "Gatsby Careers Page", - "github_username": "agneym", - "repo": "agneym/gatsby-careers-page", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/agneym/gatsby-careers-page", - "demo_url": "https://hardcore-darwin-d7328f.netlify.com/", - "stars": 7, - "forks": 4, - "open_issues": 0, - "last_commit": "2018-12-29T19:52:49Z", - "created_at": "2018-12-29T17:56:56Z", - "description": "Job Listing Page", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/boywithsilverwings-gatsby-careers-page.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/boywithsilverwings-gatsby-careers-page.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/boywithsilverwings-gatsby-careers-page-2x.jpg" - } - }, - "brady-kondek-streamer": { - "theme_key": "bradykondek-streamer", - "file": "streamer-theme.md", - "name": "streamer", - "title": "Streamer Theme", - "github_username": "brady-kondek", - "repo": "brady-kondek/streamer", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/brady-kondek/streamer", - "demo_url": "https://www.streamertheme.ga", - "stars": 6, - "forks": 3, - "open_issues": 0, - "last_commit": "2022-01-21T05:46:56Z", - "created_at": "2019-10-14T16:19:53Z", - "description": "Theme for streamer websites", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/bradykondek-streamer.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/bradykondek-streamer.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/bradykondek-streamer-2x.jpg" - } - }, - "bradykondek-streamer": { - "theme_key": "bradykondek-streamer", - "file": "streamer-theme.md", - "name": "streamer", - "title": "Streamer Theme", - "github_username": "brady-kondek", - "repo": "brady-kondek/streamer", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/brady-kondek/streamer", - "demo_url": "https://www.streamertheme.ga", - "stars": 5, - "forks": 3, - "open_issues": 0, - "last_commit": "2019-10-25T19:26:07Z", - "created_at": "2019-10-14T16:19:53Z", - "description": "Theme for streamer websites", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/bradykondek-streamer.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/bradykondek-streamer.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/bradykondek-streamer-2x.jpg" - } - }, - "brennanbrown-enjoyment-work": { - "theme_key": "brennanbrown-enjoyment-work", - "file": "jekyll-enjoyment-work.md", - "name": "enjoyment-work", - "title": "Enjoyment Work", - "github_username": "brennanbrown", - "repo": "brennanbrown/enjoyment-work", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/brennanbrown/enjoyment-work", - "demo_url": "https://enjoyment-work.netlify.app", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/brennanbrown-enjoyment-work.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/brennanbrown-enjoyment-work.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/brennanbrown-enjoyment-work-2x.jpg" - } - }, - "brennanbrown-purelog": { - "theme_key": "brennanbrown-purelog", - "file": "jekyll-purelog.md", - "name": "purelog", - "title": "Purelog", - "github_username": "brennanbrown", - "repo": "brennanbrown/purelog", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/brennanbrown/purelog", - "demo_url": "https://purelog.netlify.app", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/brennanbrown-purelog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/brennanbrown-purelog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/brennanbrown-purelog-2x.jpg" - } - }, - "brennanbrown-watery": { - "theme_key": "brennanbrown-watery", - "file": "jekyll-watery.md", - "name": "watery", - "title": "Watery", - "github_username": "brennanbrown", - "repo": "brennanbrown/watery", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/brennanbrown/watery", - "demo_url": "https://watery.netlify.app", - "stars": 9, - "forks": 7, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/brennanbrown-watery.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/brennanbrown-watery.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/brennanbrown-watery-2x.jpg" - } - }, - "brianmaierjr-long-haul": { - "theme_key": "brianmaierjr-long-haul", - "file": "jekyll-long-haul.md", - "name": "long-haul", - "title": "Long Haul", - "github_username": "brianmaierjr", - "repo": "brianmaierjr/long-haul", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/brianmaierjr/long-haul", - "demo_url": "https://brianmaierjr.com/long-haul/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/brianmaierjr-long-haul.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/brianmaierjr-long-haul.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/brianmaierjr-long-haul-2x.jpg" - } - }, - "brijeshb42-bitwiser-material": { - "theme_key": "brijeshb42-bitwiser-material", - "file": "jekyll-bitwiser-material.md", - "name": "bitwiser-material", - "title": "Bitwiser Material", - "github_username": "brijeshb42", - "repo": "brijeshb42/bitwiser-material", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/brijeshb42/bitwiser-material", - "demo_url": "https://bitwiser.in/bitwiser-material/", - "stars": 32, - "forks": 33, - "open_issues": 0, - "last_commit": "2015-12-07T12:20:03Z", - "created_at": "2015-07-11T20:55:48Z", - "description": "jekyll material theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/brijeshb42-bitwiser-material.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/brijeshb42-bitwiser-material.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/brijeshb42-bitwiser-material-2x.jpg" - } - }, - "brohlson-gatsby-datocms-starter": { - "theme_key": "brohlson-gatsby-datocms-starter", - "file": "gatsby-datocms-starter.md", - "name": "gatsby-datocms-starter", - "title": "Gatsby Datocms Starter", - "github_username": "brohlson", - "repo": "brohlson/gatsby-datocms-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/brohlson/gatsby-datocms-starter", - "demo_url": "https://gatsby-datocms-starter.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/brohlson-gatsby-datocms-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/brohlson-gatsby-datocms-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/brohlson-gatsby-datocms-starter-2x.jpg" - } - }, - "brunch-brunch.github.io": { - "theme_key": "brunch-brunch.github.io", - "file": "brunch-github.md", - "name": "brunch.github.io", - "title": "Brunch Github.io", - "github_username": "brunch", - "repo": "brunch/brunch.github.io", - "branch": "source", - "default_branch": "source", - "github_url": "https://github.com/brunch/brunch.github.io", - "demo_url": "https://brunch.io/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/brunch-brunch.github.io.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/brunch-brunch.github.io.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/brunch-brunch.github.io-2x.jpg" - } - }, - "brxck-gatsby-starter-stripe": { - "theme_key": "brxck-gatsby-starter-stripe", - "file": "gatsby-starter-stripe.md", - "name": "gatsby-starter-stripe", - "title": "Gatsby Starter Stripe", - "github_username": "brxck", - "repo": "brxck/gatsby-starter-stripe", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/brxck/gatsby-starter-stripe", - "demo_url": "https://gatsby-starter-stripe.netlify.com/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/brxck-gatsby-starter-stripe.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/brxck-gatsby-starter-stripe.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/brxck-gatsby-starter-stripe-2x.jpg" - } - }, - "brxyxn-ultra-minimalista": { - "theme_key": "brxyxncorp-ultra-minimalista", - "file": "jekyll-ultra-minimalista.md", - "name": "ultra-minimalista", - "title": "Ultra-Minimalista", - "github_username": "brxyxn", - "repo": "brxyxn/ultra-minimalista", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/brxyxn/ultra-minimalista", - "demo_url": "https://brxyxncorp.github.io/ultra-minimalista/", - "stars": 0, - "forks": 3, - "open_issues": 0, - "last_commit": "2017-03-27T18:44:49Z", - "created_at": "2016-12-25T05:30:54Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/brxyxncorp-ultra-minimalista.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/brxyxncorp-ultra-minimalista.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/brxyxncorp-ultra-minimalista-2x.jpg" - } - }, - "brxyxncorp-ultra-minimalista": { - "theme_key": "brxyxncorp-ultra-minimalista", - "file": "jekyll-ultra-minimalista.md", - "name": "ultra-minimalista", - "title": "Ultra-Minimalista", - "github_username": "brxyxn", - "repo": "brxyxn/ultra-minimalista", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/brxyxn/ultra-minimalista", - "demo_url": "https://brxyxncorp.github.io/ultra-minimalista/", - "stars": 0, - "forks": 3, - "open_issues": 0, - "last_commit": "2017-03-27T18:44:49Z", - "created_at": "2016-12-25T05:30:54Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/brxyxncorp-ultra-minimalista.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/brxyxncorp-ultra-minimalista.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/brxyxncorp-ultra-minimalista-2x.jpg" - } - }, - "brycematheson-allegiant": { - "theme_key": "brycematheson-allegiant", - "file": "hugo-allegiant-theme.md", - "name": "allegiant", - "title": "Allegiant", - "github_username": "brycematheson", - "repo": "brycematheson/allegiant", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/brycematheson/allegiant", - "demo_url": "https://themes.gohugo.io/theme/allegiant/", - "stars": 24, - "forks": 14, - "open_issues": 7, - "last_commit": "2016-10-24T03:01:26Z", - "created_at": "2015-11-21T18:05:54Z", - "description": "A kick-ass theme for Hugo, a static-site generator, similar to Jekyll, but programmed in Go. (It's fast).", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/brycematheson-allegiant.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/brycematheson-allegiant.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/brycematheson-allegiant-2x.jpg" - } - }, - "budparr-gohugo-theme-ananke": { - "theme_key": "budparr-gohugo-theme-ananke", - "file": "gohugo-theme-ananke.md", - "name": "gohugo-theme-ananke", - "title": "Ananke", - "github_username": "theNewDynamic", - "repo": "theNewDynamic/gohugo-theme-ananke", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/theNewDynamic/gohugo-theme-ananke", - "demo_url": "https://gohugo-ananke-theme-demo.netlify.com/", - "stars": 566, - "forks": 613, - "open_issues": 81, - "last_commit": "2021-02-03T15:08:22Z", - "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" - } - }, - "bul-ikana-hugo-cards": { - "theme_key": "bul-ikana-hugo-cards", - "file": "hugo-cards-theme.md", - "name": "hugo-cards", - "title": "Hugo Cards", - "github_username": "bul-ikana", - "repo": "bul-ikana/hugo-cards", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/bul-ikana/hugo-cards", - "demo_url": "https://themes.gohugo.io/theme/hugo-cards/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/bul-ikana-hugo-cards.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/bul-ikana-hugo-cards.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/bul-ikana-hugo-cards-2x.jpg" - } - }, - "buttercms-gatsby-starter-buttercms": { - "theme_key": "buttercms-gatsby-starter-buttercms", - "file": "gatsby-starter-buttercms.md", - "name": "gatsby-starter-buttercms", - "title": "Gatsby Starter Buttercms", - "github_username": "ButterCMS", - "repo": "ButterCMS/gatsby-starter-buttercms", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ButterCMS/gatsby-starter-buttercms", - "demo_url": "https://gatsby-starter-buttercms.netlify.com/", - "stars": 5, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/buttercms-gatsby-starter-buttercms.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/buttercms-gatsby-starter-buttercms.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/buttercms-gatsby-starter-buttercms-2x.jpg" - } - }, - "caki0915-gatsby-starter-redux": { - "theme_key": "caki0915-gatsby-starter-redux", - "file": "gatsby-starter-redux.md", - "name": "gatsby-starter-redux", - "title": "Gatsby Starter Redux", - "github_username": "caki0915", - "repo": "caki0915/gatsby-starter-redux", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/caki0915/gatsby-starter-redux", - "demo_url": "https://caki0915.github.io/gatsby-starter-redux/", - "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 ", - "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" - } - }, - "calintat-minimal": { - "theme_key": "calintat-minimal", - "file": "minimal.md", - "name": "minimal", - "title": "Minimal", - "github_username": "calintat", - "repo": "calintat/minimal", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/calintat/minimal", - "demo_url": "https://themes.gohugo.io/theme/minimal/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/calintat-minimal.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/calintat-minimal.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/calintat-minimal-2x.jpg" - } - }, - "calpa-gatsby-starter-calpa-blog": { - "theme_key": "calpa-gatsby-starter-calpa-blog", - "file": "gatsby-starter-calpa-blog.md", - "name": "gatsby-starter-calpa-blog", - "title": "Gatsby Starter Calpa Blog", - "github_username": "calpa", - "repo": "calpa/gatsby-starter-calpa-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/calpa/gatsby-starter-calpa-blog", - "demo_url": "https://calpa.me/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/calpa-gatsby-starter-calpa-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/calpa-gatsby-starter-calpa-blog.jpg", - "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", - "name": "hugo-theme-minos", - "title": "Minos", - "github_username": "carsonip", - "repo": "carsonip/hugo-theme-minos", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/carsonip/hugo-theme-minos", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-minos/", - "stars": 127, - "forks": 74, - "open_issues": 8, - "last_commit": "2021-04-04T15:18:35Z", - "created_at": "2017-02-18T21:48:02Z", - "description": "A simple and retro styled Hugo theme ported from Hexo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/carsonip-hugo-theme-minos.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/carsonip-hugo-theme-minos.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/carsonip-hugo-theme-minos-2x.jpg" - } - }, - "cboettig-hugo-now-ui": { - "theme_key": "cboettig-hugo-now-ui", - "file": "hugo-now-ui.md", - "name": "hugo-now-ui", - "title": "Now UI", - "github_username": "cboettig", - "repo": "cboettig/hugo-now-ui", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/cboettig/hugo-now-ui", - "demo_url": "https://themes.gohugo.io/theme/hugo-now-ui/", - "stars": 99, - "forks": 62, - "open_issues": 6, - "last_commit": "2020-09-28T16:30:52Z", - "created_at": "2017-11-24T22:14:31Z", - "description": ":globe_with_meridians: Hugo adaptation of Now-UI from Creative Tim", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cboettig-hugo-now-ui.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cboettig-hugo-now-ui.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cboettig-hugo-now-ui-2x.jpg" - } - }, - "cdeck3r-onedly-theme": { - "theme_key": "cdeck3r-onedly-theme", - "file": "hugo-onedly-theme.md", - "name": "OneDly-Theme", - "title": "OneDly Project", - "github_username": "cdeck3r", - "repo": "cdeck3r/OneDly-Theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/cdeck3r/OneDly-Theme", - "demo_url": "https://themes.gohugo.io/theme/OneDly-Theme/", - "stars": 11, - "forks": 10, - "open_issues": 2, - "last_commit": "2020-01-27T19:43:26Z", - "created_at": "2019-08-05T19:25:52Z", - "description": "Hugo theme for documenting One-Day-Only projects", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cdeck3r-onedly-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cdeck3r-onedly-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cdeck3r-onedly-theme-2x.jpg" - } - }, - "cfrome77-hugo-theme-sky": { - "theme_key": "cfrome77-hugo-theme-sky", - "file": "hugo-theme-sky.md", - "name": "hugo-theme-sky", - "title": "Sky", - "github_username": "cfrome77", - "repo": "cfrome77/hugo-theme-sky", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/cfrome77/hugo-theme-sky", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-sky/", - "stars": 2, - "forks": 3, - "open_issues": 0, - "last_commit": "2019-04-21T14:53:25Z", - "created_at": "2018-05-29T05:57:18Z", - "description": "This is a simple Hugo theme that uses bootstrap", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cfrome77-hugo-theme-sky.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cfrome77-hugo-theme-sky.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cfrome77-hugo-theme-sky-2x.jpg" - } - }, - "chalatz-yellowblue": { - "theme_key": "chalatz-yellowblue", - "file": "jekyll-yellowblue.md", - "name": "yellowblue", - "title": "Yellowblue", - "github_username": "chalatz", - "repo": "chalatz/yellowblue", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/chalatz/yellowblue", - "demo_url": "https://chalatz.github.io/yellowblue/", - "stars": 13, - "forks": 16, - "open_issues": 3, - "last_commit": "2017-07-31T09:02:44Z", - "created_at": "2015-10-16T09:59:38Z", - "description": "Yellowblue. A free responsive Jekyll blog theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/chalatz-yellowblue.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/chalatz-yellowblue.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/chalatz-yellowblue-2x.jpg" - } - }, - "chaooo-hexo-theme-bluelake": { - "theme_key": "chaooo-hexo-theme-bluelake", - "file": "hexo-theme-BlueLake.md", - "name": "hexo-theme-BlueLake", - "title": "BlueLake", - "github_username": "chaooo", - "repo": "chaooo/hexo-theme-BlueLake", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/chaooo/hexo-theme-BlueLake", - "demo_url": "https://chaoo.oschina.io/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/chaooo-hexo-theme-bluelake.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/chaooo-hexo-theme-bluelake.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/chaooo-hexo-theme-bluelake-2x.jpg" - } - }, - "chec-commercejs-chopchop-demo": { - "theme_key": "chec-commercejs-chopchop-demo", - "file": "commercejs-chopchop-shop.md", - "name": "commercejs-chopchop-demo", - "title": "ChopChop Shop", - "github_username": "chec", - "repo": "chec/commercejs-chopchop-demo", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/chec/commercejs-chopchop-demo", - "demo_url": "https://commercejs-chopchop-demo.vercel.app/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/chec-commercejs-chopchop-demo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/chec-commercejs-chopchop-demo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/chec-commercejs-chopchop-demo-2x.jpg" - } - }, - "chec-commercejs-nextjs-demo-store": { - "theme_key": "chec-commercejs-nextjs-demo-store", - "file": "commercejs-nextjs-demo-store.md", - "name": "commercejs-nextjs-demo-store", - "title": "Commerce.js Next.js Demo Store", - "github_username": "chec", - "repo": "chec/commercejs-nextjs-demo-store", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/chec/commercejs-nextjs-demo-store", - "demo_url": "https://commercejs-demo-store.netlify.app/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/chec-commercejs-nextjs-demo-store.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/chec-commercejs-nextjs-demo-store.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/chec-commercejs-nextjs-demo-store-2x.jpg" - } - }, - "chec-commercejs-vuejs-boilerplate": { - "theme_key": "chec-commercejs-vuejs-boilerplate", - "file": "commercejs-vuejs-boilerplate.md", - "name": "commercejs-vuejs-boilerplate", - "title": "Commerce.js Vue.js Boilerplate", - "github_username": "chec", - "repo": "chec/commercejs-vuejs-boilerplate", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/chec/commercejs-vuejs-boilerplate", - "demo_url": "https://shoppable-campaign-demo.netlify.app/", - "stars": 43, - "forks": 19, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/chec-commercejs-vuejs-boilerplate.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/chec-commercejs-vuejs-boilerplate.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/chec-commercejs-vuejs-boilerplate-2x.jpg" - } - }, - "chesterhow-tale": { - "theme_key": "chesterhow-tale", - "file": "jekyll-tale-theme.md", - "name": "tale", - "title": "Jekyll Tale", - "github_username": "chesterhow", - "repo": "chesterhow/tale", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/chesterhow/tale", - "demo_url": "https://chesterhow.github.io/tale/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/chesterhow-tale.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/chesterhow-tale.jpg", - "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", - "name": "solo", - "title": "Solo (single-page)", - "github_username": "chibicode", - "repo": "chibicode/solo", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/chibicode/solo", - "demo_url": "https://chibicode.github.io/solo/", - "stars": 319, - "forks": 180, - "open_issues": 1, - "last_commit": "2017-10-25T11:45:17Z", - "created_at": "2014-01-25T00:53:09Z", - "description": ":older_man: [UNMAINTAINED]: Solo is a Jekyll theme that supports single-page websites only, but supports them well.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/chibicode-solo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/chibicode-solo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/chibicode-solo-2x.jpg" - } - }, - "chipsenkbeil-grid-side": { - "theme_key": "chipsenkbeil-grid-side", - "file": "hugo-gridside-theme.md", - "name": "grid-side", - "title": "GridSide", - "github_username": "chipsenkbeil", - "repo": "chipsenkbeil/grid-side", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/chipsenkbeil/grid-side", - "demo_url": "https://themes.gohugo.io/theme/grid-side/", - "stars": 30, - "forks": 21, - "open_issues": 20, - "last_commit": "2017-06-26T19:17:54Z", - "created_at": "2015-08-09T19:22:58Z", - "description": "Personal portfolio and blog for use by the Hugo generator.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/chipsenkbeil-grid-side.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/chipsenkbeil-grid-side.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/chipsenkbeil-grid-side-2x.jpg" - } - }, - "chipzoller-hugo-clarity": { - "theme_key": "chipzoller-hugo-clarity", - "file": "hugo-clarity.md", - "name": "hugo-clarity", - "title": "Clarity", - "github_username": "chipzoller", - "repo": "chipzoller/hugo-clarity", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/chipzoller/hugo-clarity", - "demo_url": "https://themes.gohugo.io/theme/hugo-clarity/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/chipzoller-hugo-clarity.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/chipzoller-hugo-clarity.jpg", - "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", - "name": "jekyll-theme-prologue", - "title": "Prologue", - "github_username": "chrisbobbe", - "repo": "chrisbobbe/jekyll-theme-prologue", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/chrisbobbe/jekyll-theme-prologue", - "demo_url": "https://chrisbobbe.github.io/jekyll-theme-prologue/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/chrisbobbe-jekyll-theme-prologue.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/chrisbobbe-jekyll-theme-prologue.jpg", - "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", - "name": "bulma-clean-theme", - "title": "Bulma Clean Theme", - "github_username": "chrisrhymes", - "repo": "chrisrhymes/bulma-clean-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/chrisrhymes/bulma-clean-theme", - "demo_url": "https://www.csrhymes.com/bulma-clean-theme/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/chrisrhymes-bulma-clean-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/chrisrhymes-bulma-clean-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/chrisrhymes-bulma-clean-theme-2x.jpg" - } - }, - "chrisrhymes-mere-blog-theme": { - "theme_key": "chrisrhymes-mere-blog-theme", - "file": "mere-blog-theme.md", - "name": "mere-blog-theme", - "title": "Mere Blog Theme", - "github_username": "chrisrhymes", - "repo": "chrisrhymes/mere-blog-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/chrisrhymes/mere-blog-theme", - "demo_url": "https://www.csrhymes.com/mere-blog-theme/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/chrisrhymes-mere-blog-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/chrisrhymes-mere-blog-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/chrisrhymes-mere-blog-theme-2x.jpg" - } - }, - "chrissimpkins-cinder": { - "theme_key": "chrissimpkins-cinder", - "file": "mkdocs-cinder.md", - "name": "cinder", - "title": "Cinder", - "github_username": "chrissimpkins", - "repo": "chrissimpkins/cinder", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/chrissimpkins/cinder", - "demo_url": "https://sourcefoundry.org/cinder/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/chrissimpkins-cinder.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/chrissimpkins-cinder.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/chrissimpkins-cinder-2x.jpg" - } - }, - "christianezeani-panthera-jekyll": { - "theme_key": "christianezeani-panthera-jekyll", - "file": "jekyll-theme-panthera-jekyll.md", - "name": "panthera-jekyll", - "title": "panthera-jekyll", - "github_username": "christianezeani", - "repo": "christianezeani/panthera-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/christianezeani/panthera-jekyll", - "demo_url": "https://demothemes.github.io/panthera-jekyll/", - "stars": 17, - "forks": 42, - "open_issues": 1, - "last_commit": "2020-08-01T14:23:19Z", - "created_at": "2019-06-04T23:36:15Z", - "description": "A quick and simple responsive developer portfolio theme for jekyll sites and GitHub Pages.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/christianezeani-panthera-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/christianezeani-panthera-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/christianezeani-panthera-jekyll-2x.jpg" - } - }, - "christianmendoza-hugo-split-theme": { - "theme_key": "christianmendoza-hugo-split-theme", - "file": "hugo-split-theme.md", - "name": "hugo-split-theme", - "title": "Split", - "github_username": "christianmendoza", - "repo": "christianmendoza/hugo-split-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/christianmendoza/hugo-split-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-split-theme/", - "stars": 16, - "forks": 78, - "open_issues": 4, - "last_commit": "2017-12-27T15:19:40Z", - "created_at": "2017-12-20T22:30:43Z", - "description": "Port of Split template by One Page Love to Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/christianmendoza-hugo-split-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/christianmendoza-hugo-split-theme.jpg", - "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", - "name": "mkdocs-rtd-dropdown", - "title": "Read The Docs Dropdown", - "github_username": "cjsheets", - "repo": "cjsheets/mkdocs-rtd-dropdown", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/cjsheets/mkdocs-rtd-dropdown", - "demo_url": "https://readthedocs.sheets.ch/", - "stars": 60, - "forks": 42, - "open_issues": 11, - "last_commit": "2018-08-20T04:43:50Z", - "created_at": "2017-10-29T19:41:23Z", - "description": "MkDocs Theme - modified version of ReadTheDocs", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cjsheets-mkdocs-rtd-dropdown.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cjsheets-mkdocs-rtd-dropdown.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cjsheets-mkdocs-rtd-dropdown-2x.jpg" - } - }, - "clark-zhao-bohu-jekyll-theme": { - "theme_key": "clark-zhao-bohu-jekyll-theme", - "file": "jekyll-bohu-theme.md", - "name": "bohu-jekyll-theme", - "title": "BoHu", - "github_username": "clark-zhao", - "repo": "clark-zhao/bohu-jekyll-theme", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/clark-zhao/bohu-jekyll-theme", - "demo_url": "https://llawlight.github.io/bohu-jekyll-theme/", - "stars": 0, - "forks": 4, - "open_issues": 0, - "last_commit": "2020-05-07T15:44:44Z", - "created_at": "2020-05-07T15:22:42Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/clark-zhao-bohu-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/clark-zhao-bohu-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/clark-zhao-bohu-jekyll-theme-2x.jpg" - } - }, - "clarkhacks-minimal-text": { - "theme_key": "clarkhacks-minimal-text", - "file": "jekyll-theme-minimal-text.md", - "name": "Minimal-Text", - "title": "Minimal Text", - "github_username": "clarkhacks", - "repo": "clarkhacks/Minimal-Text", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/clarkhacks/Minimal-Text", - "demo_url": "https://gh.clarkhacks.com/Minimal-Text/", - "stars": 9, - "forks": 23, - "open_issues": 0, - "last_commit": "2018-01-24T18:22:14Z", - "created_at": "2020-04-06T20:27:28Z", - "description": "Minimal Text Theme, Same version, new repository.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/clarkhacks-minimal-text.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/clarkhacks-minimal-text.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/clarkhacks-minimal-text-2x.jpg" - } - }, - "clayh53-tufte-jekyll": { - "theme_key": "clayh53-tufte-jekyll", - "file": "jekyll-tufte-theme.md", - "name": "tufte-jekyll", - "title": "Tufte-Jekyll", - "github_username": "clayh53", - "repo": "clayh53/tufte-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/clayh53/tufte-jekyll", - "demo_url": "https://clayh53.github.io/tufte-jekyll/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/clayh53-tufte-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/clayh53-tufte-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/clayh53-tufte-jekyll-2x.jpg" - } - }, - "cloudcannon-aviator-jekyll-template": { - "theme_key": "cloudcannon-aviator-jekyll-theme", - "file": "jekyll-aviator.md", - "name": "aviator-jekyll-template", - "title": "Aviator", - "github_username": "CloudCannon", - "repo": "CloudCannon/aviator-jekyll-template", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/CloudCannon/aviator-jekyll-template", - "demo_url": "https://tangerine-lemon.cloudvent.net/", - "stars": 350, - "forks": 185, - "open_issues": 6, - "last_commit": "2022-12-05T02:48:10Z", - "created_at": "2015-01-28T02:49:52Z", - "description": ":droplet: API Documentation template for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cloudcannon-aviator-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cloudcannon-aviator-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cloudcannon-aviator-jekyll-theme-2x.jpg" - } - }, - "cloudcannon-aviator-jekyll-theme": { - "theme_key": "cloudcannon-aviator-jekyll-theme", - "file": "jekyll-aviator.md", - "name": "aviator-jekyll-template", - "title": "Aviator", - "github_username": "CloudCannon", - "repo": "CloudCannon/aviator-jekyll-template", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/CloudCannon/aviator-jekyll-template", - "demo_url": "https://tangerine-lemon.cloudvent.net/", - "stars": 337, - "forks": 177, - "open_issues": 6, - "last_commit": "2019-08-21T01:54:54Z", - "created_at": "2015-01-28T02:49:52Z", - "description": ":droplet: API Documentation template for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cloudcannon-aviator-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cloudcannon-aviator-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cloudcannon-aviator-jekyll-theme-2x.jpg" - } - }, - "cloudcannon-cause-jekyll-template": { - "theme_key": "cloudcannon-cause-jekyll-template", - "file": "jekyll-cause.md", - "name": "cause-jekyll-template", - "title": "Cause", - "github_username": "CloudCannon", - "repo": "CloudCannon/cause-jekyll-template", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/CloudCannon/cause-jekyll-template", - "demo_url": "https://clean-oryx.cloudvent.net/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/cloudcannon-cause-jekyll-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cloudcannon-cause-jekyll-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cloudcannon-cause-jekyll-template-2x.jpg" - } - }, - "cloudcannon-dopetrope-jekyll-theme": { - "theme_key": "cloudcannon-dopetrope-jekyll-theme", - "file": "jekyll-dopetrope.md", - "name": "DopeTrope-Jekyll-Theme", - "title": "Dopetrope", - "github_username": "old-jekyll-templates", - "repo": "old-jekyll-templates/DopeTrope-Jekyll-Theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/old-jekyll-templates/DopeTrope-Jekyll-Theme", - "demo_url": "https://html5up.net/dopetrope", - "stars": 56, - "forks": 63, - "open_issues": 3, - "last_commit": "2015-09-13T23:34:58Z", - "created_at": "2015-01-07T23:00:38Z", - "description": "DopeTrope Jekyll Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cloudcannon-dopetrope-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cloudcannon-dopetrope-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cloudcannon-dopetrope-jekyll-theme-2x.jpg" - } - }, - "cloudcannon-edition-jekyll-template": { - "theme_key": "cloudcannon-edition-jekyll-template", - "file": "jekyll-edition.md", - "name": "edition-jekyll-template", - "title": "Edition", - "github_username": "CloudCannon", - "repo": "CloudCannon/edition-jekyll-template", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/CloudCannon/edition-jekyll-template", - "demo_url": "https://long-pig.cloudvent.net/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/cloudcannon-edition-jekyll-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cloudcannon-edition-jekyll-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cloudcannon-edition-jekyll-template-2x.jpg" - } - }, - "cloudcannon-frisco-jekyll-template": { - "theme_key": "cloudcannon-frisco-jekyll-template", - "file": "jekyll-frisco.md", - "name": "frisco-jekyll-template", - "title": "Frisco", - "github_username": "CloudCannon", - "repo": "CloudCannon/frisco-jekyll-template", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/CloudCannon/frisco-jekyll-template", - "demo_url": "https://brave-submarine.cloudvent.net/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/cloudcannon-frisco-jekyll-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cloudcannon-frisco-jekyll-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cloudcannon-frisco-jekyll-template-2x.jpg" - } - }, - "cloudcannon-hydra-jekyll-template": { - "theme_key": "cloudcannon-hydra-jekyll-template", - "file": "hydra-jekyll-template.md", - "name": "hydra-jekyll-template", - "title": "Hydra", - "github_username": "CloudCannon", - "repo": "CloudCannon/hydra-jekyll-template", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/CloudCannon/hydra-jekyll-template", - "demo_url": "https://proud-alligator.cloudvent.net/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/cloudcannon-hydra-jekyll-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cloudcannon-hydra-jekyll-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cloudcannon-hydra-jekyll-template-2x.jpg" - } - }, - "cloudcannon-justice-jekyll-template": { - "theme_key": "cloudcannon-justice-jekyll-template", - "file": "jekyll-justice.md", - "name": "justice-jekyll-template", - "title": "Justice", - "github_username": "CloudCannon", - "repo": "CloudCannon/justice-jekyll-template", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/CloudCannon/justice-jekyll-template", - "demo_url": "https://grey-grouse.cloudvent.net/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/cloudcannon-justice-jekyll-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cloudcannon-justice-jekyll-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cloudcannon-justice-jekyll-template-2x.jpg" - } - }, - "cloudcannon-malt-jekyll-template": { - "theme_key": "cloudcannon-malt-jekyll-template", - "file": "jekyll-malt.md", - "name": "malt-jekyll-template", - "title": "Malt", - "github_username": "CloudCannon", - "repo": "CloudCannon/malt-jekyll-template", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/CloudCannon/malt-jekyll-template", - "demo_url": "https://whispering-boat.cloudvent.net/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/cloudcannon-malt-jekyll-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cloudcannon-malt-jekyll-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cloudcannon-malt-jekyll-template-2x.jpg" - } - }, - "cloudcannon-strata-jekyll-theme": { - "theme_key": "cloudcannon-strata-jekyll-theme", - "file": "jekyll-strata.md", - "name": "Strata-Jekyll-Theme", - "title": "Strata", - "github_username": "old-jekyll-templates", - "repo": "old-jekyll-templates/Strata-Jekyll-Theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/old-jekyll-templates/Strata-Jekyll-Theme", - "demo_url": "https://html5up.net/strata", - "stars": 132, - "forks": 203, - "open_issues": 11, - "last_commit": "2017-01-23T17:47:28Z", - "created_at": "2015-04-26T18:24:31Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cloudcannon-strata-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cloudcannon-strata-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cloudcannon-strata-jekyll-theme-2x.jpg" - } - }, - "cloudcannon-twenty-jekyll-theme": { - "theme_key": "cloudcannon-twenty-jekyll-theme", - "file": "jekyll-twenty.md", - "name": "Twenty-Jekyll-Theme", - "title": "Twenty", - "github_username": "old-jekyll-templates", - "repo": "old-jekyll-templates/Twenty-Jekyll-Theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/old-jekyll-templates/Twenty-Jekyll-Theme", - "demo_url": "https://html5up.net/twenty", - "stars": 80, - "forks": 112, - "open_issues": 2, - "last_commit": "2015-01-07T22:44:35Z", - "created_at": "2015-01-07T02:59:06Z", - "description": "Twenty Jekyll Theme - more themes available @ http://cloudcannon.com/jekyll_themes", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cloudcannon-twenty-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cloudcannon-twenty-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cloudcannon-twenty-jekyll-theme-2x.jpg" - } - }, - "cloudcannon-urban-jekyll-template": { - "theme_key": "cloudcannon-urban-jekyll-template", - "file": "jekyll-cc-urban.md", - "name": "urban-jekyll-template", - "title": "CC Urban", - "github_username": "CloudCannon", - "repo": "CloudCannon/urban-jekyll-template", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/CloudCannon/urban-jekyll-template", - "demo_url": "https://teal-worm.cloudvent.net/", - "stars": 169, - "forks": 191, - "open_issues": 1, - "last_commit": "2021-11-24T22:58:41Z", - "created_at": "2016-11-10T03:08:36Z", - "description": ":cloud: Agency template for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cloudcannon-urban-jekyll-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cloudcannon-urban-jekyll-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cloudcannon-urban-jekyll-template-2x.jpg" - } - }, - "codeasashu-hcz-jekyll-blog": { - "theme_key": "codeasashu-hcz-jekyll-blog", - "file": "jekyll-hcz-material.md", - "name": "hcz-jekyll-blog", - "title": "HCZ Material", - "github_username": "codeasashu", - "repo": "codeasashu/hcz-jekyll-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/codeasashu/hcz-jekyll-blog", - "demo_url": "https://codeasashu.github.io/hcz-jekyll-blog/", - "stars": 232, - "forks": 261, - "open_issues": 15, - "last_commit": "2022-09-27T22:13:42Z", - "created_at": "2016-06-02T07:30:03Z", - "description": "A simple material theme for blogger", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/codeasashu-hcz-jekyll-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/codeasashu-hcz-jekyll-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/codeasashu-hcz-jekyll-blog-2x.jpg" - } - }, - "codebushi-gatsby-starter-dimension": { - "theme_key": "codebushi-gatsby-starter-dimension", - "file": "gatsby-starter-dimension.md", - "name": "gatsby-starter-dimension", - "title": "Gatsby Starter Dimension", - "github_username": "codebushi", - "repo": "codebushi/gatsby-starter-dimension", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/codebushi/gatsby-starter-dimension", - "demo_url": "https://gatsby-dimension.surge.sh/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/codebushi-gatsby-starter-dimension.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/codebushi-gatsby-starter-dimension.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/codebushi-gatsby-starter-dimension-2x.jpg" - } - }, - "codebushi-gatsby-starter-forty": { - "theme_key": "codebushi-gatsby-starter-forty", - "file": "gatsby-starter-forty.md", - "name": "gatsby-starter-forty", - "title": "Gatsby Starter Forty", - "github_username": "codebushi", - "repo": "codebushi/gatsby-starter-forty", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/codebushi/gatsby-starter-forty", - "demo_url": "https://gatsby-forty.surge.sh/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/codebushi-gatsby-starter-forty.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/codebushi-gatsby-starter-forty.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/codebushi-gatsby-starter-forty-2x.jpg" - } - }, - "codebushi-gatsby-starter-photon": { - "theme_key": "codebushi-gatsby-starter-photon", - "file": "gatsby-starter-photon.md", - "name": "gatsby-starter-photon", - "title": "Gatsby Starter Photon", - "github_username": "codebushi", - "repo": "codebushi/gatsby-starter-photon", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/codebushi/gatsby-starter-photon", - "demo_url": "https://gatsby-photon.surge.sh/", - "stars": 57, - "forks": 38, - "open_issues": 1, - "last_commit": "2019-10-24T10:38:55Z", - "created_at": "2018-03-30T20:57:46Z", - "description": "Gatsby.js V2 starter template based on Photon. Check out https://codebushi.com/gatsby-starters-and-themes/ for more Gatsby starters.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/codebushi-gatsby-starter-photon.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/codebushi-gatsby-starter-photon.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/codebushi-gatsby-starter-photon-2x.jpg" - } - }, - "codebushi-gatsby-starter-stellar": { - "theme_key": "codebushi-gatsby-starter-stellar", - "file": "gatsby-starter-stellar.md", - "name": "gatsby-starter-stellar", - "title": "Gatsby Starter Stellar", - "github_username": "codebushi", - "repo": "codebushi/gatsby-starter-stellar", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/codebushi/gatsby-starter-stellar", - "demo_url": "https://gatsby-stellar.surge.sh/", - "stars": 137, - "forks": 37, - "open_issues": 2, - "last_commit": "2020-03-07T15:33:30Z", - "created_at": "2018-03-18T22:04:12Z", - "description": "Gatsby.js V2 starter template based on Stellar. Check out https://codebushi.com/gatsby-starters-and-themes/ for more Gatsby starters.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/codebushi-gatsby-starter-stellar.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/codebushi-gatsby-starter-stellar.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/codebushi-gatsby-starter-stellar-2x.jpg" - } - }, - "codebushi-gatsby-starter-strata": { - "theme_key": "codebushi-gatsby-starter-strata", - "file": "gatsby-starter-strata.md", - "name": "gatsby-starter-strata", - "title": "Gatsby Strata", - "github_username": "codebushi", - "repo": "codebushi/gatsby-starter-strata", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/codebushi/gatsby-starter-strata", - "demo_url": "https://gatsby-strata.surge.sh/", - "stars": 136, - "forks": 57, - "open_issues": 1, - "last_commit": "2020-05-30T13:23:41Z", - "created_at": "2018-01-09T23:53:31Z", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/codebushi-gatsby-starter-strata.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/codebushi-gatsby-starter-strata.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/codebushi-gatsby-starter-strata-2x.jpg" - } - }, - "coderzh-hugo-pacman-theme": { - "theme_key": "coderzh-hugo-pacman-theme", - "file": "hugo-pacman-theme.md", - "name": "hugo-pacman-theme", - "title": "Pacman", - "github_username": "coderzh", - "repo": "coderzh/hugo-pacman-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/coderzh/hugo-pacman-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-pacman-theme/", - "stars": 94, - "forks": 26, - "open_issues": 4, - "last_commit": "2020-02-07T07:01:58Z", - "created_at": "2016-03-20T16:05:24Z", - "description": "pacman theme support Hugo v0.37.1 now", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/coderzh-hugo-pacman-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/coderzh-hugo-pacman-theme.jpg", - "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", - "name": "codinfox-lanyon", - "title": "Codinfox Lanyon", - "github_username": "codinfox", - "repo": "codinfox/codinfox-lanyon", - "branch": "dev", - "default_branch": "dev", - "github_url": "https://github.com/codinfox/codinfox-lanyon", - "demo_url": "https://codinfox.github.io/", - "stars": 392, - "forks": 244, - "open_issues": 7, - "last_commit": "2016-06-08T16:32:04Z", - "created_at": "2015-03-05T06:44:00Z", - "description": "Another jekyll templated based on lanyon", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/codinfox-codinfox-lanyon.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/codinfox-codinfox-lanyon.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/codinfox-codinfox-lanyon-2x.jpg" - } - }, - "colbyfayock-gatsby-starter-sass": { - "theme_key": "colbyfayock-gatsby-starter-sass", - "file": "gatsby-starter-sass.md", - "name": "gatsby-starter-sass", - "title": "Gatsby Starter Sass", - "github_username": "colbyfayock", - "repo": "colbyfayock/gatsby-starter-sass", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/colbyfayock/gatsby-starter-sass", - "demo_url": "https://gatsby-starter-sass.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/colbyfayock-gatsby-starter-sass.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/colbyfayock-gatsby-starter-sass.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/colbyfayock-gatsby-starter-sass-2x.jpg" - } - }, - "coletownsend-balzac-for-jekyll": { - "theme_key": "coletownsend-balzac-for-jekyll", - "file": "jekyll-balzac.md", - "name": "Balzac-for-Jekyll", - "title": "Balzac", - "github_username": "ColeTownsend", - "repo": "ColeTownsend/Balzac-for-Jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ColeTownsend/Balzac-for-Jekyll", - "demo_url": "https://gtat.me/", - "stars": 509, - "forks": 442, - "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!", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/coletownsend-balzac-for-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/coletownsend-balzac-for-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/coletownsend-balzac-for-jekyll-2x.jpg" - } - }, - "collective-gatsby-starter-plone": { - "theme_key": "collective-gatsby-starter-plone", - "file": "gatsby-starter-plone.md", - "name": "gatsby-starter-plone", - "title": "Gatsby Starter Plone", - "github_username": "collective", - "repo": "collective/gatsby-starter-plone", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/collective/gatsby-starter-plone", - "demo_url": "https://collective.github.io/gatsby-starter-plone/", - "stars": 3, - "forks": 2, - "open_issues": 24, - "last_commit": "2020-11-21T13:18:09Z", - "created_at": "2018-07-19T13:08:38Z", - "description": "Gatsby starter for Plone", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/collective-gatsby-starter-plone.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/collective-gatsby-starter-plone.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/collective-gatsby-starter-plone-2x.jpg" - } - }, - "contentful-userland-gatsby-contentful-starter": { - "theme_key": "contentful-userland-gatsby-contentful-starter", - "file": "gatsby-contentful-starter.md", - "name": "gatsby-contentful-starter", - "title": "Gatsby Contentful Starter", - "github_username": "contentful-userland", - "repo": "contentful-userland/gatsby-contentful-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/contentful-userland/gatsby-contentful-starter", - "demo_url": "https://contentful-userland.github.io/gatsby-contentful-starter/", - "stars": 279, - "forks": 125, - "open_issues": 23, - "last_commit": "2021-02-16T11:09:26Z", - "created_at": "2018-01-29T21:29:51Z", - "description": "Gatsby starter for a Contentful project from the community.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/contentful-userland-gatsby-contentful-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/contentful-userland-gatsby-contentful-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/contentful-userland-gatsby-contentful-starter-2x.jpg" - } - }, - "contentstack-gatsby-starter-contentstack": { - "theme_key": "contentstack-gatsby-starter-contentstack", - "file": "gatsby-starter-contentstack.md", - "name": "gatsby-starter-contentstack", - "title": "Gatsby Starter Contentstack", - "github_username": "contentstack", - "repo": "contentstack/gatsby-starter-contentstack", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/contentstack/gatsby-starter-contentstack", - "demo_url": "https://gatsby-contentstack-starter.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/contentstack-gatsby-starter-contentstack.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/contentstack-gatsby-starter-contentstack.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/contentstack-gatsby-starter-contentstack-2x.jpg" - } - }, - "cosmicjs-gatsby-agency-portfolio": { - "theme_key": "cosmicjs-gatsby-agency-portfolio", - "file": "gatsby-agency-portfolio.md", - "name": "gatsby-agency-portfolio", - "title": "Gatsby Agency Portfolio", - "github_username": "cosmicjs", - "repo": "cosmicjs/gatsby-agency-portfolio", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/cosmicjs/gatsby-agency-portfolio", - "demo_url": "https://cosmicjs.com/apps/gatsby-agency-portfolio/demo", - "stars": 19, - "forks": 26, - "open_issues": 0, - "last_commit": "2019-05-13T17:06:52Z", - "created_at": "2019-05-13T17:02:32Z", - "description": "Portfolio client designed with creative agencies in mind.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cosmicjs-gatsby-agency-portfolio.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cosmicjs-gatsby-agency-portfolio.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cosmicjs-gatsby-agency-portfolio-2x.jpg" - } - }, - "cosmicjs-gatsby-blog-cosmicjs": { - "theme_key": "cosmicjs-gatsby-blog-cosmicjs", - "file": "gatsby-blog-cosmicjs.md", - "name": "gatsby-blog-cosmicjs", - "title": "Gatsby Blog Cosmicjs", - "github_username": "cosmicjs", - "repo": "cosmicjs/gatsby-blog-cosmicjs", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/cosmicjs/gatsby-blog-cosmicjs", - "demo_url": "https://gatsby-blog-cosmicjs.netlify.com/", - "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 🔥", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cosmicjs-gatsby-blog-cosmicjs.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cosmicjs-gatsby-blog-cosmicjs.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cosmicjs-gatsby-blog-cosmicjs-2x.jpg" - } - }, - "cosmicjs-gatsby-docs-app": { - "theme_key": "cosmicjs-gatsby-docs-app", - "file": "gatsby-docs-app.md", - "name": "gatsby-docs-app", - "title": "Gatsby Docs App", - "github_username": "cosmicjs", - "repo": "cosmicjs/gatsby-docs-app", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/cosmicjs/gatsby-docs-app", - "demo_url": "https://cosmicjs.com/apps/gatsby-docs/demo", - "stars": 6, - "forks": 4, - "open_issues": 0, - "last_commit": "2019-02-12T17:43:22Z", - "created_at": "2019-02-11T17:12:40Z", - "description": "Create and view documentation using Gatsby and Cosmic JS", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cosmicjs-gatsby-docs-app.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cosmicjs-gatsby-docs-app.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cosmicjs-gatsby-docs-app-2x.jpg" - } - }, - "cosmicjs-gatsby-localization-app-starter": { - "theme_key": "cosmicjs-gatsby-localization-app-starter", - "file": "gatsby-localization-app-starter.md", - "name": "gatsby-localization-app-starter", - "title": "Localization App Starter", - "github_username": "cosmicjs", - "repo": "cosmicjs/gatsby-localization-app-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/cosmicjs/gatsby-localization-app-starter", - "demo_url": "https://cosmicjs.com/apps/gatsby-localization-app-starter/demo", - "stars": 3, - "forks": 2, - "open_issues": 0, - "last_commit": "2019-05-03T16:41:38Z", - "created_at": "2019-05-03T16:34:14Z", - "description": "A Gatsby localization website powered by Cosmic JS", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cosmicjs-gatsby-localization-app-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cosmicjs-gatsby-localization-app-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cosmicjs-gatsby-localization-app-starter-2x.jpg" - } - }, - "cosmicjs-gatsby-starter": { - "theme_key": "cosmicjs-gatsby-starter", - "file": "gatsby-cosmicjs-starter.md", - "name": "gatsby-starter", - "title": "Cosmic Gatsby Starter", - "github_username": "cosmicjs", - "repo": "cosmicjs/gatsby-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/cosmicjs/gatsby-starter", - "demo_url": "https://cosmicjs-gatsby-starter.netlify.com/", - "stars": 15, - "forks": 6, - "open_issues": 0, - "last_commit": "2020-03-24T21:48:03Z", - "created_at": "2018-06-10T19:54:17Z", - "description": "Install a Cosmic-powered Gatsby app in seconds 🔥 ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cosmicjs-gatsby-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cosmicjs-gatsby-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cosmicjs-gatsby-starter-2x.jpg" - } - }, - "cossssmin-gridsome-starter-bleda": { - "theme_key": "hellocosmin-gridsome-starter-bleda", - "file": "bleda.md", - "name": "gridsome-starter-bleda", - "title": "Gridsome Bleda", - "github_username": "cossssmin", - "repo": "cossssmin/gridsome-starter-bleda", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/cossssmin/gridsome-starter-bleda", - "demo_url": "https://gridsome-starter-bleda.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/hellocosmin-gridsome-starter-bleda.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/hellocosmin-gridsome-starter-bleda.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/hellocosmin-gridsome-starter-bleda-2x.jpg" - } - }, - "cotes2020-jekyll-theme-chirpy": { - "theme_key": "cotes2020-jekyll-theme-chirpy", - "file": "jekyll-theme-chirpy.md", - "name": "jekyll-theme-chirpy", - "title": "Chirpy", - "github_username": "cotes2020", - "repo": "cotes2020/jekyll-theme-chirpy", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/cotes2020/jekyll-theme-chirpy", - "demo_url": "https://cotes2020.github.io/chirpy-demo/", - "stars": 3469, - "forks": 3233, - "open_issues": 17, - "last_commit": "2023-01-18T15:13:06Z", - "created_at": "2019-01-12T07:37:30Z", - "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", - "name": "fundamenty", - "title": "Fundamenty", - "github_username": "creasoft-dev", - "repo": "creasoft-dev/fundamenty", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/creasoft-dev/fundamenty", - "demo_url": "https://creasoft-dev.github.io/fundamenty/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/creasoft-dev-fundamenty.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/creasoft-dev-fundamenty.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/creasoft-dev-fundamenty-2x.jpg" - } - }, - "cssandstuff-hugo-theme-winning": { - "theme_key": "cssandstuff-hugo-theme-winning", - "file": "hugo-theme-winning.md", - "name": "hugo-theme-winning", - "title": "Winning", - "github_username": "cssandstuff", - "repo": "cssandstuff/hugo-theme-winning", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/cssandstuff/hugo-theme-winning", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-winning/", - "stars": 49, - "forks": 13, - "open_issues": 4, - "last_commit": "2020-05-07T09:25:28Z", - "created_at": "2018-07-06T02:33:01Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cssandstuff-hugo-theme-winning.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cssandstuff-hugo-theme-winning.jpg", - "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", - "name": "hugo-theme-dopetrope", - "title": "Dopetrope", - "github_username": "curtistimson", - "repo": "curtistimson/hugo-theme-dopetrope", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/curtistimson/hugo-theme-dopetrope", - "demo_url": "https://hugo-theme-dopetrope.netlify.com/", - "stars": 21, - "forks": 13, - "open_issues": 4, - "last_commit": "2019-01-24T12:05:08Z", - "created_at": "2018-02-10T14:10:30Z", - "description": "Dopetrope theme for Hugo static site generator", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/curtistimson-hugo-theme-dopetrope.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/curtistimson-hugo-theme-dopetrope.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/curtistimson-hugo-theme-dopetrope-2x.jpg" - } - }, - "curtistimson-hugo-theme-massively": { - "theme_key": "curtistimson-hugo-theme-massively", - "file": "hugo-theme-massively.md", - "name": "hugo-theme-massively", - "title": "Hugo Massively", - "github_username": "curtistimson", - "repo": "curtistimson/hugo-theme-massively", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/curtistimson/hugo-theme-massively", - "demo_url": "https://hugo-theme-massively.netlify.com/", - "stars": 96, - "forks": 106, - "open_issues": 21, - "last_commit": "2021-11-28T11:33:28Z", - "created_at": "2018-02-24T14:39:43Z", - "description": "Massively theme for Hugo static site generator", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/curtistimson-hugo-theme-massively.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/curtistimson-hugo-theme-massively.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/curtistimson-hugo-theme-massively-2x.jpg" - } - }, - "cvluca-gatsby-starter-markdown": { - "theme_key": "cvluca-gatsby-starter-markdown", - "file": "gatsby-starter-markdown.md", - "name": "gatsby-starter-markdown", - "title": "Gatsby Starter Markdown", - "github_username": "cvluca", - "repo": "cvluca/gatsby-starter-markdown", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/cvluca/gatsby-starter-markdown", - "demo_url": "https://cvluca.github.io/gatsby-starter-markdown/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cvluca-gatsby-starter-markdown.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cvluca-gatsby-starter-markdown.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cvluca-gatsby-starter-markdown-2x.jpg" - } - }, - "cwlsn-gatsby-simple-contentful-starter": { - "theme_key": "cwlsn-gatsby-simple-contentful-starter", - "file": "gatsby-simple-contentful-starter.md", - "name": "gatsby-simple-contentful-starter", - "title": "Gatsby Simple Contentful Starter", - "github_username": "cwlsn", - "repo": "cwlsn/gatsby-simple-contentful-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/cwlsn/gatsby-simple-contentful-starter", - "demo_url": "https://gatsby-simple-contentful-starter.netlify.com/", - "stars": 9, - "forks": 1, - "open_issues": 0, - "last_commit": "2019-01-22T22:44:46Z", - "created_at": "2018-10-10T00:47:54Z", - "description": "🎊 A simple Gatsby Starter that talks to Contentful.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cwlsn-gatsby-simple-contentful-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cwlsn-gatsby-simple-contentful-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cwlsn-gatsby-simple-contentful-starter-2x.jpg" - } - }, - "cyevgeniy-jekyll-true-minimal": { - "theme_key": "cyevgeniy-jekyll-true-minimal", - "file": "jekyll-theme-true-minimal.md", - "name": "jekyll-true-minimal", - "title": "True Minimal", - "github_username": "cyevgeniy", - "repo": "cyevgeniy/jekyll-true-minimal", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/cyevgeniy/jekyll-true-minimal", - "demo_url": "https://cyevgeniy.github.io/jekyll-true-minimal/", - "stars": 62, - "forks": 42, - "open_issues": 1, - "last_commit": "2019-12-29T19:36:41Z", - "created_at": "2018-10-17T07:11:51Z", - "description": "Minimal and ascetic theme for jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cyevgeniy-jekyll-true-minimal.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cyevgeniy-jekyll-true-minimal.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cyevgeniy-jekyll-true-minimal-2x.jpg" - } - }, - "d-kusk-minimage": { - "theme_key": "d-kusk-minimage", - "file": "hugo-minimage.md", - "name": "minimage", - "title": "Minimage", - "github_username": "dsk52", - "repo": "dsk52/minimage", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/dsk52/minimage", - "demo_url": "https://themes.gohugo.io/theme/minimage/", - "stars": 16, - "forks": 10, - "open_issues": 4, - "last_commit": "2020-08-21T06:46:20Z", - "created_at": "2017-11-04T10:52:19Z", - "description": "Hugo's theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/d-kusk-minimage.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/d-kusk-minimage.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/d-kusk-minimage-2x.jpg" - } - }, - "daattali-beautiful-jekyll": { - "theme_key": "daattali-beautiful-jekyll", - "file": "jekyll-beautiful-theme.md", - "name": "beautiful-jekyll", - "title": "Beautiful Jekyll", - "github_username": "daattali", - "repo": "daattali/beautiful-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/daattali/beautiful-jekyll", - "demo_url": "https://deanattali.com/beautiful-jekyll/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/daattali-beautiful-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/daattali-beautiful-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/daattali-beautiful-jekyll-2x.jpg" - } - }, - "dabit3-gatsby-auth-starter-aws-amplify": { - "theme_key": "dabit3-gatsby-auth-starter-aws-amplify", - "file": "gatsby-auth-starter-aws-amplify.md", - "name": "gatsby-auth-starter-aws-amplify", - "title": "Gatsby Auth Starter AWS Amplify", - "github_username": "dabit3", - "repo": "dabit3/gatsby-auth-starter-aws-amplify", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/dabit3/gatsby-auth-starter-aws-amplify", - "demo_url": "https://master.d2f5ek3dnwfe9v.amplifyapp.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/dabit3-gatsby-auth-starter-aws-amplify.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dabit3-gatsby-auth-starter-aws-amplify.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dabit3-gatsby-auth-starter-aws-amplify-2x.jpg" - } - }, - "dafiulh-vredeburg": { - "theme_key": "dafiulh-vredeburg", - "file": "vredeburg.md", - "name": "vredeburg", - "title": "Vredeburg", - "github_username": "dafiulh", - "repo": "dafiulh/vredeburg", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/dafiulh/vredeburg", - "demo_url": "https://vredeburg.netlify.app", - "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": { - "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" - } - }, - "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": 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. ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/damassi-gatsby-starter-typescript-rebass-netlifycms.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/damassi-gatsby-starter-typescript-rebass-netlifycms.jpg", - "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", - "name": "middleman-casper", - "title": "Middleman Casper", - "github_username": "danielbayerlein", - "repo": "danielbayerlein/middleman-casper", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/danielbayerlein/middleman-casper", - "demo_url": "https://demo.ghost.io/", - "stars": 133, - "forks": 17, - "open_issues": 3, - "last_commit": "2018-01-07T13:04:19Z", - "created_at": "2013-10-26T09:58:22Z", - "description": "👻 Casper theme (Ghost) for Middleman-Blog", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/danielbayerlein-middleman-casper.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/danielbayerlein-middleman-casper.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/danielbayerlein-middleman-casper-2x.jpg" - } - }, - "danielkellyio-awake-template": { - "theme_key": "danielkellyio-awake-template", - "file": "awake-blog-template-nuxt.md", - "name": "awake-template", - "title": "Awake Nuxt Blog", - "github_username": "danielkellyio", - "repo": "danielkellyio/awake-template", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/danielkellyio/awake-template", - "demo_url": "https://awake-template.netlify.com/", - "stars": 198, - "forks": 126, - "open_issues": 26, - "last_commit": "2020-12-11T12:58:57Z", - "created_at": "2019-07-02T01:54:14Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/danielkellyio-awake-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/danielkellyio-awake-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/danielkellyio-awake-template-2x.jpg" - } - }, - "danielkvist-hugo-piercer-theme": { - "theme_key": "danielkvist-hugo-piercer-theme", - "file": "hugo-piercer-theme.md", - "name": "hugo-piercer-theme", - "title": "Piercer", - "github_username": "danielkvist", - "repo": "danielkvist/hugo-piercer-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/danielkvist/hugo-piercer-theme", - "demo_url": "https://piercer.netlify.com/", - "stars": 25, - "forks": 17, - "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" - } - }, - "danielkvist-hugo-terrassa-theme": { - "theme_key": "danielkvist-hugo-terrassa-theme", - "file": "hugo-terrassa-theme.md", - "name": "hugo-terrassa-theme", - "title": "Terrassa", - "github_username": "danielkvist", - "repo": "danielkvist/hugo-terrassa-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/danielkvist/hugo-terrassa-theme", - "demo_url": "https://terrassa.netlify.com/", - "stars": 63, - "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": { - "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" - } - }, - "danilowoz-gatsby-advanced-blog-system": { - "theme_key": "danilowoz-gatsby-advanced-blog-system", - "file": "gatsby-advanced-blog-system.md", - "name": "gatsby-advanced-blog-system", - "title": "Gatsby Advanced Blog System", - "github_username": "danilowoz", - "repo": "danilowoz/gatsby-advanced-blog-system", - "branch": "master", - "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": 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": { - "hires": "https://www.jamstackthemes.dev/capture/danilowoz-gatsby-advanced-blog-system.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/danilowoz-gatsby-advanced-blog-system.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/danilowoz-gatsby-advanced-blog-system-2x.jpg" - } - }, - "danshai-gatsbyv2-scientific-blog-machine-learning": { - "theme_key": "danshai-gatsbyv2-scientific-blog-machine-learning", - "file": "gatsby-scientific-blog-machine-learning.md", - "name": "gatsbyv2-scientific-blog-machine-learning", - "title": "Scientific Blog Machine Learning", - "github_username": "DanShai", - "repo": "DanShai/gatsbyv2-scientific-blog-machine-learning", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/DanShai/gatsbyv2-scientific-blog-machine-learning", - "demo_url": "https://danshai.github.io/gatsbyv2-scientific-blog-machine-learning/", - "stars": 6, - "forks": 7, - "open_issues": 0, - "last_commit": "2018-11-20T11:18:15Z", - "created_at": "2018-09-27T10:20:26Z", - "description": "gatsby V2 scientific machine learning blog Starter", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/danshai-gatsbyv2-scientific-blog-machine-learning.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/danshai-gatsbyv2-scientific-blog-machine-learning.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/danshai-gatsbyv2-scientific-blog-machine-learning-2x.jpg" - } - }, - "danurbanowicz-eleventy-netlify-boilerplate": { - "theme_key": "danurbanowicz-eleventy-netlify-boilerplate", - "file": "eleventy-netlify-boilerplate.md", - "name": "eleventy-netlify-boilerplate", - "title": "Eleventy NetlifyCMS Boilerplate", - "github_username": "danurbanowicz", - "repo": "danurbanowicz/eleventy-netlify-boilerplate", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/danurbanowicz/eleventy-netlify-boilerplate", - "demo_url": "https://eleventy-netlify-boilerplate.netlify.com/", - "stars": 474, - "forks": 184, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/danurbanowicz-eleventy-netlify-boilerplate.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/danurbanowicz-eleventy-netlify-boilerplate.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/danurbanowicz-eleventy-netlify-boilerplate-2x.jpg" - } - }, - "darshanbaral-aafu": { - "theme_key": "darshanbaral-aafu", - "file": "hugo-aafu.md", - "name": "aafu", - "title": "Aafu", - "github_username": "darshanbaral", - "repo": "darshanbaral/aafu", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/darshanbaral/aafu", - "demo_url": "https://themes.gohugo.io/theme/aafu/", - "stars": 27, - "forks": 28, - "open_issues": 6, - "last_commit": "2021-03-12T06:48:25Z", - "created_at": "2019-03-10T23:26:13Z", - "description": "Portfolio theme with blog", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/darshanbaral-aafu.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/darshanbaral-aafu.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/darshanbaral-aafu-2x.jpg" - } - }, - "darshanbaral-khata": { - "theme_key": "darshanbaral-khata", - "file": "hugo-khata.md", - "name": "khata", - "title": "Khata", - "github_username": "darshanbaral", - "repo": "darshanbaral/khata", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/darshanbaral/khata", - "demo_url": "https://themes.gohugo.io/theme/khata/", - "stars": 2, - "forks": 1, - "open_issues": 0, - "last_commit": "2020-06-06T04:13:40Z", - "created_at": "2019-07-02T02:28:29Z", - "description": "Hugo theme for documentation.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/darshanbaral-khata.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/darshanbaral-khata.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/darshanbaral-khata-2x.jpg" - } - }, - "darshanbaral-kitab": { - "theme_key": "darshanbaral-kitab", - "file": "hugo-kitab.md", - "name": "kitab", - "title": "Kitab", - "github_username": "darshanbaral", - "repo": "darshanbaral/kitab", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/darshanbaral/kitab", - "demo_url": "https://themes.gohugo.io/theme/kitab/", - "stars": 12, - "forks": 8, - "open_issues": 2, - "last_commit": "2020-06-06T04:59:56Z", - "created_at": "2019-05-19T01:32:59Z", - "description": "A hugo theme for publishing books", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/darshanbaral-kitab.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/darshanbaral-kitab.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/darshanbaral-kitab-2x.jpg" - } - }, - "darshanbaral-mero": { - "theme_key": "darshanbaral-mero", - "file": "hugo-mero-theme.md", - "name": "mero", - "title": "Mero", - "github_username": "darshanbaral", - "repo": "darshanbaral/mero", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/darshanbaral/mero", - "demo_url": "https://themes.gohugo.io/theme/mero/", - "stars": 10, - "forks": 12, - "open_issues": 0, - "last_commit": "2021-09-09T20:44:31Z", - "created_at": "2019-03-03T03:55:20Z", - "description": "Hugo theme for personal blogs", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/darshanbaral-mero.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/darshanbaral-mero.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/darshanbaral-mero-2x.jpg" - } - }, - "darshanbaral-sada": { - "theme_key": "darshanbaral-sada", - "file": "hugo-sada-theme.md", - "name": "sada", - "title": "Sada", - "github_username": "darshanbaral", - "repo": "darshanbaral/sada", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/darshanbaral/sada", - "demo_url": "https://themes.gohugo.io/theme/sada/", - "stars": 17, - "forks": 13, - "open_issues": 0, - "last_commit": "2021-05-10T23:36:12Z", - "created_at": "2018-12-16T23:03:20Z", - "description": "Simple hugo theme for resume created using Tailwind CSS", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/darshanbaral-sada.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/darshanbaral-sada.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/darshanbaral-sada-2x.jpg" - } - }, - "dashdashzako-hugo-journal": { - "theme_key": "dashdashzako-hugo-journal", - "file": "hugo-journal.md", - "name": "hugo-journal", - "title": "Journal", - "github_username": "dashdashzako", - "repo": "dashdashzako/hugo-journal", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/dashdashzako/hugo-journal", - "demo_url": "https://dashdashzako.github.io/hugo-journal-demo/", - "stars": 73, - "forks": 41, - "open_issues": 0, - "last_commit": "2021-04-02T09:33:27Z", - "created_at": "2017-07-23T16:16:34Z", - "description": "Minimalist theme for gohugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/dashdashzako-hugo-journal.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dashdashzako-hugo-journal.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dashdashzako-hugo-journal-2x.jpg" - } - }, - "dashdashzako-paperback": { - "theme_key": "dashdashzako-paperback", - "file": "hugo-paperback.md", - "name": "paperback", - "title": "Paperback", - "github_username": "dashdashzako", - "repo": "dashdashzako/paperback", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/dashdashzako/paperback", - "demo_url": "https://dashdashzako.github.io/paperback-demo/", - "stars": 39, - "forks": 18, - "open_issues": 0, - "last_commit": "2021-04-02T08:52:02Z", - "created_at": "2016-08-09T13:58:20Z", - "description": "Theme for Hugo static website engine", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/dashdashzako-paperback.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dashdashzako-paperback.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dashdashzako-paperback-2x.jpg" - } - }, - "dashingcode-front-cover": { - "theme_key": "dashingcode-front-cover", - "file": "jekyll-front-cover.md", - "name": "front-cover", - "title": "front-cover", - "github_username": "dashingcode", - "repo": "dashingcode/front-cover", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/dashingcode/front-cover", - "demo_url": "https://dashingcode.github.io/front-cover/", - "stars": 124, - "forks": 188, - "open_issues": 10, - "last_commit": "2016-05-26T20:24:51Z", - "created_at": "2016-02-21T11:07:54Z", - "description": "Front Cover jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/dashingcode-front-cover.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dashingcode-front-cover.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dashingcode-front-cover-2x.jpg" - } - }, - "datocms-gatsby-portfolio": { - "theme_key": "datocms-gatsby-portfolio", - "file": "gatsby-portfolio.md", - "name": "gatsby-portfolio", - "title": "Gatsby Portfolio", - "github_username": "datocms", - "repo": "datocms/gatsby-portfolio", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/datocms/gatsby-portfolio", - "demo_url": "https://cranky-edison-12166d.netlify.com", - "stars": 116, - "forks": 50, - "open_issues": 0, - "last_commit": "2020-10-19T14:52:43Z", - "created_at": "2017-12-01T17:08:02Z", - "description": "Sample DatoCMS website built with GatsbyJS", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/datocms-gatsby-portfolio.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/datocms-gatsby-portfolio.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/datocms-gatsby-portfolio-2x.jpg" - } - }, - "daviddarnes-alembic": { - "theme_key": "daviddarnes-alembic", - "file": "alembic.md", - "name": "alembic", - "title": "Alembic", - "github_username": "daviddarnes", - "repo": "daviddarnes/alembic", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/daviddarnes/alembic", - "demo_url": "https://alembic.darn.es/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/daviddarnes-alembic.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/daviddarnes-alembic.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/daviddarnes-alembic-2x.jpg" - } - }, - "daviddarnes-garth": { - "theme_key": "daviddarnes-garth", - "file": "garth.md", - "name": "garth", - "title": "Garth", - "github_username": "daviddarnes", - "repo": "daviddarnes/garth", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/daviddarnes/garth", - "demo_url": "https://garth.darn.es", - "stars": 109, - "forks": 58, - "open_issues": 1, - "last_commit": "2020-11-22T18:59:58Z", - "created_at": "2016-06-12T23:30:34Z", - "description": "🥁 A really basic theme for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/daviddarnes-garth.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/daviddarnes-garth.jpg", - "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", - "name": "hugo-black-and-light-theme", - "title": "Black & Light", - "github_username": "davidhampgonsalves", - "repo": "davidhampgonsalves/hugo-black-and-light-theme", - "branch": "master", - "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": 172, - "forks": 82, - "open_issues": 2, - "last_commit": "2020-06-13T13:18:32Z", - "created_at": "2017-01-10T01:03:05Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/davidhampgonsalves-hugo-black-and-light-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/davidhampgonsalves-hugo-black-and-light-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/davidhampgonsalves-hugo-black-and-light-theme-2x.jpg" - } - }, - "davshoward-gatsby-starter-honey": { - "theme_key": "davshoward-gatsby-starter-honey", - "file": "gatsby-starter-honey.md", - "name": "gatsby-starter-honey", - "title": "Gatsby Starter Honey", - "github_username": "davshoward", - "repo": "davshoward/gatsby-starter-honey", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/davshoward/gatsby-starter-honey", - "demo_url": "https://gatsbyhoney.davshoward.com/", - "stars": 6, - "forks": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/davshoward-gatsby-starter-honey.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/davshoward-gatsby-starter-honey.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/davshoward-gatsby-starter-honey-2x.jpg" - } - }, - "dbtek-dbyll": { - "theme_key": "dbtek-dbyll", - "file": "jekyll-dbyll.md", - "name": "dbyll", - "title": "Dbyll", - "github_username": "dbtek", - "repo": "dbtek/dbyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/dbtek/dbyll", - "demo_url": "https://dbtek.github.io/dbyll/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/dbtek-dbyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dbtek-dbyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dbtek-dbyll-2x.jpg" - } - }, - "dbtek-paper": { - "theme_key": "dbtek-paper", - "file": "jekyll-paper.md", - "name": "paper", - "title": "Paper", - "github_username": "dbtek", - "repo": "dbtek/paper", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/dbtek/paper", - "demo_url": "https://dbtek.github.io/paper-demo/", - "stars": 55, - "forks": 70, - "open_issues": 4, - "last_commit": "2017-02-18T20:57:34Z", - "created_at": "2015-09-07T13:37:31Z", - "description": "A gentle theme for Jekyll utilising material design.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/dbtek-paper.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dbtek-paper.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dbtek-paper-2x.jpg" - } - }, - "ddbullfrog-resumecard": { - "theme_key": "ddbullfrog-resumecard", - "file": "jekyll-resumecard.md", - "name": "resumecard", - "title": "resumecard", - "github_username": "ddbullfrog", - "repo": "ddbullfrog/resumecard", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/ddbullfrog/resumecard", - "demo_url": "https://ddbullfrog.github.io/resumecard", - "stars": 233, - "forks": 238, - "open_issues": 4, - "last_commit": "2017-04-12T07:26:40Z", - "created_at": "2015-06-01T22:00:02Z", - "description": "You can see the live demo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ddbullfrog-resumecard.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ddbullfrog-resumecard.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ddbullfrog-resumecard-2x.jpg" - } - }, - "de-souza-hugo-flex": { - "theme_key": "de-souza-hugo-flex", - "file": "hugo-flex.md", - "name": "hugo-flex", - "title": "Hugo Flex", - "github_username": "de-souza", - "repo": "de-souza/hugo-flex", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/de-souza/hugo-flex", - "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.", - "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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/de-souza-hugo-flex-2x.jpg" - } - }, - "deamme-gatsby-starter-prismic-resume": { - "theme_key": "deamme-gatsby-starter-prismic-resume", - "file": "gatsby-starter-prismic-resume.md", - "name": "gatsby-starter-prismic-resume", - "title": "Gatsby Starter Prismic Resume", - "github_username": "deamme", - "repo": "deamme/gatsby-starter-prismic-resume", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/deamme/gatsby-starter-prismic-resume", - "demo_url": "https://compassionate-morse-5204bf.netlify.com/", - "stars": 30, - "forks": 14, - "open_issues": 1, - "last_commit": "2019-06-24T19:33:03Z", - "created_at": "2019-03-15T23:07:16Z", - "description": "Resume/CV page - Gatsby starter which uses Prismic as a headless CMS.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/deamme-gatsby-starter-prismic-resume.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/deamme-gatsby-starter-prismic-resume.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/deamme-gatsby-starter-prismic-resume-2x.jpg" - } - }, - "deepidea-web-presentation": { - "theme_key": "deepidea-web-presentation", - "file": "jekyll-web-presentation-theme.md", - "name": "web-presentation", - "title": "Web-presentation", - "github_username": "deepidea", - "repo": "deepidea/web-presentation", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/deepidea/web-presentation", - "demo_url": "https://deepidea.github.io/web-presentation/", - "stars": 168, - "forks": 111, - "open_issues": 0, - "last_commit": "2020-06-16T07:39:01Z", - "created_at": "2017-10-15T05:35:15Z", - "description": "Jekyll theme template to create web presentation", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/deepidea-web-presentation.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/deepidea-web-presentation.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/deepidea-web-presentation-2x.jpg" - } - }, - "denjones-hexo-theme-chan": { - "theme_key": "denjones-hexo-theme-chan", - "file": "hexo-theme-chan.md", - "name": "hexo-theme-chan", - "title": "Chan", - "github_username": "denjones", - "repo": "denjones/hexo-theme-chan", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/denjones/hexo-theme-chan", - "demo_url": "https://blog.sprabbit.com/hexo-theme-chan/", - "stars": 148, - "forks": 59, - "open_issues": 6, - "last_commit": "2016-10-09T13:08:13Z", - "created_at": "2016-02-20T03:07:57Z", - "description": "A super simple and elegant theme for hexo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/denjones-hexo-theme-chan.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/denjones-hexo-theme-chan.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/denjones-hexo-theme-chan-2x.jpg" - } - }, - "denningk-gatsby-starter-typescript-jest": { - "theme_key": "denningk-gatsby-starter-typescript-jest", - "file": "gatsby-starter-typescript-jest.md", - "name": "gatsby-starter-typescript-jest", - "title": "Gatsby Typescript Jest", - "github_username": "denningk", - "repo": "denningk/gatsby-starter-typescript-jest", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/denningk/gatsby-starter-typescript-jest", - "demo_url": "https://gatsby-starter-typescript-jest.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/denningk-gatsby-starter-typescript-jest.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/denningk-gatsby-starter-typescript-jest.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/denningk-gatsby-starter-typescript-jest-2x.jpg" - } - }, - "devcows-hugo-universal-theme": { - "theme_key": "devcows-hugo-universal-theme", - "file": "hugo-universal-theme.md", - "name": "hugo-universal-theme", - "title": "Hugo Universal", - "github_username": "devcows", - "repo": "devcows/hugo-universal-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/devcows/hugo-universal-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-universal-theme/", - "stars": 507, - "forks": 393, - "open_issues": 37, - "last_commit": "2021-09-27T05:29:46Z", - "created_at": "2016-06-14T12:47:40Z", - "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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/devcows-hugo-universal-theme-2x.jpg" - } - }, - "devlocker-breakfast": { - "theme_key": "devlocker-breakfast", - "file": "breakfast.md", - "name": "breakfast", - "title": "Breakfast", - "github_username": "devlocker", - "repo": "devlocker/breakfast", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/devlocker/breakfast", - "demo_url": "https://breakfast.devlocker.io/", - "stars": 99, - "forks": 11, - "open_issues": 4, - "last_commit": "2019-04-27T17:00:35Z", - "created_at": "2016-06-23T05:55:56Z", - "description": "Brunch.io with Rails", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/devlocker-breakfast.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/devlocker-breakfast.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/devlocker-breakfast-2x.jpg" - } - }, - "dfcommunity-hexo-web-nary": { - "theme_key": "dfcommunity-hexo-web-nary", - "file": "hexo-webnary-template.md", - "name": "Hexo-Web-Nary", - "title": "Web-Nary", - "github_username": "DFCommunity", - "repo": "DFCommunity/Hexo-Web-Nary", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/DFCommunity/Hexo-Web-Nary", - "demo_url": "https://webnary.netlify.app", - "stars": 2, - "forks": 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 ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/dfcommunity-hexo-web-nary.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dfcommunity-hexo-web-nary.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dfcommunity-hexo-web-nary-2x.jpg" - } - }, - "dgraph-io-hugo-dgraph-theme": { - "theme_key": "dgraph-io-hugo-dgraph-theme", - "file": "hugo-dgraph-theme.md", - "name": "hugo-dgraph-theme", - "title": "Dgraph", - "github_username": "dgraph-io", - "repo": "dgraph-io/hugo-dgraph-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/dgraph-io/hugo-dgraph-theme", - "demo_url": "https://blog.dgraph.io/", - "stars": 21, - "forks": 9, - "open_issues": 0, - "last_commit": "2020-10-08T12:15:55Z", - "created_at": "2016-07-25T08:45:30Z", - "description": "Hugo theme used for our blog", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/dgraph-io-hugo-dgraph-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dgraph-io-hugo-dgraph-theme.jpg", - "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", - "name": "arctic-fox-theme", - "title": "Arctic Fox", - "github_username": "diezcami", - "repo": "diezcami/arctic-fox-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/diezcami/arctic-fox-theme", - "demo_url": "https://diezcami.github.io/arctic-fox-theme", - "stars": 73, - "forks": 64, - "open_issues": 4, - "last_commit": "2016-04-04T02:32:20Z", - "created_at": "2015-05-27T12:30:56Z", - "description": ":snowboarder: An even more lightweight theme for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/diezcami-arctic-fox-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/diezcami-arctic-fox-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/diezcami-arctic-fox-theme-2x.jpg" - } - }, - "diezcami-polar-bear-theme": { - "theme_key": "diezcami-polar-bear-theme", - "file": "jekyll-polar-bear-theme.md", - "name": "polar-bear-theme", - "title": "Polar Bear", - "github_username": "diezcami", - "repo": "diezcami/polar-bear-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/diezcami/polar-bear-theme", - "demo_url": "https://diezcami.github.io/polar-bear-theme", - "stars": 50, - "forks": 53, - "open_issues": 3, - "last_commit": "2016-04-21T06:50:25Z", - "created_at": "2015-05-25T11:00:22Z", - "description": ":snowflake: A lightweight theme for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/diezcami-polar-bear-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/diezcami-polar-bear-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/diezcami-polar-bear-theme-2x.jpg" - } - }, - "digital-roots-jekyll-2-column-theme": { - "theme_key": "digital-roots-jekyll-2-column-theme", - "file": "jekyll-two-column.md", - "name": "Jekyll-2-Column-Theme", - "title": "2 column Blog with Video", - "github_username": "RobertEdwardes", - "repo": "RobertEdwardes/Jekyll-2-Column-Theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/RobertEdwardes/Jekyll-2-Column-Theme", - "demo_url": "https://www.digitalroots.io/two-column/", - "stars": 0, - "forks": 0, - "open_issues": 0, - "last_commit": "2017-01-24T13:37:46Z", - "created_at": "2016-11-01T17:51:22Z", - "description": "Basic Jekyll Theme with 2 Column", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/digital-roots-jekyll-2-column-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/digital-roots-jekyll-2-column-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/digital-roots-jekyll-2-column-theme-2x.jpg" - } - }, - "digitalcraftsman-hugo-artists-theme": { - "theme_key": "digitalcraftsman-hugo-artists-theme", - "file": "hugo-artists-theme.md", - "name": "hugo-artists-theme", - "title": "Artists", - "github_username": "digitalcraftsman", - "repo": "digitalcraftsman/hugo-artists-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/digitalcraftsman/hugo-artists-theme", - "demo_url": "https://themes.gohugo.io/theme/artists/", - "stars": 56, - "forks": 42, - "open_issues": 3, - "last_commit": "2020-06-08T16:58:41Z", - "created_at": "2015-06-16T17:22:06Z", - "description": "Port of Travis Neilson's (DevTips) awesome Artists Theme to Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/digitalcraftsman-hugo-artists-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/digitalcraftsman-hugo-artists-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/digitalcraftsman-hugo-artists-theme-2x.jpg" - } - }, - "digitalcraftsman-hugo-cactus-theme": { - "theme_key": "digitalcraftsman-hugo-cactus-theme", - "file": "hugo-cactus-theme.md", - "name": "hugo-cactus-theme", - "title": "Cactus", - "github_username": "digitalcraftsman", - "repo": "digitalcraftsman/hugo-cactus-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/digitalcraftsman/hugo-cactus-theme", - "demo_url": "https://themes.gohugo.io/theme/cactus/", - "stars": 200, - "forks": 114, - "open_issues": 11, - "last_commit": "2020-07-28T14:41:06Z", - "created_at": "2015-06-18T16:26:37Z", - "description": "Port of Nick Balestra's Cactus theme to Hugo.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/digitalcraftsman-hugo-cactus-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/digitalcraftsman-hugo-cactus-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/digitalcraftsman-hugo-cactus-theme-2x.jpg" - } - }, - "digitalcraftsman-hugo-creative-theme": { - "theme_key": "digitalcraftsman-hugo-creative-theme", - "file": "hugo-creative-theme.md", - "name": "hugo-creative-theme", - "title": "Creative", - "github_username": "digitalcraftsman", - "repo": "digitalcraftsman/hugo-creative-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/digitalcraftsman/hugo-creative-theme", - "demo_url": "https://themes.gohugo.io/theme/creative/", - "stars": 141, - "forks": 120, - "open_issues": 20, - "last_commit": "2021-07-08T14:10:29Z", - "created_at": "2015-06-12T18:40:58Z", - "description": "Port of Startbootstrap's Creative theme to Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/digitalcraftsman-hugo-creative-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/digitalcraftsman-hugo-creative-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/digitalcraftsman-hugo-creative-theme-2x.jpg" - } - }, - "digitalcraftsman-hugo-freelancer-theme": { - "theme_key": "digitalcraftsman-hugo-freelancer-theme", - "file": "hugo-freelancer-theme.md", - "name": "hugo-freelancer-theme", - "title": "Hugo Freelancer", - "github_username": "digitalcraftsman", - "repo": "digitalcraftsman/hugo-freelancer-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/digitalcraftsman/hugo-freelancer-theme", - "demo_url": "https://themes.gohugo.io/theme/freelancer/", - "stars": 72, - "forks": 53, - "open_issues": 13, - "last_commit": "2021-07-08T14:11:55Z", - "created_at": "2015-06-10T13:59:47Z", - "description": "Port of Startbootstrap's Freelancer theme to Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/digitalcraftsman-hugo-freelancer-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/digitalcraftsman-hugo-freelancer-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/digitalcraftsman-hugo-freelancer-theme-2x.jpg" - } - }, - "digitalcraftsman-hugo-hikari-theme": { - "theme_key": "digitalcraftsman-hugo-hikari-theme", - "file": "hugo-hikari-theme.md", - "name": "hugo-hikari-theme", - "title": "Hikari", - "github_username": "digitalcraftsman", - "repo": "digitalcraftsman/hugo-hikari-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/digitalcraftsman/hugo-hikari-theme", - "demo_url": "https://themes.gohugo.io/theme/hikari/", - "stars": 11, - "forks": 16, - "open_issues": 2, - "last_commit": "2020-06-08T17:05:12Z", - "created_at": "2015-07-26T17:27:04Z", - "description": "Port of Mathieu Mayer-Mazzoli's Hikari theme to Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/digitalcraftsman-hugo-hikari-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/digitalcraftsman-hugo-hikari-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/digitalcraftsman-hugo-hikari-theme-2x.jpg" - } - }, - "digitalcraftsman-hugo-icarus-theme": { - "theme_key": "digitalcraftsman-hugo-icarus-theme", - "file": "hugo-icarus.md", - "name": "hugo-icarus-theme", - "title": "Icarus", - "github_username": "digitalcraftsman", - "repo": "digitalcraftsman/hugo-icarus-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/digitalcraftsman/hugo-icarus-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-icarus/", - "stars": 216, - "forks": 139, - "open_issues": 37, - "last_commit": "2020-07-01T14:05:17Z", - "created_at": "2015-10-02T18:57:45Z", - "description": "Port of Ruipeng Zhang's Hexo theme Icarus to Hugo.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/digitalcraftsman-hugo-icarus-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/digitalcraftsman-hugo-icarus-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/digitalcraftsman-hugo-icarus-theme-2x.jpg" - } - }, - "digitalcraftsman-hugo-type-theme": { - "theme_key": "digitalcraftsman-hugo-type-theme", - "file": "hugo-type-theme.md", - "name": "hugo-type-theme", - "title": "Hugo Type", - "github_username": "digitalcraftsman", - "repo": "digitalcraftsman/hugo-type-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/digitalcraftsman/hugo-type-theme", - "demo_url": "https://themes.gohugo.io/theme/type/", - "stars": 54, - "forks": 40, - "open_issues": 0, - "last_commit": "2020-06-08T16:46:43Z", - "created_at": "2015-06-15T19:05:08Z", - "description": "Port of Rohan Chandra's Type theme to Hugo.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/digitalcraftsman-hugo-type-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/digitalcraftsman-hugo-type-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/digitalcraftsman-hugo-type-theme-2x.jpg" - } - }, - "digitalmindch-gridster-jekyll-theme": { - "theme_key": "digitalmindch-gridster-jekyll-theme", - "file": "jekyll-gridster.md", - "name": "gridster-jekyll-theme", - "title": "Gridster", - "github_username": "DigitalMindCH", - "repo": "DigitalMindCH/gridster-jekyll-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/DigitalMindCH/gridster-jekyll-theme", - "demo_url": "https://digitalmind.ch/themes/gridster-jekyll-theme/demo/", - "stars": 135, - "forks": 222, - "open_issues": 7, - "last_commit": "2015-09-18T09:17:22Z", - "created_at": "2015-09-16T16:20:07Z", - "description": "a jekyll theme in material design", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/digitalmindch-gridster-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/digitalmindch-gridster-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/digitalmindch-gridster-jekyll-theme-2x.jpg" - } - }, - "digitalmindch-twister": { - "theme_key": "digitalmindch-twister", - "file": "jekyll-twister.md", - "name": "twister-jekyll-theme", - "title": "Twister", - "github_username": "DigitalMindCH", - "repo": "DigitalMindCH/twister-jekyll-theme", - "branch": "master", - "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, - "open_issues": 12, - "last_commit": "2015-12-07T11:55:41Z", - "created_at": "2015-05-11T09:18:26Z", - "description": "a free multimedia jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/digitalmindch-twister.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/digitalmindch-twister.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/digitalmindch-twister-2x.jpg" - } - }, - "digitalmindch-twister-jekyll-theme": { - "theme_key": "digitalmindch-twister", - "file": "jekyll-twister.md", - "name": "twister-jekyll-theme", - "title": "Twister", - "github_username": "DigitalMindCH", - "repo": "DigitalMindCH/twister-jekyll-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/DigitalMindCH/twister-jekyll-theme", - "demo_url": "https://digitalmind.ch/themes/twister-jekyll-theme/demo/", - "stars": 62, - "forks": 61, - "open_issues": 12, - "last_commit": "2015-12-07T11:55:41Z", - "created_at": "2015-05-11T09:18:26Z", - "description": "a free multimedia jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/digitalmindch-twister.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/digitalmindch-twister.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/digitalmindch-twister-2x.jpg" - } - }, - "dikiaap-mangan": { - "theme_key": "dikiaap-mangan", - "file": "jekyll-mangan.md", - "name": "mangan", - "title": "Mangan", - "github_username": "dikiaap", - "repo": "dikiaap/mangan", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/dikiaap/mangan", - "demo_url": "https://mangan.dikiaap.id", - "stars": 46, - "forks": 31, - "open_issues": 0, - "last_commit": "2022-04-08T08:30:08Z", - "created_at": "2015-07-03T08:13:56Z", - "description": "Geek theme for Jekyll.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/dikiaap-mangan.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dikiaap-mangan.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dikiaap-mangan-2x.jpg" - } - }, - "dirkfabisch-mediator": { - "theme_key": "dirkfabisch-mediator", - "file": "jekyll-mediator.md", - "name": "mediator", - "title": "Mediator", - "github_username": "dirkfabisch", - "repo": "dirkfabisch/mediator", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/dirkfabisch/mediator", - "demo_url": "https://blog.base68.com", - "stars": 799, - "forks": 803, - "open_issues": 11, - "last_commit": "2019-01-07T14:06:09Z", - "created_at": "2014-08-30T22:43:16Z", - "description": "a medium inspired jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/dirkfabisch-mediator.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dirkfabisch-mediator.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dirkfabisch-mediator-2x.jpg" - } - }, - "dirtyf-hylia-forestry": { - "theme_key": "dirtyf-hylia-forestry", - "file": "11ty-hylia-forestry.md", - "name": "hylia-forestry", - "title": "Eleventy Hylia Forestry", - "github_username": "DirtyF", - "repo": "DirtyF/hylia-forestry", - "branch": "forestry", - "default_branch": "forestry", - "github_url": "https://github.com/DirtyF/hylia-forestry", - "demo_url": "https://hylia-forestry.netlify.com", - "stars": 23, - "forks": 16, - "open_issues": 0, - "last_commit": "2020-11-03T09:03:51Z", - "created_at": "2019-06-26T21:56:00Z", - "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/dirtyf-hylia-forestry.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dirtyf-hylia-forestry.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dirtyf-hylia-forestry-2x.jpg" - } - }, - "diwao-hestia-pure": { - "theme_key": "diwao-hestia-pure", - "file": "hugo-hestia-pure-theme.md", - "name": "hestia-pure", - "title": "Hestia Pure", - "github_username": "diwao", - "repo": "diwao/hestia-pure", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/diwao/hestia-pure", - "demo_url": "https://themes.gohugo.io/theme/hestia-pure/", - "stars": 24, - "forks": 8, - "open_issues": 2, - "last_commit": "2018-03-22T07:17:27Z", - "created_at": "2017-06-28T09:14:32Z", - "description": "Hestia Pure is a Hugo theme based on Pure CSS.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/diwao-hestia-pure.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/diwao-hestia-pure.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/diwao-hestia-pure-2x.jpg" - } - }, - "dldx-hpstr-hugo-theme": { - "theme_key": "dldx-hpstr-hugo-theme", - "file": "hugo-hpstr-theme.md", - "name": "hpstr-hugo-theme", - "title": "Hpstr", - "github_username": "dldx", - "repo": "dldx/hpstr-hugo-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/dldx/hpstr-hugo-theme", - "demo_url": "https://themes.gohugo.io/theme/hpstr-hugo-theme/", - "stars": 18, - "forks": 17, - "open_issues": 1, - "last_commit": "2018-06-23T04:19:57Z", - "created_at": "2016-09-20T06:39:12Z", - "description": ":art: A Hugo theme based on the HPSTR Jekyll theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/dldx-hpstr-hugo-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dldx-hpstr-hugo-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dldx-hpstr-hugo-theme-2x.jpg" - } - }, - "doktorbro-jekyll-noita": { - "theme_key": "penibelst-jekyll-noita", - "file": "jekyll-noita.md", - "name": "jekyll-noita", - "title": "Noita", - "github_username": "doktorbro", - "repo": "doktorbro/jekyll-noita", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/doktorbro/jekyll-noita", - "demo_url": "https://noita.penibelst.de/", - "stars": 38, - "forks": 47, - "open_issues": 6, - "last_commit": "2019-05-05T12:56:31Z", - "created_at": "2014-04-16T20:52:20Z", - "description": "Noita is a Jekyll theme built with Foundation", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/penibelst-jekyll-noita.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/penibelst-jekyll-noita.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/penibelst-jekyll-noita-2x.jpg" - } - }, - "dominicabela-gatsby-starter-material-ui": { - "theme_key": "dominicabela-gatsby-starter-material-ui", - "file": "gatsby-starter-material-ui.md", - "name": "gatsby-starter-material-ui", - "title": "Gatsby Starter Material-ui", - "github_username": "dominicabela", - "repo": "dominicabela/gatsby-starter-material-ui", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/dominicabela/gatsby-starter-material-ui", - "demo_url": "https://material-ui-starter.netlify.com/", - "stars": 28, - "forks": 10, - "open_issues": 1, - "last_commit": "2020-01-19T03:21:06Z", - "created_at": "2019-05-30T02:45:42Z", - "description": "A gatsby starter with Material UI", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/dominicabela-gatsby-starter-material-ui.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dominicabela-gatsby-starter-material-ui.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dominicabela-gatsby-starter-material-ui-2x.jpg" - } - }, - "dongchuan-yummy-jekyll": { - "theme_key": "dongchuan-yummy-jekyll", - "file": "jekyll-yummy-theme.md", - "name": "Yummy-Jekyll", - "title": "Yummy Theme", - "github_username": "DONGChuan", - "repo": "DONGChuan/Yummy-Jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/DONGChuan/Yummy-Jekyll", - "demo_url": "https://dongchuan.github.io/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/dongchuan-yummy-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dongchuan-yummy-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dongchuan-yummy-jekyll-2x.jpg" - } - }, - "dplesca-purehugo": { - "theme_key": "dplesca-purehugo", - "file": "hugo-purehugo.md", - "name": "purehugo", - "title": "Purehugo", - "github_username": "dplesca", - "repo": "dplesca/purehugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/dplesca/purehugo", - "demo_url": "https://dplesca.github.io/purehugo/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/dplesca-purehugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dplesca-purehugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dplesca-purehugo-2x.jpg" - } - }, - "drassil-git-wiki": { - "theme_key": "drassil-git-wiki", - "file": "jekyll-git-wiki-for-documentation-theme.md", - "name": "git-wiki", - "title": "Git-Wiki", - "github_username": "Drassil", - "repo": "Drassil/git-wiki", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/Drassil/git-wiki", - "demo_url": "https://drassil.github.io/git-wiki", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/drassil-git-wiki.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/drassil-git-wiki.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/drassil-git-wiki-2x.jpg" - } - }, - "drvy-minimal-block": { - "theme_key": "drvy-minimal-block", - "file": "jekyll-minimal-block.md", - "name": "minimal-block", - "title": "Minimal-block", - "github_username": "drvy", - "repo": "drvy/minimal-block", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/drvy/minimal-block", - "demo_url": "https://blog.drvy.net/minimal-block/", - "stars": 42, - "forks": 28, - "open_issues": 0, - "last_commit": "2019-12-05T11:02:18Z", - "created_at": "2015-01-02T19:29:31Z", - "description": "A minimalistic, responsive and friendly Jekyllrb theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/drvy-minimal-block.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/drvy-minimal-block.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/drvy-minimal-block-2x.jpg" - } - }, - "dschau-gatsby-blog-starter-kit": { - "theme_key": "dschau-gatsby-blog-starter-kit", - "file": "gatsby-blog-starter-kit.md", - "name": "gatsby-blog-starter-kit", - "title": "Gatsby Blog Starter Kit", - "github_username": "DSchau", - "repo": "DSchau/gatsby-blog-starter-kit", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/DSchau/gatsby-blog-starter-kit", - "demo_url": "https://gatsby-blog-starter-kit.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/dschau-gatsby-blog-starter-kit.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dschau-gatsby-blog-starter-kit.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dschau-gatsby-blog-starter-kit-2x.jpg" - } - }, - "dsk52-minimage": { - "theme_key": "d-kusk-minimage", - "file": "hugo-minimage.md", - "name": "minimage", - "title": "Minimage", - "github_username": "dsk52", - "repo": "dsk52/minimage", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/dsk52/minimage", - "demo_url": "https://themes.gohugo.io/theme/minimage/", - "stars": 18, - "forks": 11, - "open_issues": 3, - "last_commit": "2021-05-04T17:34:57Z", - "created_at": "2017-11-04T10:52:19Z", - "description": "Hugo's theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/d-kusk-minimage.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/d-kusk-minimage.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/d-kusk-minimage-2x.jpg" - } - }, - "durianstack-gatsby-tailwindcss-sass-starter": { - "theme_key": "durianstack-gatsby-tailwindcss-sass-starter", - "file": "gatsby-tailwindcss-sass-starter.md", - "name": "gatsby-tailwindcss-sass-starter", - "title": "Gatsby Tailwindcss Sass Starter", - "github_username": "durianstack", - "repo": "durianstack/gatsby-tailwindcss-sass-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/durianstack/gatsby-tailwindcss-sass-starter", - "demo_url": "https://gatsby-tailwindcss-sass-starter-demo.netlify.com/", - "stars": 5, - "forks": 3, - "open_issues": 1, - "last_commit": "2019-01-05T18:35:47Z", - "created_at": "2019-01-02T07:24:27Z", - "description": "Just another Gatsby Tailwind with SASS starter", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/durianstack-gatsby-tailwindcss-sass-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/durianstack-gatsby-tailwindcss-sass-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/durianstack-gatsby-tailwindcss-sass-starter-2x.jpg" - } - }, - "dwyfrequency-gatsby-ghub": { - "theme_key": "dwyfrequency-gatsby-ghub", - "file": "gatsby-ghub.md", - "name": "gatsby-ghub", - "title": "Gatsby Ghub", - "github_username": "dwyfrequency", - "repo": "dwyfrequency/gatsby-ghub", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/dwyfrequency/gatsby-ghub", - "demo_url": "https://gatsby-ghub.netlify.com/", - "stars": 25, - "forks": 5, - "open_issues": 18, - "last_commit": "2019-08-07T19:55:36Z", - "created_at": "2019-06-22T21:13:28Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/dwyfrequency-gatsby-ghub.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dwyfrequency-gatsby-ghub.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dwyfrequency-gatsby-ghub-2x.jpg" - } - }, - "dyndna-lanyon-plus": { - "theme_key": "dyndna-lanyon-plus", - "file": "jekyll-lanyon-plus.md", - "name": "lanyon-plus", - "title": "lanyon-plus", - "github_username": "dyndna", - "repo": "dyndna/lanyon-plus", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/dyndna/lanyon-plus", - "demo_url": "https://dyndna.github.io/lanyon-plus", - "stars": 72, - "forks": 74, - "open_issues": 3, - "last_commit": "2017-04-26T22:49:04Z", - "created_at": "2016-02-26T22:29:05Z", - "description": "Based on lanyon - A content-first, sliding sidebar theme for Jekyll. Demo at", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/dyndna-lanyon-plus.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dyndna-lanyon-plus.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dyndna-lanyon-plus-2x.jpg" - } - }, - "dyutibarma-monochrome": { - "theme_key": "dyutibarma-monochrome", - "file": "jekyll-monochrome.md", - "name": "monochrome", - "title": "Monochrome", - "github_username": "dyutibarma", - "repo": "dyutibarma/monochrome", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/dyutibarma/monochrome", - "demo_url": "https://dyutibarma.github.io/monochrome/", - "stars": 108, - "forks": 123, - "open_issues": 4, - "last_commit": "2018-08-07T05:50:42Z", - "created_at": "2017-02-20T03:58:54Z", - "description": "Minimal, responsive, SEO ready blogging template built for Jekyll. Demo - ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/dyutibarma-monochrome.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dyutibarma-monochrome.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dyutibarma-monochrome-2x.jpg" - } - }, - "dzello-reveal-hugo": { - "theme_key": "dzello-reveal-hugo", - "file": "hugo-reveal.md", - "name": "reveal-hugo", - "title": "Reveal-Hugo", - "github_username": "dzello", - "repo": "dzello/reveal-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/dzello/reveal-hugo", - "demo_url": "https://reveal-hugo.dzello.com/#/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/dzello-reveal-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/dzello-reveal-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/dzello-reveal-hugo-2x.jpg" - } - }, - "edavidaja-docter": { - "theme_key": "edavidaja-docter", - "file": "hugo-docter-theme.md", - "name": "docter", - "title": "Docter", - "github_username": "edavidaja", - "repo": "edavidaja/docter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/edavidaja/docter", - "demo_url": "https://edavidaja.gitlab.io/docter/", - "stars": 9, - "forks": 4, - "open_issues": 1, - "last_commit": "2020-05-02T15:34:05Z", - "created_at": "2019-06-08T12:33:56Z", - "description": "Hugo port of cfpb/docter", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/edavidaja-docter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/edavidaja-docter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/edavidaja-docter-2x.jpg" - } - }, - "eddiewebb-hugo-resume": { - "theme_key": "eddiewebb-hugo-resume", - "file": "hugo-resume-theme.md", - "name": "hugo-resume", - "title": "Resume", - "github_username": "eddiewebb", - "repo": "eddiewebb/hugo-resume", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/eddiewebb/hugo-resume", - "demo_url": "https://themes.gohugo.io/theme/hugo-resume/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/eddiewebb-hugo-resume.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/eddiewebb-hugo-resume.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/eddiewebb-hugo-resume-2x.jpg" - } - }, - "ekwuno-jamstack-hackathon-starter": { - "theme_key": "sw-yx-jamstack-hackathon-starter", - "file": "jamstack-hackathon-starter.md", - "name": "jamstack-hackathon-starter", - "title": "Jamstack Hackathon Starter", - "github_username": "Ekwuno", - "repo": "Ekwuno/jamstack-hackathon-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Ekwuno/jamstack-hackathon-starter", - "demo_url": "https://jamstack-hackathon-starter.netlify.com/", - "stars": 144, - "forks": 42, - "open_issues": 3, - "last_commit": "2020-03-25T22:18:25Z", - "created_at": "2018-05-09T20:44:36Z", - "description": "Make Authenticated, Serverless, Dynamic Clientside JAMstack apps with Gatsby + Netlify Dev (Functions + Identity)", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/sw-yx-jamstack-hackathon-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sw-yx-jamstack-hackathon-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sw-yx-jamstack-hackathon-starter-2x.jpg" - } - }, - "eliasson-liquorice": { - "theme_key": "eliasson-liquorice", - "file": "hugo-liquorice.md", - "name": "liquorice", - "title": "Liquorice", - "github_username": "eliasson", - "repo": "eliasson/liquorice", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/eliasson/liquorice", - "demo_url": "https://themes.gohugo.io/theme/liquorice/", - "stars": 47, - "forks": 19, - "open_issues": 3, - "last_commit": "2020-06-22T11:54:11Z", - "created_at": "2014-08-17T22:54:01Z", - "description": "Liquorice is a small black and white theme for Hugo.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/eliasson-liquorice.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/eliasson-liquorice.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/eliasson-liquorice-2x.jpg" - } - }, - "eliottvincent-bay": { - "theme_key": "eliottvincent-bay", - "file": "jekyll-bay.md", - "name": "bay", - "title": "Bay", - "github_username": "eliottvincent", - "repo": "eliottvincent/bay", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/eliottvincent/bay", - "demo_url": "https://eliottvincent.github.io/bay/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/eliottvincent-bay.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/eliottvincent-bay.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/eliottvincent-bay-2x.jpg" - } - }, - "ellekasai-resumecards": { - "theme_key": "ellekasai-resumecards", - "file": "jekyll-resumecards.md", - "name": "resumecards", - "title": "ResumeCards", - "github_username": "ellekasai", - "repo": "ellekasai/resumecards", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/ellekasai/resumecards", - "demo_url": "https://ellekasai.github.io/resumecards/", - "stars": 726, - "forks": 236, - "open_issues": 3, - "last_commit": "2018-07-16T06:12:46Z", - "created_at": "2014-12-28T20:41:56Z", - "description": "[Unmaintained] A Markdown based resume generator. It looks great on mobile/desktop and can be saved as PDF.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ellekasai-resumecards.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ellekasai-resumecards.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ellekasai-resumecards-2x.jpg" - } - }, - "ellekasai-shiori": { - "theme_key": "ellekasai-shiori", - "file": "jekyll-shiori.md", - "name": "shiori", - "title": "Shiori", - "github_username": "ellekasai", - "repo": "ellekasai/shiori", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/ellekasai/shiori", - "demo_url": "https://ellekasai.github.io/shiori/", - "stars": 313, - "forks": 132, - "open_issues": 1, - "last_commit": "2022-01-20T18:31:32Z", - "created_at": "2014-09-07T05:49:29Z", - "description": "[Unmaintained] A Bootstrap-based Jekyll Theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ellekasai-shiori.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ellekasai-shiori.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ellekasai-shiori-2x.jpg" - } - }, - "elotroalex-ed": { - "theme_key": "elotroalex-ed", - "file": "jekyll-ed.md", - "name": "ed", - "title": "Ed", - "github_username": "elotroalex", - "repo": "elotroalex/ed", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/elotroalex/ed", - "demo_url": "https://elotroalex.github.io/ed/", - "stars": 127, - "forks": 143, - "open_issues": 8, - "last_commit": "2021-08-31T19:57:21Z", - "created_at": "2016-01-18T02:09:56Z", - "description": "A jekyll theme for minimal editions", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/elotroalex-ed.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/elotroalex-ed.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/elotroalex-ed-2x.jpg" - } - }, - "email2vimalraj-gatsby-starter-tech-blog": { - "theme_key": "email2vimalraj-gatsby-starter-tech-blog", - "file": "gatsby-starter-tech-blog.md", - "name": "gatsby-starter-tech-blog", - "title": "Gatsby Starter Tech Blog", - "github_username": "email2vimalraj", - "repo": "email2vimalraj/gatsby-starter-tech-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/email2vimalraj/gatsby-starter-tech-blog", - "demo_url": "https://gatsby-starter-tech-blog.netlify.com/", - "stars": 13, - "forks": 7, - "open_issues": 0, - "last_commit": "2019-04-13T03:53:43Z", - "created_at": "2018-12-23T05:32:24Z", - "description": "A Gatsby Starter Tech Blog template", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/email2vimalraj-gatsby-starter-tech-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/email2vimalraj-gatsby-starter-tech-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/email2vimalraj-gatsby-starter-tech-blog-2x.jpg" - } - }, - "emasuriano-gatsby-starter-event-calendar": { - "theme_key": "emasuriano-gatsby-starter-event-calendar", - "file": "gatsby-starter-event-calendar.md", - "name": "gatsby-starter-event-calendar", - "title": "Gatsby Event Calendar", - "github_username": "EmaSuriano", - "repo": "EmaSuriano/gatsby-starter-event-calendar", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/EmaSuriano/gatsby-starter-event-calendar", - "demo_url": "https://gatsby-starter-event-calendar.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/emasuriano-gatsby-starter-event-calendar.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/emasuriano-gatsby-starter-event-calendar.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/emasuriano-gatsby-starter-event-calendar-2x.jpg" - } - }, - "emasuriano-gatsby-starter-mate": { - "theme_key": "emasuriano-gatsby-starter-mate", - "file": "gatsby-starter-mate.md", - "name": "gatsby-starter-mate", - "title": "Gatsby Starter Mate", - "github_username": "EmaSuriano", - "repo": "EmaSuriano/gatsby-starter-mate", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/EmaSuriano/gatsby-starter-mate", - "demo_url": "https://gatsby-starter-mate.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/emasuriano-gatsby-starter-mate.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/emasuriano-gatsby-starter-mate.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/emasuriano-gatsby-starter-mate-2x.jpg" - } - }, - "emielh-hallo-hugo": { - "theme_key": "emielh-hallo-hugo", - "file": "hallo-hugo.md", - "name": "hallo-hugo", - "title": "Hallo Hugo", - "github_username": "EmielH", - "repo": "EmielH/hallo-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/EmielH/hallo-hugo", - "demo_url": "https://themes.gohugo.io/theme/hallo-hugo/", - "stars": 87, - "forks": 49, - "open_issues": 3, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/emielh-hallo-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/emielh-hallo-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/emielh-hallo-hugo-2x.jpg" - } - }, - "emielh-stip-hugo": { - "theme_key": "emielh-stip-hugo", - "file": "hugo-stip-theme.md", - "name": "stip-hugo", - "title": "Stip", - "github_username": "EmielH", - "repo": "EmielH/stip-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/EmielH/stip-hugo", - "demo_url": "https://themes.gohugo.io/theme/stip-hugo/", - "stars": 18, - "forks": 15, - "open_issues": 1, - "last_commit": "2019-04-13T09:03:29Z", - "created_at": "2019-03-31T18:25:34Z", - "description": "Stip is a single-page Hugo theme to introduce yourself, based on Material Design's tap target design pattern.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/emielh-stip-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/emielh-stip-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/emielh-stip-hugo-2x.jpg" - } - }, - "emielh-tale-hugo": { - "theme_key": "emielh-tale-hugo", - "file": "hugo-tale.md", - "name": "tale-hugo", - "title": "Hugo Tale", - "github_username": "EmielH", - "repo": "EmielH/tale-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/EmielH/tale-hugo", - "demo_url": "https://themes.gohugo.io/theme/tale-hugo/", - "stars": 214, - "forks": 103, - "open_issues": 5, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/emielh-tale-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/emielh-tale-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/emielh-tale-hugo-2x.jpg" - } - }, - "emilbaehr-automatic-app-landing-page": { - "theme_key": "emilbaehr-automatic-app-landing-page", - "file": "automatic-app-landing-page.md", - "name": "automatic-app-landing-page", - "title": "Automatic", - "github_username": "emilbaehr", - "repo": "emilbaehr/automatic-app-landing-page", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/emilbaehr/automatic-app-landing-page", - "demo_url": "https://emilbaehr.github.io/automatic-app-landing-page/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/emilbaehr-automatic-app-landing-page.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/emilbaehr-automatic-app-landing-page.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/emilbaehr-automatic-app-landing-page-2x.jpg" - } - }, - "endymion1818-gatsby-starter-carraway": { - "theme_key": "endymion1818-gatsby-starter-carraway", - "file": "gatsby-starter-carraway.md", - "name": "gatsby-starter-carraway", - "title": "Gatsby Starter Carraway", - "github_username": "endymion1818", - "repo": "endymion1818/gatsby-starter-carraway", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/endymion1818/gatsby-starter-carraway", - "demo_url": "https://gatsby-starter-carraway.netlify.com/", - "stars": 7, - "forks": 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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/endymion1818-gatsby-starter-carraway.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/endymion1818-gatsby-starter-carraway.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/endymion1818-gatsby-starter-carraway-2x.jpg" - } - }, - "epilocal-newsliner-gatsby": { - "theme_key": "epilocal-newsliner-gatsby", - "file": "newsliner-gatsby-ghost-starter.md", - "name": "newsliner-gatsby", - "title": "Newsliner Gatsby + Ghost Starter", - "github_username": "epilocal", - "repo": "epilocal/newsliner-gatsby", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/epilocal/newsliner-gatsby", - "demo_url": "https://newsliner-gatsby.epilocal.com/", - "stars": 14, - "forks": 9, - "open_issues": 1, - "last_commit": "2021-09-08T07:50:35Z", - "created_at": "2021-03-30T14:55:55Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/epilocal-newsliner-gatsby.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/epilocal-newsliner-gatsby.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/epilocal-newsliner-gatsby-2x.jpg" - } - }, - "erayaydin-jekyll-bulma": { - "theme_key": "erayaydin-jekyll-bulma", - "file": "jekyll-bulma-theme.md", - "name": "jekyll-bulma", - "title": "Jekyll Bulma", - "github_username": "erayaydin", - "repo": "erayaydin/jekyll-bulma", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/erayaydin/jekyll-bulma", - "demo_url": "https://erayaydin.github.io/jekyll-bulma/", - "stars": 24, - "forks": 20, - "open_issues": 4, - "last_commit": "2017-12-12T15:30:35Z", - "created_at": "2017-02-02T09:36:52Z", - "description": "Jekyll Bulma Theme | Bulma.io Jekyll Template for Developers", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/erayaydin-jekyll-bulma.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/erayaydin-jekyll-bulma.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/erayaydin-jekyll-bulma-2x.jpg" - } - }, - "esappear-hexo-theme-clover": { - "theme_key": "esappear-hexo-theme-clover", - "file": "hexo-theme-clover.md", - "name": "hexo-theme-clover", - "title": "Clover", - "github_username": "esappear", - "repo": "esappear/hexo-theme-clover", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/esappear/hexo-theme-clover", - "demo_url": "https://clovertuan.github.io/", - "stars": 182, - "forks": 39, - "open_issues": 7, - "last_commit": "2019-09-15T13:53:02Z", - "created_at": "2018-10-05T13:57:23Z", - "description": "Clover theme for Hexo.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/esappear-hexo-theme-clover.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/esappear-hexo-theme-clover.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/esappear-hexo-theme-clover-2x.jpg" - } - }, - "escapemanuele-gatsby-contentful-blog-portfolio": { - "theme_key": "escapemanuele-gatsby-contentful-blog-portfolio", - "file": "gatsby-contentful-blog-portfolio.md", - "name": "gatsby-contentful-blog-portfolio", - "title": "Gatsby Contentful Blog and Portfolio", - "github_username": "escapemanuele", - "repo": "escapemanuele/gatsby-contentful-blog-portfolio", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/escapemanuele/gatsby-contentful-blog-portfolio", - "demo_url": "https://gatsby-contentful-portfolio-blog.netlify.com/", - "stars": 24, - "forks": 17, - "open_issues": 0, - "last_commit": "2020-08-06T12:39:49Z", - "created_at": "2020-02-14T08:53:47Z", - "description": "Gatsby Contentful starter for creating a portfolio website with a blog", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/escapemanuele-gatsby-contentful-blog-portfolio.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/escapemanuele-gatsby-contentful-blog-portfolio.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/escapemanuele-gatsby-contentful-blog-portfolio-2x.jpg" - } - }, - "eshlox-simplicity": { - "theme_key": "eshlox-simplicity", - "file": "hugo-simplicity-theme.md", - "name": "simplicity", - "title": "Simplicity", - "github_username": "eshlox", - "repo": "eshlox/simplicity", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/eshlox/simplicity", - "demo_url": "https://themes.gohugo.io/theme/simplicity/", - "stars": 50, - "forks": 19, - "open_issues": 7, - "last_commit": "2020-12-10T11:26:38Z", - "created_at": "2017-11-05T18:54:34Z", - "description": "Hugo theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/eshlox-simplicity.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/eshlox-simplicity.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/eshlox-simplicity-2x.jpg" - } - }, - "essentialenemy-noir": { - "theme_key": "essentialenemy-noir", - "file": "noir.md", - "name": "noir", - "title": "Noir", - "github_username": "essentialenemy", - "repo": "essentialenemy/noir", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/essentialenemy/noir", - "demo_url": "https://noir.essentialenemy.com", - "stars": 69, - "forks": 24, - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/essentialenemy-noir.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/essentialenemy-noir.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/essentialenemy-noir-2x.jpg" - } - }, - "excentris-compass": { - "theme_key": "excentris-compass", - "file": "jekyll-compass.md", - "name": "compass", - "title": "Compass", - "github_username": "excentris", - "repo": "excentris/compass", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/excentris/compass", - "demo_url": "https://excentris.github.io/compass/", - "stars": 182, - "forks": 335, - "open_issues": 0, - "last_commit": "2020-01-21T10:09:55Z", - "created_at": "2015-01-03T21:56:41Z", - "description": "The Jekyll theme for your personal landing page.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/excentris-compass.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/excentris-compass.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/excentris-compass-2x.jpg" - } - }, - "exchangerate-api-rlstevenson-jekyll-theme": { - "theme_key": "exchangerate-api-rlstevenson-jekyll-theme", - "file": "jekyll-rlstevenson.md", - "name": "rlstevenson-jekyll-theme", - "title": "RLStevenson", - "github_username": "ExchangeRate-API", - "repo": "ExchangeRate-API/rlstevenson-jekyll-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ExchangeRate-API/rlstevenson-jekyll-theme", - "demo_url": "https://www.exchangerate-api.com/rlstevenson/", - "stars": 7, - "forks": 16, - "open_issues": 1, - "last_commit": "2016-10-13T09:09:27Z", - "created_at": "2016-09-08T12:22:19Z", - "description": "A Bootstrap clone of the popular Hyde theme for Jekyll. ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/exchangerate-api-rlstevenson-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/exchangerate-api-rlstevenson-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/exchangerate-api-rlstevenson-jekyll-theme-2x.jpg" - } - }, - "exchangerate-api-strange-case": { - "theme_key": "exchangerate-api-strange-case", - "file": "hugo-strange-case.md", - "name": "strange-case", - "title": "Strange Case", - "github_username": "ExchangeRate-API", - "repo": "ExchangeRate-API/strange-case", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ExchangeRate-API/strange-case", - "demo_url": "https://themes.gohugo.io/theme/strange-case/", - "stars": 25, - "forks": 29, - "open_issues": 1, - "last_commit": "2021-03-04T12:57:49Z", - "created_at": "2016-08-25T17:44:29Z", - "description": "Strange Case is a Hugo theme for people who like the Hyde theme ported from Jekyll but prefer using Bootstrap.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/exchangerate-api-strange-case.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/exchangerate-api-strange-case.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/exchangerate-api-strange-case-2x.jpg" - } - }, - "ezrasavard-ezora-jekyll-theme": { - "theme_key": "ezrasavard-ezora-jekyll-theme", - "file": "jekyll-ezora.md", - "name": "ezora-jekyll-theme", - "title": "Ezora", - "github_username": "ezrasavard", - "repo": "ezrasavard/ezora-jekyll-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ezrasavard/ezora-jekyll-theme", - "demo_url": "https://ezrasavard.com/", - "stars": 8, - "forks": 14, - "open_issues": 0, - "last_commit": "2020-09-08T17:01:17Z", - "created_at": "2016-09-24T20:50:53Z", - "description": "Ezora is a responsive Jekyll theme with a clean single column layout, nifty text overlays for images and a mobile friendly navigation bar.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ezrasavard-ezora-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ezrasavard-ezora-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ezrasavard-ezora-jekyll-theme-2x.jpg" - } - }, - "fabe-gatsby-starter-deck": { - "theme_key": "fabe-gatsby-starter-deck", - "file": "gatsby-starter-deck.md", - "name": "gatsby-starter-deck", - "title": "Gatsby Starter Deck", - "github_username": "fabe", - "repo": "fabe/gatsby-starter-deck", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/fabe/gatsby-starter-deck", - "demo_url": "https://gatsby-deck.netlify.com", - "stars": 522, - "forks": 84, - "open_issues": 0, - "last_commit": "2020-06-16T16:27:47Z", - "created_at": "2017-11-23T23:22:27Z", - "description": "🗣 Create presentations using Gatsby, React & Markdown.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/fabe-gatsby-starter-deck.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/fabe-gatsby-starter-deck.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/fabe-gatsby-starter-deck-2x.jpg" - } - }, - "fabe-gatsby-universal": { - "theme_key": "fabe-gatsby-universal", - "file": "gatsby-universal.md", - "name": "gatsby-universal", - "title": "Gatsby Universal", - "github_username": "fabe", - "repo": "fabe/gatsby-universal", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/fabe/gatsby-universal", - "demo_url": "https://gatsby-universal.netlify.com/", - "stars": 621, - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/fabe-gatsby-universal.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/fabe-gatsby-universal.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/fabe-gatsby-universal-2x.jpg" - } - }, - "fabien0102-gatsby-starter": { - "theme_key": "fabien0102-gatsby-starter", - "file": "gatsby-starter.md", - "name": "gatsby-starter", - "title": "Gatsby Starter", - "github_username": "fabien0102", - "repo": "fabien0102/gatsby-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/fabien0102/gatsby-starter", - "demo_url": "https://fabien0102-gatsby-starter.netlify.com/", - "stars": 387, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/fabien0102-gatsby-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/fabien0102-gatsby-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/fabien0102-gatsby-starter-2x.jpg" - } - }, - "fareez-ahamed-millikyl": { - "theme_key": "fareez-ahamed-millikyl", - "file": "jekyll-millikyl.md", - "name": "millikyl", - "title": "Millikyl", - "github_username": "fareez-ahamed", - "repo": "fareez-ahamed/millikyl", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/fareez-ahamed/millikyl", - "demo_url": "https://fareez-ahamed.github.io/millikyl/", - "stars": 10, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/fareez-ahamed-millikyl.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/fareez-ahamed-millikyl.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/fareez-ahamed-millikyl-2x.jpg" - } - }, - "fastbyte01-keepit": { - "theme_key": "fastbyte01-keepit", - "file": "hugo-keepit.md", - "name": "KeepIt", - "title": "KeepIt", - "github_username": "Fastbyte01", - "repo": "Fastbyte01/KeepIt", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Fastbyte01/KeepIt", - "demo_url": "https://suspicious-archimedes-ab369d.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/fastbyte01-keepit.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/fastbyte01-keepit.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/fastbyte01-keepit-2x.jpg" - } - }, - "felicianotech-hugo-theme-lean-launch-page": { - "theme_key": "felicianotech-hugo-theme-lean-launch-page", - "file": "hugo-theme-lean-launch-page.md", - "name": "hugo-theme-lean-launch-page", - "title": "Lean Launch Page", - "github_username": "felicianotech", - "repo": "felicianotech/hugo-theme-lean-launch-page", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/felicianotech/hugo-theme-lean-launch-page", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-lean-launch-page/", - "stars": 24, - "forks": 16, - "open_issues": 6, - "last_commit": "2021-06-15T21:00:23Z", - "created_at": "2017-09-12T02:24:39Z", - "description": "A theme for people creating pre-launch pages for a product or business. Allows you to have a landing page while collecting emails.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/felicianotech-hugo-theme-lean-launch-page.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/felicianotech-hugo-theme-lean-launch-page.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/felicianotech-hugo-theme-lean-launch-page-2x.jpg" - } - }, - "ferrolho-jekyll-theme-libretto": { - "theme_key": "ferrolho-jekyll-theme-libretto", - "file": "jekyll-theme-libretto.md", - "name": "jekyll-theme-libretto", - "title": "Libretto", - "github_username": "ferrolho", - "repo": "ferrolho/jekyll-theme-libretto", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/ferrolho/jekyll-theme-libretto", - "demo_url": "https://ferrolho.github.io/jekyll-theme-libretto/", - "stars": 55, - "forks": 60, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ferrolho-jekyll-theme-libretto.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ferrolho-jekyll-theme-libretto.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ferrolho-jekyll-theme-libretto-2x.jpg" - } - }, - "fhavrlent-gatsby-contentful-typescript-starter": { - "theme_key": "fhavrlent-gatsby-contentful-typescript-starter", - "file": "gatsby-contentful-typescript-starter.md", - "name": "gatsby-contentful-typescript-starter", - "title": "Gatsby Contentful Typescript Starter", - "github_username": "fhavrlent", - "repo": "fhavrlent/gatsby-contentful-typescript-starter", - "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": "2021-09-21T18:12:10Z", - "created_at": "2018-10-01T21:52:18Z", - "description": "Gatsby.js starter with TypeScript and Contentful ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/fhavrlent-gatsby-contentful-typescript-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/fhavrlent-gatsby-contentful-typescript-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/fhavrlent-gatsby-contentful-typescript-starter-2x.jpg" - } - }, - "fiatjaf-classless-hugo": { - "theme_key": "fiatjaf-classless-hugo", - "file": "hugo-classless-theme.md", - "name": "classless-hugo", - "title": "Classless", - "github_username": "fiatjaf", - "repo": "fiatjaf/classless-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/fiatjaf/classless-hugo", - "demo_url": "https://themes.gohugo.io/theme/classless-hugo/", - "stars": 5, - "forks": 0, - "open_issues": 0, - "last_commit": "2018-04-15T22:23:53Z", - "created_at": "2018-04-10T04:11:51Z", - "description": "The Classless templates and themes implemented in Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/fiatjaf-classless-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/fiatjaf-classless-hugo.jpg", - "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", - "name": "vncnt-hugo", - "title": "Vncnt-hugo", - "github_username": "fncnt", - "repo": "fncnt/vncnt-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/fncnt/vncnt-hugo", - "demo_url": "https://themes.gohugo.io/theme/vncnt-hugo/", - "stars": 41, - "forks": 23, - "open_issues": 1, - "last_commit": "2021-05-20T10:33:12Z", - "created_at": "2019-01-03T14:05:32Z", - "description": "a simple theme for hugo.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/fncnt-vncnt-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/fncnt-vncnt-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/fncnt-vncnt-hugo-2x.jpg" - } - }, - "fongandrew-hydeout": { - "theme_key": "fongandrew-hydeout", - "file": "hydeout.md", - "name": "hydeout", - "title": "Hydeout", - "github_username": "fongandrew", - "repo": "fongandrew/hydeout", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/fongandrew/hydeout", - "demo_url": "https://fongandrew.github.io/hydeout/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/fongandrew-hydeout.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/fongandrew-hydeout.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/fongandrew-hydeout-2x.jpg" - } - }, - "forestryio-ubuild-jekyll": { - "theme_key": "forestryio-ubuild-jekyll", - "file": "ubuild-jekyll.md", - "name": "ubuild-jekyll", - "title": "Ubuild Jekyll", - "github_username": "forestryio", - "repo": "forestryio/ubuild-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/forestryio/ubuild-jekyll", - "demo_url": "https://forestryio.github.io/ubuild-jekyll/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/forestryio-ubuild-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/forestryio-ubuild-jekyll.jpg", - "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", - "name": "blogophonic-hugo", - "title": "Blogophonic for Hugo", - "github_username": "formspree", - "repo": "formspree/blogophonic-hugo", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/formspree/blogophonic-hugo", - "demo_url": "https://blogophonic-hugo.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/formspree-blogophonic-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/formspree-blogophonic-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/formspree-blogophonic-hugo-2x.jpg" - } - }, - "foxandgeese-tiny-agency": { - "theme_key": "foxandgeese-tiny-agency", - "file": "gatsby-tiny-agency.md", - "name": "tiny-agency", - "title": "Tiny Agency", - "github_username": "foxandgeese", - "repo": "foxandgeese/tiny-agency", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/foxandgeese/tiny-agency", - "demo_url": "https://foxandgeese.github.io/tiny-agency/", - "stars": 20, - "forks": 8, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/foxandgeese-tiny-agency.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/foxandgeese-tiny-agency.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/foxandgeese-tiny-agency-2x.jpg" - } - }, - "frankievalentine-gatsby-craftcms-barebones": { - "theme_key": "frankievalentine-gatsby-craftcms-barebones", - "file": "gatsby-craftcms-barebones.md", - "name": "gatsby-craftcms-barebones", - "title": "Gatsby Craftcms Barebones", - "github_username": "frankievalentine", - "repo": "frankievalentine/gatsby-craftcms-barebones", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/frankievalentine/gatsby-craftcms-barebones", - "demo_url": "https://gatsby-craftcms-barebones.netlify.com/", - "stars": 11, - "forks": 2, - "open_issues": 0, - "last_commit": "2019-11-16T04:33:13Z", - "created_at": "2019-01-19T01:04:45Z", - "description": "Barebones starter for a Headless Craft CMS & Gatsby configuration.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/frankievalentine-gatsby-craftcms-barebones.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/frankievalentine-gatsby-craftcms-barebones.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/frankievalentine-gatsby-craftcms-barebones-2x.jpg" - } - }, - "friedger-gatsby-starter-blockstack": { - "theme_key": "friedger-gatsby-starter-blockstack", - "file": "gatsby-starter-blockstack.md", - "name": "gatsby-starter-blockstack", - "title": "Gatsby Starter Blockstack", - "github_username": "friedger", - "repo": "friedger/gatsby-starter-blockstack", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/friedger/gatsby-starter-blockstack", - "demo_url": "https://gatsby-starter-blockstack.openintents.org/", - "stars": 5, - "forks": 4, - "open_issues": 0, - "last_commit": "2019-05-25T10:25:30Z", - "created_at": "2019-05-13T09:17:28Z", - "description": "Make decentralized apps with Gatsby + Blockstack", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/friedger-gatsby-starter-blockstack.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/friedger-gatsby-starter-blockstack.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/friedger-gatsby-starter-blockstack-2x.jpg" - } - }, - "friendlyuser-vuepress-theme-cool-starter": { - "theme_key": "friendlyuser-vuepress-theme-cool-starter", - "file": "vuepress-theme-cool-starter.md", - "name": "vuepress-theme-cool-starter", - "title": "Cool Starter", - "github_username": "FriendlyUser", - "repo": "FriendlyUser/vuepress-theme-cool-starter", - "branch": "master", - "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": 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": { - "hires": "https://www.jamstackthemes.dev/capture/friendlyuser-vuepress-theme-cool-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/friendlyuser-vuepress-theme-cool-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/friendlyuser-vuepress-theme-cool-starter-2x.jpg" - } - }, - "frjo-hugo-theme-zen": { - "theme_key": "frjo-hugo-theme-zen", - "file": "hugo-theme-zen.md", - "name": "hugo-theme-zen", - "title": "Zen", - "github_username": "frjo", - "repo": "frjo/hugo-theme-zen", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/frjo/hugo-theme-zen", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-zen/", - "stars": 142, - "forks": 50, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/frjo-hugo-theme-zen.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/frjo-hugo-theme-zen.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/frjo-hugo-theme-zen-2x.jpg" - } - }, - "frnki-gatsby-typescript-starter-blog": { - "theme_key": "frnki-gatsby-typescript-starter-blog", - "file": "gatsby-typescript-starter-blog.md", - "name": "gatsby-typescript-starter-blog", - "title": "Gatsby Typescript Starter Blog", - "github_username": "frnki", - "repo": "frnki/gatsby-typescript-starter-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/frnki/gatsby-typescript-starter-blog", - "demo_url": "https://gatsby-typescript-starter-blog.netlify.com/", - "stars": 10, - "forks": 2, - "open_issues": 0, - "last_commit": "2018-12-23T09:05:37Z", - "created_at": "2018-12-16T12:12:14Z", - "description": "A starter blog for TypeScript-based Gatsby projects with minimal settings.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/frnki-gatsby-typescript-starter-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/frnki-gatsby-typescript-starter-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/frnki-gatsby-typescript-starter-blog-2x.jpg" - } - }, - "fromendworld-loffer": { - "theme_key": "fromendworld-loffer", - "file": "jekyll-theme-LOFFER.md", - "name": "LOFFER", - "title": "LOFFER", - "github_username": "FromEndWorld", - "repo": "FromEndWorld/LOFFER", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/FromEndWorld/LOFFER", - "demo_url": "https://fromendworld.github.io/LOFFER/", - "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 ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/fromendworld-loffer.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/fromendworld-loffer.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/fromendworld-loffer-2x.jpg" - } - }, - "fullit-fullit.github.io": { - "theme_key": "fullit-fullit.github.io", - "file": "jekyll-fullit-theme.md", - "name": "fullit.github.io", - "title": "FullIt theme", - "github_username": "fullit", - "repo": "fullit/fullit.github.io", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/fullit/fullit.github.io", - "demo_url": "https://fullit.github.io", - "stars": 18, - "forks": 47, - "open_issues": 1, - "last_commit": "2020-12-15T18:55:27Z", - "created_at": "2017-03-23T11:59:12Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/fullit-fullit.github.io.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/fullit-fullit.github.io.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/fullit-fullit.github.io-2x.jpg" - } - }, - "funkydan2-alpha-church": { - "theme_key": "funkydan2-alpha-church", - "file": "hugo-alpha-church.md", - "name": "alpha-church", - "title": "Alpha Church", - "github_username": "funkydan2", - "repo": "funkydan2/alpha-church", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/funkydan2/alpha-church", - "demo_url": "https://themes.gohugo.io/theme/alpha-church/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/funkydan2-alpha-church.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/funkydan2-alpha-church.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/funkydan2-alpha-church-2x.jpg" - } - }, - "g1eny0ung-hugo-theme-dream": { - "theme_key": "g1eny0ung-hugo-theme-dream", - "file": "hugo-theme-dream.md", - "name": "hugo-theme-dream", - "title": "Dream", - "github_username": "g1eny0ung", - "repo": "g1eny0ung/hugo-theme-dream", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/g1eny0ung/hugo-theme-dream", - "demo_url": "https://themes.gohugo.io//theme/hugo-theme-dream/", - "stars": 220, - "forks": 105, - "open_issues": 8, - "last_commit": "2021-09-07T14:50:08Z", - "created_at": "2017-10-06T07:19:22Z", - "description": "🌱 Hugo theme named Dream.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/g1eny0ung-hugo-theme-dream.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/g1eny0ung-hugo-theme-dream.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/g1eny0ung-hugo-theme-dream-2x.jpg" - } - }, - "gabriel-chen-nice_blog": { - "theme_key": "itisbenjamin-nice_blog", - "file": "jekyll-nice-blog.md", - "name": "Nice_Blog", - "title": "Nice Blog", - "github_username": "Gabriel-Chen", - "repo": "Gabriel-Chen/Nice_Blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Gabriel-Chen/Nice_Blog", - "demo_url": "https://itisbenjamin.github.io/Nice_Blog", - "stars": 84, - "forks": 58, - "open_issues": 4, - "last_commit": "2018-06-27T16:48:06Z", - "created_at": "2016-03-29T12:52:40Z", - "description": "A Simple Jakyll Blog Theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/itisbenjamin-nice_blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/itisbenjamin-nice_blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/itisbenjamin-nice_blog-2x.jpg" - } - }, - "gallenhu-hexo-theme-daily": { - "theme_key": "gallenhu-hexo-theme-daily", - "file": "hexo-theme-Daily.md", - "name": "hexo-theme-Daily", - "title": "Daily", - "github_username": "GallenHu", - "repo": "GallenHu/hexo-theme-Daily", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/GallenHu/hexo-theme-Daily", - "demo_url": "https://hinpc.github.io/Daily/", - "stars": 246, - "forks": 44, - "open_issues": 0, - "last_commit": "2021-03-21T10:55:08Z", - "created_at": "2016-07-26T06:13:14Z", - "description": "A simple theme for Hexo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gallenhu-hexo-theme-daily.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gallenhu-hexo-theme-daily.jpg", - "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", - "name": "gatsby-starter-blog-grommet", - "title": "Gatsby Blog Grommet", - "github_username": "Ganevru", - "repo": "Ganevru/gatsby-starter-blog-grommet", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Ganevru/gatsby-starter-blog-grommet", - "demo_url": "https://gatsby-starter-blog-grommet.netlify.com/", - "stars": 22, - "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" - } - }, - "gaohaoyang-gaohaoyang.github.io": { - "theme_key": "gaohaoyang-gaohaoyang.github.io", - "file": "jekyll-cool-concise-high-end.md", - "name": "gaohaoyang.github.io", - "title": "Cool Concise High-end", - "github_username": "Gaohaoyang", - "repo": "Gaohaoyang/gaohaoyang.github.io", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Gaohaoyang/gaohaoyang.github.io", - "demo_url": "https://gaohaoyang.github.io/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/gaohaoyang-gaohaoyang.github.io.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gaohaoyang-gaohaoyang.github.io.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gaohaoyang-gaohaoyang.github.io-2x.jpg" - } - }, - "garvincasimir-hugo-h5bp-simple": { - "theme_key": "garvincasimir-hugo-h5bp-simple", - "file": "hugo-h5bp-simple.md", - "name": "hugo-h5bp-simple", - "title": "Hugo H5bp Simple", - "github_username": "garvincasimir", - "repo": "garvincasimir/hugo-h5bp-simple", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/garvincasimir/hugo-h5bp-simple", - "demo_url": "https://themes.gohugo.io/theme/hugo-h5bp/", - "stars": 4, - "forks": 0, - "open_issues": 1, - "last_commit": "2019-08-17T23:16:06Z", - "created_at": "2015-07-24T20:42:48Z", - "description": "Simple responsive them for Go Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/garvincasimir-hugo-h5bp-simple.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/garvincasimir-hugo-h5bp-simple.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/garvincasimir-hugo-h5bp-simple-2x.jpg" - } - }, - "gatsbycentral-gatsby-starter-wordpress": { - "theme_key": "gatsbycentral-gatsby-starter-wordpress", - "file": "gatsby-starter-wordpress.md", - "name": "gatsby-starter-wordpress", - "title": "Gatsby Starter Wordpress", - "github_username": "GatsbyCentral", - "repo": "GatsbyCentral/gatsby-starter-wordpress", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/GatsbyCentral/gatsby-starter-wordpress", - "demo_url": "https://gatsby-starter-wordpress.netlify.com/", - "stars": 395, - "forks": 139, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gatsbycentral-gatsby-starter-wordpress.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gatsbycentral-gatsby-starter-wordpress.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gatsbycentral-gatsby-starter-wordpress-2x.jpg" - } - }, - "gatsbycentral-gatsby-v2-starter-casper": { - "theme_key": "gatsbycentral-gatsby-v2-starter-casper", - "file": "gatsby-v2-starter-casper.md", - "name": "gatsby-v2-starter-casper", - "title": "Gatsby V2 Starter Casper", - "github_username": "GatsbyCentral", - "repo": "GatsbyCentral/gatsby-v2-starter-casper", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/GatsbyCentral/gatsby-v2-starter-casper", - "demo_url": "https://gatsby-starter-v2-casper.netlify.com/", - "stars": 31, - "forks": 12, - "open_issues": 3, - "last_commit": "2018-10-19T13:02:42Z", - "created_at": "2018-10-19T10:22:22Z", - "description": "The Casper theme v1.4 ported to Gatsby v2", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gatsbycentral-gatsby-v2-starter-casper.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gatsbycentral-gatsby-v2-starter-casper.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gatsbycentral-gatsby-v2-starter-casper-2x.jpg" - } - }, - "gatsbycentral-gatsby-v2-starter-lumen": { - "theme_key": "gatsbycentral-gatsby-v2-starter-lumen", - "file": "gatsby-v2-starter-lumen.md", - "name": "gatsby-v2-starter-lumen", - "title": "Gatsby V2 Starter Lumen", - "github_username": "GatsbyCentral", - "repo": "GatsbyCentral/gatsby-v2-starter-lumen", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/GatsbyCentral/gatsby-v2-starter-lumen", - "demo_url": "https://lumen-v2.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gatsbycentral-gatsby-v2-starter-lumen.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gatsbycentral-gatsby-v2-starter-lumen.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gatsbycentral-gatsby-v2-starter-lumen-2x.jpg" - } - }, - "gatsbyjs-gatsby-starter-blog": { - "theme_key": "gatsbyjs-gatsby-starter-blog", - "file": "gatsby-starter-blog.md", - "name": "gatsby-starter-blog", - "title": "Gatsby Starter Blog", - "github_username": "gatsbyjs", - "repo": "gatsbyjs/gatsby-starter-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gatsbyjs/gatsby-starter-blog", - "demo_url": "https://gatsby-starter-blog-demo.netlify.com/", - "stars": 3248, - "forks": 1643, - "open_issues": 18, - "last_commit": "2022-04-04T07:17:13Z", - "created_at": "2015-07-22T00:07:37Z", - "description": "Gatsby starter for creating a blog", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gatsbyjs-gatsby-starter-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gatsbyjs-gatsby-starter-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gatsbyjs-gatsby-starter-blog-2x.jpg" - } - }, - "gatsbyjs-gatsby-starter-default": { - "theme_key": "gatsbyjs-gatsby-starter-default", - "file": "gatsby-starter-default.md", - "name": "gatsby-starter-default", - "title": "Gatsby Starter Default", - "github_username": "gatsbyjs", - "repo": "gatsbyjs/gatsby-starter-default", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gatsbyjs/gatsby-starter-default", - "demo_url": "https://gatsby-starter-default-demo.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/gatsbyjs-gatsby-starter-default.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gatsbyjs-gatsby-starter-default.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gatsbyjs-gatsby-starter-default-2x.jpg" - } - }, - "gchauras-much-worse-jekyll-theme": { - "theme_key": "gchauras-much-worse-jekyll-theme", - "file": "jekyll-much-worse.md", - "name": "much-worse-jekyll-theme", - "title": "Much-Worse", - "github_username": "gchauras", - "repo": "gchauras/much-worse-jekyll-theme", - "branch": "gh-pages", - "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": 41, - "forks": 53, - "open_issues": 1, - "last_commit": "2017-02-14T12:19:26Z", - "created_at": "2016-02-08T11:55:38Z", - "description": "Template for jekyll base website and blog", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gchauras-much-worse-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gchauras-much-worse-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gchauras-much-worse-jekyll-theme-2x.jpg" - } - }, - "gcushen-hugo-academic": { - "theme_key": "gcushen-hugo-academic", - "file": "hugo-academic.md", - "name": "wowchemy-hugo-modules", - "title": "Academic", - "github_username": "wowchemy", - "repo": "wowchemy/wowchemy-hugo-modules", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/wowchemy/wowchemy-hugo-modules", - "demo_url": "https://academic-demo.netlify.com/", - "stars": 5404, - "forks": 2376, - "open_issues": 54, - "last_commit": "2021-02-22T22:36:15Z", - "created_at": "2016-04-26T22:09:15Z", - "description": "📝 The website builder for Hugo. Build and deploy a beautiful website in minutes!", - "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" - } - }, - "gdg-managua-jekyll-mdl": { - "theme_key": "gdg-managua-jekyll-mdl", - "file": "jekyll-mdl.md", - "name": "jekyll-mdl", - "title": "Jekyll Material Design Lite", - "github_username": "gdgmanagua", - "repo": "gdgmanagua/jekyll-mdl", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gdgmanagua/jekyll-mdl", - "demo_url": "https://www.gdgmanagua.org/jekyll-mdl", - "stars": 227, - "forks": 155, - "open_issues": 4, - "last_commit": "2019-03-04T18:01:07Z", - "created_at": "2015-07-11T17:08:43Z", - "description": "A Jekyll theme based in Google Material Design Lite library.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gdg-managua-jekyll-mdl.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gdg-managua-jekyll-mdl.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gdg-managua-jekyll-mdl-2x.jpg" - } - }, - "gdgmanagua-jekyll-mdl": { - "theme_key": "gdg-managua-jekyll-mdl", - "file": "jekyll-mdl.md", - "name": "jekyll-mdl", - "title": "Jekyll Material Design Lite", - "github_username": "gdgmanagua", - "repo": "gdgmanagua/jekyll-mdl", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gdgmanagua/jekyll-mdl", - "demo_url": "https://www.gdgmanagua.org/jekyll-mdl", - "stars": 228, - "forks": 165, - "open_issues": 4, - "last_commit": "2019-03-04T18:01:07Z", - "created_at": "2015-07-11T17:08:43Z", - "description": "A Jekyll theme based in Google Material Design Lite library.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gdg-managua-jekyll-mdl.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gdg-managua-jekyll-mdl.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gdg-managua-jekyll-mdl-2x.jpg" - } - }, - "gdgtoulouse-devfest-theme-hugo": { - "theme_key": "gdgtoulouse-devfest-theme-hugo", - "file": "devfest-toulouse-theme.md", - "name": "devfest-theme-hugo", - "title": "Devfest Toulouse Theme", - "github_username": "GDGToulouse", - "repo": "GDGToulouse/devfest-theme-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/GDGToulouse/devfest-theme-hugo", - "demo_url": "https://2019.devfesttoulouse.fr/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/gdgtoulouse-devfest-theme-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gdgtoulouse-devfest-theme-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gdgtoulouse-devfest-theme-hugo-2x.jpg" - } - }, - "gehtmaguad-gatsby-starter-haezl": { - "theme_key": "haezl-gatsby-starter-haezl", - "file": "gatsby-starter-haezl.md", - "name": "gatsby-starter-haezl", - "title": "Gatsby Starter Haezl", - "github_username": "gehtmaguad", - "repo": "gehtmaguad/gatsby-starter-haezl", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gehtmaguad/gatsby-starter-haezl", - "demo_url": "https://gatsby-starter.haezl.at/", - "stars": 15, - "forks": 6, - "open_issues": 3, - "last_commit": "2019-05-12T18:59:42Z", - "created_at": "2019-04-09T19:16:46Z", - "description": "A lightweight, mobile first blog starter with infinite scroll and Material-UI design for Gatsby.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/haezl-gatsby-starter-haezl.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/haezl-gatsby-starter-haezl.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/haezl-gatsby-starter-haezl-2x.jpg" - } - }, - "geocine-gatsby-starter-devto": { - "theme_key": "geocine-gatsby-starter-devto", - "file": "gatsby-starter-devto.md", - "name": "gatsby-starter-devto", - "title": "Gatsby Starter Devto", - "github_username": "geocine", - "repo": "geocine/gatsby-starter-devto", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/geocine/gatsby-starter-devto", - "demo_url": "https://gatsby-starter-devto.netlify.com/", - "stars": 13, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/geocine-gatsby-starter-devto.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/geocine-gatsby-starter-devto.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/geocine-gatsby-starter-devto-2x.jpg" - } - }, - "geocine-gatsby-starter-organization": { - "theme_key": "geocine-gatsby-starter-organization", - "file": "gatsby-starter-organization.md", - "name": "gatsby-starter-organization", - "title": "Gatsby Starter Organization", - "github_username": "geocine", - "repo": "geocine/gatsby-starter-organization", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/geocine/gatsby-starter-organization", - "demo_url": "https://gatsby-starter-organization.netlify.com/", - "stars": 3, - "forks": 5, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/geocine-gatsby-starter-organization.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/geocine-gatsby-starter-organization.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/geocine-gatsby-starter-organization-2x.jpg" - } - }, - "geschke-hugo-tikva": { - "theme_key": "geschke-hugo-tikva", - "file": "hugo-tikva-theme.md", - "name": "hugo-tikva", - "title": "Tikva", - "github_username": "geschke", - "repo": "geschke/hugo-tikva", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/geschke/hugo-tikva", - "demo_url": "https://themes.gohugo.io/theme/hugo-tikva/", - "stars": 7, - "forks": 8, - "open_issues": 2, - "last_commit": "2020-12-20T19:35:28Z", - "created_at": "2018-11-06T12:57:01Z", - "description": "Tikva is a minimalistic Hugo theme, based on Bootstrap v4 CSS framework.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/geschke-hugo-tikva.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/geschke-hugo-tikva.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/geschke-hugo-tikva-2x.jpg" - } - }, - "gesquive-slate": { - "theme_key": "gesquive-slate", - "file": "hugo-slate-theme.md", - "name": "slate", - "title": "Slate", - "github_username": "gesquive", - "repo": "gesquive/slate", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gesquive/slate", - "demo_url": "https://gesquive.github.io/hugo-slate-demo/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/gesquive-slate.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gesquive-slate.jpg", - "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", - "name": "infinity-hugo", - "title": "Infinity", - "github_username": "gethugothemes", - "repo": "gethugothemes/infinity-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gethugothemes/infinity-hugo", - "demo_url": "https://demo.gethugothemes.com/infinity/site/", - "stars": 36, - "forks": 51, - "open_issues": 0, - "last_commit": "2022-02-15T04:02:23Z", - "created_at": "2018-07-04T11:01:47Z", - "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": "gethugothemes-navigator-hugo", - "file": "hugo-navigator.md", - "name": "navigator-hugo", - "title": "Navigator Hugo", - "github_username": "gethugothemes", - "repo": "gethugothemes/navigator-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gethugothemes/navigator-hugo", - "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 Business theme powered by Hugo. It also could be used for a personal portfolio.", - "images": { - "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": "gethugothemes-restaurant-hugo", - "file": "hugo-restaurant.md", - "name": "restaurant-hugo", - "title": "Restaurant", - "github_username": "gethugothemes", - "repo": "gethugothemes/restaurant-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gethugothemes/restaurant-hugo", - "demo_url": "https://demo.gethugothemes.com/restaurant/site/", - "stars": 36, - "forks": 50, - "open_issues": 0, - "last_commit": "2022-02-15T04:36:55Z", - "created_at": "2019-03-17T09:52:58Z", - "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/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": { - "theme_key": "gherciu-gatsby-all-in", - "file": "gatsby-all-in.md", - "name": "gatsby-all-in", - "title": "Gatsby All In", - "github_username": "Gherciu", - "repo": "Gherciu/gatsby-all-in", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Gherciu/gatsby-all-in", - "demo_url": "https://gatsby-all-in.netlify.com/", - "stars": 152, - "forks": 15, - "open_issues": 14, - "last_commit": "2020-01-25T18:19:00Z", - "created_at": "2019-07-07T08:54:29Z", - "description": " 🗃⚛️A GatsbyJs starter that includes the most popular js libraries, already pre-configured and ready for use.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gherciu-gatsby-all-in.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gherciu-gatsby-all-in.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gherciu-gatsby-all-in-2x.jpg" - } - }, - "gildasio-clyell": { - "theme_key": "gildasio-clyell", - "file": "jekyll-clyell-theme.md", - "name": "clyell", - "title": "Clyell", - "github_username": "gildasio", - "repo": "gildasio/clyell", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/gildasio/clyell", - "demo_url": "https://gildasio.github.io/clyell/", - "stars": 43, - "forks": 39, - "open_issues": 2, - "last_commit": "2017-06-17T12:37:00Z", - "created_at": "2017-06-16T03:14:11Z", - "description": "My site jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gildasio-clyell.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gildasio-clyell.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gildasio-clyell-2x.jpg" - } - }, - "gildasio-darcli": { - "theme_key": "gjuniioor-darcli", - "file": "jekyll-darcli.md", - "name": "darcli", - "title": "Darcli", - "github_username": "gildasio", - "repo": "gildasio/darcli", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/gildasio/darcli", - "demo_url": "https://gjuniioor.github.io/darcli/", - "stars": 59, - "forks": 41, - "open_issues": 3, - "last_commit": "2016-07-31T13:57:59Z", - "created_at": "2016-05-02T19:32:17Z", - "description": "A dark + cli jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gjuniioor-darcli.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gjuniioor-darcli.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gjuniioor-darcli-2x.jpg" - } - }, - "gillkyle-gatsby-starter-landing-page": { - "theme_key": "gillkyle-gatsby-starter-landing-page", - "file": "gatsby-starter-landing-page.md", - "name": "gatsby-starter-landing-page", - "title": "Gatsby Starter Landing Page", - "github_username": "gillkyle", - "repo": "gillkyle/gatsby-starter-landing-page", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gillkyle/gatsby-starter-landing-page", - "demo_url": "https://gatsby-starter-landing-page.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gillkyle-gatsby-starter-landing-page.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gillkyle-gatsby-starter-landing-page.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gillkyle-gatsby-starter-landing-page-2x.jpg" - } - }, - "gilsondev-pelican-clean-blog": { - "theme_key": "gilsondev-pelican-clean-blog", - "file": "pelican-clean-blog.md", - "name": "pelican-clean-blog", - "title": "Pelican Clean Blog", - "github_username": "gilsondev", - "repo": "gilsondev/pelican-clean-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gilsondev/pelican-clean-blog", - "demo_url": "https://gilsondev.github.io/pelican-clean-blog/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gilsondev-pelican-clean-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gilsondev-pelican-clean-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gilsondev-pelican-clean-blog-2x.jpg" - } - }, - "gizak-nofancy": { - "theme_key": "gizak-nofancy", - "file": "hugo-nofancy.md", - "name": "nofancy", - "title": "Nofancy", - "github_username": "gizak", - "repo": "gizak/nofancy", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gizak/nofancy", - "demo_url": "https://themes.gohugo.io/theme/nofancy/", - "stars": 59, - "forks": 30, - "open_issues": 3, - "last_commit": "2018-03-25T21:42:27Z", - "created_at": "2015-01-08T23:10:17Z", - "description": "A Hugo blog theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gizak-nofancy.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gizak-nofancy.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gizak-nofancy-2x.jpg" - } - }, - "gjuniioor-darcli": { - "theme_key": "gjuniioor-darcli", - "file": "jekyll-darcli.md", - "name": "darcli", - "title": "Darcli", - "github_username": "gildasio", - "repo": "gildasio/darcli", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/gildasio/darcli", - "demo_url": "https://gjuniioor.github.io/darcli/", - "stars": 57, - "forks": 37, - "open_issues": 3, - "last_commit": "2016-07-31T13:57:59Z", - "created_at": "2016-05-02T19:32:17Z", - "description": "A dark + cli jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gjuniioor-darcli.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gjuniioor-darcli.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gjuniioor-darcli-2x.jpg" - } - }, - "gkmngrgn-hugo-alageek-theme": { - "theme_key": "gkmngrgn-hugo-alageek-theme", - "file": "hugo-alageek.md", - "name": "hugo-alageek-theme", - "title": "AlaGeek", - "github_username": "gkmngrgn", - "repo": "gkmngrgn/hugo-alageek-theme", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/gkmngrgn/hugo-alageek-theme", - "demo_url": "https://gokmengorgen.net/", - "stars": 59, - "forks": 21, - "open_issues": 1, - "last_commit": "2022-10-02T16:22:48Z", - "created_at": "2018-09-08T19:32:11Z", - "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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gkmngrgn-hugo-alageek-theme-2x.jpg" - } - }, - "gmlunesa-gatsby-starter-personal-portfolio": { - "theme_key": "gmlunesa-gatsby-starter-personal-portfolio", - "file": "gatsby-starter-personal-portfolio.md", - "name": "gatsby-starter-personal-portfolio", - "title": "Gatsby Personal Portfolio", - "github_username": "gmlunesa", - "repo": "gmlunesa/gatsby-starter-personal-portfolio", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/gmlunesa/gatsby-starter-personal-portfolio", - "demo_url": "https://gatsby-starter-personal-portfolio.vercel.app/", - "stars": 33, - "forks": 9, - "open_issues": 0, - "last_commit": "2020-11-04T12:49:03Z", - "created_at": "2020-10-27T20:46:18Z", - "description": "A clean and easy to use GatsbyJS starter.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gmlunesa-gatsby-starter-personal-portfolio.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gmlunesa-gatsby-starter-personal-portfolio.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gmlunesa-gatsby-starter-personal-portfolio-2x.jpg" - } - }, - "gomah-bluise": { - "theme_key": "gomah-bluise", - "file": "bluise-nuxt-cms.md", - "name": "bluise", - "title": "Nuxt Tailwind Netlify CMS Starter", - "github_username": "Gomah", - "repo": "Gomah/bluise", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Gomah/bluise", - "demo_url": "https://bluise.netlify.com", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/gomah-bluise.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gomah-bluise.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gomah-bluise-2x.jpg" - } - }, - "gonapps-org-hugo-apps-theme": { - "theme_key": "gonapps-org-hugo-apps-theme", - "file": "hugo-apps-theme.md", - "name": "hugo-apps-theme", - "title": "Hugo Apps Theme", - "github_username": "gonnux", - "repo": "gonnux/hugo-apps-theme", - "branch": "master", - "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, - "open_issues": 0, - "last_commit": "2020-03-08T19:33:11Z", - "created_at": "2018-10-28T08:09:14Z", - "description": "Hugo Apps Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gonapps-org-hugo-apps-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gonapps-org-hugo-apps-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gonapps-org-hugo-apps-theme-2x.jpg" - } - }, - "gonnux-hugo-apps-theme": { - "theme_key": "gonapps-org-hugo-apps-theme", - "file": "hugo-apps-theme.md", - "name": "hugo-apps-theme", - "title": "Hugo Apps Theme", - "github_username": "gonnux", - "repo": "gonnux/hugo-apps-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gonnux/hugo-apps-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-apps-theme/", - "stars": 11, - "forks": 9, - "open_issues": 0, - "last_commit": "2020-03-08T19:33:11Z", - "created_at": "2018-10-28T08:09:14Z", - "description": "Hugo Apps Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gonapps-org-hugo-apps-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gonapps-org-hugo-apps-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gonapps-org-hugo-apps-theme-2x.jpg" - } - }, - "goodroot-hugo-classic": { - "theme_key": "goodroot-hugo-classic", - "file": "hugo-classic-theme.md", - "name": "hugo-classic", - "title": "Hugo-Classic", - "github_username": "goodroot", - "repo": "goodroot/hugo-classic", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/goodroot/hugo-classic", - "demo_url": "https://goodroot.ca/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/goodroot-hugo-classic.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/goodroot-hugo-classic.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/goodroot-hugo-classic-2x.jpg" - } - }, - "graphcms-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": "GraphCMS", - "repo": "GraphCMS/gatsby-graphcms-tailwindcss-example", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/GraphCMS/gatsby-graphcms-tailwindcss-example", - "demo_url": "https://graphcms.github.io/gatsby-graphcms-tailwindcss-example/", - "stars": 13, - "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" - } - }, - "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", - "name": "gatsby-starter-ggt-material-ui-blog", - "title": "Gatsby Ggt Material-ui Blog", - "github_username": "avatar-kaleb", - "repo": "avatar-kaleb/gatsby-starter-ggt-material-ui-blog", - "branch": "master", - "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, - "forks": 5, - "open_issues": 8, - "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!", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog-2x.jpg" - } - }, - "greglobinski-gatsby-starter-hero-blog": { - "theme_key": "greglobinski-gatsby-starter-hero-blog", - "file": "gatsby-starter-hero-blog.md", - "name": "gatsby-starter-hero-blog", - "title": "Gatsby Starter Hero Blog", - "github_username": "greglobinski", - "repo": "greglobinski/gatsby-starter-hero-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/greglobinski/gatsby-starter-hero-blog", - "demo_url": "https://gatsby-starter-hero-blog.greglobinski.com/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/greglobinski-gatsby-starter-hero-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/greglobinski-gatsby-starter-hero-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/greglobinski-gatsby-starter-hero-blog-2x.jpg" - } - }, - "gridsome-gridsome-starter-blog": { - "theme_key": "gridsome-gridsome-starter-blog", - "file": "gridsome-starter-blog.md", - "name": "gridsome-starter-blog", - "title": "Gridsome Starter Blog", - "github_username": "gridsome", - "repo": "gridsome/gridsome-starter-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gridsome/gridsome-starter-blog", - "demo_url": "https://gridsome-starter-blog.netlify.com/", - "stars": 384, - "forks": 219, - "open_issues": 27, - "last_commit": "2019-09-30T19:23:45Z", - "created_at": "2019-02-26T13:28:03Z", - "description": "A simple, hackable & minimalistic starter for Gridsome that uses Markdown for content.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gridsome-gridsome-starter-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gridsome-gridsome-starter-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gridsome-gridsome-starter-blog-2x.jpg" - } - }, - "gristlabs-mkdocs-windmill": { - "theme_key": "gristlabs-mkdocs-windmill", - "file": "mkdocs-windmill.md", - "name": "mkdocs-windmill", - "title": "MkDocs Windmill", - "github_username": "gristlabs", - "repo": "gristlabs/mkdocs-windmill", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gristlabs/mkdocs-windmill", - "demo_url": "https://gristlabs.github.io/mkdocs-windmill/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/gristlabs-mkdocs-windmill.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gristlabs-mkdocs-windmill.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gristlabs-mkdocs-windmill-2x.jpg" - } - }, - "grrinchas-aliquam": { - "theme_key": "grrinchas-aliquam", - "file": "jekyll-aliquam.md", - "name": "aliquam", - "title": "Aliquam", - "github_username": "grrinchas", - "repo": "grrinchas/aliquam", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/grrinchas/aliquam", - "demo_url": "https://grrinchas.github.io/", - "stars": 21, - "forks": 57, - "open_issues": 2, - "last_commit": "2017-06-27T11:08:25Z", - "created_at": "2016-05-23T18:34:40Z", - "description": "Jekyll theme ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/grrinchas-aliquam.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/grrinchas-aliquam.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/grrinchas-aliquam-2x.jpg" - } - }, - "guangmean-niello": { - "theme_key": "guangmean-niello", - "file": "hugo-niello-theme.md", - "name": "Niello", - "title": "Niello", - "github_username": "guangmean", - "repo": "guangmean/Niello", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/guangmean/Niello", - "demo_url": "https://themes.gohugo.io/theme/Niello/", - "stars": 9, - "forks": 8, - "open_issues": 2, - "last_commit": "2019-10-29T09:04:47Z", - "created_at": "2019-01-03T09:47:08Z", - "description": "A Dark Theme for Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/guangmean-niello.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/guangmean-niello.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/guangmean-niello-2x.jpg" - } - }, - "gundamew-hugo-bingo": { - "theme_key": "gundamew-hugo-bingo", - "file": "hugo-bingo-theme.md", - "name": "hugo-bingo", - "title": "Bingo", - "github_username": "gundamew", - "repo": "gundamew/hugo-bingo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gundamew/hugo-bingo", - "demo_url": "https://themes.gohugo.io/theme/hugo-bingo/", - "stars": 11, - "forks": 10, - "open_issues": 0, - "last_commit": "2021-06-21T09:37:53Z", - "created_at": "2018-07-01T07:40:12Z", - "description": "Nothing but texts.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gundamew-hugo-bingo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gundamew-hugo-bingo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gundamew-hugo-bingo-2x.jpg" - } - }, - "guovz-pithy": { - "theme_key": "guovz-pithy", - "file": "jekyll-guovz-pithy.md", - "name": "jekyll-pithy", - "title": "Guovz Pithy", - "github_username": "jaylinwang", - "repo": "jaylinwang/jekyll-pithy", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jaylinwang/jekyll-pithy", - "demo_url": "https://www.guovz.com", - "stars": 61, - "forks": 33, - "open_issues": 2, - "last_commit": "2015-11-21T02:50:21Z", - "created_at": "2015-08-30T09:57:59Z", - "description": "a jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/guovz-pithy.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/guovz-pithy.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/guovz-pithy-2x.jpg" - } - }, - "gurusabarish-hugo-profile": { - "theme_key": "gurusabarish-hugo-profile", - "file": "hugo-profile.md", - "name": "hugo-profile", - "title": "Hugo-profile", - "github_username": "gurusabarish", - "repo": "gurusabarish/hugo-profile", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gurusabarish/hugo-profile", - "demo_url": "https://hugo-profile.netlify.app", - "stars": 298, - "forks": 172, - "open_issues": 6, - "last_commit": "2023-01-22T07:06:56Z", - "created_at": "2020-08-16T07:19:04Z", - "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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gurusabarish-hugo-profile-2x.jpg" - } - }, - "gustavoquinalha-jekyll-help-center-theme": { - "theme_key": "gustavoquinalha-jekyll-help-center-theme", - "file": "jekyll-theme-help-center.md", - "name": "jekyll-help-center-theme", - "title": "Jekyll Help Center Theme", - "github_username": "gustavoquinalha", - "repo": "gustavoquinalha/jekyll-help-center-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gustavoquinalha/jekyll-help-center-theme", - "demo_url": "https://quinalha.me/jekyll-help-center-theme/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gustavoquinalha-jekyll-help-center-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gustavoquinalha-jekyll-help-center-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gustavoquinalha-jekyll-help-center-theme-2x.jpg" - } - }, - "gyorb-hugo-dusk": { - "theme_key": "gyorb-hugo-dusk", - "file": "hugo-dusk.md", - "name": "hugo-dusk", - "title": "Hugo-dusk", - "github_username": "gyorb", - "repo": "gyorb/hugo-dusk", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gyorb/hugo-dusk", - "demo_url": "https://themes.gohugo.io/theme/hugo-dusk/", - "stars": 49, - "forks": 36, - "open_issues": 4, - "last_commit": "2020-01-19T19:58:31Z", - "created_at": "2017-04-22T11:43:42Z", - "description": "Simple, minimalistic dark theme for Hugo.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/gyorb-hugo-dusk.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/gyorb-hugo-dusk.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/gyorb-hugo-dusk-2x.jpg" - } - }, - "h-enk-doks": { - "theme_key": "h-enk-doks", - "file": "hugo-doks.md", - "name": "doks", - "title": "Doks", - "github_username": "h-enk", - "repo": "h-enk/doks", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/h-enk/doks", - "demo_url": "https://doks.netlify.app", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/h-enk-doks.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/h-enk-doks.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/h-enk-doks-2x.jpg" - } - }, - "h01000110-windows-95": { - "theme_key": "h01000110-windows-95", - "file": "jekyll-windows-95-theme.md", - "name": "windows-95", - "title": "Windows 95", - "github_username": "h01000110", - "repo": "h01000110/windows-95", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/h01000110/windows-95", - "demo_url": "https://h01000110.github.io/windows-95/", - "stars": 378, - "forks": 142, - "open_issues": 12, - "last_commit": "2017-09-17T23:47:47Z", - "created_at": "2017-09-17T15:21:03Z", - "description": "Jekyll Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/h01000110-windows-95.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/h01000110-windows-95.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/h01000110-windows-95-2x.jpg" - } - }, - "hadisinaee-avicenna": { - "theme_key": "hadisinaee-avicenna", - "file": "hugo-avicenna.md", - "name": "avicenna", - "title": "Avicenna", - "github_username": "hadisinaee", - "repo": "hadisinaee/avicenna", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/hadisinaee/avicenna", - "demo_url": "https://themes.gohugo.io/theme/avicenna/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/hadisinaee-avicenna.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/hadisinaee-avicenna.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/hadisinaee-avicenna-2x.jpg" - } - }, - "haezl-gatsby-starter-haezl": { - "theme_key": "haezl-gatsby-starter-haezl", - "file": "gatsby-starter-haezl.md", - "name": "gatsby-starter-haezl", - "title": "Gatsby Starter Haezl", - "github_username": "gehtmaguad", - "repo": "gehtmaguad/gatsby-starter-haezl", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gehtmaguad/gatsby-starter-haezl", - "demo_url": "https://gatsby-starter.haezl.at/", - "stars": 15, - "forks": 7, - "open_issues": 3, - "last_commit": "2019-05-12T18:59:42Z", - "created_at": "2019-04-09T19:16:46Z", - "description": "A lightweight, mobile first blog starter with infinite scroll and Material-UI design for Gatsby.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/haezl-gatsby-starter-haezl.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/haezl-gatsby-starter-haezl.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/haezl-gatsby-starter-haezl-2x.jpg" - } - }, - "hagnerd-gatsby-starter-blog-mdx": { - "theme_key": "hagnerd-gatsby-starter-blog-mdx", - "file": "gatsby-starter-blog-mdx.md", - "name": "gatsby-starter-blog-mdx", - "title": "Gatsby Starter Blog Mdx", - "github_username": "hagnerd", - "repo": "hagnerd/gatsby-starter-blog-mdx", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/hagnerd/gatsby-starter-blog-mdx", - "demo_url": "https://gatsby-starter-blog-mdx-demo.netlify.com/", - "stars": 66, - "forks": 48, - "open_issues": 15, - "last_commit": "2020-01-25T21:14:09Z", - "created_at": "2019-01-03T15:16:26Z", - "description": "Live Demo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/hagnerd-gatsby-starter-blog-mdx.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/hagnerd-gatsby-starter-blog-mdx.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/hagnerd-gatsby-starter-blog-mdx-2x.jpg" - } - }, - "halogenica-beautifulhugo": { - "theme_key": "halogenica-beautifulhugo", - "file": "hugo-beautifulhugo.md", - "name": "beautifulhugo", - "title": "Beautiful Hugo", - "github_username": "halogenica", - "repo": "halogenica/beautifulhugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/halogenica/beautifulhugo", - "demo_url": "https://themes.gohugo.io/theme/beautifulhugo/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/halogenica-beautifulhugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/halogenica-beautifulhugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/halogenica-beautifulhugo-2x.jpg" - } - }, - "hankchizljaw-hylia": { - "theme_key": "andybelldesign-hylia", - "file": "11ty-hylia.md", - "name": "hylia", - "title": "Eleventy Hylia", - "github_username": "hankchizljaw", - "repo": "hankchizljaw/hylia", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/hankchizljaw/hylia", - "demo_url": "https://hylia.website/", - "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": { - "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" - } - }, - "harshil1712-gatsby-starter-googlesheets": { - "theme_key": "harshil1712-gatsby-starter-googlesheets", - "file": "gatsby-starter-googlesheets.md", - "name": "gatsby-starter-googlesheets", - "title": "Gatsby Starter Googlesheets", - "github_username": "harshil1712", - "repo": "harshil1712/gatsby-starter-googlesheets", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/harshil1712/gatsby-starter-googlesheets", - "demo_url": "https://harshil1712.github.io/gatsby-starter-googlesheets/", - "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 ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/harshil1712-gatsby-starter-googlesheets.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/harshil1712-gatsby-starter-googlesheets.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/harshil1712-gatsby-starter-googlesheets-2x.jpg" - } - }, - "hasura-gatsby-gitbook-starter": { - "theme_key": "hasura-gatsby-gitbook-starter", - "file": "gatsby-gitbook-starter.md", - "name": "gatsby-gitbook-starter", - "title": "Gatsby Gitbook Starter", - "github_username": "hasura", - "repo": "hasura/gatsby-gitbook-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/hasura/gatsby-gitbook-starter", - "demo_url": "https://learn.hasura.io/graphql/react/introduction", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/hasura-gatsby-gitbook-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/hasura-gatsby-gitbook-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/hasura-gatsby-gitbook-starter-2x.jpg" - } - }, - "hauke96-hugo-theme-hamburg": { - "theme_key": "hauke96-hugo-theme-hamburg", - "file": "hugo-theme-hamburg.md", - "name": "hugo-theme-hamburg", - "title": "Hamburg", - "github_username": "hauke96", - "repo": "hauke96/hugo-theme-hamburg", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/hauke96/hugo-theme-hamburg", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-hamburg/", - "stars": 11, - "forks": 10, - "open_issues": 6, - "last_commit": "2021-08-08T21:05:28Z", - "created_at": "2018-08-24T23:12:19Z", - "description": "Simple and clean blog theme for hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/hauke96-hugo-theme-hamburg.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/hauke96-hugo-theme-hamburg.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/hauke96-hugo-theme-hamburg-2x.jpg" - } - }, - "hdcdstr8fwd-foundation-theme": { - "theme_key": "hdcdstr8fwd-foundation-theme", - "file": "hugo-foundation-theme.md", - "name": "foundation-theme", - "title": "Hugof", - "github_username": "hdcdstr8fwd", - "repo": "hdcdstr8fwd/foundation-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/hdcdstr8fwd/foundation-theme", - "demo_url": "https://themes.gohugo.io/theme/foundation-theme/", - "stars": 12, - "forks": 10, - "open_issues": 1, - "last_commit": "2019-04-27T17:28:34Z", - "created_at": "2016-12-11T17:15:15Z", - "description": "Core theme files for Hugo Foundation.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/hdcdstr8fwd-foundation-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/hdcdstr8fwd-foundation-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/hdcdstr8fwd-foundation-theme-2x.jpg" - } - }, - "heiswayi-textlog": { - "theme_key": "heiswayi-textlog", - "file": "jekyll-textlog.md", - "name": "textlog", - "title": "TextLog", - "github_username": "heiswayi", - "repo": "heiswayi/textlog", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/heiswayi/textlog", - "demo_url": "https://heiswayi.github.io/textlog/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/heiswayi-textlog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/heiswayi-textlog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/heiswayi-textlog-2x.jpg" - } - }, - "heiswayi-the-plain": { - "theme_key": "heiswayi-the-plain", - "file": "jekyll-the-plain.md", - "name": "the-plain", - "title": "The Plain", - "github_username": "heiswayi", - "repo": "heiswayi/the-plain", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/heiswayi/the-plain", - "demo_url": "https://heiswayi.github.io/the-plain/", - "stars": 501, - "forks": 323, - "open_issues": 2, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/heiswayi-the-plain.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/heiswayi-the-plain.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/heiswayi-the-plain-2x.jpg" - } - }, - "heiswayi-thinkspace": { - "theme_key": "heiswayi-thinkspace", - "file": "jekyll-thinkspace.md", - "name": "thinkspace", - "title": "Thinkspace", - "github_username": "heiswayi", - "repo": "heiswayi/thinkspace", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/heiswayi/thinkspace", - "demo_url": "https://heiswayi.github.io/thinkspace/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/heiswayi-thinkspace.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/heiswayi-thinkspace.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/heiswayi-thinkspace-2x.jpg" - } - }, - "heliumjk-heliumjk.github.io": { - "theme_key": "heliumjk-heliumjk.github.io", - "file": "jekyll-helium-theme.md", - "name": "heliumjk.github.io", - "title": "Helium Jekyll", - "github_username": "heliumjk", - "repo": "heliumjk/heliumjk.github.io", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/heliumjk/heliumjk.github.io", - "demo_url": "https://heliumjk.github.io/", - "stars": 97, - "forks": 138, - "open_issues": 0, - "last_commit": "2021-07-17T21:06:09Z", - "created_at": "2017-10-07T14:59:13Z", - "description": "Bootstrap 4 responsive Jekyll Theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/heliumjk-heliumjk.github.io.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/heliumjk-heliumjk.github.io.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/heliumjk-heliumjk.github.io-2x.jpg" - } - }, - "hellocosmin-gridsome-starter-bleda": { - "theme_key": "hellocosmin-gridsome-starter-bleda", - "file": "bleda.md", - "name": "gridsome-starter-bleda", - "title": "Gridsome Bleda", - "github_username": "cossssmin", - "repo": "cossssmin/gridsome-starter-bleda", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/cossssmin/gridsome-starter-bleda", - "demo_url": "https://gridsome-starter-bleda.netlify.com/", - "stars": 177, - "forks": 62, - "open_issues": 1, - "last_commit": "2020-10-20T12:29:54Z", - "created_at": "2019-03-04T14:14:31Z", - "description": "Gridsome blog starter, built with Tailwind CSS", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/hellocosmin-gridsome-starter-bleda.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/hellocosmin-gridsome-starter-bleda.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/hellocosmin-gridsome-starter-bleda-2x.jpg" - } - }, - "hemangsk-devjournal": { - "theme_key": "hemangsk-devjournal", - "file": "jekyll-devjournal.md", - "name": "DevJournal", - "title": "DevJournal", - "github_username": "hemangsk", - "repo": "hemangsk/DevJournal", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/hemangsk/DevJournal", - "demo_url": "https://hemangsk.github.io/DevJournal", - "stars": 101, - "forks": 91, - "open_issues": 1, - "last_commit": "2018-06-25T16:43:24Z", - "created_at": "2016-05-13T08:22:12Z", - "description": "Jekyll theme for developers! :computer:", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/hemangsk-devjournal.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/hemangsk-devjournal.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/hemangsk-devjournal-2x.jpg" - } - }, - "hemangsk-gravity": { - "theme_key": "hemangsk-gravity", - "file": "jekyll-gravity.md", - "name": "Gravity", - "title": "Gravity", - "github_username": "hemangsk", - "repo": "hemangsk/Gravity", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/hemangsk/Gravity", - "demo_url": "https://hemangsk.github.io/Gravity", - "stars": 453, - "forks": 258, - "open_issues": 2, - "last_commit": "2018-04-29T21:40:06Z", - "created_at": "2016-03-30T20:26:09Z", - "description": "Minimal is the new cool. ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/hemangsk-gravity.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/hemangsk-gravity.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/hemangsk-gravity-2x.jpg" - } - }, - "hemangsk-safarnama": { - "theme_key": "hemangsk-safarnama", - "file": "jekyll-safarnama.md", - "name": "safarnama", - "title": "Safarnama", - "github_username": "hemangsk", - "repo": "hemangsk/safarnama", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/hemangsk/safarnama", - "demo_url": "https://hemangsk.github.io/safarnama", - "stars": 6, - "forks": 9, - "open_issues": 0, - "last_commit": "2016-06-06T03:35:44Z", - "created_at": "2016-05-21T11:02:17Z", - "description": "Blogging for the free flying spirits :snowflake: :sunny: :thought_balloon:", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/hemangsk-safarnama.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/hemangsk-safarnama.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/hemangsk-safarnama-2x.jpg" - } - }, - "henryhuang-hexo-theme-aloha": { - "theme_key": "henryhuang-hexo-theme-aloha", - "file": "hexo-theme-aloha.md", - "name": "hexo-theme-aloha", - "title": "Aloha", - "github_username": "henryhuang", - "repo": "henryhuang/hexo-theme-aloha", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/henryhuang/hexo-theme-aloha", - "demo_url": "https://huangyijie.com/", - "stars": 68, - "forks": 24, - "open_issues": 4, - "last_commit": "2019-10-06T12:43:46Z", - "created_at": "2016-08-27T16:11:12Z", - "description": "A hexo theme, use semantic ui.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/henryhuang-hexo-theme-aloha.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/henryhuang-hexo-theme-aloha.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/henryhuang-hexo-theme-aloha-2x.jpg" - } - }, - "henrythemes-jekyll-book-theme": { - "theme_key": "henrythemes-jekyll-book-theme", - "file": "jekyll-drjekyll-classics-book.md", - "name": "jekyll-book-theme", - "title": "Dr Jekyll's Classics Book", - "github_username": "henrythemes", - "repo": "henrythemes/jekyll-book-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/henrythemes/jekyll-book-theme", - "demo_url": "https://henrythemes.github.io/jekyll-book-theme/", - "stars": 26, - "forks": 9, - "open_issues": 1, - "last_commit": "2016-02-13T16:07:11Z", - "created_at": "2015-07-16T17:50:43Z", - "description": "jekyll starter theme for classic books (ex. Strange Case of Dr. Jekyll and Mr. Hyde by Robert Louis Stevenson)", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/henrythemes-jekyll-book-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/henrythemes-jekyll-book-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/henrythemes-jekyll-book-theme-2x.jpg" - } - }, - "henrythemes-jekyll-bootstrap-theme": { - "theme_key": "henrythemes-jekyll-bootstrap-theme", - "file": "jekyll-drjekyll-bootstrap.md", - "name": "jekyll-bootstrap-theme", - "title": "Dr Jekyll's Bootstrap", - "github_username": "henrythemes", - "repo": "henrythemes/jekyll-bootstrap-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/henrythemes/jekyll-bootstrap-theme", - "demo_url": "https://henrythemes.github.io/jekyll-bootstrap-theme/", - "stars": 55, - "forks": 91, - "open_issues": 1, - "last_commit": "2020-10-15T08:01:41Z", - "created_at": "2015-01-30T17:48:11Z", - "description": "jekyll starter theme w/ bootstrap (sass version)", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/henrythemes-jekyll-bootstrap-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/henrythemes-jekyll-bootstrap-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/henrythemes-jekyll-bootstrap-theme-2x.jpg" - } - }, - "henrythemes-jekyll-minimal-theme": { - "theme_key": "henrythemes-jekyll-minimal-theme", - "file": "jekyll-drjekyll-minimal.md", - "name": "jekyll-minimal-theme", - "title": "Dr Jekyll's Minimal", - "github_username": "henrythemes", - "repo": "henrythemes/jekyll-minimal-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/henrythemes/jekyll-minimal-theme", - "demo_url": "https://henrythemes.github.io/jekyll-minimal-theme/", - "stars": 95, - "forks": 68, - "open_issues": 0, - "last_commit": "2016-11-15T08:24:00Z", - "created_at": "2015-02-01T09:36:30Z", - "description": "jekyll minimal theme (for blog posts with archive and feed)", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/henrythemes-jekyll-minimal-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/henrythemes-jekyll-minimal-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/henrythemes-jekyll-minimal-theme-2x.jpg" - } - }, - "henrythemes-jekyll-starter-theme": { - "theme_key": "planetjekyll-jekyll-starter-theme", - "file": "jekyll-planetjekyll-starter.md", - "name": "jekyll-starter-theme", - "title": "Planet Jekyll's Starter (Minimal)", - "github_username": "henrythemes", - "repo": "henrythemes/jekyll-starter-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/henrythemes/jekyll-starter-theme", - "demo_url": "https://planetjekyll.github.io/jekyll-starter-theme/", - "stars": 30, - "forks": 64, - "open_issues": 0, - "last_commit": "2017-01-11T05:35:17Z", - "created_at": "2015-08-08T14:36:05Z", - "description": "jekyll starter theme - minimial", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/planetjekyll-jekyll-starter-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/planetjekyll-jekyll-starter-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/planetjekyll-jekyll-starter-theme-2x.jpg" - } - }, - "himali-patel-myclicks": { - "theme_key": "himali-patel-myclicks", - "file": "gatsby-myclicks.md", - "name": "MyClicks", - "title": "MyClicks", - "github_username": "himali-patel", - "repo": "himali-patel/MyClicks", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/himali-patel/MyClicks", - "demo_url": "https://myclicks.netlify.com", - "stars": 6, - "forks": 9, - "open_issues": 27, - "last_commit": "2019-07-27T06:53:08Z", - "created_at": "2019-03-14T09:23:14Z", - "description": "Portfolio with gatsby and contentful", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/himali-patel-myclicks.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/himali-patel-myclicks.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/himali-patel-myclicks-2x.jpg" - } - }, - "histaff-website-static": { - "theme_key": "histaff-website-static", - "file": "gatsby-website-static.md", - "name": "website-static", - "title": "Website Static", - "github_username": "histaff", - "repo": "histaff/website-static", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/histaff/website-static", - "demo_url": "https://histaff.io/", - "stars": 100, - "forks": 46, - "open_issues": 18, - "last_commit": "2020-12-19T20:52:32Z", - "created_at": "2019-06-04T16:34:12Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/histaff-website-static.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/histaff-website-static.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/histaff-website-static-2x.jpg" - } - }, - "hmfaysal-hmfaysal-omega-theme": { - "theme_key": "hmfaysal-hmfaysal-omega-theme", - "file": "jekyll-hmfaysal-omega-theme.md", - "name": "hmfaysal-omega-theme", - "title": "HMFAYSAL OMEGA Theme", - "github_username": "hmfaysal", - "repo": "hmfaysal/hmfaysal-omega-theme", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/hmfaysal/hmfaysal-omega-theme", - "demo_url": "https://hmfaysal.github.io/hmfaysal-omega-theme/", - "stars": 325, - "forks": 429, - "open_issues": 6, - "last_commit": "2016-08-31T02:03:41Z", - "created_at": "2014-01-12T20:13:02Z", - "description": "HMFAYSAL OMEGA is a minimalist, beautiful, responsive theme for Jekyll designed for writers who want their content to take front and center.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/hmfaysal-hmfaysal-omega-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/hmfaysal-hmfaysal-omega-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/hmfaysal-hmfaysal-omega-theme-2x.jpg" - } - }, - "hmfaysal-jekyll-hmfaysal-theme": { - "theme_key": "hmfaysal-jekyll-hmfaysal-theme", - "file": "jekyll-hmfaysal-theme.md", - "name": "Jekyll-HMFAYSAL-Theme", - "title": "HMFAYSAL Theme", - "github_username": "hmfaysal", - "repo": "hmfaysal/Jekyll-HMFAYSAL-Theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/hmfaysal/Jekyll-HMFAYSAL-Theme", - "demo_url": "https://hmfaysal.github.io/Jekyll-HMFAYSAL-Theme/", - "stars": 12, - "forks": 14, - "open_issues": 0, - "last_commit": "2013-12-16T22:16:10Z", - "created_at": "2013-12-13T19:21:10Z", - "description": "A Bold Theme for Jekyll. See demo at", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/hmfaysal-jekyll-hmfaysal-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/hmfaysal-jekyll-hmfaysal-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/hmfaysal-jekyll-hmfaysal-theme-2x.jpg" - } - }, - "hmfaysal-notepad": { - "theme_key": "hmfaysal-notepad", - "file": "jekyll-hmfaysal-notepad-theme.md", - "name": "Notepad", - "title": "HMFAYSAL Notepad Theme", - "github_username": "hmfaysal", - "repo": "hmfaysal/Notepad", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/hmfaysal/Notepad", - "demo_url": "https://www.hossainmohdfaysal.com/Notepad/", - "stars": 261, - "forks": 323, - "open_issues": 25, - "last_commit": "2014-08-29T17:16:38Z", - "created_at": "2014-07-18T16:57:01Z", - "description": "Notepad is a Jekyll theme which is very simple, clean and beautiful", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/hmfaysal-notepad.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/hmfaysal-notepad.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/hmfaysal-notepad-2x.jpg" - } - }, - "hoffli-saigon-jekyll-theme": { - "theme_key": "hoffli-saigon-jekyll-theme", - "file": "jekyll-saigon.md", - "name": "saigon-jekyll-theme", - "title": "Saigon", - "github_username": "hoffli", - "repo": "hoffli/saigon-jekyll-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/hoffli/saigon-jekyll-theme", - "demo_url": "https://www.18a-saigon.com/", - "stars": 27, - "forks": 41, - "open_issues": 1, - "last_commit": "2016-02-11T08:54:00Z", - "created_at": "2016-02-11T08:16:51Z", - "description": "Jekyll mansonry theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/hoffli-saigon-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/hoffli-saigon-jekyll-theme.jpg", - "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", - "name": "left", - "title": "Left", - "github_username": "holman", - "repo": "holman/left", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/holman/left", - "demo_url": "https://zachholman.com/left/", - "stars": 533, - "forks": 493, - "open_issues": 0, - "last_commit": "2016-05-25T07:11:48Z", - "created_at": "2012-12-12T00:18:54Z", - "description": "Left is a clean, whitespace-happy layout for Jekyll.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/holman-left.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/holman-left.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/holman-left-2x.jpg" - } - }, - "htdvisser-hugo-base16-theme": { - "theme_key": "htdvisser-hugo-base16-theme", - "file": "hugo-base16-theme.md", - "name": "hugo-base16-theme", - "title": "Base16", - "github_username": "htdvisser", - "repo": "htdvisser/hugo-base16-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/htdvisser/hugo-base16-theme", - "demo_url": "https://themes.gohugo.io/theme/base16/", - "stars": 106, - "forks": 56, - "open_issues": 4, - "last_commit": "2021-04-24T14:54:29Z", - "created_at": "2015-12-09T16:01:53Z", - "description": "Hugo theme with base16 eighties colorscheme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/htdvisser-hugo-base16-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/htdvisser-hugo-base16-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/htdvisser-hugo-base16-theme-2x.jpg" - } - }, - "htr3n-hyde-hyde": { - "theme_key": "htr3n-hyde-hyde", - "file": "hyde-hyde.md", - "name": "hyde-hyde", - "title": "Hyde Hyde", - "github_username": "htr3n", - "repo": "htr3n/hyde-hyde", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/htr3n/hyde-hyde", - "demo_url": "https://themes.gohugo.io/theme/hyde-hyde/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/htr3n-hyde-hyde.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/htr3n-hyde-hyde.jpg", - "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", - "name": "jekyll-materializecss", - "title": "MaterializeHG Theme", - "github_username": "hugocarreira", - "repo": "hugocarreira/jekyll-materializecss", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/hugocarreira/jekyll-materializecss", - "demo_url": "https://hugocarreira.github.io/jekyll-materializecss", - "stars": 23, - "forks": 12, - "open_issues": 0, - "last_commit": "2016-12-29T16:05:55Z", - "created_at": "2016-05-31T04:15:04Z", - "description": "a simple theme for Jekyll using Materializecss", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/hugocarreira-jekyll-materializecss.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/hugocarreira-jekyll-materializecss.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/hugocarreira-jekyll-materializecss-2x.jpg" - } - }, - "hugocarreira-jekyll-vision-casper-theme": { - "theme_key": "hugocarreira-jekyll-vision-casper-theme", - "file": "jekyll-vision-casper-theme.md", - "name": "jekyll-vision-casper-theme", - "title": "Jekyll Vision Casper Theme", - "github_username": "hugocarreira", - "repo": "hugocarreira/jekyll-vision-casper-theme", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/hugocarreira/jekyll-vision-casper-theme", - "demo_url": "https://hugocarreira.github.io/jekyll-vision-casper-theme/", - "stars": 7, - "forks": 13, - "open_issues": 5, - "last_commit": "2017-03-06T16:49:14Z", - "created_at": "2016-11-26T05:26:16Z", - "description": ":construction: work in progress - only my simple vision of casper theme adapted to jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/hugocarreira-jekyll-vision-casper-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/hugocarreira-jekyll-vision-casper-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/hugocarreira-jekyll-vision-casper-theme-2x.jpg" - } - }, - "hugoferreira-papyrus-theme": { - "theme_key": "hugoferreira-papyrus-theme", - "file": "jekyll-papyrus-theme.md", - "name": "papyrus-theme", - "title": "Papyrus", - "github_username": "hugoferreira", - "repo": "hugoferreira/papyrus-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/hugoferreira/papyrus-theme", - "demo_url": "https://hugosereno.eu", - "stars": 108, - "forks": 54, - "open_issues": 9, - "last_commit": "2016-12-05T17:02:18Z", - "created_at": "2016-11-05T22:24:58Z", - "description": "Papyrus Jekyll Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/hugoferreira-papyrus-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/hugoferreira-papyrus-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/hugoferreira-papyrus-theme-2x.jpg" - } - }, - "humrochagf-colordrop": { - "theme_key": "humrochagf-colordrop", - "file": "hugo-colordrop.md", - "name": "colordrop", - "title": "ColorDrop", - "github_username": "humrochagf", - "repo": "humrochagf/colordrop", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/humrochagf/colordrop", - "demo_url": "https://humberto.io/", - "stars": 18, - "forks": 7, - "open_issues": 2, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/humrochagf-colordrop.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/humrochagf-colordrop.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/humrochagf-colordrop-2x.jpg" - } - }, - "huweihuang-hexo-theme-huweihuang": { - "theme_key": "huweihuang-hexo-theme-huweihuang", - "file": "hexo-theme-huweihuang.md", - "name": "hexo-theme-huweihuang", - "title": "HuWeihuang", - "github_username": "huweihuang", - "repo": "huweihuang/hexo-theme-huweihuang", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/huweihuang/hexo-theme-huweihuang", - "demo_url": "https://www.huweihuang.com/", - "stars": 281, - "forks": 109, - "open_issues": 29, - "last_commit": "2021-03-18T11:55:45Z", - "created_at": "2017-10-22T03:07:50Z", - "description": " Ported theme of Hux Blog by YuHsuan, Modified by Hu Weihuang", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/huweihuang-hexo-theme-huweihuang.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/huweihuang-hexo-theme-huweihuang.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/huweihuang-hexo-theme-huweihuang-2x.jpg" - } - }, - "huyb1991-hugo-lamp": { - "theme_key": "huyb1991-hugo-lamp", - "file": "hugo-lamp.md", - "name": "hugo-lamp", - "title": "Hugo Lamp", - "github_username": "huyb1991", - "repo": "huyb1991/hugo-lamp", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/huyb1991/hugo-lamp", - "demo_url": "https://themes.gohugo.io/theme/hugo-lamp/", - "stars": 53, - "forks": 30, - "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 ⚡.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/huyb1991-hugo-lamp.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/huyb1991-hugo-lamp.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/huyb1991-hugo-lamp-2x.jpg" - } - }, - "huyingjie-hexo-theme-a-rsnippet": { - "theme_key": "huyingjie-hexo-theme-a-rsnippet", - "file": "hexo-theme-A-RSnippet.md", - "name": "hexo-theme-A-RSnippet", - "title": "A-RSnippet", - "github_username": "huyingjie", - "repo": "huyingjie/hexo-theme-A-RSnippet", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/huyingjie/hexo-theme-A-RSnippet", - "demo_url": "https://arsnippet.yingjiehu.com/", - "stars": 68, - "forks": 22, - "open_issues": 5, - "last_commit": "2018-01-30T20:20:14Z", - "created_at": "2018-01-21T18:18:25Z", - "description": "🦀 A Responsive Theme for Hexo 🦀 ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/huyingjie-hexo-theme-a-rsnippet.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/huyingjie-hexo-theme-a-rsnippet.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/huyingjie-hexo-theme-a-rsnippet-2x.jpg" - } - }, - "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/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/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": { - "theme_key": "icyris-hugo-theme-yuki", - "file": "hugo-theme-yuki.md", - "name": "hugo-theme-yuki", - "title": "Yuki", - "github_username": "iCyris", - "repo": "iCyris/hugo-theme-yuki", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/iCyris/hugo-theme-yuki", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-yuki/", - "stars": 20, - "forks": 10, - "open_issues": 0, - "last_commit": "2019-12-15T09:43:11Z", - "created_at": "2019-01-03T17:03:23Z", - "description": "❄️ She is as pure as the snow", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/icyris-hugo-theme-yuki.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/icyris-hugo-theme-yuki.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/icyris-hugo-theme-yuki-2x.jpg" - } - }, - "ifedyukin-mekyll": { - "theme_key": "ifedyukin-mekyll", - "file": "jekyll-mekyll-theme.md", - "name": "Mekyll", - "title": "Mekyll", - "github_username": "ifedyukin", - "repo": "ifedyukin/Mekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ifedyukin/Mekyll", - "demo_url": "https://ifedyukin.github.io/Mekyll", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ifedyukin-mekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ifedyukin-mekyll.jpg", - "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", - "name": "onepress", - "title": "Onepress", - "github_username": "ijsucceed", - "repo": "ijsucceed/onepress", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ijsucceed/onepress", - "demo_url": "https://themes.gohugo.io/theme/onepress/", - "stars": 20, - "forks": 6, - "open_issues": 2, - "last_commit": "2019-02-07T14:47:46Z", - "created_at": "2018-12-19T14:27:31Z", - "description": "A simple, clean, and responsive \"Hugo - Static Site Generator\" theme for bloggers", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ijsucceed-onepress.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ijsucceed-onepress.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ijsucceed-onepress-2x.jpg" - } - }, - "imedadel-gatsby-london": { - "theme_key": "imedadel-gatsby-london", - "file": "gatsby-london.md", - "name": "gatsby-london", - "title": "Gatsby London", - "github_username": "ImedAdel", - "repo": "ImedAdel/gatsby-london", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ImedAdel/gatsby-london", - "demo_url": "https://gatsby-london.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/imedadel-gatsby-london.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/imedadel-gatsby-london.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/imedadel-gatsby-london-2x.jpg" - } - }, - "inded-jekyll_modern-blog": { - "theme_key": "inded-jekyll_modern-blog", - "file": "modern-blog.md", - "name": "Jekyll_modern-blog", - "title": "Modern Blog", - "github_username": "inded", - "repo": "inded/Jekyll_modern-blog", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/inded/Jekyll_modern-blog", - "demo_url": "https://inded.xyz/Jekyll_modern-blog/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/inded-jekyll_modern-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/inded-jekyll_modern-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/inded-jekyll_modern-blog-2x.jpg" - } - }, - "insidiousmind-material-bliss-jekyll-theme": { - "theme_key": "insidiousmind-material-bliss-jekyll-theme", - "file": "jekyll-materialbliss.md", - "name": "material-bliss-jekyll-theme", - "title": "Material Bliss", - "github_username": "insipx", - "repo": "insipx/material-bliss-jekyll-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/insipx/material-bliss-jekyll-theme", - "demo_url": "https://code.liquidthink.net", - "stars": 68, - "forks": 39, - "open_issues": 5, - "last_commit": "2018-06-08T20:42:27Z", - "created_at": "2016-12-29T03:27:05Z", - "description": "A Material Theme for Jekyll created with React, Redux, and React-Router transpiled with Webpack", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/insidiousmind-material-bliss-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/insidiousmind-material-bliss-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/insidiousmind-material-bliss-jekyll-theme-2x.jpg" - } - }, - "insipx-material-bliss-jekyll-theme": { - "theme_key": "insidiousmind-material-bliss-jekyll-theme", - "file": "jekyll-materialbliss.md", - "name": "material-bliss-jekyll-theme", - "title": "Material Bliss", - "github_username": "insipx", - "repo": "insipx/material-bliss-jekyll-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/insipx/material-bliss-jekyll-theme", - "demo_url": "https://code.liquidthink.net", - "stars": 70, - "forks": 44, - "open_issues": 5, - "last_commit": "2018-06-08T20:42:27Z", - "created_at": "2016-12-29T03:27:05Z", - "description": "A Material Theme for Jekyll created with React, Redux, and React-Router transpiled with Webpack", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/insidiousmind-material-bliss-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/insidiousmind-material-bliss-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/insidiousmind-material-bliss-jekyll-theme-2x.jpg" - } - }, - "issydennis-gatsby-snipcart": { - "theme_key": "issydennis-gatsby-snipcart", - "file": "gatsby-snipcart.md", - "name": "gatsby-snipcart", - "title": "Gatsby Snipcart", - "github_username": "issydennis", - "repo": "issydennis/gatsby-snipcart", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/issydennis/gatsby-snipcart", - "demo_url": "https://gatsby-snipcart-starter.netlify.com/", - "stars": 16, - "forks": 19, - "open_issues": 4, - "last_commit": "2019-07-22T08:31:23Z", - "created_at": "2019-06-19T12:59:10Z", - "description": "Gatsby and Snipcart Starter", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/issydennis-gatsby-snipcart.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/issydennis-gatsby-snipcart.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/issydennis-gatsby-snipcart-2x.jpg" - } - }, - "it-gro-hugo-theme-w3css-basic": { - "theme_key": "it-gro-hugo-theme-w3css-basic", - "file": "hugo-theme-w3css-basic.md", - "name": "hugo-theme-w3css-basic", - "title": "W3.CSS Basic", - "github_username": "it-gro", - "repo": "it-gro/hugo-theme-w3css-basic", - "branch": "master", - "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": 51, - "forks": 25, - "open_issues": 7, - "last_commit": "2021-09-05T11:04:42Z", - "created_at": "2017-11-08T13:26:44Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/it-gro-hugo-theme-w3css-basic.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/it-gro-hugo-theme-w3css-basic.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/it-gro-hugo-theme-w3css-basic-2x.jpg" - } - }, - "itisbenjamin-nice_blog": { - "theme_key": "itisbenjamin-nice_blog", - "file": "jekyll-nice-blog.md", - "name": "Nice_Blog", - "title": "Nice Blog", - "github_username": "Gabriel-Chen", - "repo": "Gabriel-Chen/Nice_Blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Gabriel-Chen/Nice_Blog", - "demo_url": "https://itisbenjamin.github.io/Nice_Blog", - "stars": 81, - "forks": 56, - "open_issues": 4, - "last_commit": "2018-06-27T16:48:06Z", - "created_at": "2016-03-29T12:52:40Z", - "description": "A Simple Jakyll Blog Theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/itisbenjamin-nice_blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/itisbenjamin-nice_blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/itisbenjamin-nice_blog-2x.jpg" - } - }, - "itsmeaga1n-minimal-categorized": { - "theme_key": "itsmeaga1n-minimal-categorized", - "file": "minimal-categorized.md", - "name": "minimal-categorized", - "title": "minimal-categorized", - "github_username": "ItsMeaga1n", - "repo": "ItsMeaga1n/minimal-categorized", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ItsMeaga1n/minimal-categorized", - "demo_url": "https://itsmeaga1n.github.io/minimal-categorized/", - "stars": 11, - "forks": 13, - "open_issues": 0, - "last_commit": "2021-01-29T23:05:35Z", - "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" - } - }, - "itsnwa-darkfolio": { - "theme_key": "itsnwa-darkfolio", - "file": "darkfolio.md", - "name": "darkfolio", - "title": "Darkfolio", - "github_username": "itsnwa", - "repo": "itsnwa/darkfolio", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/itsnwa/darkfolio", - "demo_url": "https://darkfolio.netlify.com/", - "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)", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/itsnwa-darkfolio.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/itsnwa-darkfolio.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/itsnwa-darkfolio-2x.jpg" - } - }, - "itsnwa-gridsome-forestry-starter": { - "theme_key": "itsnwa-gridsome-forestry-starter", - "file": "gridsome-forestry-starter.md", - "name": "gridsome-forestry-starter", - "title": "Gridsome Forestry Starter", - "github_username": "itsnwa", - "repo": "itsnwa/gridsome-forestry-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/itsnwa/gridsome-forestry-starter", - "demo_url": "https://gridsome-forestry.netlify.com", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/itsnwa-gridsome-forestry-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/itsnwa-gridsome-forestry-starter.jpg", - "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", - "name": "rifyll", - "title": "Rifyll", - "github_username": "itsrifat", - "repo": "itsrifat/rifyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/itsrifat/rifyll", - "demo_url": "https://itsrifat.github.io/rifyll/", - "stars": 17, - "forks": 29, - "open_issues": 1, - "last_commit": "2017-01-03T23:20:01Z", - "created_at": "2015-01-01T21:38:31Z", - "description": "A simple blog template for jekyll based on twitter bootstrap 3 ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/itsrifat-rifyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/itsrifat-rifyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/itsrifat-rifyll-2x.jpg" - } - }, - "ivanchou-hugo-theme-vec": { - "theme_key": "ivanchou-hugo-theme-vec", - "file": "hugo-theme-vec.md", - "name": "hugo-theme-vec", - "title": "Vec", - "github_username": "IvanChou", - "repo": "IvanChou/hugo-theme-vec", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/IvanChou/hugo-theme-vec", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-vec/", - "stars": 36, - "forks": 23, - "open_issues": 3, - "last_commit": "2019-01-10T12:52:57Z", - "created_at": "2016-09-08T14:50:26Z", - "description": "Vec is a minimal, clean and beautiful theme for Hugo.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ivanchou-hugo-theme-vec.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ivanchou-hugo-theme-vec.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ivanchou-hugo-theme-vec-2x.jpg" - } - }, - "iwiedenm-jekyll-theme-massively-src": { - "theme_key": "iwiedenm-jekyll-theme-massively-src", - "file": "jekyll-massively-theme.md", - "name": "jekyll-theme-massively", - "title": "Jekyll Massively", - "github_username": "jekyllup", - "repo": "jekyllup/jekyll-theme-massively", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jekyllup/jekyll-theme-massively", - "demo_url": "https://iwiedenm.github.io/jekyll-theme-massively/", - "stars": 182, - "forks": 333, - "open_issues": 19, - "last_commit": "2019-12-10T05:32:17Z", - "created_at": "2017-11-13T02:43:40Z", - "description": "Preview ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/iwiedenm-jekyll-theme-massively-src.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/iwiedenm-jekyll-theme-massively-src.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/iwiedenm-jekyll-theme-massively-src-2x.jpg" - } - }, - "iwilsonq-gatsby-starter-reasonml": { - "theme_key": "iwilsonq-gatsby-starter-reasonml", - "file": "gatsby-starter-reasonml.md", - "name": "gatsby-starter-reasonml", - "title": "Gatsby Starter Reasonml", - "github_username": "iwilsonq", - "repo": "iwilsonq/gatsby-starter-reasonml", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/iwilsonq/gatsby-starter-reasonml", - "demo_url": "https://hopeful-keller-943d65.netlify.com/", - "stars": 39, - "forks": 4, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/iwilsonq-gatsby-starter-reasonml.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/iwilsonq-gatsby-starter-reasonml.jpg", - "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", - "name": "Eleventy-Starter-Boilerplate", - "title": "Eleventy Starter Boilerplate", - "github_username": "ixartz", - "repo": "ixartz/Eleventy-Starter-Boilerplate", - "branch": "master", - "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": 247, - "forks": 53, - "open_issues": 0, - "last_commit": "2021-05-26T20:09:08Z", - "created_at": "2020-06-12T18:33:08Z", - "description": "🚀 Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. ⚡ Built with Eleventy, ESLint, Prettier, Webpack 5, PostCSS, Tailwind CSS 2 and Netlify CMS (optional).", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ixartz-eleventy-starter-boilerplate.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ixartz-eleventy-starter-boilerplate.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ixartz-eleventy-starter-boilerplate-2x.jpg" - } - }, - "ixartz-next-js-blog-boilerplate": { - "theme_key": "ixartz-next-js-blog-boilerplate", - "file": "nextjs-starter.md", - "name": "Next-js-Blog-Boilerplate", - "title": "Nextjs Starter Blog", - "github_username": "ixartz", - "repo": "ixartz/Next-js-Blog-Boilerplate", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ixartz/Next-js-Blog-Boilerplate", - "demo_url": "https://creativedesignsguru.com/demo/Nextjs-Blog-Boilerplate/", - "stars": 509, - "forks": 129, - "open_issues": 0, - "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 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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ixartz-next-js-blog-boilerplate-2x.jpg" - } - }, - "ixartz-next-js-boilerplate": { - "theme_key": "ixartz-next-js-boilerplate", - "file": "nextjs-tailwind-css-typescript-starter.md", - "name": "Next-js-Boilerplate", - "title": "Nextjs Tailwind CSS TypeScript Starter", - "github_username": "ixartz", - "repo": "ixartz/Next-js-Boilerplate", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/ixartz/Next-js-Boilerplate", - "demo_url": "https://creativedesignsguru.com/demo/Nextjs-Boilerplate/", - "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 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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ixartz-next-js-boilerplate-2x.jpg" - } - }, - "ixartz-next-js-landing-page-starter-template": { - "theme_key": "ixartz-next-js-landing-page-starter-template", - "file": "nextjs-landing-page-template.md", - "name": "Next-JS-Landing-Page-Starter-Template", - "title": "Next JS Landing Page Template with Tailwind CSS", - "github_username": "ixartz", - "repo": "ixartz/Next-JS-Landing-Page-Starter-Template", - "branch": "master", - "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": 1000, - "forks": 327, - "open_issues": 0, - "last_commit": "2022-11-29T21:27:38Z", - "created_at": "2021-03-30T17:30:06Z", - "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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ixartz-next-js-landing-page-starter-template-2x.jpg" - } - }, - "jack614-jalpc-a": { - "theme_key": "jack614-jalpc-a", - "file": "jekyll-Jalpc-A.md", - "name": "Jalpc-A", - "title": "Jalpc-A", - "github_username": "jarrekk", - "repo": "jarrekk/Jalpc-A", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/jarrekk/Jalpc-A", - "demo_url": "https://ww7.jack003.com/", - "stars": 31, - "forks": 25, - "open_issues": 1, - "last_commit": "2020-07-06T06:30:04Z", - "created_at": "2016-06-22T05:25:06Z", - "description": "🍅Jalpc-A -- Jekyll Theme(blog written by Angularjs)", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jack614-jalpc-a.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jack614-jalpc-a.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jack614-jalpc-a-2x.jpg" - } - }, - "jackbravo-gatsby-starter-i18n-blog": { - "theme_key": "jackbravo-gatsby-starter-i18n-blog", - "file": "gatsby-starter-i18n-blog.md", - "name": "gatsby-starter-i18n-blog", - "title": "Gatsby Starter i18n Blog", - "github_username": "jackbravo", - "repo": "jackbravo/gatsby-starter-i18n-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jackbravo/gatsby-starter-i18n-blog", - "demo_url": "https://jackbravo.github.io/gatsby-starter-i18n-blog/", - "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/", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jackbravo-gatsby-starter-i18n-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jackbravo-gatsby-starter-i18n-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jackbravo-gatsby-starter-i18n-blog-2x.jpg" - } - }, - "jacobsun-edidor": { - "theme_key": "jacobsun-edidor", - "file": "hugo-edidor-theme.md", - "name": "edidor", - "title": "Edidor", - "github_username": "jacobsun", - "repo": "jacobsun/edidor", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jacobsun/edidor", - "demo_url": "https://themes.gohugo.io/theme/edidor/", - "stars": 28, - "forks": 10, - "open_issues": 9, - "last_commit": "2019-07-13T15:28:18Z", - "created_at": "2019-05-08T12:49:36Z", - "description": "A hugo theme that looks like an editor with a builtin style generator, INFINITE COLOR MODE from a market perspective. 😂", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jacobsun-edidor.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jacobsun-edidor.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jacobsun-edidor-2x.jpg" - } - }, - "jacobtomlinson-carte-noire": { - "theme_key": "jacobtomlinson-carte-noire", - "file": "jekyll-carte-noire.md", - "name": "carte-noire", - "title": "Carte Noire", - "github_username": "jacobtomlinson", - "repo": "jacobtomlinson/carte-noire", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/jacobtomlinson/carte-noire", - "demo_url": "https://carte-noire.jacobtomlinson.co.uk/", - "stars": 300, - "forks": 231, - "open_issues": 12, - "last_commit": "2019-09-23T08:51:37Z", - "created_at": "2015-03-20T22:12:17Z", - "description": "A simple jekyll theme for blogging", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jacobtomlinson-carte-noire.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jacobtomlinson-carte-noire.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jacobtomlinson-carte-noire-2x.jpg" - } - }, - "jaden-twentyfourteen": { - "theme_key": "jaden-twentyfourteen", - "file": "hugo-twentyfourteen.md", - "name": "twentyfourteen", - "title": "Twenty Fourteen", - "github_username": "jaden", - "repo": "jaden/twentyfourteen", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jaden/twentyfourteen", - "demo_url": "https://themes.gohugo.io/theme/twentyfourteen/", - "stars": 22, - "forks": 13, - "open_issues": 0, - "last_commit": "2019-11-30T22:12:18Z", - "created_at": "2015-01-09T15:46:15Z", - "description": "A Hugo theme based on the Wordpress Twenty Fourteen theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jaden-twentyfourteen.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jaden-twentyfourteen.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jaden-twentyfourteen-2x.jpg" - } - }, - "jaehee0113-console": { - "theme_key": "jaehee0113-console", - "file": "jekyll-console.md", - "name": "console", - "title": "Console", - "github_username": "jaehee0113", - "repo": "jaehee0113/console", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jaehee0113/console", - "demo_url": "https://jaehee0113.github.io/console", - "stars": 24, - "forks": 32, - "open_issues": 4, - "last_commit": "2017-07-22T11:39:28Z", - "created_at": "2017-01-25T06:26:30Z", - "description": "simple yet powerful theme that will make your website look stylish", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jaehee0113-console.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jaehee0113-console.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jaehee0113-console-2x.jpg" - } - }, - "jaeyeophan-gatsby-starter-bee": { - "theme_key": "jaeyeophan-gatsby-starter-bee", - "file": "gatsby-starter-bee.md", - "name": "gatsby-starter-bee", - "title": "Gatsby Starter Bee", - "github_username": "JaeYeopHan", - "repo": "JaeYeopHan/gatsby-starter-bee", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/JaeYeopHan/gatsby-starter-bee", - "demo_url": "https://gatsby-starter-bee.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/jaeyeophan-gatsby-starter-bee.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jaeyeophan-gatsby-starter-bee.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jaeyeophan-gatsby-starter-bee-2x.jpg" - } - }, - "jake-101-bael-template": { - "theme_key": "jake-101-bael-template", - "file": "bael-theme.md", - "name": "bael-template", - "title": "Bael Theme", - "github_username": "jake-101", - "repo": "jake-101/bael-template", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jake-101/bael-template", - "demo_url": "https://bael-theme.jake101.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jake-101-bael-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jake-101-bael-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jake-101-bael-template-2x.jpg" - } - }, - "jameshamann-jekyll-material-theme": { - "theme_key": "jameshamann-jekyll-material-theme", - "file": "jekyll-material-theme.md", - "name": "jekyll-material-theme", - "title": "Jekyll Material Theme", - "github_username": "jameshamann", - "repo": "jameshamann/jekyll-material-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jameshamann/jekyll-material-theme", - "demo_url": "https://jameshamann.com", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jameshamann-jekyll-material-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jameshamann-jekyll-material-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jameshamann-jekyll-material-theme-2x.jpg" - } - }, - "jamigibbs-phantom": { - "theme_key": "jamigibbs-phantom", - "file": "jekyll-phantom.md", - "name": "phantom", - "title": "Phantom", - "github_username": "jamigibbs", - "repo": "jamigibbs/phantom", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jamigibbs/phantom", - "demo_url": "https://jamigibbs.com", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jamigibbs-phantom.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jamigibbs-phantom.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jamigibbs-phantom-2x.jpg" - } - }, - "janczizikow-sleek": { - "theme_key": "janczizikow-sleek", - "file": "sleek.md", - "name": "sleek", - "title": "Sleek", - "github_username": "janczizikow", - "repo": "janczizikow/sleek", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/janczizikow/sleek", - "demo_url": "https://janczizikow.github.io/sleek/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/janczizikow-sleek.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/janczizikow-sleek.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/janczizikow-sleek-2x.jpg" - } - }, - "jannikbuschke-gatsby-antd-docs": { - "theme_key": "jannikbuschke-gatsby-antd-docs", - "file": "gatsby-antd-docs.md", - "name": "gatsby-antd-docs", - "title": "Gatsby Antd Docs", - "github_username": "jannikbuschke", - "repo": "jannikbuschke/gatsby-antd-docs", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jannikbuschke/gatsby-antd-docs", - "demo_url": "https://www.jannikbuschke.de/gatsby-antd-docs/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/jannikbuschke-gatsby-antd-docs.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jannikbuschke-gatsby-antd-docs.jpg", - "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", - "name": "Jalpc", - "title": "Jalpc", - "github_username": "jarrekk", - "repo": "jarrekk/Jalpc", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jarrekk/Jalpc", - "demo_url": "https://jarrekk.github.io/Jalpc/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/jarrekk-jalpc.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jarrekk-jalpc.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jarrekk-jalpc-2x.jpg" - } - }, - "jarrekk-jalpc-a": { - "theme_key": "jack614-jalpc-a", - "file": "jekyll-Jalpc-A.md", - "name": "Jalpc-A", - "title": "Jalpc-A", - "github_username": "jarrekk", - "repo": "jarrekk/Jalpc-A", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/jarrekk/Jalpc-A", - "demo_url": "https://ww7.jack003.com/", - "stars": 32, - "forks": 25, - "open_issues": 1, - "last_commit": "2020-07-06T06:30:04Z", - "created_at": "2016-06-22T05:25:06Z", - "description": "🍅Jalpc-A -- Jekyll Theme(blog written by Angularjs)", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jack614-jalpc-a.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jack614-jalpc-a.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jack614-jalpc-a-2x.jpg" - } - }, - "jasoncostello-slate": { - "theme_key": "jasoncostello-slate", - "file": "jekyll-slate.md", - "name": "slate", - "title": "Slate", - "github_username": "jasoncostello", - "repo": "jasoncostello/slate", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/jasoncostello/slate", - "demo_url": "https://jasoncostello.github.io/slate/", - "stars": 156, - "forks": 130, - "open_issues": 1, - "last_commit": "2017-02-28T07:01:39Z", - "created_at": "2012-06-08T23:00:07Z", - "description": "Slate is theme for your GitHub Pages or Jekyll site. http://jasoncostello.github.io/slate", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jasoncostello-slate.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jasoncostello-slate.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jasoncostello-slate-2x.jpg" - } - }, - "jaydanurwin-gatsby-starter-material-business-markdown": { - "theme_key": "anoun-gatsby-starter-material-business-markdown", - "file": "gatsby-starter-material-business-markdown.md", - "name": "gatsby-starter-material-business-markdown", - "title": "Gatsby Material Business Markdown", - "github_username": "jaydanurwin", - "repo": "jaydanurwin/gatsby-starter-material-business-markdown", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jaydanurwin/gatsby-starter-material-business-markdown", - "demo_url": "https://gatsby-starter-material-business-markdown.netlify.com/", - "stars": 11, - "forks": 7, - "open_issues": 3, - "last_commit": "2021-01-11T23:19:14Z", - "created_at": "2019-05-02T16:21:45Z", - "description": "View Live Demo:", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/anoun-gatsby-starter-material-business-markdown.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/anoun-gatsby-starter-material-business-markdown.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/anoun-gatsby-starter-material-business-markdown-2x.jpg" - } - }, - "jaylinwang-jekyll-pithy": { - "theme_key": "guovz-pithy", - "file": "jekyll-guovz-pithy.md", - "name": "jekyll-pithy", - "title": "Guovz Pithy", - "github_username": "jaylinwang", - "repo": "jaylinwang/jekyll-pithy", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jaylinwang/jekyll-pithy", - "demo_url": "https://www.guovz.com", - "stars": 61, - "forks": 33, - "open_issues": 2, - "last_commit": "2015-11-21T02:50:21Z", - "created_at": "2015-08-30T09:57:59Z", - "description": "a jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/guovz-pithy.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/guovz-pithy.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/guovz-pithy-2x.jpg" - } - }, - "jaymehta20-nextjs-blog-page": { - "theme_key": "jaymehta20-nextjs-blog-page", - "file": "blog-nextjs-template.md", - "name": "nextjs-blog-page", - "title": "Minimal Blog | NextJS", - "github_username": "jaymehta20", - "repo": "jaymehta20/nextjs-blog-page", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/jaymehta20/nextjs-blog-page", - "demo_url": "https://nextjs-blog-page.vercel.app/", - "stars": 1, - "forks": 0, - "open_issues": 0, - "last_commit": "2022-06-16T09:38:27Z", - "created_at": "2021-04-22T13:40:16Z", - "description": "A simple blog site created with NextJs", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jaymehta20-nextjs-blog-page.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jaymehta20-nextjs-blog-page.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jaymehta20-nextjs-blog-page-2x.jpg" - } - }, - "jbub-ghostwriter": { - "theme_key": "jbub-ghostwriter", - "file": "hugo-ghostwriter.md", - "name": "ghostwriter", - "title": "Ghostwriter", - "github_username": "jbub", - "repo": "jbub/ghostwriter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jbub/ghostwriter", - "demo_url": "https://themes.gohugo.io/theme/ghostwriter/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jbub-ghostwriter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jbub-ghostwriter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jbub-ghostwriter-2x.jpg" - } - }, - "jdh8-sweet-16": { - "theme_key": "jdh8-sweet-16", - "file": "jekyll-sweet-16-theme.md", - "name": "sweet-16", - "title": "Sweet 16", - "github_username": "jdh8", - "repo": "jdh8/sweet-16", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jdh8/sweet-16", - "demo_url": "https://jdh8.github.io", - "stars": 9, - "forks": 10, - "open_issues": 0, - "last_commit": "2019-08-04T08:43:59Z", - "created_at": "2017-02-08T20:32:46Z", - "description": "Wordpress 2016 theme in Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jdh8-sweet-16.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jdh8-sweet-16.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jdh8-sweet-16-2x.jpg" - } - }, - "jeblister-bulma": { - "theme_key": "jeblister-bulma", - "file": "hugo-bulma-theme.md", - "name": "bulma", - "title": "Hugo Bulma", - "github_username": "jeblister", - "repo": "jeblister/bulma", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jeblister/bulma", - "demo_url": "https://themes.gohugo.io/theme/bulma/", - "stars": 36, - "forks": 15, - "open_issues": 9, - "last_commit": "2019-04-15T19:45:47Z", - "created_at": "2017-04-03T18:38:58Z", - "description": "Bulma is a simple and a responsive Hugo theme that offers a traditional blog mixed with a landing page designed to bootstrap your frontend!.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jeblister-bulma.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jeblister-bulma.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jeblister-bulma-2x.jpg" - } - }, - "jeblister-kube": { - "theme_key": "jeblister-kube", - "file": "hugo-kube-theme.md", - "name": "kube", - "title": "Kube Hugo", - "github_username": "jeblister", - "repo": "jeblister/kube", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jeblister/kube", - "demo_url": "https://kube.elemnts.net/", - "stars": 375, - "forks": 101, - "open_issues": 9, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/jeblister-kube.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jeblister-kube.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jeblister-kube-2x.jpg" - } - }, - "jeffreytse-jekyll-theme-yat": { - "theme_key": "jeffreytse-jekyll-theme-yat", - "file": "jekyll-theme-yat.md", - "name": "jekyll-theme-yat", - "title": "Yet Another Theme (YAT)", - "github_username": "jeffreytse", - "repo": "jeffreytse/jekyll-theme-yat", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jeffreytse/jekyll-theme-yat", - "demo_url": "https://jeffreytse.github.io/jekyll-theme-yat/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/jeffreytse-jekyll-theme-yat.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jeffreytse-jekyll-theme-yat.jpg", - "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", - "name": "j1-template-starter", - "title": "J1 Template Starter", - "github_username": "jekyll-one", - "repo": "jekyll-one/j1-template-starter", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/jekyll-one/j1-template-starter", - "demo_url": "https://j1-template-starter.netlify.app/", - "stars": 7, - "forks": 10, - "open_issues": 0, - "last_commit": "2022-04-24T17:54:50Z", - "created_at": "2021-04-22T13:59:39Z", - "description": "J1 Starter Template", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jekyll-one-j1-template-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jekyll-one-j1-template-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jekyll-one-j1-template-starter-2x.jpg" - } - }, - "jekyller-jasper": { - "theme_key": "biomadeira-jasper", - "file": "jekyll-jasper.md", - "name": "jasper", - "title": "Jasper", - "github_username": "jekyller", - "repo": "jekyller/jasper", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jekyller/jasper", - "demo_url": "https://biomadeira.github.io/jasper/", - "stars": 543, - "forks": 300, - "open_issues": 10, - "last_commit": "2020-05-15T08:32:48Z", - "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" - } - }, - "jekyller-jasper2": { - "theme_key": "jekyller-jasper2", - "file": "jasper2.md", - "name": "jasper2", - "title": "Jasper2", - "github_username": "jekyller", - "repo": "jekyller/jasper2", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jekyller/jasper2", - "demo_url": "https://jekyller.github.io/jasper2/", - "stars": 638, - "forks": 609, - "open_issues": 11, - "last_commit": "2021-05-14T11:04:15Z", - "created_at": "2017-11-17T15:53:38Z", - "description": "Full-featured Jekyll port of Ghost's default theme Casper v2 👻", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jekyller-jasper2.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jekyller-jasper2.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jekyller-jasper2-2x.jpg" - } - }, - "jekyller-online-cv": { - "theme_key": "jekyller-online-cv", - "file": "jekyll-panelcvagain-theme.md", - "name": "online-cv", - "title": "Panel CV - V2", - "github_username": "jekyller", - "repo": "jekyller/online-cv", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jekyller/online-cv", - "demo_url": "https://jekyller.github.io/online-cv/", - "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)", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jekyller-online-cv.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jekyller-online-cv.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jekyller-online-cv-2x.jpg" - } - }, - "jekyller-panelcv": { - "theme_key": "jekyller-panelcv", - "file": "jekyll-panelcv-theme.md", - "name": "PanelCV", - "title": "Panel CV", - "github_username": "jekyller", - "repo": "jekyller/PanelCV", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jekyller/PanelCV", - "demo_url": "https://jekyller.github.io/PanelCV/", - "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) :)", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jekyller-panelcv.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jekyller-panelcv.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jekyller-panelcv-2x.jpg" - } - }, - "jekyller-popuptweets": { - "theme_key": "junlulocky-popuptweets", - "file": "jekyll-popuptweets-theme.md", - "name": "PopupTweets", - "title": "Popup Tweets", - "github_username": "jekyller", - "repo": "jekyller/PopupTweets", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/jekyller/PopupTweets", - "demo_url": "https://jekyller.github.io/PopupTweets/", - "stars": 11, - "forks": 7, - "open_issues": 0, - "last_commit": "2017-07-28T14:21:43Z", - "created_at": "2017-07-16T02:24:14Z", - "description": "Popup tweets plugin for your personal website (Linkedin, facebook message box liked features)", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/junlulocky-popuptweets.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/junlulocky-popuptweets.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/junlulocky-popuptweets-2x.jpg" - } - }, - "jekyller-sustain": { - "theme_key": "biomadeira-sustain", - "file": "jekyll-sustain.md", - "name": "sustain", - "title": "Sustain", - "github_username": "jekyller", - "repo": "jekyller/sustain", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jekyller/sustain", - "demo_url": "https://jekyller.github.io/sustain/", - "stars": 266, - "forks": 306, - "open_issues": 4, - "last_commit": "2021-05-14T09:09:19Z", - "created_at": "2015-10-27T22:42:43Z", - "description": "🎹 Personal blog powered by Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/biomadeira-sustain.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/biomadeira-sustain.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/biomadeira-sustain-2x.jpg" - } - }, - "jekyller-vitae": { - "theme_key": "biomadeira-vitae", - "file": "jekyll-vitae.md", - "name": "vitae", - "title": "Vitae", - "github_username": "jekyller", - "repo": "jekyller/vitae", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jekyller/vitae", - "demo_url": "https://jekyller.github.io/vitae/", - "stars": 199, - "forks": 225, - "open_issues": 1, - "last_commit": "2021-05-14T09:08:40Z", - "created_at": "2015-10-24T19:05:41Z", - "description": "👨‍💼 Personal resume powered by Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/biomadeira-vitae.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/biomadeira-vitae.jpg", - "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", - "name": "jasper2", - "title": "Jasper2", - "github_username": "jekyllt", - "repo": "jekyllt/jasper2", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jekyllt/jasper2", - "demo_url": "https://jekyller.github.io/jasper2/", - "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 👻", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jekyller-jasper2.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jekyller-jasper2.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jekyller-jasper2-2x.jpg" - } - }, - "jekyllt-sustain": { - "theme_key": "biomadeira-sustain", - "file": "jekyll-sustain.md", - "name": "sustain", - "title": "Sustain", - "github_username": "jekyllt", - "repo": "jekyllt/sustain", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jekyllt/sustain", - "demo_url": "https://jekyller.github.io/sustain/", - "stars": 270, - "forks": 302, - "open_issues": 4, - "last_commit": "2021-05-26T23:01:29Z", - "created_at": "2015-10-27T22:42:43Z", - "description": "🎹 Personal blog powered by Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/biomadeira-sustain.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/biomadeira-sustain.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/biomadeira-sustain-2x.jpg" - } - }, - "jekyllt-vitae": { - "theme_key": "biomadeira-vitae", - "file": "jekyll-vitae.md", - "name": "vitae", - "title": "Vitae", - "github_username": "jekyllt", - "repo": "jekyllt/vitae", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jekyllt/vitae", - "demo_url": "https://jekyller.github.io/vitae/", - "stars": 207, - "forks": 226, - "open_issues": 1, - "last_commit": "2021-05-26T22:32:16Z", - "created_at": "2015-10-24T19:05:41Z", - "description": "👨‍💼 Personal resume powered by Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/biomadeira-vitae.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/biomadeira-vitae.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/biomadeira-vitae-2x.jpg" - } - }, - "jekyllup-jekyll-theme-massively": { - "theme_key": "iwiedenm-jekyll-theme-massively-src", - "file": "jekyll-massively-theme.md", - "name": "jekyll-theme-massively", - "title": "Jekyll Massively", - "github_username": "jekyllup", - "repo": "jekyllup/jekyll-theme-massively", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jekyllup/jekyll-theme-massively", - "demo_url": "https://iwiedenm.github.io/jekyll-theme-massively/", - "stars": 212, - "forks": 357, - "open_issues": 24, - "last_commit": "2019-12-10T05:32:17Z", - "created_at": "2017-11-13T02:43:40Z", - "description": "Preview ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/iwiedenm-jekyll-theme-massively-src.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/iwiedenm-jekyll-theme-massively-src.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/iwiedenm-jekyll-theme-massively-src-2x.jpg" - } - }, - "jekynewage-jekynewage.github.io": { - "theme_key": "jekynewage-jekynewage.github.io", - "file": "jekyll-new-age.md", - "name": "jekynewage.github.io", - "title": "New Age", - "github_username": "jekynewage", - "repo": "jekynewage/jekynewage.github.io", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jekynewage/jekynewage.github.io", - "demo_url": "https://jekynewage.github.io", - "stars": 112, - "forks": 112, - "open_issues": 3, - "last_commit": "2021-07-17T21:09:25Z", - "created_at": "2016-10-25T05:15:39Z", - "description": "Start Boostrap New Age Theme for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jekynewage-jekynewage.github.io.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jekynewage-jekynewage.github.io.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jekynewage-jekynewage.github.io-2x.jpg" - } - }, - "jeromelachaud-freelancer-theme": { - "theme_key": "jeromelachaud-freelancer-theme", - "file": "freelancer-theme.md", - "name": "freelancer-theme", - "title": "Freelancer", - "github_username": "jeromelachaud", - "repo": "jeromelachaud/freelancer-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jeromelachaud/freelancer-theme", - "demo_url": "https://jeromelachaud.com/freelancer-theme/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/jeromelachaud-freelancer-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jeromelachaud-freelancer-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jeromelachaud-freelancer-theme-2x.jpg" - } - }, - "jeromelachaud-grayscale-theme": { - "theme_key": "jeromelachaud-grayscale-theme", - "file": "grayscale-theme.md", - "name": "grayscale-theme", - "title": "Grayscale", - "github_username": "jeromelachaud", - "repo": "jeromelachaud/grayscale-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jeromelachaud/grayscale-theme", - "demo_url": "https://jeromelachaud.com/grayscale-theme/", - "stars": 286, - "forks": 474, - "open_issues": 3, - "last_commit": "2022-12-13T09:41:28Z", - "created_at": "2015-02-02T14:45:08Z", - "description": "Jekyll theme based on Grayscale Start Bootstrap theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jeromelachaud-grayscale-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jeromelachaud-grayscale-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jeromelachaud-grayscale-theme-2x.jpg" - } - }, - "jerryc127-hexo-theme-butterfly": { - "theme_key": "jerryc127-hexo-theme-butterfly", - "file": "hexo-theme-butterfly.md", - "name": "hexo-theme-butterfly", - "title": "Butterfly", - "github_username": "jerryc127", - "repo": "jerryc127/hexo-theme-butterfly", - "branch": "dev", - "default_branch": "dev", - "github_url": "https://github.com/jerryc127/hexo-theme-butterfly", - "demo_url": "https://jerryc.me/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/jerryc127-hexo-theme-butterfly.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jerryc127-hexo-theme-butterfly.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jerryc127-hexo-theme-butterfly-2x.jpg" - } - }, - "jesselau76-hugo-w3-simple": { - "theme_key": "jesselau76-hugo-w3-simple", - "file": "hugo-w3-simple.md", - "name": "hugo-w3-simple", - "title": "Hugo W3 Simple", - "github_username": "jesselau76", - "repo": "jesselau76/hugo-w3-simple", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jesselau76/hugo-w3-simple", - "demo_url": "https://themes.gohugo.io/theme/hugo-w3-simple/", - "stars": 19, - "forks": 15, - "open_issues": 13, - "last_commit": "2019-12-01T02:56:10Z", - "created_at": "2018-11-05T23:20:12Z", - "description": "Hugo Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jesselau76-hugo-w3-simple.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jesselau76-hugo-w3-simple.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jesselau76-hugo-w3-simple-2x.jpg" - } - }, - "jitinnair1-gradfolio": { - "theme_key": "jitinnair1-gradfolio", - "file": "gradfolio.md", - "name": "gradfolio", - "title": "Gradfolio", - "github_username": "jitinnair1", - "repo": "jitinnair1/gradfolio", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jitinnair1/gradfolio", - "demo_url": "https://jitinnair1.github.io/gradfolio/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/jitinnair1-gradfolio.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jitinnair1-gradfolio.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jitinnair1-gradfolio-2x.jpg" - } - }, - "jjcav84-mdbreact-gatsby-starter": { - "theme_key": "jjcav84-mdbreact-gatsby-starter", - "file": "gatsby-mdbreact-starter.md", - "name": "mdbreact-gatsby-starter", - "title": "Gatsyb Mdb React", - "github_username": "jjcav84", - "repo": "jjcav84/mdbreact-gatsby-starter", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/jjcav84/mdbreact-gatsby-starter", - "demo_url": "https://gatsbystartermdb.netlify.com/", - "stars": 3, - "forks": 1, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jjcav84-mdbreact-gatsby-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jjcav84-mdbreact-gatsby-starter.jpg", - "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", - "name": "Dark-Portfolio-Template-11ty", - "title": "Dark Porfolio Theme for 11ty", - "github_username": "jmschrack", - "repo": "jmschrack/Dark-Portfolio-Template-11ty", - "branch": "dev", - "default_branch": "dev", - "github_url": "https://github.com/jmschrack/Dark-Portfolio-Template-11ty", - "demo_url": "https://jmschrack.github.io/Dark-Portfolio-Template-11ty/", - "stars": 21, - "forks": 10, - "open_issues": 1, - "last_commit": "2020-03-23T04:13:32Z", - "created_at": "2020-03-17T18:12:36Z", - "description": "Converted the W3C \"Dark Portfolio Template\" to 11ty", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jmschrack-dark-portfolio-template-11ty.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jmschrack-dark-portfolio-template-11ty.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jmschrack-dark-portfolio-template-11ty-2x.jpg" - } - }, - "jnjosh-internet-weblog": { - "theme_key": "jnjosh-internet-weblog", - "file": "hugo-internet-webblog.md", - "name": "internet-weblog", - "title": "Internet Weblog", - "github_username": "jnjosh", - "repo": "jnjosh/internet-weblog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jnjosh/internet-weblog", - "demo_url": "https://themes.gohugo.io/theme/internet-weblog/", - "stars": 31, - "forks": 20, - "open_issues": 0, - "last_commit": "2019-12-02T20:37:24Z", - "created_at": "2016-02-20T05:44:23Z", - "description": "internet weblog theme for Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jnjosh-internet-weblog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jnjosh-internet-weblog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jnjosh-internet-weblog-2x.jpg" - } - }, - "johncoene-marat": { - "theme_key": "johncoene-marat", - "file": "jekyll-marat-theme.md", - "name": "marat", - "title": "Marat", - "github_username": "JohnCoene", - "repo": "JohnCoene/marat", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/JohnCoene/marat", - "demo_url": "https://marat.john-coene.com", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/johncoene-marat.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/johncoene-marat.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/johncoene-marat-2x.jpg" - } - }, - "johnotander-pixyll": { - "theme_key": "johnotander-pixyll", - "file": "jekyll-pixyll.md", - "name": "pixyll", - "title": "Jekyll Pixyll", - "github_username": "johnotander", - "repo": "johnotander/pixyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/johnotander/pixyll", - "demo_url": "https://pixyll.com", - "stars": 0, - "forks": 0, - "open_issues": 0, - "last_commit": "2020-05-22T15:47:36Z", - "created_at": "2021-02-20T16:57:15Z", - "description": "Receive SMS Online for Free", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/johnotander-pixyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/johnotander-pixyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/johnotander-pixyll-2x.jpg" - } - }, - "josephdyer-skeleventy": { - "theme_key": "josephdyer-skeleventy", - "file": "skeleventy.md", - "name": "skeleventy", - "title": "Skeleventy", - "github_username": "josephdyer", - "repo": "josephdyer/skeleventy", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/josephdyer/skeleventy", - "demo_url": "https://skeleventy.netlify.com/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/josephdyer-skeleventy.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/josephdyer-skeleventy.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/josephdyer-skeleventy-2x.jpg" - } - }, - "josephhutch-aether": { - "theme_key": "josephhutch-aether", - "file": "aether.md", - "name": "aether", - "title": "Aether", - "github_username": "josephhutch", - "repo": "josephhutch/aether", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/josephhutch/aether", - "demo_url": "https://themes.gohugo.io/theme/aether/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/josephhutch-aether.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/josephhutch-aether.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/josephhutch-aether-2x.jpg" - } - }, - "joshgerdes-jekyll-uno": { - "theme_key": "joshgerdes-jekyll-uno", - "file": "jekyll-uno.md", - "name": "jekyll-uno", - "title": "Jekyll-Uno", - "github_username": "joshgerdes", - "repo": "joshgerdes/jekyll-uno", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/joshgerdes/jekyll-uno", - "demo_url": "https://joshgerdes.com/jekyll-uno/", - "stars": 599, - "forks": 578, - "open_issues": 8, - "last_commit": "2020-11-23T18:57:36Z", - "created_at": "2016-01-10T03:59:53Z", - "description": "Jekyll-Uno - a minimal, responsive theme for Jekyll based on Uno for Ghost", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/joshgerdes-jekyll-uno.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/joshgerdes-jekyll-uno.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/joshgerdes-jekyll-uno-2x.jpg" - } - }, - "joshuaavalon-jekyll-avalon": { - "theme_key": "joshuaavalon-jekyll-avalon", - "file": "jekyll-Avalon.md", - "name": "Jekyll-Avalon", - "title": "Jekyll Avalon", - "github_username": "joshuaavalon", - "repo": "joshuaavalon/Jekyll-Avalon", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/joshuaavalon/Jekyll-Avalon", - "demo_url": "https://joshuaavalon.github.io/Jekyll-Avalon/", - "stars": 16, - "forks": 18, - "open_issues": 0, - "last_commit": "2016-12-30T05:54:10Z", - "created_at": "2016-11-03T03:54:30Z", - "description": "Materialize Jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/joshuaavalon-jekyll-avalon.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/joshuaavalon-jekyll-avalon.jpg", - "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", - "name": "hugo-theme-yinyang", - "title": "Yinyang", - "github_username": "joway", - "repo": "joway/hugo-theme-yinyang", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/joway/hugo-theme-yinyang", - "demo_url": "https://blog.joway.io/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/joway-hugo-theme-yinyang.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/joway-hugo-theme-yinyang.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/joway-hugo-theme-yinyang-2x.jpg" - } - }, - "joytou-joytou.github.io": { - "theme_key": "joytou-joytou.github.io", - "file": "jekyll-JOYTOU-theme.md", - "name": "joytou.github.io", - "title": "JOYTOU", - "github_username": "joytou", - "repo": "joytou/joytou.github.io", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/joytou/joytou.github.io", - "demo_url": "https://joytou.github.io/", - "stars": 9, - "forks": 21, - "open_issues": 3, - "last_commit": "2020-02-05T12:56:48Z", - "created_at": "2017-08-03T13:26:48Z", - "description": "JOYTOU is a BootStrap blog template developed by Joytou Wu.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/joytou-joytou.github.io.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/joytou-joytou.github.io.jpg", - "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", - "name": "hugo-future-imperfect", - "title": "Hugo Future Imperfect", - "github_username": "jpescador", - "repo": "jpescador/hugo-future-imperfect", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jpescador/hugo-future-imperfect", - "demo_url": "https://themes.gohugo.io/theme/future-imperfect/", - "stars": 308, - "forks": 233, - "open_issues": 42, - "last_commit": "2018-02-27T14:39:14Z", - "created_at": "2016-03-21T00:52:47Z", - "description": "A ported theme with some extras for the Hugo static website engine", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jpescador-hugo-future-imperfect.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jpescador-hugo-future-imperfect.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jpescador-hugo-future-imperfect-2x.jpg" - } - }, - "jrutheiser-hugo-lithium-theme": { - "theme_key": "jrutheiser-hugo-lithium-theme", - "file": "hugo-lithium-theme.md", - "name": "hugo-lithium-theme", - "title": "Lithium", - "github_username": "jrutheiser", - "repo": "jrutheiser/hugo-lithium-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jrutheiser/hugo-lithium-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-lithium-theme/", - "stars": 114, - "forks": 134, - "open_issues": 8, - "last_commit": "2019-08-25T19:49:30Z", - "created_at": "2016-05-06T02:29:31Z", - "description": "Lithium - A simple responsive Hugo theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jrutheiser-hugo-lithium-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jrutheiser-hugo-lithium-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jrutheiser-hugo-lithium-theme-2x.jpg" - } - }, - "jsappme-gridsome-shopify-starter": { - "theme_key": "jsappme-gridsome-shopify-starter", - "file": "gridsome-shopify.md", - "name": "gridsome-shopify-starter", - "title": "Gridsome Tailwind CSS Shopify Starter", - "github_username": "jsappme", - "repo": "jsappme/gridsome-shopify-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jsappme/gridsome-shopify-starter", - "demo_url": "https://gridsome-shopify.netlify.app/", - "stars": 32, - "forks": 13, - "open_issues": 13, - "last_commit": "2020-07-24T13:52:23Z", - "created_at": "2020-06-16T19:25:47Z", - "description": "Ecommerce Headless PWA Gridsome Shopify Starter using TailwindCSS", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jsappme-gridsome-shopify-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jsappme-gridsome-shopify-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jsappme-gridsome-shopify-starter-2x.jpg" - } - }, - "jsnjack-hugo-changelog-theme": { - "theme_key": "jsnjack-hugo-changelog-theme", - "file": "hugo-changelog-theme.md", - "name": "hugo-changelog-theme", - "title": "Changelog", - "github_username": "jsnjack", - "repo": "jsnjack/hugo-changelog-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jsnjack/hugo-changelog-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-changelog-theme/", - "stars": 98, - "forks": 25, - "open_issues": 2, - "last_commit": "2021-01-04T22:55:28Z", - "created_at": "2018-09-02T19:35:09Z", - "description": "A Hugo changelog theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jsnjack-hugo-changelog-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jsnjack-hugo-changelog-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jsnjack-hugo-changelog-theme-2x.jpg" - } - }, - "jsnjack-kraiklyn": { - "theme_key": "jsnjack-kraiklyn", - "file": "hugo-kraiklyn-theme.md", - "name": "kraiklyn", - "title": "Kraiklyn", - "github_username": "jsnjack", - "repo": "jsnjack/kraiklyn", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jsnjack/kraiklyn", - "demo_url": "https://themes.gohugo.io/theme/kraiklyn/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/jsnjack-kraiklyn.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jsnjack-kraiklyn.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jsnjack-kraiklyn-2x.jpg" - } - }, - "jugglerx-gatsby-serif-theme": { - "theme_key": "jugglerx-gatsby-serif-theme", - "file": "gatsby-serif-theme.md", - "name": "gatsby-serif-theme", - "title": "Gatsby Serif Theme", - "github_username": "zerostaticthemes", - "repo": "zerostaticthemes/gatsby-serif-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zerostaticthemes/gatsby-serif-theme", - "demo_url": "https://gatsby-serif.netlify.com/", - "stars": 148, - "forks": 54, - "open_issues": 1, - "last_commit": "2020-09-05T05:50:16Z", - "created_at": "2018-12-12T04:58:52Z", - "description": "Serif is a beautiful small business theme for Gatsby.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jugglerx-gatsby-serif-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jugglerx-gatsby-serif-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jugglerx-gatsby-serif-theme-2x.jpg" - } - }, - "jugglerx-hugo-hero-theme": { - "theme_key": "jugglerx-hugo-hero-theme", - "file": "hugo-hero-theme.md", - "name": "hugo-hero-theme", - "title": "Hero", - "github_username": "zerostaticthemes", - "repo": "zerostaticthemes/hugo-hero-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zerostaticthemes/hugo-hero-theme", - "demo_url": "https://hugo-hero.netlify.com/", - "stars": 122, - "forks": 116, - "open_issues": 10, - "last_commit": "2021-01-08T01:13:34Z", - "created_at": "2018-12-05T23:22:47Z", - "description": "A modern business theme for Hugo. ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jugglerx-hugo-hero-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jugglerx-hugo-hero-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jugglerx-hugo-hero-theme-2x.jpg" - } - }, - "jugglerx-hugo-whisper-theme": { - "theme_key": "jugglerx-hugo-whisper-theme", - "file": "hugo-whisper-theme.md", - "name": "hugo-whisper-theme", - "title": "Whisper", - "github_username": "zerostaticthemes", - "repo": "zerostaticthemes/hugo-whisper-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zerostaticthemes/hugo-whisper-theme", - "demo_url": "https://hugo-whisper.netlify.com/", - "stars": 160, - "forks": 81, - "open_issues": 2, - "last_commit": "2020-09-06T03:11:35Z", - "created_at": "2019-02-17T06:32:03Z", - "description": "Whisper is a minimal documentation theme for Hugo.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jugglerx-hugo-whisper-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jugglerx-hugo-whisper-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jugglerx-hugo-whisper-theme-2x.jpg" - } - }, - "juhi-trivedi-cape": { - "theme_key": "juhi-trivedi-cape", - "file": "gatsby-cape.md", - "name": "cape", - "title": "Cape", - "github_username": "juhitrivedi", - "repo": "juhitrivedi/cape", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/juhitrivedi/cape", - "demo_url": "https://cape.netlify.com/", - "stars": 22, - "forks": 11, - "open_issues": 8, - "last_commit": "2020-03-05T09:06:58Z", - "created_at": "2019-03-01T13:09:55Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/juhi-trivedi-cape.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/juhi-trivedi-cape.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/juhi-trivedi-cape-2x.jpg" - } - }, - "juhitrivedi-cape": { - "theme_key": "juhi-trivedi-cape", - "file": "gatsby-cape.md", - "name": "cape", - "title": "Cape", - "github_username": "juhitrivedi", - "repo": "juhitrivedi/cape", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/juhitrivedi/cape", - "demo_url": "https://cape.netlify.com/", - "stars": 23, - "forks": 10, - "open_issues": 27, - "last_commit": "2020-03-05T09:06:58Z", - "created_at": "2019-03-01T13:09:55Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/juhi-trivedi-cape.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/juhi-trivedi-cape.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/juhi-trivedi-cape-2x.jpg" - } - }, - "jumpalottahigh-gatsby-starter-blog-jumpalottahigh": { - "theme_key": "jumpalottahigh-gatsby-starter-blog-jumpalottahigh", - "file": "gatsby-starter-blog-jumpalottahigh.md", - "name": "gatsby-starter-blog-jumpalottahigh", - "title": "Gatsby Blog Jumpalottahigh", - "github_username": "jumpalottahigh", - "repo": "jumpalottahigh/gatsby-starter-blog-jumpalottahigh", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jumpalottahigh/gatsby-starter-blog-jumpalottahigh", - "demo_url": "https://gatsby-starter-blog-jumpalottahigh.netlify.com/", - "stars": 4, - "forks": 0, - "open_issues": 0, - "last_commit": "2019-01-28T21:21:52Z", - "created_at": "2018-06-02T18:38:14Z", - "description": "Gatsby v2 blog starter with SEO, search, filter, reading progress, mobile menu fab", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jumpalottahigh-gatsby-starter-blog-jumpalottahigh.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jumpalottahigh-gatsby-starter-blog-jumpalottahigh.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jumpalottahigh-gatsby-starter-blog-jumpalottahigh-2x.jpg" - } - }, - "junlulocky-popuptweets": { - "theme_key": "junlulocky-popuptweets", - "file": "jekyll-popuptweets-theme.md", - "name": "PopupTweets", - "title": "Popup Tweets", - "github_username": "jekyller", - "repo": "jekyller/PopupTweets", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/jekyller/PopupTweets", - "demo_url": "https://jekyller.github.io/PopupTweets/", - "stars": 9, - "forks": 6, - "open_issues": 0, - "last_commit": "2017-07-28T14:21:43Z", - "created_at": "2017-07-16T02:24:14Z", - "description": "Popup tweets plugin for your personal website (Linkedin, facebook message box liked features)", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/junlulocky-popuptweets.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/junlulocky-popuptweets.jpg", - "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", - "name": "gatsby-v2-tutorial-starter", - "title": "Gatsby V2 Tutorial Starter", - "github_username": "justinformentin", - "repo": "justinformentin/gatsby-v2-tutorial-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/justinformentin/gatsby-v2-tutorial-starter", - "demo_url": "https://gatsby-tutorial-starter.netlify.com", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/justinformentin-gatsby-v2-tutorial-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/justinformentin-gatsby-v2-tutorial-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/justinformentin-gatsby-v2-tutorial-starter-2x.jpg" - } - }, - "jweslley-hugo-conference": { - "theme_key": "jweslley-hugo-conference", - "file": "hugo-conference-theme.md", - "name": "hugo-conference", - "title": "Hugo Conference", - "github_username": "jweslley", - "repo": "jweslley/hugo-conference", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/jweslley/hugo-conference", - "demo_url": "https://themes.gohugo.io/theme/hugo-conference/", - "stars": 30, - "forks": 26, - "open_issues": 2, - "last_commit": "2019-01-16T10:50:31Z", - "created_at": "2017-10-29T12:19:33Z", - "description": "The easiest way to create websites for conference/events", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jweslley-hugo-conference.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jweslley-hugo-conference.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jweslley-hugo-conference-2x.jpg" - } - }, - "jwillmer-jekylldecent": { - "theme_key": "jwillmer-jekylldecent", - "file": "jekyll-Decent.md", - "name": "jekyllDecent", - "title": "jekyllDecent", - "github_username": "jwillmer", - "repo": "jwillmer/jekyllDecent", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/jwillmer/jekyllDecent", - "demo_url": "https://jwillmer.github.io/jekyllDecent/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/jwillmer-jekylldecent.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jwillmer-jekylldecent.jpg", - "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", - "name": "hugo-tranquilpeak-theme", - "title": "Hugo Tranquilpeak", - "github_username": "kakawait", - "repo": "kakawait/hugo-tranquilpeak-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/kakawait/hugo-tranquilpeak-theme", - "demo_url": "https://tranquilpeak.kakawait.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/kakawait-hugo-tranquilpeak-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kakawait-hugo-tranquilpeak-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kakawait-hugo-tranquilpeak-theme-2x.jpg" - } - }, - "kamikat-jekyll-theme-kagami": { - "theme_key": "kamikat-jekyll-theme-kagami", - "file": "jekyll-kagami.md", - "name": "jekyll-theme-kagami", - "title": "Kagami", - "github_username": "kamikat", - "repo": "kamikat/jekyll-theme-kagami", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/kamikat/jekyll-theme-kagami", - "demo_url": "https://banana.moe/jekyll-theme-kagami/about.html", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/kamikat-jekyll-theme-kagami.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kamikat-jekyll-theme-kagami.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kamikat-jekyll-theme-kagami-2x.jpg" - } - }, - "karloespiritu-blackdoc": { - "theme_key": "karloespiritu-blackdoc", - "file": "jekyll-blackdoc.md", - "name": "BlackDoc", - "title": "BlackDoc", - "github_username": "karloespiritu", - "repo": "karloespiritu/BlackDoc", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/karloespiritu/BlackDoc", - "demo_url": "https://karloespiritu.com/blackdoc", - "stars": 118, - "forks": 106, - "open_issues": 7, - "last_commit": "2018-02-15T18:15:58Z", - "created_at": "2015-05-22T00:34:37Z", - "description": "A two-column Jekyll theme for websites that require a master-detail layout for viewing of content", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/karloespiritu-blackdoc.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/karloespiritu-blackdoc.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/karloespiritu-blackdoc-2x.jpg" - } - }, - "kausalflow-connectome": { - "theme_key": "kausalflow-connectome", - "file": "hugo-connectome.md", - "name": "connectome", - "title": "Hugo Connectome Theme", - "github_username": "kausalflow", - "repo": "kausalflow/connectome", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/kausalflow/connectome", - "demo_url": "https://hugo-connectome.kausalflow.com", - "stars": 25, - "forks": 8, - "open_issues": 0, - "last_commit": "2023-01-05T20:36:35Z", - "created_at": "2020-09-27T16:55:53Z", - "description": "A Hugo theme with backlinks for online communities", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/kausalflow-connectome.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kausalflow-connectome.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kausalflow-connectome-2x.jpg" - } - }, - "kaushalmodi-hugo-bare-min-theme": { - "theme_key": "kaushalmodi-hugo-bare-min-theme", - "file": "hugo-bare-min-theme.md", - "name": "hugo-bare-min-theme", - "title": "Bare Min", - "github_username": "kaushalmodi", - "repo": "kaushalmodi/hugo-bare-min-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/kaushalmodi/hugo-bare-min-theme", - "demo_url": "https://hugo-bare-min.netlify.com/", - "stars": 76, - "forks": 17, - "open_issues": 1, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/kaushalmodi-hugo-bare-min-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kaushalmodi-hugo-bare-min-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kaushalmodi-hugo-bare-min-theme-2x.jpg" - } - }, - "kazumasato-siera": { - "theme_key": "kazumasato-siera", - "file": "jekyll-siera.md", - "name": "Siera", - "title": "Siera", - "github_username": "nryotaro", - "repo": "nryotaro/Siera", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nryotaro/Siera", - "demo_url": "https://ranceworks.com/", - "stars": 32, - "forks": 54, - "open_issues": 1, - "last_commit": "2016-01-01T00:40:04Z", - "created_at": "2015-11-14T07:47:20Z", - "description": "jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/kazumasato-siera.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kazumasato-siera.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kazumasato-siera-2x.jpg" - } - }, - "kc0bfv-autophugo": { - "theme_key": "kc0bfv-autophugo", - "file": "hugo-theme-autophugo.md", - "name": "autophugo", - "title": "AutoPhugo", - "github_username": "kc0bfv", - "repo": "kc0bfv/autophugo", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/kc0bfv/autophugo", - "demo_url": "https://kc0bfv.github.io/autophugo", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/kc0bfv-autophugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kc0bfv-autophugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kc0bfv-autophugo-2x.jpg" - } - }, - "kc0bfv-ticky_tacky_dark": { - "theme_key": "kc0bfv-ticky_tacky_dark", - "file": "hugo-theme-tickytackydark.md", - "name": "ticky_tacky_dark", - "title": "Ticky Tacky Dark", - "github_username": "kc0bfv", - "repo": "kc0bfv/ticky_tacky_dark", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/kc0bfv/ticky_tacky_dark", - "demo_url": "https://kc0bfv.github.io/ticky_tacky_dark/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/kc0bfv-ticky_tacky_dark.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kc0bfv-ticky_tacky_dark.jpg", - "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", - "name": "pelican-smoothie", - "title": "Smoothie", - "github_username": "kdheepak", - "repo": "kdheepak/pelican-smoothie", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/kdheepak/pelican-smoothie", - "demo_url": "https://kdheepak.com/", - "stars": 8, - "forks": 4, - "open_issues": 0, - "last_commit": "2016-10-11T05:45:20Z", - "created_at": "2015-08-02T16:41:36Z", - "description": "Pelican-Smoothie - A Bootstrap theme for the static site generator Pelican", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/kdheepak-pelican-smoothie.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kdheepak-pelican-smoothie.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kdheepak-pelican-smoothie-2x.jpg" - } - }, - "keichi-vienna": { - "theme_key": "keichi-vienna", - "file": "hugo-vienna-theme.md", - "name": "vienna", - "title": "Vienna", - "github_username": "keichi", - "repo": "keichi/vienna", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/keichi/vienna", - "demo_url": "https://themes.gohugo.io/theme/vienna/", - "stars": 42, - "forks": 43, - "open_issues": 6, - "last_commit": "2020-04-02T03:56:56Z", - "created_at": "2015-02-03T06:30:25Z", - "description": "Simple and clean blog theme for hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/keichi-vienna.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/keichi-vienna.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/keichi-vienna-2x.jpg" - } - }, - "kejunmao-jekyll-theme-mdui": { - "theme_key": "kejunmao-jekyll-theme-mdui", - "file": "jekyll-mdui-theme.md", - "name": "jekyll-theme-mdui", - "title": "jekyll-theme-mdui", - "github_username": "KeJunMao", - "repo": "KeJunMao/jekyll-theme-mdui", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/KeJunMao/jekyll-theme-mdui", - "demo_url": "https://blog.kejun.space/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/kejunmao-jekyll-theme-mdui.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kejunmao-jekyll-theme-mdui.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kejunmao-jekyll-theme-mdui-2x.jpg" - } - }, - "kendallstrautman-brevifolia-gatsby-forestry": { - "theme_key": "kendallstrautman-brevifolia-gatsby-forestry", - "file": "gatsby-brevifolia-forestry.md", - "name": "brevifolia-gatsby-forestry", - "title": "Gatsby Brevifolia Forestry", - "github_username": "kendallstrautman", - "repo": "kendallstrautman/brevifolia-gatsby-forestry", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/kendallstrautman/brevifolia-gatsby-forestry", - "demo_url": "https://brevifolia-gatsby-forestry.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/kendallstrautman-brevifolia-gatsby-forestry.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kendallstrautman-brevifolia-gatsby-forestry.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kendallstrautman-brevifolia-gatsby-forestry-2x.jpg" - } - }, - "kendallstrautman-brevifolia-gridsome-forestry": { - "theme_key": "kendallstrautman-brevifolia-gridsome-forestry", - "file": "brevifolia-gridsome-forestry.md", - "name": "brevifolia-gridsome-forestry", - "title": "Brevifolia Gridsome Forestry", - "github_username": "kendallstrautman", - "repo": "kendallstrautman/brevifolia-gridsome-forestry", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/kendallstrautman/brevifolia-gridsome-forestry", - "demo_url": "https://brevifolia-gridsome-forestry.netlify.com/", - "stars": 24, - "forks": 14, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/kendallstrautman-brevifolia-gridsome-forestry.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kendallstrautman-brevifolia-gridsome-forestry.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kendallstrautman-brevifolia-gridsome-forestry-2x.jpg" - } - }, - "kentico-gatsby-starter-kontent": { - "theme_key": "kentico-gatsby-starter-kontent", - "file": "gatsby-starter-kontent.md", - "name": "gatsby-starter-kontent", - "title": "Gatsby Starter Kentico Kontent", - "github_username": "Kentico", - "repo": "Kentico/gatsby-starter-kontent", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Kentico/gatsby-starter-kontent", - "demo_url": "https://gatsby-starter-kontent.netlify.app", - "stars": 14, - "forks": 24, - "open_issues": 12, - "last_commit": "2022-03-09T15:47:46Z", - "created_at": "2018-08-17T10:25:38Z", - "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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kentico-gatsby-starter-kontent-2x.jpg" - } - }, - "kentico-gatsby-starter-kontent-lumen": { - "theme_key": "kentico-gatsby-starter-kontent-lumen", - "file": "gatsby-kontent-lumen.md", - "name": "gatsby-starter-kontent-lumen", - "title": "Gatsby Kontent Lumen", - "github_username": "Kentico", - "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": 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 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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kentico-gatsby-starter-kontent-lumen-2x.jpg" - } - }, - "kentico-kontent-boilerplate-statiq-net": { - "theme_key": "kentico-kontent-boilerplate-statiq-net", - "file": "statiq-kontent-boilerplate.md", - "name": "kontent-boilerplate-statiq-net", - "title": "Statiq Kontent Boilerplate Kontent", - "github_username": "Kentico", - "repo": "Kentico/kontent-boilerplate-statiq-net", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/Kentico/kontent-boilerplate-statiq-net", - "demo_url": "https://kentico.github.io/kontent-boilerplate-statiq-net", - "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": { - "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" - } - }, - "kentico-kontent-jekyll-blog": { - "theme_key": "kentico-kontent-jekyll-blog", - "file": "jekyll-kontent-blog.md", - "name": "kontent-jekyll-blog", - "title": "Jekyll Kontent Blog", - "github_username": "Kentico", - "repo": "Kentico/kontent-jekyll-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Kentico/kontent-jekyll-blog", - "demo_url": "https://kentico.github.io/kontent-jekyll-blog/", - "stars": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/kentico-kontent-jekyll-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kentico-kontent-jekyll-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kentico-kontent-jekyll-blog-2x.jpg" - } - }, - "kentico-kontent-sample-dancing-goat-gridsome": { - "theme_key": "kentico-kontent-sample-dancing-goat-gridsome", - "file": "gridsome-kontent-dancing-goat.md", - "name": "kontent-sample-dancing-goat-gridsome", - "title": "Gridsome Kontent Dancing Goat", - "github_username": "Kentico", - "repo": "Kentico/kontent-sample-dancing-goat-gridsome", - "branch": "master", - "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": 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": { - "hires": "https://www.jamstackthemes.dev/capture/kentico-kontent-sample-dancing-goat-gridsome.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kentico-kontent-sample-dancing-goat-gridsome.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kentico-kontent-sample-dancing-goat-gridsome-2x.jpg" - } - }, - "kentico-statiq-starter-kontent-lumen": { - "theme_key": "kentico-statiq-starter-kontent-lumen", - "file": "statiq-starter-kontent-lumen.md", - "name": "statiq-starter-kontent-lumen", - "title": "Statiq Starter Kontent Lumen", - "github_username": "Kentico", - "repo": "Kentico/statiq-starter-kontent-lumen", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Kentico/statiq-starter-kontent-lumen", - "demo_url": "https://kentico.github.io/statiq-starter-kontent-lumen/", - "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 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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kentico-statiq-starter-kontent-lumen-2x.jpg" - } - }, - "kevit-devaid-jekyll-theme": { - "theme_key": "kevit-devaid-jekyll-theme", - "file": "jekyll-devaid.md", - "name": "devaid-jekyll-theme", - "title": "devAid", - "github_username": "kevit", - "repo": "kevit/devaid-jekyll-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/kevit/devaid-jekyll-theme", - "demo_url": "https://themes.3rdwavemedia.com/demo/devaid/", - "stars": 40, - "forks": 26, - "open_issues": 3, - "last_commit": "2019-03-20T11:46:46Z", - "created_at": "2015-04-16T15:01:33Z", - "description": "DevAid theme for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/kevit-devaid-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kevit-devaid-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kevit-devaid-jekyll-theme-2x.jpg" - } - }, - "kimnagui-gatsby-starter-nagui": { - "theme_key": "kimnagui-gatsby-starter-nagui", - "file": "gatsby-starter-nagui.md", - "name": "gatsby-starter-nagui", - "title": "Gatsby Nagui", - "github_username": "kimnagui", - "repo": "kimnagui/gatsby-starter-nagui", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/kimnagui/gatsby-starter-nagui", - "demo_url": "https://demo.nagui.me/", - "stars": 12, - "forks": 6, - "open_issues": 22, - "last_commit": "2020-01-28T00:34:22Z", - "created_at": "2019-07-15T06:31:10Z", - "description": "Gatsbyjs Starter", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/kimnagui-gatsby-starter-nagui.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kimnagui-gatsby-starter-nagui.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kimnagui-gatsby-starter-nagui-2x.jpg" - } - }, - "kingfelix-emerald": { - "theme_key": "kingfelix-emerald", - "file": "jekyll-emerald.md", - "name": "emerald", - "title": "Emerald", - "github_username": "KingFelix", - "repo": "KingFelix/emerald", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/KingFelix/emerald", - "demo_url": "https://www.jacoporabolini.com/emerald/", - "stars": 187, - "forks": 711, - "open_issues": 4, - "last_commit": "2019-10-23T07:27:27Z", - "created_at": "2015-03-17T10:26:55Z", - "description": "A minimal and mobile-first blog theme for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/kingfelix-emerald.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kingfelix-emerald.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kingfelix-emerald-2x.jpg" - } - }, - "kippt-jekyll-incorporated": { - "theme_key": "kippt-jekyll-incorporated", - "file": "jekyll-incorporated.md", - "name": "jekyll-incorporated", - "title": "Incorporated", - "github_username": "kippt", - "repo": "kippt/jekyll-incorporated", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/kippt/jekyll-incorporated", - "demo_url": "https://blog.sendtoinc.com/", - "stars": 1074, - "forks": 381, - "open_issues": 21, - "last_commit": "2014-02-26T00:01:30Z", - "created_at": "2013-10-09T21:57:31Z", - "description": "Modern Jekyll based blog for companies", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/kippt-jekyll-incorporated.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kippt-jekyll-incorporated.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kippt-jekyll-incorporated-2x.jpg" - } - }, - "kirqe-autm-rb": { - "theme_key": "railsr-autm-rb", - "file": "jekyll-autm-rb.md", - "name": "autm-rb", - "title": "autm-rb", - "github_username": "kirqe", - "repo": "kirqe/autm-rb", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/kirqe/autm-rb", - "demo_url": "https://kirqe.github.io/autm-rb/", - "stars": 83, - "forks": 115, - "open_issues": 1, - "last_commit": "2017-04-02T21:14:04Z", - "created_at": "2014-10-10T15:37:02Z", - "description": "Jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/railsr-autm-rb.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/railsr-autm-rb.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/railsr-autm-rb-2x.jpg" - } - }, - "kishaningithub-hugo-creative-portfolio-theme": { - "theme_key": "kishaningithub-hugo-creative-portfolio-theme", - "file": "hugo-creative-portfolio-theme.md", - "name": "hugo-creative-portfolio-theme", - "title": "Creative portfolio", - "github_username": "kishaningithub", - "repo": "kishaningithub/hugo-creative-portfolio-theme", - "branch": "master", - "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": 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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/kishaningithub-hugo-creative-portfolio-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kishaningithub-hugo-creative-portfolio-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kishaningithub-hugo-creative-portfolio-theme-2x.jpg" - } - }, - "kitian616-jekyll-text-theme": { - "theme_key": "kitian616-jekyll-text-theme", - "file": "jekyll-TeXt-theme.md", - "name": "jekyll-TeXt-theme", - "title": "TeXt", - "github_username": "kitian616", - "repo": "kitian616/jekyll-TeXt-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/kitian616/jekyll-TeXt-theme", - "demo_url": "https://tianqi.name/jekyll-TeXt-theme/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/kitian616-jekyll-text-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kitian616-jekyll-text-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kitian616-jekyll-text-theme-2x.jpg" - } - }, - "kkninjae-book": { - "theme_key": "kkninjae-book", - "file": "jekyll-book.md", - "name": "book", - "title": "Book", - "github_username": "kkninjae", - "repo": "kkninjae/book", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/kkninjae/book", - "demo_url": "https://liulang.co/book/", - "stars": 121, - "forks": 64, - "open_issues": 5, - "last_commit": "2018-01-16T12:48:20Z", - "created_at": "2015-08-27T20:29:15Z", - "description": "A Jekyll Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/kkninjae-book.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kkninjae-book.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kkninjae-book-2x.jpg" - } - }, - "klugjo-hexo-theme-alpha-dust": { - "theme_key": "klugjo-hexo-theme-alpha-dust", - "file": "hexo-theme-alpha-dust.md", - "name": "hexo-theme-alpha-dust", - "title": "Alpha Dust", - "github_username": "klugjo", - "repo": "klugjo/hexo-theme-alpha-dust", - "branch": "master", - "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": 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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/klugjo-hexo-theme-alpha-dust.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/klugjo-hexo-theme-alpha-dust.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/klugjo-hexo-theme-alpha-dust-2x.jpg" - } - }, - "klugjo-hexo-theme-anodyne": { - "theme_key": "klugjo-hexo-theme-anodyne", - "file": "hexo-theme-anodyne.md", - "name": "hexo-theme-anodyne", - "title": "Anodyne", - "github_username": "klugjo", - "repo": "klugjo/hexo-theme-anodyne", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/klugjo/hexo-theme-anodyne", - "demo_url": "https://www.codeblocq.com/assets/projects/hexo-theme-anodyne/", - "stars": 148, - "forks": 35, - "open_issues": 2, - "last_commit": "2019-07-06T05:14:22Z", - "created_at": "2017-01-27T03:59:03Z", - "description": "🌋 Original Bright Theme for Hexo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/klugjo-hexo-theme-anodyne.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/klugjo-hexo-theme-anodyne.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/klugjo-hexo-theme-anodyne-2x.jpg" - } - }, - "klugjo-hexo-theme-clean-blog": { - "theme_key": "klugjo-hexo-theme-clean-blog", - "file": "hexo-theme-clean-blog.md", - "name": "hexo-theme-clean-blog", - "title": "Hexo Clean Blog", - "github_username": "klugjo", - "repo": "klugjo/hexo-theme-clean-blog", - "branch": "master", - "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": 384, - "forks": 128, - "open_issues": 6, - "last_commit": "2021-02-08T07:01:15Z", - "created_at": "2016-03-11T05:53:04Z", - "description": "Hexo implementation of Clean Blog http://blackrockdigital.github.io/startbootstrap-clean-blog/index.html", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/klugjo-hexo-theme-clean-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/klugjo-hexo-theme-clean-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/klugjo-hexo-theme-clean-blog-2x.jpg" - } - }, - "klugjo-hexo-theme-phantom": { - "theme_key": "klugjo-hexo-theme-phantom", - "file": "hexo-theme-phantom.md", - "name": "hexo-theme-phantom", - "title": "Phantom", - "github_username": "klugjo", - "repo": "klugjo/hexo-theme-phantom", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/klugjo/hexo-theme-phantom", - "demo_url": "https://www.codeblocq.com/assets/projects/hexo-theme-phantom/", - "stars": 238, - "forks": 59, - "open_issues": 6, - "last_commit": "2018-11-27T10:26:19Z", - "created_at": "2016-03-30T06:14:41Z", - "description": "Hexo implementation of Phantom (http://html5up.net/phantom)", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/klugjo-hexo-theme-phantom.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/klugjo-hexo-theme-phantom.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/klugjo-hexo-theme-phantom-2x.jpg" - } - }, - "knaman2609-clean": { - "theme_key": "knaman2609-clean", - "file": "jekyll-clean.md", - "name": "clean", - "title": "Clean", - "github_username": "knaman2609", - "repo": "knaman2609/clean", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/knaman2609/clean", - "demo_url": "https://knaman2609.github.io/clean/", - "stars": 49, - "forks": 58, - "open_issues": 9, - "last_commit": "2017-06-05T18:34:26Z", - "created_at": "2015-09-26T18:55:33Z", - "description": "A clean jekyll theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/knaman2609-clean.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/knaman2609-clean.jpg", - "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", - "name": "Pudhina", - "title": "Pudhina", - "github_username": "knhash", - "repo": "knhash/Pudhina", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/knhash/Pudhina", - "demo_url": "https://knhash.github.io/Pudhina/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/knhash-pudhina.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/knhash-pudhina.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/knhash-pudhina-2x.jpg" - } - }, - "knightjdr-gatsby-starter-scientist": { - "theme_key": "knightjdr-gatsby-starter-scientist", - "file": "gatsby-starter-scientist.md", - "name": "gatsby-starter-scientist", - "title": "Gatsby Starter for Scientists", - "github_username": "knightjdr", - "repo": "knightjdr/gatsby-starter-scientist", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/knightjdr/gatsby-starter-scientist", - "demo_url": "https://knightjdr.github.io/gatsby-starter-scientist", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/knightjdr-gatsby-starter-scientist.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/knightjdr-gatsby-starter-scientist.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/knightjdr-gatsby-starter-scientist-2x.jpg" - } - }, - "koirand-pulp": { - "theme_key": "koirand-pulp", - "file": "hugo-pulp.md", - "name": "pulp", - "title": "Pulp", - "github_username": "koirand", - "repo": "koirand/pulp", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/koirand/pulp", - "demo_url": "https://themes.gohugo.io/theme/pulp/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/koirand-pulp.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/koirand-pulp.jpg", - "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", - "name": "gatsby-starter-bootstrap-netlify", - "title": "Gatsby Starter Bootstrap Netlify", - "github_username": "konsumer", - "repo": "konsumer/gatsby-starter-bootstrap-netlify", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/konsumer/gatsby-starter-bootstrap-netlify", - "demo_url": "https://gatsby-starter-bootstrap-netlify.netlify.com/", - "stars": 63, - "forks": 27, - "open_issues": 3, - "last_commit": "2019-05-03T20:35:51Z", - "created_at": "2017-11-08T01:59:41Z", - "description": "Bootstrap and netlify CMS starter for Gatsby", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/konsumer-gatsby-starter-bootstrap-netlify.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/konsumer-gatsby-starter-bootstrap-netlify.jpg", - "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", - "name": "daktilo", - "title": "Daktilo", - "github_username": "kronik3r", - "repo": "kronik3r/daktilo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/kronik3r/daktilo", - "demo_url": "https://daktilo.github.io/", - "stars": 281, - "forks": 159, - "open_issues": 9, - "last_commit": "2018-12-03T18:13:42Z", - "created_at": "2015-09-08T04:32:39Z", - "description": "A Jekyll theme with a minimal design inspired by typewriters.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/kronik3r-daktilo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kronik3r-daktilo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kronik3r-daktilo-2x.jpg" - } - }, - "kulacino-bajawa": { - "theme_key": "kulacino-bajawa", - "file": "jekyll-bajawa.md", - "name": "bajawa", - "title": "Bajawa", - "github_username": "kulacino", - "repo": "kulacino/bajawa", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/kulacino/bajawa", - "demo_url": "https://bajawa.ayuwelirang.com", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/kulacino-bajawa.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kulacino-bajawa.jpg", - "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", - "name": "dekyll", - "title": "Dekyll", - "github_username": "kuntoaji", - "repo": "kuntoaji/dekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/kuntoaji/dekyll", - "demo_url": "https://www.kaklabs.com", - "stars": 9, - "forks": 12, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/kuntoaji-dekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kuntoaji-dekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kuntoaji-dekyll-2x.jpg" - } - }, - "kxxvii-kikofri": { - "theme_key": "kxxvii-kikofri", - "file": "jekyll-Kikofri.md", - "name": "Kikofri", - "title": "Kikofri ", - "github_username": "kxxvii", - "repo": "kxxvii/Kikofri", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/kxxvii/Kikofri", - "demo_url": "https://kxxvii.github.io/Kikofri", - "stars": 12, - "forks": 7, - "open_issues": 0, - "last_commit": "2019-07-09T20:33:29Z", - "created_at": "2016-08-21T18:10:19Z", - "description": "Kikofri, a Jekyll Theme, and a fork of Kiko.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/kxxvii-kikofri.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kxxvii-kikofri.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/kxxvii-kikofri-2x.jpg" - } - }, - "laixintao-princess-diaries": { - "theme_key": "laixintao-princess-diaries", - "file": "jekyll-princess-diaries.md", - "name": "Princess-Diaries", - "title": "Princess Diaries", - "github_username": "laixintao", - "repo": "laixintao/Princess-Diaries", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/laixintao/Princess-Diaries", - "demo_url": "https://laixintao.github.io/Princess-Diaries.html", - "stars": 6, - "forks": 11, - "open_issues": 0, - "last_commit": "2017-08-02T01:49:55Z", - "created_at": "2015-11-21T15:15:37Z", - "description": "👸 A jekyll theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/laixintao-princess-diaries.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/laixintao-princess-diaries.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/laixintao-princess-diaries-2x.jpg" - } - }, - "laobubu-jekyll-theme-easybook": { - "theme_key": "laobubu-jekyll-theme-easybook", - "file": "jekyll-easybook.md", - "name": "jekyll-theme-EasyBook", - "title": "EasyBook", - "github_username": "laobubu", - "repo": "laobubu/jekyll-theme-EasyBook", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/laobubu/jekyll-theme-EasyBook", - "demo_url": "https://blog.laobubu.net/", - "stars": 126, - "forks": 90, - "open_issues": 4, - "last_commit": "2018-11-19T09:28:39Z", - "created_at": "2015-01-15T06:14:44Z", - "description": "Another Jekyll Blog Theme \"EasyBook\"", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/laobubu-jekyll-theme-easybook.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/laobubu-jekyll-theme-easybook.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/laobubu-jekyll-theme-easybook-2x.jpg" - } - }, - "lasseborly-anybodyhome": { - "theme_key": "lasseborly-anybodyhome", - "file": "hugo-anybodyhome-theme.md", - "name": "anybodyhome", - "title": "Anybody Home", - "github_username": "lasseborly", - "repo": "lasseborly/anybodyhome", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/lasseborly/anybodyhome", - "demo_url": "https://themes.gohugo.io/theme/anybodyhome/", - "stars": 16, - "forks": 7, - "open_issues": 1, - "last_commit": "2018-04-09T21:33:36Z", - "created_at": "2016-08-31T14:03:59Z", - "description": "A simple theme for simple people", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lasseborly-anybodyhome.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lasseborly-anybodyhome.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lasseborly-anybodyhome-2x.jpg" - } - }, - "lauragift21-gridsome-minimal-blog": { - "theme_key": "lauragift21-gridsome-minimal-blog", - "file": "minimal-starter-theme.md", - "name": "gridsome-minimal-blog", - "title": "Gridsome Minimal Blog", - "github_username": "lauragift21", - "repo": "lauragift21/gridsome-minimal-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/lauragift21/gridsome-minimal-blog", - "demo_url": "https://gridsome-blog-telerik.netlify.com/", - "stars": 58, - "forks": 52, - "open_issues": 4, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/lauragift21-gridsome-minimal-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lauragift21-gridsome-minimal-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lauragift21-gridsome-minimal-blog-2x.jpg" - } - }, - "lavkumarv-feature-blog-jekyll": { - "theme_key": "lavkumarv-feature-blog-jekyll", - "file": "jekyll-feature-blog.md", - "name": "feature-blog-jekyll", - "title": "Feature Blog", - "github_username": "lavkumarv", - "repo": "lavkumarv/feature-blog-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/lavkumarv/feature-blog-jekyll", - "demo_url": "https://lavkumarv.github.io/", - "stars": 10, - "forks": 19, - "open_issues": 0, - "last_commit": "2017-01-29T18:02:08Z", - "created_at": "2017-01-05T19:19:50Z", - "description": "Feature Blog is a minimalist, beautiful, responsive theme for Jekyll. Demo: ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lavkumarv-feature-blog-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lavkumarv-feature-blog-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lavkumarv-feature-blog-jekyll-2x.jpg" - } - }, - "le4ker-personal-jekyll-theme": { - "theme_key": "le4ker-personal-jekyll-theme", - "file": "jekyll-personal.md", - "name": "personal-jekyll-theme", - "title": "Personal", - "github_username": "le4ker", - "repo": "le4ker/personal-jekyll-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/le4ker/personal-jekyll-theme", - "demo_url": "https://le4ker.github.io/personal-jekyll-theme/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/le4ker-personal-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/le4ker-personal-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/le4ker-personal-jekyll-theme-2x.jpg" - } - }, - "lednerb-bilberry-hugo-theme": { - "theme_key": "lednerb-bilberry-hugo-theme", - "file": "bilberry-hugo-theme.md", - "name": "bilberry-hugo-theme", - "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": 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": { - "hires": "https://www.jamstackthemes.dev/capture/lednerb-bilberry-hugo-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lednerb-bilberry-hugo-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lednerb-bilberry-hugo-theme-2x.jpg" - } - }, - "lekoarts-gatsby-starter-minimal-blog": { - "theme_key": "lekoarts-gatsby-starter-minimal-blog", - "file": "gatsby-starter-minimal-blog.md", - "name": "gatsby-starter-minimal-blog", - "title": "Gatsby Starter Minimal Blog", - "github_username": "LekoArts", - "repo": "LekoArts/gatsby-starter-minimal-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/LekoArts/gatsby-starter-minimal-blog", - "demo_url": "https://minimal-blog.lekoarts.de/", - "stars": 1051, - "forks": 313, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/lekoarts-gatsby-starter-minimal-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lekoarts-gatsby-starter-minimal-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lekoarts-gatsby-starter-minimal-blog-2x.jpg" - } - }, - "lekoarts-gatsby-starter-portfolio-bella": { - "theme_key": "lekoarts-gatsby-starter-portfolio-bella", - "file": "gatsby-starter-portfolio-bella.md", - "name": "gatsby-starter-portfolio-bella", - "title": "Gatsby Starter Portfolio Bella", - "github_username": "LekoArts", - "repo": "LekoArts/gatsby-starter-portfolio-bella", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/LekoArts/gatsby-starter-portfolio-bella", - "demo_url": "https://portfolio-bella.netlify.com/", - "stars": 123, - "forks": 19, - "open_issues": 4, - "last_commit": "2018-11-29T15:30:58Z", - "created_at": "2018-05-30T17:27:04Z", - "description": "A bright single-page portfolio starter for Gatsby powered by Prismic.io. The target audience are designers and photographers.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lekoarts-gatsby-starter-portfolio-bella.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-bella.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-bella-2x.jpg" - } - }, - "lekoarts-gatsby-starter-portfolio-cara": { - "theme_key": "lekoarts-gatsby-starter-portfolio-cara", - "file": "gatsby-cara.md", - "name": "gatsby-starter-portfolio-cara", - "title": "Gatsby Cara", - "github_username": "LekoArts", - "repo": "LekoArts/gatsby-starter-portfolio-cara", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/LekoArts/gatsby-starter-portfolio-cara", - "demo_url": "https://cara.lekoarts.de/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/lekoarts-gatsby-starter-portfolio-cara.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-cara.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-cara-2x.jpg" - } - }, - "lekoarts-gatsby-starter-portfolio-emilia": { - "theme_key": "lekoarts-gatsby-starter-portfolio-emilia", - "file": "gatsby-theme-emilia.md", - "name": "gatsby-starter-portfolio-emilia", - "title": "Gatsby Emilia", - "github_username": "LekoArts", - "repo": "LekoArts/gatsby-starter-portfolio-emilia", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/LekoArts/gatsby-starter-portfolio-emilia", - "demo_url": "https://emilia.lekoarts.de", - "stars": 342, - "forks": 82, - "open_issues": 1, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/lekoarts-gatsby-starter-portfolio-emilia.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-emilia.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-emilia-2x.jpg" - } - }, - "lekoarts-gatsby-starter-portfolio-emma": { - "theme_key": "lekoarts-gatsby-starter-portfolio-emma", - "file": "gatsby-starter-portfolio-emma.md", - "name": "gatsby-starter-portfolio-emma", - "title": "Gatsby Starter Portfolio Emma", - "github_username": "LekoArts", - "repo": "LekoArts/gatsby-starter-portfolio-emma", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/LekoArts/gatsby-starter-portfolio-emma", - "demo_url": "https://emma.lekoarts.de/", - "stars": 267, - "forks": 79, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/lekoarts-gatsby-starter-portfolio-emma.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-emma.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-emma-2x.jpg" - } - }, - "lekoarts-gatsby-starter-portfolio-jodie": { - "theme_key": "lekoarts-gatsby-starter-portfolio-jodie", - "file": "gatsby-starter-portfolio-jodie.md", - "name": "gatsby-starter-portfolio-jodie", - "title": "Gatsby Jodie", - "github_username": "LekoArts", - "repo": "LekoArts/gatsby-starter-portfolio-jodie", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/LekoArts/gatsby-starter-portfolio-jodie", - "demo_url": "https://jodie.lekoarts.de/", - "stars": 321, - "forks": 78, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/lekoarts-gatsby-starter-portfolio-jodie.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-jodie.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-jodie-2x.jpg" - } - }, - "lekoarts-gatsby-starter-prismic-i18n": { - "theme_key": "lekoarts-gatsby-starter-prismic-i18n", - "file": "gatsby-starter-prismic-i18n.md", - "name": "gatsby-starter-prismic-i18n", - "title": "Gatsby Prismic i18n", - "github_username": "LekoArts", - "repo": "LekoArts/gatsby-starter-prismic-i18n", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/LekoArts/gatsby-starter-prismic-i18n", - "demo_url": "https://prismic-i18n.lekoarts.de/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lekoarts-gatsby-starter-prismic-i18n.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lekoarts-gatsby-starter-prismic-i18n.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lekoarts-gatsby-starter-prismic-i18n-2x.jpg" - } - }, - "lekovicmilos-gatsby-starter-portfolio": { - "theme_key": "lekovicmilos-gatsby-starter-portfolio", - "file": "gatsby-starter-portfolio.md", - "name": "gatsby-starter-portfolio", - "title": "Gatsby Starter Portfolio", - "github_username": "LekovicMilos", - "repo": "LekovicMilos/gatsby-starter-portfolio", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/LekovicMilos/gatsby-starter-portfolio", - "demo_url": "https://relaxed-bhaskara-5abd0a.netlify.com/", - "stars": 18, - "forks": 7, - "open_issues": 0, - "last_commit": "2019-02-27T21:00:47Z", - "created_at": "2019-02-27T20:42:33Z", - "description": "Gatsby starter for creating a portfolio website", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lekovicmilos-gatsby-starter-portfolio.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lekovicmilos-gatsby-starter-portfolio.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lekovicmilos-gatsby-starter-portfolio-2x.jpg" - } - }, - "lenpaul-academic": { - "theme_key": "lenpaul-academic", - "file": "jekyll-academic.md", - "name": "academic", - "title": "academic", - "github_username": "LeNPaul", - "repo": "LeNPaul/academic", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/LeNPaul/academic", - "demo_url": "https://lenpaul.github.io/academic/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/lenpaul-academic.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lenpaul-academic.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lenpaul-academic-2x.jpg" - } - }, - "lenpaul-lagrange": { - "theme_key": "lenpaul-lagrange", - "file": "jekyll-lagrange.md", - "name": "Lagrange", - "title": "Lagrange", - "github_username": "LeNPaul", - "repo": "LeNPaul/Lagrange", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/LeNPaul/Lagrange", - "demo_url": "https://lenpaul.github.io/Lagrange/", - "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 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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lenpaul-lagrange-2x.jpg" - } - }, - "lenpaul-millennial": { - "theme_key": "lenpaul-millennial", - "file": "millennial.md", - "name": "Millennial", - "title": "Millennial", - "github_username": "LeNPaul", - "repo": "LeNPaul/Millennial", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/LeNPaul/Millennial", - "demo_url": "https://lenpaul.github.io/Millennial/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/lenpaul-millennial.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lenpaul-millennial.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lenpaul-millennial-2x.jpg" - } - }, - "lenpaul-portfolio-jekyll-theme": { - "theme_key": "lenpaul-portfolio-jekyll-theme", - "file": "jekyll-portfolio-theme.md", - "name": "portfolio-jekyll-theme", - "title": "Portfolio Jekyll Theme", - "github_username": "LeNPaul", - "repo": "LeNPaul/portfolio-jekyll-theme", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/LeNPaul/portfolio-jekyll-theme", - "demo_url": "https://lenpaul.github.io/portfolio-jekyll-theme/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/lenpaul-portfolio-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lenpaul-portfolio-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lenpaul-portfolio-jekyll-theme-2x.jpg" - } - }, - "leonhe-hugo_eiio": { - "theme_key": "leonhe-hugo_eiio", - "file": "hugo-eiio.md", - "name": "hugo_eiio", - "title": "Eiio", - "github_username": "leonhe", - "repo": "leonhe/hugo_eiio", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/leonhe/hugo_eiio", - "demo_url": "https://themes.gohugo.io/theme/hugo_eiio/", - "stars": 20, - "forks": 3, - "open_issues": 0, - "last_commit": "2021-06-28T08:28:29Z", - "created_at": "2016-12-03T09:41:16Z", - "description": "Hugo Blog Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/leonhe-hugo_eiio.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/leonhe-hugo_eiio.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/leonhe-hugo_eiio-2x.jpg" - } - }, - "leopardpan-leopardpan.github.io": { - "theme_key": "leopardpan-leopardpan.github.io", - "file": "jekyll-leopard.md", - "name": "leopardpan.github.io", - "title": "leopard", - "github_username": "leopardpan", - "repo": "leopardpan/leopardpan.github.io", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/leopardpan/leopardpan.github.io", - "demo_url": "https://baixin.io", - "stars": 1140, - "forks": 756, - "open_issues": 46, - "last_commit": "2020-07-13T09:45:27Z", - "created_at": "2016-03-29T15:22:17Z", - "description": "个人博客,看效果进入", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/leopardpan-leopardpan.github.io.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/leopardpan-leopardpan.github.io.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/leopardpan-leopardpan.github.io-2x.jpg" - } - }, - "lewis-geek-hexo-theme-aath": { - "theme_key": "lewis-geek-hexo-theme-aath", - "file": "hexo-theme-Aath.md", - "name": "hexo-theme-Aath", - "title": "Aath", - "github_username": "lewis-geek", - "repo": "lewis-geek/hexo-theme-Aath", - "branch": "develop", - "default_branch": "develop", - "github_url": "https://github.com/lewis-geek/hexo-theme-Aath", - "demo_url": "https://lewis.suclub.cn/", - "stars": 154, - "forks": 24, - "open_issues": 5, - "last_commit": "2019-01-30T01:29:19Z", - "created_at": "2017-09-04T02:41:19Z", - "description": "Hexo 主题", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lewis-geek-hexo-theme-aath.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lewis-geek-hexo-theme-aath.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lewis-geek-hexo-theme-aath-2x.jpg" - } - }, - "lewislbr-lewis-gatsby-starter-blog": { - "theme_key": "lewislbr-lewis-gatsby-starter-blog", - "file": "gatsby-lewis-starter-blog.md", - "name": "lewis-gatsby-starter-blog", - "title": "Gatsby Lewis Blog", - "github_username": "lewislbr", - "repo": "lewislbr/lewis-gatsby-starter-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/lewislbr/lewis-gatsby-starter-blog", - "demo_url": "https://lewis-gatsby-starter-blog.firebaseapp.com/", - "stars": 28, - "forks": 6, - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lewislbr-lewis-gatsby-starter-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lewislbr-lewis-gatsby-starter-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lewislbr-lewis-gatsby-starter-blog-2x.jpg" - } - }, - "lgaida-mediumish-gohugo-theme": { - "theme_key": "lgaida-mediumish-gohugo-theme", - "file": "hugo-mediumish-theme.md", - "name": "mediumish-gohugo-theme", - "title": "Hugo Mediumish", - "github_username": "lgaida", - "repo": "lgaida/mediumish-gohugo-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/lgaida/mediumish-gohugo-theme", - "demo_url": "https://lgaida.github.io/mediumish-gohugo-theme-demo/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/lgaida-mediumish-gohugo-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lgaida-mediumish-gohugo-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lgaida-mediumish-gohugo-theme-2x.jpg" - } - }, - "lgcolella-gatsby-starter-developer-blog": { - "theme_key": "lgcolella-gatsby-starter-developer-blog", - "file": "gatsby-starter-developer-blog.md", - "name": "gatsby-starter-developer-blog", - "title": "Gatsby Developer Blog", - "github_username": "lgcolella", - "repo": "lgcolella/gatsby-starter-developer-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/lgcolella/gatsby-starter-developer-blog", - "demo_url": "https://lgcolella.github.io/gatsby-starter-developer-blog/", - "stars": 63, - "forks": 30, - "open_issues": 3, - "last_commit": "2020-07-31T23:17:00Z", - "created_at": "2018-12-19T22:42:37Z", - "description": "Blog starter made with Gatbsy.js", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lgcolella-gatsby-starter-developer-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lgcolella-gatsby-starter-developer-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lgcolella-gatsby-starter-developer-blog-2x.jpg" - } - }, - "liberxue-liberxue.github.io": { - "theme_key": "liberxue-liberxue.github.io", - "file": "jekyll-Liberxue-theme.md", - "name": "liberxue.github.io", - "title": "Liberxue Theme", - "github_username": "Liberxue", - "repo": "Liberxue/liberxue.github.io", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Liberxue/liberxue.github.io", - "demo_url": "https://liberxue.github.io/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/liberxue-liberxue.github.io.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/liberxue-liberxue.github.io.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/liberxue-liberxue.github.io-2x.jpg" - } - }, - "lingxz-er": { - "theme_key": "lingxz-er", - "file": "hugo-er-theme.md", - "name": "er", - "title": "Er", - "github_username": "lingxz", - "repo": "lingxz/er", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/lingxz/er", - "demo_url": "https://themes.gohugo.io/theme/er/", - "stars": 54, - "forks": 27, - "open_issues": 10, - "last_commit": "2019-08-25T17:51:48Z", - "created_at": "2018-04-30T18:02:34Z", - "description": ":snail: a hugo theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lingxz-er.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lingxz-er.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lingxz-er-2x.jpg" - } - }, - "link9596-hydrogen": { - "theme_key": "link9596-hydrogen", - "file": "jekyll-theme-hydrogen.md", - "name": "hydrogen", - "title": "Hydrogen", - "github_username": "link9596", - "repo": "link9596/hydrogen", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/link9596/hydrogen", - "demo_url": "https://hydrogen.atlinker.cn/", - "stars": 55, - "forks": 71, - "open_issues": 0, - "last_commit": "2020-07-20T12:29:29Z", - "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" - } - }, - "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", - "name": "liungkejin.github.io", - "title": "简单博客", - "github_username": "liungkejin", - "repo": "liungkejin/liungkejin.github.io", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/liungkejin/liungkejin.github.io", - "demo_url": "https://liungkejin.github.io/", - "stars": 35, - "forks": 40, - "open_issues": 5, - "last_commit": "2017-06-03T04:12:52Z", - "created_at": "2016-01-29T18:18:02Z", - "description": "我的个人博客", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/liungkejin-liungkejin.github.io.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/liungkejin-liungkejin.github.io.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/liungkejin-liungkejin.github.io-2x.jpg" - } - }, - "liuzc-leaveit": { - "theme_key": "liuzc-leaveit", - "file": "hugo-leaveit-theme.md", - "name": "LeaveIt", - "title": "LeaveIt", - "github_username": "liuzc", - "repo": "liuzc/LeaveIt", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/liuzc/LeaveIt", - "demo_url": "https://themes.gohugo.io/theme/LeaveIt/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/liuzc-leaveit.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/liuzc-leaveit.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/liuzc-leaveit-2x.jpg" - } - }, - "livingdocsio-gatsby-magazine-example": { - "theme_key": "livingdocsio-gatsby-magazine-example", - "file": "gatsby-magazine-example.md", - "name": "gatsby-magazine-example", - "title": "Gatsby Magazine Example", - "github_username": "livingdocsIO", - "repo": "livingdocsIO/gatsby-magazine-example", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/livingdocsIO/gatsby-magazine-example", - "demo_url": "https://magazine-example.livingdocs.io/", - "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!", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/livingdocsio-gatsby-magazine-example.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/livingdocsio-gatsby-magazine-example.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/livingdocsio-gatsby-magazine-example-2x.jpg" - } - }, - "lixizhi-lixizhi.github.io": { - "theme_key": "lixizhi-lixizhi.github.io", - "file": "jekyll-wiki-blog.md", - "name": "lixizhi.github.io", - "title": "Wiki Blog", - "github_username": "LiXizhi", - "repo": "LiXizhi/lixizhi.github.io", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/LiXizhi/lixizhi.github.io", - "demo_url": "https://lixizhi.github.io/", - "stars": 60, - "forks": 104, - "open_issues": 4, - "last_commit": "2018-01-17T14:53:16Z", - "created_at": "2015-11-17T09:51:10Z", - "description": "Xizhi's personal website", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lixizhi-lixizhi.github.io.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lixizhi-lixizhi.github.io.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lixizhi-lixizhi.github.io-2x.jpg" - } - }, - "longpdo-neumorphism": { - "theme_key": "longpdo-neumorphism", - "file": "jekyll-neumorphism.md", - "name": "neumorphism", - "title": "Neumorphism", - "github_username": "longpdo", - "repo": "longpdo/neumorphism", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/longpdo/neumorphism", - "demo_url": "https://longpdo.github.io/neumorphism/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/longpdo-neumorphism.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/longpdo-neumorphism.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/longpdo-neumorphism-2x.jpg" - } - }, - "lordmathis-hugo-theme-nix": { - "theme_key": "lordmathis-hugo-theme-nix", - "file": "hugo-theme-nix.md", - "name": "hugo-theme-nix", - "title": "Nix", - "github_username": "LordMathis", - "repo": "LordMathis/hugo-theme-nix", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/LordMathis/hugo-theme-nix", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-nix/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lordmathis-hugo-theme-nix.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lordmathis-hugo-theme-nix.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lordmathis-hugo-theme-nix-2x.jpg" - } - }, - "lorepirri-cayman-blog": { - "theme_key": "lorepirri-cayman-blog", - "file": "jekyll-theme-cayman-blog.md", - "name": "cayman-blog", - "title": "Cayman Blog Theme", - "github_username": "lorepirri", - "repo": "lorepirri/cayman-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/lorepirri/cayman-blog", - "demo_url": "https://lorepirri.github.io/cayman-blog/", - "stars": 104, - "forks": 271, - "open_issues": 5, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/lorepirri-cayman-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lorepirri-cayman-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lorepirri-cayman-blog-2x.jpg" - } - }, - "lorepirri-jekyll-theme-simple-blog": { - "theme_key": "lorepirri-jekyll-theme-simple-blog", - "file": "jekyll-simple-blog-theme.md", - "name": "jekyll-theme-simple-blog", - "title": "Jekyll Theme Simple Blog", - "github_username": "lorepirri", - "repo": "lorepirri/jekyll-theme-simple-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/lorepirri/jekyll-theme-simple-blog", - "demo_url": "https://lorepirri.gitlab.io/jekyll-theme-simple-blog/", - "stars": 17, - "forks": 17, - "open_issues": 0, - "last_commit": "2019-01-04T18:04:32Z", - "created_at": "2017-05-20T16:21:49Z", - "description": "Simple Blog Theme is a clean, responsive blogging theme for Jekyll and GitLab/GitHub Pages.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lorepirri-jekyll-theme-simple-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lorepirri-jekyll-theme-simple-blog.jpg", - "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", - "name": "hugo-hello-programmer-theme", - "title": "Hello Programmer", - "github_username": "lubang", - "repo": "lubang/hugo-hello-programmer-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/lubang/hugo-hello-programmer-theme", - "demo_url": "https://blog.lulab.net/", - "stars": 39, - "forks": 19, - "open_issues": 0, - "last_commit": "2019-06-09T05:29:27Z", - "created_at": "2016-11-20T14:49:37Z", - "description": "This is a hugo theme for a programmer. It's simple and simple.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lubang-hugo-hello-programmer-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lubang-hugo-hello-programmer-theme.jpg", - "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", - "name": "gatsby-starter-developer-blog", - "title": "Gatsby Developer Blog", - "github_username": "luigi-colella", - "repo": "luigi-colella/gatsby-starter-developer-blog", - "branch": "master", - "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": 66, - "forks": 27, - "open_issues": 3, - "last_commit": "2020-07-31T23:17:00Z", - "created_at": "2018-12-19T22:42:37Z", - "description": "Blog starter made with Gatbsy.js", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lgcolella-gatsby-starter-developer-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lgcolella-gatsby-starter-developer-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lgcolella-gatsby-starter-developer-blog-2x.jpg" - } - }, - "luizdepra-hugo-coder": { - "theme_key": "luizdepra-hugo-coder", - "file": "hugo-coder.md", - "name": "hugo-coder", - "title": "Coder", - "github_username": "luizdepra", - "repo": "luizdepra/hugo-coder", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/luizdepra/hugo-coder", - "demo_url": "https://themes.gohugo.io/theme/hugo-coder/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/luizdepra-hugo-coder.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/luizdepra-hugo-coder.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/luizdepra-hugo-coder-2x.jpg" - } - }, - "lukas-h-material-theme": { - "theme_key": "lukas-h-material-theme", - "file": "jekyll-light-material.md", - "name": "material-theme", - "title": "Light Material", - "github_username": "lukas-h", - "repo": "lukas-h/material-theme", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/lukas-h/material-theme", - "demo_url": "https://himsel.me/material-theme/", - "stars": 35, - "forks": 38, - "open_issues": 0, - "last_commit": "2020-05-09T09:56:24Z", - "created_at": "2016-09-06T08:42:27Z", - "description": "lightweight jekyll blog theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lukas-h-material-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lukas-h-material-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lukas-h-material-theme-2x.jpg" - } - }, - "lukas-h-onepage": { - "theme_key": "lukas-h-onepage", - "file": "jekyll-onepage.md", - "name": "onepage", - "title": "Onepage", - "github_username": "lukas-h", - "repo": "lukas-h/onepage", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/lukas-h/onepage", - "demo_url": "https://himsel.me", - "stars": 25, - "forks": 35, - "open_issues": 0, - "last_commit": "2020-05-09T09:59:03Z", - "created_at": "2016-11-06T15:13:02Z", - "description": "uncomplicated single-page jekyll blog theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lukas-h-onepage.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lukas-h-onepage.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lukas-h-onepage-2x.jpg" - } - }, - "lukewhitehouse-gatsby-starter-blog-with-lunr": { - "theme_key": "lukewhitehouse-gatsby-starter-blog-with-lunr", - "file": "gatsby-starter-blog-with-lunr.md", - "name": "gatsby-starter-blog-with-lunr", - "title": "Gatsby Blog With Lunr", - "github_username": "lukewhitehouse", - "repo": "lukewhitehouse/gatsby-starter-blog-with-lunr", - "branch": "master", - "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": 18, - "forks": 5, - "open_issues": 3, - "last_commit": "2019-06-11T09:00:38Z", - "created_at": "2019-04-26T20:57:26Z", - "description": "Building upon Gatsby's blog starter with a Lunr.js powered Site Search. https://gatsby-starter-blog-with-lunr.netlify.com/", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lukewhitehouse-gatsby-starter-blog-with-lunr.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lukewhitehouse-gatsby-starter-blog-with-lunr.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lukewhitehouse-gatsby-starter-blog-with-lunr-2x.jpg" - } - }, - "lunaceee-hexo-material-netlify": { - "theme_key": "lunaceee-hexo-material-netlify", - "file": "hexo-material-netlify.md", - "name": "hexo-material-netlify", - "title": "Hexo Material Netlify", - "github_username": "lunaceee", - "repo": "lunaceee/hexo-material-netlify", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/lunaceee/hexo-material-netlify", - "demo_url": "https://hexo-material-cms.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lunaceee-hexo-material-netlify.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lunaceee-hexo-material-netlify.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lunaceee-hexo-material-netlify-2x.jpg" - } - }, - "lundgren2-gatsby-starter-github-api": { - "theme_key": "lundgren2-gatsby-starter-github-api", - "file": "gatsby-starter-github-api.md", - "name": "gatsby-starter-github-api", - "title": "Gatsby Github API", - "github_username": "lundgren2", - "repo": "lundgren2/gatsby-starter-github-api", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/lundgren2/gatsby-starter-github-api", - "demo_url": "https://gatsby-starter-github-api.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/lundgren2-gatsby-starter-github-api.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lundgren2-gatsby-starter-github-api.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lundgren2-gatsby-starter-github-api-2x.jpg" - } - }, - "luoyan35714-lessormore": { - "theme_key": "luoyan35714-lessormore", - "file": "jekyll-Less-Or-More.md", - "name": "LessOrMore", - "title": "Less Or More", - "github_username": "luoyan35714", - "repo": "luoyan35714/LessOrMore", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/luoyan35714/LessOrMore", - "demo_url": "https://www.hifreud.com/", - "stars": 179, - "forks": 222, - "open_issues": 0, - "last_commit": "2022-12-06T14:08:46Z", - "created_at": "2016-08-20T17:16:00Z", - "description": "Jekyll theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/luoyan35714-lessormore.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/luoyan35714-lessormore.jpg", - "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", - "name": "gatsby-netlify-identity-starter", - "title": "Gatsby Netlify Identity", - "github_username": "lwz7512", - "repo": "lwz7512/gatsby-netlify-identity-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/lwz7512/gatsby-netlify-identity-starter", - "demo_url": "https://inspiring-me-lwz7512.netlify.com/", - "stars": 3, - "forks": 2, - "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...", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lwz7512-gatsby-netlify-identity-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lwz7512-gatsby-netlify-identity-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lwz7512-gatsby-netlify-identity-starter-2x.jpg" - } - }, - "lwz7512-next-dev-studio": { - "theme_key": "lwz7512-next-dev-studio", - "file": "next-dev-studio.md", - "name": "next-dev-studio", - "title": "Next Dev Studio", - "github_username": "lwz7512", - "repo": "lwz7512/next-dev-studio", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/lwz7512/next-dev-studio", - "demo_url": "https://next-dev-studio.vercel.app/", - "stars": 11, - "forks": 14, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/lwz7512-next-dev-studio.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lwz7512-next-dev-studio.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lwz7512-next-dev-studio-2x.jpg" - } - }, - "lwz7512-next-smooth-doc": { - "theme_key": "lwz7512-next-smooth-doc", - "file": "next-smooth-doc.md", - "name": "next-smooth-doc", - "title": "Next Smooth Doc", - "github_username": "lwz7512", - "repo": "lwz7512/next-smooth-doc", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/lwz7512/next-smooth-doc", - "demo_url": "https://next-smooth-doc.vercel.app/", - "stars": 31, - "forks": 21, - "open_issues": 0, - "last_commit": "2021-10-08T13:12:35Z", - "created_at": "2021-06-05T00:36:07Z", - "description": "smooth-doc in Nextjs implementation", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lwz7512-next-smooth-doc.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lwz7512-next-smooth-doc.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lwz7512-next-smooth-doc-2x.jpg" - } - }, - "lwz7512-next-static-neve": { - "theme_key": "lwz7512-next-static-neve", - "file": "next-static-neve.md", - "name": "next-static-neve", - "title": "Headless Neve", - "github_username": "lwz7512", - "repo": "lwz7512/next-static-neve", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/lwz7512/next-static-neve", - "demo_url": "https://next-static-neve.vercel.app/", - "stars": 17, - "forks": 20, - "open_issues": 0, - "last_commit": "2021-03-29T23:27:35Z", - "created_at": "2021-03-21T02:36:46Z", - "description": "the fastest way to export wordpress site as a static site", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lwz7512-next-static-neve.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lwz7512-next-static-neve.jpg", - "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", - "name": "nextjs-simple-blog-theme", - "title": "NextJS simple blog", - "github_username": "lyket-dev", - "repo": "lyket-dev/nextjs-simple-blog-theme", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/lyket-dev/nextjs-simple-blog-theme", - "demo_url": "https://nextjs-simple-blog.netlify.app/", - "stars": 3, - "forks": 2, - "open_issues": 0, - "last_commit": "2020-10-29T09:46:59Z", - "created_at": "2020-10-29T09:42:18Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/lyket-dev-nextjs-simple-blog-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/lyket-dev-nextjs-simple-blog-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/lyket-dev-nextjs-simple-blog-theme-2x.jpg" - } - }, - "macrod68-jekyll-materialize-starter-template": { - "theme_key": "macrod68-jekyll-materialize-starter-template", - "file": "jekyll-materialize-theme.md", - "name": "jekyll-materialize-starter-template", - "title": "Jekyll Materialize", - "github_username": "macrod68", - "repo": "macrod68/jekyll-materialize-starter-template", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/macrod68/jekyll-materialize-starter-template", - "demo_url": "https://jekyllmaterialize.panoramedia.it/", - "stars": 60, - "forks": 87, - "open_issues": 8, - "last_commit": "2019-09-03T23:08:39Z", - "created_at": "2017-08-09T19:17:13Z", - "description": "Jekyll Materialize Starter Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/macrod68-jekyll-materialize-starter-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/macrod68-jekyll-materialize-starter-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/macrod68-jekyll-materialize-starter-template-2x.jpg" - } - }, - "madelyneriksen-gatsby-starter-tyra": { - "theme_key": "madelyneriksen-gatsby-starter-tyra", - "file": "gatsby-starter-tyra.md", - "name": "gatsby-starter-tyra", - "title": "Gatsby Starter Tyra", - "github_username": "madelyneriksen", - "repo": "madelyneriksen/gatsby-starter-tyra", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/madelyneriksen/gatsby-starter-tyra", - "demo_url": "https://tyra-starter.netlify.com/", - "stars": 78, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/madelyneriksen-gatsby-starter-tyra.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/madelyneriksen-gatsby-starter-tyra.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/madelyneriksen-gatsby-starter-tyra-2x.jpg" - } - }, - "madforjekyll-madforjekyll.github.io": { - "theme_key": "madforjekyll-madforjekyll.github.io", - "file": "jekyll-MAD4Jekyll.md", - "name": "madforjekyll.github.io", - "title": "MAD4Jekyll", - "github_username": "madforjekyll", - "repo": "madforjekyll/madforjekyll.github.io", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/madforjekyll/madforjekyll.github.io", - "demo_url": "https://madforjekyll.github.io", - "stars": 21, - "forks": 45, - "open_issues": 0, - "last_commit": "2016-08-27T03:18:00Z", - "created_at": "2015-11-28T23:40:15Z", - "description": "MAD4Jekyll theme for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/madforjekyll-madforjekyll.github.io.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/madforjekyll-madforjekyll.github.io.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/madforjekyll-madforjekyll.github.io-2x.jpg" - } - }, - "manavsehgal-opentheme": { - "theme_key": "open-start-opentheme", - "file": "jekyll-opentheme.md", - "name": "opentheme", - "title": "OpenTheme", - "github_username": "manavsehgal", - "repo": "manavsehgal/opentheme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/manavsehgal/opentheme", - "demo_url": "https://opentheme.co/", - "stars": 151, - "forks": 208, - "open_issues": 6, - "last_commit": "2017-12-03T05:56:33Z", - "created_at": "2014-11-19T12:03:04Z", - "description": "Powerful new theme featuring Semantic UI for speedily creating amazing websites and mobile-hybrid apps on GitHub Pages.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/open-start-opentheme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/open-start-opentheme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/open-start-opentheme-2x.jpg" - } - }, - "manid2-lone-wolf-theme": { - "theme_key": "manid2-lone-wolf-theme", - "file": "jekyll-lone-wolf-theme.md", - "name": "lone-wolf-theme", - "title": "Lone Wolf Theme", - "github_username": "manid2", - "repo": "manid2/lone-wolf-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/manid2/lone-wolf-theme", - "demo_url": "https://manid2.github.io/lone-wolf-theme/", - "stars": 16, - "forks": 60, - "open_issues": 0, - "last_commit": "2021-07-01T19:24:41Z", - "created_at": "2019-02-17T10:19:22Z", - "description": "A simple bootstrap based jekyll theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/manid2-lone-wolf-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/manid2-lone-wolf-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/manid2-lone-wolf-theme-2x.jpg" - } - }, - "marcanuy-hugotube": { - "theme_key": "marcanuy-hugotube", - "file": "hugo-hugotube.md", - "name": "hugotube", - "title": "Hugotube", - "github_username": "marcanuy", - "repo": "marcanuy/hugotube", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/marcanuy/hugotube", - "demo_url": "https://marcanuy.github.io/hugotube/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/marcanuy-hugotube.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/marcanuy-hugotube.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/marcanuy-hugotube-2x.jpg" - } - }, - "marcanuy-simpleit-hugo-theme": { - "theme_key": "marcanuy-simpleit-hugo-theme", - "file": "hugo-simpleit.md", - "name": "simpleit-hugo-theme", - "title": "SimpleIT", - "github_username": "marcanuy", - "repo": "marcanuy/simpleit-hugo-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/marcanuy/simpleit-hugo-theme", - "demo_url": "https://themes.gohugo.io/theme/simpleit-hugo-theme/", - "stars": 16, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/marcanuy-simpleit-hugo-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/marcanuy-simpleit-hugo-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/marcanuy-simpleit-hugo-theme-2x.jpg" - } - }, - "marcomelilli-gatsby-airtable-advanced-starter": { - "theme_key": "marcomelilli-gatsby-airtable-advanced-starter", - "file": "gatsby-airtable-advanced-starter.md", - "name": "gatsby-airtable-advanced-starter", - "title": "Gatsby Airtable Advanced Starter", - "github_username": "marcomelilli", - "repo": "marcomelilli/gatsby-airtable-advanced-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/marcomelilli/gatsby-airtable-advanced-starter", - "demo_url": "https://gatsby-airtable-advanced-starter.marcomelilli.com/", - "stars": 21, - "forks": 6, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/marcomelilli-gatsby-airtable-advanced-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/marcomelilli-gatsby-airtable-advanced-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/marcomelilli-gatsby-airtable-advanced-starter-2x.jpg" - } - }, - "marcusvirg-forty": { - "theme_key": "marcusvirg-forty", - "file": "forty.md", - "name": "forty", - "title": "Forty", - "github_username": "MarcusVirg", - "repo": "MarcusVirg/forty", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/MarcusVirg/forty", - "demo_url": "https://themes.gohugo.io/theme/forty/", - "stars": 107, - "forks": 110, - "open_issues": 12, - "last_commit": "2019-04-30T03:33:26Z", - "created_at": "2017-11-18T01:53:43Z", - "description": "Forty theme - Hugo theme ported from HTML5UP origrinal theme called Forty.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/marcusvirg-forty.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/marcusvirg-forty.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/marcusvirg-forty-2x.jpg" - } - }, - "margueriteroth-gatsby-prismic-starter-prist": { - "theme_key": "margueriteroth-gatsby-prismic-starter-prist", - "file": "gatsby-prismic-starter-prist.md", - "name": "gatsby-prismic-starter-prist", - "title": "Gatsby Prismic Starter Prist", - "github_username": "margueriteroth", - "repo": "margueriteroth/gatsby-prismic-starter-prist", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/margueriteroth/gatsby-prismic-starter-prist", - "demo_url": "https://prist.marguerite.io/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/margueriteroth-gatsby-prismic-starter-prist.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/margueriteroth-gatsby-prismic-starter-prist.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/margueriteroth-gatsby-prismic-starter-prist-2x.jpg" - } - }, - "markoradak-gatsby-starter-storybook": { - "theme_key": "markoradak-gatsby-starter-storybook", - "file": "gatsby-starter-storybook.md", - "name": "gatsby-starter-storybook", - "title": "Gatsby Starter Storybook", - "github_username": "markoradak", - "repo": "markoradak/gatsby-starter-storybook", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/markoradak/gatsby-starter-storybook", - "demo_url": "https://gatsby-starter-storybook.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/markoradak-gatsby-starter-storybook.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/markoradak-gatsby-starter-storybook.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/markoradak-gatsby-starter-storybook-2x.jpg" - } - }, - "matcornic-hugo-theme-learn": { - "theme_key": "matcornic-hugo-theme-learn", - "file": "hugo-theme-learn.md", - "name": "hugo-theme-learn", - "title": "Hugo Learn Theme", - "github_username": "matcornic", - "repo": "matcornic/hugo-theme-learn", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/matcornic/hugo-theme-learn", - "demo_url": "https://learn.netlify.com/en/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/matcornic-hugo-theme-learn.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/matcornic-hugo-theme-learn.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/matcornic-hugo-theme-learn-2x.jpg" - } - }, - "mateussmedeiros-blade-theme": { - "theme_key": "mateussmedeiros-blade-theme", - "file": "jekyll-blade-theme.md", - "name": "blade-theme", - "title": "Blade Theme", - "github_username": "mateussmedeiros", - "repo": "mateussmedeiros/blade-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/mateussmedeiros/blade-theme", - "demo_url": "https://mateussmedeiros.github.io/blade-theme/", - "stars": 3, - "forks": 12, - "open_issues": 0, - "last_commit": "2019-02-04T18:18:11Z", - "created_at": "2017-01-25T22:59:55Z", - "description": "A simple Jekyll blog theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mateussmedeiros-blade-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mateussmedeiros-blade-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mateussmedeiros-blade-theme-2x.jpg" - } - }, - "mattbutton-silhouette-hugo": { - "theme_key": "mattbutton-silhouette-hugo", - "file": "hugo-silhouette-theme.md", - "name": "silhouette-hugo", - "title": "Silhouette Hugo", - "github_username": "mattbutton", - "repo": "mattbutton/silhouette-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/mattbutton/silhouette-hugo", - "demo_url": "https://themes.gohugo.io/theme/silhouette-hugo/", - "stars": 20, - "forks": 12, - "open_issues": 3, - "last_commit": "2021-07-23T10:28:48Z", - "created_at": "2018-12-15T10:28:21Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mattbutton-silhouette-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mattbutton-silhouette-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mattbutton-silhouette-hugo-2x.jpg" - } - }, - "mattcouchman-jekyll-resume": { - "theme_key": "mattcouchman-jekyll-resume", - "file": "jekyll-resume.md", - "name": "jekyll-resume", - "title": "jekyll-resume", - "github_username": "mattcouchman", - "repo": "mattcouchman/jekyll-resume", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/mattcouchman/jekyll-resume", - "demo_url": "https://mattcouchman.co.uk/jekyll-resume", - "stars": 82, - "forks": 191, - "open_issues": 6, - "last_commit": "2016-06-06T20:15:26Z", - "created_at": "2016-05-31T20:26:59Z", - "description": "A simple resume theme for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mattcouchman-jekyll-resume.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mattcouchman-jekyll-resume.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mattcouchman-jekyll-resume-2x.jpg" - } - }, - "mattgraham-leap-day": { - "theme_key": "mattgraham-leap-day", - "file": "jekyll-leap-day.md", - "name": "leapday", - "title": "Leap Day", - "github_username": "mattgraham", - "repo": "mattgraham/leapday", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/mattgraham/leapday", - "demo_url": "https://madebygraham.com/leapday/", - "stars": 99, - "forks": 67, - "open_issues": 4, - "last_commit": "2018-09-17T13:48:38Z", - "created_at": "2012-04-04T21:48:06Z", - "description": "GitHub Pages Theme: Leap Day", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mattgraham-leap-day.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mattgraham-leap-day.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mattgraham-leap-day-2x.jpg" - } - }, - "mattgraham-leapday": { - "theme_key": "mattgraham-leap-day", - "file": "jekyll-leap-day.md", - "name": "leapday", - "title": "Leap Day", - "github_username": "mattgraham", - "repo": "mattgraham/leapday", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/mattgraham/leapday", - "demo_url": "https://madebygraham.com/leapday/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mattgraham-leap-day.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mattgraham-leap-day.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mattgraham-leap-day-2x.jpg" - } - }, - "mattgraham-midnight": { - "theme_key": "mattgraham-midnight", - "file": "jekyll-midnight.md", - "name": "midnight", - "title": "Midnight", - "github_username": "mattgraham", - "repo": "mattgraham/midnight", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/mattgraham/midnight", - "demo_url": "https://madebygraham.com/midnight/", - "stars": 150, - "forks": 117, - "open_issues": 5, - "last_commit": "2018-09-17T13:49:40Z", - "created_at": "2012-04-04T23:05:14Z", - "description": "GitHub Pages Theme: Midnight", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mattgraham-midnight.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mattgraham-midnight.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mattgraham-midnight-2x.jpg" - } - }, - "mattolson-middleman-bootstrap-template": { - "theme_key": "mattolson-middleman-bootstrap-template", - "file": "middleman-bootstrap-template.md", - "name": "middleman-bootstrap-template", - "title": "Middleman Bootstrap Template", - "github_username": "mattolson", - "repo": "mattolson/middleman-bootstrap-template", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/mattolson/middleman-bootstrap-template", - "demo_url": "https://middleman-bootstrap.s3-website-us-east-1.amazonaws.com/", - "stars": 6, - "forks": 2, - "open_issues": 1, - "last_commit": "2017-12-28T20:14:24Z", - "created_at": "2017-12-28T02:11:32Z", - "description": "Bootstrap v4 template for Middleman static site generator", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mattolson-middleman-bootstrap-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mattolson-middleman-bootstrap-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mattolson-middleman-bootstrap-template-2x.jpg" - } - }, - "mattolson-middleman-zurb-template": { - "theme_key": "mattolson-middleman-zurb-template", - "file": "middleman-zurb-template.md", - "name": "middleman-zurb-template", - "title": "Middleman Zurb", - "github_username": "mattolson", - "repo": "mattolson/middleman-zurb-template", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/mattolson/middleman-zurb-template", - "demo_url": "https://mattolson.com/", - "stars": 29, - "forks": 14, - "open_issues": 0, - "last_commit": "2017-12-28T03:59:56Z", - "created_at": "2013-02-02T00:32:42Z", - "description": "Middleman blog template containing ZURB Foundation and sensible default components and templates", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mattolson-middleman-zurb-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mattolson-middleman-zurb-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mattolson-middleman-zurb-template-2x.jpg" - } - }, - "mattvh-solar-theme-jekyll": { - "theme_key": "mattvh-solar-theme-jekyll", - "file": "solar-theme-jekyll.md", - "name": "solar-theme-jekyll", - "title": "Solar Jekyll", - "github_username": "mattvh", - "repo": "mattvh/solar-theme-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/mattvh/solar-theme-jekyll", - "demo_url": "https://mattvh.github.io/solar-theme-jekyll/", - "stars": 217, - "forks": 149, - "open_issues": 3, - "last_commit": "2016-05-14T07:56:00Z", - "created_at": "2013-06-07T20:27:21Z", - "description": "A stylish theme for Jekyll blogs, based on the Solarized color palette", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mattvh-solar-theme-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mattvh-solar-theme-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mattvh-solar-theme-jekyll-2x.jpg" - } - }, - "maxpou-gatsby-starter-morning-dew": { - "theme_key": "maxpou-gatsby-starter-morning-dew", - "file": "gatsby-starter-morning-dew.md", - "name": "gatsby-starter-morning-dew", - "title": "Gatsby Morning Dew", - "github_username": "maxpou", - "repo": "maxpou/gatsby-starter-morning-dew", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/maxpou/gatsby-starter-morning-dew", - "demo_url": "https://maxpou.github.io/gatsby-starter-morning-dew/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/maxpou-gatsby-starter-morning-dew.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/maxpou-gatsby-starter-morning-dew.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/maxpou-gatsby-starter-morning-dew-2x.jpg" - } - }, - "mazgi-hugo-theme-techlog-simple": { - "theme_key": "mazgi-hugo-theme-techlog-simple", - "file": "hugo-theme-techlog-simple.md", - "name": "hugo-theme-techlog-simple", - "title": "Techlog Simple", - "github_username": "mazgi", - "repo": "mazgi/hugo-theme-techlog-simple", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/mazgi/hugo-theme-techlog-simple", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-techlog-simple/", - "stars": 8, - "forks": 5, - "open_issues": 0, - "last_commit": "2020-11-01T19:37:40Z", - "created_at": "2018-10-07T12:37:00Z", - "description": "A simple Hugo theme for tech-blogs.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mazgi-hugo-theme-techlog-simple.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mazgi-hugo-theme-techlog-simple.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mazgi-hugo-theme-techlog-simple-2x.jpg" - } - }, - "mccrodp-gatsby-starter-contentful-i18n": { - "theme_key": "mccrodp-gatsby-starter-contentful-i18n", - "file": "gatsby-starter-contentful-i18n.md", - "name": "gatsby-starter-contentful-i18n", - "title": "Gatsby Contentful i18n", - "github_username": "mccrodp", - "repo": "mccrodp/gatsby-starter-contentful-i18n", - "branch": "master", - "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": 61, - "forks": 17, - "open_issues": 0, - "last_commit": "2021-06-04T02:22:31Z", - "created_at": "2018-02-11T06:35:14Z", - "description": "i18n support and language switcher for Contentful starter repo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mccrodp-gatsby-starter-contentful-i18n.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mccrodp-gatsby-starter-contentful-i18n.jpg", - "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", - "name": "elephants", - "title": "Elephants", - "github_username": "meibenny", - "repo": "meibenny/elephants", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/meibenny/elephants", - "demo_url": "https://themes.gohugo.io/theme/elephants/", - "stars": 17, - "forks": 12, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/meibenny-elephants.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/meibenny-elephants.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/meibenny-elephants-2x.jpg" - } - }, - "melangue-dactl": { - "theme_key": "melangue-dactl", - "file": "jekyll-dactl-theme.md", - "name": "dactl", - "title": "dactl", - "github_username": "melangue", - "repo": "melangue/dactl", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/melangue/dactl", - "demo_url": "https://melangue.github.io/dactl/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/melangue-dactl.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/melangue-dactl.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/melangue-dactl-2x.jpg" - } - }, - "meliodus-meliodus.github.io": { - "theme_key": "meliodus-meliodus.github.io", - "file": "jekyll-atmos-plus.md", - "name": "meliodus.github.io", - "title": "Atmos Plus", - "github_username": "Meliodus", - "repo": "Meliodus/meliodus.github.io", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Meliodus/meliodus.github.io", - "demo_url": "https://meliodus.github.io/", - "stars": 2, - "forks": 6, - "open_issues": 0, - "last_commit": "2016-11-03T21:02:13Z", - "created_at": "2015-11-08T15:21:45Z", - "description": "Introvert Geek Diaries ~ Ankan Biswas on the internet", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/meliodus-meliodus.github.io.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/meliodus-meliodus.github.io.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/meliodus-meliodus.github.io-2x.jpg" - } - }, - "meliodus-uno-dbyll": { - "theme_key": "meliodus-uno-dbyll", - "file": "jekyll-uno-dbyll.md", - "name": "uno-dbyll", - "title": "Uno-dbyll", - "github_username": "Meliodus", - "repo": "Meliodus/uno-dbyll", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/Meliodus/uno-dbyll", - "demo_url": "https://meliodus.github.io/uno-dbyll/", - "stars": 42, - "forks": 52, - "open_issues": 0, - "last_commit": "2016-11-03T20:50:47Z", - "created_at": "2015-02-01T19:02:47Z", - "description": "Simple, clean, responsive and stylist theme for jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/meliodus-uno-dbyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/meliodus-uno-dbyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/meliodus-uno-dbyll-2x.jpg" - } - }, - "melvinchng-event-jekyll-theme": { - "theme_key": "melvinchng-event-jekyll-theme", - "file": "jekyll-event-theme.md", - "name": "event-jekyll-theme", - "title": "Event", - "github_username": "melvinchng", - "repo": "melvinchng/event-jekyll-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/melvinchng/event-jekyll-theme", - "demo_url": "https://event-jekyll-theme.github.io/", - "stars": 124, - "forks": 189, - "open_issues": 0, - "last_commit": "2018-05-29T02:43:16Z", - "created_at": "2017-08-09T05:56:36Z", - "description": "Jekyll Theme package for your event", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/melvinchng-event-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/melvinchng-event-jekyll-theme.jpg", - "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", - "name": "vuepress-theme-meteorlxy", - "title": "Meteorixy", - "github_username": "meteorlxy", - "repo": "meteorlxy/vuepress-theme-meteorlxy", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/meteorlxy/vuepress-theme-meteorlxy", - "demo_url": "https://vuepress-theme-meteorlxy.meteorlxy.cn/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/meteorlxy-vuepress-theme-meteorlxy.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/meteorlxy-vuepress-theme-meteorlxy.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/meteorlxy-vuepress-theme-meteorlxy-2x.jpg" - } - }, - "mhadaily-gatsby-starter-typescript-power-blog": { - "theme_key": "mhadaily-gatsby-starter-typescript-power-blog", - "file": "gatsby-starter-typescript-power-blog.md", - "name": "gatsby-starter-typescript-power-blog", - "title": "Typescript Power Blog", - "github_username": "mhadaily", - "repo": "mhadaily/gatsby-starter-typescript-power-blog", - "branch": "master", - "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": 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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mhadaily-gatsby-starter-typescript-power-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mhadaily-gatsby-starter-typescript-power-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mhadaily-gatsby-starter-typescript-power-blog-2x.jpg" - } - }, - "miccall-hexo-theme-mic_theme": { - "theme_key": "miccall-hexo-theme-mic_theme", - "file": "hexo-theme-mictheme.md", - "name": "hexo-theme-Mic_Theme", - "title": "Mic Theme", - "github_username": "miccall", - "repo": "miccall/hexo-theme-Mic_Theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/miccall/hexo-theme-Mic_Theme", - "demo_url": "https://miccall.tech/", - "stars": 358, - "forks": 89, - "open_issues": 56, - "last_commit": "2018-10-23T04:44:17Z", - "created_at": "2017-05-24T13:43:59Z", - "description": "hexo theme ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/miccall-hexo-theme-mic_theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/miccall-hexo-theme-mic_theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/miccall-hexo-theme-mic_theme-2x.jpg" - } - }, - "midzer-urban-theme": { - "theme_key": "midzer-urban-theme", - "file": "urban.md", - "name": "urban-theme", - "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": 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": { - "hires": "https://www.jamstackthemes.dev/capture/midzer-urban-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/midzer-urban-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/midzer-urban-theme-2x.jpg" - } - }, - "miguelsimoni-hugo-initio": { - "theme_key": "miguelsimoni-hugo-initio", - "file": "hugo-initio-theme.md", - "name": "hugo-initio", - "title": "Hugo Initio", - "github_username": "miguelsimoni", - "repo": "miguelsimoni/hugo-initio", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/miguelsimoni/hugo-initio", - "demo_url": "https://themes.gohugo.io/theme/hugo-initio/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/miguelsimoni-hugo-initio.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/miguelsimoni-hugo-initio.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/miguelsimoni-hugo-initio-2x.jpg" - } - }, - "mikeblum-hugo-now": { - "theme_key": "mikeblum-hugo-now", - "file": "hugo-now.md", - "name": "hugo-now", - "title": "Hugo Now", - "github_username": "mikeblum", - "repo": "mikeblum/hugo-now", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/mikeblum/hugo-now", - "demo_url": "https://themes.gohugo.io/theme/hugo-now/", - "stars": 15, - "forks": 8, - "open_issues": 2, - "last_commit": "2021-04-11T22:03:09Z", - "created_at": "2017-07-02T23:22:27Z", - "description": "a Hugo port of Jekyll Now", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mikeblum-hugo-now.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mikeblum-hugo-now.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mikeblum-hugo-now-2x.jpg" - } - }, - "minhhuy150894-minhhuy150894.github.io": { - "theme_key": "minhhuy150894-minhhuy150894.github.io", - "file": "jekyll-HPSTRversion2.md", - "name": "alway5.github.io", - "title": "HPSTR Version 2 - Vietnamese", - "github_username": "UsernameHasBeenChanged100Times", - "repo": "UsernameHasBeenChanged100Times/alway5.github.io", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/UsernameHasBeenChanged100Times/alway5.github.io", - "demo_url": "https://minhhuy150894.github.io", - "stars": 18, - "forks": 39, - "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" - } - }, - "mmistakes-hpstr-jekyll-theme": { - "theme_key": "mmistakes-hpstr-jekyll-theme", - "file": "jekyll-hpstr.md", - "name": "jekyll-theme-hpstr", - "title": "HPSTR", - "github_username": "mmistakes", - "repo": "mmistakes/jekyll-theme-hpstr", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/mmistakes/jekyll-theme-hpstr", - "demo_url": "https://mmistakes.github.io/jekyll-theme-hpstr/", - "stars": 997, - "forks": 1517, - "open_issues": 30, - "last_commit": "2019-08-27T20:23:53Z", - "created_at": "2013-08-23T19:03:11Z", - "description": "A Jekyll theme with some tumble-log tendencies.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mmistakes-hpstr-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mmistakes-hpstr-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mmistakes-hpstr-jekyll-theme-2x.jpg" - } - }, - "mmistakes-jekyll-theme-basically-basic": { - "theme_key": "mmistakes-jekyll-theme-basically-basic", - "file": "jekyll-theme-basically-basic.md", - "name": "jekyll-theme-basically-basic", - "title": "Basically Basic", - "github_username": "mmistakes", - "repo": "mmistakes/jekyll-theme-basically-basic", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/mmistakes/jekyll-theme-basically-basic", - "demo_url": "https://mmistakes.github.io/jekyll-theme-basically-basic/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/mmistakes-jekyll-theme-basically-basic.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mmistakes-jekyll-theme-basically-basic.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mmistakes-jekyll-theme-basically-basic-2x.jpg" - } - }, - "mmistakes-jekyll-theme-hpstr": { - "theme_key": "mmistakes-hpstr-jekyll-theme", - "file": "jekyll-hpstr.md", - "name": "jekyll-theme-hpstr", - "title": "HPSTR", - "github_username": "mmistakes", - "repo": "mmistakes/jekyll-theme-hpstr", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/mmistakes/jekyll-theme-hpstr", - "demo_url": "https://mmistakes.github.io/jekyll-theme-hpstr/", - "stars": 987, - "forks": 1484, - "open_issues": 30, - "last_commit": "2019-08-27T20:23:53Z", - "created_at": "2013-08-23T19:03:11Z", - "description": "A Jekyll theme with some tumble-log tendencies.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mmistakes-hpstr-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mmistakes-hpstr-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mmistakes-hpstr-jekyll-theme-2x.jpg" - } - }, - "mmistakes-jekyll-theme-skinny-bones": { - "theme_key": "mmistakes-jekyll-theme-skinny-bones", - "file": "jekyll-theme-skinny-bones.md", - "name": "jekyll-theme-skinny-bones", - "title": "Skinny Bones", - "github_username": "mmistakes", - "repo": "mmistakes/jekyll-theme-skinny-bones", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/mmistakes/jekyll-theme-skinny-bones", - "demo_url": "https://mmistakes.github.io/jekyll-theme-skinny-bones/", - "stars": 793, - "forks": 910, - "open_issues": 21, - "last_commit": "2019-08-27T20:12:13Z", - "created_at": "2014-06-02T13:25:37Z", - "description": "A Jekyll starter with a variety of flexible layouts and components.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mmistakes-jekyll-theme-skinny-bones.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mmistakes-jekyll-theme-skinny-bones.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mmistakes-jekyll-theme-skinny-bones-2x.jpg" - } - }, - "mmistakes-minimal-mistakes": { - "theme_key": "mmistakes-minimal-mistakes", - "file": "minimal-mistakes.md", - "name": "minimal-mistakes", - "title": "Minimal Mistakes", - "github_username": "mmistakes", - "repo": "mmistakes/minimal-mistakes", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/mmistakes/minimal-mistakes", - "demo_url": "https://mmistakes.github.io/minimal-mistakes/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/mmistakes-minimal-mistakes.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mmistakes-minimal-mistakes.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mmistakes-minimal-mistakes-2x.jpg" - } - }, - "mmistakes-so-simple-theme": { - "theme_key": "mmistakes-so-simple-theme", - "file": "so-simple-theme.md", - "name": "so-simple-theme", - "title": "So Simple", - "github_username": "mmistakes", - "repo": "mmistakes/so-simple-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/mmistakes/so-simple-theme", - "demo_url": "https://mmistakes.github.io/so-simple-theme/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/mmistakes-so-simple-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mmistakes-so-simple-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mmistakes-so-simple-theme-2x.jpg" - } - }, - "mmrath-hugo-bootstrap": { - "theme_key": "mmrath-hugo-bootstrap", - "file": "hugo-bootstrap4-theme.md", - "name": "hugo-bootstrap", - "title": "Hugo Bootstrap4", - "github_username": "mmrath", - "repo": "mmrath/hugo-bootstrap", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/mmrath/hugo-bootstrap", - "demo_url": "https://themes.gohugo.io//theme/hugo-bootstrap4/", - "stars": 58, - "forks": 58, - "open_issues": 1, - "last_commit": "2019-06-15T04:57:21Z", - "created_at": "2015-10-27T13:16:12Z", - "description": "Bootstrap theme for Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mmrath-hugo-bootstrap.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mmrath-hugo-bootstrap.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mmrath-hugo-bootstrap-2x.jpg" - } - }, - "mohanmonu777-gatsby-starter-krisp": { - "theme_key": "mohanmonu777-gatsby-starter-krisp", - "file": "gatsby-starter-krisp.md", - "name": "gatsby-starter-krisp", - "title": "Gatsby Starter Krisp", - "github_username": "algokun", - "repo": "algokun/gatsby-starter-krisp", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/algokun/gatsby-starter-krisp", - "demo_url": "https://gatsby-starter-krisp.netlify.com/", - "stars": 11, - "forks": 7, - "open_issues": 0, - "last_commit": "2019-07-18T17:53:02Z", - "created_at": "2019-07-18T17:06:13Z", - "description": "A minimal, clean and responsive starter built with gatsby", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mohanmonu777-gatsby-starter-krisp.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mohanmonu777-gatsby-starter-krisp.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mohanmonu777-gatsby-starter-krisp-2x.jpg" - } - }, - "molebox-gatsby-theme-pocket": { - "theme_key": "molebox-gatsby-theme-pocket", - "file": "gatsby-theme-pocket.md", - "name": "gatsby-theme-pocket", - "title": "Gatsby Pocket", - "github_username": "molebox", - "repo": "molebox/gatsby-theme-pocket", - "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": 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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/molebox-gatsby-theme-pocket.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/molebox-gatsby-theme-pocket.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/molebox-gatsby-theme-pocket-2x.jpg" - } - }, - "moltin-gatsby-demo-store": { - "theme_key": "moltin-gatsby-demo-store", - "file": "moltin-ecommerce-starter.md", - "name": "gatsby-demo-store", - "title": "Moltin ecommerce starter", - "github_username": "moltin", - "repo": "moltin/gatsby-demo-store", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/moltin/gatsby-demo-store", - "demo_url": "https://demo.moltin.com", - "stars": 93, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/moltin-gatsby-demo-store.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/moltin-gatsby-demo-store.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/moltin-gatsby-demo-store-2x.jpg" - } - }, - "moonwave99-waffel": { - "theme_key": "moonwave99-waffel", - "file": "waffel.md", - "name": "waffel", - "title": "Waffel", - "github_username": "moonwave99", - "repo": "moonwave99/waffel", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/moonwave99/waffel", - "demo_url": "https://moonwave99.github.io/waffel/", - "stars": 35, - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/moonwave99-waffel.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/moonwave99-waffel.jpg", - "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", - "name": "scribble", - "title": "Scribble", - "github_username": "muan", - "repo": "muan/scribble", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/muan/scribble", - "demo_url": "https://scribble.muan.co/", - "stars": 766, - "forks": 688, - "open_issues": 8, - "last_commit": "2017-05-01T11:51:44Z", - "created_at": "2013-05-06T09:51:15Z", - "description": ":tomato: A Jekyll theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/muan-scribble.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/muan-scribble.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/muan-scribble-2x.jpg" - } - }, - "mudassirgithub-next-basic-blog": { - "theme_key": "mudassirgithub-next-basic-blog", - "file": "next-basic-blog.md", - "name": "next-basic-blog", - "title": "Next Basic Blog", - "github_username": "mudassirgithub", - "repo": "mudassirgithub/next-basic-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/mudassirgithub/next-basic-blog", - "demo_url": "https://next-basic-blog.vercel.app/", - "stars": 22, - "forks": 4, - "open_issues": 0, - "last_commit": "2020-08-14T12:32:26Z", - "created_at": "2020-08-13T19:45:11Z", - "description": "A JAMstack Theme of Basic Blog Site with dark/light theme toggle support built using Nextjs, Tailwindcss and Markdown.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mudassirgithub-next-basic-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mudassirgithub-next-basic-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mudassirgithub-next-basic-blog-2x.jpg" - } - }, - "muenzpraeger-eleventy-chirpy-blog-template": { - "theme_key": "muenzpraeger-eleventy-chirpy-blog-template", - "file": "eleventy-chirpy-blog-template.md", - "name": "eleventy-chirpy-blog-template", - "title": "Eleventy Chirpy Blog Template", - "github_username": "muenzpraeger", - "repo": "muenzpraeger/eleventy-chirpy-blog-template", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/muenzpraeger/eleventy-chirpy-blog-template", - "demo_url": "https://eleventy-chirpy-blog-template.netlify.app/", - "stars": 54, - "forks": 16, - "open_issues": 5, - "last_commit": "2022-01-31T08:03:21Z", - "created_at": "2021-01-28T07:00:56Z", - "description": "Blog template for 11ty based on Chirpy UX", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/muenzpraeger-eleventy-chirpy-blog-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/muenzpraeger-eleventy-chirpy-blog-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/muenzpraeger-eleventy-chirpy-blog-template-2x.jpg" - } - }, - "muhajirdev-gatsby-starter-firebase": { - "theme_key": "muhajirdev-gatsby-starter-firebase", - "file": "gatsby-starter-firebase.md", - "name": "gatsby-starter-firebase", - "title": "Gatsby Starter Firebase", - "github_username": "muhajirdev", - "repo": "muhajirdev/gatsby-starter-firebase", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/muhajirdev/gatsby-starter-firebase", - "demo_url": "https://gatsby-starter-firebase.netlify.com/", - "stars": 41, - "forks": 13, - "open_issues": 25, - "last_commit": "2018-11-19T05:31:24Z", - "created_at": "2018-10-17T12:39:39Z", - "description": "Gatsby + Firebase = 👍", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/muhajirdev-gatsby-starter-firebase.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/muhajirdev-gatsby-starter-firebase.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/muhajirdev-gatsby-starter-firebase-2x.jpg" - } - }, - "muhajirdev-gatsby-starter-redux-firebase": { - "theme_key": "muhajirdev-gatsby-starter-redux-firebase", - "file": "gatsby-starter-redux-firebase.md", - "name": "gatsby-starter-redux-firebase", - "title": "Gatsby Redux Firebase", - "github_username": "muhajirdev", - "repo": "muhajirdev/gatsby-starter-redux-firebase", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/muhajirdev/gatsby-starter-redux-firebase", - "demo_url": "https://gatsby-starter-redux-firebase.netlify.com/", - "stars": 14, - "forks": 4, - "open_issues": 2, - "last_commit": "2018-11-15T23:35:23Z", - "created_at": "2018-11-15T23:30:09Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/muhajirdev-gatsby-starter-redux-firebase.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/muhajirdev-gatsby-starter-redux-firebase.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/muhajirdev-gatsby-starter-redux-firebase-2x.jpg" - } - }, - "muhajirdev-gatsby-tailwind-emotion-starter": { - "theme_key": "muhajirdev-gatsby-tailwind-emotion-starter", - "file": "gatsby-tailwind-emotion-starter.md", - "name": "gatsby-tailwind-emotion-starter", - "title": "Gatsby Tailwind Emotion Starter", - "github_username": "muhajirdev", - "repo": "muhajirdev/gatsby-tailwind-emotion-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/muhajirdev/gatsby-tailwind-emotion-starter", - "demo_url": "https://gatsby-tailwind-emotion-starter.netlify.com/", - "stars": 39, - "forks": 6, - "open_issues": 1, - "last_commit": "2019-03-04T14:09:40Z", - "created_at": "2018-10-05T10:34:13Z", - "description": "A Gatsby Starter with Tailwind CSS + Emotion Js", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/muhajirdev-gatsby-tailwind-emotion-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/muhajirdev-gatsby-tailwind-emotion-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/muhajirdev-gatsby-tailwind-emotion-starter-2x.jpg" - } - }, - "mumuxme-materialize-jekyll": { - "theme_key": "mumuxme-materialize-jekyll", - "file": "jekyll-materialize-jekyll.md", - "name": "materialize-jekyll", - "title": "Material blog", - "github_username": "mumuxme", - "repo": "mumuxme/materialize-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/mumuxme/materialize-jekyll", - "demo_url": "https://mumuxme.github.io/materialize-jekyll/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mumuxme-materialize-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mumuxme-materialize-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mumuxme-materialize-jekyll-2x.jpg" - } - }, - "muniftanjim-minimo": { - "theme_key": "muniftanjim-minimo", - "file": "hugo-minimo.md", - "name": "minimo", - "title": "Minimo", - "github_username": "MunifTanjim", - "repo": "MunifTanjim/minimo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/MunifTanjim/minimo", - "demo_url": "https://minimo.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/muniftanjim-minimo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/muniftanjim-minimo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/muniftanjim-minimo-2x.jpg" - } - }, - "murraco-jekyll-theme-minimal-resume": { - "theme_key": "murraco-jekyll-theme-minimal-resume", - "file": "jekyll-theme-Minimal-Resume.md", - "name": "jekyll-theme-minimal-resume", - "title": "Minimal Resume", - "github_username": "murraco", - "repo": "murraco/jekyll-theme-minimal-resume", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/murraco/jekyll-theme-minimal-resume", - "demo_url": "https://jekyll-theme-minimal-resume.netlify.com/", - "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", - "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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/murraco-jekyll-theme-minimal-resume-2x.jpg" - } - }, - "mushishi78-jekyll-video": { - "theme_key": "mushishi78-jekyll-video", - "file": "jekyll-video.md", - "name": "jekyll-video", - "title": "Jekyll Video", - "github_username": "mushishi78", - "repo": "mushishi78/jekyll-video", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/mushishi78/jekyll-video", - "demo_url": "https://mushishi78.github.io/jekyll-video/", - "stars": 19, - "forks": 32, - "open_issues": 0, - "last_commit": "2015-08-24T03:06:19Z", - "created_at": "2015-08-24T01:18:55Z", - "description": "Template for a video blog", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mushishi78-jekyll-video.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mushishi78-jekyll-video.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mushishi78-jekyll-video-2x.jpg" - } - }, - "mushishi78-one-page-wonder-jekyll": { - "theme_key": "mushishi78-one-page-wonder-jekyll", - "file": "jekyll-one-page-wonder.md", - "name": "one-page-wonder-jekyll", - "title": "One Page Wonder", - "github_username": "mushishi78", - "repo": "mushishi78/one-page-wonder-jekyll", - "branch": "gh-pages", - "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": 31, - "forks": 64, - "open_issues": 0, - "last_commit": "2015-05-09T18:23:40Z", - "created_at": "2015-04-22T13:12:24Z", - "description": "Jekyll port of One Page Wonder", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mushishi78-one-page-wonder-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mushishi78-one-page-wonder-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mushishi78-one-page-wonder-jekyll-2x.jpg" - } - }, - "mx3m-hikari-for-jekyll": { - "theme_key": "mx3m-hikari-for-jekyll", - "file": "jekyll-hikari.md", - "name": "hikari-for-jekyll", - "title": "Hikari", - "github_username": "mx3m", - "repo": "mx3m/hikari-for-jekyll", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/mx3m/hikari-for-jekyll", - "demo_url": "https://mx3m.github.io/hikari-for-Jekyll/", - "stars": 232, - "forks": 89, - "open_issues": 0, - "last_commit": "2021-08-02T22:20:25Z", - "created_at": "2014-02-01T08:30:55Z", - "description": "An open-source theme for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/mx3m-hikari-for-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/mx3m-hikari-for-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/mx3m-hikari-for-jekyll-2x.jpg" - } - }, - "nadjetey-gridgallery": { - "theme_key": "nadjetey-gridgallery", - "file": "jekyll-gridgallery.md", - "name": "GridGallery", - "title": "GridGallery", - "github_username": "thesowah", - "repo": "thesowah/GridGallery", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thesowah/GridGallery", - "demo_url": "https://nadjetey.github.io/GridGallery", - "stars": 56, - "forks": 59, - "open_issues": 0, - "last_commit": "2016-04-22T12:00:36Z", - "created_at": "2014-04-07T01:26:30Z", - "description": "A responsive grid gallery based on the [Google Chromebook getting started](https://gweb-gettingstartedguide.appspot.com/) guide gallery. ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nadjetey-gridgallery.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nadjetey-gridgallery.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nadjetey-gridgallery-2x.jpg" - } - }, - "nadjetey-redcup": { - "theme_key": "nadjetey-redcup", - "file": "jekyll-redcup.md", - "name": "redcup", - "title": "redcup", - "github_username": "thesowah", - "repo": "thesowah/redcup", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thesowah/redcup", - "demo_url": "https://nadjetey.github.io/redcup/", - "stars": 25, - "forks": 19, - "open_issues": 0, - "last_commit": "2016-04-22T11:31:41Z", - "created_at": "2014-01-26T21:40:33Z", - "description": "This is a Jekyll Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nadjetey-redcup.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nadjetey-redcup.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nadjetey-redcup-2x.jpg" - } - }, - "nadjetey-wangana": { - "theme_key": "nadjetey-wangana", - "file": "jekyll-wangana.md", - "name": "wangana", - "title": "Wangana", - "github_username": "thesowah", - "repo": "thesowah/wangana", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thesowah/wangana", - "demo_url": "https://thesowah.github.io/wangana/", - "stars": 52, - "forks": 41, - "open_issues": 0, - "last_commit": "2018-06-03T11:27:49Z", - "created_at": "2014-02-09T16:41:40Z", - "description": "Wangana is a responsive Jekyll theme, perfect for powering your GitHub hosted blog.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nadjetey-wangana.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nadjetey-wangana.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nadjetey-wangana-2x.jpg" - } - }, - "nairobilug-pelican-alchemy": { - "theme_key": "nairobilug-pelican-alchemy", - "file": "pelican-alchemy.md", - "name": "pelican-alchemy", - "title": "Alchemy", - "github_username": "nairobilug", - "repo": "nairobilug/pelican-alchemy", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nairobilug/pelican-alchemy", - "demo_url": "https://nairobilug.github.io/pelican-alchemy/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nairobilug-pelican-alchemy.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nairobilug-pelican-alchemy.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nairobilug-pelican-alchemy-2x.jpg" - } - }, - "nakorndev-vuepress-theme-bulma": { - "theme_key": "nakorndev-vuepress-theme-bulma", - "file": "vuepress-theme-bulma.md", - "name": "vuepress-theme-bulma", - "title": "Vuepress Bulma", - "github_username": "nakorndev", - "repo": "nakorndev/vuepress-theme-bulma", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nakorndev/vuepress-theme-bulma", - "demo_url": "https://nakorn.dev/vuepress-theme-bulma/", - "stars": 68, - "forks": 22, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nakorndev-vuepress-theme-bulma.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nakorndev-vuepress-theme-bulma.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nakorndev-vuepress-theme-bulma-2x.jpg" - } - }, - "nandomoreirame-dotx": { - "theme_key": "nandomoreirame-dotx", - "file": "jekyll-dotx.md", - "name": "dotX", - "title": "dotX", - "github_username": "nandomoreirame", - "repo": "nandomoreirame/dotX", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nandomoreirame/dotX", - "demo_url": "https://nandomoreirame.github.io/dotX/", - "stars": 84, - "forks": 55, - "open_issues": 8, - "last_commit": "2018-01-16T17:49:44Z", - "created_at": "2015-12-20T16:11:01Z", - "description": "💎 Simple & Beautiful Jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nandomoreirame-dotx.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nandomoreirame-dotx.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nandomoreirame-dotx-2x.jpg" - } - }, - "nandomoreirame-end2end": { - "theme_key": "nandomoreirame-end2end", - "file": "end2end.md", - "name": "end2end", - "title": "End2end", - "github_username": "nandomoreirame", - "repo": "nandomoreirame/end2end", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nandomoreirame/end2end", - "demo_url": "https://nandomoreirame.github.io/end2end/", - "stars": 272, - "forks": 201, - "open_issues": 7, - "last_commit": "2019-03-25T12:39:20Z", - "created_at": "2015-11-26T15:45:00Z", - "description": "💎 Clean Jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nandomoreirame-end2end.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nandomoreirame-end2end.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nandomoreirame-end2end-2x.jpg" - } - }, - "nandomoreirame-lora": { - "theme_key": "nandomoreirame-lora", - "file": "jekyll-lora.md", - "name": "lora", - "title": "Lora", - "github_username": "nandomoreirame", - "repo": "nandomoreirame/lora", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nandomoreirame/lora", - "demo_url": "https://nandomoreira.me/lora/", - "stars": 31, - "forks": 33, - "open_issues": 1, - "last_commit": "2018-01-16T17:49:49Z", - "created_at": "2015-11-15T17:33:04Z", - "description": ":gem: Lora free Jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nandomoreirame-lora.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nandomoreirame-lora.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nandomoreirame-lora-2x.jpg" - } - }, - "nandomoreirame-mug": { - "theme_key": "nandomoreirame-mug", - "file": "jekyll-mug.md", - "name": "mug", - "title": "mug", - "github_username": "nandomoreirame", - "repo": "nandomoreirame/mug", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nandomoreirame/mug", - "demo_url": "https://nandomoreira.me/mug/", - "stars": 44, - "forks": 33, - "open_issues": 1, - "last_commit": "2018-01-16T17:49:21Z", - "created_at": "2015-11-20T14:42:31Z", - "description": "💎 mug Jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nandomoreirame-mug.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nandomoreirame-mug.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nandomoreirame-mug-2x.jpg" - } - }, - "nandomoreirame-nandomoreira-jekyll-theme": { - "theme_key": "nandomoreirame-nandomoreira-jekyll-theme", - "file": "jekyll-nandomoreira.me.md", - "name": "nandomoreira-jekyll-theme", - "title": "nandomoreira.me", - "github_username": "nandomoreirame", - "repo": "nandomoreirame/nandomoreira-jekyll-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nandomoreirame/nandomoreira-jekyll-theme", - "demo_url": "https://nandomoreira.me/nandomoreira-jekyll-theme/", - "stars": 102, - "forks": 80, - "open_issues": 4, - "last_commit": "2018-01-16T17:49:01Z", - "created_at": "2015-11-12T18:06:34Z", - "description": "💎 My old website in Jekyll and Gulpjs", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nandomoreirame-nandomoreira-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nandomoreirame-nandomoreira-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nandomoreirame-nandomoreira-jekyll-theme-2x.jpg" - } - }, - "nandomoreirame-simplest": { - "theme_key": "nandomoreirame-simplest", - "file": "jekyll-simplest.md", - "name": "simplest", - "title": "Simplest", - "github_username": "nandomoreirame", - "repo": "nandomoreirame/simplest", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nandomoreirame/simplest", - "demo_url": "https://nandomoreira.me/simplest/", - "stars": 130, - "forks": 46, - "open_issues": 6, - "last_commit": "2018-01-04T15:36:41Z", - "created_at": "2015-12-10T15:28:29Z", - "description": "💎 Simple and beautiful Jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nandomoreirame-simplest.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nandomoreirame-simplest.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nandomoreirame-simplest-2x.jpg" - } - }, - "nandomoreirame-zetsu": { - "theme_key": "nandomoreirame-zetsu", - "file": "jekyll-zetsu.md", - "name": "zetsu", - "title": "Zetsu", - "github_username": "nandomoreirame", - "repo": "nandomoreirame/zetsu", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nandomoreirame/zetsu", - "demo_url": "https://nandomoreirame.github.io/zetsu/", - "stars": 42, - "forks": 40, - "open_issues": 3, - "last_commit": "2018-01-16T17:48:45Z", - "created_at": "2015-08-08T05:58:15Z", - "description": "💎 Zetsu - a free Jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nandomoreirame-zetsu.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nandomoreirame-zetsu.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nandomoreirame-zetsu-2x.jpg" - } - }, - "nanxiaobei-hugo-paper": { - "theme_key": "nanxiaobei-hugo-paper", - "file": "hugo-paper.md", - "name": "hugo-paper", - "title": "Paper", - "github_username": "nanxiaobei", - "repo": "nanxiaobei/hugo-paper", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/nanxiaobei/hugo-paper", - "demo_url": "https://nanxiaobei.github.io/hugo-paper/", - "stars": 1328, - "forks": 292, - "open_issues": 0, - "last_commit": "2023-01-12T07:17:56Z", - "created_at": "2018-01-08T16:26:30Z", - "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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nanxiaobei-hugo-paper-2x.jpg" - } - }, - "narative-gatsby-theme-novela": { - "theme_key": "narative-gatsby-theme-novela", - "file": "gatsby-theme-novela.md", - "name": "gatsby-theme-novela", - "title": "Gatsby Novela", - "github_username": "narative", - "repo": "narative/gatsby-theme-novela", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/narative/gatsby-theme-novela", - "demo_url": "https://novela.narative.co/", - "stars": 1726, - "forks": 511, - "open_issues": 80, - "last_commit": "2021-06-04T17:26:13Z", - "created_at": "2019-08-01T04:08:19Z", - "description": "Welcome to Novela, the simplest way to start publishing with Gatsby.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/narative-gatsby-theme-novela.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/narative-gatsby-theme-novela.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/narative-gatsby-theme-novela-2x.jpg" - } - }, - "natarajmb-charaka-hugo-theme": { - "theme_key": "natarajmb-charaka-hugo-theme", - "file": "hugo-theme-charaka.md", - "name": "charaka-hugo-theme", - "title": "Charaka", - "github_username": "natarajmb", - "repo": "natarajmb/charaka-hugo-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/natarajmb/charaka-hugo-theme", - "demo_url": "https://themes.gohugo.io/theme/charaka-hugo-theme/", - "stars": 40, - "forks": 30, - "open_issues": 1, - "last_commit": "2020-12-15T11:37:36Z", - "created_at": "2018-08-21T20:17:16Z", - "description": "Minimalistic and Responsive blog theme for hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/natarajmb-charaka-hugo-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/natarajmb-charaka-hugo-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/natarajmb-charaka-hugo-theme-2x.jpg" - } - }, - "nathancday-min_night": { - "theme_key": "nathancday-min_night", - "file": "hugo-min-night.md", - "name": "min_night", - "title": "Min_night", - "github_username": "nathancday", - "repo": "nathancday/min_night", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nathancday/min_night", - "demo_url": "https://www.natedayta.com/", - "stars": 20, - "forks": 21, - "open_issues": 0, - "last_commit": "2020-12-07T21:26:18Z", - "created_at": "2018-05-19T17:36:39Z", - "description": "An easy on the eyes Hugo blog theme with dark mode.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nathancday-min_night.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nathancday-min_night.jpg", - "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", - "name": "gatsby-starter-nehalem", - "title": "Gatsby Starter Nehalem", - "github_username": "nehalist", - "repo": "nehalist/gatsby-starter-nehalem", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nehalist/gatsby-starter-nehalem", - "demo_url": "https://nehalem.netlify.com/", - "stars": 39, - "forks": 21, - "open_issues": 31, - "last_commit": "2020-03-17T21:04:39Z", - "created_at": "2019-09-07T15:57:10Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nehalist-gatsby-starter-nehalem.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nehalist-gatsby-starter-nehalem.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nehalist-gatsby-starter-nehalem-2x.jpg" - } - }, - "neizod-lemma-theme": { - "theme_key": "neizod-lemma-theme", - "file": "jekyll-lemma-theme.md", - "name": "lemma-theme", - "title": "Lemma", - "github_username": "neizod", - "repo": "neizod/lemma-theme", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/neizod/lemma-theme", - "demo_url": "https://neizod.github.io/lemma-theme", - "stars": 10, - "forks": 16, - "open_issues": 7, - "last_commit": "2021-10-09T19:24:14Z", - "created_at": "2014-10-23T03:14:41Z", - "description": "Bootstrap theme for GitHub Pages (Jekyll).", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/neizod-lemma-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/neizod-lemma-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/neizod-lemma-theme-2x.jpg" - } - }, - "netlify-templates-gatsby-starter-netlify-cms": { - "theme_key": "netlify-templates-gatsby-starter-netlify-cms", - "file": "gatsby-starter-netlify-cms.md", - "name": "gatsby-starter-netlify-cms", - "title": "Gatsby Starter Netlify CMS", - "github_username": "netlify-templates", - "repo": "netlify-templates/gatsby-starter-netlify-cms", - "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": 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": { - "hires": "https://www.jamstackthemes.dev/capture/netlify-templates-gatsby-starter-netlify-cms.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/netlify-templates-gatsby-starter-netlify-cms.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/netlify-templates-gatsby-starter-netlify-cms-2x.jpg" - } - }, - "netlify-templates-one-click-hugo-cms": { - "theme_key": "netlify-templates-one-click-hugo-cms", - "file": "hugo-starter-blog-theme-kaldi.md", - "name": "one-click-hugo-cms", - "title": "Hugo starter Kaldi", - "github_username": "netlify-templates", - "repo": "netlify-templates/one-click-hugo-cms", - "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": 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": { - "hires": "https://www.jamstackthemes.dev/capture/netlify-templates-one-click-hugo-cms.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/netlify-templates-one-click-hugo-cms.jpg", - "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", - "name": "jekyll-theme-hamilton", - "title": "Hamilton", - "github_username": "ngzhio", - "repo": "ngzhio/jekyll-theme-hamilton", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ngzhio/jekyll-theme-hamilton", - "demo_url": "https://ngzhio.github.io/jekyll-theme-hamilton/", - "stars": 45, - "forks": 91, - "open_issues": 2, - "last_commit": "2020-09-22T11:48:28Z", - "created_at": "2020-04-04T11:56:55Z", - "description": "A minimal and beautiful Jekyll theme best for writing and note-taking.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ngzhio-jekyll-theme-hamilton.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ngzhio-jekyll-theme-hamilton.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ngzhio-jekyll-theme-hamilton-2x.jpg" - } - }, - "nickbalestra-kactus": { - "theme_key": "nickbalestra-kactus", - "file": "jekyll-kactus.md", - "name": "kactus", - "title": "Kactus", - "github_username": "nickbalestra", - "repo": "nickbalestra/kactus", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nickbalestra/kactus", - "demo_url": "https://nick.balestra.ch/2015/Kactus/", - "stars": 390, - "forks": 167, - "open_issues": 12, - "last_commit": "2017-09-12T09:18:08Z", - "created_at": "2015-06-11T18:10:48Z", - "description": "Cactus's default theme on Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nickbalestra-kactus.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nickbalestra-kactus.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nickbalestra-kactus-2x.jpg" - } - }, - "nielsenramon-chalk": { - "theme_key": "nielsenramon-chalk", - "file": "jekyll-chalk.md", - "name": "chalk", - "title": "Chalk", - "github_username": "nielsenramon", - "repo": "nielsenramon/chalk", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nielsenramon/chalk", - "demo_url": "https://chalk.nielsenramon.com", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nielsenramon-chalk.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nielsenramon-chalk.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nielsenramon-chalk-2x.jpg" - } - }, - "niklasbuschmann-contrast": { - "theme_key": "niklasbuschmann-contrast", - "file": "jekyll-contrast.md", - "name": "contrast", - "title": "Jekyll Contrast", - "github_username": "niklasbuschmann", - "repo": "niklasbuschmann/contrast", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/niklasbuschmann/contrast", - "demo_url": "https://niklasbuschmann.github.io/contrast/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/niklasbuschmann-contrast.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/niklasbuschmann-contrast.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/niklasbuschmann-contrast-2x.jpg" - } - }, - "niklasbuschmann-contrast-hugo": { - "theme_key": "niklasbuschmann-contrast-hugo", - "file": "hugo-contrast-theme.md", - "name": "contrast-hugo", - "title": "Hugo Contrast", - "github_username": "niklasbuschmann", - "repo": "niklasbuschmann/contrast-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/niklasbuschmann/contrast-hugo", - "demo_url": "https://themes.gohugo.io/theme/contrast-hugo/", - "stars": 30, - "forks": 25, - "open_issues": 4, - "last_commit": "2021-03-13T14:06:59Z", - "created_at": "2019-07-15T13:03:07Z", - "description": "Minimalistic Hugo theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/niklasbuschmann-contrast-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/niklasbuschmann-contrast-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/niklasbuschmann-contrast-hugo-2x.jpg" - } - }, - "niklasmtj-gatsby-starter-julia": { - "theme_key": "niklasmtj-gatsby-starter-julia", - "file": "gatsby-starter-julia.md", - "name": "gatsby-starter-julia", - "title": "Gatsby Starter Julia", - "github_username": "niklasmtj", - "repo": "niklasmtj/gatsby-starter-julia", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/niklasmtj/gatsby-starter-julia", - "demo_url": "https://gatsby-starter-julia.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/niklasmtj-gatsby-starter-julia.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/niklasmtj-gatsby-starter-julia.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/niklasmtj-gatsby-starter-julia-2x.jpg" - } - }, - "nikrich-jekyll-slender-template": { - "theme_key": "nikrich-jekyll-slender-template", - "file": "jekyll-slender.md", - "name": "jekyll-slender-template", - "title": "Slender", - "github_username": "nikrich", - "repo": "nikrich/jekyll-slender-template", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nikrich/jekyll-slender-template", - "demo_url": "https://nikrich.github.io/jekyll-slender-template/#", - "stars": 47, - "forks": 47, - "open_issues": 0, - "last_commit": "2016-04-13T15:09:29Z", - "created_at": "2016-03-30T10:52:12Z", - "description": "Beautiful portfolio style template for jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nikrich-jekyll-slender-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nikrich-jekyll-slender-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nikrich-jekyll-slender-template-2x.jpg" - } - }, - "nikrich-jekyll-wing-template": { - "theme_key": "nikrich-jekyll-wing-template", - "file": "jekyll-wing.md", - "name": "jekyll-wing-template", - "title": "Wing", - "github_username": "nikrich", - "repo": "nikrich/jekyll-wing-template", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nikrich/jekyll-wing-template", - "demo_url": "https://nikrich.github.io/jekyll-wing-template/#", - "stars": 40, - "forks": 94, - "open_issues": 0, - "last_commit": "2016-09-30T08:50:25Z", - "created_at": "2016-07-19T09:48:57Z", - "description": "Light and beautiful blog style template for jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nikrich-jekyll-wing-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nikrich-jekyll-wing-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nikrich-jekyll-wing-template-2x.jpg" - } - }, - "ninapetrop-artist-theme": { - "theme_key": "ninapetrop-artist-theme", - "file": "jekyll-artist-theme.md", - "name": "Artist-Theme", - "title": "Artist Theme", - "github_username": "ninapetrop", - "repo": "ninapetrop/Artist-Theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ninapetrop/Artist-Theme", - "demo_url": "https://ninapetrop.github.io/Artist-Theme/", - "stars": 90, - "forks": 106, - "open_issues": 3, - "last_commit": "2016-05-25T17:23:38Z", - "created_at": "2016-01-31T20:52:26Z", - "description": "A free Jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ninapetrop-artist-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ninapetrop-artist-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ninapetrop-artist-theme-2x.jpg" - } - }, - "nirocfz-arabica": { - "theme_key": "nirocfz-arabica", - "file": "hugo-arabica.md", - "name": "arabica", - "title": "Arabica", - "github_username": "nirocfz", - "repo": "nirocfz/arabica", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nirocfz/arabica", - "demo_url": "https://arabica.netlify.com/", - "stars": 18, - "forks": 35, - "open_issues": 1, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/nirocfz-arabica.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nirocfz-arabica.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nirocfz-arabica-2x.jpg" - } - }, - "nix1947-jekyll-hilmi": { - "theme_key": "nix1947-jekyll-hilmi", - "file": "jekyll-hilmi.md", - "name": "jekyll-hilmi", - "title": "Jekyll-hilmi", - "github_username": "nix1947", - "repo": "nix1947/jekyll-hilmi", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nix1947/jekyll-hilmi", - "demo_url": "https://nix1947.github.io/jekyll-hilmi", - "stars": 3, - "forks": 3, - "open_issues": 1, - "last_commit": "2017-01-01T14:54:47Z", - "created_at": "2017-01-01T14:27:40Z", - "description": "jekyll-hilmi is the minimal jekyll theme that focuses on writing matters.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nix1947-jekyll-hilmi.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nix1947-jekyll-hilmi.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nix1947-jekyll-hilmi-2x.jpg" - } - }, - "nodejh-hugo-theme-cactus-plus": { - "theme_key": "nodejh-hugo-theme-cactus-plus", - "file": "hugo-theme-cactus-plus.md", - "name": "hugo-theme-cactus-plus", - "title": "Cactus Plus", - "github_username": "nodejh", - "repo": "nodejh/hugo-theme-cactus-plus", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nodejh/hugo-theme-cactus-plus", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-cactus-plus/", - "stars": 353, - "forks": 147, - "open_issues": 26, - "last_commit": "2018-02-15T08:45:08Z", - "created_at": "2017-01-15T14:56:47Z", - "description": "A minimalistic hugo theme based on cactus", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nodejh-hugo-theme-cactus-plus.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nodejh-hugo-theme-cactus-plus.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nodejh-hugo-theme-cactus-plus-2x.jpg" - } - }, - "nodejh-hugo-theme-mini": { - "theme_key": "nodejh-hugo-theme-cactus-plus", - "file": "hugo-theme-cactus-plus.md", - "name": "hugo-theme-mini", - "title": "Cactus Plus", - "github_username": "nodejh", - "repo": "nodejh/hugo-theme-mini", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nodejh/hugo-theme-mini", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-cactus-plus/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/nodejh-hugo-theme-cactus-plus.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nodejh-hugo-theme-cactus-plus.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nodejh-hugo-theme-cactus-plus-2x.jpg" - } - }, - "notpushkin-mkdocs-alabaster": { - "theme_key": "notpushkin-mkdocs-alabaster", - "file": "mkdocs-alabaster.md", - "name": "mkdocs-alabaster", - "title": "MkDocs Alabaster", - "github_username": "notpushkin", - "repo": "notpushkin/mkdocs-alabaster", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/notpushkin/mkdocs-alabaster", - "demo_url": "https://mkdocs-alabaster.ale.sh/", - "stars": 36, - "forks": 9, - "open_issues": 4, - "last_commit": "2020-06-16T08:22:23Z", - "created_at": "2016-01-29T22:40:46Z", - "description": "Alabaster port for MkDocs", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/notpushkin-mkdocs-alabaster.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/notpushkin-mkdocs-alabaster.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/notpushkin-mkdocs-alabaster-2x.jpg" - } - }, - "nrandecker-particle": { - "theme_key": "nrandecker-particle", - "file": "jekyll-particle.md", - "name": "particle", - "title": "Particle", - "github_username": "nrandecker", - "repo": "nrandecker/particle", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nrandecker/particle", - "demo_url": "https://nrandecker.github.io/particle", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/nrandecker-particle.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nrandecker-particle.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nrandecker-particle-2x.jpg" - } - }, - "nryotaro-siera": { - "theme_key": "kazumasato-siera", - "file": "jekyll-siera.md", - "name": "Siera", - "title": "Siera", - "github_username": "nryotaro", - "repo": "nryotaro/Siera", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nryotaro/Siera", - "demo_url": "https://ranceworks.com/", - "stars": 32, - "forks": 53, - "open_issues": 1, - "last_commit": "2016-01-01T00:40:04Z", - "created_at": "2015-11-14T07:47:20Z", - "description": "jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/kazumasato-siera.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/kazumasato-siera.jpg", - "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", - "name": "hugo-sustain", - "title": "Sustain", - "github_username": "nurlansu", - "repo": "nurlansu/hugo-sustain", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/nurlansu/hugo-sustain", - "demo_url": "https://demo.nurlan.co/hugo-sustain/", - "stars": 170, - "forks": 114, - "open_issues": 6, - "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" - } - }, - "octoxalis-11tyframe": { - "theme_key": "octoxalis-11tyframe", - "file": "11tyframe.md", - "name": "11tyframe", - "title": "11tyFrame", - "github_username": "octoxalis", - "repo": "octoxalis/11tyframe", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/octoxalis/11tyframe", - "demo_url": "https://11tyframe.netlify.com", - "stars": 6, - "forks": 2, - "open_issues": 3, - "last_commit": "2020-05-14T17:50:32Z", - "created_at": "2019-10-27T15:30:44Z", - "description": "A light site frame using Eleventy static site generator", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/octoxalis-11tyframe.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/octoxalis-11tyframe.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/octoxalis-11tyframe-2x.jpg" - } - }, - "ofranke-gatsby-typescript-scss-docker": { - "theme_key": "ofranke-gatsby-typescript-scss-docker", - "file": "gatsby-typescript-scss-docker.md", - "name": "gatsby-typescript-scss-docker", - "title": "Gatsby Typescript Scss Docker", - "github_username": "OFranke", - "repo": "OFranke/gatsby-typescript-scss-docker", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/OFranke/gatsby-typescript-scss-docker", - "demo_url": "https://gatsby-typescript-scss-docker-starter.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ofranke-gatsby-typescript-scss-docker.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ofranke-gatsby-typescript-scss-docker.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ofranke-gatsby-typescript-scss-docker-2x.jpg" - } - }, - "ohduran-onassis": { - "theme_key": "ohduran-onassis", - "file": "Onassis.md", - "name": "Onassis", - "title": "Onassis", - "github_username": "ohduran", - "repo": "ohduran/Onassis", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ohduran/Onassis", - "demo_url": "https://ohduran.github.io/Onassis", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/ohduran-onassis.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ohduran-onassis.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ohduran-onassis-2x.jpg" - } - }, - "ohduran-the-interesting-times": { - "theme_key": "ohduran-the-interesting-times", - "file": "the-interesting-times.md", - "name": "the-interesting-times", - "title": "The Interesting Times", - "github_username": "ohduran", - "repo": "ohduran/the-interesting-times", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ohduran/the-interesting-times", - "demo_url": "https://ohduran.github.io/the-interesting-times", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/ohduran-the-interesting-times.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ohduran-the-interesting-times.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ohduran-the-interesting-times-2x.jpg" - } - }, - "okkur-syna": { - "theme_key": "okkur-syna", - "file": "hugo-syna.md", - "name": "syna", - "title": "Syna", - "github_username": "okkur", - "repo": "okkur/syna", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/okkur/syna", - "demo_url": "https://themes.gohugo.io/theme/syna/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/okkur-syna.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/okkur-syna.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/okkur-syna-2x.jpg" - } - }, - "olakara-jekyllmetro": { - "theme_key": "olakara-jekyllmetro", - "file": "jekyll-metro.md", - "name": "JekyllMetro", - "title": "Jekyll Metro", - "github_username": "olakara", - "repo": "olakara/JekyllMetro", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/olakara/JekyllMetro", - "demo_url": "https://abdelraoof.com", - "stars": 63, - "forks": 82, - "open_issues": 2, - "last_commit": "2017-04-14T04:38:30Z", - "created_at": "2014-06-17T14:07:26Z", - "description": "A Metro based theme for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/olakara-jekyllmetro.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/olakara-jekyllmetro.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/olakara-jekyllmetro-2x.jpg" - } - }, - "old-jekyll-templates-dopetrope-jekyll-theme": { - "theme_key": "cloudcannon-dopetrope-jekyll-theme", - "file": "jekyll-dopetrope.md", - "name": "DopeTrope-Jekyll-Theme", - "title": "Dopetrope", - "github_username": "old-jekyll-templates", - "repo": "old-jekyll-templates/DopeTrope-Jekyll-Theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/old-jekyll-templates/DopeTrope-Jekyll-Theme", - "demo_url": "https://html5up.net/dopetrope", - "stars": 58, - "forks": 65, - "open_issues": 3, - "last_commit": "2015-09-13T23:34:58Z", - "created_at": "2015-01-07T23:00:38Z", - "description": "DopeTrope Jekyll Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cloudcannon-dopetrope-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cloudcannon-dopetrope-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cloudcannon-dopetrope-jekyll-theme-2x.jpg" - } - }, - "old-jekyll-templates-strata-jekyll-theme": { - "theme_key": "cloudcannon-strata-jekyll-theme", - "file": "jekyll-strata.md", - "name": "Strata-Jekyll-Theme", - "title": "Strata", - "github_username": "old-jekyll-templates", - "repo": "old-jekyll-templates/Strata-Jekyll-Theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/old-jekyll-templates/Strata-Jekyll-Theme", - "demo_url": "https://html5up.net/strata", - "stars": 133, - "forks": 207, - "open_issues": 11, - "last_commit": "2017-01-23T17:47:28Z", - "created_at": "2015-04-26T18:24:31Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cloudcannon-strata-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cloudcannon-strata-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/cloudcannon-strata-jekyll-theme-2x.jpg" - } - }, - "old-jekyll-templates-twenty-jekyll-theme": { - "theme_key": "cloudcannon-twenty-jekyll-theme", - "file": "jekyll-twenty.md", - "name": "Twenty-Jekyll-Theme", - "title": "Twenty", - "github_username": "old-jekyll-templates", - "repo": "old-jekyll-templates/Twenty-Jekyll-Theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/old-jekyll-templates/Twenty-Jekyll-Theme", - "demo_url": "https://html5up.net/twenty", - "stars": 81, - "forks": 110, - "open_issues": 2, - "last_commit": "2015-01-07T22:44:35Z", - "created_at": "2015-01-07T02:59:06Z", - "description": "Twenty Jekyll Theme - more themes available @ http://cloudcannon.com/jekyll_themes", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/cloudcannon-twenty-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/cloudcannon-twenty-jekyll-theme.jpg", - "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", - "name": "hugo-theme-even", - "title": "Even", - "github_username": "olOwOlo", - "repo": "olOwOlo/hugo-theme-even", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/olOwOlo/hugo-theme-even", - "demo_url": "https://blog.olowolo.com/example-site/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/olowolo-hugo-theme-even.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/olowolo-hugo-theme-even.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/olowolo-hugo-theme-even-2x.jpg" - } - }, - "ondrabus-gridsome-starter-kontent-lumen": { - "theme_key": "ondrabus-gridsome-starter-kontent-lumen", - "file": "gridsome-kontent-lumen.md", - "name": "gridsome-starter-kontent-lumen", - "title": "Gridsome Kontent Lumen", - "github_username": "ondrabus", - "repo": "ondrabus/gridsome-starter-kontent-lumen", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ondrabus/gridsome-starter-kontent-lumen", - "demo_url": "https://gridsome-starter-kontent-lumen.netlify.app", - "stars": 9, - "forks": 4, - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ondrabus-gridsome-starter-kontent-lumen.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ondrabus-gridsome-starter-kontent-lumen.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ondrabus-gridsome-starter-kontent-lumen-2x.jpg" - } - }, - "ondrabus-scully-starter-kontent-lumen": { - "theme_key": "ondrabus-scully-starter-kontent-lumen", - "file": "scully-kontent-lumen.md", - "name": "scully-starter-kontent-lumen", - "title": "Scully Starter Kontent Lumen", - "github_username": "ondrabus", - "repo": "ondrabus/scully-starter-kontent-lumen", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/ondrabus/scully-starter-kontent-lumen", - "demo_url": "https://scully-starter-kontent-lumen.netlify.app/", - "stars": 2, - "forks": 3, - "open_issues": 0, - "last_commit": "2020-11-05T15:04:26Z", - "created_at": "2020-10-27T17:21:10Z", - "description": "Lumen starter on Scully", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ondrabus-scully-starter-kontent-lumen.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ondrabus-scully-starter-kontent-lumen.jpg", - "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", - "name": "compose", - "title": "Compose", - "github_username": "onweru", - "repo": "onweru/compose", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/onweru/compose", - "demo_url": "https://docs.neuralvibes.com", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/onweru-compose.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/onweru-compose.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/onweru-compose-2x.jpg" - } - }, - "onweru-hugo-swift-theme": { - "theme_key": "onweru-hugo-swift-theme", - "file": "hugo-swift-theme.md", - "name": "hugo-swift-theme", - "title": "Swift", - "github_username": "onweru", - "repo": "onweru/hugo-swift-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/onweru/hugo-swift-theme", - "demo_url": "https://neuralvibes.com", - "stars": 112, - "forks": 68, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/onweru-hugo-swift-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/onweru-hugo-swift-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/onweru-hugo-swift-theme-2x.jpg" - } - }, - "onweru-newsroom": { - "theme_key": "onweru-newsroom", - "file": "newsroom.md", - "name": "newsroom", - "title": "Newsroom", - "github_username": "onweru", - "repo": "onweru/newsroom", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/onweru/newsroom", - "demo_url": "https://rooms.netlify.com", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/onweru-newsroom.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/onweru-newsroom.jpg", - "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", - "name": "Jekyll-Modern-Blog", - "title": "Modern Blog Version 2", - "github_username": "Open-SL", - "repo": "Open-SL/Jekyll-Modern-Blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Open-SL/Jekyll-Modern-Blog", - "demo_url": "https://open-sl.github.io/Jekyll-Modern-Blog/", - "stars": 17, - "forks": 18, - "open_issues": 2, - "last_commit": "2017-03-12T15:53:46Z", - "created_at": "2017-03-12T15:47:54Z", - "description": "Jekyll Modern Theme Alternative Version", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/open-sl-jekyll-modern-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/open-sl-jekyll-modern-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/open-sl-jekyll-modern-blog-2x.jpg" - } - }, - "open-start-opentheme": { - "theme_key": "open-start-opentheme", - "file": "jekyll-opentheme.md", - "name": "opentheme", - "title": "OpenTheme", - "github_username": "manavsehgal", - "repo": "manavsehgal/opentheme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/manavsehgal/opentheme", - "demo_url": "https://opentheme.co/", - "stars": 147, - "forks": 208, - "open_issues": 6, - "last_commit": "2017-12-03T05:56:33Z", - "created_at": "2014-11-19T12:03:04Z", - "description": "Powerful new theme featuring Semantic UI for speedily creating amazing websites and mobile-hybrid apps on GitHub Pages.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/open-start-opentheme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/open-start-opentheme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/open-start-opentheme-2x.jpg" - } - }, - "orderedlist-minimal": { - "theme_key": "orderedlist-minimal", - "file": "jekyll-minimal.md", - "name": "minimal", - "title": "Minimal", - "github_username": "orderedlist", - "repo": "orderedlist/minimal", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/orderedlist/minimal", - "demo_url": "https://orderedlist.com/minimal/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/orderedlist-minimal.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/orderedlist-minimal.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/orderedlist-minimal-2x.jpg" - } - }, - "orderedlist-modernist": { - "theme_key": "orderedlist-modernist", - "file": "jekyll-modernist.md", - "name": "modernist", - "title": "Modernist", - "github_username": "orderedlist", - "repo": "orderedlist/modernist", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/orderedlist/modernist", - "demo_url": "https://orderedlist.com/modernist/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/orderedlist-modernist.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/orderedlist-modernist.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/orderedlist-modernist-2x.jpg" - } - }, - "osogrizz-gatsby-starter-santa-fe": { - "theme_key": "osogrizz-gatsby-starter-santa-fe", - "file": "gatsby-starter-santa-fe.md", - "name": "gatsby-starter-santa-fe", - "title": "Gatsby Starter Santa Fe", - "github_username": "osogrizz", - "repo": "osogrizz/gatsby-starter-santa-fe", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/osogrizz/gatsby-starter-santa-fe", - "demo_url": "https://gatsby-starter-santa-fe.netlify.com/", - "stars": 1, - "forks": 1, - "open_issues": 0, - "last_commit": "2019-05-08T05:13:22Z", - "created_at": "2019-01-25T22:42:31Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/osogrizz-gatsby-starter-santa-fe.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/osogrizz-gatsby-starter-santa-fe.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/osogrizz-gatsby-starter-santa-fe-2x.jpg" - } - }, - "ovidiumihaibelciug-gatsby-firebase-starter": { - "theme_key": "ovidiumihaibelciug-gatsby-firebase-starter", - "file": "gatsby-firebase-starter.md", - "name": "gatsby-firebase-starter", - "title": "Gatsby Firebase Starter", - "github_username": "ovidiumihaibelciug", - "repo": "ovidiumihaibelciug/gatsby-firebase-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ovidiumihaibelciug/gatsby-firebase-starter", - "demo_url": "https://gatsby-firebase-starter.netlify.com/", - "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. ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ovidiumihaibelciug-gatsby-firebase-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ovidiumihaibelciug-gatsby-firebase-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ovidiumihaibelciug-gatsby-firebase-starter-2x.jpg" - } - }, - "ozgrozer-dasper": { - "theme_key": "ozgrozer-dasper", - "file": "jekyll-dasper.md", - "name": "dasper", - "title": "Dasper", - "github_username": "ozgrozer", - "repo": "ozgrozer/dasper", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ozgrozer/dasper", - "demo_url": "https://ozgrozer.github.io/dasper/", - "stars": 77, - "forks": 59, - "open_issues": 4, - "last_commit": "2019-05-31T17:06:13Z", - "created_at": "2016-05-15T14:47:40Z", - "description": "A Jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ozgrozer-dasper.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ozgrozer-dasper.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ozgrozer-dasper-2x.jpg" - } - }, - "p0wex-gesko": { - "theme_key": "p0wex-gesko", - "file": "Gesko.md", - "name": "Gesko", - "title": "Gesko", - "github_username": "P0WEX", - "repo": "P0WEX/Gesko", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/P0WEX/Gesko", - "demo_url": "https://p0wex.github.io/Gesko/", - "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": { - "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" - } - }, - "pablovila-gatsby-starter-wordpress-community": { - "theme_key": "pablovila-gatsby-starter-wordpress-community", - "file": "gatsby-starter-wordpress-community.md", - "name": "gatsby-starter-wordpress-community", - "title": "Gatsby Wordpress Community", - "github_username": "pablovila", - "repo": "pablovila/gatsby-starter-wordpress-community", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/pablovila/gatsby-starter-wordpress-community", - "demo_url": "https://gatsby-starter-wordpress-community.netlify.com/", - "stars": 9, - "forks": 9, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/pablovila-gatsby-starter-wordpress-community.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/pablovila-gatsby-starter-wordpress-community.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/pablovila-gatsby-starter-wordpress-community-2x.jpg" - } - }, - "pacollins-hugo-future-imperfect-slim": { - "theme_key": "pacollins-hugo-future-imperfect-slim", - "file": "hugo-future-imperfect-slim.md", - "name": "hugo-future-imperfect-slim", - "title": "Future Imperfect Slim", - "github_username": "pacollins", - "repo": "pacollins/hugo-future-imperfect-slim", - "branch": "master", - "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": 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": { - "hires": "https://www.jamstackthemes.dev/capture/pacollins-hugo-future-imperfect-slim.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/pacollins-hugo-future-imperfect-slim.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/pacollins-hugo-future-imperfect-slim-2x.jpg" - } - }, - "pandasekh-jekyll-podcaster": { - "theme_key": "pandasekh-jekyll-podcaster", - "file": "jekyll-podcaster.md", - "name": "Jekyll-Podcaster", - "title": "jekyll Podcaster", - "github_username": "PandaSekh", - "repo": "PandaSekh/Jekyll-Podcaster", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/PandaSekh/Jekyll-Podcaster", - "demo_url": "https://jekyll-podcaster.netlify.app/", - "stars": 47, - "forks": 20, - "open_issues": 0, - "last_commit": "2022-09-12T18:25:34Z", - "created_at": "2020-05-26T21:38:52Z", - "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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/pandasekh-jekyll-podcaster-2x.jpg" - } - }, - "pandasekh-jekyll-yamt": { - "theme_key": "pandasekh-jekyll-yamt", - "file": "jekyll-yamt.md", - "name": "Jekyll-YAMT", - "title": "YAMT", - "github_username": "PandaSekh", - "repo": "PandaSekh/Jekyll-YAMT", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/PandaSekh/Jekyll-YAMT", - "demo_url": "https://yamt.netlify.app/", - "stars": 70, - "forks": 83, - "open_issues": 0, - "last_commit": "2021-02-27T12:36:58Z", - "created_at": "2020-05-12T19:18:18Z", - "description": "YAMT is a minimal Jekyll theme focused on simplicity and ease-of-use.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/pandasekh-jekyll-yamt.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/pandasekh-jekyll-yamt.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/pandasekh-jekyll-yamt-2x.jpg" - } - }, - "panr-gatsby-starter-hello-friend": { - "theme_key": "panr-gatsby-starter-hello-friend", - "file": "gatsby-hello-friend.md", - "name": "gatsby-starter-hello-friend", - "title": "Gatsby Hello Friend", - "github_username": "panr", - "repo": "panr/gatsby-starter-hello-friend", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/panr/gatsby-starter-hello-friend", - "demo_url": "https://gatsby-hello-friend.now.sh/", - "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!", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/panr-gatsby-starter-hello-friend.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/panr-gatsby-starter-hello-friend.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/panr-gatsby-starter-hello-friend-2x.jpg" - } - }, - "panr-hugo-theme-hello-friend": { - "theme_key": "panr-hugo-theme-hello-friend", - "file": "hugo-hello-friend.md", - "name": "hugo-theme-hello-friend", - "title": "hello-friend", - "github_username": "panr", - "repo": "panr/hugo-theme-hello-friend", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/panr/hugo-theme-hello-friend", - "demo_url": "https://hugo-hello-friend.now.sh/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/panr-hugo-theme-hello-friend.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/panr-hugo-theme-hello-friend.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/panr-hugo-theme-hello-friend-2x.jpg" - } - }, - "panr-hugo-theme-terminal": { - "theme_key": "panr-hugo-theme-terminal", - "file": "hugo-theme-terminal.md", - "name": "hugo-theme-terminal", - "title": "Terminal", - "github_username": "panr", - "repo": "panr/hugo-theme-terminal", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/panr/hugo-theme-terminal", - "demo_url": "https://hugo-terminal.now.sh/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/panr-hugo-theme-terminal.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/panr-hugo-theme-terminal.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/panr-hugo-theme-terminal-2x.jpg" - } - }, - "panxw-panxw.github.com": { - "theme_key": "panxw-panxw.github.com", - "file": "jekyll-simple-elegant-theme.md", - "name": "panxw.github.com", - "title": "Simple Elegant", - "github_username": "panxw", - "repo": "panxw/panxw.github.com", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/panxw/panxw.github.com", - "demo_url": "https://www.panxw.com/", - "stars": 4, - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/panxw-panxw.github.com.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/panxw-panxw.github.com.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/panxw-panxw.github.com-2x.jpg" - } - }, - "parmsang-gatsby-starter-ecommerce": { - "theme_key": "parmsang-gatsby-starter-ecommerce", - "file": "gatsby-starter-ecommerce.md", - "name": "gatsby-starter-ecommerce", - "title": "Gatsby Starter Ecommerce", - "github_username": "parmsang", - "repo": "parmsang/gatsby-starter-ecommerce", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/parmsang/gatsby-starter-ecommerce", - "demo_url": "https://parmsang.github.io/gatsby-starter-ecommerce/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/parmsang-gatsby-starter-ecommerce.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/parmsang-gatsby-starter-ecommerce.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/parmsang-gatsby-starter-ecommerce-2x.jpg" - } - }, - "parsiya-hugo-octopress": { - "theme_key": "parsiya-hugo-octopress", - "file": "hugo-octopress-theme.md", - "name": "Hugo-Octopress", - "title": "Hugo-Octopress", - "github_username": "parsiya", - "repo": "parsiya/Hugo-Octopress", - "branch": "master", - "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": 103, - "forks": 35, - "open_issues": 11, - "last_commit": "2021-04-16T20:55:36Z", - "created_at": "2016-02-02T06:55:49Z", - "description": "Port of the classic Octopress theme to Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/parsiya-hugo-octopress.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/parsiya-hugo-octopress.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/parsiya-hugo-octopress-2x.jpg" - } - }, - "pasindud-jekyll-masonry": { - "theme_key": "pasindud-jekyll-masonry", - "file": "jekyll-masonry.md", - "name": "jekyll-masonry", - "title": "Jekyll Masonry", - "github_username": "pasindud", - "repo": "pasindud/jekyll-masonry", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/pasindud/jekyll-masonry", - "demo_url": "https://pasindud.github.io/", - "stars": 37, - "forks": 42, - "open_issues": 1, - "last_commit": "2015-09-08T11:59:51Z", - "created_at": "2014-09-03T14:35:16Z", - "description": "Jekyll theme based on masonry", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/pasindud-jekyll-masonry.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/pasindud-jekyll-masonry.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/pasindud-jekyll-masonry-2x.jpg" - } - }, - "patdryburgh-hitchens": { - "theme_key": "patdryburgh-hitchens", - "file": "jekyll-hitchens.md", - "name": "hitchens", - "title": "Hitchens", - "github_username": "patdryburgh", - "repo": "patdryburgh/hitchens", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/patdryburgh/hitchens", - "demo_url": "https://patdryburgh.github.io/hitchens/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/patdryburgh-hitchens.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/patdryburgh-hitchens.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/patdryburgh-hitchens-2x.jpg" - } - }, - "patricoferris-gatsby-starter-notes": { - "theme_key": "patricoferris-gatsby-starter-notes", - "file": "gatsby-starter-notes.md", - "name": "gatsby-starter-notes", - "title": "Gatsby Starter Notes", - "github_username": "patricoferris", - "repo": "patricoferris/gatsby-starter-notes", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/patricoferris/gatsby-starter-notes", - "demo_url": "https://gatsby-starter-notes.netlify.com/", - "stars": 10, - "forks": 4, - "open_issues": 2, - "last_commit": "2018-12-03T09:30:30Z", - "created_at": "2018-12-02T23:27:51Z", - "description": "Gatsby starter for creating notes organised by subject and topic", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/patricoferris-gatsby-starter-notes.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/patricoferris-gatsby-starter-notes.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/patricoferris-gatsby-starter-notes-2x.jpg" - } - }, - "pdevty-material-design": { - "theme_key": "pdevty-material-design", - "file": "hugo-material-design.md", - "name": "material-design", - "title": "Material Design", - "github_username": "pdevty", - "repo": "pdevty/material-design", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/pdevty/material-design", - "demo_url": "https://themes.gohugo.io/theme/material-design/", - "stars": 58, - "forks": 32, - "open_issues": 13, - "last_commit": "2016-08-28T00:21:25Z", - "created_at": "2015-05-15T13:44:38Z", - "description": "Simple Material Design Theme for Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/pdevty-material-design.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/pdevty-material-design.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/pdevty-material-design-2x.jpg" - } - }, - "pdevty-polymer": { - "theme_key": "pdevty-polymer", - "file": "hugo-polymer-theme.md", - "name": "polymer", - "title": "Polymer", - "github_username": "pdevty", - "repo": "pdevty/polymer", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/pdevty/polymer", - "demo_url": "https://themes.gohugo.io/theme/polymer/", - "stars": 22, - "forks": 14, - "open_issues": 4, - "last_commit": "2015-06-30T13:41:33Z", - "created_at": "2015-06-30T09:07:58Z", - "description": "Polymer Material Design Theme for Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/pdevty-polymer.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/pdevty-polymer.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/pdevty-polymer-2x.jpg" - } - }, - "peaceiris-hugo-theme-iris": { - "theme_key": "peaceiris-hugo-theme-iris", - "file": "hugo-theme-iris.md", - "name": "hugo-theme-iris", - "title": "Hugo Iris", - "github_username": "peaceiris", - "repo": "peaceiris/hugo-theme-iris", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/peaceiris/hugo-theme-iris", - "demo_url": "https://hugothemeiris.peaceiris.app", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/peaceiris-hugo-theme-iris.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/peaceiris-hugo-theme-iris.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/peaceiris-hugo-theme-iris-2x.jpg" - } - }, - "peahatlanding-plain-webcomic": { - "theme_key": "peahatlanding-plain-webcomic", - "file": "jekyll-plain-webcomic-theme.md", - "name": "Plain-Webcomic", - "title": "Plain Webcomic", - "github_username": "peahatlanding", - "repo": "peahatlanding/Plain-Webcomic", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/peahatlanding/Plain-Webcomic", - "demo_url": "https://peahatlanding.github.io/Plain-Webcomic/", - "stars": 12, - "forks": 12, - "open_issues": 1, - "last_commit": "2017-08-16T18:23:49Z", - "created_at": "2017-07-12T03:19:34Z", - "description": "A simple webcomic theme for Jekyll. Built using Bootstrap.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/peahatlanding-plain-webcomic.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/peahatlanding-plain-webcomic.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/peahatlanding-plain-webcomic-2x.jpg" - } - }, - "pelican-elegant-elegant": { - "theme_key": "pelican-elegant-elegant", - "file": "pelican-elegant.md", - "name": "elegant", - "title": "elegant", - "github_username": "Pelican-Elegant", - "repo": "Pelican-Elegant/elegant", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Pelican-Elegant/elegant", - "demo_url": "https://elegant.oncrashreboot.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/pelican-elegant-elegant.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/pelican-elegant-elegant.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/pelican-elegant-elegant-2x.jpg" - } - }, - "penibelst-jekyll-noita": { - "theme_key": "penibelst-jekyll-noita", - "file": "jekyll-noita.md", - "name": "jekyll-noita", - "title": "Noita", - "github_username": "doktorbro", - "repo": "doktorbro/jekyll-noita", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/doktorbro/jekyll-noita", - "demo_url": "https://noita.penibelst.de/", - "stars": 39, - "forks": 49, - "open_issues": 6, - "last_commit": "2019-05-05T12:56:31Z", - "created_at": "2014-04-16T20:52:20Z", - "description": "Noita is a Jekyll theme built with Foundation", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/penibelst-jekyll-noita.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/penibelst-jekyll-noita.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/penibelst-jekyll-noita-2x.jpg" - } - }, - "philhawksworth-eleventyone": { - "theme_key": "philhawksworth-eleventyone", - "file": "eleventyone.md", - "name": "eleventyone", - "title": "Eleventyone", - "github_username": "philhawksworth", - "repo": "philhawksworth/eleventyone", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/philhawksworth/eleventyone", - "demo_url": "https://eleventyone.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/philhawksworth-eleventyone.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/philhawksworth-eleventyone.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/philhawksworth-eleventyone-2x.jpg" - } - }, - "philhawksworth-hawksworx.com": { - "theme_key": "philhawksworth-hawksworx.com", - "file": "hawksworx.md", - "name": "hawksworx.com", - "title": "Hawksworth", - "github_username": "philhawksworth", - "repo": "philhawksworth/hawksworx.com", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/philhawksworth/hawksworx.com", - "demo_url": "https://www.hawksworx.com/", - "stars": 102, - "forks": 37, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/philhawksworth-hawksworx.com.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/philhawksworth-hawksworx.com.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/philhawksworth-hawksworx.com-2x.jpg" - } - }, - "philhawksworth-medium-export": { - "theme_key": "philhawksworth-medium-export", - "file": "medium-export.md", - "name": "medium-export", - "title": "Medium Export", - "github_username": "philhawksworth", - "repo": "philhawksworth/medium-export", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/philhawksworth/medium-export", - "demo_url": "https://rss-jamstack.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/philhawksworth-medium-export.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/philhawksworth-medium-export.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/philhawksworth-medium-export-2x.jpg" - } - }, - "phlow-feeling-responsive": { - "theme_key": "phlow-feeling-responsive", - "file": "feeling-responsive.md", - "name": "feeling-responsive", - "title": "Feeling Responsive", - "github_username": "Phlow", - "repo": "Phlow/feeling-responsive", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/Phlow/feeling-responsive", - "demo_url": "https://phlow.github.io/feeling-responsive/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/phlow-feeling-responsive.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/phlow-feeling-responsive.jpg", - "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", - "name": "gatsby-starter-apollo-netlify", - "title": "Gatsby Apollo Netlify", - "github_username": "piducancore", - "repo": "piducancore/gatsby-starter-apollo-netlify", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/piducancore/gatsby-starter-apollo-netlify", - "demo_url": "https://gatsby-starter-apollo.netlify.com/", - "stars": 11, - "forks": 1, - "open_issues": 0, - "last_commit": "2020-09-07T21:29:16Z", - "created_at": "2019-07-24T20:30:38Z", - "description": "This is an easy way to start developing fullstack GraphQL apps with Gatsby and Apollo Server (powered by Netlify functions).", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/piducancore-gatsby-starter-apollo-netlify.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/piducancore-gatsby-starter-apollo-netlify.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/piducancore-gatsby-starter-apollo-netlify-2x.jpg" - } - }, - "pietromenna-jekyll-architect-theme": { - "theme_key": "pietromenna-jekyll-architect-theme", - "file": "jekyll-architect.md", - "name": "jekyll-architect-theme", - "title": "architect", - "github_username": "pietromenna", - "repo": "pietromenna/jekyll-architect-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/pietromenna/jekyll-architect-theme", - "demo_url": "https://pietro.menna.net.br/jekyll-architect-theme/", - "stars": 95, - "forks": 74, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/pietromenna-jekyll-architect-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/pietromenna-jekyll-architect-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/pietromenna-jekyll-architect-theme-2x.jpg" - } - }, - "pietromenna-jekyll-cayman-theme": { - "theme_key": "pietromenna-jekyll-cayman-theme", - "file": "jekyll-cayman-theme.md", - "name": "jekyll-cayman-theme", - "title": "Cayman Theme", - "github_username": "pietromenna", - "repo": "pietromenna/jekyll-cayman-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/pietromenna/jekyll-cayman-theme", - "demo_url": "https://jasonlong.github.io/cayman-theme/", - "stars": 239, - "forks": 222, - "open_issues": 0, - "last_commit": "2021-06-24T00:34:46Z", - "created_at": "2016-02-12T19:24:16Z", - "description": "A Jekyll theme for the responsive theme for GitHub Pages http://jasonlong.github.io/cayman-theme/", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/pietromenna-jekyll-cayman-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/pietromenna-jekyll-cayman-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/pietromenna-jekyll-cayman-theme-2x.jpg" - } - }, - "piharpi-jekyll-klise": { - "theme_key": "piharpi-jekyll-klise", - "file": "jekyll-klise.md", - "name": "jekyll-klise", - "title": "Jekyll Klisé", - "github_username": "piharpi", - "repo": "piharpi/jekyll-klise", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/piharpi/jekyll-klise", - "demo_url": "https://klise.now.sh", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/piharpi-jekyll-klise.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/piharpi-jekyll-klise.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/piharpi-jekyll-klise-2x.jpg" - } - }, - "pipporj-hugo-refresh": { - "theme_key": "pipporj-hugo-refresh", - "file": "hugo-refresh.md", - "name": "hugo-refresh", - "title": "Hugo ReFresh", - "github_username": "PippoRJ", - "repo": "PippoRJ/hugo-refresh", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/PippoRJ/hugo-refresh", - "demo_url": "https://themes.gohugo.io/theme/hugo-fresh/", - "stars": 98, - "forks": 64, - "open_issues": 3, - "last_commit": "2021-05-04T21:12:22Z", - "created_at": "2019-07-01T23:19:32Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/pipporj-hugo-refresh.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/pipporj-hugo-refresh.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/pipporj-hugo-refresh-2x.jpg" - } - }, - "pixelsign-gatsby-starter-tachyons": { - "theme_key": "pixelsign-gatsby-starter-tachyons", - "file": "gatsby-starter-tachyons.md", - "name": "gatsby-starter-tachyons", - "title": "Gatsby Starter Tachyons", - "github_username": "pixelsign", - "repo": "pixelsign/gatsby-starter-tachyons", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/pixelsign/gatsby-starter-tachyons", - "demo_url": "https://gatsby-tachyons.netlify.com/", - "stars": 19, - "forks": 1, - "open_issues": 1, - "last_commit": "2018-09-23T16:32:52Z", - "created_at": "2018-06-19T13:39:10Z", - "description": "Simple starter demo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/pixelsign-gatsby-starter-tachyons.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/pixelsign-gatsby-starter-tachyons.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/pixelsign-gatsby-starter-tachyons-2x.jpg" - } - }, - "planetjekyll-jekyll-starter-theme": { - "theme_key": "planetjekyll-jekyll-starter-theme", - "file": "jekyll-planetjekyll-starter.md", - "name": "jekyll-starter-theme", - "title": "Planet Jekyll's Starter (Minimal)", - "github_username": "henrythemes", - "repo": "henrythemes/jekyll-starter-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/henrythemes/jekyll-starter-theme", - "demo_url": "https://planetjekyll.github.io/jekyll-starter-theme/", - "stars": 30, - "forks": 64, - "open_issues": 0, - "last_commit": "2017-01-11T05:35:17Z", - "created_at": "2015-08-08T14:36:05Z", - "description": "jekyll starter theme - minimial", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/planetjekyll-jekyll-starter-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/planetjekyll-jekyll-starter-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/planetjekyll-jekyll-starter-theme-2x.jpg" - } - }, - "planetoftheweb-seven": { - "theme_key": "planetoftheweb-seven", - "file": "seven.md", - "name": "seven", - "title": "Seven", - "github_username": "planetoftheweb", - "repo": "planetoftheweb/seven", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/planetoftheweb/seven", - "demo_url": "https://7ty.tech/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/planetoftheweb-seven.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/planetoftheweb-seven.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/planetoftheweb-seven-2x.jpg" - } - }, - "platframe-platframe": { - "theme_key": "platframe-platframe", - "file": "platframe-default-starter.md", - "name": "platframe", - "title": "Platframe default starter", - "github_username": "platframe", - "repo": "platframe/platframe", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/platframe/platframe", - "demo_url": "https://default.platframe.com/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/platframe-platframe.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/platframe-platframe.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/platframe-platframe-2x.jpg" - } - }, - "pmarsceill-just-the-docs": { - "theme_key": "pmarsceill-just-the-docs", - "file": "just-the-docs.md", - "name": "just-the-docs", - "title": "Just The Docs", - "github_username": "pmarsceill", - "repo": "pmarsceill/just-the-docs", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/pmarsceill/just-the-docs", - "demo_url": "https://pmarsceill.github.io/just-the-docs/", - "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.", - "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" - } - }, - "poole-hyde": { - "theme_key": "poole-hyde", - "file": "jekyll-hyde.md", - "name": "hyde", - "title": "Hyde", - "github_username": "poole", - "repo": "poole/hyde", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/poole/hyde", - "demo_url": "https://hyde.getpoole.com/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/poole-hyde.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/poole-hyde.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/poole-hyde-2x.jpg" - } - }, - "poole-lanyon": { - "theme_key": "poole-lanyon", - "file": "jekyll-lanyon.md", - "name": "lanyon", - "title": "Lanyon", - "github_username": "poole", - "repo": "poole/lanyon", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/poole/lanyon", - "demo_url": "https://lanyon.getpoole.com/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/poole-lanyon.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/poole-lanyon.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/poole-lanyon-2x.jpg" - } - }, - "poole-poole": { - "theme_key": "poole-poole", - "file": "jekyll-poole.md", - "name": "poole", - "title": "Poole", - "github_username": "poole", - "repo": "poole/poole", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/poole/poole", - "demo_url": "https://demo.getpoole.com/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/poole-poole.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/poole-poole.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/poole-poole-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": 64, - "forks": 134, - "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" - } - }, - "pranavrajs-limpid": { - "theme_key": "pranavrajs-limpid", - "file": "jekyll-limpid-minimal-theme.md", - "name": "limpid", - "title": "Limpid Theme", - "github_username": "pranavrajs", - "repo": "pranavrajs/limpid", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/pranavrajs/limpid", - "demo_url": "https://pranavrajs.github.io/limpid/", - "stars": 4, - "forks": 3, - "open_issues": 1, - "last_commit": "2017-03-07T03:51:31Z", - "created_at": "2016-06-05T17:18:41Z", - "description": "A clean, minimal theme for Jekyll blogs", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/pranavrajs-limpid.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/pranavrajs-limpid.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/pranavrajs-limpid-2x.jpg" - } - }, - "pranavrajs-swift": { - "theme_key": "pranavrajs-swift", - "file": "jekyll-swift.md", - "name": "swift", - "title": "Swift", - "github_username": "pranavrajs", - "repo": "pranavrajs/swift", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/pranavrajs/swift", - "demo_url": "https://pranavrajs.github.io/swift/", - "stars": 35, - "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 ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/pranavrajs-swift.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/pranavrajs-swift.jpg", - "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", - "name": "metaphor-jekyll", - "title": "Metaphor", - "github_username": "prio101", - "repo": "prio101/metaphor-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/prio101/metaphor-jekyll", - "demo_url": "https://mahabubislam.me", - "stars": 4, - "forks": 5, - "open_issues": 0, - "last_commit": "2015-02-05T11:37:31Z", - "created_at": "2015-02-05T11:38:10Z", - "description": "metaphor jekyll src", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/prio101-metaphor-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/prio101-metaphor-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/prio101-metaphor-jekyll-2x.jpg" - } - }, - "progrhyme-hugo-theme-bootie-docs": { - "theme_key": "progrhyme-hugo-theme-bootie-docs", - "file": "hugo-theme-bootie-docs.md", - "name": "hugo-theme-bootie-docs", - "title": "Bootie Docs", - "github_username": "progrhyme", - "repo": "progrhyme/hugo-theme-bootie-docs", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/progrhyme/hugo-theme-bootie-docs", - "demo_url": "https://progrhy.me/bootie-docs-demo/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/progrhyme-hugo-theme-bootie-docs.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/progrhyme-hugo-theme-bootie-docs.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/progrhyme-hugo-theme-bootie-docs-2x.jpg" - } - }, - "projectpages-project-pages": { - "theme_key": "projectpages-project-pages", - "file": "jekyll-project-pages.md", - "name": "project-pages", - "title": "project-pages", - "github_username": "projectpages", - "repo": "projectpages/project-pages", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/projectpages/project-pages", - "demo_url": "https://projectpages.github.io/project-pages/", - "stars": 136, - "forks": 355, - "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!", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/projectpages-project-pages.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/projectpages-project-pages.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/projectpages-project-pages-2x.jpg" - } - }, - "prototypeinteractive-gatsby-react-boilerplate": { - "theme_key": "prototypeinteractive-gatsby-react-boilerplate", - "file": "gatsby-react-boilerplate.md", - "name": "gatsby-react-boilerplate", - "title": "Gatsby React Boilerplate", - "github_username": "PrototypeInteractive", - "repo": "PrototypeInteractive/gatsby-react-boilerplate", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/PrototypeInteractive/gatsby-react-boilerplate", - "demo_url": "https://prototypeinteractive.github.io/gatsby-react-boilerplate/", - "stars": 59, - "forks": 14, - "open_issues": 5, - "last_commit": "2019-02-17T04:57:06Z", - "created_at": "2017-10-13T18:45:57Z", - "description": "Gatsbyjs boilerplate", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/prototypeinteractive-gatsby-react-boilerplate.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/prototypeinteractive-gatsby-react-boilerplate.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/prototypeinteractive-gatsby-react-boilerplate-2x.jpg" - } - }, - "puresyntax71-hugo-theme-chunky-poster": { - "theme_key": "puresyntax71-hugo-theme-chunky-poster", - "file": "hugo-theme-chunky-poster.md", - "name": "hugo-theme-chunky-poster", - "title": "Chunky Poster", - "github_username": "puresyntax71", - "repo": "puresyntax71/hugo-theme-chunky-poster", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/puresyntax71/hugo-theme-chunky-poster", - "demo_url": "https://hugo-theme-chunky-poster.netlify.com", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/puresyntax71-hugo-theme-chunky-poster.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/puresyntax71-hugo-theme-chunky-poster.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/puresyntax71-hugo-theme-chunky-poster-2x.jpg" - } - }, - "qingpingmeng-gatsby-starter-traveler-blog": { - "theme_key": "qingpingmeng-gatsby-starter-traveler-blog", - "file": "gatsby-starter-traveler-blog.md", - "name": "gatsby-starter-traveler-blog", - "title": "Gatsby Starter Traveler Blog", - "github_username": "QingpingMeng", - "repo": "QingpingMeng/gatsby-starter-traveler-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/QingpingMeng/gatsby-starter-traveler-blog", - "demo_url": "https://traveler-blog.netlify.com", - "stars": 5, - "forks": 2, - "open_issues": 8, - "last_commit": "2022-08-17T05:33:11Z", - "created_at": "2019-01-04T06:13:13Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/qingpingmeng-gatsby-starter-traveler-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/qingpingmeng-gatsby-starter-traveler-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/qingpingmeng-gatsby-starter-traveler-blog-2x.jpg" - } - }, - "qqhann-hugo-primer": { - "theme_key": "qqhann-hugo-primer", - "file": "hugo-primer-theme.md", - "name": "hugo-primer", - "title": "Hugo Primer", - "github_username": "qqhann", - "repo": "qqhann/hugo-primer", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/qqhann/hugo-primer", - "demo_url": "https://themes.gohugo.io/theme/hugo-primer/", - "stars": 112, - "forks": 45, - "open_issues": 13, - "last_commit": "2021-02-25T02:12:45Z", - "created_at": "2018-05-23T10:25:28Z", - "description": "Hugo theme based on GitHub's Primer CSS", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/qqhann-hugo-primer.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/qqhann-hugo-primer.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/qqhann-hugo-primer-2x.jpg" - } - }, - "qwtel-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": 735, - "forks": 567, - "open_issues": 18, - "last_commit": "2021-02-11T03:57:35Z", - "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" - } - }, - "railsr-autm-rb": { - "theme_key": "railsr-autm-rb", - "file": "jekyll-autm-rb.md", - "name": "autm-rb", - "title": "autm-rb", - "github_username": "kirqe", - "repo": "kirqe/autm-rb", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/kirqe/autm-rb", - "demo_url": "https://kirqe.github.io/autm-rb/", - "stars": 80, - "forks": 112, - "open_issues": 1, - "last_commit": "2017-04-02T21:14:04Z", - "created_at": "2014-10-10T15:37:02Z", - "description": "Jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/railsr-autm-rb.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/railsr-autm-rb.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/railsr-autm-rb-2x.jpg" - } - }, - "raniesantos-artisan-static": { - "theme_key": "raniesantos-artisan-static", - "file": "artisan-static.md", - "name": "artisan-static", - "title": "Artisan Static", - "github_username": "raniesantos", - "repo": "raniesantos/artisan-static", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/raniesantos/artisan-static", - "demo_url": "https://artisanstatic.netlify.app/", - "stars": 41, - "forks": 30, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/raniesantos-artisan-static.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/raniesantos-artisan-static.jpg", - "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", - "name": "hugo-webslides", - "title": "Hugo Webslides", - "github_username": "RCJacH", - "repo": "RCJacH/hugo-webslides", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/RCJacH/hugo-webslides", - "demo_url": "https://rcjach.github.io/hugo-webslides/#slide=1", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/rcjach-hugo-webslides.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/rcjach-hugo-webslides.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/rcjach-hugo-webslides-2x.jpg" - } - }, - "realorangeone-hugo-theme-revealjs": { - "theme_key": "realorangeone-hugo-theme-revealjs", - "file": "hugo-theme-revealjs.md", - "name": "hugo-theme-revealjs", - "title": "Revealjs", - "github_username": "RealOrangeOne", - "repo": "RealOrangeOne/hugo-theme-revealjs", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/RealOrangeOne/hugo-theme-revealjs", - "demo_url": "https://hugo-theme-revealjs.netlify.com/#/", - "stars": 46, - "forks": 15, - "open_issues": 0, - "last_commit": "2018-01-07T11:28:25Z", - "created_at": "2018-01-02T16:37:47Z", - "description": "Use Hugo to build a presentation, powered by RevealJS", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/realorangeone-hugo-theme-revealjs.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/realorangeone-hugo-theme-revealjs.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/realorangeone-hugo-theme-revealjs-2x.jpg" - } - }, - "redvi-voyager": { - "theme_key": "redvi-voyager", - "file": "jekyll-voyager.md", - "name": "voyager", - "title": "Voyager", - "github_username": "redVi", - "repo": "redVi/voyager", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/redVi/voyager", - "demo_url": "https://redvi.github.io/voyager/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/redvi-voyager.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/redvi-voyager.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/redvi-voyager-2x.jpg" - } - }, - "reeseschultz-11r": { - "theme_key": "reeseschultz-11r", - "file": "11ty-11r.md", - "name": "11r", - "title": "11r", - "github_username": "reeseschultz", - "repo": "reeseschultz/11r", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/reeseschultz/11r", - "demo_url": "https://reeseschultz.github.io/11r/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/reeseschultz-11r.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/reeseschultz-11r.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/reeseschultz-11r-2x.jpg" - } - }, - "renvrant-gatsby-mdx-netlify-cms-starter": { - "theme_key": "renvrant-gatsby-mdx-netlify-cms-starter", - "file": "gatsby-mdx-netlify-cms-starter.md", - "name": "gatsby-mdx-netlify-cms-starter", - "title": "Mdx Netlify CMS", - "github_username": "renvrant", - "repo": "renvrant/gatsby-mdx-netlify-cms-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/renvrant/gatsby-mdx-netlify-cms-starter", - "demo_url": "https://mystifying-mclean-5c7fce.netlify.com/", - "stars": 88, - "forks": 50, - "open_issues": 5, - "last_commit": "2020-01-25T22:31:32Z", - "created_at": "2019-02-27T19:17:17Z", - "description": "Gatsby-MDX with Netlify CMS. Support React components in your CMS editor!", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/renvrant-gatsby-mdx-netlify-cms-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/renvrant-gatsby-mdx-netlify-cms-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/renvrant-gatsby-mdx-netlify-cms-starter-2x.jpg" - } - }, - "renyuanz-leonids": { - "theme_key": "renyuanz-leonids", - "file": "jekyll-leonids.md", - "name": "leonids", - "title": "Leonids", - "github_username": "renyuanz", - "repo": "renyuanz/leonids", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/renyuanz/leonids", - "demo_url": "https://renyuanz.github.io/leonids", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/renyuanz-leonids.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/renyuanz-leonids.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/renyuanz-leonids-2x.jpg" - } - }, - "resir014-gatsby-starter-typescript-plus": { - "theme_key": "resir014-gatsby-starter-typescript-plus", - "file": "gatsby-starter-typescript-plus.md", - "name": "gatsby-starter-typescript-plus", - "title": "Gatsby Starter Typescript Plus", - "github_username": "resir014", - "repo": "resir014/gatsby-starter-typescript-plus", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/resir014/gatsby-starter-typescript-plus", - "demo_url": "https://gatsby-starter-typescript-plus.netlify.com/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/resir014-gatsby-starter-typescript-plus.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/resir014-gatsby-starter-typescript-plus.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/resir014-gatsby-starter-typescript-plus-2x.jpg" - } - }, - "reuixiy-hugo-theme-meme": { - "theme_key": "reuixiy-hugo-theme-meme", - "file": "hugo-theme-meme.md", - "name": "hugo-theme-meme", - "title": "MemE", - "github_username": "reuixiy", - "repo": "reuixiy/hugo-theme-meme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/reuixiy/hugo-theme-meme", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-meme/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/reuixiy-hugo-theme-meme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/reuixiy-hugo-theme-meme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/reuixiy-hugo-theme-meme-2x.jpg" - } - }, - "rhazdon-hugo-theme-hello-friend-ng": { - "theme_key": "rhazdon-hugo-theme-hello-friend-ng", - "file": "hello-friend-ng.md", - "name": "hugo-theme-hello-friend-ng", - "title": "Hello Friend Ng", - "github_username": "rhazdon", - "repo": "rhazdon/hugo-theme-hello-friend-ng", - "branch": "master", - "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": 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": { - "hires": "https://www.jamstackthemes.dev/capture/rhazdon-hugo-theme-hello-friend-ng.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/rhazdon-hugo-theme-hello-friend-ng.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/rhazdon-hugo-theme-hello-friend-ng-2x.jpg" - } - }, - "ribice-kiss": { - "theme_key": "ribice-kiss", - "file": "hugo-kiss-theme.md", - "name": "kiss", - "title": "Kiss", - "github_username": "ribice", - "repo": "ribice/kiss", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ribice/kiss", - "demo_url": "https://themes.gohugo.io/theme/kiss/", - "stars": 274, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ribice-kiss.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ribice-kiss.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ribice-kiss-2x.jpg" - } - }, - "riggraz-no-style-please": { - "theme_key": "riggraz-no-style-please", - "file": "no-style-please.md", - "name": "no-style-please", - "title": "no style, please!", - "github_username": "riggraz", - "repo": "riggraz/no-style-please", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/riggraz/no-style-please", - "demo_url": "https://riggraz.dev/no-style-please/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/riggraz-no-style-please.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/riggraz-no-style-please.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/riggraz-no-style-please-2x.jpg" - } - }, - "ritijjain-pudhina-fresh": { - "theme_key": "ritijjain-pudhina-fresh", - "file": "pudhina-fresh.md", - "name": "pudhina-fresh", - "title": "Pudhina Fresh", - "github_username": "ritijjain", - "repo": "ritijjain/pudhina-fresh", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ritijjain/pudhina-fresh", - "demo_url": "https://ritijjain.github.io/pudhina-fresh/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/ritijjain-pudhina-fresh.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ritijjain-pudhina-fresh.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ritijjain-pudhina-fresh-2x.jpg" - } - }, - "rlue-jekyll-solana": { - "theme_key": "rlue-jekyll-solana", - "file": "jekyll-solana-theme.md", - "name": "jekyll-solana", - "title": "Solana", - "github_username": "rlue", - "repo": "rlue/jekyll-solana", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/rlue/jekyll-solana", - "demo_url": "https://solana.ryanlue.com/", - "stars": 40, - "forks": 46, - "open_issues": 0, - "last_commit": "2021-07-29T14:40:55Z", - "created_at": "2017-03-29T06:10:39Z", - "description": "A wholesome, flat, sunshiny Jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/rlue-jekyll-solana.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/rlue-jekyll-solana.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/rlue-jekyll-solana-2x.jpg" - } - }, - "rmagon-gatsby-starter-interviews": { - "theme_key": "rmagon-gatsby-starter-interviews", - "file": "gatsby-starter-interviews.md", - "name": "gatsby-starter-interviews", - "title": "Gatsby Starter Interviews", - "github_username": "rmagon", - "repo": "rmagon/gatsby-starter-interviews", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/rmagon/gatsby-starter-interviews", - "demo_url": "https://gatsby-starter-interviews.netlify.com/", - "stars": 5, - "forks": 2, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/rmagon-gatsby-starter-interviews.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/rmagon-gatsby-starter-interviews.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/rmagon-gatsby-starter-interviews-2x.jpg" - } - }, - "rmsubekti-emping": { - "theme_key": "rmsubekti-emping", - "file": "jekyll-emping.md", - "name": "emping", - "title": "Emping Theme", - "github_username": "rmsubekti", - "repo": "rmsubekti/emping", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/rmsubekti/emping", - "demo_url": "https://rmsubekti.github.io/emping/", - "stars": 27, - "forks": 31, - "open_issues": 0, - "last_commit": "2020-06-29T14:31:21Z", - "created_at": "2016-10-21T16:56:20Z", - "description": "Jekyll theme using Amp", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/rmsubekti-emping.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/rmsubekti-emping.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/rmsubekti-emping-2x.jpg" - } - }, - "rmsubekti-nangka": { - "theme_key": "rmsubekti-nangka", - "file": "jekyll-nangka.md", - "name": "nangka", - "title": "Nangka Theme", - "github_username": "rmsubekti", - "repo": "rmsubekti/nangka", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/rmsubekti/nangka", - "demo_url": "https://rmsubekti.github.io/nangka", - "stars": 8, - "forks": 1, - "open_issues": 0, - "last_commit": "2021-02-25T04:57:47Z", - "created_at": "2018-12-29T17:37:54Z", - "description": "nangka-jekyll-theme #rmsu", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/rmsubekti-nangka.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/rmsubekti-nangka.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/rmsubekti-nangka-2x.jpg" - } - }, - "robertcoopercode-gatsby-netlify-cms": { - "theme_key": "robertcoopercode-gatsby-netlify-cms", - "file": "gatsby-netlify-cms.md", - "name": "gatsby-netlify-cms", - "title": "Gatsby Netlify CMS", - "github_username": "robertcoopercode", - "repo": "robertcoopercode/gatsby-netlify-cms", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/robertcoopercode/gatsby-netlify-cms", - "demo_url": "https://gatsby-netlify-cms-example.netlify.com/", - "stars": 166, - "forks": 133, - "open_issues": 0, - "last_commit": "2019-09-08T00:35:35Z", - "created_at": "2018-11-19T00:43:34Z", - "description": "Example website built with Gatsby V2 and Netlify CMS 📝", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/robertcoopercode-gatsby-netlify-cms.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/robertcoopercode-gatsby-netlify-cms.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/robertcoopercode-gatsby-netlify-cms-2x.jpg" - } - }, - "robertedwardes-jekyll-2-column-theme": { - "theme_key": "digital-roots-jekyll-2-column-theme", - "file": "jekyll-two-column.md", - "name": "Jekyll-2-Column-Theme", - "title": "2 column Blog with Video", - "github_username": "RobertEdwardes", - "repo": "RobertEdwardes/Jekyll-2-Column-Theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/RobertEdwardes/Jekyll-2-Column-Theme", - "demo_url": "https://www.digitalroots.io/two-column/", - "stars": 0, - "forks": 0, - "open_issues": 0, - "last_commit": "2017-01-24T13:37:46Z", - "created_at": "2016-11-01T17:51:22Z", - "description": "Basic Jekyll Theme with 2 Column", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/digital-roots-jekyll-2-column-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/digital-roots-jekyll-2-column-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/digital-roots-jekyll-2-column-theme-2x.jpg" - } - }, - "robincsl-gatsby-starter-docz": { - "theme_key": "robincsl-gatsby-starter-docz", - "file": "gatsby-starter-docz.md", - "name": "gatsby-starter-docz", - "title": "Gatsby Starter Docz", - "github_username": "RobinCsl", - "repo": "RobinCsl/gatsby-starter-docz", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/RobinCsl/gatsby-starter-docz", - "demo_url": "https://gatsby-starter-docz.netlify.com/", - "stars": 7, - "forks": 3, - "open_issues": 1, - "last_commit": "2019-01-19T19:14:16Z", - "created_at": "2019-01-19T19:10:34Z", - "description": "Simple starter where building your own documentation with Docz is possible", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/robincsl-gatsby-starter-docz.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/robincsl-gatsby-starter-docz.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/robincsl-gatsby-starter-docz-2x.jpg" - } - }, - "robinmetral-gatsby-starter-under-construction": { - "theme_key": "robinmetral-gatsby-starter-under-construction", - "file": "gatsby-starter-under-construction.md", - "name": "gatsby-theme-oss", - "title": "Gatsby Starter Under Construction", - "github_username": "robinmetral", - "repo": "robinmetral/gatsby-theme-oss", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/robinmetral/gatsby-theme-oss", - "demo_url": "https://gatsby-starter-under-construction.netlify.com/", - "stars": 9, - "forks": 4, - "open_issues": 2, - "last_commit": "2021-02-22T08:41:19Z", - "created_at": "2019-01-23T18:50:25Z", - "description": "A Gatsby theme to showcase your open-source projects.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/robinmetral-gatsby-starter-under-construction.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/robinmetral-gatsby-starter-under-construction.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/robinmetral-gatsby-starter-under-construction-2x.jpg" - } - }, - "robinmetral-gatsby-theme-oss": { - "theme_key": "robinmetral-gatsby-starter-under-construction", - "file": "gatsby-starter-under-construction.md", - "name": "gatsby-theme-oss", - "title": "Gatsby Starter Under Construction", - "github_username": "robinmetral", - "repo": "robinmetral/gatsby-theme-oss", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/robinmetral/gatsby-theme-oss", - "demo_url": "https://gatsby-starter-under-construction.netlify.com/", - "stars": 9, - "forks": 4, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/robinmetral-gatsby-starter-under-construction.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/robinmetral-gatsby-starter-under-construction.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/robinmetral-gatsby-starter-under-construction-2x.jpg" - } - }, - "rohanchandra-type-theme": { - "theme_key": "rohanchandra-type-theme", - "file": "jekyll-type-theme.md", - "name": "type-theme", - "title": "Jekyll Type Theme", - "github_username": "rohanchandra", - "repo": "rohanchandra/type-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/rohanchandra/type-theme", - "demo_url": "https://rohanchandra.github.io/type-theme/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/rohanchandra-type-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/rohanchandra-type-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/rohanchandra-type-theme-2x.jpg" - } - }, - "rohitguptab-oneshopper": { - "theme_key": "rohitguptab-oneshopper", - "file": "gatsby-oneshopper.md", - "name": "OneShopper", - "title": "OneShopper", - "github_username": "rohitguptab", - "repo": "rohitguptab/OneShopper", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/rohitguptab/OneShopper", - "demo_url": "https://oneshopper.netlify.com/", - "stars": 87, - "forks": 59, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/rohitguptab-oneshopper.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/rohitguptab-oneshopper.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/rohitguptab-oneshopper-2x.jpg" - } - }, - "rohitguptab-rg-portfolio": { - "theme_key": "rohitguptab-rg-portfolio", - "file": "rg-portfolio.md", - "name": "rg-portfolio", - "title": "RG Portfolio", - "github_username": "rohitguptab", - "repo": "rohitguptab/rg-portfolio", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/rohitguptab/rg-portfolio", - "demo_url": "https://rg-portfolio.netlify.com", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/rohitguptab-rg-portfolio.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/rohitguptab-rg-portfolio.jpg", - "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", - "name": "colorie", - "title": "Colorie", - "github_username": "ronv", - "repo": "ronv/colorie", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ronv/colorie", - "demo_url": "https://colorie.netlify.com", - "stars": 87, - "forks": 36, - "open_issues": 0, - "last_commit": "2022-07-31T17:48:39Z", - "created_at": "2019-09-16T19:47:17Z", - "description": "Colorie - Single column blog and portfolio Jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ronv-colorie.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ronv-colorie.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ronv-colorie-2x.jpg" - } - }, - "ronv-gray": { - "theme_key": "ronv-gray", - "file": "gray-jekyll.md", - "name": "gray", - "title": "Gray", - "github_username": "ronv", - "repo": "ronv/gray", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ronv/gray", - "demo_url": "https://gray-jekyll.netlify.com", - "stars": 21, - "forks": 15, - "open_issues": 0, - "last_commit": "2022-07-31T17:50:02Z", - "created_at": "2019-08-22T16:00:14Z", - "description": "Gray - Single column blog and portfolio Jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ronv-gray.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ronv-gray.jpg", - "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", - "name": "lines", - "title": "Lines", - "github_username": "ronv", - "repo": "ronv/lines", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ronv/lines", - "demo_url": "https://lines-hugo-theme.netlify.app/", - "stars": 62, - "forks": 29, - "open_issues": 0, - "last_commit": "2022-07-31T17:45:29Z", - "created_at": "2020-09-08T05:51:35Z", - "description": "Minimalist and simple theme for Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ronv-lines.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ronv-lines.jpg", - "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", - "name": "sidey", - "title": "Sidey", - "github_username": "ronv", - "repo": "ronv/sidey", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ronv/sidey", - "demo_url": "https://sidey-jekyll.netlify.com/", - "stars": 442, - "forks": 190, - "open_issues": 1, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/ronv-sidey.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ronv-sidey.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ronv-sidey-2x.jpg" - } - }, - "ronv-ultra": { - "theme_key": "ronv-ultra", - "file": "ultra-jekyll.md", - "name": "ultra", - "title": "Ultra", - "github_username": "ronv", - "repo": "ronv/ultra", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ronv/ultra", - "demo_url": "https://ultra-jekyll.netlify.com", - "stars": 62, - "forks": 41, - "open_issues": 0, - "last_commit": "2022-07-31T17:50:28Z", - "created_at": "2019-07-16T17:34:42Z", - "description": "Ultra - Super fast Jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ronv-ultra.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ronv-ultra.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ronv-ultra-2x.jpg" - } - }, - "rosario-kasper": { - "theme_key": "rosario-kasper", - "file": "jekyll-kasper.md", - "name": "kasper", - "title": "Kasper", - "github_username": "rosario", - "repo": "rosario/kasper", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/rosario/kasper", - "demo_url": "https://rosario.io/2013/11/10/kasper-theme-for-jekyll.html", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/rosario-kasper.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/rosario-kasper.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/rosario-kasper-2x.jpg" - } - }, - "rowanoulton-galileo-theme": { - "theme_key": "rowanoulton-galileo-theme", - "file": "jekyll-galileo.md", - "name": "galileo-theme", - "title": "Galileo", - "github_username": "rowanoulton", - "repo": "rowanoulton/galileo-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/rowanoulton/galileo-theme", - "demo_url": "https://travelog.io", - "stars": 105, - "forks": 126, - "open_issues": 4, - "last_commit": "2020-05-26T19:27:34Z", - "created_at": "2015-11-15T11:56:59Z", - "description": "Another damn theme for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/rowanoulton-galileo-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/rowanoulton-galileo-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/rowanoulton-galileo-theme-2x.jpg" - } - }, - "rowanoulton-travelog-theme": { - "theme_key": "rowanoulton-travelog-theme", - "file": "jekyll-travelog.md", - "name": "travelog-theme", - "title": "Travelog", - "github_username": "rowanoulton", - "repo": "rowanoulton/travelog-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/rowanoulton/travelog-theme", - "demo_url": "https://travelog.io/", - "stars": 98, - "forks": 94, - "open_issues": 0, - "last_commit": "2015-09-09T10:00:27Z", - "created_at": "2014-08-05T05:36:00Z", - "description": "Travelog is a theme for Jekyll that is both elegant and downright simple.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/rowanoulton-travelog-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/rowanoulton-travelog-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/rowanoulton-travelog-theme-2x.jpg" - } - }, - "runbytech-gatsby-theme-ultronele": { - "theme_key": "runbytech-gatsby-theme-ultronele", - "file": "gatsby-theme-ultronele.md", - "name": "gatsby-theme-ultronele", - "title": "Ultronele eLearning", - "github_username": "runbytech", - "repo": "runbytech/gatsby-theme-ultronele", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/runbytech/gatsby-theme-ultronele", - "demo_url": "https://ultronele.netlify.com/", - "stars": 18, - "forks": 13, - "open_issues": 0, - "last_commit": "2019-10-09T18:02:09Z", - "created_at": "2019-07-04T11:28:21Z", - "description": "Gatsby Theme for UltronEle - the Fastest Elearning Engine in the world", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/runbytech-gatsby-theme-ultronele.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/runbytech-gatsby-theme-ultronele.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/runbytech-gatsby-theme-ultronele-2x.jpg" - } - }, - "rundocs-jekyll-rtd-theme": { - "theme_key": "rundocs-jekyll-rtd-theme", - "file": "jekyll-rtd-theme.md", - "name": "jekyll-rtd-theme", - "title": "jekyll-rtd-theme", - "github_username": "rundocs", - "repo": "rundocs/jekyll-rtd-theme", - "branch": "develop", - "default_branch": "develop", - "github_url": "https://github.com/rundocs/jekyll-rtd-theme", - "demo_url": "https://rundocs.github.io/jekyll-rtd-theme/", - "stars": 168, - "forks": 309, - "open_issues": 21, - "last_commit": "2020-11-23T03:36:43Z", - "created_at": "2020-07-22T15:50:21Z", - "description": "Just another documentation theme compatible with GitHub Pages", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/rundocs-jekyll-rtd-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/rundocs-jekyll-rtd-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/rundocs-jekyll-rtd-theme-2x.jpg" - } - }, - "runningstream-hugograyscale": { - "theme_key": "runningstream-hugograyscale", - "file": "hugograyscale.md", - "name": "hugograyscale", - "title": "Hugo Grayscale", - "github_username": "runningstream", - "repo": "runningstream/hugograyscale", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/runningstream/hugograyscale", - "demo_url": "https://runningstream.github.io/hugograyscale/", - "stars": 45, - "forks": 39, - "open_issues": 0, - "last_commit": "2021-01-23T00:48:50Z", - "created_at": "2018-09-16T01:12:43Z", - "description": "A multi-section single page theme intended as a landing page. This is derived from the startbootstrap-grayscale theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/runningstream-hugograyscale.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/runningstream-hugograyscale.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/runningstream-hugograyscale-2x.jpg" - } - }, - "ryanfitzgerald-devblog": { - "theme_key": "ryanfitzgerald-devblog", - "file": "gatsby-dev-blog-fitzgerald.md", - "name": "devblog", - "title": "Gatsby DevBlog", - "github_username": "RyanFitzgerald", - "repo": "RyanFitzgerald/devblog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/RyanFitzgerald/devblog", - "demo_url": "https://gatsby-devblog.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ryanfitzgerald-devblog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ryanfitzgerald-devblog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ryanfitzgerald-devblog-2x.jpg" - } - }, - "ryanwiemer-gatsby-starter-gcn": { - "theme_key": "ryanwiemer-gatsby-starter-gcn", - "file": "gatsby-starter-gcn.md", - "name": "gatsby-starter-gcn", - "title": "Gatsby Starter GCN", - "github_username": "ryanwiemer", - "repo": "ryanwiemer/gatsby-starter-gcn", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ryanwiemer/gatsby-starter-gcn", - "demo_url": "https://gcn.netlify.com/", - "stars": 508, - "forks": 119, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/ryanwiemer-gatsby-starter-gcn.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ryanwiemer-gatsby-starter-gcn.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ryanwiemer-gatsby-starter-gcn-2x.jpg" - } - }, - "s-kris-gatsby-minimal-portfolio-blog": { - "theme_key": "s-kris-gatsby-minimal-portfolio-blog", - "file": "gatsby-minimal-portfolio-blog.md", - "name": "gatsby-minimal-portfolio-blog", - "title": "Gatsby Minimal Portfolio Blog", - "github_username": "s-kris", - "repo": "s-kris/gatsby-minimal-portfolio-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/s-kris/gatsby-minimal-portfolio-blog", - "demo_url": "https://saikrishna.me/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/s-kris-gatsby-minimal-portfolio-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/s-kris-gatsby-minimal-portfolio-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/s-kris-gatsby-minimal-portfolio-blog-2x.jpg" - } - }, - "saey55-hugo-elate-theme": { - "theme_key": "saey55-hugo-elate-theme", - "file": "hugo-elate-theme.md", - "name": "hugo-elate-theme", - "title": "Elate", - "github_username": "saey55", - "repo": "saey55/hugo-elate-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/saey55/hugo-elate-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-elate-theme/", - "stars": 172, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/saey55-hugo-elate-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/saey55-hugo-elate-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/saey55-hugo-elate-theme-2x.jpg" - } - }, - "sag-dev-hugo-minimalist-spa": { - "theme_key": "sag-dev-hugo-minimalist-spa", - "file": "hugo-minimalist-spa.md", - "name": "hugo-minimalist-spa", - "title": "Hugo minimalist SPA", - "github_username": "sergioabreu-g", - "repo": "sergioabreu-g/hugo-minimalist-spa", - "branch": "master", - "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, - "forks": 2, - "open_issues": 1, - "last_commit": "2019-02-14T08:45:47Z", - "created_at": "2018-09-15T14:57:06Z", - "description": "A minimalist single page application theme for Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/sag-dev-hugo-minimalist-spa.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sag-dev-hugo-minimalist-spa.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sag-dev-hugo-minimalist-spa-2x.jpg" - } - }, - "sagar7993-gatsby-wordpress-typescript-scss-blog": { - "theme_key": "sagar7993-gatsby-wordpress-typescript-scss-blog", - "file": "gatsby-wordpress-typescript-scss-blog.md", - "name": "gatsby-wordpress-typescript-scss-blog", - "title": "Gatsby Wordpress Typescript Scss Blog", - "github_username": "sagar7993", - "repo": "sagar7993/gatsby-wordpress-typescript-scss-blog", - "branch": "master", - "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": 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": { - "hires": "https://www.jamstackthemes.dev/capture/sagar7993-gatsby-wordpress-typescript-scss-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sagar7993-gatsby-wordpress-typescript-scss-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sagar7993-gatsby-wordpress-typescript-scss-blog-2x.jpg" - } - }, - "salcan-beyondnothing": { - "theme_key": "salcan-beyondnothing", - "file": "hugo-beyondnothing.md", - "name": "BeyondNothing", - "title": "BeyondNothing", - "github_username": "salcan", - "repo": "salcan/BeyondNothing", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/salcan/BeyondNothing", - "demo_url": "https://themes.gohugo.io/theme/BeyondNothing/", - "stars": 14, - "forks": 9, - "open_issues": 1, - "last_commit": "2019-09-08T21:08:52Z", - "created_at": "2018-06-03T01:57:33Z", - "description": "Hugo Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/salcan-beyondnothing.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/salcan-beyondnothing.jpg", - "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", - "name": "Travelogue", - "title": "Travelogue", - "github_username": "SalGnt", - "repo": "SalGnt/Travelogue", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/SalGnt/Travelogue", - "demo_url": "https://salgnt.github.io/Travelogue/", - "stars": 154, - "forks": 56, - "open_issues": 4, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/salgnt-travelogue.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/salgnt-travelogue.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/salgnt-travelogue-2x.jpg" - } - }, - "salsysd-hugo-assembly": { - "theme_key": "salsysd-hugo-assembly", - "file": "hugo-assembly-theme.md", - "name": "hugo-assembly", - "title": "Hugo Assembly", - "github_username": "salsysd", - "repo": "salsysd/hugo-assembly", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/salsysd/hugo-assembly", - "demo_url": "https://themes.gohugo.io/theme/hugo-assembly/", - "stars": 6, - "forks": 17, - "open_issues": 6, - "last_commit": "2018-10-02T01:21:30Z", - "created_at": "2018-06-30T06:36:45Z", - "description": "Assembly - a hugo theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/salsysd-hugo-assembly.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/salsysd-hugo-assembly.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/salsysd-hugo-assembly-2x.jpg" - } - }, - "samanyougarg-hanuman": { - "theme_key": "samanyougarg-hanuman", - "file": "jekyll-hanuman-theme.md", - "name": "hanuman", - "title": "Hanuman", - "github_username": "samanyougarg", - "repo": "samanyougarg/hanuman", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/samanyougarg/hanuman", - "demo_url": "https://samanyougarg.com/hanuman", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/samanyougarg-hanuman.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/samanyougarg-hanuman.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/samanyougarg-hanuman-2x.jpg" - } - }, - "samarsault-plainwhite-jekyll": { - "theme_key": "thelehhman-plainwhite-jekyll", - "file": "jekyll-theme-PlainWhite.md", - "name": "plainwhite-jekyll", - "title": "Plainwhite", - "github_username": "samarsault", - "repo": "samarsault/plainwhite-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/samarsault/plainwhite-jekyll", - "demo_url": "https://thelehhman.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/thelehhman-plainwhite-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thelehhman-plainwhite-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thelehhman-plainwhite-jekyll-2x.jpg" - } - }, - "samarsault-texture": { - "theme_key": "thelehhman-texture", - "file": "jekyll-theme-Texture-Theme.md", - "name": "texture", - "title": "Texture", - "github_username": "samarsault", - "repo": "samarsault/texture", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/samarsault/texture", - "demo_url": "https://thelehhman.com/texture/", - "stars": 200, - "forks": 352, - "open_issues": 2, - "last_commit": "2021-05-28T15:23:25Z", - "created_at": "2019-06-29T14:05:37Z", - "description": "A configurable jekyll theme for simply beautiful blogs.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/thelehhman-texture.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thelehhman-texture.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thelehhman-texture-2x.jpg" - } - }, - "samesies-barber-jekyll": { - "theme_key": "samesies-barber-jekyll", - "file": "jekyll-theme-barber.md", - "name": "barber-jekyll", - "title": "Barber", - "github_username": "samesies", - "repo": "samesies/barber-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/samesies/barber-jekyll", - "demo_url": "https://barber.samesies.io/", - "stars": 278, - "forks": 293, - "open_issues": 12, - "last_commit": "2020-05-15T14:32:25Z", - "created_at": "2018-02-15T03:05:57Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/samesies-barber-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/samesies-barber-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/samesies-barber-jekyll-2x.jpg" - } - }, - "samme-brunch-phaser": { - "theme_key": "samme-brunch-phaser", - "file": "brunch-phaser.md", - "name": "brunch-phaser", - "title": "Brunch Phaser", - "github_username": "samme", - "repo": "samme/brunch-phaser", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/samme/brunch-phaser", - "demo_url": "https://phaser.io/phaser3", - "stars": 36, - "forks": 9, - "open_issues": 0, - "last_commit": "2021-03-14T20:49:29Z", - "created_at": "2017-02-05T03:41:10Z", - "description": "A Brunch skeleton for making games with Phaser 3. Variants for CoffeeScript, ES6, TypeScript", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/samme-brunch-phaser.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/samme-brunch-phaser.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/samme-brunch-phaser-2x.jpg" - } - }, - "samuelhorn-jamdocs": { - "theme_key": "samuelhorn-jamdocs", - "file": "jamdocs.md", - "name": "jamdocs", - "title": "Jamdocs", - "github_username": "samuelhorn", - "repo": "samuelhorn/jamdocs", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/samuelhorn/jamdocs", - "demo_url": "https://jamdocs.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/samuelhorn-jamdocs.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/samuelhorn-jamdocs.jpg", - "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", - "name": "gatsby-starter-cv", - "title": "Gatsby Starter CV", - "github_username": "santosfrancisco", - "repo": "santosfrancisco/gatsby-starter-cv", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/santosfrancisco/gatsby-starter-cv", - "demo_url": "https://santosfrancisco.github.io/gatsby-starter-cv/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/santosfrancisco-gatsby-starter-cv.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/santosfrancisco-gatsby-starter-cv.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/santosfrancisco-gatsby-starter-cv-2x.jpg" - } - }, - "sarasate-gate": { - "theme_key": "sarasate-gate", - "file": "gatsby-gate.md", - "name": "gate", - "title": "Gate", - "github_username": "sarasate", - "repo": "sarasate/gate", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sarasate/gate", - "demo_url": "https://gatejs.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/sarasate-gate.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sarasate-gate.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sarasate-gate-2x.jpg" - } - }, - "saschajullmann-gatsby-starter-gatsbythemes": { - "theme_key": "saschajullmann-gatsby-starter-gatsbythemes", - "file": "gatsby-starter-gatsbythemes.md", - "name": "gatsby-starter-gatsbythemes", - "title": "Gatsby Starter Gatsbythemes", - "github_username": "saschajullmann", - "repo": "saschajullmann/gatsby-starter-gatsbythemes", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/saschajullmann/gatsby-starter-gatsbythemes", - "demo_url": "https://themes.gatsbythemes.com/gatsby-starter/", - "stars": 98, - "forks": 24, - "open_issues": 0, - "last_commit": "2019-10-27T17:43:19Z", - "created_at": "2017-10-21T09:52:00Z", - "description": "Basic gatsby-starter package", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/saschajullmann-gatsby-starter-gatsbythemes.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/saschajullmann-gatsby-starter-gatsbythemes.jpg", - "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", - "name": "hugo-highlights-theme", - "title": "Highlights", - "github_username": "schmanat", - "repo": "schmanat/hugo-highlights-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/schmanat/hugo-highlights-theme", - "demo_url": "https://themes.gohugo.io/theme/highlights/", - "stars": 24, - "forks": 22, - "open_issues": 3, - "last_commit": "2020-04-09T13:40:00Z", - "created_at": "2016-06-03T08:33:42Z", - "description": "a one page layout for gohugo.io", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/schmanat-hugo-highlights-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/schmanat-hugo-highlights-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/schmanat-hugo-highlights-theme-2x.jpg" - } - }, - "schollz-onetwothree": { - "theme_key": "schollz-onetwothree", - "file": "hugo-onetwothree.md", - "name": "onetwothree", - "title": "Onetwothree", - "github_username": "schollz", - "repo": "schollz/onetwothree", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/schollz/onetwothree", - "demo_url": "https://schollz.github.io/onetwothree/", - "stars": 40, - "forks": 46, - "open_issues": 3, - "last_commit": "2019-09-16T16:17:43Z", - "created_at": "2017-11-02T18:03:28Z", - "description": "A responsive minimalist theme for Hugo that is simple as 1, 2, 3", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/schollz-onetwothree.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/schollz-onetwothree.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/schollz-onetwothree-2x.jpg" - } - }, - "scotte-jekyll-clean": { - "theme_key": "scotte-jekyll-clean", - "file": "jekyll-clean-theme.md", - "name": "jekyll-clean", - "title": "Jekyll Clean", - "github_username": "scotte", - "repo": "scotte/jekyll-clean", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/scotte/jekyll-clean", - "demo_url": "https://scotte.github.io/jekyll-clean", - "stars": 177, - "forks": 345, - "open_issues": 0, - "last_commit": "2020-02-12T16:45:12Z", - "created_at": "2014-08-22T22:48:36Z", - "description": "A simple and clean Jekyll theme that's easy to modify.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/scotte-jekyll-clean.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/scotte-jekyll-clean.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/scotte-jekyll-clean-2x.jpg" - } - }, - "scottmathson-simpol-theme": { - "theme_key": "scottmathson-simpol-theme", - "file": "simpol-theme.md", - "name": "simpol-theme", - "title": "Simpol Theme", - "github_username": "scottmathson", - "repo": "scottmathson/simpol-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/scottmathson/simpol-theme", - "demo_url": "https://simpol.scottmathson.com/", - "stars": 14, - "forks": 6, - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/scottmathson-simpol-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/scottmathson-simpol-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/scottmathson-simpol-theme-2x.jpg" - } - }, - "scttcper-gatsby-casper": { - "theme_key": "scttcper-gatsby-casper", - "file": "gatsby-casper.md", - "name": "gatsby-casper", - "title": "Gatsby Casper", - "github_username": "scttcper", - "repo": "scttcper/gatsby-casper", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/scttcper/gatsby-casper", - "demo_url": "https://gatsby-casper.netlify.com", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/scttcper-gatsby-casper.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/scttcper-gatsby-casper.jpg", - "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", - "name": "gochowdown", - "title": "GoChowdown", - "github_username": "seanlane", - "repo": "seanlane/gochowdown", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/seanlane/gochowdown", - "demo_url": "https://chowdown.io/", - "stars": 64, - "forks": 51, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/seanlane-gochowdown.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/seanlane-gochowdown.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/seanlane-gochowdown-2x.jpg" - } - }, - "serg-yourfolio": { - "theme_key": "serg-yourfolio", - "file": "hugo-yourfolio-theme.md", - "name": "yourfolio", - "title": "Yourfolio", - "github_username": "serg", - "repo": "serg/yourfolio", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/serg/yourfolio", - "demo_url": "https://themes.gohugo.io/theme/yourfolio/", - "stars": 24, - "forks": 21, - "open_issues": 7, - "last_commit": "2021-06-06T19:24:46Z", - "created_at": "2018-06-01T13:13:55Z", - "description": ":star: Super simple and responsive theme for your personal website on Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/serg-yourfolio.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/serg-yourfolio.jpg", - "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", - "name": "hugo-minimalist-spa", - "title": "Hugo minimalist SPA", - "github_username": "sergioabreu-g", - "repo": "sergioabreu-g/hugo-minimalist-spa", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sergioabreu-g/hugo-minimalist-spa", - "demo_url": "https://themes.gohugo.io/theme/hugo-minimalist-spa/", - "stars": 2, - "forks": 2, - "open_issues": 1, - "last_commit": "2019-02-14T08:45:47Z", - "created_at": "2018-09-15T14:57:06Z", - "description": "A minimalist single page application theme for Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/sag-dev-hugo-minimalist-spa.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sag-dev-hugo-minimalist-spa.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sag-dev-hugo-minimalist-spa-2x.jpg" - } - }, - "sergiokopplin-indigo": { - "theme_key": "sergiokopplin-indigo", - "file": "jekyll-indigo.md", - "name": "indigo", - "title": "Jekyll Indigo", - "github_username": "sergiokopplin", - "repo": "sergiokopplin/indigo", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/sergiokopplin/indigo", - "demo_url": "https://sergiokopplin.github.io/indigo/", - "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, 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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sergiokopplin-indigo-2x.jpg" - } - }, - "sergiokopplin-violet": { - "theme_key": "sergiokopplin-violet", - "file": "jekyll-violet.md", - "name": "violet", - "title": "Violet", - "github_username": "sergiokopplin", - "repo": "sergiokopplin/violet", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/sergiokopplin/violet", - "demo_url": "https://sergiokopplin.github.io/violet/", - "stars": 37, - "forks": 57, - "open_issues": 2, - "last_commit": "2017-02-12T02:07:40Z", - "created_at": "2016-07-06T02:09:17Z", - "description": ":crystal_ball: Violet Jekyll Template", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/sergiokopplin-violet.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sergiokopplin-violet.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sergiokopplin-violet-2x.jpg" - } - }, - "sfengyuan-edidor": { - "theme_key": "jacobsun-edidor", - "file": "hugo-edidor-theme.md", - "name": "edidor", - "title": "Edidor", - "github_username": "sfengyuan", - "repo": "sfengyuan/edidor", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/sfengyuan/edidor", - "demo_url": "https://themes.gohugo.io/theme/edidor/", - "stars": 34, - "forks": 14, - "open_issues": 0, - "last_commit": "2021-04-11T14:19:43Z", - "created_at": "2019-05-08T12:49:36Z", - "description": "A hugo theme that looks like an editor with a builtin style generator, INFINITE COLOR MODE from a market perspective. 😂", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/jacobsun-edidor.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jacobsun-edidor.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jacobsun-edidor-2x.jpg" - } - }, - "sfreytag-friday-theme": { - "theme_key": "sfreytag-friday-theme", - "file": "jekyll-friday-theme.md", - "name": "friday-theme", - "title": "Friday Theme", - "github_username": "sfreytag", - "repo": "sfreytag/friday-theme", - "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": 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": { - "hires": "https://www.jamstackthemes.dev/capture/sfreytag-friday-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sfreytag-friday-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sfreytag-friday-theme-2x.jpg" - } - }, - "shaform-hugo-theme-den": { - "theme_key": "shaform-hugo-theme-den", - "file": "hugo-theme-den.md", - "name": "hugo-theme-den", - "title": "Den", - "github_username": "shaform", - "repo": "shaform/hugo-theme-den", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/shaform/hugo-theme-den", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-den/en", - "stars": 20, - "forks": 16, - "open_issues": 0, - "last_commit": "2020-07-17T03:12:08Z", - "created_at": "2018-07-15T13:29:45Z", - "description": "A Simple Theme for Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/shaform-hugo-theme-den.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/shaform-hugo-theme-den.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/shaform-hugo-theme-den-2x.jpg" - } - }, - "shankar-hugo-grapes": { - "theme_key": "shankar-hugo-grapes", - "file": "hugo-grapes-theme.md", - "name": "hugo-grapes", - "title": "Hugo Grapes", - "github_username": "shankar", - "repo": "shankar/hugo-grapes", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/shankar/hugo-grapes", - "demo_url": "https://themes.gohugo.io/theme/hugo-grapes/", - "stars": 8, - "forks": 9, - "open_issues": 0, - "last_commit": "2019-08-30T13:05:54Z", - "created_at": "2018-10-23T04:13:29Z", - "description": "A minimalistic text based theme for Hugo with grapes color theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/shankar-hugo-grapes.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/shankar-hugo-grapes.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/shankar-hugo-grapes-2x.jpg" - } - }, - "shantanu-deshmukh-vhealth-gatsby": { - "theme_key": "shantanu-deshmukh-vhealth-gatsby", - "file": "vhealth-gatsby.md", - "name": "vhealth-gatsby", - "title": "vHealth - Virtual healthcare", - "github_username": "shantanu-deshmukh", - "repo": "shantanu-deshmukh/vhealth-gatsby", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/shantanu-deshmukh/vhealth-gatsby", - "demo_url": "https://vhealth.openthemes.dev/", - "stars": 38, - "forks": 16, - "open_issues": 0, - "last_commit": "2020-09-13T04:18:05Z", - "created_at": "2020-08-19T03:52:02Z", - "description": "Open source Gatsby template for a healthcare startup.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/shantanu-deshmukh-vhealth-gatsby.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/shantanu-deshmukh-vhealth-gatsby.jpg", - "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", - "name": "geekyll-starter-blog", - "title": "Geekyll Starter Blog", - "github_username": "sharadcodes", - "repo": "sharadcodes/geekyll-starter-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sharadcodes/geekyll-starter-blog", - "demo_url": "https://sharadcodes.github.io/geekyll-starter-blog/", - "stars": 17, - "forks": 9, - "open_issues": 0, - "last_commit": "2020-08-29T13:27:05Z", - "created_at": "2020-05-30T08:00:00Z", - "description": "A minimal Jekyll theme for blogging", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/sharadcodes-geekyll-starter-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sharadcodes-geekyll-starter-blog.jpg", - "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", - "name": "jekyll-theme-dark-reader", - "title": "Dark Reader", - "github_username": "sharadcodes", - "repo": "sharadcodes/jekyll-theme-dark-reader", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sharadcodes/jekyll-theme-dark-reader", - "demo_url": "https://sharadcodes.github.io/jekyll-theme-dark-reader/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/sharadcodes-jekyll-theme-dark-reader.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sharadcodes-jekyll-theme-dark-reader.jpg", - "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", - "name": "jekyll-theme-milo", - "title": "Milo Bootstrap", - "github_username": "sharadcodes", - "repo": "sharadcodes/jekyll-theme-milo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sharadcodes/jekyll-theme-milo", - "demo_url": "https://sharadcodes.github.io/jekyll-theme-milo/", - "stars": 7, - "forks": 12, - "open_issues": 0, - "last_commit": "2020-04-05T05:19:58Z", - "created_at": "2018-12-22T13:44:48Z", - "description": "A Bootstrap theme tweaked for Jekyll :heart:", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/sharadcodes-jekyll-theme-milo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sharadcodes-jekyll-theme-milo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-milo-2x.jpg" - } - }, - "sharadcodes-jekyll-theme-retro-yellow": { - "theme_key": "sharadcodes-jekyll-theme-retro-yellow", - "file": "jekyll-theme-retro-yellow.md", - "name": "jekyll-theme-retro-yellow", - "title": "Retro Yellow", - "github_username": "sharadcodes", - "repo": "sharadcodes/jekyll-theme-retro-yellow", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sharadcodes/jekyll-theme-retro-yellow", - "demo_url": "https://sharadcodes.github.io/jekyll-theme-retro-yellow/", - "stars": 2, - "forks": 2, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/sharadcodes-jekyll-theme-retro-yellow.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sharadcodes-jekyll-theme-retro-yellow.jpg", - "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", - "name": "ashwath", - "title": "Webjeda Ashwath", - "github_username": "sharu725", - "repo": "sharu725/ashwath", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sharu725/ashwath", - "demo_url": "https://webjeda.com/ashwath/", - "stars": 12, - "forks": 48, - "open_issues": 1, - "last_commit": "2021-08-21T12:54:23Z", - "created_at": "2017-03-22T19:17:15Z", - "description": "Minimal Jekyll Theme with an app like layout", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/sharu725-ashwath.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sharu725-ashwath.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sharu725-ashwath-2x.jpg" - } - }, - "sharu725-bheema": { - "theme_key": "sharu725-bheema", - "file": "jekyll-bheema.md", - "name": "bheema", - "title": "Webjeda Bheema", - "github_username": "sharu725", - "repo": "sharu725/bheema", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sharu725/bheema", - "demo_url": "https://webjeda.com/bheema", - "stars": 16, - "forks": 43, - "open_issues": 2, - "last_commit": "2021-09-03T16:06:25Z", - "created_at": "2016-12-08T18:01:48Z", - "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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sharu725-bheema-2x.jpg" - } - }, - "sharu725-cards": { - "theme_key": "sharu725-cards", - "file": "jekyll-webjeda-cards.md", - "name": "cards", - "title": "Webjeda Cards", - "github_username": "sharu725", - "repo": "sharu725/cards", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sharu725/cards", - "demo_url": "https://webjeda.com/cards", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/sharu725-cards.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sharu725-cards.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sharu725-cards-2x.jpg" - } - }, - "sharu725-gatok": { - "theme_key": "sharu725-gatok", - "file": "jekyll-gatok.md", - "name": "gatok", - "title": "Webjeda Gatok", - "github_username": "sharu725", - "repo": "sharu725/gatok", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sharu725/gatok", - "demo_url": "https://webjeda.com/gatok", - "stars": 26, - "forks": 60, - "open_issues": 1, - "last_commit": "2021-08-21T12:52:24Z", - "created_at": "2016-07-15T17:24:18Z", - "description": "A minimal responsive jekyll theme -Webjeda Gatok", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/sharu725-gatok.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sharu725-gatok.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sharu725-gatok-2x.jpg" - } - }, - "sharu725-hagura": { - "theme_key": "sharu725-hagura", - "file": "jekyll-hagura.md", - "name": "hagura", - "title": "Webjeda Hagura", - "github_username": "sharu725", - "repo": "sharu725/hagura", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sharu725/hagura", - "demo_url": "https://webjeda.com/hagura", - "stars": 255, - "forks": 152, - "open_issues": 0, - "last_commit": "2023-01-11T00:43:34Z", - "created_at": "2016-11-02T14:30:30Z", - "description": "A light weight, minimal Jekyll theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/sharu725-hagura.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sharu725-hagura.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sharu725-hagura-2x.jpg" - } - }, - "sharu725-karna": { - "theme_key": "sharu725-karna", - "file": "jekyll-karna.md", - "name": "karna", - "title": "Webjeda Karna", - "github_username": "sharu725", - "repo": "sharu725/karna", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sharu725/karna", - "demo_url": "https://webjeda.com/karna", - "stars": 43, - "forks": 99, - "open_issues": 1, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/sharu725-karna.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sharu725-karna.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sharu725-karna-2x.jpg" - } - }, - "sharu725-online-cv": { - "theme_key": "sharu725-online-cv", - "file": "jekyll-online-cv.md", - "name": "online-cv", - "title": "Online CV", - "github_username": "sharu725", - "repo": "sharu725/online-cv", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sharu725/online-cv", - "demo_url": "https://webjeda.com/online-cv/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/sharu725-online-cv.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sharu725-online-cv.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sharu725-online-cv-2x.jpg" - } - }, - "sharu725-slides": { - "theme_key": "sharu725-slides", - "file": "jekyll-slides.md", - "name": "slides", - "title": "Webjeda Slides", - "github_username": "sharu725", - "repo": "sharu725/slides", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sharu725/slides", - "demo_url": "https://webjeda.com/slides/", - "stars": 56, - "forks": 54, - "open_issues": 1, - "last_commit": "2021-08-21T12:37:00Z", - "created_at": "2016-07-06T17:15:11Z", - "description": "A presentstion theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/sharu725-slides.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sharu725-slides.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sharu725-slides-2x.jpg" - } - }, - "sharu725-thunder": { - "theme_key": "sharu725-thunder", - "file": "jekyll-thunder.md", - "name": "thunder", - "title": "Thunder", - "github_username": "sharu725", - "repo": "sharu725/thunder", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sharu725/thunder", - "demo_url": "https://webjeda.com/thunder/", - "stars": 17, - "forks": 56, - "open_issues": 0, - "last_commit": "2021-08-21T12:43:00Z", - "created_at": "2016-05-12T16:03:19Z", - "description": "A minimal and superfast Jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/sharu725-thunder.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sharu725-thunder.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sharu725-thunder-2x.jpg" - } - }, - "sharu725-vyaasa": { - "theme_key": "sharu725-vyaasa", - "file": "jekyll-vyaasa.md", - "name": "vyaasa", - "title": "Vyaasa", - "github_username": "sharu725", - "repo": "sharu725/vyaasa", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sharu725/vyaasa", - "demo_url": "https://webjeda.com/vyaasa", - "stars": 24, - "forks": 38, - "open_issues": 1, - "last_commit": "2021-08-21T12:47:35Z", - "created_at": "2016-09-22T14:23:34Z", - "description": "Here is the demo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/sharu725-vyaasa.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sharu725-vyaasa.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sharu725-vyaasa-2x.jpg" - } - }, - "sharvaridesai-hexo-theme-edinburgh": { - "theme_key": "sharvaridesai-hexo-theme-edinburgh", - "file": "hexo-theme-edinburgh.md", - "name": "hexo-theme-edinburgh", - "title": "Edinburgh", - "github_username": "sharvaridesai", - "repo": "sharvaridesai/hexo-theme-edinburgh", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sharvaridesai/hexo-theme-edinburgh", - "demo_url": "https://sharvaridesai.github.io/hexo-theme-edinburgh-demo/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/sharvaridesai-hexo-theme-edinburgh.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sharvaridesai-hexo-theme-edinburgh.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sharvaridesai-hexo-theme-edinburgh-2x.jpg" - } - }, - "shawnteoh-matjek": { - "theme_key": "shawnteoh-matjek", - "file": "jekyll-matjek-theme.md", - "name": "matjek", - "title": "MatJek", - "github_username": "ShawnTeoh", - "repo": "ShawnTeoh/matjek", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/ShawnTeoh/matjek", - "demo_url": "https://shawnteoh.github.io/matjek", - "stars": 96, - "forks": 425, - "open_issues": 10, - "last_commit": "2017-06-27T17:43:21Z", - "created_at": "2017-03-23T09:55:40Z", - "description": "Material theme based on Materialize.css for jekyll sites", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/shawnteoh-matjek.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/shawnteoh-matjek.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/shawnteoh-matjek-2x.jpg" - } - }, - "shenliyang-hexo-theme-snippet": { - "theme_key": "shenliyang-hexo-theme-snippet", - "file": "hexo-theme-snippet.md", - "name": "hexo-theme-snippet", - "title": "Snippet", - "github_username": "shenliyang", - "repo": "shenliyang/hexo-theme-snippet", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/shenliyang/hexo-theme-snippet", - "demo_url": "https://www.91h5.cc/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/shenliyang-hexo-theme-snippet.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/shenliyang-hexo-theme-snippet.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/shenliyang-hexo-theme-snippet-2x.jpg" - } - }, - "shenoybr-hugo-goa": { - "theme_key": "shenoybr-hugo-goa", - "file": "hugo-goa.md", - "name": "hugo-goa", - "title": "Goa", - "github_username": "shenoybr", - "repo": "shenoybr/hugo-goa", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/shenoybr/hugo-goa", - "demo_url": "https://shenoybr.github.io/hugo-goa-demo/", - "stars": 212, - "forks": 108, - "open_issues": 14, - "last_commit": "2021-03-19T04:24:46Z", - "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" - } - }, - "shobhitchittora-gatsby-starter-fashion-portfolio": { - "theme_key": "shobhitchittora-gatsby-starter-fashion-portfolio", - "file": "gatsby-starter-fashion-portfolio.md", - "name": "gatsby-starter-fashion-portfolio", - "title": "Gatsby Fashion Portfolio", - "github_username": "shobhitchittora", - "repo": "shobhitchittora/gatsby-starter-fashion-portfolio", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/shobhitchittora/gatsby-starter-fashion-portfolio", - "demo_url": "https://gatsby-starter-fashion-portfolio.netlify.com/", - "stars": 8, - "forks": 3, - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/shobhitchittora-gatsby-starter-fashion-portfolio.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/shobhitchittora-gatsby-starter-fashion-portfolio.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/shobhitchittora-gatsby-starter-fashion-portfolio-2x.jpg" - } - }, - "siawyoung-immaculate": { - "theme_key": "siawyoung-immaculate", - "file": "jekyll-immaculate.md", - "name": "immaculate", - "title": "Immaculate", - "github_username": "siawyoung", - "repo": "siawyoung/immaculate", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/siawyoung/immaculate", - "demo_url": "https://cdn.ampproject.org/c/siawyoung.com/immaculate/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/siawyoung-immaculate.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/siawyoung-immaculate.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/siawyoung-immaculate-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": 101, - "forks": 55, - "open_issues": 0, - "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" - } - }, - "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", - "name": "gatsby-crafty-theme", - "title": "Gatsby Crafty Theme", - "github_username": "simplecode-io", - "repo": "simplecode-io/gatsby-crafty-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/simplecode-io/gatsby-crafty-theme", - "demo_url": "https://demos.simplecode.io/gatsby/crafty/", - "stars": 25, - "forks": 5, - "open_issues": 27, - "last_commit": "2019-08-08T11:29:59Z", - "created_at": "2019-08-07T17:16:18Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/simplecode-io-gatsby-crafty-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/simplecode-io-gatsby-crafty-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/simplecode-io-gatsby-crafty-theme-2x.jpg" - } - }, - "simpleyyt-jekyll-jacman": { - "theme_key": "simpleyyt-jekyll-jacman", - "file": "jekyll-jacman.md", - "name": "jekyll-jacman", - "title": "Jacman", - "github_username": "Simpleyyt", - "repo": "Simpleyyt/jekyll-jacman", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Simpleyyt/jekyll-jacman", - "demo_url": "https://simpleyyt.github.io/jekyll-jacman", - "stars": 89, - "forks": 87, - "open_issues": 11, - "last_commit": "2017-07-22T06:07:16Z", - "created_at": "2015-09-20T15:48:19Z", - "description": "A fresh looking and responsive theme for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/simpleyyt-jekyll-jacman.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/simpleyyt-jekyll-jacman.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/simpleyyt-jekyll-jacman-2x.jpg" - } - }, - "simpleyyt-jekyll-simpleyyt": { - "theme_key": "simpleyyt-jekyll-simpleyyt", - "file": "jekyll-simpleyyt.md", - "name": "jekyll-simpleyyt", - "title": "Simpleyyt", - "github_username": "Simpleyyt", - "repo": "Simpleyyt/jekyll-simpleyyt", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Simpleyyt/jekyll-simpleyyt", - "demo_url": "https://simpleyyt.github.io/jekyll-simpleyyt", - "stars": 42, - "forks": 44, - "open_issues": 1, - "last_commit": "2016-04-24T07:50:59Z", - "created_at": "2014-04-07T09:01:09Z", - "description": "Jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/simpleyyt-jekyll-simpleyyt.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/simpleyyt-jekyll-simpleyyt.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/simpleyyt-jekyll-simpleyyt-2x.jpg" - } - }, - "simpleyyt-jekyll-theme-next": { - "theme_key": "simpleyyt-jekyll-theme-next", - "file": "jekyll-next-theme.md", - "name": "jekyll-theme-next", - "title": "NexT", - "github_username": "Simpleyyt", - "repo": "Simpleyyt/jekyll-theme-next", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Simpleyyt/jekyll-theme-next", - "demo_url": "https://simpleyyt.github.io/jekyll-theme-next/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/simpleyyt-jekyll-theme-next.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/simpleyyt-jekyll-theme-next.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/simpleyyt-jekyll-theme-next-2x.jpg" - } - }, - "simply007-kontent-sample-app-gatsby-intranet": { - "theme_key": "simply007-kontent-sample-app-gatsby-intranet", - "file": "gatsby-kontent-paperbase.md", - "name": "kontent-sample-app-gatsby-intranet", - "title": "Gatsby Kontent Paperbase", - "github_username": "Simply007", - "repo": "Simply007/kontent-sample-app-gatsby-intranet", - "branch": "master", - "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": 9, - "forks": 6, - "open_issues": 0, - "last_commit": "2020-06-15T08:52:27Z", - "created_at": "2019-08-27T05:41:12Z", - "description": "Showcase of Kentico Kontent Intranet admin UI using Material design and Gatsby.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/simply007-kontent-sample-app-gatsby-intranet.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/simply007-kontent-sample-app-gatsby-intranet.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/simply007-kontent-sample-app-gatsby-intranet-2x.jpg" - } - }, - "simply007-kontent-sample-app-svelte-sapper": { - "theme_key": "simply007-kontent-sample-app-svelte-sapper", - "file": "sapper-kontent-cafe.md", - "name": "kontent-sample-app-svelte-sapper", - "title": "Sapper Kontent Café", - "github_username": "Simply007", - "repo": "Simply007/kontent-sample-app-svelte-sapper", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Simply007/kontent-sample-app-svelte-sapper", - "demo_url": "https://kontent-sample-app-svelte-sapper.now.sh/", - "stars": 2, - "forks": 7, - "open_issues": 0, - "last_commit": "2020-09-24T06:29:13Z", - "created_at": "2019-11-17T13:53:51Z", - "description": "Showcase of the Svelte application using Sapper and Kentico Kontent as the content source.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/simply007-kontent-sample-app-svelte-sapper.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/simply007-kontent-sample-app-svelte-sapper.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/simply007-kontent-sample-app-svelte-sapper-2x.jpg" - } - }, - "simply007-kontent-template-gatsby-landing-page-photon": { - "theme_key": "simply007-kontent-template-gatsby-landing-page-photon", - "file": "gatsby-kontent-photon.md", - "name": "kontent-template-gatsby-landing-page-photon", - "title": "Gatsby Kontent Photon", - "github_username": "Simply007", - "repo": "Simply007/kontent-template-gatsby-landing-page-photon", - "branch": "master", - "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": 12, - "forks": 16, - "open_issues": 0, - "last_commit": "2020-06-29T13:59:24Z", - "created_at": "2019-05-03T10:39:07Z", - "description": "Kentico Kontent web template using Gatsby and Kentico Kontent.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/simply007-kontent-template-gatsby-landing-page-photon.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/simply007-kontent-template-gatsby-landing-page-photon.jpg", - "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", - "name": "gatsby-apollo-starter", - "title": "Gatsby Apollo Starter", - "github_username": "smakosh", - "repo": "smakosh/gatsby-apollo-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/smakosh/gatsby-apollo-starter", - "demo_url": "https://gatsby-starter-apollo.smakosh.com/app/", - "stars": 16, - "forks": 4, - "open_issues": 0, - "last_commit": "2019-06-25T12:33:34Z", - "created_at": "2019-06-25T12:25:49Z", - "description": "Gatsby Apollo starter - with client side routing", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/smakosh-gatsby-apollo-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/smakosh-gatsby-apollo-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/smakosh-gatsby-apollo-starter-2x.jpg" - } - }, - "smakosh-gatsby-app-starter-rest-api": { - "theme_key": "smakosh-gatsby-app-starter-rest-api", - "file": "gatsby-app-starter-rest-api.md", - "name": "gatsby-app-starter-rest-api", - "title": "Gatsby App Starter Rest Api", - "github_username": "smakosh", - "repo": "smakosh/gatsby-app-starter-rest-api", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/smakosh/gatsby-app-starter-rest-api", - "demo_url": "https://building-apps-with-gatsby.netlify.com", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/smakosh-gatsby-app-starter-rest-api.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/smakosh-gatsby-app-starter-rest-api.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/smakosh-gatsby-app-starter-rest-api-2x.jpg" - } - }, - "smakosh-gatsby-portfolio-dev": { - "theme_key": "smakosh-gatsby-portfolio-dev", - "file": "gatsby-portfolio-dev.md", - "name": "gatsby-portfolio-dev", - "title": "Gatsby Portfolio Dev", - "github_username": "smakosh", - "repo": "smakosh/gatsby-portfolio-dev", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/smakosh/gatsby-portfolio-dev", - "demo_url": "https://portfolio.smakosh.com/", - "stars": 739, - "forks": 187, - "open_issues": 0, - "last_commit": "2021-10-14T04:05:40Z", - "created_at": "2018-12-27T16:25:46Z", - "description": "A portfolio for developers", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/smakosh-gatsby-portfolio-dev.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/smakosh-gatsby-portfolio-dev.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/smakosh-gatsby-portfolio-dev-2x.jpg" - } - }, - "smakosh-gatsby-starter-i18n": { - "theme_key": "smakosh-gatsby-starter-i18n", - "file": "gatsby-starter-i18n.md", - "name": "gatsby-starter-i18n", - "title": "Gatsby Starter i18n", - "github_username": "smakosh", - "repo": "smakosh/gatsby-starter-i18n", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/smakosh/gatsby-starter-i18n", - "demo_url": "https://i18n.smakosh.com/", - "stars": 34, - "forks": 6, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/smakosh-gatsby-starter-i18n.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/smakosh-gatsby-starter-i18n.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/smakosh-gatsby-starter-i18n-2x.jpg" - } - }, - "smallmuou-jekyll-pithy": { - "theme_key": "smallmuou-jekyll-pithy", - "file": "jekyll-pithy.md", - "name": "Jekyll-Pithy", - "title": "Pithy", - "github_username": "smallmuou", - "repo": "smallmuou/Jekyll-Pithy", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/smallmuou/Jekyll-Pithy", - "demo_url": "https://wenva.github.io/", - "stars": 70, - "forks": 57, - "open_issues": 2, - "last_commit": "2017-03-24T06:13:34Z", - "created_at": "2015-04-10T01:45:07Z", - "description": "Pithy Jekyll Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/smallmuou-jekyll-pithy.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/smallmuou-jekyll-pithy.jpg", - "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", - "name": "twentytwenyonetheme", - "title": "Twenty Twentyone", - "github_username": "smolcodes", - "repo": "smolcodes/twentytwenyonetheme", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/smolcodes/twentytwenyonetheme", - "demo_url": "https://twentytwenyonetheme.netlify.app/", - "stars": 4, - "forks": 2, - "open_issues": 0, - "last_commit": "2021-02-02T04:08:26Z", - "created_at": "2021-01-21T20:35:55Z", - "description": "A Starter 11ty Theme designed with TailwindCSS with one click install for Netlify", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/smolcodes-twentytwenyonetheme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/smolcodes-twentytwenyonetheme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/smolcodes-twentytwenyonetheme-2x.jpg" - } - }, - "snipcart-11ty-demo-snipcart": { - "theme_key": "snipcart-11ty-demo-snipcart", - "file": "11ty-demo-snipcart.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": 33, - "forks": 5, - "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" - } - }, - "snipcart-directus-metalsmith-snipcart": { - "theme_key": "snipcart-directus-metalsmith-snipcart", - "file": "directus-metalsmith-snipcart.md", - "name": "directus-metalsmith-snipcart", - "title": "Directus Metalsmith Snipcart", - "github_username": "snipcart", - "repo": "snipcart/directus-metalsmith-snipcart", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/snipcart/directus-metalsmith-snipcart", - "demo_url": "https://snipcart-directus-metalsmith.netlify.com", - "stars": 14, - "forks": 1, - "open_issues": 0, - "last_commit": "2017-03-06T10:24:38Z", - "created_at": "2017-03-02T18:16:02Z", - "description": "Lookbook web app with Directus' open source headless CMS, Metalsmith, Vue.js & Snipcart", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/snipcart-directus-metalsmith-snipcart.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/snipcart-directus-metalsmith-snipcart.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/snipcart-directus-metalsmith-snipcart-2x.jpg" - } - }, - "snipcart-snipcart-middleman-integration": { - "theme_key": "snipcart-snipcart-middleman-integration", - "file": "snipcart-middleman-integration.md", - "name": "snipcart-middleman-integration", - "title": "Snipcart Middleman", - "github_username": "snipcart", - "repo": "snipcart/snipcart-middleman-integration", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/snipcart/snipcart-middleman-integration", - "demo_url": "https://snipcart-middleman.netlify.com/", - "stars": 14, - "forks": 4, - "open_issues": 0, - "last_commit": "2017-01-26T21:44:31Z", - "created_at": "2015-01-13T23:50:25Z", - "description": "Demo code for an e-commerce static site with Snipcart & Middleman.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/snipcart-snipcart-middleman-integration.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/snipcart-snipcart-middleman-integration.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/snipcart-snipcart-middleman-integration-2x.jpg" - } - }, - "snipcart-stackbit-theme-planty": { - "theme_key": "snipcart-stackbit-theme-planty", - "file": "planty.md", - "name": "stackbit-theme-planty", - "title": "Planty", - "github_username": "snipcart", - "repo": "snipcart/stackbit-theme-planty", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/snipcart/stackbit-theme-planty", - "demo_url": "https://stackbit-theme-planty.netlify.com", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/snipcart-stackbit-theme-planty.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/snipcart-stackbit-theme-planty.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/snipcart-stackbit-theme-planty-2x.jpg" - } - }, - "songroger-murmur": { - "theme_key": "songroger-murmur", - "file": "jekyll-murmur.md", - "name": "murmur", - "title": "Murmur", - "github_username": "songroger", - "repo": "songroger/murmur", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/songroger/murmur", - "demo_url": "https://songroger.github.io/murmur", - "stars": 17, - "forks": 12, - "open_issues": 1, - "last_commit": "2020-05-18T10:07:16Z", - "created_at": "2016-11-03T06:46:39Z", - "description": "This is another simple theme for jekyll. http://songroger.win/murmur", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/songroger-murmur.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/songroger-murmur.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/songroger-murmur-2x.jpg" - } - }, - "south-paw-awesome-gatsby-starter": { - "theme_key": "south-paw-awesome-gatsby-starter", - "file": "gatsby-awesome-starter.md", - "name": "awesome-gatsby-starter", - "title": "Gatsby Awesome Starter", - "github_username": "South-Paw", - "repo": "South-Paw/awesome-gatsby-starter", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/South-Paw/awesome-gatsby-starter", - "demo_url": "https://awesome-gatsby-starter.netlify.com/", - "stars": 34, - "forks": 9, - "open_issues": 0, - "last_commit": "2022-10-31T06:38:12Z", - "created_at": "2018-12-19T08:58:58Z", - "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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/south-paw-awesome-gatsby-starter-2x.jpg" - } - }, - "spaceg-glas": { - "theme_key": "spaceg-glas", - "file": "jekyll-glas.md", - "name": "glas", - "title": "Glas", - "github_username": "SpaceG", - "repo": "SpaceG/glas", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/SpaceG/glas", - "demo_url": "https://lucasgatsas.ch", - "stars": 64, - "forks": 60, - "open_issues": 1, - "last_commit": "2018-10-18T03:31:24Z", - "created_at": "2015-03-01T23:39:41Z", - "description": ":mortar_board: Glas - Ruby on Rails - Jekyll ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/spaceg-glas.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/spaceg-glas.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/spaceg-glas-2x.jpg" - } - }, - "sparanoid-almace-scaffolding": { - "theme_key": "sparanoid-almace-scaffolding", - "file": "almace-scaffolding.md", - "name": "almace-scaffolding", - "title": "Almace Scaffolding", - "github_username": "sparanoid", - "repo": "sparanoid/almace-scaffolding", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sparanoid/almace-scaffolding", - "demo_url": "https://sparanoid.com/lab/amsf/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/sparanoid-almace-scaffolding.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sparanoid-almace-scaffolding.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sparanoid-almace-scaffolding-2x.jpg" - } - }, - "spech66-bootstrap-bp-hugo-startpage": { - "theme_key": "spech66-bootstrap-bp-hugo-startpage", - "file": "hugo-bootstrap-bp-startpage.md", - "name": "bootstrap-bp-hugo-startpage", - "title": "Bootstrap-BP-Startpage", - "github_username": "spech66", - "repo": "spech66/bootstrap-bp-hugo-startpage", - "branch": "master", - "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": 41, - "forks": 21, - "open_issues": 0, - "last_commit": "2021-03-27T06:02:12Z", - "created_at": "2019-07-22T09:15:15Z", - "description": "Bootstrap based Hugo startpage theme which provides out of the box best practices.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/spech66-bootstrap-bp-hugo-startpage.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/spech66-bootstrap-bp-hugo-startpage.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/spech66-bootstrap-bp-hugo-startpage-2x.jpg" - } - }, - "spech66-bootstrap-bp-hugo-theme": { - "theme_key": "spech66-bootstrap-bp-hugo-theme", - "file": "hugo-bootstrap-bp.md", - "name": "bootstrap-bp-hugo-theme", - "title": "Bootstrap-BP", - "github_username": "spech66", - "repo": "spech66/bootstrap-bp-hugo-theme", - "branch": "master", - "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": 38, - "forks": 18, - "open_issues": 0, - "last_commit": "2021-03-27T06:13:13Z", - "created_at": "2018-10-27T19:44:58Z", - "description": "Bootstrap based Hugo theme which provides out of the box best practices.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/spech66-bootstrap-bp-hugo-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/spech66-bootstrap-bp-hugo-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/spech66-bootstrap-bp-hugo-theme-2x.jpg" - } - }, - "spf13-hyde": { - "theme_key": "spf13-hyde", - "file": "hugo-hyde-theme.md", - "name": "hyde", - "title": "Hyde", - "github_username": "spf13", - "repo": "spf13/hyde", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/spf13/hyde", - "demo_url": "https://themes.gohugo.io/theme/hyde/", - "stars": 461, - "forks": 525, - "open_issues": 10, - "last_commit": "2021-04-02T09:00:43Z", - "created_at": "2014-05-23T19:47:51Z", - "description": "Port of Mdo's excellent theme to Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/spf13-hyde.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/spf13-hyde.jpg", - "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", - "name": "slick", - "title": "Slick", - "github_username": "spookey", - "repo": "spookey/slick", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/spookey/slick", - "demo_url": "https://themes.gohugo.io/theme/slick/", - "stars": 42, - "forks": 18, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/spookey-slick.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/spookey-slick.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/spookey-slick-2x.jpg" - } - }, - "squidfunk-mkdocs-material": { - "theme_key": "squidfunk-mkdocs-material", - "file": "mkdocs-material.md", - "name": "mkdocs-material", - "title": "MkDocs Material", - "github_username": "squidfunk", - "repo": "squidfunk/mkdocs-material", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/squidfunk/mkdocs-material", - "demo_url": "https://squidfunk.github.io/mkdocs-material/", - "stars": 12494, - "forks": 2738, - "open_issues": 22, - "last_commit": "2023-01-21T17:04:30Z", - "created_at": "2016-01-28T22:09:23Z", - "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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/squidfunk-mkdocs-material-2x.jpg" - } - }, - "ssokurenko-jekyll-smart-material": { - "theme_key": "ssokurenko-jekyll-smart-material", - "file": "jekyll-smart-material-theme.md", - "name": "jekyll-smart-material", - "title": "Smart Material", - "github_username": "ssokurenko", - "repo": "ssokurenko/jekyll-smart-material", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/ssokurenko/jekyll-smart-material", - "demo_url": "https://ssokurenko.github.io/jekyll-smart-material/", - "stars": 13, - "forks": 20, - "open_issues": 0, - "last_commit": "2016-09-20T18:43:37Z", - "created_at": "2015-10-22T20:08:05Z", - "description": "Smart Material Design theme for Jekyll, demo:", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ssokurenko-jekyll-smart-material.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ssokurenko-jekyll-smart-material.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ssokurenko-jekyll-smart-material-2x.jpg" - } - }, - "st4ple-solid-jekyll": { - "theme_key": "st4ple-solid-jekyll", - "file": "jekyll-solid.md", - "name": "solid-jekyll", - "title": "Solid", - "github_username": "st4ple", - "repo": "st4ple/solid-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/st4ple/solid-jekyll", - "demo_url": "https://st4ple.github.io/solid-jekyll/", - "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). ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/st4ple-solid-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/st4ple-solid-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/st4ple-solid-jekyll-2x.jpg" - } - }, - "stackbit-stackbit-theme-ampersand": { - "theme_key": "stackbit-stackbit-theme-ampersand", - "file": "stackbit-ampersand-unibit.md", - "name": "stackbit-theme-ampersand", - "title": "Ampersand", - "github_username": "stackbit", - "repo": "stackbit/stackbit-theme-ampersand", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit/stackbit-theme-ampersand", - "demo_url": "https://themes.stackbit.com/demos/ampersand?themeBarHidden=true", - "stars": 37, - "forks": 20, - "open_issues": 4, - "last_commit": "2021-02-23T09:21:56Z", - "created_at": "2019-05-10T13:57:28Z", - "description": "Ampersand a Medium inspired blogging theme for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-stackbit-theme-ampersand.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-stackbit-theme-ampersand.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-stackbit-theme-ampersand-2x.jpg" - } - }, - "stackbit-stackbit-theme-archetype": { - "theme_key": "stackbit-stackbit-theme-archetype", - "file": "stackbit-archetype-unibit.md", - "name": "stackbit-theme-archetype", - "title": "Archetype", - "github_username": "stackbit", - "repo": "stackbit/stackbit-theme-archetype", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit/stackbit-theme-archetype", - "demo_url": "https://themes.stackbit.com/demos/archetype/blue?themeBarHidden=true", - "stars": 5, - "forks": 8, - "open_issues": 1, - "last_commit": "2020-05-21T19:32:52Z", - "created_at": "2019-05-10T13:59:15Z", - "description": "Archetype a multi-layout theme with posts for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-stackbit-theme-archetype.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-stackbit-theme-archetype.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-stackbit-theme-archetype-2x.jpg" - } - }, - "stackbit-stackbit-theme-azimuth": { - "theme_key": "stackbit-stackbit-theme-azimuth", - "file": "stackbit-azimuth-unibit.md", - "name": "stackbit-theme-azimuth", - "title": "Azimuth", - "github_username": "stackbit", - "repo": "stackbit/stackbit-theme-azimuth", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit/stackbit-theme-azimuth", - "demo_url": "https://themes.stackbit.com/demos/azimuth?themeBarHidden=true", - "stars": 90, - "forks": 83, - "open_issues": 4, - "last_commit": "2021-02-23T09:24:08Z", - "created_at": "2019-05-23T18:24:11Z", - "description": "Azimuth is a sleek SaaS theme for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-stackbit-theme-azimuth.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-stackbit-theme-azimuth.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-stackbit-theme-azimuth-2x.jpg" - } - }, - "stackbit-stackbit-theme-construct": { - "theme_key": "stackbit-stackbit-theme-construct", - "file": "stackbit-construct-unibit.md", - "name": "stackbit-theme-construct", - "title": "Construct", - "github_username": "stackbit", - "repo": "stackbit/stackbit-theme-construct", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit/stackbit-theme-construct", - "demo_url": "https://themes.stackbit.com/demos/construct/blue?themeBarHidden=true", - "stars": 7, - "forks": 4, - "open_issues": 1, - "last_commit": "2020-05-21T19:37:41Z", - "created_at": "2019-05-10T14:33:16Z", - "description": "Construct a multipage theme for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-stackbit-theme-construct.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-stackbit-theme-construct.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-stackbit-theme-construct-2x.jpg" - } - }, - "stackbit-stackbit-theme-diy": { - "theme_key": "stackbit-stackbit-theme-diy", - "file": "stackbit-diy-unibit.md", - "name": "stackbit-theme-diy", - "title": "DIY", - "github_username": "stackbit", - "repo": "stackbit/stackbit-theme-diy", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit/stackbit-theme-diy", - "demo_url": "https://themes.stackbit.com/demos/diy?themeBarHidden=true", - "stars": 21, - "forks": 10, - "open_issues": 1, - "last_commit": "2021-02-23T09:26:26Z", - "created_at": "2020-07-29T05:23:25Z", - "description": "A \"do it yourself\" Stackbit theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-stackbit-theme-diy.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-stackbit-theme-diy.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-stackbit-theme-diy-2x.jpg" - } - }, - "stackbit-stackbit-theme-exto": { - "theme_key": "stackbit-stackbit-theme-exto", - "file": "stackbit-exto-unibit.md", - "name": "stackbit-theme-exto", - "title": "Exto", - "github_username": "stackbit", - "repo": "stackbit/stackbit-theme-exto", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit/stackbit-theme-exto", - "demo_url": "https://themes.stackbit.com/demos/exto?themeBarHidden=true", - "stars": 52, - "forks": 47, - "open_issues": 3, - "last_commit": "2021-02-23T11:30:59Z", - "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-stackbit-theme-exto.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-stackbit-theme-exto.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-stackbit-theme-exto-2x.jpg" - } - }, - "stackbit-stackbit-theme-fjord": { - "theme_key": "stackbit-stackbit-theme-fjord", - "file": "stackbit-fjord-unibit.md", - "name": "stackbit-theme-fjord", - "title": "Fjord", - "github_username": "stackbit", - "repo": "stackbit/stackbit-theme-fjord", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit/stackbit-theme-fjord", - "demo_url": "https://themes.stackbit.com/demos/fjord?themeBarHidden=true", - "stars": 48, - "forks": 59, - "open_issues": 1, - "last_commit": "2021-02-23T09:31:58Z", - "created_at": "2019-05-10T14:35:02Z", - "description": "Fjord is a minimal blogging theme for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-stackbit-theme-fjord.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-stackbit-theme-fjord.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-stackbit-theme-fjord-2x.jpg" - } - }, - "stackbit-stackbit-theme-fractal": { - "theme_key": "stackbit-stackbit-theme-fractal", - "file": "stackbit-fractal-unibit.md", - "name": "stackbit-theme-fractal", - "title": "Fractal", - "github_username": "stackbit", - "repo": "stackbit/stackbit-theme-fractal", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit/stackbit-theme-fractal", - "demo_url": "https://themes.stackbit.com/demos/fractal/blue?themeBarHidden=true", - "stars": 6, - "forks": 7, - "open_issues": 1, - "last_commit": "2020-05-21T19:34:07Z", - "created_at": "2019-05-10T14:36:37Z", - "description": "Fractal single page mobile application marketing theme for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-stackbit-theme-fractal.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-stackbit-theme-fractal.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-stackbit-theme-fractal-2x.jpg" - } - }, - "stackbit-stackbit-theme-fresh": { - "theme_key": "stackbit-stackbit-theme-fresh", - "file": "stackbit-fresh-unibit.md", - "name": "stackbit-theme-fresh", - "title": "Fresh", - "github_username": "stackbit", - "repo": "stackbit/stackbit-theme-fresh", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit/stackbit-theme-fresh", - "demo_url": "https://themes.stackbit.com/demos/fresh?themeBarHidden=true", - "stars": 56, - "forks": 69, - "open_issues": 4, - "last_commit": "2021-02-23T09:32:39Z", - "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-stackbit-theme-fresh.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-stackbit-theme-fresh.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-stackbit-theme-fresh-2x.jpg" - } - }, - "stackbit-stackbit-theme-hyperspace": { - "theme_key": "stackbit-stackbit-theme-hyperspace", - "file": "stackbit-hyperspace-unibit.md", - "name": "stackbit-theme-hyperspace", - "title": "Hyperspace", - "github_username": "stackbit", - "repo": "stackbit/stackbit-theme-hyperspace", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit/stackbit-theme-hyperspace", - "demo_url": "https://themes.stackbit.com/demos/hyperspace/blue?themeBarHidden=true", - "stars": 10, - "forks": 11, - "open_issues": 1, - "last_commit": "2020-05-21T19:29:13Z", - "created_at": "2019-05-10T14:37:17Z", - "description": "Hyperspace a multi-page theme with scroll-animated home sections for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-stackbit-theme-hyperspace.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-stackbit-theme-hyperspace.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-stackbit-theme-hyperspace-2x.jpg" - } - }, - "stackbit-stackbit-theme-libris": { - "theme_key": "stackbit-stackbit-theme-libris", - "file": "stackbit-libris-unibit.md", - "name": "stackbit-theme-libris", - "title": "Libris", - "github_username": "stackbit", - "repo": "stackbit/stackbit-theme-libris", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit/stackbit-theme-libris", - "demo_url": "https://themes.stackbit.com/demos/libris?themeBarHidden=true", - "stars": 51, - "forks": 46, - "open_issues": 9, - "last_commit": "2021-02-23T09:34:13Z", - "created_at": "2019-05-23T18:31:33Z", - "description": "Libris is a documentation theme for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-stackbit-theme-libris.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-stackbit-theme-libris.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-stackbit-theme-libris-2x.jpg" - } - }, - "stackbit-stackbit-theme-reflex": { - "theme_key": "stackbit-stackbit-theme-reflex", - "file": "stackbit-reflex-unibit.md", - "name": "stackbit-theme-reflex", - "title": "Reflex", - "github_username": "stackbit", - "repo": "stackbit/stackbit-theme-reflex", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit/stackbit-theme-reflex", - "demo_url": "https://themes.stackbit.com/demos/reflex?themeBarHidden=true", - "stars": 9, - "forks": 9, - "open_issues": 1, - "last_commit": "2020-05-21T19:26:47Z", - "created_at": "2019-05-10T14:40:09Z", - "description": "Reflex a multipage theme with posts for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-stackbit-theme-reflex.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-stackbit-theme-reflex.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-stackbit-theme-reflex-2x.jpg" - } - }, - "stackbit-stackbit-theme-spectral": { - "theme_key": "stackbit-stackbit-theme-spectral", - "file": "stackbit-spectral-unibit.md", - "name": "stackbit-theme-spectral", - "title": "Spectral", - "github_username": "stackbit", - "repo": "stackbit/stackbit-theme-spectral", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit/stackbit-theme-spectral", - "demo_url": "https://themes.stackbit.com/demos/spectral/blue?themeBarHidden=true", - "stars": 9, - "forks": 15, - "open_issues": 2, - "last_commit": "2020-05-21T19:27:49Z", - "created_at": "2019-05-10T14:40:45Z", - "description": "Spectral a multipage theme for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-stackbit-theme-spectral.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-stackbit-theme-spectral.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-stackbit-theme-spectral-2x.jpg" - } - }, - "stackbit-stackbit-theme-starter": { - "theme_key": "stackbit-stackbit-theme-starter", - "file": "stackbit-starter-unibit.md", - "name": "stackbit-theme-starter", - "title": "Starter Stackbit", - "github_username": "stackbit", - "repo": "stackbit/stackbit-theme-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit/stackbit-theme-starter", - "demo_url": "https://themes.stackbit.com/demos/starter?themeBarHidden=true", - "stars": 10, - "forks": 7, - "open_issues": 0, - "last_commit": "2021-02-23T09:36:30Z", - "created_at": "2020-05-10T16:41:07Z", - "description": "Ultra customizable starter. A developers' favorite.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-stackbit-theme-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-stackbit-theme-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-stackbit-theme-starter-2x.jpg" - } - }, - "stackbit-stackbit-theme-vanilla": { - "theme_key": "stackbit-stackbit-theme-vanilla", - "file": "stackbit-vanilla-unibit.md", - "name": "stackbit-theme-vanilla", - "title": "Vanilla", - "github_username": "stackbit", - "repo": "stackbit/stackbit-theme-vanilla", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit/stackbit-theme-vanilla", - "demo_url": "https://themes.stackbit.com/demos/vanilla?themeBarHidden=true", - "stars": 23, - "forks": 16, - "open_issues": 0, - "last_commit": "2021-02-23T09:37:44Z", - "created_at": "2019-05-10T14:51:58Z", - "description": "Vanilla a vanilla theme for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-stackbit-theme-vanilla.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-stackbit-theme-vanilla.jpg", - "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", - "name": "ampersand-unibit", - "title": "Ampersand", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/ampersand-unibit", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/ampersand-unibit", - "demo_url": "https://themes.stackbit.com/demos/ampersand?themeBarHidden=true", - "stars": 2, - "forks": 5, - "open_issues": 0, - "last_commit": "2021-06-19T19:56:09Z", - "created_at": "2021-02-08T13:03:26Z", - "description": "Ampersand a Medium inspired blogging theme for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-ampersand-unibit.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-ampersand-unibit.jpg", - "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", - "name": "azimuth-gatsby", - "title": "Azimuth Gatsby", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/azimuth-gatsby", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/azimuth-gatsby", - "demo_url": "https://themes.stackbit.com/demos/azimuth?themeBarHidden=true", - "stars": 0, - "forks": 0, - "open_issues": 0, - "last_commit": "2021-02-18T14:40:41Z", - "created_at": "2021-02-15T13:54:21Z", - "description": "Azimuth is a sleek SaaS theme for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-azimuth-gatsby.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-azimuth-gatsby.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-azimuth-gatsby-2x.jpg" - } - }, - "stackbit-themes-azimuth-hugo": { - "theme_key": "stackbit-themes-azimuth-hugo", - "file": "stackbit-azimuth-hugo.md", - "name": "azimuth-hugo", - "title": "Azimuth Hugo", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/azimuth-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/azimuth-hugo", - "demo_url": "https://themes.stackbit.com/demos/azimuth?themeBarHidden=true", - "stars": 0, - "forks": 0, - "open_issues": 0, - "last_commit": "2021-02-18T14:40:44Z", - "created_at": "2021-02-15T13:54:21Z", - "description": "Azimuth is a sleek SaaS theme for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-azimuth-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-azimuth-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-azimuth-hugo-2x.jpg" - } - }, - "stackbit-themes-azimuth-jekyll": { - "theme_key": "stackbit-themes-azimuth-jekyll", - "file": "stackbit-azimuth-jekyll.md", - "name": "azimuth-jekyll", - "title": "Azimuth Jekyll", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/azimuth-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/azimuth-jekyll", - "demo_url": "https://themes.stackbit.com/demos/azimuth/?themeBarHidden=true", - "stars": 0, - "forks": 0, - "open_issues": 0, - "last_commit": "2021-02-18T14:40:47Z", - "created_at": "2021-02-15T13:54:21Z", - "description": "Azimuth is a sleek SaaS theme for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-azimuth-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-azimuth-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-azimuth-jekyll-2x.jpg" - } - }, - "stackbit-themes-azimuth-nextjs": { - "theme_key": "stackbit-themes-azimuth-nextjs", - "file": "stackbit-azimuth-nextjs.md", - "name": "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": 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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-azimuth-nextjs-2x.jpg" - } - }, - "stackbit-themes-azimuth-unibit": { - "theme_key": "stackbit-themes-azimuth-unibit", - "file": "stackbit-azimuth-unibit.md", - "name": "azimuth-unibit", - "title": "Azimuth", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/azimuth-unibit", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/azimuth-unibit", - "demo_url": "https://themes.stackbit.com/demos/azimuth?themeBarHidden=true", - "stars": 15, - "forks": 16, - "open_issues": 0, - "last_commit": "2021-06-19T19:32:47Z", - "created_at": "2021-02-08T13:02:29Z", - "description": "Azimuth is a sleek SaaS theme for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-azimuth-unibit.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-azimuth-unibit.jpg", - "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", - "name": "diy-gatsby", - "title": "DIY Gatsby", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/diy-gatsby", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/diy-gatsby", - "demo_url": "https://themes.stackbit.com/demos/diy?themeBarHidden=true", - "stars": 0, - "forks": 0, - "open_issues": 0, - "last_commit": "2021-02-18T14:40:51Z", - "created_at": "2021-02-15T13:54:20Z", - "description": "A \"do it yourself\" Stackbit theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-diy-gatsby.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-diy-gatsby.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-diy-gatsby-2x.jpg" - } - }, - "stackbit-themes-diy-hugo": { - "theme_key": "stackbit-themes-diy-hugo", - "file": "stackbit-diy-hugo.md", - "name": "diy-hugo", - "title": "DIY Hugo", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/diy-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/diy-hugo", - "demo_url": "https://themes.stackbit.com/demos/diy?themeBarHidden=true", - "stars": 0, - "forks": 0, - "open_issues": 0, - "last_commit": "2021-02-18T14:40:54Z", - "created_at": "2021-02-15T13:54:20Z", - "description": "A \"do it yourself\" Stackbit theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-diy-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-diy-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-diy-hugo-2x.jpg" - } - }, - "stackbit-themes-diy-jekyll": { - "theme_key": "stackbit-themes-diy-jekyll", - "file": "stackbit-diy-jekyll.md", - "name": "diy-jekyll", - "title": "DIY Jekyll", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/diy-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/diy-jekyll", - "demo_url": "https://themes.stackbit.com/demos/diy?themeBarHidden=true", - "stars": 0, - "forks": 0, - "open_issues": 0, - "last_commit": "2021-02-18T14:40:57Z", - "created_at": "2021-02-15T13:54:20Z", - "description": "A \"do it yourself\" Stackbit theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-diy-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-diy-jekyll.jpg", - "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", - "name": "diy-unibit", - "title": "DIY", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/diy-unibit", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/diy-unibit", - "demo_url": "https://themes.stackbit.com/demos/diy?themeBarHidden=true", - "stars": 8, - "forks": 5, - "open_issues": 1, - "last_commit": "2021-07-13T09:25:02Z", - "created_at": "2021-02-08T13:02:27Z", - "description": "A \"do it yourself\" Stackbit theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-diy-unibit.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-diy-unibit.jpg", - "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", - "name": "exto-gatsby", - "title": "Exto Gatsby", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/exto-gatsby", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/exto-gatsby", - "demo_url": "https://themes.stackbit.com/demos/exto?themeBarHidden=true", - "stars": 0, - "forks": 0, - "open_issues": 0, - "last_commit": "2021-02-18T14:41:00Z", - "created_at": "2021-02-15T13:54:22Z", - "description": "Exto is a portfolio theme with a blog for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-exto-gatsby.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-exto-gatsby.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-exto-gatsby-2x.jpg" - } - }, - "stackbit-themes-exto-hugo": { - "theme_key": "stackbit-themes-exto-hugo", - "file": "stackbit-exto-hugo.md", - "name": "exto-hugo", - "title": "Exto Hugo", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/exto-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/exto-hugo", - "demo_url": "https://themes.stackbit.com/demos/exto?themeBarHidden=true", - "stars": 0, - "forks": 0, - "open_issues": 0, - "last_commit": "2021-02-18T14:41:03Z", - "created_at": "2021-02-15T13:54:22Z", - "description": "Exto is a portfolio theme with a blog for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-exto-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-exto-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-exto-hugo-2x.jpg" - } - }, - "stackbit-themes-exto-jekyll": { - "theme_key": "stackbit-themes-exto-jekyll", - "file": "stackbit-exto-jekyll.md", - "name": "exto-jekyll", - "title": "Exto Jekyll", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/exto-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/exto-jekyll", - "demo_url": "https://themes.stackbit.com/demos/exto?themeBarHidden=true", - "stars": 0, - "forks": 0, - "open_issues": 0, - "last_commit": "2021-02-18T14:41:06Z", - "created_at": "2021-02-15T13:54:22Z", - "description": "Exto is a portfolio theme with a blog for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-exto-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-exto-jekyll.jpg", - "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", - "name": "exto-unibit", - "title": "Exto", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/exto-unibit", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/exto-unibit", - "demo_url": "https://themes.stackbit.com/demos/exto?themeBarHidden=true", - "stars": 8, - "forks": 7, - "open_issues": 0, - "last_commit": "2021-06-19T19:56:58Z", - "created_at": "2021-02-08T13:02:31Z", - "description": "Exto is a portfolio theme with a blog for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-exto-unibit.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-exto-unibit.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-exto-unibit-2x.jpg" - } - }, - "stackbit-themes-fjord-gatsby": { - "theme_key": "stackbit-themes-fjord-gatsby", - "file": "stackbit-fjord-gatsby.md", - "name": "fjord-gatsby", - "title": "Fjord Gatsby", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/fjord-gatsby", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/fjord-gatsby", - "demo_url": "https://themes.stackbit.com/demos/fjord?themeBarHidden=true", - "stars": 0, - "forks": 0, - "open_issues": 0, - "last_commit": "2021-02-18T14:41:10Z", - "created_at": "2021-02-15T13:54:25Z", - "description": "Fjord is a minimal blogging theme for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-fjord-gatsby.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-fjord-gatsby.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-fjord-gatsby-2x.jpg" - } - }, - "stackbit-themes-fjord-hugo": { - "theme_key": "stackbit-themes-fjord-hugo", - "file": "stackbit-fjord-hugo.md", - "name": "fjord-hugo", - "title": "Fjord Hugo", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/fjord-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/fjord-hugo", - "demo_url": "https://themes.stackbit.com/demos/fjord?themeBarHidden=true", - "stars": 0, - "forks": 0, - "open_issues": 0, - "last_commit": "2021-02-18T14:41:12Z", - "created_at": "2021-02-15T13:54:25Z", - "description": "Fjord is a minimal blogging theme for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-fjord-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-fjord-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-fjord-hugo-2x.jpg" - } - }, - "stackbit-themes-fjord-jekyll": { - "theme_key": "stackbit-themes-fjord-jekyll", - "file": "stackbit-fjord-jekyll.md", - "name": "fjord-jekyll", - "title": "Fjord Jekyll", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/fjord-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/fjord-jekyll", - "demo_url": "https://themes.stackbit.com/demos/fjord?themeBarHidden=true", - "stars": 0, - "forks": 0, - "open_issues": 0, - "last_commit": "2021-02-18T14:41:15Z", - "created_at": "2021-02-15T13:54:25Z", - "description": "Fjord is a minimal blogging theme for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-fjord-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-fjord-jekyll.jpg", - "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", - "name": "fjord-unibit", - "title": "Fjord", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/fjord-unibit", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/fjord-unibit", - "demo_url": "https://themes.stackbit.com/demos/fjord?themeBarHidden=true", - "stars": 5, - "forks": 4, - "open_issues": 0, - "last_commit": "2021-06-19T19:57:45Z", - "created_at": "2021-02-08T13:03:28Z", - "description": "Fjord is a minimal blogging theme for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-fjord-unibit.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-fjord-unibit.jpg", - "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", - "name": "fresh-unibit", - "title": "Fresh", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/fresh-unibit", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/fresh-unibit", - "demo_url": "https://themes.stackbit.com/demos/fresh?themeBarHidden=true", - "stars": 7, - "forks": 19, - "open_issues": 0, - "last_commit": "2021-06-19T19:58:10Z", - "created_at": "2021-02-08T13:03:36Z", - "description": "Fresh a personal theme with a blog for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-fresh-unibit.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-fresh-unibit.jpg", - "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", - "name": "libris-unibit", - "title": "Libris", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/libris-unibit", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/libris-unibit", - "demo_url": "https://themes.stackbit.com/demos/libris?themeBarHidden=true", - "stars": 6, - "forks": 1, - "open_issues": 0, - "last_commit": "2021-06-19T19:58:39Z", - "created_at": "2021-02-08T13:03:31Z", - "description": "Libris is a documentation theme for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-libris-unibit.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-libris-unibit.jpg", - "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", - "name": "stackbit-starter-gatsby", - "title": "Stackbit Starter Gatsby", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/stackbit-starter-gatsby", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/stackbit-starter-gatsby", - "demo_url": "https://themes.stackbit.com/demos/starter/features?themeBarHidden=true", - "stars": 3, - "forks": 1, - "open_issues": 0, - "last_commit": "2020-11-17T23:20:42Z", - "created_at": "2020-10-28T03:01:40Z", - "description": "Starter is a flexible, multi-purpose Gatsby theme built for developers.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-stackbit-starter-gatsby.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-stackbit-starter-gatsby.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-stackbit-starter-gatsby-2x.jpg" - } - }, - "stackbit-themes-stackbit-starter-hugo": { - "theme_key": "stackbit-themes-stackbit-starter-hugo", - "file": "stackbit-starter-hugo.md", - "name": "stackbit-starter-hugo", - "title": "Stackbit Starter Hugo", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/stackbit-starter-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/stackbit-starter-hugo", - "demo_url": "https://themes.stackbit.com/demos/starter/features?themeBarHidden=true", - "stars": 2, - "forks": 0, - "open_issues": 0, - "last_commit": "2020-11-18T00:06:01Z", - "created_at": "2020-10-28T02:55:22Z", - "description": "Starter is a flexible, multi-purpose Hugo theme built for developers.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-stackbit-starter-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-stackbit-starter-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-stackbit-starter-hugo-2x.jpg" - } - }, - "stackbit-themes-stackbit-starter-jekyll": { - "theme_key": "stackbit-themes-stackbit-starter-jekyll", - "file": "stackbit-starter-jekyll.md", - "name": "stackbit-starter-jekyll", - "title": "Starter Jekyll", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/stackbit-starter-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/stackbit-starter-jekyll", - "demo_url": "https://themes.stackbit.com/demos/starter/features?themeBarHidden=true", - "stars": 1, - "forks": 1, - "open_issues": 0, - "last_commit": "2020-11-18T00:06:50Z", - "created_at": "2020-10-28T03:04:58Z", - "description": "Starter is a flexible, multi-purpose Jekyll theme built for developers.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-stackbit-starter-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-stackbit-starter-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-stackbit-starter-jekyll-2x.jpg" - } - }, - "stackbit-themes-stackbit-starter-nextjs": { - "theme_key": "stackbit-themes-stackbit-starter-nextjs", - "file": "stackbit-starter-nextjs.md", - "name": "stackbit-starter-nextjs", - "title": "Stackbit Starter Nextjs", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/stackbit-starter-nextjs", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/stackbit-starter-nextjs", - "demo_url": "https://themes.stackbit.com/demos/starter/features?themeBarHidden=true", - "stars": 1, - "forks": 0, - "open_issues": 0, - "last_commit": "2020-11-17T23:17:21Z", - "created_at": "2020-10-28T03:11:09Z", - "description": "Starter is a flexible, multi-purpose Nextjs theme built for developers.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-stackbit-starter-nextjs.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-stackbit-starter-nextjs.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-stackbit-starter-nextjs-2x.jpg" - } - }, - "stackbit-themes-starter-unibit": { - "theme_key": "stackbit-themes-starter-unibit", - "file": "stackbit-starter-unibit.md", - "name": "starter-unibit", - "title": "Starter Stackbit", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/starter-unibit", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/starter-unibit", - "demo_url": "https://themes.stackbit.com/demos/starter?themeBarHidden=true", - "stars": 5, - "forks": 3, - "open_issues": 0, - "last_commit": "2021-07-13T14:01:46Z", - "created_at": "2021-02-08T12:57:11Z", - "description": "Ultra customizable starter. A developers' favorite.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-starter-unibit.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-starter-unibit.jpg", - "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", - "name": "vanilla-unibit", - "title": "Vanilla", - "github_username": "stackbit-themes", - "repo": "stackbit-themes/vanilla-unibit", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stackbit-themes/vanilla-unibit", - "demo_url": "https://themes.stackbit.com/demos/vanilla?themeBarHidden=true", - "stars": 7, - "forks": 5, - "open_issues": 0, - "last_commit": "2021-06-19T19:40:31Z", - "created_at": "2021-02-08T13:03:34Z", - "description": "Vanilla theme for Stackbit", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stackbit-themes-vanilla-unibit.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackbit-themes-vanilla-unibit.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackbit-themes-vanilla-unibit-2x.jpg" - } - }, - "stackrole-gatsby-starter-foundation": { - "theme_key": "stackrole-gatsby-starter-foundation", - "file": "gatsby-starter-foundation.md", - "name": "gatsby-starter-foundation", - "title": "Foundation", - "github_username": "stackrole", - "repo": "stackrole/gatsby-starter-foundation", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/stackrole/gatsby-starter-foundation", - "demo_url": "https://foundation.stackrole.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/stackrole-gatsby-starter-foundation.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stackrole-gatsby-starter-foundation.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stackrole-gatsby-starter-foundation-2x.jpg" - } - }, - "startbootstrap-startbootstrap-clean-blog-jekyll": { - "theme_key": "blackrockdigital-startbootstrap-clean-blog-jekyll", - "file": "startbootstrap-clean-blog-jekyll.md", - "name": "startbootstrap-clean-blog-jekyll", - "title": "Start Bootstrap Clean Blog", - "github_username": "StartBootstrap", - "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": 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/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": { - "theme_key": "staticmania-roxo-hugo", - "file": "roxo-hugo.md", - "name": "roxo-hugo", - "title": "Roxo Hugo", - "github_username": "StaticMania", - "repo": "StaticMania/roxo-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/StaticMania/roxo-hugo", - "demo_url": "https://roxo-hugo.staticmania.com/", - "stars": 82, - "forks": 89, - "open_issues": 5, - "last_commit": "2021-04-06T11:06:26Z", - "created_at": "2020-03-08T11:52:08Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/staticmania-roxo-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/staticmania-roxo-hugo.jpg", - "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", - "name": "gatsby-markdown-material-typescript-starter", - "title": "Gatsby Markdown Material TypeScript/TSX Responsive Blog Starter", - "github_username": "stephen-cloud", - "repo": "stephen-cloud/gatsby-markdown-material-typescript-starter", - "branch": "master", - "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": 7, - "forks": 7, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stephen-cloud-gatsby-markdown-material-typescript-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stephen-cloud-gatsby-markdown-material-typescript-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stephen-cloud-gatsby-markdown-material-typescript-starter-2x.jpg" - } - }, - "stevelane-hugo-icon": { - "theme_key": "stevelane-hugo-icon", - "file": "hugo-icon.md", - "name": "hugo-icon", - "title": "Hugo Icon", - "github_username": "SteveLane", - "repo": "SteveLane/hugo-icon", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/SteveLane/hugo-icon", - "demo_url": "https://themes.gohugo.io/theme/hugo-icon/", - "stars": 88, - "forks": 69, - "open_issues": 9, - "last_commit": "2019-03-05T21:23:39Z", - "created_at": "2017-09-19T11:24:46Z", - "description": "Icon theme for Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stevelane-hugo-icon.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stevelane-hugo-icon.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stevelane-hugo-icon-2x.jpg" - } - }, - "stijnvc-holo-alfa": { - "theme_key": "stijnvc-holo-alfa", - "file": "jekyll-holo-alfa.md", - "name": "holo-alfa", - "title": "Holo Alfa", - "github_username": "stijnvc", - "repo": "stijnvc/holo-alfa", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/stijnvc/holo-alfa", - "demo_url": "https://stijnvc.github.io/holo-alfa/", - "stars": 171, - "forks": 107, - "open_issues": 0, - "last_commit": "2019-09-10T20:20:54Z", - "created_at": "2015-07-20T19:10:35Z", - "description": "A minimalist, mobile first Jekyll theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/stijnvc-holo-alfa.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/stijnvc-holo-alfa.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/stijnvc-holo-alfa-2x.jpg" - } - }, - "storyblok-storyblok-gridsome-boilerplate-moon": { - "theme_key": "storyblok-storyblok-gridsome-boilerplate-moon", - "file": "storyblok-gridsome-boilerplate-moon.md", - "name": "storyblok-gridsome-boilerplate-moon", - "title": "Storyblok's Gridsome Boilerplate (Moon-Theme)", - "github_username": "storyblok", - "repo": "storyblok/storyblok-gridsome-boilerplate-moon", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/storyblok/storyblok-gridsome-boilerplate-moon", - "demo_url": "https://demo.storyblok.com/", - "stars": 13, - "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)", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/storyblok-storyblok-gridsome-boilerplate-moon.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/storyblok-storyblok-gridsome-boilerplate-moon.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/storyblok-storyblok-gridsome-boilerplate-moon-2x.jpg" - } - }, - "streetturtle-jekyll-clean-dark": { - "theme_key": "streetturtle-jekyll-clean-dark", - "file": "jekyll-clean-dark.md", - "name": "jekyll-clean-dark", - "title": "Jekyll Clean Dark", - "github_username": "streetturtle", - "repo": "streetturtle/jekyll-clean-dark", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/streetturtle/jekyll-clean-dark", - "demo_url": "https://pavelmakhov.com/jekyll-clean-dark/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/streetturtle-jekyll-clean-dark.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/streetturtle-jekyll-clean-dark.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/streetturtle-jekyll-clean-dark-2x.jpg" - } - }, - "styxlab-gatsby-starter-try-ghost": { - "theme_key": "styxlab-gatsby-starter-try-ghost", - "file": "jamify-starter-ghost.md", - "name": "gatsby-starter-try-ghost", - "title": "Jamify Starter", - "github_username": "styxlab", - "repo": "styxlab/gatsby-starter-try-ghost", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/styxlab/gatsby-starter-try-ghost", - "demo_url": "https://demo.jamify.org/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/styxlab-gatsby-starter-try-ghost.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/styxlab-gatsby-starter-try-ghost.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/styxlab-gatsby-starter-try-ghost-2x.jpg" - } - }, - "styxlab-next-cms-ghost": { - "theme_key": "styxlab-next-cms-ghost", - "file": "jamify-next-cms-ghost.md", - "name": "next-cms-ghost", - "title": "Jamify Blog Starter", - "github_username": "styxlab", - "repo": "styxlab/next-cms-ghost", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/styxlab/next-cms-ghost", - "demo_url": "https://next.jamify.org/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/styxlab-next-cms-ghost.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/styxlab-next-cms-ghost.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/styxlab-next-cms-ghost-2x.jpg" - } - }, - "sudorook-capsule": { - "theme_key": "sudorook-capsule", - "file": "hugo-capsule.md", - "name": "capsule", - "title": "Capsule", - "github_username": "sudorook", - "repo": "sudorook/capsule", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sudorook/capsule", - "demo_url": "https://themes.gohugo.io/theme/capsule/", - "stars": 19, - "forks": 10, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/sudorook-capsule.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sudorook-capsule.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sudorook-capsule-2x.jpg" - } - }, - "suheb-resume": { - "theme_key": "suheb-resume", - "file": "pelican-resume.md", - "name": "resume", - "title": "Resume", - "github_username": "suheb", - "repo": "suheb/resume", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/suheb/resume", - "demo_url": "https://suheb.in/resume/", - "stars": 76, - "forks": 17, - "open_issues": 0, - "last_commit": "2018-12-18T10:26:44Z", - "created_at": "2017-08-13T21:25:23Z", - "description": "A minimal pelican theme to host your resume", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/suheb-resume.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/suheb-resume.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/suheb-resume-2x.jpg" - } - }, - "suits-at-netlifycms-gridsome": { - "theme_key": "suits-at-netlifycms-gridsome", - "file": "netlifycms-gridsome.md", - "name": "netlifycms-gridsome", - "title": "Gridsome Netlify CMS", - "github_username": "suits-at", - "repo": "suits-at/netlifycms-gridsome", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/suits-at/netlifycms-gridsome", - "demo_url": "https://netlifycms-gridsome.suits.at", - "stars": 54, - "forks": 35, - "open_issues": 4, - "last_commit": "2021-05-14T13:57:55Z", - "created_at": "2019-04-14T11:51:06Z", - "description": "Netlify CMS template for Gridsome", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/suits-at-netlifycms-gridsome.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/suits-at-netlifycms-gridsome.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/suits-at-netlifycms-gridsome-2x.jpg" - } - }, - "sujaykundu777-devlopr-jekyll": { - "theme_key": "sujaykundu777-devlopr-jekyll", - "file": "devlopr.md", - "name": "devlopr-jekyll", - "title": "devlopr-jekyll", - "github_username": "sujaykundu777", - "repo": "sujaykundu777/devlopr-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sujaykundu777/devlopr-jekyll", - "demo_url": "https://devlopr.netlify.app", - "stars": 564, - "forks": 809, - "open_issues": 18, - "last_commit": "2022-12-12T07:33:08Z", - "created_at": "2018-07-03T11:38:13Z", - "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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sujaykundu777-devlopr-jekyll-2x.jpg" - } - }, - "sunbliss-photorama": { - "theme_key": "sunbliss-photorama", - "file": "jekyll-photorama.md", - "name": "photorama", - "title": "PHOTORAMA", - "github_username": "sunbliss", - "repo": "sunbliss/photorama", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/sunbliss/photorama", - "demo_url": "https://sunbliss.github.io/photorama", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/sunbliss-photorama.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sunbliss-photorama.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sunbliss-photorama-2x.jpg" - } - }, - "surjithctly-neat-starter": { - "theme_key": "surjithctly-neat-starter", - "file": "neat-starter.md", - "name": "neat-starter", - "title": "Neat Starter", - "github_username": "surjithctly", - "repo": "surjithctly/neat-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/surjithctly/neat-starter", - "demo_url": "https://neat-starter.netlify.app/", - "stars": 257, - "forks": 81, - "open_issues": 1, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/surjithctly-neat-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/surjithctly-neat-starter.jpg", - "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", - "name": "steve-ngvb-jekyll-template", - "title": "Steve's NGVB Theme", - "github_username": "svmiller", - "repo": "svmiller/steve-ngvb-jekyll-template", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/svmiller/steve-ngvb-jekyll-template", - "demo_url": "https://svmiller.com/", - "stars": 42, - "forks": 91, - "open_issues": 2, - "last_commit": "2018-03-09T00:06:50Z", - "created_at": "2015-08-16T21:27:34Z", - "description": "This is my no-good-very-bad template for Jekyll (modified from jekyll-new and Alex King's Favepersonal).", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/svmiller-steve-ngvb-jekyll-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/svmiller-steve-ngvb-jekyll-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/svmiller-steve-ngvb-jekyll-template-2x.jpg" - } - }, - "sw-yx-jamstack-hackathon-starter": { - "theme_key": "sw-yx-jamstack-hackathon-starter", - "file": "jamstack-hackathon-starter.md", - "name": "jamstack-hackathon-starter", - "title": "Jamstack Hackathon Starter", - "github_username": "Ekwuno", - "repo": "Ekwuno/jamstack-hackathon-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Ekwuno/jamstack-hackathon-starter", - "demo_url": "https://jamstack-hackathon-starter.netlify.com/", - "stars": 141, - "forks": 41, - "open_issues": 3, - "last_commit": "2020-03-25T22:18:25Z", - "created_at": "2018-05-09T20:44:36Z", - "description": "Make Authenticated, Serverless, Dynamic Clientside JAMstack apps with Gatsby + Netlify Dev (Functions + Identity)", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/sw-yx-jamstack-hackathon-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sw-yx-jamstack-hackathon-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sw-yx-jamstack-hackathon-starter-2x.jpg" - } - }, - "swanson-lagom": { - "theme_key": "swanson-lagom", - "file": "jekyll-lagom.md", - "name": "lagom", - "title": "Lagom", - "github_username": "swanson", - "repo": "swanson/lagom", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/swanson/lagom", - "demo_url": "https://lagom.mdswanson.com/", - "stars": 501, - "forks": 443, - "open_issues": 1, - "last_commit": "2018-02-07T01:54:03Z", - "created_at": "2013-08-24T03:09:43Z", - "description": "A Jekyll blog theme with just the right amount of style", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/swanson-lagom.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/swanson-lagom.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/swanson-lagom-2x.jpg" - } - }, - "swcool-landing-page-theme": { - "theme_key": "swcool-landing-page-theme", - "file": "landing-page-theme.md", - "name": "landing-page-theme", - "title": "Landing Page Jekyll theme", - "github_username": "swcool", - "repo": "swcool/landing-page-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/swcool/landing-page-theme", - "demo_url": "https://shaneweng.com/landing-page-theme/", - "stars": 403, - "forks": 587, - "open_issues": 6, - "last_commit": "2015-11-02T17:04:42Z", - "created_at": "2014-10-04T15:07:16Z", - "description": "Jekyll Bootstrap theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/swcool-landing-page-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/swcool-landing-page-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/swcool-landing-page-theme-2x.jpg" - } - }, - "sylhare-type-on-strap": { - "theme_key": "sylhare-type-on-strap", - "file": "jekyll-Type-on-Strap-theme.md", - "name": "Type-on-Strap", - "title": "Type on Strap", - "github_username": "sylhare", - "repo": "sylhare/Type-on-Strap", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sylhare/Type-on-Strap", - "demo_url": "https://sylhare.github.io/Type-on-Strap/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/sylhare-type-on-strap.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sylhare-type-on-strap.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sylhare-type-on-strap-2x.jpg" - } - }, - "syui-hugo-theme-air": { - "theme_key": "syui-hugo-theme-air", - "file": "hugo-theme-air.md", - "name": "hugo-theme-air", - "title": "Air", - "github_username": "syui", - "repo": "syui/hugo-theme-air", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/syui/hugo-theme-air", - "demo_url": "https://themes.gohugo.io/theme/air/", - "stars": 116, - "forks": 66, - "open_issues": 0, - "last_commit": "2020-12-16T13:24:09Z", - "created_at": "2015-07-24T20:15:24Z", - "description": "cname : syui.cf", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/syui-hugo-theme-air.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/syui-hugo-theme-air.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/syui-hugo-theme-air-2x.jpg" - } - }, - "syui-hugo-theme-wave": { - "theme_key": "syui-hugo-theme-wave", - "file": "hugo-theme-wave.md", - "name": "hugo-theme-wave", - "title": "Wave", - "github_username": "syui", - "repo": "syui/hugo-theme-wave", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/syui/hugo-theme-wave", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-wave/", - "stars": 13, - "forks": 7, - "open_issues": 1, - "last_commit": "2019-08-18T11:01:01Z", - "created_at": "2016-06-03T16:17:46Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/syui-hugo-theme-wave.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/syui-hugo-theme-wave.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/syui-hugo-theme-wave-2x.jpg" - } - }, - "szhielelp-jekylltheme-projectgaia": { - "theme_key": "szhielelp-jekylltheme-projectgaia", - "file": "jekyll-project-gaia.md", - "name": "JekyllTheme-ProjectGaia", - "title": "Project Gaia", - "github_username": "szhielelp", - "repo": "szhielelp/JekyllTheme-ProjectGaia", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/szhielelp/JekyllTheme-ProjectGaia", - "demo_url": "https://szhielelp.github.io/JekyllTheme-ProjectGaia/", - "stars": 110, - "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-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" - } - }, - "sziv2p-jekyll-theme-scaffold": { - "theme_key": "sziv2p-jekyll-theme-scaffold", - "file": "scaffold.md", - "name": "jekyll-theme-scaffold", - "title": "Scaffold", - "github_username": "sziv2p", - "repo": "sziv2p/jekyll-theme-scaffold", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/sziv2p/jekyll-theme-scaffold", - "demo_url": "https://sziv2p.github.io/jekyll-theme-scaffold/", - "stars": 11, - "forks": 10, - "open_issues": 2, - "last_commit": "2021-02-12T04:39:09Z", - "created_at": "2020-10-30T17:39:34Z", - "description": "A minimalist yet powerful Jekyll theme for bloggers", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/sziv2p-jekyll-theme-scaffold.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/sziv2p-jekyll-theme-scaffold.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/sziv2p-jekyll-theme-scaffold-2x.jpg" - } - }, - "szivong-pole": { - "theme_key": "szivong-pole", - "file": "pole.md", - "name": "pole", - "title": "Pole", - "github_username": "szivong", - "repo": "szivong/pole", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/szivong/pole", - "demo_url": "https://szivong.io/pole/", - "stars": 0, - "forks": 0, - "open_issues": 0, - "last_commit": "2021-02-22T16:16:13Z", - "created_at": "2021-02-19T09:08:51Z", - "description": "A one-column minimal responsive Jekyll blog theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/szivong-pole.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/szivong-pole.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/szivong-pole-2x.jpg" - } - }, - "t413-singlepaged": { - "theme_key": "t413-singlepaged", - "file": "jekyll-singlepaged.md", - "name": "SinglePaged", - "title": "SinglePaged", - "github_username": "t413", - "repo": "t413/SinglePaged", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/t413/SinglePaged", - "demo_url": "https://t413.com/SinglePaged", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/t413-singlepaged.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/t413-singlepaged.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/t413-singlepaged-2x.jpg" - } - }, - "taikii-whiteplain": { - "theme_key": "taikii-whiteplain", - "file": "hugo-whiteplain-theme.md", - "name": "whiteplain", - "title": "Whiteplain", - "github_username": "taikii", - "repo": "taikii/whiteplain", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/taikii/whiteplain", - "demo_url": "https://themes.gohugo.io/theme/whiteplain/", - "stars": 80, - "forks": 36, - "open_issues": 7, - "last_commit": "2019-10-27T21:44:59Z", - "created_at": "2017-12-21T14:43:28Z", - "description": "Simple and Functional Hugo theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/taikii-whiteplain.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/taikii-whiteplain.jpg", - "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", - "name": "Halve", - "title": "Halve", - "github_username": "TaylanTatli", - "repo": "TaylanTatli/Halve", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/TaylanTatli/Halve", - "demo_url": "https://taylantatli.github.io/Halve", - "stars": 287, - "forks": 361, - "open_issues": 33, - "last_commit": "2019-10-29T14:10:03Z", - "created_at": "2016-05-30T18:47:21Z", - "description": "Stylish Two-Column Jekyll Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/taylantatli-halve.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/taylantatli-halve.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/taylantatli-halve-2x.jpg" - } - }, - "taylantatli-moon": { - "theme_key": "taylantatli-moon", - "file": "jekyll-moon.md", - "name": "Moon", - "title": "Moon", - "github_username": "TaylanTatli", - "repo": "TaylanTatli/Moon", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/TaylanTatli/Moon", - "demo_url": "https://taylantatli.github.io/Moon", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/taylantatli-moon.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/taylantatli-moon.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/taylantatli-moon-2x.jpg" - } - }, - "taylantatli-ramme": { - "theme_key": "taylantatli-ramme", - "file": "jekyll-ramme.md", - "name": "Ramme", - "title": "Ramme", - "github_username": "TaylanTatli", - "repo": "TaylanTatli/Ramme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/TaylanTatli/Ramme", - "demo_url": "https://taylantatli.github.io/Ramme", - "stars": 48, - "forks": 32, - "open_issues": 0, - "last_commit": "2016-04-13T21:06:08Z", - "created_at": "2016-03-21T08:53:35Z", - "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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/taylantatli-ramme-2x.jpg" - } - }, - "tazeg-hugo-blog-jeffprod": { - "theme_key": "tazeg-hugo-blog-jeffprod", - "file": "hugo-blog-jeffprod.md", - "name": "hugo-blog-jeffprod", - "title": "Jeffprod", - "github_username": "Tazeg", - "repo": "Tazeg/hugo-blog-jeffprod", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Tazeg/hugo-blog-jeffprod", - "demo_url": "https://themes.gohugo.io/theme/hugo-blog-jeffprod/", - "stars": 50, - "forks": 22, - "open_issues": 0, - "last_commit": "2020-05-28T19:18:10Z", - "created_at": "2018-08-10T21:13:26Z", - "description": "A free blog theme for HUGO (https://gohugo.io/), with tags, archives, last posts...", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/tazeg-hugo-blog-jeffprod.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tazeg-hugo-blog-jeffprod.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tazeg-hugo-blog-jeffprod-2x.jpg" - } - }, - "tblyler-light-hugo": { - "theme_key": "tblyler-light-hugo", - "file": "hugo-light-theme.md", - "name": "light-hugo", - "title": "Light Hugo", - "github_username": "tblyler", - "repo": "tblyler/light-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/tblyler/light-hugo", - "demo_url": "https://themes.gohugo.io/theme/light-hugo/", - "stars": 8, - "forks": 8, - "open_issues": 3, - "last_commit": "2020-10-14T19:24:44Z", - "created_at": "2016-11-03T03:04:10Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/tblyler-light-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tblyler-light-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tblyler-light-hugo-2x.jpg" - } - }, - "tcbutler320-jek": { - "theme_key": "tcbutler320-jek", - "file": "jekyll-jek.md", - "name": "jek", - "title": "Jek", - "github_username": "tcbutler320", - "repo": "tcbutler320/jek", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/tcbutler320/jek", - "demo_url": "https://jekyll-jek.netlify.app/", - "stars": 28, - "forks": 8, - "open_issues": 5, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/tcbutler320-jek.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tcbutler320-jek.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tcbutler320-jek-2x.jpg" - } - }, - "tcbutler320-jekyll-theme-dumbarton": { - "theme_key": "tcbutler320-jekyll-theme-dumbarton", - "file": "jekyll-dumbarton.md", - "name": "Jekyll-Theme-Dumbarton", - "title": "Dumbarton", - "github_username": "tcbutler320", - "repo": "tcbutler320/Jekyll-Theme-Dumbarton", - "branch": "dev", - "default_branch": "dev", - "github_url": "https://github.com/tcbutler320/Jekyll-Theme-Dumbarton", - "demo_url": "https://dumbarton.netlify.app/index.html", - "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. ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/tcbutler320-jekyll-theme-dumbarton.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tcbutler320-jekyll-theme-dumbarton.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tcbutler320-jekyll-theme-dumbarton-2x.jpg" - } - }, - "teaware-gatsby-starter-point": { - "theme_key": "teaware-gatsby-starter-point", - "file": "gatsby-starter-point.md", - "name": "gatsby-starter-point", - "title": "Gatsby Starter Point", - "github_username": "teaware", - "repo": "teaware/gatsby-starter-point", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/teaware/gatsby-starter-point", - "demo_url": "https://gatsby-starter-point.netlify.com/", - "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 💯", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/teaware-gatsby-starter-point.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/teaware-gatsby-starter-point.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/teaware-gatsby-starter-point-2x.jpg" - } - }, - "terabytetiger-gridsome-airtable-starter": { - "theme_key": "12vanblart-gridsome-airtable-starter", - "file": "gridsome-airtable-starter.md", - "name": "gridsome-airtable-starter", - "title": "Gridsome Airtable Starter", - "github_username": "TerabyteTiger", - "repo": "TerabyteTiger/gridsome-airtable-starter", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/TerabyteTiger/gridsome-airtable-starter", - "demo_url": "https://gridsomeairtable.netlify.com/", - "stars": 28, - "forks": 11, - "open_issues": 2, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/12vanblart-gridsome-airtable-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/12vanblart-gridsome-airtable-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/12vanblart-gridsome-airtable-starter-2x.jpg" - } - }, - "thakkaryash94-gatsby-github-personal-website": { - "theme_key": "thakkaryash94-gatsby-github-personal-website", - "file": "gatsby-github-personal-website.md", - "name": "gatsby-github-personal-website", - "title": "Gatsby Github Personal Website", - "github_username": "thakkaryash94", - "repo": "thakkaryash94/gatsby-github-personal-website", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thakkaryash94/gatsby-github-personal-website", - "demo_url": "https://thakkaryash94.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/thakkaryash94-gatsby-github-personal-website.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thakkaryash94-gatsby-github-personal-website.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thakkaryash94-gatsby-github-personal-website-2x.jpg" - } - }, - "the-development-flex": { - "theme_key": "the-development-flex", - "file": "jekyll-flex.md", - "name": "flex", - "title": "Flex", - "github_username": "the-development", - "repo": "the-development/flex", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/the-development/flex", - "demo_url": "https://the-development.github.io/flex/", - "stars": 142, - "forks": 188, - "open_issues": 3, - "last_commit": "2014-08-26T16:57:45Z", - "created_at": "2013-12-09T19:01:22Z", - "description": "A responsive, flexible, Jekyll theme based on The Development's first design.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/the-development-flex.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/the-development-flex.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/the-development-flex-2x.jpg" - } - }, - "the2ne-hugo-frais": { - "theme_key": "the2ne-hugo-frais", - "file": "hugo-frais-theme.md", - "name": "hugo-frais", - "title": "Hugo Frais", - "github_username": "the2ne", - "repo": "the2ne/hugo-frais", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/the2ne/hugo-frais", - "demo_url": "https://themes.gohugo.io/theme/hugo-frais/", - "stars": 9, - "forks": 5, - "open_issues": 1, - "last_commit": "2020-01-04T18:01:15Z", - "created_at": "2016-10-06T16:42:56Z", - "description": "A fresh and french theme for Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/the2ne-hugo-frais.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/the2ne-hugo-frais.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/the2ne-hugo-frais-2x.jpg" - } - }, - "thebakerdev-gatsby-starter-zenii": { - "theme_key": "thebakerdev-gatsby-starter-zenii", - "file": "gatsby-starter-zenii.md", - "name": "gatsby-starter-zenii", - "title": "Gastby Starter Zenii", - "github_username": "thebakerdev", - "repo": "thebakerdev/gatsby-starter-zenii", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thebakerdev/gatsby-starter-zenii", - "demo_url": "https://gatsby-starter-zenii.netlify.app/", - "stars": 33, - "forks": 28, - "open_issues": 2, - "last_commit": "2021-01-05T11:10:11Z", - "created_at": "2020-09-08T11:31:59Z", - "description": "A One-page Gatsby starter built with Tailwindcss and Postcss.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/thebakerdev-gatsby-starter-zenii.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thebakerdev-gatsby-starter-zenii.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thebakerdev-gatsby-starter-zenii-2x.jpg" - } - }, - "thecodemint-gatsby-starter-simple": { - "theme_key": "thecodemint-gatsby-starter-simple", - "file": "gatsby-starter-simple.md", - "name": "gatsby-starter-simple", - "title": "Gastsby Simple Blog", - "github_username": "0xunorthod", - "repo": "0xunorthod/gatsby-starter-simple", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/0xunorthod/gatsby-starter-simple", - "demo_url": "https://thecodemint.github.io/gatsby-starter-simple/", - "stars": 13, - "forks": 2, - "open_issues": 0, - "last_commit": "2020-05-10T15:40:43Z", - "created_at": "2020-04-12T18:31:25Z", - "description": "A simple blogging Gatsby starter", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/thecodemint-gatsby-starter-simple.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thecodemint-gatsby-starter-simple.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thecodemint-gatsby-starter-simple-2x.jpg" - } - }, - "thedevslot-whatatheme": { - "theme_key": "thedevslot-whatatheme", - "file": "jekyll-what-a-theme.md", - "name": "WhatATheme", - "title": "What A Theme", - "github_username": "thedevslot", - "repo": "thedevslot/WhatATheme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thedevslot/WhatATheme", - "demo_url": "https://thedevslot.github.io/WhatATheme/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/thedevslot-whatatheme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thedevslot-whatatheme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thedevslot-whatatheme-2x.jpg" - } - }, - "thelehhman-plainwhite-jekyll": { - "theme_key": "thelehhman-plainwhite-jekyll", - "file": "jekyll-theme-PlainWhite.md", - "name": "plainwhite-jekyll", - "title": "Plainwhite", - "github_username": "samarsault", - "repo": "samarsault/plainwhite-jekyll", - "branch": "master", - "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", - "created_at": "2019-03-24T16:00:17Z", - "description": "A configurable portfolio-style jekyll theme for writers.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/thelehhman-plainwhite-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thelehhman-plainwhite-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thelehhman-plainwhite-jekyll-2x.jpg" - } - }, - "thelehhman-texture": { - "theme_key": "thelehhman-texture", - "file": "jekyll-theme-Texture-Theme.md", - "name": "texture", - "title": "Texture", - "github_username": "samarsault", - "repo": "samarsault/texture", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/samarsault/texture", - "demo_url": "https://thelehhman.com/texture/", - "stars": 185, - "forks": 331, - "open_issues": 2, - "last_commit": "2020-11-03T03:31:04Z", - "created_at": "2019-06-29T14:05:37Z", - "description": "A configurable jekyll theme for simply beautiful blogs.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/thelehhman-texture.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thelehhman-texture.jpg", - "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": "hugo-airspace.md", - "name": "airspace-hugo", - "title": "Airspace Hugo", - "github_username": "themefisher", - "repo": "themefisher/airspace-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/themefisher/airspace-hugo", - "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 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", - "name": "dot-hugo-documentation-theme", - "title": "Dot", - "github_username": "themefisher", - "repo": "themefisher/dot-hugo-documentation-theme", - "branch": "master", - "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": 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": { - "hires": "https://www.jamstackthemes.dev/capture/themefisher-dot-hugo-documentation-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/themefisher-dot-hugo-documentation-theme.jpg", - "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", - "name": "infinity-hugo", - "title": "Infinity", - "github_username": "gethugothemes", - "repo": "gethugothemes/infinity-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gethugothemes/infinity-hugo", - "demo_url": "https://themes.gohugo.io/theme/infinity-hugo/", - "stars": 31, - "forks": 43, - "open_issues": 0, - "last_commit": "2020-12-29T07:38:46Z", - "created_at": "2018-07-04T11:01:47Z", - "description": "Infinity Coming Soon Template Hugo Version by themefisher", - "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" - } - }, - "themefisher-kross-hugo": { - "theme_key": "themefisher-kross-hugo", - "file": "hugo-kross.md", - "name": "kross-hugo", - "title": "Kross", - "github_username": "themefisher", - "repo": "themefisher/kross-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/themefisher/kross-hugo", - "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 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": { - "theme_key": "themefisher-kross-hugo-portfolio-template", - "file": "kross-hugo-portfolio-template.md", - "name": "kross-hugo", - "title": "Kross", - "github_username": "themefisher", - "repo": "themefisher/kross-hugo", - "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": 167, - "forks": 312, - "open_issues": 0, - "last_commit": "2020-12-29T09:33:47Z", - "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" - } - }, - "themefisher-meghna-hugo": { - "theme_key": "themefisher-meghna-hugo", - "file": "hugo-meghna.md", - "name": "meghna-hugo", - "title": "Meghna Hugo", - "github_username": "themefisher", - "repo": "themefisher/meghna-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/themefisher/meghna-hugo", - "demo_url": "https://themes.gohugo.io/theme/meghna-hugo/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/themefisher-meghna-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/themefisher-meghna-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/themefisher-meghna-hugo-2x.jpg" - } - }, - "themefisher-navigator-hugo": { - "theme_key": "themefisher-navigator-hugo", - "file": "hugo-navigator.md", - "name": "navigator-hugo", - "title": "Navigator Hugo", - "github_username": "gethugothemes", - "repo": "gethugothemes/navigator-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gethugothemes/navigator-hugo", - "demo_url": "https://themes.gohugo.io/theme/navigator-hugo/en", - "stars": 94, - "forks": 112, - "open_issues": 0, - "last_commit": "2021-01-23T03:15:04Z", - "created_at": "2018-07-08T10:28:35Z", - "description": "Navigator Template Hugo Version by themefisher . ", - "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" - } - }, - "themefisher-parsa-hugo": { - "theme_key": "themefisher-parsa-hugo", - "file": "hugo-parsa.md", - "name": "parsa-hugo", - "title": "Parsa Hugo", - "github_username": "themefisher", - "repo": "themefisher/parsa-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/themefisher/parsa-hugo", - "demo_url": "https://demo.gethugothemes.com/parsa/site/", - "stars": 127, - "forks": 333, - "open_issues": 0, - "last_commit": "2022-02-15T04:25:19Z", - "created_at": "2019-05-15T08:33:57Z", - "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.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": { - "theme_key": "themefisher-parsa-hugo-personal-blog-theme", - "file": "parsa-hugo-personal-blog-theme.md", - "name": "parsa-hugo", - "title": "Parsa Hugo", - "github_username": "themefisher", - "repo": "themefisher/parsa-hugo", - "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, - "open_issues": 0, - "last_commit": "2021-02-14T03:59:16Z", - "created_at": "2019-05-15T08:33:57Z", - "description": "Parsa hugo", - "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" - } - }, - "themefisher-restaurant-hugo": { - "theme_key": "themefisher-restaurant-hugo", - "file": "hugo-restaurant.md", - "name": "restaurant-hugo", - "title": "Restaurant", - "github_username": "gethugothemes", - "repo": "gethugothemes/restaurant-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/gethugothemes/restaurant-hugo", - "demo_url": "https://themes.gohugo.io/theme/restaurant-hugo/", - "stars": 31, - "forks": 42, - "open_issues": 0, - "last_commit": "2020-12-29T09:59:02Z", - "created_at": "2019-03-17T09:52:58Z", - "description": null, - "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" - } - }, - "themefisher-timer-hugo": { - "theme_key": "themefisher-timer-hugo", - "file": "hugo-timer.md", - "name": "timer-hugo", - "title": "Timer", - "github_username": "themefisher", - "repo": "themefisher/timer-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/themefisher/timer-hugo", - "demo_url": "https://demo.gethugothemes.com/timer/site/", - "stars": 121, - "forks": 114, - "open_issues": 0, - "last_commit": "2022-02-15T04:39:00Z", - "created_at": "2018-07-15T10:07:51Z", - "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", - "name": "vex-hugo", - "title": "Vex", - "github_username": "themefisher", - "repo": "themefisher/vex-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/themefisher/vex-hugo", - "demo_url": "https://demo.gethugothemes.com/vex/site/", - "stars": 132, - "forks": 247, - "open_issues": 1, - "last_commit": "2022-02-15T04:40:59Z", - "created_at": "2018-01-09T21:59:07Z", - "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": "thenewdynamic-gohugo-theme-ananke", - "file": "gohugo-theme-ananke.md", - "name": "gohugo-theme-ananke", - "title": "Ananke", - "github_username": "theNewDynamic", - "repo": "theNewDynamic/gohugo-theme-ananke", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/theNewDynamic/gohugo-theme-ananke", - "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/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": { - "theme_key": "thephuse-strange_case", - "file": "jekyll-strangecase.md", - "name": "strange_case", - "title": "Strange Case", - "github_username": "thephuse", - "repo": "thephuse/strange_case", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/thephuse/strange_case", - "demo_url": "https://thephuse.github.io/strange_case/", - "stars": 65, - "forks": 44, - "open_issues": 1, - "last_commit": "2014-12-12T14:46:33Z", - "created_at": "2014-01-07T18:39:42Z", - "description": "A theme for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/thephuse-strange_case.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thephuse-strange_case.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thephuse-strange_case-2x.jpg" - } - }, - "thesowah-gridgallery": { - "theme_key": "nadjetey-gridgallery", - "file": "jekyll-gridgallery.md", - "name": "GridGallery", - "title": "GridGallery", - "github_username": "thesowah", - "repo": "thesowah/GridGallery", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thesowah/GridGallery", - "demo_url": "https://nadjetey.github.io/GridGallery", - "stars": 57, - "forks": 60, - "open_issues": 0, - "last_commit": "2016-04-22T12:00:36Z", - "created_at": "2014-04-07T01:26:30Z", - "description": "A responsive grid gallery based on the [Google Chromebook getting started](https://gweb-gettingstartedguide.appspot.com/) guide gallery. ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nadjetey-gridgallery.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nadjetey-gridgallery.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nadjetey-gridgallery-2x.jpg" - } - }, - "thesowah-redcup": { - "theme_key": "nadjetey-redcup", - "file": "jekyll-redcup.md", - "name": "redcup", - "title": "redcup", - "github_username": "thesowah", - "repo": "thesowah/redcup", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thesowah/redcup", - "demo_url": "https://nadjetey.github.io/redcup/", - "stars": 24, - "forks": 19, - "open_issues": 0, - "last_commit": "2016-04-22T11:31:41Z", - "created_at": "2014-01-26T21:40:33Z", - "description": "This is a Jekyll Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nadjetey-redcup.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nadjetey-redcup.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nadjetey-redcup-2x.jpg" - } - }, - "thesowah-wangana": { - "theme_key": "nadjetey-wangana", - "file": "jekyll-wangana.md", - "name": "wangana", - "title": "Wangana", - "github_username": "thesowah", - "repo": "thesowah/wangana", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thesowah/wangana", - "demo_url": "https://thesowah.github.io/wangana/", - "stars": 51, - "forks": 42, - "open_issues": 0, - "last_commit": "2018-06-03T11:27:49Z", - "created_at": "2014-02-09T16:41:40Z", - "description": "Wangana is a responsive Jekyll theme, perfect for powering your GitHub hosted blog.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/nadjetey-wangana.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/nadjetey-wangana.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/nadjetey-wangana-2x.jpg" - } - }, - "thetrevorharmon-gatsby-starter-typescript-sass": { - "theme_key": "thetrevorharmon-gatsby-starter-typescript-sass", - "file": "gatsby-starter-typescript-sass.md", - "name": "gatsby-starter-typescript-sass", - "title": "Gatsby Typescript Sass", - "github_username": "thetrevorharmon", - "repo": "thetrevorharmon/gatsby-starter-typescript-sass", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thetrevorharmon/gatsby-starter-typescript-sass", - "demo_url": "https://gatsby-starter-typescript-sass.netlify.com", - "stars": 19, - "forks": 5, - "open_issues": 1, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/thetrevorharmon-gatsby-starter-typescript-sass.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thetrevorharmon-gatsby-starter-typescript-sass.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thetrevorharmon-gatsby-starter-typescript-sass-2x.jpg" - } - }, - "thiagorossener-jekflix-template": { - "theme_key": "thiagorossener-jekflix-template", - "file": "jekyll-jekflix-theme.md", - "name": "jekflix-template", - "title": "Jekflix", - "github_username": "thiagorossener", - "repo": "thiagorossener/jekflix-template", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thiagorossener/jekflix-template", - "demo_url": "https://jekflix.rossener.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/thiagorossener-jekflix-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thiagorossener-jekflix-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thiagorossener-jekflix-template-2x.jpg" - } - }, - "thien-blueface": { - "theme_key": "tnguyen-blueface", - "file": "jekyll-blueface.md", - "name": "blueface", - "title": "blueface", - "github_username": "thien", - "repo": "thien/blueface", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thien/blueface", - "demo_url": "https://thien.github.io/blueface/", - "stars": 26, - "forks": 33, - "open_issues": 0, - "last_commit": "2018-07-13T17:11:58Z", - "created_at": "2016-03-23T10:49:06Z", - "description": "A minimalist Jekyll theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/tnguyen-blueface.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tnguyen-blueface.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tnguyen-blueface-2x.jpg" - } - }, - "thingsym-hugo-theme-techdoc": { - "theme_key": "thingsym-hugo-theme-techdoc", - "file": "hugo-theme-techdoc.md", - "name": "hugo-theme-techdoc", - "title": "Techdoc", - "github_username": "thingsym", - "repo": "thingsym/hugo-theme-techdoc", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thingsym/hugo-theme-techdoc", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-techdoc/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/thingsym-hugo-theme-techdoc.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thingsym-hugo-theme-techdoc.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thingsym-hugo-theme-techdoc-2x.jpg" - } - }, - "thinker3197-ink": { - "theme_key": "thinker3197-ink", - "file": "jekyll-ink.md", - "name": "ink", - "title": "Ink", - "github_username": "thinker3197", - "repo": "thinker3197/ink", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thinker3197/ink", - "demo_url": "https://thinker3197.github.io/ink", - "stars": 26, - "forks": 54, - "open_issues": 2, - "last_commit": "2016-12-02T08:23:36Z", - "created_at": "2016-06-07T05:57:55Z", - "description": "A jekyll theme for humans", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/thinker3197-ink.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thinker3197-ink.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thinker3197-ink-2x.jpg" - } - }, - "thomasheller-crab": { - "theme_key": "thomasheller-crab", - "file": "hugo-crab-theme.md", - "name": "crab", - "title": "Crab", - "github_username": "thomasheller", - "repo": "thomasheller/crab", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thomasheller/crab", - "demo_url": "https://themes.gohugo.io/theme/crab/", - "stars": 27, - "forks": 24, - "open_issues": 2, - "last_commit": "2020-09-24T17:36:45Z", - "created_at": "2017-03-18T10:48:37Z", - "description": "Crab theme for Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/thomasheller-crab.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thomasheller-crab.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thomasheller-crab-2x.jpg" - } - }, - "thomasvaeth-trophy-jekyll": { - "theme_key": "thomasvaeth-trophy-jekyll", - "file": "jekyll-trophy.md", - "name": "trophy-jekyll", - "title": "Trophy", - "github_username": "thomasvaeth", - "repo": "thomasvaeth/trophy-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thomasvaeth/trophy-jekyll", - "demo_url": "https://thomasvaeth.com/trophy/", - "stars": 288, - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/thomasvaeth-trophy-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thomasvaeth-trophy-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thomasvaeth-trophy-jekyll-2x.jpg" - } - }, - "thomaswang-gatsby-personal-starter-blog": { - "theme_key": "thomaswangio-gatsby-personal-starter-blog", - "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", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ThomasWang/gatsby-personal-starter-blog", - "demo_url": "https://gatsby-personal-starter-blog.netlify.com/", - "stars": 159, - "forks": 63, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/thomaswangio-gatsby-personal-starter-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thomaswangio-gatsby-personal-starter-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thomaswangio-gatsby-personal-starter-blog-2x.jpg" - } - }, - "thomaswang-gatsby-starter-primer": { - "theme_key": "thomaswangio-gatsby-starter-primer", - "file": "gatsby-starter-primer.md", - "name": "gatsby-starter-primer", - "title": "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", - "demo_url": "https://gatsby-starter-primer.netlify.com/", - "stars": 12, - "forks": 3, - "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 🐙⚪️", - "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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thomaswangio-gatsby-starter-primer-2x.jpg" - } - }, - "thomaswangio-gatsby-personal-starter-blog": { - "theme_key": "thomaswangio-gatsby-personal-starter-blog", - "file": "gatsby-personal-starter-blog.md", - "name": "gatsby-personal-starter-blog", - "title": "Gatsby Personal Starter Blog", - "github_username": "thomaswangio", - "repo": "thomaswangio/gatsby-personal-starter-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thomaswangio/gatsby-personal-starter-blog", - "demo_url": "https://gatsby-personal-starter-blog.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/thomaswangio-gatsby-personal-starter-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thomaswangio-gatsby-personal-starter-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thomaswangio-gatsby-personal-starter-blog-2x.jpg" - } - }, - "thomaswangio-gatsby-starter-primer": { - "theme_key": "thomaswangio-gatsby-starter-primer", - "file": "gatsby-starter-primer.md", - "name": "gatsby-starter-primer", - "title": "Gatsby Starter Primer", - "github_username": "thomaswangio", - "repo": "thomaswangio/gatsby-starter-primer", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thomaswangio/gatsby-starter-primer", - "demo_url": "https://gatsby-starter-primer.netlify.com/", - "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", - "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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thomaswangio-gatsby-starter-primer-2x.jpg" - } - }, - "thriveweb-yellowcake": { - "theme_key": "thriveweb-yellowcake", - "file": "gatsby-yellowcake.md", - "name": "yellowcake", - "title": "Yellowcake", - "github_username": "thriveweb", - "repo": "thriveweb/yellowcake", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thriveweb/yellowcake", - "demo_url": "https://yellowcake.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/thriveweb-yellowcake.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/thriveweb-yellowcake.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thriveweb-yellowcake-2x.jpg" - } - }, - "thundermiracle-gatsby-simple-blog": { - "theme_key": "thundermiracle-gatsby-simple-blog", - "file": "gatsby-simple-blog.md", - "name": "gatsby-simple-blog", - "title": "Gatsby Simple Blog", - "github_username": "thundermiracle", - "repo": "thundermiracle/gatsby-simple-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thundermiracle/gatsby-simple-blog", - "demo_url": "https://gatsby-simple-blog.thundermiracle.com/", - "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, 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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/thundermiracle-gatsby-simple-blog-2x.jpg" - } - }, - "tigefa4u-jekmdl": { - "theme_key": "tigefa4u-jekmdl", - "file": "jekyll-jekmdl.md", - "name": "jekmdl", - "title": "Jekmdl", - "github_username": "tigefa4u", - "repo": "tigefa4u/jekmdl", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/tigefa4u/jekmdl", - "demo_url": "https://tigefa4u.github.io/jekmdl/", - "stars": 10, - "forks": 5, - "open_issues": 0, - "last_commit": "2017-02-02T06:20:19Z", - "created_at": "2015-12-31T23:50:44Z", - "description": ":+1: Jekyll themes use Material Design Lite", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/tigefa4u-jekmdl.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tigefa4u-jekmdl.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tigefa4u-jekmdl-2x.jpg" - } - }, - "timlrx-tailwind-nextjs-starter-blog": { - "theme_key": "timlrx-tailwind-nextjs-starter-blog", - "file": "nextjs-tailwind-starter-blog.md", - "name": "tailwind-nextjs-starter-blog", - "title": "Next.js Tailwind Starter Blog", - "github_username": "timlrx", - "repo": "timlrx/tailwind-nextjs-starter-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/timlrx/tailwind-nextjs-starter-blog", - "demo_url": "https://tailwind-nextjs-starter-blog.vercel.app", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/timlrx-tailwind-nextjs-starter-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/timlrx-tailwind-nextjs-starter-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/timlrx-tailwind-nextjs-starter-blog-2x.jpg" - } - }, - "tnguyen-blueface": { - "theme_key": "tnguyen-blueface", - "file": "jekyll-blueface.md", - "name": "blueface", - "title": "blueface", - "github_username": "thien", - "repo": "thien/blueface", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/thien/blueface", - "demo_url": "https://thien.github.io/blueface/", - "stars": 29, - "forks": 31, - "open_issues": 0, - "last_commit": "2018-07-13T17:11:58Z", - "created_at": "2016-03-23T10:49:06Z", - "description": "A minimalist Jekyll theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/tnguyen-blueface.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tnguyen-blueface.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tnguyen-blueface-2x.jpg" - } - }, - "tnwhitwell-hugo-startpage-theme": { - "theme_key": "tnwhitwell-hugo-startpage-theme", - "file": "hugo-startpage-theme.md", - "name": "hugo-startpage-theme", - "title": "Startpage", - "github_username": "whi-tw", - "repo": "whi-tw/hugo-startpage-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/whi-tw/hugo-startpage-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-startpage-theme/", - "stars": 17, - "forks": 8, - "open_issues": 2, - "last_commit": "2018-07-04T20:48:29Z", - "created_at": "2018-04-23T09:40:29Z", - "description": "Hugo start page theme, link listing built from yaml", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/tnwhitwell-hugo-startpage-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tnwhitwell-hugo-startpage-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tnwhitwell-hugo-startpage-theme-2x.jpg" - } - }, - "toboko-gatsby-starter-fine": { - "theme_key": "toboko-gatsby-starter-fine", - "file": "gatsby-starter-fine.md", - "name": "gatsby-starter-fine", - "title": "Gatsby Starter Fine", - "github_username": "toboko", - "repo": "toboko/gatsby-starter-fine", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/toboko/gatsby-starter-fine", - "demo_url": "https://gatsby-starter-fine.netlify.com/", - "stars": 10, - "forks": 4, - "open_issues": 0, - "last_commit": "2019-04-19T10:50:05Z", - "created_at": "2019-04-18T17:56:10Z", - "description": "A fine blog starter for Gatsby ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/toboko-gatsby-starter-fine.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/toboko-gatsby-starter-fine.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/toboko-gatsby-starter-fine-2x.jpg" - } - }, - "tocttou-hacker-blog": { - "theme_key": "tocttou-hacker-blog", - "file": "jekyll-theme-hacker-blog.md", - "name": "hacker-blog", - "title": "Hacker Blog", - "github_username": "tocttou", - "repo": "tocttou/hacker-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/tocttou/hacker-blog", - "demo_url": "https://ashishchaudhary.in/hacker-blog/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/tocttou-hacker-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tocttou-hacker-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tocttou-hacker-blog-2x.jpg" - } - }, - "tolking-vuepress-theme-ououe": { - "theme_key": "tolking-vuepress-theme-ououe", - "file": "vuepress-theme-ououe.md", - "name": "vuepress-theme-ououe", - "title": "Ououe", - "github_username": "tolking", - "repo": "tolking/vuepress-theme-ououe", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/tolking/vuepress-theme-ououe", - "demo_url": "https://ououe.com/", - "stars": 77, - "forks": 23, - "open_issues": 0, - "last_commit": "2020-12-02T06:49:27Z", - "created_at": "2019-02-23T04:18:48Z", - "description": "A blog theme for VuePress", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/tolking-vuepress-theme-ououe.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tolking-vuepress-theme-ououe.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tolking-vuepress-theme-ououe-2x.jpg" - } - }, - "tomanistor-osprey": { - "theme_key": "tomanistor-osprey", - "file": "hugo-osprey-theme.md", - "name": "osprey", - "title": "Osprey", - "github_username": "tomanistor", - "repo": "tomanistor/osprey", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/tomanistor/osprey", - "demo_url": "https://tomanistor.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/tomanistor-osprey.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tomanistor-osprey.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tomanistor-osprey-2x.jpg" - } - }, - "tomekskuta-gatsby-starter-intl": { - "theme_key": "tomekskuta-gatsby-starter-intl", - "file": "gatsby-starter-intl.md", - "name": "gatsby-starter-intl", - "title": "Gatsby Starter Intl", - "github_username": "tomekskuta", - "repo": "tomekskuta/gatsby-starter-intl", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/tomekskuta/gatsby-starter-intl", - "demo_url": "https://gatsby-starter-intl.tomekskuta.pl/en/", - "stars": 11, - "forks": 1, - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/tomekskuta-gatsby-starter-intl.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tomekskuta-gatsby-starter-intl.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tomekskuta-gatsby-starter-intl-2x.jpg" - } - }, - "tomjohnson1492-documentation-theme-jekyll": { - "theme_key": "tomjohnson1492-documentation-theme-jekyll", - "file": "jekyll-documentation-theme-.md", - "name": "documentation-theme-jekyll", - "title": "Documentation Theme for Jekyll", - "github_username": "tomjoht", - "repo": "tomjoht/documentation-theme-jekyll", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/tomjoht/documentation-theme-jekyll", - "demo_url": "https://idratherbewriting.com/documentation-theme-jekyll/", - "stars": 925, - "forks": 877, - "open_issues": 45, - "last_commit": "2020-01-02T04:58:22Z", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/tomjohnson1492-documentation-theme-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tomjohnson1492-documentation-theme-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tomjohnson1492-documentation-theme-jekyll-2x.jpg" - } - }, - "tomjoht-documentation-theme-jekyll": { - "theme_key": "tomjohnson1492-documentation-theme-jekyll", - "file": "jekyll-documentation-theme-.md", - "name": "documentation-theme-jekyll", - "title": "Documentation Theme for Jekyll", - "github_username": "tomjoht", - "repo": "tomjoht/documentation-theme-jekyll", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/tomjoht/documentation-theme-jekyll", - "demo_url": "https://idratherbewriting.com/documentation-theme-jekyll/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/tomjohnson1492-documentation-theme-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tomjohnson1492-documentation-theme-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tomjohnson1492-documentation-theme-jekyll-2x.jpg" - } - }, - "tomoyukikashiro-gatsby-starter-blog-amp-to-pwa": { - "theme_key": "tomoyukikashiro-gatsby-starter-blog-amp-to-pwa", - "file": "gatsby-starter-blog-amp-to-pwa.md", - "name": "gatsby-starter-blog-amp-to-pwa", - "title": "Gatsby Blog AMP to PWA", - "github_username": "tomoyukikashiro", - "repo": "tomoyukikashiro/gatsby-starter-blog-amp-to-pwa", - "branch": "master", - "default_branch": "master", - "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": 10, - "open_issues": 1, - "last_commit": "2019-02-21T12:11:46Z", - "created_at": "2019-02-20T13:07:57Z", - "description": "Gatsby starter for creating a blog which support AMP and PWA", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/tomoyukikashiro-gatsby-starter-blog-amp-to-pwa.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tomoyukikashiro-gatsby-starter-blog-amp-to-pwa.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tomoyukikashiro-gatsby-starter-blog-amp-to-pwa-2x.jpg" - } - }, - "tomrutgers-middleman-starter-netlify-cms": { - "theme_key": "tomrutgers-middleman-starter-netlify-cms", - "file": "middleman-starter-netlify-cms.md", - "name": "middleman-starter-netlify-cms", - "title": "Middleman Starter Netlify CMS", - "github_username": "tomrutgers", - "repo": "tomrutgers/middleman-starter-netlify-cms", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/tomrutgers/middleman-starter-netlify-cms", - "demo_url": "https://middleman-netlify-cms.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/tomrutgers-middleman-starter-netlify-cms.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tomrutgers-middleman-starter-netlify-cms.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tomrutgers-middleman-starter-netlify-cms-2x.jpg" - } - }, - "tosi29-inkblotty": { - "theme_key": "tosi29-inkblotty", - "file": "hugo-inkblotty.md", - "name": "inkblotty", - "title": "Inkblotty", - "github_username": "tosi29", - "repo": "tosi29/inkblotty", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/tosi29/inkblotty", - "demo_url": "https://themes.gohugo.io/theme/inkblotty/", - "stars": 29, - "forks": 21, - "open_issues": 0, - "last_commit": "2021-03-29T14:26:30Z", - "created_at": "2019-03-19T14:10:18Z", - "description": "Responsive Hugo theme based on Inkblot of WordPress theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/tosi29-inkblotty.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tosi29-inkblotty.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tosi29-inkblotty-2x.jpg" - } - }, - "track3-hermit": { - "theme_key": "track3-hermit", - "file": "hugo-theme-hermit.md", - "name": "hermit", - "title": "Hermit", - "github_username": "Track3", - "repo": "Track3/hermit", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Track3/hermit", - "demo_url": "https://themes.gohugo.io/theme/hermit", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/track3-hermit.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/track3-hermit.jpg", - "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", - "name": "eleventy-starter-ghost", - "title": "Eleventy Starter Ghost", - "github_username": "TryGhost", - "repo": "TryGhost/eleventy-starter-ghost", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/TryGhost/eleventy-starter-ghost", - "demo_url": "https://eleventy.ghost.org/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/tryghost-eleventy-starter-ghost.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tryghost-eleventy-starter-ghost.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tryghost-eleventy-starter-ghost-2x.jpg" - } - }, - "tryghost-gatsby-starter-ghost": { - "theme_key": "tryghost-gatsby-starter-ghost", - "file": "gatsby-starter-ghost.md", - "name": "gatsby-starter-ghost", - "title": "Gatsby Starter Ghost", - "github_username": "TryGhost", - "repo": "TryGhost/gatsby-starter-ghost", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/TryGhost/gatsby-starter-ghost", - "demo_url": "https://gatsby.ghost.org/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/tryghost-gatsby-starter-ghost.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tryghost-gatsby-starter-ghost.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tryghost-gatsby-starter-ghost-2x.jpg" - } - }, - "ttntm-11ty-landing-page": { - "theme_key": "ttntm-11ty-landing-page", - "file": "11ty-landing-page.md", - "name": "11ty-landing-page", - "title": "11ty Landing Page", - "github_username": "ttntm", - "repo": "ttntm/11ty-landing-page", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/ttntm/11ty-landing-page", - "demo_url": "https://awesome11ty.ttntm.me", - "stars": 89, - "forks": 40, - "open_issues": 1, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/ttntm-11ty-landing-page.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ttntm-11ty-landing-page.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ttntm-11ty-landing-page-2x.jpg" - } - }, - "ttntm-hugo-landing-page": { - "theme_key": "ttntm-hugo-landing-page", - "file": "hugo-landing-page.md", - "name": "hugo-landing-page", - "title": "Hugo Landing Page", - "github_username": "ttntm", - "repo": "ttntm/hugo-landing-page", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ttntm/hugo-landing-page", - "demo_url": "https://awesome.ttntm.me", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/ttntm-hugo-landing-page.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ttntm-hugo-landing-page.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ttntm-hugo-landing-page-2x.jpg" - } - }, - "ttskch-jekyll-ttskch-theme": { - "theme_key": "ttskch-jekyll-ttskch-theme", - "file": "jekyll-ttskch-theme.md", - "name": "jekyll-ttskch-theme", - "title": "TtskchTheme", - "github_username": "ttskch", - "repo": "ttskch/jekyll-ttskch-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ttskch/jekyll-ttskch-theme", - "demo_url": "https://ttskch.github.io/jekyll-ttskch-theme/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ttskch-jekyll-ttskch-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ttskch-jekyll-ttskch-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ttskch-jekyll-ttskch-theme-2x.jpg" - } - }, - "tummychow-lanyon-hugo": { - "theme_key": "tummychow-lanyon-hugo", - "file": "hugo-lanyon-theme.md", - "name": "lanyon-hugo", - "title": "Lanyon", - "github_username": "tummychow", - "repo": "tummychow/lanyon-hugo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/tummychow/lanyon-hugo", - "demo_url": "https://tummychow.github.io/lanyon-hugo/", - "stars": 159, - "forks": 75, - "open_issues": 2, - "last_commit": "2021-01-23T04:37:23Z", - "created_at": "2014-03-14T05:52:03Z", - "description": "Port of poole/lanyon, to spf13/hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/tummychow-lanyon-hugo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tummychow-lanyon-hugo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tummychow-lanyon-hugo-2x.jpg" - } - }, - "tybenz-exemplar": { - "theme_key": "tybenz-exemplar", - "file": "jekyll-exemplar.md", - "name": "exemplar", - "title": "Exemplar", - "github_username": "tybenz", - "repo": "tybenz/exemplar", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/tybenz/exemplar", - "demo_url": "https://tybenz.github.io/exemplar/", - "stars": 71, - "forks": 40, - "open_issues": 3, - "last_commit": "2016-08-09T16:03:22Z", - "created_at": "2013-02-20T21:38:22Z", - "description": "Jekyll site template", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/tybenz-exemplar.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tybenz-exemplar.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tybenz-exemplar-2x.jpg" - } - }, - "tybenz-otter-pop": { - "theme_key": "tybenz-otter-pop", - "file": "jekyll-otter-pop.md", - "name": "otter-pop", - "title": "Otter Pop", - "github_username": "tybenz", - "repo": "tybenz/otter-pop", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/tybenz/otter-pop", - "demo_url": "https://tybenz.com/otter-pop", - "stars": 32, - "forks": 23, - "open_issues": 2, - "last_commit": "2019-05-10T20:43:52Z", - "created_at": "2014-05-10T16:43:23Z", - "description": "The world's greatest jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/tybenz-otter-pop.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tybenz-otter-pop.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tybenz-otter-pop-2x.jpg" - } - }, - "tylergreulich-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": "tylergreulich", - "repo": "tylergreulich/gatsby-typescript-mdx-prismjs-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/tylergreulich/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" - } - }, - "tylermroderick-fernfolio-11ty-template": { - "theme_key": "tylermroderick-fernfolio-11ty-template", - "file": "fernfolio.md", - "name": "fernfolio-11ty-template", - "title": "Fernfolio", - "github_username": "TylerMRoderick", - "repo": "TylerMRoderick/fernfolio-11ty-template", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/TylerMRoderick/fernfolio-11ty-template", - "demo_url": "https://fernfolio.netlify.app/", - "stars": 63, - "forks": 29, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/tylermroderick-fernfolio-11ty-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tylermroderick-fernfolio-11ty-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tylermroderick-fernfolio-11ty-template-2x.jpg" - } - }, - "tzuehlke-jekyll-uno-timeline": { - "theme_key": "tzuehlke-jekyll-uno-timeline", - "file": "jekyll-uno-timeline.md", - "name": "jekyll-uno-timeline", - "title": "Jekyll-Uno-Timeline", - "github_username": "tzuehlke", - "repo": "tzuehlke/jekyll-uno-timeline", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/tzuehlke/jekyll-uno-timeline", - "demo_url": "https://thomas.zuehlke.family/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/tzuehlke-jekyll-uno-timeline.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tzuehlke-jekyll-uno-timeline.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tzuehlke-jekyll-uno-timeline-2x.jpg" - } - }, - "ueno-llc-ueno-gatsby-starter": { - "theme_key": "ueno-llc-ueno-gatsby-starter", - "file": "ueno-gatsby-starter.md", - "name": "ueno-gatsby-starter", - "title": "Ueno Gatsby Starter", - "github_username": "ueno-llc", - "repo": "ueno-llc/ueno-gatsby-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ueno-llc/ueno-gatsby-starter", - "demo_url": "https://create-ueno-app.netlify.com/", - "stars": 116, - "forks": 20, - "open_issues": 0, - "last_commit": "2020-11-09T19:11:38Z", - "created_at": "2018-10-03T14:38:07Z", - "description": "Opinionated Gatsby starter by Ueno.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ueno-llc-ueno-gatsby-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ueno-llc-ueno-gatsby-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ueno-llc-ueno-gatsby-starter-2x.jpg" - } - }, - "ugglr-gatsby-clean-portfolio": { - "theme_key": "ugglr-gatsby-clean-portfolio", - "file": "gatsby-clean-portfolio.md", - "name": "gatsby-clean-portfolio", - "title": "Gatsby Clean Portfolio", - "github_username": "ugglr", - "repo": "ugglr/gatsby-clean-portfolio", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/ugglr/gatsby-clean-portfolio", - "demo_url": "https://ugglr.github.io/gatsby-clean-portfolio/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/ugglr-gatsby-clean-portfolio.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ugglr-gatsby-clean-portfolio.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ugglr-gatsby-clean-portfolio-2x.jpg" - } - }, - "uicardiodev-hugo-lime": { - "theme_key": "uicardiodev-hugo-lime", - "file": "hugo-lime.md", - "name": "hugo-lime", - "title": "Hugo Lime", - "github_username": "uicardiodev", - "repo": "uicardiodev/hugo-lime", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/uicardiodev/hugo-lime", - "demo_url": "https://themes.gohugo.io/theme/hugo-lime/", - "stars": 30, - "forks": 23, - "open_issues": 1, - "last_commit": "2018-09-16T13:49:33Z", - "created_at": "2018-08-25T17:12:50Z", - "description": "Hugo Lime is a business theme for GoHugo by https://uicard.io", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/uicardiodev-hugo-lime.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/uicardiodev-hugo-lime.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/uicardiodev-hugo-lime-2x.jpg" - } - }, - "uicardiodev-hugo-sodium-theme": { - "theme_key": "uicardiodev-hugo-sodium-theme", - "file": "hugo-sodium-theme.md", - "name": "hugo-sodium-theme", - "title": "Sodium", - "github_username": "uicardiodev", - "repo": "uicardiodev/hugo-sodium-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/uicardiodev/hugo-sodium-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-sodium-theme/", - "stars": 37, - "forks": 27, - "open_issues": 2, - "last_commit": "2018-11-19T12:20:14Z", - "created_at": "2018-06-28T04:01:56Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/uicardiodev-hugo-sodium-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/uicardiodev-hugo-sodium-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/uicardiodev-hugo-sodium-theme-2x.jpg" - } - }, - "uicardiodev-hugo-uilite": { - "theme_key": "uicardiodev-hugo-uilite", - "file": "hugo-uilite.md", - "name": "hugo-uilite", - "title": "UILite", - "github_username": "uicardiodev", - "repo": "uicardiodev/hugo-uilite", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/uicardiodev/hugo-uilite", - "demo_url": "https://themes.gohugo.io/theme/hugo-uilite/", - "stars": 77, - "forks": 52, - "open_issues": 8, - "last_commit": "2019-06-19T16:43:41Z", - "created_at": "2018-09-21T11:31:46Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/uicardiodev-hugo-uilite.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/uicardiodev-hugo-uilite.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/uicardiodev-hugo-uilite-2x.jpg" - } - }, - "uicardiohq-hugo-lime": { - "theme_key": "uicardiodev-hugo-lime", - "file": "hugo-lime.md", - "name": "hugo-lime", - "title": "Hugo Lime", - "github_username": "uicardioHQ", - "repo": "uicardioHQ/hugo-lime", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/uicardioHQ/hugo-lime", - "demo_url": "https://themes.gohugo.io/theme/hugo-lime/", - "stars": 31, - "forks": 24, - "open_issues": 1, - "last_commit": "2018-09-16T13:49:33Z", - "created_at": "2018-08-25T17:12:50Z", - "description": "Hugo Lime is a business theme for GoHugo by https://uicard.io", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/uicardiodev-hugo-lime.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/uicardiodev-hugo-lime.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/uicardiodev-hugo-lime-2x.jpg" - } - }, - "uicardiohq-hugo-sodium-theme": { - "theme_key": "uicardiodev-hugo-sodium-theme", - "file": "hugo-sodium-theme.md", - "name": "hugo-sodium-theme", - "title": "Sodium", - "github_username": "uicardioHQ", - "repo": "uicardioHQ/hugo-sodium-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/uicardioHQ/hugo-sodium-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-sodium-theme/", - "stars": 38, - "forks": 27, - "open_issues": 2, - "last_commit": "2018-11-19T12:20:14Z", - "created_at": "2018-06-28T04:01:56Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/uicardiodev-hugo-sodium-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/uicardiodev-hugo-sodium-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/uicardiodev-hugo-sodium-theme-2x.jpg" - } - }, - "uicardiohq-hugo-uilite": { - "theme_key": "uicardiodev-hugo-uilite", - "file": "hugo-uilite.md", - "name": "hugo-uilite", - "title": "UILite", - "github_username": "uicardioHQ", - "repo": "uicardioHQ/hugo-uilite", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/uicardioHQ/hugo-uilite", - "demo_url": "https://themes.gohugo.io/theme/hugo-uilite/", - "stars": 84, - "forks": 59, - "open_issues": 7, - "last_commit": "2021-06-08T16:11:42Z", - "created_at": "2018-09-21T11:31:46Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/uicardiodev-hugo-uilite.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/uicardiodev-hugo-uilite.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/uicardiodev-hugo-uilite-2x.jpg" - } - }, - "unifreak-unifreak.github.io": { - "theme_key": "unifreak-unifreak.github.io", - "file": "jekyll-idk.md", - "name": "unifreak.github.io", - "title": "idk", - "github_username": "unifreak", - "repo": "unifreak/unifreak.github.io", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/unifreak/unifreak.github.io", - "demo_url": "https://unifreak.github.io", - "stars": 21, - "forks": 40, - "open_issues": 1, - "last_commit": "2022-12-24T15:20:11Z", - "created_at": "2015-07-22T02:24:05Z", - "description": "FangHao's blog", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/unifreak-unifreak.github.io.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/unifreak-unifreak.github.io.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/unifreak-unifreak.github.io-2x.jpg" - } - }, - "upagge-ublogger": { - "theme_key": "upagge-ublogger", - "file": "hugo-ublogger.md", - "name": "uBlogger", - "title": "uBlogger", - "github_username": "uPagge", - "repo": "uPagge/uBlogger", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/uPagge/uBlogger", - "demo_url": "https://ublogger.netlify.app", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/upagge-ublogger.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/upagge-ublogger.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/upagge-ublogger-2x.jpg" - } - }, - "usernamehasbeenchanged100times-alway5.github.io": { - "theme_key": "minhhuy150894-minhhuy150894.github.io", - "file": "jekyll-HPSTRversion2.md", - "name": "alway5.github.io", - "title": "HPSTR Version 2 - Vietnamese", - "github_username": "UsernameHasBeenChanged100Times", - "repo": "UsernameHasBeenChanged100Times/alway5.github.io", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/UsernameHasBeenChanged100Times/alway5.github.io", - "demo_url": "https://minhhuy150894.github.io", - "stars": 18, - "forks": 39, - "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" - } - }, - "v4iv-gatsby-starter-business": { - "theme_key": "v4iv-gatsby-starter-business", - "file": "gatsby-starter-business.md", - "name": "gatsby-starter-business", - "title": "Gatsby Starter Business", - "github_username": "v4iv", - "repo": "v4iv/gatsby-starter-business", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/v4iv/gatsby-starter-business", - "demo_url": "https://gatsby-starter-business.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/v4iv-gatsby-starter-business.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/v4iv-gatsby-starter-business.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/v4iv-gatsby-starter-business-2x.jpg" - } - }, - "vaga-hugo-theme-m10c": { - "theme_key": "vaga-hugo-theme-m10c", - "file": "hugo-m10c-theme.md", - "name": "hugo-theme-m10c", - "title": "M10c", - "github_username": "vaga", - "repo": "vaga/hugo-theme-m10c", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/vaga/hugo-theme-m10c", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-m10c/", - "stars": 279, - "forks": 176, - "open_issues": 1, - "last_commit": "2021-03-07T22:45:02Z", - "created_at": "2019-01-19T09:43:35Z", - "description": "A minimalistic (m10c) blog theme for Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/vaga-hugo-theme-m10c.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vaga-hugo-theme-m10c.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vaga-hugo-theme-m10c-2x.jpg" - } - }, - "vagr9k-gatsby-advanced-starter": { - "theme_key": "vagr9k-gatsby-advanced-starter", - "file": "gatsby-advanced-starter.md", - "name": "gatsby-advanced-starter", - "title": "Gatsby Advanced Starter", - "github_username": "Vagr9K", - "repo": "Vagr9K/gatsby-advanced-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Vagr9K/gatsby-advanced-starter", - "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 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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vagr9k-gatsby-advanced-starter-2x.jpg" - } - }, - "vagr9k-gatsby-material-starter": { - "theme_key": "vagr9k-gatsby-material-starter", - "file": "gatsby-material-starter.md", - "name": "gatsby-material-starter", - "title": "Gatsby Material Starter", - "github_username": "Vagr9K", - "repo": "Vagr9K/gatsby-material-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Vagr9K/gatsby-material-starter", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/vagr9k-gatsby-material-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vagr9k-gatsby-material-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vagr9k-gatsby-material-starter-2x.jpg" - } - }, - "vantagedesign-ace-documentation": { - "theme_key": "vantagedesign-ace-documentation", - "file": "ace-documentation.md", - "name": "ace-documentation", - "title": "Ace documentation", - "github_username": "vantagedesign", - "repo": "vantagedesign/ace-documentation", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/vantagedesign/ace-documentation", - "demo_url": "https://docs.vantage-design.com/ace", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/vantagedesign-ace-documentation.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vantagedesign-ace-documentation.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vantagedesign-ace-documentation-2x.jpg" - } - }, - "vercel-next.js": { - "theme_key": "vercel-next.js", - "file": "next-static-blog.md", - "name": "next.js", - "title": "Next.js Static Blog", - "github_username": "vercel", - "repo": "vercel/next.js", - "branch": "canary", - "default_branch": "canary", - "github_url": "https://github.com/vercel/next.js", - "demo_url": "https://cosmic-next-blog.vercel.app", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/vercel-next.js.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vercel-next.js.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vercel-next.js-2x.jpg" - } - }, - "vfalanis-taken": { - "theme_key": "vfalanis-taken", - "file": "jekyll-taken-theme.md", - "name": "taken", - "title": "Taken", - "github_username": "vfalanis", - "repo": "vfalanis/taken", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/vfalanis/taken", - "demo_url": "https://vfalanis.me/taken/", - "stars": 28, - "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" - } - }, - "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": { - "theme_key": "victoriadrake-hugo-theme-introduction", - "file": "hugo-theme-introduction.md", - "name": "hugo-theme-introduction", - "title": "Introduction", - "github_username": "victoriadrake", - "repo": "victoriadrake/hugo-theme-introduction", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/victoriadrake/hugo-theme-introduction", - "demo_url": "https://hugo-introduction.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/victoriadrake-hugo-theme-introduction.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/victoriadrake-hugo-theme-introduction.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/victoriadrake-hugo-theme-introduction-2x.jpg" - } - }, - "victoriadrake-hugo-theme-sam": { - "theme_key": "victoriadrake-hugo-theme-sam", - "file": "hugo-theme-sam.md", - "name": "hugo-theme-sam", - "title": "Call me Sam", - "github_username": "victoriadrake", - "repo": "victoriadrake/hugo-theme-sam", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/victoriadrake/hugo-theme-sam", - "demo_url": "https://hugo-sam.netlify.com", - "stars": 348, - "forks": 165, - "open_issues": 2, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/victoriadrake-hugo-theme-sam.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/victoriadrake-hugo-theme-sam.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/victoriadrake-hugo-theme-sam-2x.jpg" - } - }, - "victorvoid-space-jekyll-template": { - "theme_key": "victorvoid-space-jekyll-template", - "file": "jekyll-space-theme.md", - "name": "space-jekyll-template", - "title": "Space", - "github_username": "victorvoid", - "repo": "victorvoid/space-jekyll-template", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/victorvoid/space-jekyll-template", - "demo_url": "https://victorvoid.me/space-jekyll-template/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/victorvoid-space-jekyll-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/victorvoid-space-jekyll-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/victorvoid-space-jekyll-template-2x.jpg" - } - }, - "vietanhdev-benice17": { - "theme_key": "vietanhdev-benice17", - "file": "jekyll-beNice17.md", - "name": "beNice17", - "title": "beNice17", - "github_username": "vietanhdev", - "repo": "vietanhdev/beNice17", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/vietanhdev/beNice17", - "demo_url": "https://www.vietanhdev.com/beNice17/", - "stars": 2, - "forks": 2, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/vietanhdev-benice17.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vietanhdev-benice17.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vietanhdev-benice17-2x.jpg" - } - }, - "vietanhdev-hugo-curious": { - "theme_key": "vietanhdev-hugo-curious", - "file": "hugo-curious.md", - "name": "hugo-curious", - "title": "Hugo Curious", - "github_username": "vietanhdev", - "repo": "vietanhdev/hugo-curious", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/vietanhdev/hugo-curious", - "demo_url": "https://hugo-curious.aicurious.io/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/vietanhdev-hugo-curious.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vietanhdev-hugo-curious.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vietanhdev-hugo-curious-2x.jpg" - } - }, - "viko16-vuepress-theme-simple": { - "theme_key": "viko16-vuepress-theme-simple", - "file": "vuepress-theme-simple.md", - "name": "vuepress-theme-simple", - "title": "Simple Vuepress Theme", - "github_username": "viko16", - "repo": "viko16/vuepress-theme-simple", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/viko16/vuepress-theme-simple", - "demo_url": "https://ukn.me/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/viko16-vuepress-theme-simple.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/viko16-vuepress-theme-simple.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/viko16-vuepress-theme-simple-2x.jpg" - } - }, - "vimux-binario": { - "theme_key": "vimux-binario", - "file": "hugo-binario.md", - "name": "Binario", - "title": "Binario", - "github_username": "Vimux", - "repo": "Vimux/Binario", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Vimux/Binario", - "demo_url": "https://themes.gohugo.io/theme/binario/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/vimux-binario.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vimux-binario.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vimux-binario-2x.jpg" - } - }, - "vimux-blank": { - "theme_key": "vimux-blank", - "file": "hugo-blank.md", - "name": "blank", - "title": "Blank", - "github_username": "Vimux", - "repo": "Vimux/blank", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Vimux/blank", - "demo_url": "https://themes.gohugo.io/theme/blank/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/vimux-blank.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vimux-blank.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vimux-blank-2x.jpg" - } - }, - "vimux-mainroad": { - "theme_key": "vimux-mainroad", - "file": "hugo-mainroad.md", - "name": "Mainroad", - "title": "Mainroad", - "github_username": "Vimux", - "repo": "Vimux/Mainroad", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Vimux/Mainroad", - "demo_url": "https://mainroad-demo.netlify.app/", - "stars": 713, - "forks": 409, - "open_issues": 13, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/vimux-mainroad.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vimux-mainroad.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vimux-mainroad-2x.jpg" - } - }, - "vincentchan-mickey": { - "theme_key": "vincentchan-mickey", - "file": "jekyll-mickey.md", - "name": "mickey", - "title": "Mickey", - "github_username": "vincentchan", - "repo": "vincentchan/mickey", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/vincentchan/mickey", - "demo_url": "https://vincentchan.github.io/mickey/", - "stars": 334, - "forks": 225, - "open_issues": 11, - "last_commit": "2015-10-02T07:09:25Z", - "created_at": "2015-07-24T04:55:37Z", - "description": "A minimal one-column theme for Jekyll. ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/vincentchan-mickey.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vincentchan-mickey.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vincentchan-mickey-2x.jpg" - } - }, - "vinitkumar-white-paper": { - "theme_key": "vinitkumar-white-paper", - "file": "jekyll-white-paper.md", - "name": "white-paper", - "title": "White Paper", - "github_username": "vinitkumar", - "repo": "vinitkumar/white-paper", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/vinitkumar/white-paper", - "demo_url": "https://vinitkumar.github.io/white-paper/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/vinitkumar-white-paper.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vinitkumar-white-paper.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vinitkumar-white-paper-2x.jpg" - } - }, - "vividvilla-ezhil": { - "theme_key": "vividvilla-ezhil", - "file": "hugo-ezhil.md", - "name": "ezhil", - "title": "Ezhil", - "github_username": "vividvilla", - "repo": "vividvilla/ezhil", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/vividvilla/ezhil", - "demo_url": "https://ezhil-hugo.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/vividvilla-ezhil.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vividvilla-ezhil.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vividvilla-ezhil-2x.jpg" - } - }, - "volny-creative-theme-jekyll": { - "theme_key": "volny-creative-theme-jekyll", - "file": "jekyll-creative-theme.md", - "name": "creative-theme-jekyll", - "title": "creative theme", - "github_username": "volny", - "repo": "volny/creative-theme-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/volny/creative-theme-jekyll", - "demo_url": "https://volny.github.io/creative-theme-jekyll", - "stars": 464, - "forks": 878, - "open_issues": 22, - "last_commit": "2018-11-16T23:57:37Z", - "created_at": "2015-09-13T04:48:49Z", - "description": null, - "images": { - "hires": "https://www.jamstackthemes.dev/capture/volny-creative-theme-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/volny-creative-theme-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/volny-creative-theme-jekyll-2x.jpg" - } - }, - "volny-stylish-portfolio-jekyll": { - "theme_key": "volny-stylish-portfolio-jekyll", - "file": "jekyll-stylish-portfolio.md", - "name": "stylish-portfolio-jekyll", - "title": "Stylish Portfolio", - "github_username": "volny", - "repo": "volny/stylish-portfolio-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/volny/stylish-portfolio-jekyll", - "demo_url": "https://volny.github.io/stylish-portfolio-jekyll/", - "stars": 229, - "forks": 207, - "open_issues": 3, - "last_commit": "2018-11-17T00:01:55Z", - "created_at": "2015-09-07T11:16:39Z", - "description": "A Jekyll implementation of the Stylish Portfolio template by Start Bootstrap", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/volny-stylish-portfolio-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/volny-stylish-portfolio-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/volny-stylish-portfolio-jekyll-2x.jpg" - } - }, - "vormwald-joon": { - "theme_key": "vormwald-joon", - "file": "jekyll-joon.md", - "name": "joon", - "title": "Joon", - "github_username": "vormwald", - "repo": "vormwald/joon", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/vormwald/joon", - "demo_url": "https://vormwald.github.io/joon/", - "stars": 37, - "forks": 31, - "open_issues": 0, - "last_commit": "2023-01-18T22:22:32Z", - "created_at": "2015-08-10T03:11:53Z", - "description": "Roon theme for Jekyll", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/vormwald-joon.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vormwald-joon.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vormwald-joon-2x.jpg" - } - }, - "vszhub-not-pure-poole": { - "theme_key": "vszhub-not-pure-poole", - "file": "not-pure-poole.md", - "name": "not-pure-poole", - "title": "Not Pure Poole", - "github_username": "vszhub", - "repo": "vszhub/not-pure-poole", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/vszhub/not-pure-poole", - "demo_url": "https://vszhub.github.io/not-pure-poole/", - "stars": 77, - "forks": 265, - "open_issues": 0, - "last_commit": "2020-10-08T12:10:04Z", - "created_at": "2020-09-27T09:52:35Z", - "description": "A simple, beautiful, and powerful Jekyll theme for blogs.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/vszhub-not-pure-poole.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vszhub-not-pure-poole.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vszhub-not-pure-poole-2x.jpg" - } - }, - "vvalchev-creative-theme-jekyll-new": { - "theme_key": "vvalchev-creative-theme-jekyll-new", - "file": "jekyll-creative-theme-new.md", - "name": "creative-theme-jekyll-new", - "title": "Creative Theme - New", - "github_username": "vvalchev", - "repo": "vvalchev/creative-theme-jekyll-new", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/vvalchev/creative-theme-jekyll-new", - "demo_url": "https://vvalchev.github.io/creative-theme-jekyll-new/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/vvalchev-creative-theme-jekyll-new.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vvalchev-creative-theme-jekyll-new.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vvalchev-creative-theme-jekyll-new-2x.jpg" - } - }, - "vvelox-hugo-dusky-neon-potato": { - "theme_key": "vvelox-hugo-dusky-neon-potato", - "file": "hugo-dusky-neon-potato.md", - "name": "hugo-dusky-neon-potato", - "title": "Dusky Neon Potato", - "github_username": "VVelox", - "repo": "VVelox/hugo-dusky-neon-potato", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/VVelox/hugo-dusky-neon-potato", - "demo_url": "https://themes.gohugo.io/theme/hugo-dusky-neon-potato/", - "stars": 12, - "forks": 5, - "open_issues": 2, - "last_commit": "2019-08-18T21:14:51Z", - "created_at": "2018-09-04T04:55:12Z", - "description": "a merging of the dusk and potato-dark themes for hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/vvelox-hugo-dusky-neon-potato.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/vvelox-hugo-dusky-neon-potato.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/vvelox-hugo-dusky-neon-potato-2x.jpg" - } - }, - "w3layouts-gatsby-starter-delog": { - "theme_key": "w3layouts-gatsby-starter-delog", - "file": "delog-gatsby-netlifycms.md", - "name": "gatsby-starter-delog", - "title": "Delog GatsbyJS", - "github_username": "W3Layouts", - "repo": "W3Layouts/gatsby-starter-delog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/W3Layouts/gatsby-starter-delog", - "demo_url": "https://delog-w3layouts.netlify.com/", - "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/", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/w3layouts-gatsby-starter-delog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/w3layouts-gatsby-starter-delog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/w3layouts-gatsby-starter-delog-2x.jpg" - } - }, - "wangchucheng-hugo-eureka": { - "theme_key": "wangchucheng-hugo-eureka", - "file": "hugo-eureka.md", - "name": "hugo-eureka", - "title": "Eureka", - "github_username": "wangchucheng", - "repo": "wangchucheng/hugo-eureka", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/wangchucheng/hugo-eureka", - "demo_url": "https://themes.gohugo.io/theme/hugo-eureka/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/wangchucheng-hugo-eureka.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wangchucheng-hugo-eureka.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wangchucheng-hugo-eureka-2x.jpg" - } - }, - "wangonya-flexible-gatsby": { - "theme_key": "wangonya-flexible-gatsby", - "file": "gatsby-flexible.md", - "name": "flexible-gatsby", - "title": "Flexible Gatsby", - "github_username": "wangonya", - "repo": "wangonya/flexible-gatsby", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/wangonya/flexible-gatsby", - "demo_url": "https://flexible-gatsby.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/wangonya-flexible-gatsby.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wangonya-flexible-gatsby.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wangonya-flexible-gatsby-2x.jpg" - } - }, - "wangonya-the-plain-gatsby": { - "theme_key": "wangonya-the-plain-gatsby", - "file": "gatsby-the-plain.md", - "name": "the-plain-gatsby", - "title": "The Plain Gatsby", - "github_username": "wangonya", - "repo": "wangonya/the-plain-gatsby", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/wangonya/the-plain-gatsby", - "demo_url": "https://the-plain-gatsby.netlify.com/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/wangonya-the-plain-gatsby.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wangonya-the-plain-gatsby.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wangonya-the-plain-gatsby-2x.jpg" - } - }, - "wannaxiao-vuepress-theme-resume": { - "theme_key": "wannaxiao-vuepress-theme-resume", - "file": "vuepress-theme-resume.md", - "name": "vuepress-theme-resume", - "title": "Resume", - "github_username": "wannaxiao", - "repo": "wannaxiao/vuepress-theme-resume", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/wannaxiao/vuepress-theme-resume", - "demo_url": "https://wannaxiao.github.io/vuepress-theme-resume/example/dist/", - "stars": 254, - "forks": 102, - "open_issues": 3, - "last_commit": "2020-02-12T08:13:17Z", - "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" - } - }, - "wd-hugo-fabric": { - "theme_key": "wd-hugo-fabric", - "file": "hugo-fabric-theme.md", - "name": "hugo-fabric", - "title": "Hugo Fabric", - "github_username": "wd", - "repo": "wd/hugo-fabric", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/wd/hugo-fabric", - "demo_url": "https://themes.gohugo.io/theme/hugo-fabric/", - "stars": 10, - "forks": 5, - "open_issues": 0, - "last_commit": "2019-12-02T00:23:09Z", - "created_at": "2017-03-08T10:25:13Z", - "description": "Hugo Fabric Theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/wd-hugo-fabric.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wd-hugo-fabric.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wd-hugo-fabric-2x.jpg" - } - }, - "webcu-gatsby-material-kit-react": { - "theme_key": "webcu-gatsby-material-kit-react", - "file": "gatsby-material-kit-react.md", - "name": "gatsby-material-kit-react", - "title": "gatsby-material-kit-react", - "github_username": "WebCu", - "repo": "WebCu/gatsby-material-kit-react", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/WebCu/gatsby-material-kit-react", - "demo_url": "https://amazing-jones-e61bda.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/webcu-gatsby-material-kit-react.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/webcu-gatsby-material-kit-react.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/webcu-gatsby-material-kit-react-2x.jpg" - } - }, - "wemake-services-jekyll-theme-hackcss": { - "theme_key": "wemake-services-jekyll-theme-hackcss", - "file": "jekyll-theme-hackcss.md", - "name": "jekyll-theme-hackcss", - "title": "Jekyll theme HackCSS", - "github_username": "wemake-services", - "repo": "wemake-services/jekyll-theme-hackcss", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/wemake-services/jekyll-theme-hackcss", - "demo_url": "https://wemake.services/jekyll-theme-hackcss/", - "stars": 109, - "forks": 60, - "open_issues": 3, - "last_commit": "2019-09-12T13:10:00Z", - "created_at": "2016-07-29T19:17:30Z", - "description": "Dead simple CSS framework now with Jekyll.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/wemake-services-jekyll-theme-hackcss.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wemake-services-jekyll-theme-hackcss.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wemake-services-jekyll-theme-hackcss-2x.jpg" - } - }, - "wgao19-docusaurus-theme-no-style": { - "theme_key": "wgao19-docusaurus-theme-no-style", - "file": "docusaurus-theme-no-style.md", - "name": "docusaurus-theme-no-style", - "title": "Docusaurus Theme No Style", - "github_username": "wgao19", - "repo": "wgao19/docusaurus-theme-no-style", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/wgao19/docusaurus-theme-no-style", - "demo_url": "https://docusaurus-theme-no-style.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/wgao19-docusaurus-theme-no-style.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wgao19-docusaurus-theme-no-style.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wgao19-docusaurus-theme-no-style-2x.jpg" - } - }, - "whi-tw-hugo-startpage-theme": { - "theme_key": "tnwhitwell-hugo-startpage-theme", - "file": "hugo-startpage-theme.md", - "name": "hugo-startpage-theme", - "title": "Startpage", - "github_username": "whi-tw", - "repo": "whi-tw/hugo-startpage-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/whi-tw/hugo-startpage-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-startpage-theme/", - "stars": 19, - "forks": 8, - "open_issues": 2, - "last_commit": "2018-07-04T20:48:29Z", - "created_at": "2018-04-23T09:40:29Z", - "description": "Hugo start page theme, link listing built from yaml", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/tnwhitwell-hugo-startpage-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/tnwhitwell-hugo-startpage-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/tnwhitwell-hugo-startpage-theme-2x.jpg" - } - }, - "whoan-vuepress-theme-canvas": { - "theme_key": "whoan-vuepress-theme-canvas", - "file": "vuepress-theme-canvas.md", - "name": "vuepress-theme-canvas", - "title": "Vuepress Canvas", - "github_username": "whoan", - "repo": "whoan/vuepress-theme-canvas", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/whoan/vuepress-theme-canvas", - "demo_url": "https://whoan.me/", - "stars": 23, - "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", - "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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/whoan-vuepress-theme-canvas-2x.jpg" - } - }, - "whoisryosuke-gatsby-documentation-starter": { - "theme_key": "whoisryosuke-gatsby-documentation-starter", - "file": "gatsby-documentation-starter.md", - "name": "gatsby-documentation-starter", - "title": "Gatsby Documentation Starter", - "github_username": "whoisryosuke", - "repo": "whoisryosuke/gatsby-documentation-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/whoisryosuke/gatsby-documentation-starter", - "demo_url": "https://gatsby-documentation-starter.netlify.com/", - "stars": 91, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/whoisryosuke-gatsby-documentation-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/whoisryosuke-gatsby-documentation-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/whoisryosuke-gatsby-documentation-starter-2x.jpg" - } - }, - "wild-flame-jekyll-simple": { - "theme_key": "wild-flame-jekyll-simple", - "file": "jekyll-simple.md", - "name": "jekyll-simple", - "title": "jekyll-simple", - "github_username": "wild-flame", - "repo": "wild-flame/jekyll-simple", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/wild-flame/jekyll-simple", - "demo_url": "https://wild-flame.github.io/jekyll-simple", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/wild-flame-jekyll-simple.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wild-flame-jekyll-simple.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wild-flame-jekyll-simple-2x.jpg" - } - }, - "wildhaber-gohugo-amp": { - "theme_key": "wildhaber-gohugo-amp", - "file": "gohugo-amp.md", - "name": "gohugo-amp", - "title": "Gohugo Amp", - "github_username": "wildhaber", - "repo": "wildhaber/gohugo-amp", - "branch": "develop", - "default_branch": "develop", - "github_url": "https://github.com/wildhaber/gohugo-amp", - "demo_url": "https://gohugo-amp.gohugohq.com/", - "stars": 222, - "forks": 61, - "open_issues": 6, - "last_commit": "2018-07-04T20:38:41Z", - "created_at": "2016-11-13T01:26:33Z", - "description": "⚡ AMP starter theme for gohugo https://gohugo-amp.gohugohq.com", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/wildhaber-gohugo-amp.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wildhaber-gohugo-amp.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wildhaber-gohugo-amp-2x.jpg" - } - }, - "wileybaba-hugo-theme-robotico": { - "theme_key": "wileybaba-hugo-theme-robotico", - "file": "hugo-theme-robotico.md", - "name": "hugo-theme-robotico", - "title": "Robotico", - "github_username": "wileybaba", - "repo": "wileybaba/hugo-theme-robotico", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/wileybaba/hugo-theme-robotico", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-robotico/", - "stars": 4, - "forks": 0, - "open_issues": 1, - "last_commit": "2019-01-28T02:53:38Z", - "created_at": "2018-10-31T06:02:08Z", - "description": "A minimal hugo theme based on Ala Geek", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/wileybaba-hugo-theme-robotico.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wileybaba-hugo-theme-robotico.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wileybaba-hugo-theme-robotico-2x.jpg" - } - }, - "willcode4food-gatsby-starter-paperbase": { - "theme_key": "willcode4food-gatsby-starter-paperbase", - "file": "gatsby-starter-paperbase.md", - "name": "gatsby-starter-paperbase", - "title": "Gatsby Starter Paperbase", - "github_username": "willcode4food", - "repo": "willcode4food/gatsby-starter-paperbase", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/willcode4food/gatsby-starter-paperbase", - "demo_url": "https://gatsby-starter-paperbase.netlify.com/", - "stars": 44, - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/willcode4food-gatsby-starter-paperbase.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/willcode4food-gatsby-starter-paperbase.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/willcode4food-gatsby-starter-paperbase-2x.jpg" - } - }, - "williamcanin-typing-jekyll-template": { - "theme_key": "williamcanin-typing-jekyll-template", - "file": "jekyll-typing-theme.md", - "name": "typing-jekyll-template", - "title": "Typing", - "github_username": "williamcanin", - "repo": "williamcanin/typing-jekyll-template", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/williamcanin/typing-jekyll-template", - "demo_url": "https://williamcanin.github.io/typing-jekyll-template/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/williamcanin-typing-jekyll-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/williamcanin-typing-jekyll-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/williamcanin-typing-jekyll-template-2x.jpg" - } - }, - "willianjusten-cards-jekyll-template": { - "theme_key": "willianjusten-cards-jekyll-template", - "file": "jekyll-cards-theme.md", - "name": "cards-jekyll-template", - "title": "Cards", - "github_username": "willianjusten", - "repo": "willianjusten/cards-jekyll-template", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/willianjusten/cards-jekyll-template", - "demo_url": "https://willianjusten.github.io/cards-jekyll-template/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/willianjusten-cards-jekyll-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/willianjusten-cards-jekyll-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/willianjusten-cards-jekyll-template-2x.jpg" - } - }, - "willianjusten-will-jekyll-template": { - "theme_key": "willianjusten-will-jekyll-template", - "file": "will-jekyll-template.md", - "name": "will-jekyll-template", - "title": "Will", - "github_username": "willianjusten", - "repo": "willianjusten/will-jekyll-template", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/willianjusten/will-jekyll-template", - "demo_url": "https://willianjusten.github.io/will-jekyll-template/", - "stars": 375, - "forks": 438, - "open_issues": 4, - "last_commit": "2020-10-05T15:31:49Z", - "created_at": "2015-08-04T06:35:46Z", - "description": "A simple Jekyll theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/willianjusten-will-jekyll-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/willianjusten-will-jekyll-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/willianjusten-will-jekyll-template-2x.jpg" - } - }, - "willjw3-gatsby-starter-developer-diary": { - "theme_key": "willjw3-gatsby-starter-developer-diary", - "file": "gatsby-starter-developer-diary.md", - "name": "gatsby-starter-developer-diary", - "title": "Gatsby Developer Diary", - "github_username": "willjw3", - "repo": "willjw3/gatsby-starter-developer-diary", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/willjw3/gatsby-starter-developer-diary", - "demo_url": "https://developer-diary.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/willjw3-gatsby-starter-developer-diary.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/willjw3-gatsby-starter-developer-diary.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/willjw3-gatsby-starter-developer-diary-2x.jpg" - } - }, - "windedge-gatsby-tailwind-serif": { - "theme_key": "windedge-gatsby-tailwind-serif", - "file": "gatsby-tailwind-serif.md", - "name": "gatsby-tailwind-serif", - "title": "Gatsby Tailwind Serif", - "github_username": "windedge", - "repo": "windedge/gatsby-tailwind-serif", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/windedge/gatsby-tailwind-serif", - "demo_url": "https://gatsby-tailwind-serif.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/windedge-gatsby-tailwind-serif.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/windedge-gatsby-tailwind-serif.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/windedge-gatsby-tailwind-serif-2x.jpg" - } - }, - "wiredcraft-carte": { - "theme_key": "wiredcraft-carte", - "file": "jekyll-carte.md", - "name": "carte", - "title": "Carte", - "github_username": "Wiredcraft", - "repo": "Wiredcraft/carte", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/Wiredcraft/carte", - "demo_url": "https://wiredcraft.github.io/carte/", - "stars": 730, - "forks": 249, - "open_issues": 7, - "last_commit": "2020-05-02T02:44:30Z", - "created_at": "2012-12-26T11:06:28Z", - "description": "Simple Jekyll-based documentation site for APIs.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/wiredcraft-carte.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wiredcraft-carte.jpg", - "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", - "name": "gatsby-airtable-listing", - "title": "Airtable listing theme for Gatsby", - "github_username": "wkocjan", - "repo": "wkocjan/gatsby-airtable-listing", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/wkocjan/gatsby-airtable-listing", - "demo_url": "https://gatsby-airtable-listing.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/wkocjan-gatsby-airtable-listing.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wkocjan-gatsby-airtable-listing.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wkocjan-gatsby-airtable-listing-2x.jpg" - } - }, - "wkocjan-gatsby-contentful-portfolio": { - "theme_key": "wkocjan-gatsby-contentful-portfolio", - "file": "gatsby-contentful-portfolio.md", - "name": "gatsby-contentful-portfolio", - "title": "Portfolio theme for Gatsby", - "github_username": "wkocjan", - "repo": "wkocjan/gatsby-contentful-portfolio", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/wkocjan/gatsby-contentful-portfolio", - "demo_url": "https://gatsby-contentful-portfolio.netlify.com/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/wkocjan-gatsby-contentful-portfolio.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wkocjan-gatsby-contentful-portfolio.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wkocjan-gatsby-contentful-portfolio-2x.jpg" - } - }, - "wkocjan-gatsby-theme-intro": { - "theme_key": "wkocjan-gatsby-theme-intro", - "file": "gatsby-theme-intro.md", - "name": "gatsby-theme-intro", - "title": "Intro.", - "github_username": "wkocjan", - "repo": "wkocjan/gatsby-theme-intro", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/wkocjan/gatsby-theme-intro", - "demo_url": "https://weeby.studio/intro/preview", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/wkocjan-gatsby-theme-intro.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wkocjan-gatsby-theme-intro.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wkocjan-gatsby-theme-intro-2x.jpg" - } - }, - "wowchemy-wowchemy-hugo-modules": { - "theme_key": "gcushen-hugo-academic", - "file": "hugo-academic.md", - "name": "wowchemy-hugo-modules", - "title": "Academic", - "github_username": "wowchemy", - "repo": "wowchemy/wowchemy-hugo-modules", - "branch": "main", - "default_branch": "main", - "github_url": "https://github.com/wowchemy/wowchemy-hugo-modules", - "demo_url": "https://academic-demo.netlify.com/", - "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": { - "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" - } - }, - "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", - "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": 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": { - "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" - } - }, - "wowthemesnet-jekyll-theme-memoirs": { - "theme_key": "wowthemesnet-jekyll-theme-memoirs", - "file": "jekyll-memoirs.md", - "name": "jekyll-theme-memoirs", - "title": "Memoirs", - "github_username": "wowthemesnet", - "repo": "wowthemesnet/jekyll-theme-memoirs", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/wowthemesnet/jekyll-theme-memoirs", - "demo_url": "https://wowthemesnet.github.io/jekyll-theme-memoirs", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/wowthemesnet-jekyll-theme-memoirs.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wowthemesnet-jekyll-theme-memoirs.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wowthemesnet-jekyll-theme-memoirs-2x.jpg" - } - }, - "wowthemesnet-mediumish-theme-jekyll": { - "theme_key": "wowthemesnet-mediumish-theme-jekyll", - "file": "mediumish-theme-jekyll.md", - "name": "mediumish-theme-jekyll", - "title": "Mediumish Theme Jekyll", - "github_username": "wowthemesnet", - "repo": "wowthemesnet/mediumish-theme-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/wowthemesnet/mediumish-theme-jekyll", - "demo_url": "https://wowthemesnet.github.io/mediumish-theme-jekyll/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/wowthemesnet-mediumish-theme-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wowthemesnet-mediumish-theme-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wowthemesnet-mediumish-theme-jekyll-2x.jpg" - } - }, - "wowthemesnet-mediumish-vuepress-blog-theme": { - "theme_key": "wowthemesnet-mediumish-vuepress-blog-theme", - "file": "vuepress-theme-mediumish.md", - "name": "mediumish-vuepress-blog-theme", - "title": "Mediumish", - "github_username": "wowthemesnet", - "repo": "wowthemesnet/mediumish-vuepress-blog-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/wowthemesnet/mediumish-vuepress-blog-theme", - "demo_url": "https://wowthemesnet.github.io/vuepress-theme-mediumish/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/wowthemesnet-mediumish-vuepress-blog-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wowthemesnet-mediumish-vuepress-blog-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wowthemesnet-mediumish-vuepress-blog-theme-2x.jpg" - } - }, - "wowthemesnet-mundana-theme-jekyll": { - "theme_key": "wowthemesnet-mundana-theme-jekyll", - "file": "jekyll-theme-mundana.md", - "name": "mundana-theme-jekyll", - "title": "Mundana Jekyll Theme", - "github_username": "wowthemesnet", - "repo": "wowthemesnet/mundana-theme-jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/wowthemesnet/mundana-theme-jekyll", - "demo_url": "https://wowthemesnet.github.io/mundana-theme-jekyll/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/wowthemesnet-mundana-theme-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wowthemesnet-mundana-theme-jekyll.jpg", - "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": "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": 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": { - "hires": "https://www.jamstackthemes.dev/capture/wu-kan-wu-kan.github.io.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/wu-kan-wu-kan.github.io.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/wu-kan-wu-kan.github.io-2x.jpg" - } - }, - "xaprb-story": { - "theme_key": "xaprb-story", - "file": "story.md", - "name": "story", - "title": "Story", - "github_username": "xaprb", - "repo": "xaprb/story", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/xaprb/story", - "demo_url": "https://story.xaprb.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/xaprb-story.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/xaprb-story.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/xaprb-story-2x.jpg" - } - }, - "xaviablaza-hugo-lodi-theme": { - "theme_key": "xaviablaza-hugo-lodi-theme", - "file": "hugo-lodi-theme.md", - "name": "hugo-lodi-theme", - "title": "Hugo Lodi Theme", - "github_username": "xaviablaza", - "repo": "xaviablaza/hugo-lodi-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/xaviablaza/hugo-lodi-theme", - "demo_url": "https://themes.gohugo.io/theme/hugo-lodi-theme/", - "stars": 44, - "forks": 35, - "open_issues": 0, - "last_commit": "2019-02-15T05:08:35Z", - "created_at": "2017-10-15T09:52:43Z", - "description": "Lodi theme for Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/xaviablaza-hugo-lodi-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/xaviablaza-hugo-lodi-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/xaviablaza-hugo-lodi-theme-2x.jpg" - } - }, - "xdesro-nuxt-netlify-cms-starter": { - "theme_key": "xdesro-nuxt-netlify-cms-starter", - "file": "nuxt-starter-netlify-cms.md", - "name": "nuxt-netlify-cms-starter", - "title": "Nuxt Netlify CMS Boilerplate", - "github_username": "xdesro", - "repo": "xdesro/nuxt-netlify-cms-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/xdesro/nuxt-netlify-cms-starter", - "demo_url": "https://nuxt-netlify-cms-starter.netlify.com", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/xdesro-nuxt-netlify-cms-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/xdesro-nuxt-netlify-cms-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/xdesro-nuxt-netlify-cms-starter-2x.jpg" - } - }, - "xianmin-hugo-theme-jane": { - "theme_key": "xianmin-hugo-theme-jane", - "file": "hugo-theme-jane.md", - "name": "hugo-theme-jane", - "title": "Jane", - "github_username": "xianmin", - "repo": "xianmin/hugo-theme-jane", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/xianmin/hugo-theme-jane", - "demo_url": "https://www.xianmin.org/hugo-theme-jane/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/xianmin-hugo-theme-jane.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/xianmin-hugo-theme-jane.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/xianmin-hugo-theme-jane-2x.jpg" - } - }, - "xukimseven-hardcandy-jekyll": { - "theme_key": "xukimseven-hardcandy-jekyll", - "file": "jekyll-theme-HardCandy.md", - "name": "HardCandy-Jekyll", - "title": "HardCandy-Jekyll", - "github_username": "xukimseven", - "repo": "xukimseven/HardCandy-Jekyll", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/xukimseven/HardCandy-Jekyll", - "demo_url": "https://ww1.xseven.me/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/xukimseven-hardcandy-jekyll.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/xukimseven-hardcandy-jekyll.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/xukimseven-hardcandy-jekyll-2x.jpg" - } - }, - "xydac-xylo-gatsby-bulma-starter": { - "theme_key": "xydac-xylo-gatsby-bulma-starter", - "file": "gatsby-xylo-bulma-starter.md", - "name": "xylo-gatsby-bulma-starter", - "title": "Gatsby Xylo Bulma", - "github_username": "xydac", - "repo": "xydac/xylo-gatsby-bulma-starter", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/xydac/xylo-gatsby-bulma-starter", - "demo_url": "https://xylo-gatsby-bulma-starter.netlify.com/", - "stars": 5, - "forks": 1, - "open_issues": 0, - "last_commit": "2018-10-07T16:32:10Z", - "created_at": "2018-10-07T03:53:26Z", - "description": "Gatsby v2 Starter with Bulma based on default starter.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/xydac-xylo-gatsby-bulma-starter.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/xydac-xylo-gatsby-bulma-starter.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/xydac-xylo-gatsby-bulma-starter-2x.jpg" - } - }, - "xzya-hugo-material-blog": { - "theme_key": "xzya-hugo-material-blog", - "file": "hugo-material-blog.md", - "name": "hugo-material-blog", - "title": "Hugo Material Blog", - "github_username": "Xzya", - "repo": "Xzya/hugo-material-blog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Xzya/hugo-material-blog", - "demo_url": "https://themes.gohugo.io/theme/hugo-material-blog/", - "stars": 23, - "forks": 21, - "open_issues": 2, - "last_commit": "2018-11-04T10:34:51Z", - "created_at": "2018-04-21T15:43:28Z", - "description": "Clean Material Design blog theme for Hugo.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/xzya-hugo-material-blog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/xzya-hugo-material-blog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/xzya-hugo-material-blog-2x.jpg" - } - }, - "y7kim-agency-jekyll-theme": { - "theme_key": "y7kim-agency-jekyll-theme", - "file": "agency-jekyll-theme.md", - "name": "agency-jekyll-theme", - "title": "Agency Jekyll", - "github_username": "y7kim", - "repo": "y7kim/agency-jekyll-theme", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/y7kim/agency-jekyll-theme", - "demo_url": "https://y7kim.github.io/agency-jekyll-theme/", - "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", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/y7kim-agency-jekyll-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/y7kim-agency-jekyll-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/y7kim-agency-jekyll-theme-2x.jpg" - } - }, - "yelog-hexo-theme-3-hexo": { - "theme_key": "yelog-hexo-theme-3-hexo", - "file": "hexo-theme-3-hexo.md", - "name": "hexo-theme-3-hexo", - "title": "3-Hexo", - "github_username": "yelog", - "repo": "yelog/hexo-theme-3-hexo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/yelog/hexo-theme-3-hexo", - "demo_url": "https://yelog.org/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/yelog-hexo-theme-3-hexo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/yelog-hexo-theme-3-hexo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/yelog-hexo-theme-3-hexo-2x.jpg" - } - }, - "yenyuhsuan-hexo-theme-beantech": { - "theme_key": "yenyuhsuan-hexo-theme-beantech", - "file": "hexo-theme-beantech.md", - "name": "hexo-theme-beantech", - "title": "Beantech", - "github_username": "YenYuHsuan", - "repo": "YenYuHsuan/hexo-theme-beantech", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/YenYuHsuan/hexo-theme-beantech", - "demo_url": "https://beantech.org/", - "stars": 426, - "forks": 105, - "open_issues": 19, - "last_commit": "2017-09-24T04:40:20Z", - "created_at": "2017-03-21T02:57:50Z", - "description": ":sparkles: Ported theme of Hux Blog by Kaijun, Modified by YuHsuan :sparkles:", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/yenyuhsuan-hexo-theme-beantech.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/yenyuhsuan-hexo-theme-beantech.jpg", - "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", - "name": "hugo-xmag", - "title": "XMag", - "github_username": "yihui", - "repo": "yihui/hugo-xmag", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/yihui/hugo-xmag", - "demo_url": "https://xmag.yihui.name/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/yihui-hugo-xmag.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/yihui-hugo-xmag.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/yihui-hugo-xmag-2x.jpg" - } - }, - "yihui-hugo-xmin": { - "theme_key": "yihui-hugo-xmin", - "file": "hugo-xmin-theme.md", - "name": "hugo-xmin", - "title": "XMin", - "github_username": "yihui", - "repo": "yihui/hugo-xmin", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/yihui/hugo-xmin", - "demo_url": "https://xmin.yihui.name/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/yihui-hugo-xmin.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/yihui-hugo-xmin.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/yihui-hugo-xmin-2x.jpg" - } - }, - "yiichou-hugo-theme-vec": { - "theme_key": "ivanchou-hugo-theme-vec", - "file": "hugo-theme-vec.md", - "name": "hugo-theme-vec", - "title": "Vec", - "github_username": "yiichou", - "repo": "yiichou/hugo-theme-vec", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/yiichou/hugo-theme-vec", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-vec/", - "stars": 36, - "forks": 24, - "open_issues": 3, - "last_commit": "2019-01-10T12:52:57Z", - "created_at": "2016-09-08T14:50:26Z", - "description": "Vec is a minimal, clean and beautiful theme for Hugo.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ivanchou-hugo-theme-vec.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ivanchou-hugo-theme-vec.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ivanchou-hugo-theme-vec-2x.jpg" - } - }, - "yiluyanxia-hexo-theme-antiquity": { - "theme_key": "yiluyanxia-hexo-theme-antiquity", - "file": "hexo-theme-antiquity.md", - "name": "hexo-theme-antiquity", - "title": "Antiquity", - "github_username": "yiluyanxia", - "repo": "yiluyanxia/hexo-theme-antiquity", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/yiluyanxia/hexo-theme-antiquity", - "demo_url": "https://yiluyanxia.site/", - "stars": 101, - "forks": 21, - "open_issues": 9, - "last_commit": "2020-07-04T14:58:29Z", - "created_at": "2019-01-12T09:22:31Z", - "description": "一个有点古风的Hexo主题,来自一个不会设计不会配色的前端渣渣。点击这里预览-->", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/yiluyanxia-hexo-theme-antiquity.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/yiluyanxia-hexo-theme-antiquity.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/yiluyanxia-hexo-theme-antiquity-2x.jpg" - } - }, - "yinkakun-eleventy-duo": { - "theme_key": "yinkakun-eleventy-duo", - "file": "eleventy-duo.md", - "name": "eleventy-duo", - "title": "Eleventy Duo", - "github_username": "yinkakun", - "repo": "yinkakun/eleventy-duo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/yinkakun/eleventy-duo", - "demo_url": "https://eleventyduo.netlify.app", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/yinkakun-eleventy-duo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/yinkakun-eleventy-duo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/yinkakun-eleventy-duo-2x.jpg" - } - }, - "yinkakun-gatsby-starter-glass": { - "theme_key": "yinkakun-gatsby-starter-glass", - "file": "gatsby-starter-glass.md", - "name": "gatsby-starter-glass", - "title": "Gatsby Starter Glass", - "github_username": "yinkakun", - "repo": "yinkakun/gatsby-starter-glass", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/yinkakun/gatsby-starter-glass", - "demo_url": "https://gatsbyglass.netlify.app", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/yinkakun-gatsby-starter-glass.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/yinkakun-gatsby-starter-glass.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/yinkakun-gatsby-starter-glass-2x.jpg" - } - }, - "yizeng-jekyll-theme-simple-texture": { - "theme_key": "yizeng-jekyll-theme-simple-texture", - "file": "jekyll-simple-texture-theme.md", - "name": "jekyll-theme-simple-texture", - "title": "Simple Texture", - "github_username": "yizeng", - "repo": "yizeng/jekyll-theme-simple-texture", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/yizeng/jekyll-theme-simple-texture", - "demo_url": "https://yizeng.github.io/jekyll-theme-simple-texture/", - "stars": 184, - "forks": 223, - "open_issues": 6, - "last_commit": "2021-04-04T10:51:19Z", - "created_at": "2017-05-27T10:52:29Z", - "description": "A gem-based responsive simple texture styled Jekyll theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/yizeng-jekyll-theme-simple-texture.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/yizeng-jekyll-theme-simple-texture.jpg", - "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", - "name": "YAX-Coming-soon-Jekyll-Template", - "title": "YAX-Coming-soon", - "github_username": "yonojoy", - "repo": "yonojoy/YAX-Coming-soon-Jekyll-Template", - "branch": "master", - "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": 29, - "forks": 41, - "open_issues": 0, - "last_commit": "2016-01-17T17:00:34Z", - "created_at": "2015-11-16T11:42:40Z", - "description": "Free HTML5 CSS3 Coming Soon Jekyll Template", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/yonojoy-yax-coming-soon-jekyll-template.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/yonojoy-yax-coming-soon-jekyll-template.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/yonojoy-yax-coming-soon-jekyll-template-2x.jpg" - } - }, - "yourfreebies-sciblog": { - "theme_key": "airrayagroupwebdesign-sciblog", - "file": "jekyll-sciblog.md", - "name": "sciblog", - "title": "Sciblog", - "github_username": "yourfreebies", - "repo": "yourfreebies/sciblog", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/yourfreebies/sciblog", - "demo_url": "https://sciblog.yourfreebies.org/", - "stars": 15, - "forks": 17, - "open_issues": 1, - "last_commit": "2018-06-19T22:55:41Z", - "created_at": "2016-02-10T04:25:25Z", - "description": "Sci Blog jekyll theme", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/airrayagroupwebdesign-sciblog.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/airrayagroupwebdesign-sciblog.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/airrayagroupwebdesign-sciblog-2x.jpg" - } - }, - "yous-whiteglass": { - "theme_key": "yous-whiteglass", - "file": "jekyll-whiteglass.md", - "name": "whiteglass", - "title": "whiteglass", - "github_username": "yous", - "repo": "yous/whiteglass", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/yous/whiteglass", - "demo_url": "https://yous.github.io/whiteglass/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/yous-whiteglass.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/yous-whiteglass.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/yous-whiteglass-2x.jpg" - } - }, - "youssefraafatnasry-portfolyou": { - "theme_key": "youssefraafatnasry-portfolyou", - "file": "portfolYOU.md", - "name": "portfolYOU", - "title": "portfolYOU", - "github_username": "YoussefRaafatNasry", - "repo": "YoussefRaafatNasry/portfolYOU", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/YoussefRaafatNasry/portfolYOU", - "demo_url": "https://youssefraafatnasry.github.io/portfolYOU/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/youssefraafatnasry-portfolyou.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/youssefraafatnasry-portfolyou.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/youssefraafatnasry-portfolyou-2x.jpg" - } - }, - "yscoder-vuepress-theme-indigo": { - "theme_key": "yscoder-vuepress-theme-indigo", - "file": "vuepress-theme-indigo.md", - "name": "vuepress-theme-indigo", - "title": "Vuepress Indigo", - "github_username": "yscoder", - "repo": "yscoder/vuepress-theme-indigo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/yscoder/vuepress-theme-indigo", - "demo_url": "https://yscoder.github.io/vuepress-theme-indigo/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/yscoder-vuepress-theme-indigo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/yscoder-vuepress-theme-indigo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/yscoder-vuepress-theme-indigo-2x.jpg" - } - }, - "yubisaki-vuepress-theme-yubisaki": { - "theme_key": "yubisaki-vuepress-theme-yubisaki", - "file": "vuepress-theme-yubisaki.md", - "name": "vuepress-theme-yubisaki", - "title": "Yubisaki", - "github_username": "Yubisaki", - "repo": "Yubisaki/vuepress-theme-yubisaki", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/Yubisaki/vuepress-theme-yubisaki", - "demo_url": "https://wuwaki.me/yubisaki/intro.html", - "stars": 197, - "forks": 15, - "open_issues": 0, - "last_commit": "2019-10-08T06:42:09Z", - "created_at": "2018-04-21T17:50:17Z", - "description": ":sparkles: A blog theme for vuepress", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/yubisaki-vuepress-theme-yubisaki.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/yubisaki-vuepress-theme-yubisaki.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/yubisaki-vuepress-theme-yubisaki-2x.jpg" - } - }, - "yulijia-freshman21": { - "theme_key": "yulijia-freshman21", - "file": "jekyll-freshman21.md", - "name": "freshman21", - "title": "Freshman21", - "github_username": "yulijia", - "repo": "yulijia/freshman21", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/yulijia/freshman21", - "demo_url": "https://yulijia.net/freshman21/", - "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. ", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/yulijia-freshman21.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/yulijia-freshman21.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/yulijia-freshman21-2x.jpg" - } - }, - "yursan9-manis-hugo-theme": { - "theme_key": "yursan9-manis-hugo-theme", - "file": "hugo-manis.md", - "name": "manis-hugo-theme", - "title": "Manis", - "github_username": "yursan9", - "repo": "yursan9/manis-hugo-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/yursan9/manis-hugo-theme", - "demo_url": "https://themes.gohugo.io/theme/manis-hugo-theme/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/yursan9-manis-hugo-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/yursan9-manis-hugo-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/yursan9-manis-hugo-theme-2x.jpg" - } - }, - "yvesespinosa-jekyll-html5up-fractal": { - "theme_key": "yvesespinosa-jekyll-html5up-fractal", - "file": "jekyll-Fractal-theme.md", - "name": "jekyll-html5up-fractal", - "title": "Jekflix", - "github_username": "yveszenne", - "repo": "yveszenne/jekyll-html5up-fractal", - "branch": "master", - "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, - "open_issues": 0, - "last_commit": "2020-05-01T04:51:33Z", - "created_at": "2017-11-10T23:43:31Z", - "description": "An awesome jekyll-fractal theme for the html5 fractal template", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/yvesespinosa-jekyll-html5up-fractal.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/yvesespinosa-jekyll-html5up-fractal.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/yvesespinosa-jekyll-html5up-fractal-2x.jpg" - } - }, - "yveszenne-jekyll-html5up-fractal": { - "theme_key": "yvesespinosa-jekyll-html5up-fractal", - "file": "jekyll-Fractal-theme.md", - "name": "jekyll-html5up-fractal", - "title": "Jekflix", - "github_username": "yveszenne", - "repo": "yveszenne/jekyll-html5up-fractal", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/yveszenne/jekyll-html5up-fractal", - "demo_url": "https://yvesespinosa.github.io/jekyll-html5up-fractal/", - "stars": 10, - "forks": 13, - "open_issues": 0, - "last_commit": "2020-05-01T04:51:33Z", - "created_at": "2017-11-10T23:43:31Z", - "description": "An awesome jekyll-fractal theme for the html5 fractal template", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/yvesespinosa-jekyll-html5up-fractal.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/yvesespinosa-jekyll-html5up-fractal.jpg", - "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", - "name": "gatsby-serif-theme", - "title": "Gatsby Serif Theme", - "github_username": "zerostaticthemes", - "repo": "zerostaticthemes/gatsby-serif-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zerostaticthemes/gatsby-serif-theme", - "demo_url": "https://gatsby-serif.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/jugglerx-gatsby-serif-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jugglerx-gatsby-serif-theme.jpg", - "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", - "name": "hugo-hero-theme", - "title": "Hero", - "github_username": "zerostaticthemes", - "repo": "zerostaticthemes/hugo-hero-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zerostaticthemes/hugo-hero-theme", - "demo_url": "https://hugo-hero.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/jugglerx-hugo-hero-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jugglerx-hugo-hero-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/jugglerx-hugo-hero-theme-2x.jpg" - } - }, - "zerostaticthemes-hugo-serif-theme": { - "theme_key": "zerostaticthemes-hugo-serif-theme", - "file": "hugo-serif.md", - "name": "hugo-serif-theme", - "title": "Hugo Serif", - "github_username": "zerostaticthemes", - "repo": "zerostaticthemes/hugo-serif-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zerostaticthemes/hugo-serif-theme", - "demo_url": "https://hugo-serif.netlify.app", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/zerostaticthemes-hugo-serif-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zerostaticthemes-hugo-serif-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zerostaticthemes-hugo-serif-theme-2x.jpg" - } - }, - "zerostaticthemes-hugo-whisper-theme": { - "theme_key": "jugglerx-hugo-whisper-theme", - "file": "hugo-whisper-theme.md", - "name": "hugo-whisper-theme", - "title": "Whisper", - "github_username": "zerostaticthemes", - "repo": "zerostaticthemes/hugo-whisper-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zerostaticthemes/hugo-whisper-theme", - "demo_url": "https://hugo-whisper.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/jugglerx-hugo-whisper-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/jugglerx-hugo-whisper-theme.jpg", - "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", - "name": "jekyll-serif-theme", - "title": "Jekyll Serif", - "github_username": "zerostaticthemes", - "repo": "zerostaticthemes/jekyll-serif-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zerostaticthemes/jekyll-serif-theme", - "demo_url": "https://jekyll-serif.netlify.app/", - "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 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", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zerostaticthemes-jekyll-serif-theme-2x.jpg" - } - }, - "zhaohuabing-hugo-theme-cleanwhite": { - "theme_key": "zhaohuabing-hugo-theme-cleanwhite", - "file": "hugo-theme-cleanwhite.md", - "name": "hugo-theme-cleanwhite", - "title": "Hugo Clean White", - "github_username": "zhaohuabing", - "repo": "zhaohuabing/hugo-theme-cleanwhite", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zhaohuabing/hugo-theme-cleanwhite", - "demo_url": "https://zhaohuabing.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/zhaohuabing-hugo-theme-cleanwhite.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zhaohuabing-hugo-theme-cleanwhite.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zhaohuabing-hugo-theme-cleanwhite-2x.jpg" - } - }, - "zhe-hugo-theme-slim": { - "theme_key": "zhe-hugo-theme-slim", - "file": "hugo-theme-slim.md", - "name": "hugo-theme-slim", - "title": "Slim", - "github_username": "zhe", - "repo": "zhe/hugo-theme-slim", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zhe/hugo-theme-slim", - "demo_url": "https://themes.gohugo.io/theme/slim/", - "stars": 106, - "forks": 55, - "open_issues": 8, - "last_commit": "2019-08-17T17:28:00Z", - "created_at": "2015-04-24T14:33:33Z", - "description": "Hugo theme—Slim", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/zhe-hugo-theme-slim.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zhe-hugo-theme-slim.jpg", - "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", - "name": "gatsby-starter-quiet", - "title": "Gatsby Starter Quiet", - "github_username": "zhouyuexie", - "repo": "zhouyuexie/gatsby-starter-quiet", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zhouyuexie/gatsby-starter-quiet", - "demo_url": "https://www.quietboy.net/", - "stars": 3, - "forks": 0, - "open_issues": 0, - "last_commit": "2019-11-09T01:59:42Z", - "created_at": "2019-06-17T09:17:32Z", - "description": "开箱即用的Gastby脚手架,支持系统级主题切换、MarkDown草稿、TypeScript、自定义主题...", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/zhouyuexie-gatsby-starter-quiet.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zhouyuexie-gatsby-starter-quiet.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zhouyuexie-gatsby-starter-quiet-2x.jpg" - } - }, - "zivhub-jekyll-theme-hamilton": { - "theme_key": "ngzhio-jekyll-theme-hamilton", - "file": "hamilton.md", - "name": "jekyll-theme-hamilton", - "title": "Hamilton", - "github_username": "zivhub", - "repo": "zivhub/jekyll-theme-hamilton", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zivhub/jekyll-theme-hamilton", - "demo_url": "https://ngzhio.github.io/jekyll-theme-hamilton/", - "stars": 58, - "forks": 106, - "open_issues": 1, - "last_commit": "2021-03-27T15:36:05Z", - "created_at": "2020-04-04T11:56:55Z", - "description": "A minimal and beautiful Jekyll theme best for writing and note-taking.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/ngzhio-jekyll-theme-hamilton.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/ngzhio-jekyll-theme-hamilton.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/ngzhio-jekyll-theme-hamilton-2x.jpg" - } - }, - "zivong-jekyll-theme-hamilton": { - "theme_key": "zivhub-jekyll-theme-hamilton", - "file": "hamilton.md", - "name": "jekyll-theme-hamilton", - "title": "Hamilton", - "github_username": "zivong", - "repo": "zivong/jekyll-theme-hamilton", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zivong/jekyll-theme-hamilton", - "demo_url": "https://zivlog.io/jekyll-theme-hamilton/", - "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.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/zivhub-jekyll-theme-hamilton.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zivhub-jekyll-theme-hamilton.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zivhub-jekyll-theme-hamilton-2x.jpg" - } - }, - "zivong-jekyll-theme-hydure": { - "theme_key": "zivong-jekyll-theme-hydure", - "file": "hydure.md", - "name": "jekyll-theme-hydure", - "title": "Hydure", - "github_username": "zivong", - "repo": "zivong/jekyll-theme-hydure", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zivong/jekyll-theme-hydure", - "demo_url": "https://zivong.blog/jekyll-theme-hydure/", - "stars": 29, - "forks": 80, - "open_issues": 0, - "last_commit": "2021-09-04T16:48:40Z", - "created_at": "2021-04-26T12:07:53Z", - "description": "A concise two-column blog theme for Jekyll.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/zivong-jekyll-theme-hydure.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zivong-jekyll-theme-hydure.jpg", - "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", - "name": "cayman-hugo-theme", - "title": "Cayman", - "github_username": "zwbetz-gh", - "repo": "zwbetz-gh/cayman-hugo-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zwbetz-gh/cayman-hugo-theme", - "demo_url": "https://cayman-hugo-theme.netlify.com/", - "stars": 40, - "forks": 28, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/zwbetz-gh-cayman-hugo-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zwbetz-gh-cayman-hugo-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zwbetz-gh-cayman-hugo-theme-2x.jpg" - } - }, - "zwbetz-gh-cupper-hugo-theme": { - "theme_key": "zwbetz-gh-cupper-hugo-theme", - "file": "cupper-hugo-theme.md", - "name": "cupper-hugo-theme", - "title": "Cupper", - "github_username": "zwbetz-gh", - "repo": "zwbetz-gh/cupper-hugo-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zwbetz-gh/cupper-hugo-theme", - "demo_url": "https://cupper-hugo-theme.netlify.com/", - "stars": 269, - "forks": 176, - "open_issues": 0, - "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": { - "hires": "https://www.jamstackthemes.dev/capture/zwbetz-gh-cupper-hugo-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zwbetz-gh-cupper-hugo-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zwbetz-gh-cupper-hugo-theme-2x.jpg" - } - }, - "zwbetz-gh-minimal-bootstrap-hugo-theme": { - "theme_key": "zwbetz-gh-minimal-bootstrap-hugo-theme", - "file": "hugo-minial-bootstrap-theme.md", - "name": "minimal-bootstrap-hugo-theme", - "title": "Minimal Bootstrap", - "github_username": "zwbetz-gh", - "repo": "zwbetz-gh/minimal-bootstrap-hugo-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zwbetz-gh/minimal-bootstrap-hugo-theme", - "demo_url": "https://minimal-bootstrap-hugo-theme.netlify.com/", - "stars": 88, - "forks": 38, - "open_issues": 0, - "last_commit": "2023-01-03T05:40:08Z", - "created_at": "2018-10-08T04:39:24Z", - "description": "A minimal hugo theme made with bootstrap", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/zwbetz-gh-minimal-bootstrap-hugo-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zwbetz-gh-minimal-bootstrap-hugo-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zwbetz-gh-minimal-bootstrap-hugo-theme-2x.jpg" - } - }, - "zwbetz-gh-papercss-hugo-theme": { - "theme_key": "zwbetz-gh-papercss-hugo-theme", - "file": "hugo-papercss-theme.md", - "name": "papercss-hugo-theme", - "title": "PaperCSS", - "github_username": "zwbetz-gh", - "repo": "zwbetz-gh/papercss-hugo-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zwbetz-gh/papercss-hugo-theme", - "demo_url": "https://papercss-hugo-theme.netlify.com/", - "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": { - "hires": "https://www.jamstackthemes.dev/capture/zwbetz-gh-papercss-hugo-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zwbetz-gh-papercss-hugo-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zwbetz-gh-papercss-hugo-theme-2x.jpg" - } - }, - "zwbetz-gh-vanilla-bootstrap-hugo-theme": { - "theme_key": "zwbetz-gh-vanilla-bootstrap-hugo-theme", - "file": "hugo-vanilla-bootstrap-theme.md", - "name": "vanilla-bootstrap-hugo-theme", - "title": "Vanilla Bootstrap", - "github_username": "zwbetz-gh", - "repo": "zwbetz-gh/vanilla-bootstrap-hugo-theme", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme", - "demo_url": "https://vanilla-bootstrap-hugo-theme.netlify.com/", - "stars": 68, - "forks": 44, - "open_issues": 0, - "last_commit": "2023-01-03T05:46:36Z", - "created_at": "2018-12-15T06:31:19Z", - "description": "A vanilla Bootstrap theme for Hugo", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/zwbetz-gh-vanilla-bootstrap-hugo-theme.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zwbetz-gh-vanilla-bootstrap-hugo-theme.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zwbetz-gh-vanilla-bootstrap-hugo-theme-2x.jpg" - } - }, - "zxixia-jekyll-xixia": { - "theme_key": "zxixia-jekyll-xixia", - "file": "jekyll-xixia-theme.md", - "name": "jekyll-xixia", - "title": "Xixia", - "github_username": "zxixia", - "repo": "zxixia/jekyll-xixia", - "branch": "gh-pages", - "default_branch": "gh-pages", - "github_url": "https://github.com/zxixia/jekyll-xixia", - "demo_url": "https://xixia.info/jekyll-xixia/", - "stars": 33, - "forks": 70, - "open_issues": 3, - "last_commit": "2017-09-29T02:11:16Z", - "created_at": "2017-09-19T06:00:06Z", - "description": "A Jekyll theme.", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/zxixia-jekyll-xixia.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zxixia-jekyll-xixia.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zxixia-jekyll-xixia-2x.jpg" - } - }, - "zzossig-hugo-theme-zdoc": { - "theme_key": "zzossig-hugo-theme-zdoc", - "file": "hugo-theme-zdoc.md", - "name": "hugo-theme-zdoc", - "title": "Hugo Theme Zdoc", - "github_username": "zzossig", - "repo": "zzossig/hugo-theme-zdoc", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zzossig/hugo-theme-zdoc", - "demo_url": "https://themes.gohugo.io//theme/hugo-theme-zdoc/", - "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!", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/zzossig-hugo-theme-zdoc.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zzossig-hugo-theme-zdoc.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zzossig-hugo-theme-zdoc-2x.jpg" - } - }, - "zzossig-hugo-theme-zzo": { - "theme_key": "zzossig-hugo-theme-zzo", - "file": "hugo-theme-zzo.md", - "name": "hugo-theme-zzo", - "title": "Hugo Theme Zzo", - "github_username": "zzossig", - "repo": "zzossig/hugo-theme-zzo", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zzossig/hugo-theme-zzo", - "demo_url": "https://themes.gohugo.io/theme/hugo-theme-zzo/en/", - "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!", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/zzossig-hugo-theme-zzo.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zzossig-hugo-theme-zzo.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zzossig-hugo-theme-zzo-2x.jpg" - } - }, - "zzzmisa-hugo-theme-doors": { - "theme_key": "zzzmisa-hugo-theme-doors", - "file": "hugo-theme-doors.md", - "name": "hugo-theme-doors", - "title": "Doors", - "github_username": "zzzmisa", - "repo": "zzzmisa/hugo-theme-doors", - "branch": "master", - "default_branch": "master", - "github_url": "https://github.com/zzzmisa/hugo-theme-doors", - "demo_url": "https://zzzmisa.com/", - "stars": 13, - "forks": 9, - "open_issues": 0, - "last_commit": "2022-02-05T06:06:44Z", - "created_at": "2019-08-05T14:40:43Z", - "description": "🚪Single page theme for links to your works", - "images": { - "hires": "https://www.jamstackthemes.dev/capture/zzzmisa-hugo-theme-doors.png", - "thumbnail": "https://www.jamstackthemes.dev/images/theme/thumbnail/zzzmisa-hugo-theme-doors.jpg", - "screenshot": "https://www.jamstackthemes.dev/images/theme/thumbnail/2x/zzzmisa-hugo-theme-doors-2x.jpg" - } - } -} \ No newline at end of file diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 171b067e3..000000000 --- a/netlify.toml +++ /dev/null @@ -1,17 +0,0 @@ -[build] - publish = "public" - command = "npm run deploy" - -[build.environment] - HUGO_VERSION = "0.71.1" - -[context.deploy-preview] - command = "npm run deploy" - -[context.branch-deploy] - command = "npm run deploy:branch" - -[[headers]] - for = "/index.json" - [headers.values] - Access-Control-Allow-Origin = "*" \ No newline at end of file diff --git a/package.json b/package.json deleted file mode 100644 index 3274d027d..000000000 --- a/package.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "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": { - "axios": "^0.21.1", - "axios-rate-limit": "^1.3.0", - "cli-spinners": "^2.5.0", - "date-fns": "^2.16.1", - "front-matter": "^4.0.2", - "fs-extra": "^9.1.0", - "js-yaml": "^4.0.0", - "ora": "^5.3.0", - "pageres": "^6.1.0", - "parse-github-url": "^1.0.2", - "promise.allsettled": "^1.0.4", - "sharp": "^0.30.5", - "url-slug": "^3.0.1", - "yaml-front-matter": "^4.1.1", - "yargs": "^16.2.0" - } -} diff --git a/scripts/build.js b/scripts/build.js deleted file mode 100644 index e92a21f94..000000000 --- a/scripts/build.js +++ /dev/null @@ -1,59 +0,0 @@ -#!/usr/bin/env node -const yargs = require('yargs/yargs') -const { hideBin } = require('yargs/helpers') -const argv = yargs(hideBin(process.argv)).argv -const {generateGithubData} = require('./build/github'); -const {generateMarkdownData} = require('./build/markdown'); -const {testDemoUrls} = require('./build/demo'); -const {writeThemesFile, writeErrorFile, writeStackbitFile} = require('./build/write') -const {generateStackbitData} = require('./build/stackbit') -const {generateScreenshots, generateThumbnails} = require('./build/screenshot') -const config = require('./build/config'); -const {errorLog} = require('./build/errors'); - -const build = async (options) => { - const themesMarkdown = await generateMarkdownData(config.themesMarkdownFiles, options) - - if (options.github) { - // Updates themes.json - const themesGithub = await generateGithubData(themesMarkdown) - writeThemesFile(themesGithub) - } - if (options.stackbit) { - // Updates stackbit.json - const stackbit = generateStackbitData(themesMarkdown) - writeStackbitFile(stackbit); - } - - 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, options.recaptureImage) - await generateThumbnails(themesMarkdown, options.regenerateImage) - } - - writeErrorFile(errorLog) - console.log("Build Successful") - console.log("Error Log") - process.exit(0) -} - -const options = { - 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/cleanup.js b/scripts/build/cleanup.js deleted file mode 100644 index 886e93e84..000000000 --- a/scripts/build/cleanup.js +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/env node -const fs = require('fs'); -const path = require('path'); -const yamlFront = require('yaml-front-matter'); -const yaml = require('js-yaml'); -const isBefore = require('date-fns/isBefore'); -const parseISO = require('date-fns/parseISO'); -const subYears = require('date-fns/subYears'); -const {getThemeKey} = require('./utils'); -const {themeMap} = require('./write'); -const {generateMarkdownData} = require('./markdown') -const config = require('./config'); -const staleBeforeDate = subYears(new Date(), 1); - -const deleteOldThemes = async (themesMarkdown, themesGithub) => { - const themesMarkdown = await generateMarkdownData(config.themesMarkdownFiles) - const themesMarkdownMap = themeMap(themesMarkdown) -} - -module.exports = { - deleteOldThemes -} - diff --git a/scripts/build/config.js b/scripts/build/config.js deleted file mode 100644 index e48700c91..000000000 --- a/scripts/build/config.js +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env node -const fs = require('fs'); -const path = require('path'); -const subYears = require('date-fns/subYears'); - -const errorJsonFile = path.join(process.cwd(), '/data/errors.json'); -const stackbitJsonFile = path.join(process.cwd(), '/data/stackbit.json'); -const stackbitJsonData = fs.existsSync(stackbitJsonFile) ? JSON.parse(fs.readFileSync(stackbitJsonFile)) : {}; -const themesMarkdownFolder = path.join(process.cwd(), '/content/theme') -const themesMarkdownFiles = fs.readdirSync(themesMarkdownFolder).map(relFilename => path.resolve(themesMarkdownFolder, relFilename)) -const themesJsonFile = path.join(process.cwd(), '/data/themes.json'); -const themesJsonData = fs.existsSync(themesJsonFile) ? JSON.parse(fs.readFileSync(themesJsonFile)) : {}; -const hiresImagesFolder = path.join(process.cwd(), '/static/capture'); -const thumbnailImagesFolder = path.join(process.cwd(), '/static/images/theme/thumbnail') -const thumbnailImagesFolder2x = path.join(process.cwd(), '/static/images/theme/thumbnail/2x') -const staleBeforeDate = subYears(new Date(), 1); - -module.exports = { - errorJsonFile, - themesJsonFile, - themesMarkdownFolder, - themesMarkdownFiles, - themesJsonData, - stackbitJsonFile, - stackbitJsonData, - hiresImagesFolder, - thumbnailImagesFolder, - thumbnailImagesFolder2x, - staleBeforeDate -} \ No newline at end of file diff --git a/scripts/build/demo.js b/scripts/build/demo.js deleted file mode 100644 index 3ffb3881c..000000000 --- a/scripts/build/demo.js +++ /dev/null @@ -1,67 +0,0 @@ -#!/usr/bin/env node -const axios = require('axios'); -const allSettled = require('promise.allsettled'); -const {errorLog} = require('./errors') -const ora = require('ora'); -const {getThemeKey, getRepoName} = require('./utils'); -const {updateFrontmatter} = require('./markdown'); -const spinner = ora('Loading') - -const testDemo = (frontmatter) => { - const themeKey = getThemeKey(frontmatter.github) - - return axios.get(frontmatter.demo).then((res) => { - spinner.text = `${frontmatter.demo} => checking Demo URL - ${res.status}`; - if (frontmatter.disabled) { - updateFrontmatter(frontmatter.file, { - disabled: false, - disabled_reason: "" - }) - } - return true; - }).catch(err => { - let error = "error checking demo url" - if (err) { - if (err.code === "ENOTFOUND") { - error = "demo url not found" - } - if (err.code === "ECONNREFUSED") { - error = "demo url connection refused" - } - if (err.response) { - if (err.response.status === 404) { - error = "demo url not found" - } - if (err.response.data) { - if (err.response.data.message) { - error = err.response.data.message; - } - } - - } - } - updateFrontmatter(frontmatter.file, { - disabled: true, - disabled_reason: error - }) - spinner.text = `${frontmatter.demo} => checking Demo URL - ${error}`; - errorLog.push({ - theme_key: themeKey, - file: frontmatter.file, - repoUrl: frontmatter.github, - demoUrl: frontmatter.demo, - error - }) - }); -} - -const testDemoUrls = async (themesMarkdown) => { - spinner.start("Testing Demo URL's"); - await allSettled(themesMarkdown.map(theme => testDemo(theme))) - spinner.succeed("Success - Testing Demo URL's"); -} - - -module.exports = { - testDemoUrls -} \ No newline at end of file diff --git a/scripts/build/errors.js b/scripts/build/errors.js deleted file mode 100644 index d807214d4..000000000 --- a/scripts/build/errors.js +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env node -let errorLog = [] - -module.exports = { - errorLog -} diff --git a/scripts/build/github.js b/scripts/build/github.js deleted file mode 100755 index 31a081184..000000000 --- a/scripts/build/github.js +++ /dev/null @@ -1,135 +0,0 @@ -#!/usr/bin/env node -const axios = require('axios'); -const allSettled = require('promise.allsettled'); -const rateLimit = require('axios-rate-limit'); -const isBefore = require('date-fns/isBefore'); -const parseISO = require('date-fns/parseISO'); -const formatDistanceToNow = require('date-fns/formatDistanceToNow') -const ora = require('ora'); -const {errorLog} = require('./errors'); -const {getThemeKey, getRepoName} = require('./utils'); -const {updateFrontmatter} = require('./markdown') -const config = require('./config'); - -if (!process.env.GITHUB_TOKEN) { - throw new Error( - 'Cannot access Github API - environment variable "GITHUB_TOKEN" is missing' - ) -} - -const token = process.env.GITHUB_TOKEN; -const axiosLimit = rateLimit(axios.create(), {maxRequests: 2, perMilliseconds: 200}) -const spinner = ora('Loading') - -const fetchRepoData = async (frontmatter) => { - - const themeKey = getThemeKey(frontmatter.github) - const repoName = getRepoName(frontmatter.github) - - try { - const res = await axiosLimit.get( - `https://api.github.com/repos/${repoName}`, - { - headers: { - Authorization: `Token ${token}`, - }, - }) - spinner.text = `${frontmatter.file} => ${res.data.html_url} - ${res.status}` - const lastCommit = await fetchBranchData(repoName, res.data.default_branch); - updateFrontmatter(frontmatter.file, { - stale: isBefore(parseISO(lastCommit), config.staleBeforeDate) - }) - if (frontmatter.disabled) { - updateFrontmatter(frontmatter.file, { - disabled: false, - disabled_reason: "" - }) - } - - return { - theme_key: themeKey, - file: frontmatter.file, - name: res.data.name, - title: frontmatter.title, - github_username: res.data.owner.login, - repo: res.data.full_name, - branch: res.data.default_branch, - default_branch: res.data.default_branch, - github_url: res.data.html_url, - demo_url: frontmatter.demo, - stars: res.data.stargazers_count, - forks: res.data.forks_count, - open_issues: res.data.open_issues_count, - last_commit: lastCommit, - created_at: res.data.created_at, - description: res.data.description, - images: { - hires: `https://www.jamstackthemes.dev/capture/${themeKey}.png`, - thumbnail: `https://www.jamstackthemes.dev/images/theme/thumbnail/${themeKey}.jpg`, - screenshot: `https://www.jamstackthemes.dev/images/theme/thumbnail/2x/${themeKey}-2x.jpg` - } - } - } catch (err) { - 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, - file: frontmatter.file, - repoUrl: frontmatter.github, - error - }) - throw err - } -} - -const fetchBranchData = (repo, branch) => { - return axiosLimit.get( - `https://api.github.com/repos/${repo}/branches/${branch}`, - { - headers: { - Authorization: `Token ${token}`, - }, - }).then((res) => { - const lastCommit = res.data.commit.commit.author.date; - const lastCommitToNow = formatDistanceToNow(parseISO(lastCommit)); - spinner.text = `${repo} => last commit to branch '${branch}' ${lastCommitToNow}` - return lastCommit; - }).catch((err) => { - throw err - }); -} - -const generateGithubData = async (markdownData, themesJsonData) => { - spinner.start("Fetching Github Data"); - const initalThemes = config.themesJsonData; - const update = await allSettled(markdownData.map(frontmatter => fetchRepoData(frontmatter))) - const updatedThemesArray = update.filter(res => res.status === 'fulfilled').map(res => res.value) - const mergedThemesMap = updatedThemesArray.reduce((accumulator, theme) => { - if (theme === undefined) { - // TODO find root cause - console.log("undefined theme detected"); - return { - ...accumulator - }; - } - const themeKey = getThemeKey(theme.github_url) - return { - ...accumulator, - [themeKey]: theme - }; - }, initalThemes); - - spinner.succeed("Success - Fetching Github Data"); - return mergedThemesMap -} - -module.exports = { - generateGithubData -} \ No newline at end of file diff --git a/scripts/build/markdown.js b/scripts/build/markdown.js deleted file mode 100644 index aa53276dd..000000000 --- a/scripts/build/markdown.js +++ /dev/null @@ -1,133 +0,0 @@ -#!/usr/bin/env node -const fs = require('fs'); -const path = require('path'); -const yamlFront = require('yaml-front-matter'); -const yaml = require('js-yaml'); -const {getThemeKey} = require('./utils'); -const config = require('./config'); - -const updateFrontmatter = (file, update = {}) => { - const absFilepath = path.resolve(config.themesMarkdownFolder, file) - const fileData = fs.existsSync(absFilepath) ? fs.readFileSync(absFilepath) : null; - - let frontmatter = yamlFront.loadFront(fileData); - let content = frontmatter.__content; - delete frontmatter.__content; - - Object.keys(update).forEach((key, index) => { - frontmatter[key] = update[key] - }); - - const fm = `---\n${yaml.dump(frontmatter)}---${content}`; - - fs.writeFileSync(absFilepath, fm); -} - -const loadThemeFrontMatter = absFilename => { - const fileData = fs.readFileSync(absFilename); - const frontmatter = yamlFront.loadFront(fileData); - - if (!frontmatter.github) { - const file = path.parse(absFilename).base; - if (file === ".DS_Store") { - fs.unlinkSync(absFilename) - throw new Error(`${absFilename} invalid file. This file was deleted, try again...`) - } - throw new Error(`${absFilename} invalid github frontmatter`) - } - - let title = frontmatter.title; - let description = frontmatter.description; - let draft = frontmatter.draft; - let disabled = frontmatter.disabled; - let github = frontmatter.github; - let demo = frontmatter.demo; - let github_branch = frontmatter.github_branch; - let file = path.parse(absFilename).base; - let absFile = absFilename - let ssg = frontmatter.ssg - let cms = frontmatter.cms - return { - title, - description, - draft, - disabled, - github, - demo, - github_branch, - file, - absFile, - ssg, - cms - } - -}; - -const generateMarkdownData = async (markdownFiles, options = {}) => { - - let filterCounts = { - draft: 0, - disabled: 0, - latest: 0, - skipped: 0 - } - - 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 - return false; - } - } - if (options.draft) { - if (frontmatter.draft) { - filterCounts.draft += 1 - return false; - } - } - - return true; - }); - - - 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; -} - -module.exports = { - generateMarkdownData, - updateFrontmatter -} - diff --git a/scripts/build/screenshot.js b/scripts/build/screenshot.js deleted file mode 100644 index 56bb0ce03..000000000 --- a/scripts/build/screenshot.js +++ /dev/null @@ -1,99 +0,0 @@ -#!/usr/bin/env node -const fs = require('fs-extra'); -const path = require('path'); -const Pageres = require('pageres'); -const sharp = require('sharp') -const {getThemeKey} = require('./utils'); -const config = require('./config'); -const ora = require('ora'); -const spinner = ora('Loading') - -const captureScreenshot = async (frontmatter, overwrite = false) => { - const themeKey = getThemeKey(frontmatter.github) - const themeImage = `${themeKey}.png` - - if (!overwrite && fs.existsSync(path.join(config.hiresImagesFolder, themeImage))) { - return false - } - - try { - const page = await new Pageres({delay: 2, filename: themeKey}) - .src(frontmatter.demo, ['1280x960'], {crop: true}) - .dest(config.hiresImagesFolder) - .run(); - spinner.text = `${frontmatter.demo} => capturing` - return page - } catch { - spinner.text = `${frontmatter.demo} => failed capturing` - return false; - } -}; - -const generateThumbnail = async (frontmatter, overwrite = false) => { - const themeKey = getThemeKey(frontmatter.github) - const hiresImage = path.join(config.hiresImagesFolder, `${themeKey}.png`) - const imageName = path.parse(hiresImage).name - const outputImage = path.join(config.thumbnailImagesFolder, `${imageName}.jpg`) - const outputImage2x = path.join(config.thumbnailImagesFolder2x, `${imageName}-2x.jpg`) - - if (!hiresImage) { - return false; - } - if (!overwrite && fs.existsSync(outputImage) && fs.existsSync(outputImage2x)) { - return false; - } - fs.ensureDirSync(config.thumbnailImagesFolder); - fs.ensureDirSync(config.thumbnailImagesFolder2x); - - try { - spinner.text = `${imageName} => processing thumbnail` - await sharp(hiresImage) - .resize({ - width: 280, - height: 210, - fit: 'cover', - position: 'top', - }) - .jpeg({ - quality: 85, - }) - .toFile(outputImage) - - spinner.text = `${imageName} => processing thumbnail@2x` - await sharp(hiresImage) - .resize({ - width: 560, - height: 420, - fit: 'cover', - position: 'top', - }) - .jpeg({ - quality: 85, - }) - .toFile(outputImage2x) - } catch { - spinner.text = `${imageName} => processing failed` - return false; - } -}; - -const generateThumbnails = async (markdownData, overwrite) => { - spinner.start("Generating Thumbnails"); - for (const theme of markdownData) { - await generateThumbnail(theme, overwrite) - } - spinner.succeed("Success - Generating Thumbnails"); -}; - -const generateScreenshots = async (markdownData, overwrite) => { - spinner.start("Capturing Screenshots"); - for (const theme of markdownData) { - await captureScreenshot(theme, overwrite) - } - spinner.succeed("Success - Capturing Screenshots"); -} - -module.exports = { - generateScreenshots, - generateThumbnails -} \ No newline at end of file diff --git a/scripts/build/stackbit.js b/scripts/build/stackbit.js deleted file mode 100755 index 1ac49369b..000000000 --- a/scripts/build/stackbit.js +++ /dev/null @@ -1,91 +0,0 @@ -#!/usr/bin/env node -const urlSlug = require('url-slug'); -const {getThemeKey, getRepoName} = require('./utils'); -const ora = require('ora'); -const spinner = ora('Loading') -const allowedSsg = [] -const allowedCms = [] - -const generateStackbit = (frontmatter) => { - const themeKey = getThemeKey(frontmatter.github) - - spinner.text = `${frontmatter.file}` - - let stackbitData = { - theme_key: themeKey - }; - - const ssgArray = frontmatter.ssg || [] - const cmsArray = frontmatter.cms || [] - - if (ssgArray.some(ssg => allowedSsg.includes(urlSlug(ssg))) && cmsArray.some(cms => allowedCms.includes(urlSlug(cms)))) { - if (ssgArray.length > 1) { - stackbitData.createUrl = `https://app.stackbit.com/create?theme=${frontmatter.github}` - } else { - stackbitData.createUrl = `https://app.stackbit.com/create?theme=${frontmatter.github}&ssg=${urlSlug(ssgArray)}` - } - } else { - stackbitData.createUrl = null; - } - - // manual overrides - const manualDisabled = [ - 'https://github.com/runbytech/gatsby-theme-ultronele', - 'https://github.com/YoussefRaafatNasry/portfolYOU', - 'https://github.com/qwtel/hydejack', - 'https://github.com/joshgerdes/jekyll-uno', - 'https://github.com/GDGToulouse/devfest-theme-hugo', - 'https://github.com/h-enk/doks', - 'https://github.com/ahmadiqbal1/jekyll-webpack-boilerplate', - 'https://github.com/SupunKavinda/jekyll-theme-leaf.git', - 'https://github.com/techonomics69/gatsby-netlify-form-example', - 'https://github.com/lawrencecchen/headless-comments', - 'https://github.com/Joy3Luo/Joy3luo.github.io', - 'https://github.com/chrisbobbe/jekyll-theme-prologue', - 'https://github.com/adityatelange/hugo-PaperMod/', - 'https://github.com/Kentico/kontent-jekyll-blog', - 'https://github.com/longpdo/neumorphism', - 'https://github.com/puresyntax71/hugo-theme-chunky-poster', - 'https://github.com/sharadcodes/jekyll-theme-dark-reader', - 'https://github.com/wkocjan/gatsby-theme-intro', - 'https://github.com/jameshamann/jekyll-material-theme', - 'https://github.com/fncnt/vncnt-hugo', - 'https://github.com/wizlee/gatsby-portfolio', - 'https://github.com/EmaSuriano/gatsby-starter-mate', - 'https://github.com/guangmean/Niello', - 'https://github.com/fabien0102/gatsby-starter', - 'https://github.com/netlify-templates/one-click-hugo-cms' - - ]; - manualDisabled.forEach(url => { - if (url === frontmatter.github) { - if (stackbitData.createUrl) { - delete stackbitData.createUrl - } - } - }) - 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)}` - } - }) - if (stackbitData.createUrl) { - return stackbitData; - } - return false; - -}; - -const generateStackbitData = (markdownData) => { - spinner.start("Fetching Stackbit Data"); - const stackbitData = markdownData.map(theme => { - return generateStackbit(theme) - }).filter(stackbit => stackbit.createUrl); - spinner.succeed("Success - Fetching Stackbit Data"); - return stackbitData; -}; - -module.exports = { - generateStackbitData -} \ No newline at end of file diff --git a/scripts/build/utils.js b/scripts/build/utils.js deleted file mode 100644 index 301e4920c..000000000 --- a/scripts/build/utils.js +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env node -const parseGithubUrl = require('parse-github-url'); - -const getRepoName = (repoUrl) => { - return parseGithubUrl(repoUrl).repo; // stackbithq/stackbit-theme-fresh -} - -const getThemeKey = (repoUrl) => { - if (!repoUrl) { - throw Error("Unable to generate themeKey") - } - const repoName = getRepoName(repoUrl) - const themeKey = repoName.replace("/", "-").toLowerCase(); - return themeKey -} - -module.exports = { - getThemeKey, - getRepoName -} \ No newline at end of file diff --git a/scripts/build/write.js b/scripts/build/write.js deleted file mode 100644 index 124b4097f..000000000 --- a/scripts/build/write.js +++ /dev/null @@ -1,53 +0,0 @@ -#!/usr/bin/env node -const fs = require('fs'); -const config = require('./config') -const {getThemeKey} = require('./utils'); - -const writeThemesFile = (themes) => { - // Load existing themes.json and update it - let themesData = themes - // themes.forEach(theme => { - // themesData[theme.theme_key] = theme; - // }) - let sortedThemesData = {} - Object.keys(themesData).sort().forEach(key => { - sortedThemesData[key] = themesData[key]; - }); - console.log(`Writing ${config.themesJsonFile}...`); - fs.writeFileSync(config.themesJsonFile, JSON.stringify(sortedThemesData, null, 2)); -} - -const writeErrorFile = (errorLog) => { - console.log(`Writing ${config.errorJsonFile}...`); - fs.writeFileSync(config.errorJsonFile, JSON.stringify(errorLog, null, 2)); -} - -const writeStackbitFile = (stackbit) => { - let stackbitData = config.stackbitJsonData - stackbit.forEach(theme => { - stackbitData[theme.theme_key] = theme; - }) - let sortedStackbitData = {} - Object.keys(stackbitData).sort().forEach(key => { - sortedStackbitData[key] = stackbitData[key]; - }); - console.log(`Writing ${config.stackbitJsonFile}...`); - fs.writeFileSync(config.stackbitJsonFile, JSON.stringify(sortedStackbitData, null, 2)); -} - -const themeMap = (themes) => { - return themes.reduce((accumulator, theme) => { - const themeKey = getThemeKey(theme.github) - return { - ...accumulator, - [themeKey]: theme - }; - }); -} - -module.exports = { - writeThemesFile, - writeErrorFile, - writeStackbitFile, - themeMap -} diff --git a/static/_redirects b/static/_redirects deleted file mode 100644 index 8c39bdb73..000000000 --- a/static/_redirects +++ /dev/null @@ -1 +0,0 @@ -https://jamstackthemes.netlify.app/* https://jamstackthemes.dev/:splat 301! diff --git a/static/capture/11ty-eleventy-base-blog.png b/static/capture/11ty-eleventy-base-blog.png deleted file mode 100644 index 2b2913266..000000000 Binary files a/static/capture/11ty-eleventy-base-blog.png and /dev/null differ diff --git a/static/capture/12vanblart-gridsome-airtable-starter.png b/static/capture/12vanblart-gridsome-airtable-starter.png deleted file mode 100644 index 0c19b807a..000000000 Binary files a/static/capture/12vanblart-gridsome-airtable-starter.png and /dev/null differ diff --git a/static/capture/416serg-gatsby-starter-lightbox.png b/static/capture/416serg-gatsby-starter-lightbox.png deleted file mode 100644 index ac45fee5a..000000000 Binary files a/static/capture/416serg-gatsby-starter-lightbox.png and /dev/null differ diff --git a/static/capture/526avijitgupta-gokarna.png b/static/capture/526avijitgupta-gokarna.png deleted file mode 100644 index 1ec34ceff..000000000 Binary files a/static/capture/526avijitgupta-gokarna.png and /dev/null differ diff --git a/static/capture/a9kitkumar-gatsby-ecommerce.png b/static/capture/a9kitkumar-gatsby-ecommerce.png deleted file mode 100644 index 9be4aa874..000000000 Binary files a/static/capture/a9kitkumar-gatsby-ecommerce.png and /dev/null differ diff --git a/static/capture/aanupam23-hugo-sugoi.png b/static/capture/aanupam23-hugo-sugoi.png deleted file mode 100644 index 7305617d3..000000000 Binary files a/static/capture/aanupam23-hugo-sugoi.png and /dev/null differ diff --git a/static/capture/abhaynikam-gatsby-nice-blog.png b/static/capture/abhaynikam-gatsby-nice-blog.png deleted file mode 100644 index becf95ad6..000000000 Binary files a/static/capture/abhaynikam-gatsby-nice-blog.png and /dev/null differ diff --git a/static/capture/abhinavs-cookie.png b/static/capture/abhinavs-cookie.png deleted file mode 100644 index 96029ca06..000000000 Binary files a/static/capture/abhinavs-cookie.png and /dev/null differ diff --git a/static/capture/abhinavs-moonwalk.png b/static/capture/abhinavs-moonwalk.png deleted file mode 100644 index 655c3cdf4..000000000 Binary files a/static/capture/abhinavs-moonwalk.png and /dev/null differ diff --git a/static/capture/abhn-soot-spirits.png b/static/capture/abhn-soot-spirits.png deleted file mode 100644 index fd2551478..000000000 Binary files a/static/capture/abhn-soot-spirits.png and /dev/null differ diff --git a/static/capture/abhn-wall-e.png b/static/capture/abhn-wall-e.png deleted file mode 100644 index 6409dd554..000000000 Binary files a/static/capture/abhn-wall-e.png and /dev/null differ diff --git a/static/capture/achary-engimo.png b/static/capture/achary-engimo.png deleted file mode 100644 index 74bff9b1b..000000000 Binary files a/static/capture/achary-engimo.png and /dev/null differ diff --git a/static/capture/act-labs-gatsby-starter-act-blog.png b/static/capture/act-labs-gatsby-starter-act-blog.png deleted file mode 100644 index be61e7aa1..000000000 Binary files a/static/capture/act-labs-gatsby-starter-act-blog.png and /dev/null differ diff --git a/static/capture/adisaktijrs-hexo-theme-minima.png b/static/capture/adisaktijrs-hexo-theme-minima.png deleted file mode 100644 index 18e3810fc..000000000 Binary files a/static/capture/adisaktijrs-hexo-theme-minima.png and /dev/null differ diff --git a/static/capture/adityatelange-hugo-papermod.png b/static/capture/adityatelange-hugo-papermod.png deleted file mode 100644 index d08066661..000000000 Binary files a/static/capture/adityatelange-hugo-papermod.png and /dev/null differ diff --git a/static/capture/adueck-cayman-blog.png b/static/capture/adueck-cayman-blog.png deleted file mode 100644 index 232366db1..000000000 Binary files a/static/capture/adueck-cayman-blog.png and /dev/null differ diff --git a/static/capture/adueck-good-clean-read.png b/static/capture/adueck-good-clean-read.png deleted file mode 100644 index a28c0c18e..000000000 Binary files a/static/capture/adueck-good-clean-read.png and /dev/null differ diff --git a/static/capture/agility-agility-gatsby-starter.png b/static/capture/agility-agility-gatsby-starter.png deleted file mode 100644 index edad1783e..000000000 Binary files a/static/capture/agility-agility-gatsby-starter.png and /dev/null differ diff --git a/static/capture/agusmakmun-agusmakmun.github.io.png b/static/capture/agusmakmun-agusmakmun.github.io.png deleted file mode 100644 index 20ff86b7e..000000000 Binary files a/static/capture/agusmakmun-agusmakmun.github.io.png and /dev/null differ diff --git a/static/capture/aigarsdz-brume.png b/static/capture/aigarsdz-brume.png deleted file mode 100644 index 6ceb4d204..000000000 Binary files a/static/capture/aigarsdz-brume.png and /dev/null differ diff --git a/static/capture/ajayns-gatsby-absurd.png b/static/capture/ajayns-gatsby-absurd.png deleted file mode 100644 index e46a0818b..000000000 Binary files a/static/capture/ajayns-gatsby-absurd.png and /dev/null differ diff --git a/static/capture/akiritsu-project-negya.png b/static/capture/akiritsu-project-negya.png deleted file mode 100644 index ed1b4883b..000000000 Binary files a/static/capture/akiritsu-project-negya.png and /dev/null differ diff --git a/static/capture/aksakalli-jekyll-doc-theme.png b/static/capture/aksakalli-jekyll-doc-theme.png deleted file mode 100644 index 4ecab9d08..000000000 Binary files a/static/capture/aksakalli-jekyll-doc-theme.png and /dev/null differ diff --git a/static/capture/akzhy-gatsby-starter-elemental.png b/static/capture/akzhy-gatsby-starter-elemental.png deleted file mode 100644 index 2bdf04fff..000000000 Binary files a/static/capture/akzhy-gatsby-starter-elemental.png and /dev/null differ diff --git a/static/capture/alainpham-alainpham.github.io.png b/static/capture/alainpham-alainpham.github.io.png deleted file mode 100644 index 9d252d37d..000000000 Binary files a/static/capture/alainpham-alainpham.github.io.png and /dev/null differ diff --git a/static/capture/alanorth-hugo-theme-bootstrap4-blog.png b/static/capture/alanorth-hugo-theme-bootstrap4-blog.png deleted file mode 100644 index 498fe0205..000000000 Binary files a/static/capture/alanorth-hugo-theme-bootstrap4-blog.png and /dev/null differ diff --git a/static/capture/alanta-memoirs-theme.png b/static/capture/alanta-memoirs-theme.png deleted file mode 100644 index 1ebb3a51b..000000000 Binary files a/static/capture/alanta-memoirs-theme.png and /dev/null differ diff --git a/static/capture/alex-shpak-hugo-book.png b/static/capture/alex-shpak-hugo-book.png deleted file mode 100644 index 08db63b1a..000000000 Binary files a/static/capture/alex-shpak-hugo-book.png and /dev/null differ diff --git a/static/capture/alexander-heimbuch-vuepress-theme-casper.png b/static/capture/alexander-heimbuch-vuepress-theme-casper.png deleted file mode 100644 index 9313f18c2..000000000 Binary files a/static/capture/alexander-heimbuch-vuepress-theme-casper.png and /dev/null differ diff --git a/static/capture/alexanderussell-progress-for-jekyll.png b/static/capture/alexanderussell-progress-for-jekyll.png deleted file mode 100644 index 25576089c..000000000 Binary files a/static/capture/alexanderussell-progress-for-jekyll.png and /dev/null differ diff --git a/static/capture/alexcarpenter-butane-jekyll-theme.png b/static/capture/alexcarpenter-butane-jekyll-theme.png deleted file mode 100644 index 1d21eb800..000000000 Binary files a/static/capture/alexcarpenter-butane-jekyll-theme.png and /dev/null differ diff --git a/static/capture/alexfinn-simple-a.png b/static/capture/alexfinn-simple-a.png deleted file mode 100644 index 15f57774d..000000000 Binary files a/static/capture/alexfinn-simple-a.png and /dev/null differ diff --git a/static/capture/aliifam-jdox.png b/static/capture/aliifam-jdox.png deleted file mode 100644 index d82064c10..000000000 Binary files a/static/capture/aliifam-jdox.png and /dev/null differ diff --git a/static/capture/alixedi-typewriter.png b/static/capture/alixedi-typewriter.png deleted file mode 100644 index 8a713bff5..000000000 Binary files a/static/capture/alixedi-typewriter.png and /dev/null differ diff --git a/static/capture/alperenbozkurt-jblog.png b/static/capture/alperenbozkurt-jblog.png deleted file mode 100644 index f5eca5d0f..000000000 Binary files a/static/capture/alperenbozkurt-jblog.png and /dev/null differ diff --git a/static/capture/altcointrading-trading.png b/static/capture/altcointrading-trading.png deleted file mode 100644 index 951e29cbc..000000000 Binary files a/static/capture/altcointrading-trading.png and /dev/null differ diff --git a/static/capture/alxshelepenok-gatsby-starter-lumen.png b/static/capture/alxshelepenok-gatsby-starter-lumen.png deleted file mode 100644 index af73fa7b7..000000000 Binary files a/static/capture/alxshelepenok-gatsby-starter-lumen.png and /dev/null differ diff --git a/static/capture/alynxzhou-hexo-theme-aria.png b/static/capture/alynxzhou-hexo-theme-aria.png deleted file mode 100644 index dbc1e557d..000000000 Binary files a/static/capture/alynxzhou-hexo-theme-aria.png and /dev/null differ diff --git a/static/capture/amandeepmittal-gatsby-bulma-quickstart.png b/static/capture/amandeepmittal-gatsby-bulma-quickstart.png deleted file mode 100644 index 0265d2974..000000000 Binary files a/static/capture/amandeepmittal-gatsby-bulma-quickstart.png and /dev/null differ diff --git a/static/capture/ammarjabakji-gatsby-markdown-blog-starter.png b/static/capture/ammarjabakji-gatsby-markdown-blog-starter.png deleted file mode 100644 index c0376e0d2..000000000 Binary files a/static/capture/ammarjabakji-gatsby-markdown-blog-starter.png and /dev/null differ diff --git a/static/capture/andrewbanchich-forty-jekyll-theme.png b/static/capture/andrewbanchich-forty-jekyll-theme.png deleted file mode 100644 index bd732164a..000000000 Binary files a/static/capture/andrewbanchich-forty-jekyll-theme.png and /dev/null differ diff --git a/static/capture/andrewhwanpark-brutalist-blog.png b/static/capture/andrewhwanpark-brutalist-blog.png deleted file mode 100644 index 709e33f3e..000000000 Binary files a/static/capture/andrewhwanpark-brutalist-blog.png and /dev/null differ diff --git a/static/capture/andrewhwanpark-dark-poole.png b/static/capture/andrewhwanpark-dark-poole.png deleted file mode 100644 index 70972a784..000000000 Binary files a/static/capture/andrewhwanpark-dark-poole.png and /dev/null differ diff --git a/static/capture/andybelldesign-hylia.png b/static/capture/andybelldesign-hylia.png deleted file mode 100644 index 62eddae5f..000000000 Binary files a/static/capture/andybelldesign-hylia.png and /dev/null differ diff --git a/static/capture/andykenward-gatsby-starter-default-typescript.png b/static/capture/andykenward-gatsby-starter-default-typescript.png deleted file mode 100644 index c6feee020..000000000 Binary files a/static/capture/andykenward-gatsby-starter-default-typescript.png and /dev/null differ diff --git a/static/capture/ankitsultana-accent.png b/static/capture/ankitsultana-accent.png deleted file mode 100644 index dcf924e84..000000000 Binary files a/static/capture/ankitsultana-accent.png and /dev/null differ diff --git a/static/capture/ankitsultana-chaplin.png b/static/capture/ankitsultana-chaplin.png deleted file mode 100644 index fd5062b32..000000000 Binary files a/static/capture/ankitsultana-chaplin.png and /dev/null differ diff --git a/static/capture/ankitsultana-researcher.png b/static/capture/ankitsultana-researcher.png deleted file mode 100644 index b0e47f630..000000000 Binary files a/static/capture/ankitsultana-researcher.png and /dev/null 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 deleted file mode 100644 index a22a8f9f2..000000000 Binary files a/static/capture/anna-morawska-gatsby-material-design-for-bootstrap.png and /dev/null differ diff --git a/static/capture/anoun-gatsby-starter-material-business-markdown.png b/static/capture/anoun-gatsby-starter-material-business-markdown.png deleted file mode 100644 index a0d919b79..000000000 Binary files a/static/capture/anoun-gatsby-starter-material-business-markdown.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-aerial.png b/static/capture/anubhavsrivastava-gatsby-starter-aerial.png deleted file mode 100644 index f9b606d10..000000000 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-aerial.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-casual.png b/static/capture/anubhavsrivastava-gatsby-starter-casual.png deleted file mode 100644 index 46a1f7a57..000000000 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-casual.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-directive.png b/static/capture/anubhavsrivastava-gatsby-starter-directive.png deleted file mode 100644 index 1f981d87f..000000000 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-directive.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-eventually.png b/static/capture/anubhavsrivastava-gatsby-starter-eventually.png deleted file mode 100644 index c49fd730d..000000000 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-eventually.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-fractal.png b/static/capture/anubhavsrivastava-gatsby-starter-fractal.png deleted file mode 100644 index f0beace66..000000000 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-fractal.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-grayscale.png b/static/capture/anubhavsrivastava-gatsby-starter-grayscale.png deleted file mode 100644 index 6991fa7f5..000000000 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-grayscale.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-highlights.png b/static/capture/anubhavsrivastava-gatsby-starter-highlights.png deleted file mode 100644 index e7935677d..000000000 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-highlights.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-hyperspace.png b/static/capture/anubhavsrivastava-gatsby-starter-hyperspace.png deleted file mode 100644 index 8eec8b0d3..000000000 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-hyperspace.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-identity.png b/static/capture/anubhavsrivastava-gatsby-starter-identity.png deleted file mode 100644 index 5ca39b65e..000000000 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-identity.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-multiverse.png b/static/capture/anubhavsrivastava-gatsby-starter-multiverse.png deleted file mode 100644 index 7af8276e8..000000000 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-multiverse.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-newage.png b/static/capture/anubhavsrivastava-gatsby-starter-newage.png deleted file mode 100644 index d0b75dae1..000000000 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-newage.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-overflow.png b/static/capture/anubhavsrivastava-gatsby-starter-overflow.png deleted file mode 100644 index d74678e0d..000000000 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-overflow.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-paradigmshift.png b/static/capture/anubhavsrivastava-gatsby-starter-paradigmshift.png deleted file mode 100644 index 228375027..000000000 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-paradigmshift.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-prologue.png b/static/capture/anubhavsrivastava-gatsby-starter-prologue.png deleted file mode 100644 index 108f250f4..000000000 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-prologue.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-readonly.png b/static/capture/anubhavsrivastava-gatsby-starter-readonly.png deleted file mode 100644 index 86fdcd1a2..000000000 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-readonly.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-resume.png b/static/capture/anubhavsrivastava-gatsby-starter-resume.png deleted file mode 100644 index eb79180bd..000000000 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-resume.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-solidstate.png b/static/capture/anubhavsrivastava-gatsby-starter-solidstate.png deleted file mode 100644 index 9ab682688..000000000 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-solidstate.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-spectral.png b/static/capture/anubhavsrivastava-gatsby-starter-spectral.png deleted file mode 100644 index 64818e8db..000000000 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-spectral.png and /dev/null differ diff --git a/static/capture/anubhavsrivastava-gatsby-starter-stylish.png b/static/capture/anubhavsrivastava-gatsby-starter-stylish.png deleted file mode 100644 index c3cdbbc1a..000000000 Binary files a/static/capture/anubhavsrivastava-gatsby-starter-stylish.png and /dev/null differ diff --git a/static/capture/app-generator-eleventy-soft-ui-design.png b/static/capture/app-generator-eleventy-soft-ui-design.png deleted file mode 100644 index bff562210..000000000 Binary files a/static/capture/app-generator-eleventy-soft-ui-design.png and /dev/null differ diff --git a/static/capture/app-generator-gatsbyjs-starter-tailwindplay.png b/static/capture/app-generator-gatsbyjs-starter-tailwindplay.png deleted file mode 100644 index 6c5e57fb5..000000000 Binary files a/static/capture/app-generator-gatsbyjs-starter-tailwindplay.png and /dev/null differ diff --git a/static/capture/apvarun-blist-hugo-theme.png b/static/capture/apvarun-blist-hugo-theme.png deleted file mode 100644 index e70afabbe..000000000 Binary files a/static/capture/apvarun-blist-hugo-theme.png and /dev/null differ diff --git a/static/capture/apvarun-digital-garden-hugo-theme.png b/static/capture/apvarun-digital-garden-hugo-theme.png deleted file mode 100644 index 9ee346c7a..000000000 Binary files a/static/capture/apvarun-digital-garden-hugo-theme.png and /dev/null differ diff --git a/static/capture/apvarun-productlog-nextjs-theme.png b/static/capture/apvarun-productlog-nextjs-theme.png deleted file mode 100644 index b0a760a14..000000000 Binary files a/static/capture/apvarun-productlog-nextjs-theme.png and /dev/null differ diff --git a/static/capture/apvarun-showfolio-hugo-theme.png b/static/capture/apvarun-showfolio-hugo-theme.png deleted file mode 100644 index 2b55c352b..000000000 Binary files a/static/capture/apvarun-showfolio-hugo-theme.png and /dev/null differ diff --git a/static/capture/ar363-eleventy-stylus-blog-theme.png b/static/capture/ar363-eleventy-stylus-blog-theme.png deleted file mode 100644 index 7a4e26e29..000000000 Binary files a/static/capture/ar363-eleventy-stylus-blog-theme.png and /dev/null differ diff --git a/static/capture/arhen-hugo-cereus-pro-theme.png b/static/capture/arhen-hugo-cereus-pro-theme.png deleted file mode 100644 index bf25fc502..000000000 Binary files a/static/capture/arhen-hugo-cereus-pro-theme.png and /dev/null differ diff --git a/static/capture/arjayosma-nextacular.png b/static/capture/arjayosma-nextacular.png deleted file mode 100644 index 94112d338..000000000 Binary files a/static/capture/arjayosma-nextacular.png and /dev/null differ diff --git a/static/capture/arkadianriver-spectral.png b/static/capture/arkadianriver-spectral.png deleted file mode 100644 index 1a65e04bf..000000000 Binary files a/static/capture/arkadianriver-spectral.png and /dev/null differ diff --git a/static/capture/aron-bordin-neo-hpstr-jekyll-theme.png b/static/capture/aron-bordin-neo-hpstr-jekyll-theme.png deleted file mode 100644 index 204695c84..000000000 Binary files a/static/capture/aron-bordin-neo-hpstr-jekyll-theme.png and /dev/null differ diff --git a/static/capture/arpitbatra123-eleventy-blog-mnml.png b/static/capture/arpitbatra123-eleventy-blog-mnml.png deleted file mode 100644 index 8ba1108eb..000000000 Binary files a/static/capture/arpitbatra123-eleventy-blog-mnml.png and /dev/null differ diff --git a/static/capture/artemsheludko-adam-blog.png b/static/capture/artemsheludko-adam-blog.png deleted file mode 100644 index 82badada8..000000000 Binary files a/static/capture/artemsheludko-adam-blog.png and /dev/null differ diff --git a/static/capture/artemsheludko-bef.png b/static/capture/artemsheludko-bef.png deleted file mode 100644 index fd64e6402..000000000 Binary files a/static/capture/artemsheludko-bef.png and /dev/null differ diff --git a/static/capture/artemsheludko-monday.png b/static/capture/artemsheludko-monday.png deleted file mode 100644 index d6ab5e2ac..000000000 Binary files a/static/capture/artemsheludko-monday.png and /dev/null differ diff --git a/static/capture/artemsheludko-mr-brown.png b/static/capture/artemsheludko-mr-brown.png deleted file mode 100644 index d6ab5e2ac..000000000 Binary files a/static/capture/artemsheludko-mr-brown.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 deleted file mode 100644 index e5569f7b8..000000000 Binary files a/static/capture/ashr81-gatsby-theme-profile-builder.png and /dev/null differ diff --git a/static/capture/aslammultidots-blogger.png b/static/capture/aslammultidots-blogger.png deleted file mode 100644 index 13fa29970..000000000 Binary files a/static/capture/aslammultidots-blogger.png and /dev/null differ diff --git a/static/capture/aspirethemes-type.png b/static/capture/aspirethemes-type.png deleted file mode 100644 index 8dc5a5b32..000000000 Binary files a/static/capture/aspirethemes-type.png and /dev/null differ diff --git a/static/capture/avivero-gatsby-redux-starter.png b/static/capture/avivero-gatsby-redux-starter.png deleted file mode 100644 index 5a2ef1839..000000000 Binary files a/static/capture/avivero-gatsby-redux-starter.png and /dev/null differ diff --git a/static/capture/aweekj-kiko-plus.png b/static/capture/aweekj-kiko-plus.png deleted file mode 100644 index 3524fe711..000000000 Binary files a/static/capture/aweekj-kiko-plus.png and /dev/null differ diff --git a/static/capture/bagseye-bonneville.png b/static/capture/bagseye-bonneville.png deleted file mode 100644 index 985b358c8..000000000 Binary files a/static/capture/bagseye-bonneville.png and /dev/null differ diff --git a/static/capture/baobabkoodaa-blog.png b/static/capture/baobabkoodaa-blog.png deleted file mode 100644 index 60c71dd24..000000000 Binary files a/static/capture/baobabkoodaa-blog.png and /dev/null differ diff --git a/static/capture/baobabkoodaa-gatsby-starter-infinite-scroll.png b/static/capture/baobabkoodaa-gatsby-starter-infinite-scroll.png deleted file mode 100644 index 7c8dadc3c..000000000 Binary files a/static/capture/baobabkoodaa-gatsby-starter-infinite-scroll.png and /dev/null differ diff --git a/static/capture/baobabkoodaa-gatsby-starter-photo-book.png b/static/capture/baobabkoodaa-gatsby-starter-photo-book.png deleted file mode 100644 index 4d49721d9..000000000 Binary files a/static/capture/baobabkoodaa-gatsby-starter-photo-book.png and /dev/null differ diff --git a/static/capture/barryclark-jekyll-now.png b/static/capture/barryclark-jekyll-now.png deleted file mode 100644 index b3a8074e2..000000000 Binary files a/static/capture/barryclark-jekyll-now.png and /dev/null differ diff --git a/static/capture/bawn92-sleek_blog.png b/static/capture/bawn92-sleek_blog.png deleted file mode 100644 index 3980b5832..000000000 Binary files a/static/capture/bawn92-sleek_blog.png and /dev/null differ diff --git a/static/capture/bdhu-minimalist.png b/static/capture/bdhu-minimalist.png deleted file mode 100644 index df9d7cb4c..000000000 Binary files a/static/capture/bdhu-minimalist.png and /dev/null differ diff --git a/static/capture/bdougie-casper-cms-template.png b/static/capture/bdougie-casper-cms-template.png deleted file mode 100644 index ec7043f58..000000000 Binary files a/static/capture/bdougie-casper-cms-template.png and /dev/null differ diff --git a/static/capture/bdougie-hyde-cms-theme.png b/static/capture/bdougie-hyde-cms-theme.png deleted file mode 100644 index f937cd7b1..000000000 Binary files a/static/capture/bdougie-hyde-cms-theme.png and /dev/null 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 deleted file mode 100644 index 52195ee95..000000000 Binary files a/static/capture/ben-siewert-gatsby-starter-auth-aws-amplify.png and /dev/null differ diff --git a/static/capture/benjamingrobertson-gatsby-starter-accessibility.png b/static/capture/benjamingrobertson-gatsby-starter-accessibility.png deleted file mode 100644 index 6b81a2a8b..000000000 Binary files a/static/capture/benjamingrobertson-gatsby-starter-accessibility.png and /dev/null differ diff --git a/static/capture/benradford-slate-and-simple-jekyll-theme.png b/static/capture/benradford-slate-and-simple-jekyll-theme.png deleted file mode 100644 index 2605be614..000000000 Binary files a/static/capture/benradford-slate-and-simple-jekyll-theme.png and /dev/null differ diff --git a/static/capture/bep-docuapi.png b/static/capture/bep-docuapi.png deleted file mode 100644 index 39b51b5b4..000000000 Binary files a/static/capture/bep-docuapi.png and /dev/null differ diff --git a/static/capture/bigcommerce-gatsby-bigcommerce-netlify-cms-starter.png b/static/capture/bigcommerce-gatsby-bigcommerce-netlify-cms-starter.png deleted file mode 100644 index 4ecc672d1..000000000 Binary files a/static/capture/bigcommerce-gatsby-bigcommerce-netlify-cms-starter.png and /dev/null 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 deleted file mode 100644 index 948c965bf..000000000 Binary files a/static/capture/bijenkorf-james-wakefield-gatsby-firebase-hosting-starter.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 deleted file mode 100644 index bf641c08c..000000000 Binary files a/static/capture/billyjacoby-gatsby-react-bootstrap-starter.png and /dev/null differ diff --git a/static/capture/bit-ranger-blog.png b/static/capture/bit-ranger-blog.png deleted file mode 100644 index ed6ea6e3a..000000000 Binary files a/static/capture/bit-ranger-blog.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 deleted file mode 100644 index 7ab85578d..000000000 Binary files a/static/capture/blakenoll-gatsby-starter-styled-components.png and /dev/null differ diff --git a/static/capture/blazity-next-saas-starter.png b/static/capture/blazity-next-saas-starter.png deleted file mode 100644 index de51cf9ee..000000000 Binary files a/static/capture/blazity-next-saas-starter.png and /dev/null differ diff --git a/static/capture/blleng-hexo-theme-lx.png b/static/capture/blleng-hexo-theme-lx.png deleted file mode 100644 index 2aaad75fd..000000000 Binary files a/static/capture/blleng-hexo-theme-lx.png and /dev/null differ diff --git a/static/capture/bluepeter-gatsby-material-ui-business-starter.png b/static/capture/bluepeter-gatsby-material-ui-business-starter.png deleted file mode 100644 index 3e09cd02a..000000000 Binary files a/static/capture/bluepeter-gatsby-material-ui-business-starter.png and /dev/null differ diff --git a/static/capture/borekb-gatsby-starter-mobx.png b/static/capture/borekb-gatsby-starter-mobx.png deleted file mode 100644 index 160902f91..000000000 Binary files a/static/capture/borekb-gatsby-starter-mobx.png and /dev/null differ diff --git a/static/capture/boywithsilverwings-gatsby-blog-starter.png b/static/capture/boywithsilverwings-gatsby-blog-starter.png deleted file mode 100644 index 4a75c542c..000000000 Binary files a/static/capture/boywithsilverwings-gatsby-blog-starter.png and /dev/null differ diff --git a/static/capture/boywithsilverwings-gatsby-careers-page.png b/static/capture/boywithsilverwings-gatsby-careers-page.png deleted file mode 100644 index 42130a0cf..000000000 Binary files a/static/capture/boywithsilverwings-gatsby-careers-page.png and /dev/null differ diff --git a/static/capture/bradykondek-streamer.png b/static/capture/bradykondek-streamer.png deleted file mode 100644 index a3effcaac..000000000 Binary files a/static/capture/bradykondek-streamer.png and /dev/null differ diff --git a/static/capture/brennanbrown-enjoyment-work.png b/static/capture/brennanbrown-enjoyment-work.png deleted file mode 100644 index 5824f4e71..000000000 Binary files a/static/capture/brennanbrown-enjoyment-work.png and /dev/null differ diff --git a/static/capture/brennanbrown-purelog.png b/static/capture/brennanbrown-purelog.png deleted file mode 100644 index 5bef5e90d..000000000 Binary files a/static/capture/brennanbrown-purelog.png and /dev/null differ diff --git a/static/capture/brennanbrown-watery.png b/static/capture/brennanbrown-watery.png deleted file mode 100644 index ae3513fcb..000000000 Binary files a/static/capture/brennanbrown-watery.png and /dev/null differ diff --git a/static/capture/brianmaierjr-long-haul.png b/static/capture/brianmaierjr-long-haul.png deleted file mode 100644 index 11324ff38..000000000 Binary files a/static/capture/brianmaierjr-long-haul.png and /dev/null differ diff --git a/static/capture/brijeshb42-bitwiser-material.png b/static/capture/brijeshb42-bitwiser-material.png deleted file mode 100644 index c2d2f9b08..000000000 Binary files a/static/capture/brijeshb42-bitwiser-material.png and /dev/null differ diff --git a/static/capture/brohlson-gatsby-datocms-starter.png b/static/capture/brohlson-gatsby-datocms-starter.png deleted file mode 100644 index f1629f605..000000000 Binary files a/static/capture/brohlson-gatsby-datocms-starter.png and /dev/null differ diff --git a/static/capture/brunch-brunch.github.io.png b/static/capture/brunch-brunch.github.io.png deleted file mode 100644 index 5f398d836..000000000 Binary files a/static/capture/brunch-brunch.github.io.png and /dev/null differ diff --git a/static/capture/brxck-gatsby-starter-stripe.png b/static/capture/brxck-gatsby-starter-stripe.png deleted file mode 100644 index 6a8200730..000000000 Binary files a/static/capture/brxck-gatsby-starter-stripe.png and /dev/null differ diff --git a/static/capture/budparr-gohugo-theme-ananke.png b/static/capture/budparr-gohugo-theme-ananke.png deleted file mode 100644 index 2daf75bb0..000000000 Binary files a/static/capture/budparr-gohugo-theme-ananke.png and /dev/null differ diff --git a/static/capture/buttercms-gatsby-starter-buttercms.png b/static/capture/buttercms-gatsby-starter-buttercms.png deleted file mode 100644 index 57e644069..000000000 Binary files a/static/capture/buttercms-gatsby-starter-buttercms.png and /dev/null differ diff --git a/static/capture/caki0915-gatsby-starter-redux.png b/static/capture/caki0915-gatsby-starter-redux.png deleted file mode 100644 index e7dc9ad35..000000000 Binary files a/static/capture/caki0915-gatsby-starter-redux.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 deleted file mode 100644 index 1329b0409..000000000 Binary files a/static/capture/calpa-gatsby-starter-calpa-blog.png and /dev/null differ diff --git a/static/capture/canhtran-maverick.png b/static/capture/canhtran-maverick.png deleted file mode 100644 index 4fd9db934..000000000 Binary files a/static/capture/canhtran-maverick.png and /dev/null differ diff --git a/static/capture/chaooo-hexo-theme-bluelake.png b/static/capture/chaooo-hexo-theme-bluelake.png deleted file mode 100644 index 4e56378e5..000000000 Binary files a/static/capture/chaooo-hexo-theme-bluelake.png and /dev/null differ diff --git a/static/capture/chec-commercejs-chopchop-demo.png b/static/capture/chec-commercejs-chopchop-demo.png deleted file mode 100644 index 2b96fa670..000000000 Binary files a/static/capture/chec-commercejs-chopchop-demo.png and /dev/null differ diff --git a/static/capture/chec-commercejs-nextjs-demo-store.png b/static/capture/chec-commercejs-nextjs-demo-store.png deleted file mode 100644 index bfec8bea4..000000000 Binary files a/static/capture/chec-commercejs-nextjs-demo-store.png and /dev/null differ diff --git a/static/capture/chec-commercejs-vuejs-boilerplate.png b/static/capture/chec-commercejs-vuejs-boilerplate.png deleted file mode 100644 index c297d7390..000000000 Binary files a/static/capture/chec-commercejs-vuejs-boilerplate.png and /dev/null differ diff --git a/static/capture/chesterhow-tale.png b/static/capture/chesterhow-tale.png deleted file mode 100644 index 0860ca825..000000000 Binary files a/static/capture/chesterhow-tale.png and /dev/null differ diff --git a/static/capture/chetanverma16-react-portfolio-template.png b/static/capture/chetanverma16-react-portfolio-template.png deleted file mode 100644 index acc3f3428..000000000 Binary files a/static/capture/chetanverma16-react-portfolio-template.png and /dev/null differ diff --git a/static/capture/chibicode-solo.png b/static/capture/chibicode-solo.png deleted file mode 100644 index cd987db3e..000000000 Binary files a/static/capture/chibicode-solo.png and /dev/null differ diff --git a/static/capture/chringel21-chringel-hugo-theme.png b/static/capture/chringel21-chringel-hugo-theme.png deleted file mode 100644 index 1d480441b..000000000 Binary files a/static/capture/chringel21-chringel-hugo-theme.png and /dev/null differ diff --git a/static/capture/chrisbobbe-jekyll-theme-prologue.png b/static/capture/chrisbobbe-jekyll-theme-prologue.png deleted file mode 100644 index 77be6d752..000000000 Binary files a/static/capture/chrisbobbe-jekyll-theme-prologue.png and /dev/null differ diff --git a/static/capture/chrisnmorrison-revista-gatsby-blog-magazine.png b/static/capture/chrisnmorrison-revista-gatsby-blog-magazine.png deleted file mode 100644 index b9cdf02d5..000000000 Binary files a/static/capture/chrisnmorrison-revista-gatsby-blog-magazine.png and /dev/null differ diff --git a/static/capture/chrisrhymes-bulma-clean-theme.png b/static/capture/chrisrhymes-bulma-clean-theme.png deleted file mode 100644 index de1185ed7..000000000 Binary files a/static/capture/chrisrhymes-bulma-clean-theme.png and /dev/null differ diff --git a/static/capture/chrisrhymes-mere-blog-theme.png b/static/capture/chrisrhymes-mere-blog-theme.png deleted file mode 100644 index 57e4f7fd6..000000000 Binary files a/static/capture/chrisrhymes-mere-blog-theme.png and /dev/null differ diff --git a/static/capture/chrissimpkins-cinder.png b/static/capture/chrissimpkins-cinder.png deleted file mode 100644 index 0ee42dbda..000000000 Binary files a/static/capture/chrissimpkins-cinder.png and /dev/null differ diff --git a/static/capture/christianezeani-panthera-jekyll.png b/static/capture/christianezeani-panthera-jekyll.png deleted file mode 100644 index d3a2e61af..000000000 Binary files a/static/capture/christianezeani-panthera-jekyll.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 deleted file mode 100644 index b4bbefc6e..000000000 Binary files a/static/capture/clark-zhao-bohu-jekyll-theme.png and /dev/null differ diff --git a/static/capture/clayh53-tufte-jekyll.png b/static/capture/clayh53-tufte-jekyll.png deleted file mode 100644 index 5a5984efe..000000000 Binary files a/static/capture/clayh53-tufte-jekyll.png and /dev/null differ diff --git a/static/capture/cloudcannon-aviator-jekyll-theme.png b/static/capture/cloudcannon-aviator-jekyll-theme.png deleted file mode 100644 index 0d7fb0b97..000000000 Binary files a/static/capture/cloudcannon-aviator-jekyll-theme.png and /dev/null differ diff --git a/static/capture/cloudcannon-cause-jekyll-template.png b/static/capture/cloudcannon-cause-jekyll-template.png deleted file mode 100644 index 26506a4fb..000000000 Binary files a/static/capture/cloudcannon-cause-jekyll-template.png and /dev/null differ diff --git a/static/capture/cloudcannon-edition-jekyll-template.png b/static/capture/cloudcannon-edition-jekyll-template.png deleted file mode 100644 index 9a14d6571..000000000 Binary files a/static/capture/cloudcannon-edition-jekyll-template.png and /dev/null differ diff --git a/static/capture/cloudcannon-frisco-jekyll-template.png b/static/capture/cloudcannon-frisco-jekyll-template.png deleted file mode 100644 index d5f55a108..000000000 Binary files a/static/capture/cloudcannon-frisco-jekyll-template.png and /dev/null differ diff --git a/static/capture/cloudcannon-hydra-jekyll-template.png b/static/capture/cloudcannon-hydra-jekyll-template.png deleted file mode 100644 index 72d02a203..000000000 Binary files a/static/capture/cloudcannon-hydra-jekyll-template.png and /dev/null differ diff --git a/static/capture/cloudcannon-justice-jekyll-template.png b/static/capture/cloudcannon-justice-jekyll-template.png deleted file mode 100644 index e2f36a9d9..000000000 Binary files a/static/capture/cloudcannon-justice-jekyll-template.png and /dev/null differ diff --git a/static/capture/cloudcannon-malt-jekyll-template.png b/static/capture/cloudcannon-malt-jekyll-template.png deleted file mode 100644 index 6d4badc6c..000000000 Binary files a/static/capture/cloudcannon-malt-jekyll-template.png and /dev/null differ diff --git a/static/capture/cloudcannon-urban-jekyll-template.png b/static/capture/cloudcannon-urban-jekyll-template.png deleted file mode 100644 index ba6551ce7..000000000 Binary files a/static/capture/cloudcannon-urban-jekyll-template.png and /dev/null differ diff --git a/static/capture/codeasashu-hcz-jekyll-blog.png b/static/capture/codeasashu-hcz-jekyll-blog.png deleted file mode 100644 index a5b5f4a35..000000000 Binary files a/static/capture/codeasashu-hcz-jekyll-blog.png and /dev/null differ diff --git a/static/capture/codebushi-gatsby-starter-dimension.png b/static/capture/codebushi-gatsby-starter-dimension.png deleted file mode 100644 index 3cdd0a3cb..000000000 Binary files a/static/capture/codebushi-gatsby-starter-dimension.png and /dev/null differ diff --git a/static/capture/codebushi-gatsby-starter-forty.png b/static/capture/codebushi-gatsby-starter-forty.png deleted file mode 100644 index ac8543c86..000000000 Binary files a/static/capture/codebushi-gatsby-starter-forty.png and /dev/null differ diff --git a/static/capture/codebushi-gatsby-starter-photon.png b/static/capture/codebushi-gatsby-starter-photon.png deleted file mode 100644 index 07b428211..000000000 Binary files a/static/capture/codebushi-gatsby-starter-photon.png and /dev/null differ diff --git a/static/capture/codebushi-gatsby-starter-stellar.png b/static/capture/codebushi-gatsby-starter-stellar.png deleted file mode 100644 index 5fb8835dc..000000000 Binary files a/static/capture/codebushi-gatsby-starter-stellar.png and /dev/null differ diff --git a/static/capture/codebushi-gatsby-starter-strata.png b/static/capture/codebushi-gatsby-starter-strata.png deleted file mode 100644 index 96fbf2063..000000000 Binary files a/static/capture/codebushi-gatsby-starter-strata.png and /dev/null differ diff --git a/static/capture/codexfelis-paws-template.png b/static/capture/codexfelis-paws-template.png deleted file mode 100644 index 9275783de..000000000 Binary files a/static/capture/codexfelis-paws-template.png and /dev/null differ diff --git a/static/capture/codinfox-codinfox-lanyon.png b/static/capture/codinfox-codinfox-lanyon.png deleted file mode 100644 index 6b3ac7802..000000000 Binary files a/static/capture/codinfox-codinfox-lanyon.png and /dev/null differ diff --git a/static/capture/colbyfayock-gatsby-starter-sass.png b/static/capture/colbyfayock-gatsby-starter-sass.png deleted file mode 100644 index 1dd3aae52..000000000 Binary files a/static/capture/colbyfayock-gatsby-starter-sass.png and /dev/null differ diff --git a/static/capture/coletownsend-balzac-for-jekyll.png b/static/capture/coletownsend-balzac-for-jekyll.png deleted file mode 100644 index 22b02b8be..000000000 Binary files a/static/capture/coletownsend-balzac-for-jekyll.png and /dev/null differ diff --git a/static/capture/collective-gatsby-starter-plone.png b/static/capture/collective-gatsby-starter-plone.png deleted file mode 100644 index 6347b4d19..000000000 Binary files a/static/capture/collective-gatsby-starter-plone.png and /dev/null differ diff --git a/static/capture/contentful-userland-gatsby-contentful-starter.png b/static/capture/contentful-userland-gatsby-contentful-starter.png deleted file mode 100644 index b4b4a3999..000000000 Binary files a/static/capture/contentful-userland-gatsby-contentful-starter.png and /dev/null differ diff --git a/static/capture/contentstack-gatsby-starter-contentstack.png b/static/capture/contentstack-gatsby-starter-contentstack.png deleted file mode 100644 index 05f822a82..000000000 Binary files a/static/capture/contentstack-gatsby-starter-contentstack.png and /dev/null differ diff --git a/static/capture/cosmicjs-gatsby-agency-portfolio.png b/static/capture/cosmicjs-gatsby-agency-portfolio.png deleted file mode 100644 index 0a1277460..000000000 Binary files a/static/capture/cosmicjs-gatsby-agency-portfolio.png and /dev/null differ diff --git a/static/capture/cosmicjs-gatsby-blog-cosmicjs.png b/static/capture/cosmicjs-gatsby-blog-cosmicjs.png deleted file mode 100644 index cb93c890d..000000000 Binary files a/static/capture/cosmicjs-gatsby-blog-cosmicjs.png and /dev/null differ diff --git a/static/capture/cosmicjs-gatsby-docs-app.png b/static/capture/cosmicjs-gatsby-docs-app.png deleted file mode 100644 index 6efb88de9..000000000 Binary files a/static/capture/cosmicjs-gatsby-docs-app.png and /dev/null differ diff --git a/static/capture/cosmicjs-gatsby-localization-app-starter.png b/static/capture/cosmicjs-gatsby-localization-app-starter.png deleted file mode 100644 index 020c0666f..000000000 Binary files a/static/capture/cosmicjs-gatsby-localization-app-starter.png and /dev/null differ diff --git a/static/capture/cosmicjs-gatsby-starter.png b/static/capture/cosmicjs-gatsby-starter.png deleted file mode 100644 index 54b36540d..000000000 Binary files a/static/capture/cosmicjs-gatsby-starter.png and /dev/null differ diff --git a/static/capture/cotes2020-jekyll-theme-chirpy.png b/static/capture/cotes2020-jekyll-theme-chirpy.png deleted file mode 100644 index 3df0227aa..000000000 Binary files a/static/capture/cotes2020-jekyll-theme-chirpy.png and /dev/null differ diff --git a/static/capture/craigary-nobelium.png b/static/capture/craigary-nobelium.png deleted file mode 100644 index b3b009cdd..000000000 Binary files a/static/capture/craigary-nobelium.png and /dev/null differ diff --git a/static/capture/creasoft-dev-fundamenty.png b/static/capture/creasoft-dev-fundamenty.png deleted file mode 100644 index 873a08157..000000000 Binary files a/static/capture/creasoft-dev-fundamenty.png and /dev/null differ diff --git a/static/capture/curtiscde-hugo-theme-dopetrope.png b/static/capture/curtiscde-hugo-theme-dopetrope.png deleted file mode 100644 index 5a3ca39f8..000000000 Binary files a/static/capture/curtiscde-hugo-theme-dopetrope.png and /dev/null differ diff --git a/static/capture/curtiscde-hugo-theme-massively.png b/static/capture/curtiscde-hugo-theme-massively.png deleted file mode 100644 index 6410061cd..000000000 Binary files a/static/capture/curtiscde-hugo-theme-massively.png and /dev/null differ diff --git a/static/capture/curtistimson-hugo-theme-dopetrope.png b/static/capture/curtistimson-hugo-theme-dopetrope.png deleted file mode 100644 index 7a4fc8df0..000000000 Binary files a/static/capture/curtistimson-hugo-theme-dopetrope.png and /dev/null differ diff --git a/static/capture/curtistimson-hugo-theme-massively.png b/static/capture/curtistimson-hugo-theme-massively.png deleted file mode 100644 index 21d07040d..000000000 Binary files a/static/capture/curtistimson-hugo-theme-massively.png and /dev/null differ diff --git a/static/capture/cvluca-gatsby-starter-markdown.png b/static/capture/cvluca-gatsby-starter-markdown.png deleted file mode 100644 index 2a56f154c..000000000 Binary files a/static/capture/cvluca-gatsby-starter-markdown.png and /dev/null differ diff --git a/static/capture/cwlsn-gatsby-simple-contentful-starter.png b/static/capture/cwlsn-gatsby-simple-contentful-starter.png deleted file mode 100644 index 14f9a803e..000000000 Binary files a/static/capture/cwlsn-gatsby-simple-contentful-starter.png and /dev/null differ diff --git a/static/capture/cyevgeniy-jekyll-true-minimal.png b/static/capture/cyevgeniy-jekyll-true-minimal.png deleted file mode 100644 index 869e898d7..000000000 Binary files a/static/capture/cyevgeniy-jekyll-true-minimal.png and /dev/null differ diff --git a/static/capture/daattali-beautiful-jekyll.png b/static/capture/daattali-beautiful-jekyll.png deleted file mode 100644 index f45873f7d..000000000 Binary files a/static/capture/daattali-beautiful-jekyll.png and /dev/null differ diff --git a/static/capture/dabit3-gatsby-auth-starter-aws-amplify.png b/static/capture/dabit3-gatsby-auth-starter-aws-amplify.png deleted file mode 100644 index 8692dfbfd..000000000 Binary files a/static/capture/dabit3-gatsby-auth-starter-aws-amplify.png and /dev/null differ diff --git a/static/capture/dafiulh-vredeburg.png b/static/capture/dafiulh-vredeburg.png deleted file mode 100644 index a05aa9e77..000000000 Binary files a/static/capture/dafiulh-vredeburg.png and /dev/null differ diff --git a/static/capture/damassi-gatsby-starter-typescript-rebass-netlifycms.png b/static/capture/damassi-gatsby-starter-typescript-rebass-netlifycms.png deleted file mode 100644 index 1efdc728d..000000000 Binary files a/static/capture/damassi-gatsby-starter-typescript-rebass-netlifycms.png and /dev/null differ diff --git a/static/capture/danielbayerlein-middleman-casper.png b/static/capture/danielbayerlein-middleman-casper.png deleted file mode 100644 index b82d2468e..000000000 Binary files a/static/capture/danielbayerlein-middleman-casper.png and /dev/null differ diff --git a/static/capture/danielkellyio-awake-template.png b/static/capture/danielkellyio-awake-template.png deleted file mode 100644 index 7ed951a80..000000000 Binary files a/static/capture/danielkellyio-awake-template.png and /dev/null differ diff --git a/static/capture/danielkvist-hugo-piercer-theme.png b/static/capture/danielkvist-hugo-piercer-theme.png deleted file mode 100644 index 4f501b4fc..000000000 Binary files a/static/capture/danielkvist-hugo-piercer-theme.png and /dev/null differ diff --git a/static/capture/danielkvist-hugo-terrassa-theme.png b/static/capture/danielkvist-hugo-terrassa-theme.png deleted file mode 100644 index 7f68edef6..000000000 Binary files a/static/capture/danielkvist-hugo-terrassa-theme.png and /dev/null differ diff --git a/static/capture/danilowoz-gatsby-advanced-blog-system.png b/static/capture/danilowoz-gatsby-advanced-blog-system.png deleted file mode 100644 index f1b6bb187..000000000 Binary files a/static/capture/danilowoz-gatsby-advanced-blog-system.png and /dev/null differ diff --git a/static/capture/danshai-gatsbyv2-scientific-blog-machine-learning.png b/static/capture/danshai-gatsbyv2-scientific-blog-machine-learning.png deleted file mode 100644 index cbefda7cb..000000000 Binary files a/static/capture/danshai-gatsbyv2-scientific-blog-machine-learning.png and /dev/null differ diff --git a/static/capture/danurbanowicz-eleventy-netlify-boilerplate.png b/static/capture/danurbanowicz-eleventy-netlify-boilerplate.png deleted file mode 100644 index 48232569b..000000000 Binary files a/static/capture/danurbanowicz-eleventy-netlify-boilerplate.png and /dev/null differ diff --git a/static/capture/dashdashzako-hugo-journal.png b/static/capture/dashdashzako-hugo-journal.png deleted file mode 100644 index 79121a00d..000000000 Binary files a/static/capture/dashdashzako-hugo-journal.png and /dev/null differ diff --git a/static/capture/dashingcode-front-cover.png b/static/capture/dashingcode-front-cover.png deleted file mode 100644 index 454f44b38..000000000 Binary files a/static/capture/dashingcode-front-cover.png and /dev/null differ diff --git a/static/capture/datocms-gatsby-portfolio.png b/static/capture/datocms-gatsby-portfolio.png deleted file mode 100644 index be941b78c..000000000 Binary files a/static/capture/datocms-gatsby-portfolio.png and /dev/null differ diff --git a/static/capture/daviddarnes-alembic.png b/static/capture/daviddarnes-alembic.png deleted file mode 100644 index 817666724..000000000 Binary files a/static/capture/daviddarnes-alembic.png and /dev/null differ diff --git a/static/capture/daviddarnes-garth.png b/static/capture/daviddarnes-garth.png deleted file mode 100644 index 338dd0d18..000000000 Binary files a/static/capture/daviddarnes-garth.png and /dev/null differ diff --git a/static/capture/davshoward-gatsby-starter-honey.png b/static/capture/davshoward-gatsby-starter-honey.png deleted file mode 100644 index 1c19f2337..000000000 Binary files a/static/capture/davshoward-gatsby-starter-honey.png and /dev/null differ diff --git a/static/capture/dbtek-dbyll.png b/static/capture/dbtek-dbyll.png deleted file mode 100644 index 3a004d2e4..000000000 Binary files a/static/capture/dbtek-dbyll.png and /dev/null differ diff --git a/static/capture/dbtek-paper.png b/static/capture/dbtek-paper.png deleted file mode 100644 index 692456344..000000000 Binary files a/static/capture/dbtek-paper.png and /dev/null differ diff --git a/static/capture/ddbullfrog-resumecard.png b/static/capture/ddbullfrog-resumecard.png deleted file mode 100644 index 48696690d..000000000 Binary files a/static/capture/ddbullfrog-resumecard.png and /dev/null differ diff --git a/static/capture/de-souza-hugo-flex.png b/static/capture/de-souza-hugo-flex.png deleted file mode 100644 index 824ed1b22..000000000 Binary files a/static/capture/de-souza-hugo-flex.png and /dev/null differ diff --git a/static/capture/deamme-gatsby-starter-prismic-resume.png b/static/capture/deamme-gatsby-starter-prismic-resume.png deleted file mode 100644 index e720b0df1..000000000 Binary files a/static/capture/deamme-gatsby-starter-prismic-resume.png and /dev/null differ diff --git a/static/capture/deepidea-web-presentation.png b/static/capture/deepidea-web-presentation.png deleted file mode 100644 index 9a7b10330..000000000 Binary files a/static/capture/deepidea-web-presentation.png and /dev/null differ diff --git a/static/capture/denjones-hexo-theme-chan.png b/static/capture/denjones-hexo-theme-chan.png deleted file mode 100644 index 5f331a90a..000000000 Binary files a/static/capture/denjones-hexo-theme-chan.png and /dev/null differ diff --git a/static/capture/denningk-gatsby-starter-typescript-jest.png b/static/capture/denningk-gatsby-starter-typescript-jest.png deleted file mode 100644 index 7b1172c64..000000000 Binary files a/static/capture/denningk-gatsby-starter-typescript-jest.png and /dev/null differ diff --git a/static/capture/devlocker-breakfast.png b/static/capture/devlocker-breakfast.png deleted file mode 100644 index 6ddcf3aff..000000000 Binary files a/static/capture/devlocker-breakfast.png and /dev/null differ diff --git a/static/capture/dfcommunity-hexo-web-nary.png b/static/capture/dfcommunity-hexo-web-nary.png deleted file mode 100644 index 25c96f9a4..000000000 Binary files a/static/capture/dfcommunity-hexo-web-nary.png and /dev/null differ diff --git a/static/capture/dgraph-io-hugo-dgraph-theme.png b/static/capture/dgraph-io-hugo-dgraph-theme.png deleted file mode 100644 index 0fc356500..000000000 Binary files a/static/capture/dgraph-io-hugo-dgraph-theme.png and /dev/null differ diff --git a/static/capture/dieghernan-chulapa.png b/static/capture/dieghernan-chulapa.png deleted file mode 100644 index 45978f733..000000000 Binary files a/static/capture/dieghernan-chulapa.png and /dev/null differ diff --git a/static/capture/diezcami-arctic-fox-theme.png b/static/capture/diezcami-arctic-fox-theme.png deleted file mode 100644 index 8b0e3807f..000000000 Binary files a/static/capture/diezcami-arctic-fox-theme.png and /dev/null differ diff --git a/static/capture/dikiaap-mangan.png b/static/capture/dikiaap-mangan.png deleted file mode 100644 index 16a925219..000000000 Binary files a/static/capture/dikiaap-mangan.png and /dev/null differ diff --git a/static/capture/dirkfabisch-mediator.png b/static/capture/dirkfabisch-mediator.png deleted file mode 100644 index 3a344f1bc..000000000 Binary files a/static/capture/dirkfabisch-mediator.png and /dev/null differ diff --git a/static/capture/dirtyf-hylia-forestry.png b/static/capture/dirtyf-hylia-forestry.png deleted file mode 100644 index 9d0f66fab..000000000 Binary files a/static/capture/dirtyf-hylia-forestry.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 deleted file mode 100644 index 1df6d7816..000000000 Binary files a/static/capture/dominicabela-gatsby-starter-material-ui.png and /dev/null differ diff --git a/static/capture/dongchuan-yummy-jekyll.png b/static/capture/dongchuan-yummy-jekyll.png deleted file mode 100644 index cffda132b..000000000 Binary files a/static/capture/dongchuan-yummy-jekyll.png and /dev/null differ diff --git a/static/capture/dplesca-purehugo.png b/static/capture/dplesca-purehugo.png deleted file mode 100644 index 652379155..000000000 Binary files a/static/capture/dplesca-purehugo.png and /dev/null differ diff --git a/static/capture/drassil-git-wiki.png b/static/capture/drassil-git-wiki.png deleted file mode 100644 index a7be326fc..000000000 Binary files a/static/capture/drassil-git-wiki.png and /dev/null differ diff --git a/static/capture/drvy-minimal-block.png b/static/capture/drvy-minimal-block.png deleted file mode 100644 index d608066a6..000000000 Binary files a/static/capture/drvy-minimal-block.png and /dev/null differ diff --git a/static/capture/dschau-gatsby-blog-starter-kit.png b/static/capture/dschau-gatsby-blog-starter-kit.png deleted file mode 100644 index 3a7302552..000000000 Binary files a/static/capture/dschau-gatsby-blog-starter-kit.png and /dev/null differ diff --git a/static/capture/durianstack-gatsby-tailwindcss-sass-starter.png b/static/capture/durianstack-gatsby-tailwindcss-sass-starter.png deleted file mode 100644 index 76eef4111..000000000 Binary files a/static/capture/durianstack-gatsby-tailwindcss-sass-starter.png and /dev/null differ diff --git a/static/capture/dwyfrequency-gatsby-ghub.png b/static/capture/dwyfrequency-gatsby-ghub.png deleted file mode 100644 index 1ce7d306c..000000000 Binary files a/static/capture/dwyfrequency-gatsby-ghub.png and /dev/null differ diff --git a/static/capture/dyndna-lanyon-plus.png b/static/capture/dyndna-lanyon-plus.png deleted file mode 100644 index f035e21c7..000000000 Binary files a/static/capture/dyndna-lanyon-plus.png and /dev/null differ diff --git a/static/capture/dyutibarma-monochrome.png b/static/capture/dyutibarma-monochrome.png deleted file mode 100644 index edfab64da..000000000 Binary files a/static/capture/dyutibarma-monochrome.png and /dev/null differ diff --git a/static/capture/dzello-reveal-hugo.png b/static/capture/dzello-reveal-hugo.png deleted file mode 100644 index 479c7c6d0..000000000 Binary files a/static/capture/dzello-reveal-hugo.png and /dev/null differ diff --git a/static/capture/edavidaja-docter.png b/static/capture/edavidaja-docter.png deleted file mode 100644 index fe0390a40..000000000 Binary files a/static/capture/edavidaja-docter.png and /dev/null differ diff --git a/static/capture/eliottvincent-bay.png b/static/capture/eliottvincent-bay.png deleted file mode 100644 index eec802e3b..000000000 Binary files a/static/capture/eliottvincent-bay.png and /dev/null differ diff --git a/static/capture/ellekasai-resumecards.png b/static/capture/ellekasai-resumecards.png deleted file mode 100644 index 030ae76c0..000000000 Binary files a/static/capture/ellekasai-resumecards.png and /dev/null differ diff --git a/static/capture/ellekasai-shiori.png b/static/capture/ellekasai-shiori.png deleted file mode 100644 index 7b2027963..000000000 Binary files a/static/capture/ellekasai-shiori.png and /dev/null differ diff --git a/static/capture/elotroalex-ed.png b/static/capture/elotroalex-ed.png deleted file mode 100644 index 9441c7ba7..000000000 Binary files a/static/capture/elotroalex-ed.png and /dev/null differ diff --git a/static/capture/email2vimalraj-gatsby-starter-tech-blog.png b/static/capture/email2vimalraj-gatsby-starter-tech-blog.png deleted file mode 100644 index dcc171fda..000000000 Binary files a/static/capture/email2vimalraj-gatsby-starter-tech-blog.png and /dev/null differ diff --git a/static/capture/emasuriano-gatsby-starter-event-calendar.png b/static/capture/emasuriano-gatsby-starter-event-calendar.png deleted file mode 100644 index eda044dd6..000000000 Binary files a/static/capture/emasuriano-gatsby-starter-event-calendar.png and /dev/null differ diff --git a/static/capture/emasuriano-gatsby-starter-mate.png b/static/capture/emasuriano-gatsby-starter-mate.png deleted file mode 100644 index d9f4a3c9b..000000000 Binary files a/static/capture/emasuriano-gatsby-starter-mate.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 deleted file mode 100644 index 1d81a2172..000000000 Binary files a/static/capture/emilbaehr-automatic-app-landing-page.png and /dev/null differ diff --git a/static/capture/endymion1818-gatsby-starter-carraway.png b/static/capture/endymion1818-gatsby-starter-carraway.png deleted file mode 100644 index 6f2fd54a2..000000000 Binary files a/static/capture/endymion1818-gatsby-starter-carraway.png and /dev/null differ diff --git a/static/capture/epilocal-newsliner-gatsby.png b/static/capture/epilocal-newsliner-gatsby.png deleted file mode 100644 index acb5f9085..000000000 Binary files a/static/capture/epilocal-newsliner-gatsby.png and /dev/null differ diff --git a/static/capture/erayaydin-jekyll-bulma.png b/static/capture/erayaydin-jekyll-bulma.png deleted file mode 100644 index 00ffc8619..000000000 Binary files a/static/capture/erayaydin-jekyll-bulma.png and /dev/null differ diff --git a/static/capture/escapemanuele-gatsby-contentful-blog-portfolio.png b/static/capture/escapemanuele-gatsby-contentful-blog-portfolio.png deleted file mode 100644 index 118616228..000000000 Binary files a/static/capture/escapemanuele-gatsby-contentful-blog-portfolio.png and /dev/null differ diff --git a/static/capture/excentris-compass.png b/static/capture/excentris-compass.png deleted file mode 100644 index ce8d4e736..000000000 Binary files a/static/capture/excentris-compass.png and /dev/null differ diff --git a/static/capture/exchangerate-api-rlstevenson-jekyll-theme.png b/static/capture/exchangerate-api-rlstevenson-jekyll-theme.png deleted file mode 100644 index 724f57a87..000000000 Binary files a/static/capture/exchangerate-api-rlstevenson-jekyll-theme.png and /dev/null differ diff --git a/static/capture/ezrasavard-ezora-jekyll-theme.png b/static/capture/ezrasavard-ezora-jekyll-theme.png deleted file mode 100644 index 17d1bbe9f..000000000 Binary files a/static/capture/ezrasavard-ezora-jekyll-theme.png and /dev/null differ diff --git a/static/capture/fabe-gatsby-starter-deck.png b/static/capture/fabe-gatsby-starter-deck.png deleted file mode 100644 index 4bdc8cee7..000000000 Binary files a/static/capture/fabe-gatsby-starter-deck.png and /dev/null differ diff --git a/static/capture/fabe-gatsby-universal.png b/static/capture/fabe-gatsby-universal.png deleted file mode 100644 index 128deb477..000000000 Binary files a/static/capture/fabe-gatsby-universal.png and /dev/null differ diff --git a/static/capture/fabien0102-gatsby-starter.png b/static/capture/fabien0102-gatsby-starter.png deleted file mode 100644 index a95c7f114..000000000 Binary files a/static/capture/fabien0102-gatsby-starter.png and /dev/null differ diff --git a/static/capture/fareez-ahamed-millikyl.png b/static/capture/fareez-ahamed-millikyl.png deleted file mode 100644 index b75d80023..000000000 Binary files a/static/capture/fareez-ahamed-millikyl.png and /dev/null differ diff --git a/static/capture/fastbyte01-keepit.png b/static/capture/fastbyte01-keepit.png deleted file mode 100644 index 93066b332..000000000 Binary files a/static/capture/fastbyte01-keepit.png and /dev/null differ diff --git a/static/capture/ferrolho-jekyll-theme-libretto.png b/static/capture/ferrolho-jekyll-theme-libretto.png deleted file mode 100644 index fb3da99ea..000000000 Binary files a/static/capture/ferrolho-jekyll-theme-libretto.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 deleted file mode 100644 index fb39c0c9b..000000000 Binary files a/static/capture/flotiq-flotiq-gatsby-blog-1.png and /dev/null differ diff --git a/static/capture/flotiq-flotiq-gatsby-blog-2.png b/static/capture/flotiq-flotiq-gatsby-blog-2.png deleted file mode 100644 index 9b94fd815..000000000 Binary files a/static/capture/flotiq-flotiq-gatsby-blog-2.png and /dev/null differ diff --git a/static/capture/flotiq-flotiq-gatsby-event-1.png b/static/capture/flotiq-flotiq-gatsby-event-1.png deleted file mode 100644 index c727c2401..000000000 Binary files a/static/capture/flotiq-flotiq-gatsby-event-1.png and /dev/null differ diff --git a/static/capture/flotiq-flotiq-gatsby-event-2.png b/static/capture/flotiq-flotiq-gatsby-event-2.png deleted file mode 100644 index 3f9026b49..000000000 Binary files a/static/capture/flotiq-flotiq-gatsby-event-2.png and /dev/null differ diff --git a/static/capture/flotiq-flotiq-gatsby-portfolio-1.png b/static/capture/flotiq-flotiq-gatsby-portfolio-1.png deleted file mode 100644 index 8dc9c9309..000000000 Binary files a/static/capture/flotiq-flotiq-gatsby-portfolio-1.png and /dev/null differ diff --git a/static/capture/flotiq-flotiq-gatsby-portfolio-2.png b/static/capture/flotiq-flotiq-gatsby-portfolio-2.png deleted file mode 100644 index 3ced585e8..000000000 Binary files a/static/capture/flotiq-flotiq-gatsby-portfolio-2.png and /dev/null differ diff --git a/static/capture/flotiq-flotiq-gatsby-recipe-1.png b/static/capture/flotiq-flotiq-gatsby-recipe-1.png deleted file mode 100644 index 9565228f0..000000000 Binary files a/static/capture/flotiq-flotiq-gatsby-recipe-1.png and /dev/null differ diff --git a/static/capture/flotiq-flotiq-gatsby-recipe-2.png b/static/capture/flotiq-flotiq-gatsby-recipe-2.png deleted file mode 100644 index e22a9b9f7..000000000 Binary files a/static/capture/flotiq-flotiq-gatsby-recipe-2.png and /dev/null differ diff --git a/static/capture/flotiq-flotiq-gatsby-shop-1.png b/static/capture/flotiq-flotiq-gatsby-shop-1.png deleted file mode 100644 index 6676d8cff..000000000 Binary files a/static/capture/flotiq-flotiq-gatsby-shop-1.png and /dev/null differ diff --git a/static/capture/flotiq-flotiq-gatsby-shop-2.png b/static/capture/flotiq-flotiq-gatsby-shop-2.png deleted file mode 100644 index bfaf6fdc3..000000000 Binary files a/static/capture/flotiq-flotiq-gatsby-shop-2.png and /dev/null differ diff --git a/static/capture/fongandrew-hydeout.png b/static/capture/fongandrew-hydeout.png deleted file mode 100644 index 4ce40539f..000000000 Binary files a/static/capture/fongandrew-hydeout.png and /dev/null differ diff --git a/static/capture/forestryio-ubuild-jekyll.png b/static/capture/forestryio-ubuild-jekyll.png deleted file mode 100644 index 845e33880..000000000 Binary files a/static/capture/forestryio-ubuild-jekyll.png and /dev/null differ diff --git a/static/capture/forever-jekyll-forever-jekyll.png b/static/capture/forever-jekyll-forever-jekyll.png deleted file mode 100644 index 0bc591191..000000000 Binary files a/static/capture/forever-jekyll-forever-jekyll.png and /dev/null differ diff --git a/static/capture/formspree-blogophonic-hugo.png b/static/capture/formspree-blogophonic-hugo.png deleted file mode 100644 index 8425d1aaf..000000000 Binary files a/static/capture/formspree-blogophonic-hugo.png and /dev/null differ diff --git a/static/capture/foxandgeese-tiny-agency.png b/static/capture/foxandgeese-tiny-agency.png deleted file mode 100644 index a06848ca3..000000000 Binary files a/static/capture/foxandgeese-tiny-agency.png and /dev/null differ diff --git a/static/capture/frankievalentine-gatsby-craftcms-barebones.png b/static/capture/frankievalentine-gatsby-craftcms-barebones.png deleted file mode 100644 index 06ac407b3..000000000 Binary files a/static/capture/frankievalentine-gatsby-craftcms-barebones.png and /dev/null differ diff --git a/static/capture/friedger-gatsby-starter-blockstack.png b/static/capture/friedger-gatsby-starter-blockstack.png deleted file mode 100644 index 38067d8a6..000000000 Binary files a/static/capture/friedger-gatsby-starter-blockstack.png and /dev/null differ diff --git a/static/capture/friendlyuser-vuepress-theme-cool-starter.png b/static/capture/friendlyuser-vuepress-theme-cool-starter.png deleted file mode 100644 index b2ef544f8..000000000 Binary files a/static/capture/friendlyuser-vuepress-theme-cool-starter.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 deleted file mode 100644 index e5e740d89..000000000 Binary files a/static/capture/frnki-gatsby-typescript-starter-blog.png and /dev/null differ diff --git a/static/capture/fromendworld-loffer.png b/static/capture/fromendworld-loffer.png deleted file mode 100644 index 3b2c42fc1..000000000 Binary files a/static/capture/fromendworld-loffer.png and /dev/null differ diff --git a/static/capture/fullit-fullit.github.io.png b/static/capture/fullit-fullit.github.io.png deleted file mode 100644 index 347eeb5ba..000000000 Binary files a/static/capture/fullit-fullit.github.io.png and /dev/null differ diff --git a/static/capture/gallenhu-hexo-theme-daily.png b/static/capture/gallenhu-hexo-theme-daily.png deleted file mode 100644 index b2fa25bde..000000000 Binary files a/static/capture/gallenhu-hexo-theme-daily.png and /dev/null differ diff --git a/static/capture/ganevru-gatsby-starter-blog-grommet.png b/static/capture/ganevru-gatsby-starter-blog-grommet.png deleted file mode 100644 index ae77dc2d7..000000000 Binary files a/static/capture/ganevru-gatsby-starter-blog-grommet.png and /dev/null differ diff --git a/static/capture/gaohaoyang-gaohaoyang.github.io.png b/static/capture/gaohaoyang-gaohaoyang.github.io.png deleted file mode 100644 index d511f14e3..000000000 Binary files a/static/capture/gaohaoyang-gaohaoyang.github.io.png and /dev/null differ diff --git a/static/capture/gatsbycentral-gatsby-starter-wordpress.png b/static/capture/gatsbycentral-gatsby-starter-wordpress.png deleted file mode 100644 index 79d18b44d..000000000 Binary files a/static/capture/gatsbycentral-gatsby-starter-wordpress.png and /dev/null differ diff --git a/static/capture/gatsbycentral-gatsby-v2-starter-casper.png b/static/capture/gatsbycentral-gatsby-v2-starter-casper.png deleted file mode 100644 index 3f234e4b7..000000000 Binary files a/static/capture/gatsbycentral-gatsby-v2-starter-casper.png and /dev/null differ diff --git a/static/capture/gatsbycentral-gatsby-v2-starter-lumen.png b/static/capture/gatsbycentral-gatsby-v2-starter-lumen.png deleted file mode 100644 index ae5cb6666..000000000 Binary files a/static/capture/gatsbycentral-gatsby-v2-starter-lumen.png and /dev/null differ diff --git a/static/capture/gatsbyjs-gatsby-starter-blog.png b/static/capture/gatsbyjs-gatsby-starter-blog.png deleted file mode 100644 index ad3a7194c..000000000 Binary files a/static/capture/gatsbyjs-gatsby-starter-blog.png and /dev/null differ diff --git a/static/capture/gatsbyjs-gatsby-starter-default.png b/static/capture/gatsbyjs-gatsby-starter-default.png deleted file mode 100644 index 2f92fde19..000000000 Binary files a/static/capture/gatsbyjs-gatsby-starter-default.png and /dev/null differ diff --git a/static/capture/gcushen-hugo-academic.png b/static/capture/gcushen-hugo-academic.png deleted file mode 100644 index 39c876881..000000000 Binary files a/static/capture/gcushen-hugo-academic.png and /dev/null differ diff --git a/static/capture/gdgtoulouse-devfest-theme-hugo.png b/static/capture/gdgtoulouse-devfest-theme-hugo.png deleted file mode 100644 index 5b8e01c1a..000000000 Binary files a/static/capture/gdgtoulouse-devfest-theme-hugo.png and /dev/null differ diff --git a/static/capture/geocine-gatsby-starter-devto.png b/static/capture/geocine-gatsby-starter-devto.png deleted file mode 100644 index ef7a0b064..000000000 Binary files a/static/capture/geocine-gatsby-starter-devto.png and /dev/null differ diff --git a/static/capture/geocine-gatsby-starter-organization.png b/static/capture/geocine-gatsby-starter-organization.png deleted file mode 100644 index de3f45a6a..000000000 Binary files a/static/capture/geocine-gatsby-starter-organization.png and /dev/null differ diff --git a/static/capture/gesquive-slate.png b/static/capture/gesquive-slate.png deleted file mode 100644 index 7d0b239f6..000000000 Binary files a/static/capture/gesquive-slate.png and /dev/null differ diff --git a/static/capture/gethugothemes-andromeda-light.png b/static/capture/gethugothemes-andromeda-light.png deleted file mode 100644 index 2067281f5..000000000 Binary files a/static/capture/gethugothemes-andromeda-light.png and /dev/null differ diff --git a/static/capture/gethugothemes-apollo-hugo.png b/static/capture/gethugothemes-apollo-hugo.png deleted file mode 100644 index e010a61b4..000000000 Binary files a/static/capture/gethugothemes-apollo-hugo.png and /dev/null differ diff --git a/static/capture/gethugothemes-bookworm-light.png b/static/capture/gethugothemes-bookworm-light.png deleted file mode 100644 index 477e3f234..000000000 Binary files a/static/capture/gethugothemes-bookworm-light.png and /dev/null differ diff --git a/static/capture/gethugothemes-geeky-hugo.png b/static/capture/gethugothemes-geeky-hugo.png deleted file mode 100644 index a2cc4652d..000000000 Binary files a/static/capture/gethugothemes-geeky-hugo.png and /dev/null differ diff --git a/static/capture/gethugothemes-influencer-hugo.png b/static/capture/gethugothemes-influencer-hugo.png deleted file mode 100644 index 133b78983..000000000 Binary files a/static/capture/gethugothemes-influencer-hugo.png and /dev/null differ diff --git a/static/capture/gethugothemes-liva-hugo.png b/static/capture/gethugothemes-liva-hugo.png deleted file mode 100644 index 1f10776b4..000000000 Binary files a/static/capture/gethugothemes-liva-hugo.png and /dev/null differ diff --git a/static/capture/gethugothemes-navigator-hugo.png b/static/capture/gethugothemes-navigator-hugo.png deleted file mode 100644 index fb55be8a0..000000000 Binary files a/static/capture/gethugothemes-navigator-hugo.png and /dev/null differ diff --git a/static/capture/gethugothemes-northendlab-light.png b/static/capture/gethugothemes-northendlab-light.png deleted file mode 100644 index acf95e7e9..000000000 Binary files a/static/capture/gethugothemes-northendlab-light.png and /dev/null differ diff --git a/static/capture/gethugothemes-omega-hugo.png b/static/capture/gethugothemes-omega-hugo.png deleted file mode 100644 index d29c2cf84..000000000 Binary files a/static/capture/gethugothemes-omega-hugo.png and /dev/null differ diff --git a/static/capture/gethugothemes-persian-hugo.png b/static/capture/gethugothemes-persian-hugo.png deleted file mode 100644 index 7fef35c37..000000000 Binary files a/static/capture/gethugothemes-persian-hugo.png and /dev/null differ diff --git a/static/capture/gethugothemes-restaurant-hugo.png b/static/capture/gethugothemes-restaurant-hugo.png deleted file mode 100644 index f16c1bd05..000000000 Binary files a/static/capture/gethugothemes-restaurant-hugo.png and /dev/null differ diff --git a/static/capture/gethugothemes-techfeed-hugo.png b/static/capture/gethugothemes-techfeed-hugo.png deleted file mode 100644 index 8eefd062e..000000000 Binary files a/static/capture/gethugothemes-techfeed-hugo.png and /dev/null differ diff --git a/static/capture/gethugothemes-touchy-hugo.png b/static/capture/gethugothemes-touchy-hugo.png deleted file mode 100644 index 9b5343dae..000000000 Binary files a/static/capture/gethugothemes-touchy-hugo.png and /dev/null differ diff --git a/static/capture/gherciu-gatsby-all-in.png b/static/capture/gherciu-gatsby-all-in.png deleted file mode 100644 index 5b9ba8e14..000000000 Binary files a/static/capture/gherciu-gatsby-all-in.png and /dev/null differ diff --git a/static/capture/gildasio-clyell.png b/static/capture/gildasio-clyell.png deleted file mode 100644 index 3ade3bc7b..000000000 Binary files a/static/capture/gildasio-clyell.png and /dev/null differ diff --git a/static/capture/gillkyle-gatsby-starter-landing-page.png b/static/capture/gillkyle-gatsby-starter-landing-page.png deleted file mode 100644 index 05f574599..000000000 Binary files a/static/capture/gillkyle-gatsby-starter-landing-page.png and /dev/null differ diff --git a/static/capture/gilsondev-pelican-clean-blog.png b/static/capture/gilsondev-pelican-clean-blog.png deleted file mode 100644 index f74b04647..000000000 Binary files a/static/capture/gilsondev-pelican-clean-blog.png and /dev/null differ diff --git a/static/capture/gkmngrgn-hugo-alageek-theme.png b/static/capture/gkmngrgn-hugo-alageek-theme.png deleted file mode 100644 index c2c902313..000000000 Binary files a/static/capture/gkmngrgn-hugo-alageek-theme.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 deleted file mode 100644 index 8064680ee..000000000 Binary files a/static/capture/gmlunesa-gatsby-starter-personal-portfolio.png and /dev/null differ diff --git a/static/capture/gomah-bluise.png b/static/capture/gomah-bluise.png deleted file mode 100644 index 59789df97..000000000 Binary files a/static/capture/gomah-bluise.png and /dev/null differ diff --git a/static/capture/goodroot-hugo-classic.png b/static/capture/goodroot-hugo-classic.png deleted file mode 100644 index b0b9f9c46..000000000 Binary files a/static/capture/goodroot-hugo-classic.png and /dev/null differ diff --git a/static/capture/graphcms-gatsby-graphcms-tailwindcss-example.png b/static/capture/graphcms-gatsby-graphcms-tailwindcss-example.png deleted file mode 100644 index 5f4abcb12..000000000 Binary files a/static/capture/graphcms-gatsby-graphcms-tailwindcss-example.png and /dev/null differ diff --git a/static/capture/graphcms-gatsby-starter-graphcms-blog.png b/static/capture/graphcms-gatsby-starter-graphcms-blog.png deleted file mode 100644 index 6e8fb1d12..000000000 Binary files a/static/capture/graphcms-gatsby-starter-graphcms-blog.png and /dev/null differ diff --git a/static/capture/graphcms-graphcms-commerce-starter.png b/static/capture/graphcms-graphcms-commerce-starter.png deleted file mode 100644 index c967ad005..000000000 Binary files a/static/capture/graphcms-graphcms-commerce-starter.png and /dev/null differ diff --git a/static/capture/graphcms-reference-marketing-website.png b/static/capture/graphcms-reference-marketing-website.png deleted file mode 100644 index 01929e31e..000000000 Binary files a/static/capture/graphcms-reference-marketing-website.png and /dev/null 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 deleted file mode 100644 index 41afd2b9b..000000000 Binary files a/static/capture/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog.png and /dev/null differ diff --git a/static/capture/greglobinski-gatsby-starter-hero-blog.png b/static/capture/greglobinski-gatsby-starter-hero-blog.png deleted file mode 100644 index bcde7b4d0..000000000 Binary files a/static/capture/greglobinski-gatsby-starter-hero-blog.png and /dev/null differ diff --git a/static/capture/gridsome-gridsome-starter-blog.png b/static/capture/gridsome-gridsome-starter-blog.png deleted file mode 100644 index 83451eeef..000000000 Binary files a/static/capture/gridsome-gridsome-starter-blog.png and /dev/null differ diff --git a/static/capture/gristlabs-mkdocs-windmill.png b/static/capture/gristlabs-mkdocs-windmill.png deleted file mode 100644 index 16f2eb8ad..000000000 Binary files a/static/capture/gristlabs-mkdocs-windmill.png and /dev/null differ diff --git a/static/capture/grrinchas-aliquam.png b/static/capture/grrinchas-aliquam.png deleted file mode 100644 index 6ed0aa645..000000000 Binary files a/static/capture/grrinchas-aliquam.png and /dev/null differ diff --git a/static/capture/gurusabarish-hugo-profile.png b/static/capture/gurusabarish-hugo-profile.png deleted file mode 100644 index d756f8d13..000000000 Binary files a/static/capture/gurusabarish-hugo-profile.png and /dev/null differ diff --git a/static/capture/h-enk-doks.png b/static/capture/h-enk-doks.png deleted file mode 100644 index ed1c0b334..000000000 Binary files a/static/capture/h-enk-doks.png and /dev/null differ diff --git a/static/capture/h01000110-windows-95.png b/static/capture/h01000110-windows-95.png deleted file mode 100644 index 46a785773..000000000 Binary files a/static/capture/h01000110-windows-95.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 deleted file mode 100644 index 1b3b37793..000000000 Binary files a/static/capture/hagnerd-gatsby-starter-blog-mdx.png and /dev/null differ diff --git a/static/capture/harshil1712-gatsby-starter-googlesheets.png b/static/capture/harshil1712-gatsby-starter-googlesheets.png deleted file mode 100644 index 95e89051f..000000000 Binary files a/static/capture/harshil1712-gatsby-starter-googlesheets.png and /dev/null differ diff --git a/static/capture/hasura-gatsby-gitbook-starter.png b/static/capture/hasura-gatsby-gitbook-starter.png deleted file mode 100644 index 82ea9f990..000000000 Binary files a/static/capture/hasura-gatsby-gitbook-starter.png and /dev/null differ diff --git a/static/capture/heiswayi-textlog.png b/static/capture/heiswayi-textlog.png deleted file mode 100644 index 8946de426..000000000 Binary files a/static/capture/heiswayi-textlog.png and /dev/null differ diff --git a/static/capture/heiswayi-the-plain.png b/static/capture/heiswayi-the-plain.png deleted file mode 100644 index 7232d9a29..000000000 Binary files a/static/capture/heiswayi-the-plain.png and /dev/null differ diff --git a/static/capture/heiswayi-thinkspace.png b/static/capture/heiswayi-thinkspace.png deleted file mode 100644 index e81baf97a..000000000 Binary files a/static/capture/heiswayi-thinkspace.png and /dev/null differ diff --git a/static/capture/heliumjk-heliumjk.github.io.png b/static/capture/heliumjk-heliumjk.github.io.png deleted file mode 100644 index 6cc8be6fa..000000000 Binary files a/static/capture/heliumjk-heliumjk.github.io.png and /dev/null differ diff --git a/static/capture/hellocosmin-gridsome-starter-bleda.png b/static/capture/hellocosmin-gridsome-starter-bleda.png deleted file mode 100644 index e12e72115..000000000 Binary files a/static/capture/hellocosmin-gridsome-starter-bleda.png and /dev/null differ diff --git a/static/capture/hemangsk-devjournal.png b/static/capture/hemangsk-devjournal.png deleted file mode 100644 index 43a8c600c..000000000 Binary files a/static/capture/hemangsk-devjournal.png and /dev/null differ diff --git a/static/capture/hemangsk-gravity.png b/static/capture/hemangsk-gravity.png deleted file mode 100644 index 058642315..000000000 Binary files a/static/capture/hemangsk-gravity.png and /dev/null differ diff --git a/static/capture/hemangsk-safarnama.png b/static/capture/hemangsk-safarnama.png deleted file mode 100644 index 323cc9205..000000000 Binary files a/static/capture/hemangsk-safarnama.png and /dev/null differ diff --git a/static/capture/henryhuang-hexo-theme-aloha.png b/static/capture/henryhuang-hexo-theme-aloha.png deleted file mode 100644 index e2e57d861..000000000 Binary files a/static/capture/henryhuang-hexo-theme-aloha.png and /dev/null differ diff --git a/static/capture/henrythemes-jekyll-book-theme.png b/static/capture/henrythemes-jekyll-book-theme.png deleted file mode 100644 index 9e4a4bb42..000000000 Binary files a/static/capture/henrythemes-jekyll-book-theme.png and /dev/null differ diff --git a/static/capture/henrythemes-jekyll-bootstrap-theme.png b/static/capture/henrythemes-jekyll-bootstrap-theme.png deleted file mode 100644 index 09877bca8..000000000 Binary files a/static/capture/henrythemes-jekyll-bootstrap-theme.png and /dev/null differ diff --git a/static/capture/henrythemes-jekyll-minimal-theme.png b/static/capture/henrythemes-jekyll-minimal-theme.png deleted file mode 100644 index 5d6996a51..000000000 Binary files a/static/capture/henrythemes-jekyll-minimal-theme.png and /dev/null differ diff --git a/static/capture/himali-patel-myclicks.png b/static/capture/himali-patel-myclicks.png deleted file mode 100644 index 4ca9888bb..000000000 Binary files a/static/capture/himali-patel-myclicks.png and /dev/null differ diff --git a/static/capture/histaff-website-static.png b/static/capture/histaff-website-static.png deleted file mode 100644 index 4e3c124a0..000000000 Binary files a/static/capture/histaff-website-static.png and /dev/null differ diff --git a/static/capture/hmfaysal-hmfaysal-omega-theme.png b/static/capture/hmfaysal-hmfaysal-omega-theme.png deleted file mode 100644 index 6476c5866..000000000 Binary files a/static/capture/hmfaysal-hmfaysal-omega-theme.png and /dev/null differ diff --git a/static/capture/hmfaysal-jekyll-hmfaysal-theme.png b/static/capture/hmfaysal-jekyll-hmfaysal-theme.png deleted file mode 100644 index c8ec67082..000000000 Binary files a/static/capture/hmfaysal-jekyll-hmfaysal-theme.png and /dev/null differ diff --git a/static/capture/holger1411-11straps.png b/static/capture/holger1411-11straps.png deleted file mode 100644 index 47a89012f..000000000 Binary files a/static/capture/holger1411-11straps.png and /dev/null differ diff --git a/static/capture/holger1411-brook-dev.png b/static/capture/holger1411-brook-dev.png deleted file mode 100644 index b3d4883b3..000000000 Binary files a/static/capture/holger1411-brook-dev.png and /dev/null differ diff --git a/static/capture/holman-left.png b/static/capture/holman-left.png deleted file mode 100644 index a1bdf474e..000000000 Binary files a/static/capture/holman-left.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 deleted file mode 100644 index 0911b8227..000000000 Binary files a/static/capture/hugo-sid-hugo-blog-awesome.png and /dev/null differ diff --git a/static/capture/hugocarreira-jekyll-materializecss.png b/static/capture/hugocarreira-jekyll-materializecss.png deleted file mode 100644 index fb67551a8..000000000 Binary files a/static/capture/hugocarreira-jekyll-materializecss.png and /dev/null differ diff --git a/static/capture/hugocarreira-jekyll-vision-casper-theme.png b/static/capture/hugocarreira-jekyll-vision-casper-theme.png deleted file mode 100644 index fb9f0aeb8..000000000 Binary files a/static/capture/hugocarreira-jekyll-vision-casper-theme.png and /dev/null differ diff --git a/static/capture/hugoferreira-papyrus-theme.png b/static/capture/hugoferreira-papyrus-theme.png deleted file mode 100644 index 56281c1a8..000000000 Binary files a/static/capture/hugoferreira-papyrus-theme.png and /dev/null differ diff --git a/static/capture/humrochagf-colordrop.png b/static/capture/humrochagf-colordrop.png deleted file mode 100644 index 6647e927b..000000000 Binary files a/static/capture/humrochagf-colordrop.png and /dev/null differ diff --git a/static/capture/huweihuang-hexo-theme-huweihuang.png b/static/capture/huweihuang-hexo-theme-huweihuang.png deleted file mode 100644 index ff424bab4..000000000 Binary files a/static/capture/huweihuang-hexo-theme-huweihuang.png and /dev/null differ diff --git a/static/capture/ifedyukin-mekyll.png b/static/capture/ifedyukin-mekyll.png deleted file mode 100644 index 5ce85dde4..000000000 Binary files a/static/capture/ifedyukin-mekyll.png and /dev/null differ diff --git a/static/capture/ijjk-notion-blog.png b/static/capture/ijjk-notion-blog.png deleted file mode 100644 index 6c40e2aa2..000000000 Binary files a/static/capture/ijjk-notion-blog.png and /dev/null differ diff --git a/static/capture/imedadel-gatsby-london.png b/static/capture/imedadel-gatsby-london.png deleted file mode 100644 index 2ab66f176..000000000 Binary files a/static/capture/imedadel-gatsby-london.png and /dev/null differ diff --git a/static/capture/inded-jekyll_modern-blog.png b/static/capture/inded-jekyll_modern-blog.png deleted file mode 100644 index 9481289da..000000000 Binary files a/static/capture/inded-jekyll_modern-blog.png and /dev/null differ diff --git a/static/capture/insidiousmind-material-bliss-jekyll-theme.png b/static/capture/insidiousmind-material-bliss-jekyll-theme.png deleted file mode 100644 index 9fef67df0..000000000 Binary files a/static/capture/insidiousmind-material-bliss-jekyll-theme.png and /dev/null differ diff --git a/static/capture/issydennis-gatsby-snipcart.png b/static/capture/issydennis-gatsby-snipcart.png deleted file mode 100644 index cf4f3ddbd..000000000 Binary files a/static/capture/issydennis-gatsby-snipcart.png and /dev/null differ diff --git a/static/capture/it-gro-hugo-theme-w3css-basic.png b/static/capture/it-gro-hugo-theme-w3css-basic.png deleted file mode 100644 index e72313b5c..000000000 Binary files a/static/capture/it-gro-hugo-theme-w3css-basic.png and /dev/null differ diff --git a/static/capture/itsmeaga1n-minimal-categorized.png b/static/capture/itsmeaga1n-minimal-categorized.png deleted file mode 100644 index 8890db925..000000000 Binary files a/static/capture/itsmeaga1n-minimal-categorized.png and /dev/null differ diff --git a/static/capture/itsnwa-darkfolio.png b/static/capture/itsnwa-darkfolio.png deleted file mode 100644 index 68f548968..000000000 Binary files a/static/capture/itsnwa-darkfolio.png and /dev/null differ diff --git a/static/capture/itsnwa-gridsome-forestry-starter.png b/static/capture/itsnwa-gridsome-forestry-starter.png deleted file mode 100644 index c9e4d9821..000000000 Binary files a/static/capture/itsnwa-gridsome-forestry-starter.png and /dev/null differ diff --git a/static/capture/itsrifat-rifyll.png b/static/capture/itsrifat-rifyll.png deleted file mode 100644 index b61a3b774..000000000 Binary files a/static/capture/itsrifat-rifyll.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 deleted file mode 100644 index 0b46867a6..000000000 Binary files a/static/capture/iwiedenm-jekyll-theme-massively-src.png and /dev/null differ diff --git a/static/capture/iwilsonq-gatsby-starter-reasonml.png b/static/capture/iwilsonq-gatsby-starter-reasonml.png deleted file mode 100644 index 85608b6b9..000000000 Binary files a/static/capture/iwilsonq-gatsby-starter-reasonml.png and /dev/null differ diff --git a/static/capture/ixartz-astro-boilerplate.png b/static/capture/ixartz-astro-boilerplate.png deleted file mode 100644 index 502bf83c2..000000000 Binary files a/static/capture/ixartz-astro-boilerplate.png and /dev/null differ diff --git a/static/capture/ixartz-eleventy-starter-boilerplate.png b/static/capture/ixartz-eleventy-starter-boilerplate.png deleted file mode 100644 index 6fd10d036..000000000 Binary files a/static/capture/ixartz-eleventy-starter-boilerplate.png and /dev/null differ diff --git a/static/capture/ixartz-next-js-blog-boilerplate.png b/static/capture/ixartz-next-js-blog-boilerplate.png deleted file mode 100644 index 1ab2c09cb..000000000 Binary files a/static/capture/ixartz-next-js-blog-boilerplate.png and /dev/null differ diff --git a/static/capture/ixartz-next-js-boilerplate.png b/static/capture/ixartz-next-js-boilerplate.png deleted file mode 100644 index 0da6e1502..000000000 Binary files a/static/capture/ixartz-next-js-boilerplate.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 deleted file mode 100644 index 4933f9bef..000000000 Binary files a/static/capture/ixartz-next-js-landing-page-starter-template.png and /dev/null differ diff --git a/static/capture/jackbravo-gatsby-starter-i18n-blog.png b/static/capture/jackbravo-gatsby-starter-i18n-blog.png deleted file mode 100644 index f55af5a3a..000000000 Binary files a/static/capture/jackbravo-gatsby-starter-i18n-blog.png and /dev/null differ diff --git a/static/capture/jacobtomlinson-carte-noire.png b/static/capture/jacobtomlinson-carte-noire.png deleted file mode 100644 index 228abd829..000000000 Binary files a/static/capture/jacobtomlinson-carte-noire.png and /dev/null differ diff --git a/static/capture/jaehee0113-console.png b/static/capture/jaehee0113-console.png deleted file mode 100644 index 52b6022f8..000000000 Binary files a/static/capture/jaehee0113-console.png and /dev/null differ diff --git a/static/capture/jaeyeophan-gatsby-starter-bee.png b/static/capture/jaeyeophan-gatsby-starter-bee.png deleted file mode 100644 index 4e308ee71..000000000 Binary files a/static/capture/jaeyeophan-gatsby-starter-bee.png and /dev/null differ diff --git a/static/capture/jake-101-bael-template.png b/static/capture/jake-101-bael-template.png deleted file mode 100644 index 0c5bf4054..000000000 Binary files a/static/capture/jake-101-bael-template.png and /dev/null differ diff --git a/static/capture/jameshamann-jekyll-material-theme.png b/static/capture/jameshamann-jekyll-material-theme.png deleted file mode 100644 index e288a91ac..000000000 Binary files a/static/capture/jameshamann-jekyll-material-theme.png and /dev/null differ diff --git a/static/capture/jamigibbs-phantom.png b/static/capture/jamigibbs-phantom.png deleted file mode 100644 index 3e406eefe..000000000 Binary files a/static/capture/jamigibbs-phantom.png and /dev/null differ diff --git a/static/capture/janczizikow-sleek.png b/static/capture/janczizikow-sleek.png deleted file mode 100644 index 5821aa694..000000000 Binary files a/static/capture/janczizikow-sleek.png and /dev/null differ diff --git a/static/capture/jannikbuschke-gatsby-antd-docs.png b/static/capture/jannikbuschke-gatsby-antd-docs.png deleted file mode 100644 index 807e5794f..000000000 Binary files a/static/capture/jannikbuschke-gatsby-antd-docs.png and /dev/null differ diff --git a/static/capture/janraasch-hugo-scroll.png b/static/capture/janraasch-hugo-scroll.png deleted file mode 100644 index 49460c8ed..000000000 Binary files a/static/capture/janraasch-hugo-scroll.png and /dev/null differ diff --git a/static/capture/jarrekk-jalpc.png b/static/capture/jarrekk-jalpc.png deleted file mode 100644 index ef4a9a232..000000000 Binary files a/static/capture/jarrekk-jalpc.png and /dev/null differ diff --git a/static/capture/jasoncostello-slate.png b/static/capture/jasoncostello-slate.png deleted file mode 100644 index 3ff5ea524..000000000 Binary files a/static/capture/jasoncostello-slate.png and /dev/null differ diff --git a/static/capture/jaymehta20-nextjs-blog-page.png b/static/capture/jaymehta20-nextjs-blog-page.png deleted file mode 100644 index 80441c7d7..000000000 Binary files a/static/capture/jaymehta20-nextjs-blog-page.png and /dev/null differ diff --git a/static/capture/jeblister-kube.png b/static/capture/jeblister-kube.png deleted file mode 100644 index e3c295092..000000000 Binary files a/static/capture/jeblister-kube.png and /dev/null differ diff --git a/static/capture/jeffreytse-jekyll-theme-yat.png b/static/capture/jeffreytse-jekyll-theme-yat.png deleted file mode 100644 index c5131049d..000000000 Binary files a/static/capture/jeffreytse-jekyll-theme-yat.png and /dev/null differ diff --git a/static/capture/jekyll-garden-jekyll-garden.github.io.png b/static/capture/jekyll-garden-jekyll-garden.github.io.png deleted file mode 100644 index 3294fd569..000000000 Binary files a/static/capture/jekyll-garden-jekyll-garden.github.io.png and /dev/null differ diff --git a/static/capture/jekyll-one-j1-template-starter.png b/static/capture/jekyll-one-j1-template-starter.png deleted file mode 100644 index a1cc44845..000000000 Binary files a/static/capture/jekyll-one-j1-template-starter.png and /dev/null differ diff --git a/static/capture/jekyller-online-cv.png b/static/capture/jekyller-online-cv.png deleted file mode 100644 index bcaf12e0b..000000000 Binary files a/static/capture/jekyller-online-cv.png and /dev/null differ diff --git a/static/capture/jekyller-panelcv.png b/static/capture/jekyller-panelcv.png deleted file mode 100644 index e3e04ca1a..000000000 Binary files a/static/capture/jekyller-panelcv.png and /dev/null differ diff --git a/static/capture/jekynewage-jekynewage.github.io.png b/static/capture/jekynewage-jekynewage.github.io.png deleted file mode 100644 index 9a25fad98..000000000 Binary files a/static/capture/jekynewage-jekynewage.github.io.png and /dev/null differ diff --git a/static/capture/jeromelachaud-freelancer-theme.png b/static/capture/jeromelachaud-freelancer-theme.png deleted file mode 100644 index dc25d66e4..000000000 Binary files a/static/capture/jeromelachaud-freelancer-theme.png and /dev/null differ diff --git a/static/capture/jeromelachaud-grayscale-theme.png b/static/capture/jeromelachaud-grayscale-theme.png deleted file mode 100644 index 4a918b9cd..000000000 Binary files a/static/capture/jeromelachaud-grayscale-theme.png and /dev/null differ diff --git a/static/capture/jerryc127-hexo-theme-butterfly.png b/static/capture/jerryc127-hexo-theme-butterfly.png deleted file mode 100644 index edb4d0fa7..000000000 Binary files a/static/capture/jerryc127-hexo-theme-butterfly.png and /dev/null differ diff --git a/static/capture/jitinnair1-gradfolio.png b/static/capture/jitinnair1-gradfolio.png deleted file mode 100644 index 26bf80cd4..000000000 Binary files a/static/capture/jitinnair1-gradfolio.png and /dev/null differ diff --git a/static/capture/jjcav84-mdbreact-gatsby-starter.png b/static/capture/jjcav84-mdbreact-gatsby-starter.png deleted file mode 100644 index 799ae3f43..000000000 Binary files a/static/capture/jjcav84-mdbreact-gatsby-starter.png and /dev/null differ diff --git a/static/capture/jkytoela-next-startd.png b/static/capture/jkytoela-next-startd.png deleted file mode 100644 index c2638447d..000000000 Binary files a/static/capture/jkytoela-next-startd.png and /dev/null differ diff --git a/static/capture/jmau111-gatsby-juma.png b/static/capture/jmau111-gatsby-juma.png deleted file mode 100644 index d2b49968a..000000000 Binary files a/static/capture/jmau111-gatsby-juma.png and /dev/null differ diff --git a/static/capture/jmau111-gatsby-nes.png b/static/capture/jmau111-gatsby-nes.png deleted file mode 100644 index 5a124d36a..000000000 Binary files a/static/capture/jmau111-gatsby-nes.png and /dev/null differ diff --git a/static/capture/jmau111-hugo-theme-ava.png b/static/capture/jmau111-hugo-theme-ava.png deleted file mode 100644 index ef00731ed..000000000 Binary files a/static/capture/jmau111-hugo-theme-ava.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 deleted file mode 100644 index 18b7435f5..000000000 Binary files a/static/capture/jmschrack-dark-portfolio-template-11ty.png and /dev/null differ diff --git a/static/capture/johncoene-marat.png b/static/capture/johncoene-marat.png deleted file mode 100644 index 12ecee71d..000000000 Binary files a/static/capture/johncoene-marat.png and /dev/null differ diff --git a/static/capture/josephdyer-skeleventy.png b/static/capture/josephdyer-skeleventy.png deleted file mode 100644 index 95b0a84e5..000000000 Binary files a/static/capture/josephdyer-skeleventy.png and /dev/null differ diff --git a/static/capture/joshgerdes-jekyll-uno.png b/static/capture/joshgerdes-jekyll-uno.png deleted file mode 100644 index 5296ee427..000000000 Binary files a/static/capture/joshgerdes-jekyll-uno.png and /dev/null differ diff --git a/static/capture/joshuaavalon-jekyll-avalon.png b/static/capture/joshuaavalon-jekyll-avalon.png deleted file mode 100644 index 42cab9b4f..000000000 Binary files a/static/capture/joshuaavalon-jekyll-avalon.png and /dev/null differ diff --git a/static/capture/jota-ele-ene-just-me.png b/static/capture/jota-ele-ene-just-me.png deleted file mode 100644 index f4830e793..000000000 Binary files a/static/capture/jota-ele-ene-just-me.png and /dev/null differ diff --git a/static/capture/joway-hugo-theme-yinyang.png b/static/capture/joway-hugo-theme-yinyang.png deleted file mode 100644 index df9d61291..000000000 Binary files a/static/capture/joway-hugo-theme-yinyang.png and /dev/null differ diff --git a/static/capture/joytou-joytou.github.io.png b/static/capture/joytou-joytou.github.io.png deleted file mode 100644 index a304146c3..000000000 Binary files a/static/capture/joytou-joytou.github.io.png and /dev/null differ diff --git a/static/capture/jpanther-congo.png b/static/capture/jpanther-congo.png deleted file mode 100644 index ba72c0f77..000000000 Binary files a/static/capture/jpanther-congo.png and /dev/null differ diff --git a/static/capture/jpanther-lynx.png b/static/capture/jpanther-lynx.png deleted file mode 100644 index 04dcf364c..000000000 Binary files a/static/capture/jpanther-lynx.png and /dev/null differ diff --git a/static/capture/jsappme-gridsome-shopify-starter.png b/static/capture/jsappme-gridsome-shopify-starter.png deleted file mode 100644 index 262d4a432..000000000 Binary files a/static/capture/jsappme-gridsome-shopify-starter.png and /dev/null differ diff --git a/static/capture/jugglerx-gatsby-serif-theme.png b/static/capture/jugglerx-gatsby-serif-theme.png deleted file mode 100644 index 719b8079f..000000000 Binary files a/static/capture/jugglerx-gatsby-serif-theme.png and /dev/null differ diff --git a/static/capture/jugglerx-hugo-hero-theme.png b/static/capture/jugglerx-hugo-hero-theme.png deleted file mode 100644 index 39a80b849..000000000 Binary files a/static/capture/jugglerx-hugo-hero-theme.png and /dev/null differ diff --git a/static/capture/jugglerx-hugo-whisper-theme.png b/static/capture/jugglerx-hugo-whisper-theme.png deleted file mode 100644 index 57e29e238..000000000 Binary files a/static/capture/jugglerx-hugo-whisper-theme.png and /dev/null differ diff --git a/static/capture/juhi-trivedi-cape.png b/static/capture/juhi-trivedi-cape.png deleted file mode 100644 index e03c822cb..000000000 Binary files a/static/capture/juhi-trivedi-cape.png and /dev/null differ diff --git a/static/capture/jumpalottahigh-gatsby-starter-blog-jumpalottahigh.png b/static/capture/jumpalottahigh-gatsby-starter-blog-jumpalottahigh.png deleted file mode 100644 index 6fe64c1ff..000000000 Binary files a/static/capture/jumpalottahigh-gatsby-starter-blog-jumpalottahigh.png and /dev/null differ diff --git a/static/capture/junlulocky-popuptweets.png b/static/capture/junlulocky-popuptweets.png deleted file mode 100644 index 8e4128ea4..000000000 Binary files a/static/capture/junlulocky-popuptweets.png and /dev/null differ diff --git a/static/capture/justgoodthemes-blogbox-jekyll-theme.png b/static/capture/justgoodthemes-blogbox-jekyll-theme.png deleted file mode 100644 index 00f7a9b5b..000000000 Binary files a/static/capture/justgoodthemes-blogbox-jekyll-theme.png and /dev/null differ diff --git a/static/capture/justgoodthemes-scriptor-jekyll-theme.png b/static/capture/justgoodthemes-scriptor-jekyll-theme.png deleted file mode 100644 index 5f71edfde..000000000 Binary files a/static/capture/justgoodthemes-scriptor-jekyll-theme.png and /dev/null differ diff --git a/static/capture/justgoodui-dante-astro-theme.png b/static/capture/justgoodui-dante-astro-theme.png deleted file mode 100644 index 03619bdbf..000000000 Binary files a/static/capture/justgoodui-dante-astro-theme.png and /dev/null differ diff --git a/static/capture/justgoodui-ovidius-astro-theme.png b/static/capture/justgoodui-ovidius-astro-theme.png deleted file mode 100644 index 29e913671..000000000 Binary files a/static/capture/justgoodui-ovidius-astro-theme.png and /dev/null differ diff --git a/static/capture/justinformentin-gatsby-v2-tutorial-starter.png b/static/capture/justinformentin-gatsby-v2-tutorial-starter.png deleted file mode 100644 index 3900ea5f5..000000000 Binary files a/static/capture/justinformentin-gatsby-v2-tutorial-starter.png and /dev/null differ diff --git a/static/capture/jwillmer-jekylldecent.png b/static/capture/jwillmer-jekylldecent.png deleted file mode 100644 index 93fbea9f7..000000000 Binary files a/static/capture/jwillmer-jekylldecent.png and /dev/null differ diff --git a/static/capture/kakawait-hugo-tranquilpeak-theme.png b/static/capture/kakawait-hugo-tranquilpeak-theme.png deleted file mode 100644 index 597a7d93f..000000000 Binary files a/static/capture/kakawait-hugo-tranquilpeak-theme.png and /dev/null differ diff --git a/static/capture/kamikat-jekyll-theme-kagami.png b/static/capture/kamikat-jekyll-theme-kagami.png deleted file mode 100644 index 319496e17..000000000 Binary files a/static/capture/kamikat-jekyll-theme-kagami.png and /dev/null differ diff --git a/static/capture/kausalflow-connectome.png b/static/capture/kausalflow-connectome.png deleted file mode 100644 index 43beea38c..000000000 Binary files a/static/capture/kausalflow-connectome.png and /dev/null differ diff --git a/static/capture/kaushalmodi-hugo-bare-min-theme.png b/static/capture/kaushalmodi-hugo-bare-min-theme.png deleted file mode 100644 index f3eecd758..000000000 Binary files a/static/capture/kaushalmodi-hugo-bare-min-theme.png and /dev/null differ diff --git a/static/capture/kazumasato-siera.png b/static/capture/kazumasato-siera.png deleted file mode 100644 index e4ee836b0..000000000 Binary files a/static/capture/kazumasato-siera.png and /dev/null differ diff --git a/static/capture/kc0bfv-autophugo.png b/static/capture/kc0bfv-autophugo.png deleted file mode 100644 index 222d224c2..000000000 Binary files a/static/capture/kc0bfv-autophugo.png and /dev/null differ diff --git a/static/capture/kc0bfv-ticky_tacky_dark.png b/static/capture/kc0bfv-ticky_tacky_dark.png deleted file mode 100644 index 4f4f5cb46..000000000 Binary files a/static/capture/kc0bfv-ticky_tacky_dark.png and /dev/null differ diff --git a/static/capture/kdevo-osprey-delight.png b/static/capture/kdevo-osprey-delight.png deleted file mode 100644 index ce6f3f919..000000000 Binary files a/static/capture/kdevo-osprey-delight.png and /dev/null differ diff --git a/static/capture/kdheepak-pelican-smoothie.png b/static/capture/kdheepak-pelican-smoothie.png deleted file mode 100644 index 10d73ab97..000000000 Binary files a/static/capture/kdheepak-pelican-smoothie.png and /dev/null differ diff --git a/static/capture/kendallstrautman-brevifolia-gatsby-forestry.png b/static/capture/kendallstrautman-brevifolia-gatsby-forestry.png deleted file mode 100644 index 749c09148..000000000 Binary files a/static/capture/kendallstrautman-brevifolia-gatsby-forestry.png and /dev/null differ diff --git a/static/capture/kendallstrautman-brevifolia-gridsome-forestry.png b/static/capture/kendallstrautman-brevifolia-gridsome-forestry.png deleted file mode 100644 index 994e2e18e..000000000 Binary files a/static/capture/kendallstrautman-brevifolia-gridsome-forestry.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 deleted file mode 100644 index 108f0780b..000000000 Binary files a/static/capture/kentico-gatsby-starter-kontent-lumen.png and /dev/null differ diff --git a/static/capture/kentico-gatsby-starter-kontent.png b/static/capture/kentico-gatsby-starter-kontent.png deleted file mode 100644 index 3156c9dbf..000000000 Binary files a/static/capture/kentico-gatsby-starter-kontent.png and /dev/null differ diff --git a/static/capture/kentico-kontent-boilerplate-statiq-net.png b/static/capture/kentico-kontent-boilerplate-statiq-net.png deleted file mode 100644 index a5f4aa3ae..000000000 Binary files a/static/capture/kentico-kontent-boilerplate-statiq-net.png and /dev/null differ diff --git a/static/capture/kentico-kontent-jekyll-blog.png b/static/capture/kentico-kontent-jekyll-blog.png deleted file mode 100644 index 621bf5966..000000000 Binary files a/static/capture/kentico-kontent-jekyll-blog.png and /dev/null differ diff --git a/static/capture/kentico-kontent-sample-dancing-goat-gridsome.png b/static/capture/kentico-kontent-sample-dancing-goat-gridsome.png deleted file mode 100644 index ea44ec7df..000000000 Binary files a/static/capture/kentico-kontent-sample-dancing-goat-gridsome.png and /dev/null differ diff --git a/static/capture/kentico-statiq-starter-kontent-lumen.png b/static/capture/kentico-statiq-starter-kontent-lumen.png deleted file mode 100644 index 4c67555f6..000000000 Binary files a/static/capture/kentico-statiq-starter-kontent-lumen.png and /dev/null differ diff --git a/static/capture/kevit-devaid-jekyll-theme.png b/static/capture/kevit-devaid-jekyll-theme.png deleted file mode 100644 index b8a5368ba..000000000 Binary files a/static/capture/kevit-devaid-jekyll-theme.png and /dev/null differ diff --git a/static/capture/kitian616-jekyll-text-theme.png b/static/capture/kitian616-jekyll-text-theme.png deleted file mode 100644 index 5c81e2eb4..000000000 Binary files a/static/capture/kitian616-jekyll-text-theme.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 deleted file mode 100644 index 64fc20a50..000000000 Binary files a/static/capture/klugjo-hexo-theme-alpha-dust.png and /dev/null differ diff --git a/static/capture/klugjo-hexo-theme-anodyne.png b/static/capture/klugjo-hexo-theme-anodyne.png deleted file mode 100644 index d9e3f4c13..000000000 Binary files a/static/capture/klugjo-hexo-theme-anodyne.png and /dev/null differ diff --git a/static/capture/klugjo-hexo-theme-clean-blog.png b/static/capture/klugjo-hexo-theme-clean-blog.png deleted file mode 100644 index 7983466e8..000000000 Binary files a/static/capture/klugjo-hexo-theme-clean-blog.png and /dev/null differ diff --git a/static/capture/klugjo-hexo-theme-phantom.png b/static/capture/klugjo-hexo-theme-phantom.png deleted file mode 100644 index 7fb0e87ad..000000000 Binary files a/static/capture/klugjo-hexo-theme-phantom.png and /dev/null differ diff --git a/static/capture/knaman2609-clean.png b/static/capture/knaman2609-clean.png deleted file mode 100644 index 607def8d5..000000000 Binary files a/static/capture/knaman2609-clean.png and /dev/null differ diff --git a/static/capture/knhash-jekyllbear.png b/static/capture/knhash-jekyllbear.png deleted file mode 100644 index 3a0473651..000000000 Binary files a/static/capture/knhash-jekyllbear.png and /dev/null differ diff --git a/static/capture/knhash-pudhina.png b/static/capture/knhash-pudhina.png deleted file mode 100644 index f67be2de9..000000000 Binary files a/static/capture/knhash-pudhina.png and /dev/null differ diff --git a/static/capture/knightjdr-gatsby-starter-scientist.png b/static/capture/knightjdr-gatsby-starter-scientist.png deleted file mode 100644 index 2c8ec6d3e..000000000 Binary files a/static/capture/knightjdr-gatsby-starter-scientist.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 deleted file mode 100644 index 8c2eb438f..000000000 Binary files a/static/capture/konsumer-gatsby-starter-bootstrap-netlify.png and /dev/null differ diff --git a/static/capture/kronik3r-daktilo.png b/static/capture/kronik3r-daktilo.png deleted file mode 100644 index a305c0fe7..000000000 Binary files a/static/capture/kronik3r-daktilo.png and /dev/null differ diff --git a/static/capture/kulacino-bajawa.png b/static/capture/kulacino-bajawa.png deleted file mode 100644 index f2cf813fe..000000000 Binary files a/static/capture/kulacino-bajawa.png and /dev/null differ diff --git a/static/capture/kun8018-gatsby-starter-icarus-blog.png b/static/capture/kun8018-gatsby-starter-icarus-blog.png deleted file mode 100644 index d31f40f33..000000000 Binary files a/static/capture/kun8018-gatsby-starter-icarus-blog.png and /dev/null differ diff --git a/static/capture/kuntoaji-dekyll.png b/static/capture/kuntoaji-dekyll.png deleted file mode 100644 index 40c5366d1..000000000 Binary files a/static/capture/kuntoaji-dekyll.png and /dev/null differ diff --git a/static/capture/kxxvii-kikofri.png b/static/capture/kxxvii-kikofri.png deleted file mode 100644 index 10eb438d1..000000000 Binary files a/static/capture/kxxvii-kikofri.png and /dev/null differ diff --git a/static/capture/laixintao-princess-diaries.png b/static/capture/laixintao-princess-diaries.png deleted file mode 100644 index 9777d4d6f..000000000 Binary files a/static/capture/laixintao-princess-diaries.png and /dev/null differ diff --git a/static/capture/lauragift21-gridsome-minimal-blog.png b/static/capture/lauragift21-gridsome-minimal-blog.png deleted file mode 100644 index aa5975a4c..000000000 Binary files a/static/capture/lauragift21-gridsome-minimal-blog.png and /dev/null differ diff --git a/static/capture/lavkumarv-feature-blog-jekyll.png b/static/capture/lavkumarv-feature-blog-jekyll.png deleted file mode 100644 index 95b4f60be..000000000 Binary files a/static/capture/lavkumarv-feature-blog-jekyll.png and /dev/null differ diff --git a/static/capture/le4ker-personal-jekyll-theme.png b/static/capture/le4ker-personal-jekyll-theme.png deleted file mode 100644 index e6223e966..000000000 Binary files a/static/capture/le4ker-personal-jekyll-theme.png and /dev/null differ diff --git a/static/capture/lednerb-bilberry-hugo-theme.png b/static/capture/lednerb-bilberry-hugo-theme.png deleted file mode 100644 index 852746ecc..000000000 Binary files a/static/capture/lednerb-bilberry-hugo-theme.png and /dev/null differ diff --git a/static/capture/lekoarts-gatsby-starter-minimal-blog.png b/static/capture/lekoarts-gatsby-starter-minimal-blog.png deleted file mode 100644 index fb1aa67da..000000000 Binary files a/static/capture/lekoarts-gatsby-starter-minimal-blog.png and /dev/null differ diff --git a/static/capture/lekoarts-gatsby-starter-portfolio-bella.png b/static/capture/lekoarts-gatsby-starter-portfolio-bella.png deleted file mode 100644 index 637bea96b..000000000 Binary files a/static/capture/lekoarts-gatsby-starter-portfolio-bella.png and /dev/null differ diff --git a/static/capture/lekoarts-gatsby-starter-portfolio-cara.png b/static/capture/lekoarts-gatsby-starter-portfolio-cara.png deleted file mode 100644 index 5aff19f6c..000000000 Binary files a/static/capture/lekoarts-gatsby-starter-portfolio-cara.png and /dev/null differ diff --git a/static/capture/lekoarts-gatsby-starter-portfolio-emilia.png b/static/capture/lekoarts-gatsby-starter-portfolio-emilia.png deleted file mode 100644 index 3dcd44053..000000000 Binary files a/static/capture/lekoarts-gatsby-starter-portfolio-emilia.png and /dev/null differ diff --git a/static/capture/lekoarts-gatsby-starter-portfolio-emma.png b/static/capture/lekoarts-gatsby-starter-portfolio-emma.png deleted file mode 100644 index dc4847b4b..000000000 Binary files a/static/capture/lekoarts-gatsby-starter-portfolio-emma.png and /dev/null differ diff --git a/static/capture/lekoarts-gatsby-starter-portfolio-jodie.png b/static/capture/lekoarts-gatsby-starter-portfolio-jodie.png deleted file mode 100644 index d3069a1a9..000000000 Binary files a/static/capture/lekoarts-gatsby-starter-portfolio-jodie.png and /dev/null differ diff --git a/static/capture/lekoarts-gatsby-starter-prismic-i18n.png b/static/capture/lekoarts-gatsby-starter-prismic-i18n.png deleted file mode 100644 index 5acb56011..000000000 Binary files a/static/capture/lekoarts-gatsby-starter-prismic-i18n.png and /dev/null differ diff --git a/static/capture/lekovicmilos-gatsby-starter-portfolio.png b/static/capture/lekovicmilos-gatsby-starter-portfolio.png deleted file mode 100644 index 1796d7ec8..000000000 Binary files a/static/capture/lekovicmilos-gatsby-starter-portfolio.png and /dev/null differ diff --git a/static/capture/lenpaul-academic.png b/static/capture/lenpaul-academic.png deleted file mode 100644 index b0427d639..000000000 Binary files a/static/capture/lenpaul-academic.png and /dev/null differ diff --git a/static/capture/lenpaul-lagrange.png b/static/capture/lenpaul-lagrange.png deleted file mode 100644 index 44f809255..000000000 Binary files a/static/capture/lenpaul-lagrange.png and /dev/null differ diff --git a/static/capture/lenpaul-millennial.png b/static/capture/lenpaul-millennial.png deleted file mode 100644 index b42345c1d..000000000 Binary files a/static/capture/lenpaul-millennial.png and /dev/null differ diff --git a/static/capture/lenpaul-portfolio-jekyll-theme.png b/static/capture/lenpaul-portfolio-jekyll-theme.png deleted file mode 100644 index 2e08a2b9f..000000000 Binary files a/static/capture/lenpaul-portfolio-jekyll-theme.png and /dev/null differ diff --git a/static/capture/lgaida-mediumish-gohugo-theme.png b/static/capture/lgaida-mediumish-gohugo-theme.png deleted file mode 100644 index d662d7627..000000000 Binary files a/static/capture/lgaida-mediumish-gohugo-theme.png and /dev/null differ diff --git a/static/capture/liberxue-liberxue.github.io.png b/static/capture/liberxue-liberxue.github.io.png deleted file mode 100644 index 0d219f356..000000000 Binary files a/static/capture/liberxue-liberxue.github.io.png and /dev/null differ diff --git a/static/capture/link9596-hydrogen.png b/static/capture/link9596-hydrogen.png deleted file mode 100644 index 37a87ddd6..000000000 Binary files a/static/capture/link9596-hydrogen.png and /dev/null differ diff --git a/static/capture/link9596-jekyll-theme-hydrogen.png b/static/capture/link9596-jekyll-theme-hydrogen.png deleted file mode 100644 index 3319576fe..000000000 Binary files a/static/capture/link9596-jekyll-theme-hydrogen.png and /dev/null differ diff --git a/static/capture/liungkejin-liungkejin.github.io.png b/static/capture/liungkejin-liungkejin.github.io.png deleted file mode 100644 index f4c1f3c9d..000000000 Binary files a/static/capture/liungkejin-liungkejin.github.io.png and /dev/null differ diff --git a/static/capture/livingdocsio-gatsby-magazine-example.png b/static/capture/livingdocsio-gatsby-magazine-example.png deleted file mode 100644 index 4e57e94c5..000000000 Binary files a/static/capture/livingdocsio-gatsby-magazine-example.png and /dev/null differ diff --git a/static/capture/lixizhi-lixizhi.github.io.png b/static/capture/lixizhi-lixizhi.github.io.png deleted file mode 100644 index 7b54feaaf..000000000 Binary files a/static/capture/lixizhi-lixizhi.github.io.png and /dev/null differ diff --git a/static/capture/longpdo-neumorphism.png b/static/capture/longpdo-neumorphism.png deleted file mode 100644 index e7455b142..000000000 Binary files a/static/capture/longpdo-neumorphism.png and /dev/null differ diff --git a/static/capture/lorepirri-cayman-blog.png b/static/capture/lorepirri-cayman-blog.png deleted file mode 100644 index 9156b730d..000000000 Binary files a/static/capture/lorepirri-cayman-blog.png and /dev/null differ diff --git a/static/capture/loveminimal-hugo-theme-virgo.png b/static/capture/loveminimal-hugo-theme-virgo.png deleted file mode 100644 index e34474d5d..000000000 Binary files a/static/capture/loveminimal-hugo-theme-virgo.png and /dev/null differ diff --git a/static/capture/lubang-hugo-hello-programmer-theme.png b/static/capture/lubang-hugo-hello-programmer-theme.png deleted file mode 100644 index ee52ece92..000000000 Binary files a/static/capture/lubang-hugo-hello-programmer-theme.png and /dev/null differ diff --git a/static/capture/lucaspulliese-next-ecommerce.png b/static/capture/lucaspulliese-next-ecommerce.png deleted file mode 100644 index 551794285..000000000 Binary files a/static/capture/lucaspulliese-next-ecommerce.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 deleted file mode 100644 index 2bb50f611..000000000 Binary files a/static/capture/lukewhitehouse-gatsby-starter-blog-with-lunr.png and /dev/null differ diff --git a/static/capture/lunaceee-hexo-material-netlify.png b/static/capture/lunaceee-hexo-material-netlify.png deleted file mode 100644 index 3be9fce54..000000000 Binary files a/static/capture/lunaceee-hexo-material-netlify.png and /dev/null differ diff --git a/static/capture/lundgren2-gatsby-starter-github-api.png b/static/capture/lundgren2-gatsby-starter-github-api.png deleted file mode 100644 index 6f49592bc..000000000 Binary files a/static/capture/lundgren2-gatsby-starter-github-api.png and /dev/null differ diff --git a/static/capture/luoyan35714-lessormore.png b/static/capture/luoyan35714-lessormore.png deleted file mode 100644 index e36a45d25..000000000 Binary files a/static/capture/luoyan35714-lessormore.png and /dev/null differ diff --git a/static/capture/lwojcik-eleventy-template-bliss.png b/static/capture/lwojcik-eleventy-template-bliss.png deleted file mode 100644 index a8efea2f5..000000000 Binary files a/static/capture/lwojcik-eleventy-template-bliss.png and /dev/null differ diff --git a/static/capture/lwz7512-gatsby-netlify-identity-starter.png b/static/capture/lwz7512-gatsby-netlify-identity-starter.png deleted file mode 100644 index 01587363d..000000000 Binary files a/static/capture/lwz7512-gatsby-netlify-identity-starter.png and /dev/null differ diff --git a/static/capture/lwz7512-next-dev-studio.png b/static/capture/lwz7512-next-dev-studio.png deleted file mode 100644 index 654f24a34..000000000 Binary files a/static/capture/lwz7512-next-dev-studio.png and /dev/null differ diff --git a/static/capture/lwz7512-next-smooth-doc.png b/static/capture/lwz7512-next-smooth-doc.png deleted file mode 100644 index c5e47f464..000000000 Binary files a/static/capture/lwz7512-next-smooth-doc.png and /dev/null differ diff --git a/static/capture/lwz7512-next-static-neve.png b/static/capture/lwz7512-next-static-neve.png deleted file mode 100644 index f4c568db4..000000000 Binary files a/static/capture/lwz7512-next-static-neve.png and /dev/null differ diff --git a/static/capture/lxndrblz-anatole.png b/static/capture/lxndrblz-anatole.png deleted file mode 100644 index 64c797103..000000000 Binary files a/static/capture/lxndrblz-anatole.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 deleted file mode 100644 index fac40269b..000000000 Binary files a/static/capture/lyket-dev-nextjs-simple-blog-theme.png and /dev/null differ diff --git a/static/capture/madelyneriksen-gatsby-starter-tyra.png b/static/capture/madelyneriksen-gatsby-starter-tyra.png deleted file mode 100644 index 5c47d507e..000000000 Binary files a/static/capture/madelyneriksen-gatsby-starter-tyra.png and /dev/null differ diff --git a/static/capture/madforjekyll-madforjekyll.github.io.png b/static/capture/madforjekyll-madforjekyll.github.io.png deleted file mode 100644 index 56a495b41..000000000 Binary files a/static/capture/madforjekyll-madforjekyll.github.io.png and /dev/null differ diff --git a/static/capture/manid2-lone-wolf-theme.png b/static/capture/manid2-lone-wolf-theme.png deleted file mode 100644 index df8dd48c5..000000000 Binary files a/static/capture/manid2-lone-wolf-theme.png and /dev/null differ diff --git a/static/capture/marcanuy-hugotube.png b/static/capture/marcanuy-hugotube.png deleted file mode 100644 index b3bd5aa73..000000000 Binary files a/static/capture/marcanuy-hugotube.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 deleted file mode 100644 index 352796816..000000000 Binary files a/static/capture/marcomelilli-gatsby-airtable-advanced-starter.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 deleted file mode 100644 index 6a0f93099..000000000 Binary files a/static/capture/margueriteroth-gatsby-prismic-starter-prist.png and /dev/null differ diff --git a/static/capture/markoradak-gatsby-starter-storybook.png b/static/capture/markoradak-gatsby-starter-storybook.png deleted file mode 100644 index 39cbe743a..000000000 Binary files a/static/capture/markoradak-gatsby-starter-storybook.png and /dev/null differ diff --git a/static/capture/matcornic-hugo-theme-learn.png b/static/capture/matcornic-hugo-theme-learn.png deleted file mode 100644 index caaef6a75..000000000 Binary files a/static/capture/matcornic-hugo-theme-learn.png and /dev/null differ diff --git a/static/capture/mateussmedeiros-blade-theme.png b/static/capture/mateussmedeiros-blade-theme.png deleted file mode 100644 index e19b0d848..000000000 Binary files a/static/capture/mateussmedeiros-blade-theme.png and /dev/null differ diff --git a/static/capture/mattgraham-leap-day.png b/static/capture/mattgraham-leap-day.png deleted file mode 100644 index 55b8cfc96..000000000 Binary files a/static/capture/mattgraham-leap-day.png and /dev/null differ diff --git a/static/capture/mattgraham-midnight.png b/static/capture/mattgraham-midnight.png deleted file mode 100644 index 1fe5576aa..000000000 Binary files a/static/capture/mattgraham-midnight.png and /dev/null differ diff --git a/static/capture/mattvh-solar-theme-jekyll.png b/static/capture/mattvh-solar-theme-jekyll.png deleted file mode 100644 index 7b6eb219f..000000000 Binary files a/static/capture/mattvh-solar-theme-jekyll.png and /dev/null differ diff --git a/static/capture/maxpou-gatsby-starter-morning-dew.png b/static/capture/maxpou-gatsby-starter-morning-dew.png deleted file mode 100644 index 4bee34fe6..000000000 Binary files a/static/capture/maxpou-gatsby-starter-morning-dew.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 deleted file mode 100644 index a85498af5..000000000 Binary files a/static/capture/mccrodp-gatsby-starter-contentful-i18n.png and /dev/null differ diff --git a/static/capture/mdrathik-nuxtjs-tailwind-blog.png b/static/capture/mdrathik-nuxtjs-tailwind-blog.png deleted file mode 100644 index a25c9c87d..000000000 Binary files a/static/capture/mdrathik-nuxtjs-tailwind-blog.png and /dev/null differ diff --git a/static/capture/melangue-dactl.png b/static/capture/melangue-dactl.png deleted file mode 100644 index 5b4abbff0..000000000 Binary files a/static/capture/melangue-dactl.png and /dev/null differ diff --git a/static/capture/meliodus-meliodus.github.io.png b/static/capture/meliodus-meliodus.github.io.png deleted file mode 100644 index 257b44dd7..000000000 Binary files a/static/capture/meliodus-meliodus.github.io.png and /dev/null differ diff --git a/static/capture/meliodus-uno-dbyll.png b/static/capture/meliodus-uno-dbyll.png deleted file mode 100644 index 54307e24c..000000000 Binary files a/static/capture/meliodus-uno-dbyll.png and /dev/null differ diff --git a/static/capture/melvinchng-event-jekyll-theme.png b/static/capture/melvinchng-event-jekyll-theme.png deleted file mode 100644 index 0f403d356..000000000 Binary files a/static/capture/melvinchng-event-jekyll-theme.png and /dev/null differ diff --git a/static/capture/mendhak-eleventy-satisfactory.png b/static/capture/mendhak-eleventy-satisfactory.png deleted file mode 100644 index bde69fe3d..000000000 Binary files a/static/capture/mendhak-eleventy-satisfactory.png and /dev/null differ diff --git a/static/capture/meteorlxy-vuepress-theme-meteorlxy.png b/static/capture/meteorlxy-vuepress-theme-meteorlxy.png deleted file mode 100644 index c2edfc241..000000000 Binary files a/static/capture/meteorlxy-vuepress-theme-meteorlxy.png and /dev/null differ diff --git a/static/capture/mhadaily-gatsby-starter-typescript-power-blog.png b/static/capture/mhadaily-gatsby-starter-typescript-power-blog.png deleted file mode 100644 index 92f89abea..000000000 Binary files a/static/capture/mhadaily-gatsby-starter-typescript-power-blog.png and /dev/null differ diff --git a/static/capture/midzer-urban-theme.png b/static/capture/midzer-urban-theme.png deleted file mode 100644 index 864ded957..000000000 Binary files a/static/capture/midzer-urban-theme.png and /dev/null differ diff --git a/static/capture/mmistakes-hpstr-jekyll-theme.png b/static/capture/mmistakes-hpstr-jekyll-theme.png deleted file mode 100644 index 189a4186c..000000000 Binary files a/static/capture/mmistakes-hpstr-jekyll-theme.png and /dev/null differ diff --git a/static/capture/mmistakes-jekyll-theme-basically-basic.png b/static/capture/mmistakes-jekyll-theme-basically-basic.png deleted file mode 100644 index 751e7405b..000000000 Binary files a/static/capture/mmistakes-jekyll-theme-basically-basic.png and /dev/null differ diff --git a/static/capture/mmistakes-jekyll-theme-skinny-bones.png b/static/capture/mmistakes-jekyll-theme-skinny-bones.png deleted file mode 100644 index 4da96c542..000000000 Binary files a/static/capture/mmistakes-jekyll-theme-skinny-bones.png and /dev/null differ diff --git a/static/capture/mmistakes-minimal-mistakes.png b/static/capture/mmistakes-minimal-mistakes.png deleted file mode 100644 index 03845f16d..000000000 Binary files a/static/capture/mmistakes-minimal-mistakes.png and /dev/null differ diff --git a/static/capture/mmistakes-so-simple-theme.png b/static/capture/mmistakes-so-simple-theme.png deleted file mode 100644 index 90f8b0695..000000000 Binary files a/static/capture/mmistakes-so-simple-theme.png and /dev/null differ diff --git a/static/capture/mohanmonu777-gatsby-starter-krisp.png b/static/capture/mohanmonu777-gatsby-starter-krisp.png deleted file mode 100644 index 6c02dc586..000000000 Binary files a/static/capture/mohanmonu777-gatsby-starter-krisp.png and /dev/null differ diff --git a/static/capture/molebox-gatsby-theme-pocket.png b/static/capture/molebox-gatsby-theme-pocket.png deleted file mode 100644 index 0bb27b4be..000000000 Binary files a/static/capture/molebox-gatsby-theme-pocket.png and /dev/null differ diff --git a/static/capture/moltin-gatsby-demo-store.png b/static/capture/moltin-gatsby-demo-store.png deleted file mode 100644 index 0d0679d48..000000000 Binary files a/static/capture/moltin-gatsby-demo-store.png and /dev/null differ diff --git a/static/capture/moonwave99-waffel.png b/static/capture/moonwave99-waffel.png deleted file mode 100644 index 6a16b5cba..000000000 Binary files a/static/capture/moonwave99-waffel.png and /dev/null differ diff --git a/static/capture/mrgreensworkshop-mrgreen-jekylltheme.png b/static/capture/mrgreensworkshop-mrgreen-jekylltheme.png deleted file mode 100644 index a6049dfa3..000000000 Binary files a/static/capture/mrgreensworkshop-mrgreen-jekylltheme.png and /dev/null differ diff --git a/static/capture/muan-scribble.png b/static/capture/muan-scribble.png deleted file mode 100644 index d7ba01695..000000000 Binary files a/static/capture/muan-scribble.png and /dev/null differ diff --git a/static/capture/mudassirgithub-next-basic-blog.png b/static/capture/mudassirgithub-next-basic-blog.png deleted file mode 100644 index dd8ccfcb8..000000000 Binary files a/static/capture/mudassirgithub-next-basic-blog.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 deleted file mode 100644 index 859b73c3f..000000000 Binary files a/static/capture/muenzpraeger-eleventy-chirpy-blog-template.png and /dev/null differ diff --git a/static/capture/muhajirdev-gatsby-starter-firebase.png b/static/capture/muhajirdev-gatsby-starter-firebase.png deleted file mode 100644 index b17f1cf84..000000000 Binary files a/static/capture/muhajirdev-gatsby-starter-firebase.png and /dev/null differ diff --git a/static/capture/muhajirdev-gatsby-starter-redux-firebase.png b/static/capture/muhajirdev-gatsby-starter-redux-firebase.png deleted file mode 100644 index b17f1cf84..000000000 Binary files a/static/capture/muhajirdev-gatsby-starter-redux-firebase.png and /dev/null differ diff --git a/static/capture/muhajirdev-gatsby-tailwind-emotion-starter.png b/static/capture/muhajirdev-gatsby-tailwind-emotion-starter.png deleted file mode 100644 index 365ebd623..000000000 Binary files a/static/capture/muhajirdev-gatsby-tailwind-emotion-starter.png and /dev/null differ diff --git a/static/capture/mumuxme-materialize-jekyll.png b/static/capture/mumuxme-materialize-jekyll.png deleted file mode 100644 index be68443c3..000000000 Binary files a/static/capture/mumuxme-materialize-jekyll.png and /dev/null differ diff --git a/static/capture/muniftanjim-minimo.png b/static/capture/muniftanjim-minimo.png deleted file mode 100644 index 2ab737a96..000000000 Binary files a/static/capture/muniftanjim-minimo.png and /dev/null differ diff --git a/static/capture/murraco-jekyll-theme-minimal-resume.png b/static/capture/murraco-jekyll-theme-minimal-resume.png deleted file mode 100644 index 505273447..000000000 Binary files a/static/capture/murraco-jekyll-theme-minimal-resume.png and /dev/null differ diff --git a/static/capture/mushishi78-jekyll-video.png b/static/capture/mushishi78-jekyll-video.png deleted file mode 100644 index 90e0b6150..000000000 Binary files a/static/capture/mushishi78-jekyll-video.png and /dev/null differ diff --git a/static/capture/mushishi78-one-page-wonder-jekyll.png b/static/capture/mushishi78-one-page-wonder-jekyll.png deleted file mode 100644 index 6c30429e0..000000000 Binary files a/static/capture/mushishi78-one-page-wonder-jekyll.png and /dev/null differ diff --git a/static/capture/nadjetey-wangana.png b/static/capture/nadjetey-wangana.png deleted file mode 100644 index 18628aa04..000000000 Binary files a/static/capture/nadjetey-wangana.png and /dev/null differ diff --git a/static/capture/nairobilug-pelican-alchemy.png b/static/capture/nairobilug-pelican-alchemy.png deleted file mode 100644 index 71923b82c..000000000 Binary files a/static/capture/nairobilug-pelican-alchemy.png and /dev/null differ diff --git a/static/capture/nandomoreirame-dotx.png b/static/capture/nandomoreirame-dotx.png deleted file mode 100644 index c54bb93d4..000000000 Binary files a/static/capture/nandomoreirame-dotx.png and /dev/null differ diff --git a/static/capture/nandomoreirame-end2end.png b/static/capture/nandomoreirame-end2end.png deleted file mode 100644 index 798ebb778..000000000 Binary files a/static/capture/nandomoreirame-end2end.png and /dev/null differ diff --git a/static/capture/nandomoreirame-zetsu.png b/static/capture/nandomoreirame-zetsu.png deleted file mode 100644 index 4692900b9..000000000 Binary files a/static/capture/nandomoreirame-zetsu.png and /dev/null differ diff --git a/static/capture/nanxiaobei-hugo-paper.png b/static/capture/nanxiaobei-hugo-paper.png deleted file mode 100644 index f439943bc..000000000 Binary files a/static/capture/nanxiaobei-hugo-paper.png and /dev/null differ diff --git a/static/capture/narative-gatsby-theme-novela.png b/static/capture/narative-gatsby-theme-novela.png deleted file mode 100644 index d01c4ead4..000000000 Binary files a/static/capture/narative-gatsby-theme-novela.png and /dev/null differ diff --git a/static/capture/nathancday-min_night.png b/static/capture/nathancday-min_night.png deleted file mode 100644 index 0f0f5a1dd..000000000 Binary files a/static/capture/nathancday-min_night.png and /dev/null differ diff --git a/static/capture/naufaldi-next-landing-vpn.png b/static/capture/naufaldi-next-landing-vpn.png deleted file mode 100644 index a794512d6..000000000 Binary files a/static/capture/naufaldi-next-landing-vpn.png and /dev/null differ diff --git a/static/capture/ndimatteo-hull.png b/static/capture/ndimatteo-hull.png deleted file mode 100644 index b6a9a4040..000000000 Binary files a/static/capture/ndimatteo-hull.png and /dev/null differ diff --git a/static/capture/nehalist-gatsby-starter-nehalem.png b/static/capture/nehalist-gatsby-starter-nehalem.png deleted file mode 100644 index 04b7bc242..000000000 Binary files a/static/capture/nehalist-gatsby-starter-nehalem.png and /dev/null differ diff --git a/static/capture/neizod-lemma-theme.png b/static/capture/neizod-lemma-theme.png deleted file mode 100644 index ee154f472..000000000 Binary files a/static/capture/neizod-lemma-theme.png and /dev/null differ diff --git a/static/capture/netlify-templates-gatsby-starter-netlify-cms.png b/static/capture/netlify-templates-gatsby-starter-netlify-cms.png deleted file mode 100644 index 7fdb4afeb..000000000 Binary files a/static/capture/netlify-templates-gatsby-starter-netlify-cms.png and /dev/null differ diff --git a/static/capture/netlify-templates-one-click-hugo-cms.png b/static/capture/netlify-templates-one-click-hugo-cms.png deleted file mode 100644 index 8e965a6ad..000000000 Binary files a/static/capture/netlify-templates-one-click-hugo-cms.png and /dev/null differ diff --git a/static/capture/netlify-templates-tanstack-template.png b/static/capture/netlify-templates-tanstack-template.png deleted file mode 100644 index 26711b2af..000000000 Binary files a/static/capture/netlify-templates-tanstack-template.png and /dev/null differ diff --git a/static/capture/nickbalestra-kactus.png b/static/capture/nickbalestra-kactus.png deleted file mode 100644 index 65164d550..000000000 Binary files a/static/capture/nickbalestra-kactus.png and /dev/null differ diff --git a/static/capture/nielsenramon-chalk.png b/static/capture/nielsenramon-chalk.png deleted file mode 100644 index 3c42c8052..000000000 Binary files a/static/capture/nielsenramon-chalk.png and /dev/null differ diff --git a/static/capture/niklasbuschmann-contrast.png b/static/capture/niklasbuschmann-contrast.png deleted file mode 100644 index 9f7678de9..000000000 Binary files a/static/capture/niklasbuschmann-contrast.png and /dev/null differ diff --git a/static/capture/niklasmtj-gatsby-starter-julia.png b/static/capture/niklasmtj-gatsby-starter-julia.png deleted file mode 100644 index 35f9c75e5..000000000 Binary files a/static/capture/niklasmtj-gatsby-starter-julia.png and /dev/null differ diff --git a/static/capture/nikrich-jekyll-slender-template.png b/static/capture/nikrich-jekyll-slender-template.png deleted file mode 100644 index 7007ef012..000000000 Binary files a/static/capture/nikrich-jekyll-slender-template.png and /dev/null differ diff --git a/static/capture/nikrich-jekyll-wing-template.png b/static/capture/nikrich-jekyll-wing-template.png deleted file mode 100644 index 0b9eb0f9b..000000000 Binary files a/static/capture/nikrich-jekyll-wing-template.png and /dev/null differ diff --git a/static/capture/ninapetrop-artist-theme.png b/static/capture/ninapetrop-artist-theme.png deleted file mode 100644 index 0ec2dccc0..000000000 Binary files a/static/capture/ninapetrop-artist-theme.png and /dev/null differ diff --git a/static/capture/nirocfz-arabica.png b/static/capture/nirocfz-arabica.png deleted file mode 100644 index 399b0d529..000000000 Binary files a/static/capture/nirocfz-arabica.png and /dev/null differ diff --git a/static/capture/notpushkin-mkdocs-alabaster.png b/static/capture/notpushkin-mkdocs-alabaster.png deleted file mode 100644 index 1e1b56b33..000000000 Binary files a/static/capture/notpushkin-mkdocs-alabaster.png and /dev/null differ diff --git a/static/capture/nrandecker-particle.png b/static/capture/nrandecker-particle.png deleted file mode 100644 index dc02e9803..000000000 Binary files a/static/capture/nrandecker-particle.png and /dev/null differ diff --git a/static/capture/nunocoracao-blowfish.png b/static/capture/nunocoracao-blowfish.png deleted file mode 100644 index c2db07240..000000000 Binary files a/static/capture/nunocoracao-blowfish.png and /dev/null differ diff --git a/static/capture/nurlansu-hugo-sustain.png b/static/capture/nurlansu-hugo-sustain.png deleted file mode 100644 index 876fe4872..000000000 Binary files a/static/capture/nurlansu-hugo-sustain.png and /dev/null differ diff --git a/static/capture/octoxalis-11tyframe.png b/static/capture/octoxalis-11tyframe.png deleted file mode 100644 index 563424e1a..000000000 Binary files a/static/capture/octoxalis-11tyframe.png and /dev/null differ diff --git a/static/capture/ofranke-gatsby-typescript-scss-docker.png b/static/capture/ofranke-gatsby-typescript-scss-docker.png deleted file mode 100644 index 0a499837b..000000000 Binary files a/static/capture/ofranke-gatsby-typescript-scss-docker.png and /dev/null differ diff --git a/static/capture/ohduran-onassis.png b/static/capture/ohduran-onassis.png deleted file mode 100644 index ca2b599a0..000000000 Binary files a/static/capture/ohduran-onassis.png and /dev/null differ diff --git a/static/capture/ohduran-the-interesting-times.png b/static/capture/ohduran-the-interesting-times.png deleted file mode 100644 index c990e5b2b..000000000 Binary files a/static/capture/ohduran-the-interesting-times.png and /dev/null differ diff --git a/static/capture/olivier3lanc-jekyll-libdoc.png b/static/capture/olivier3lanc-jekyll-libdoc.png deleted file mode 100644 index 2f9450795..000000000 Binary files a/static/capture/olivier3lanc-jekyll-libdoc.png and /dev/null differ diff --git a/static/capture/ondrabus-gridsome-starter-kontent-lumen.png b/static/capture/ondrabus-gridsome-starter-kontent-lumen.png deleted file mode 100644 index 79ea6f0d5..000000000 Binary files a/static/capture/ondrabus-gridsome-starter-kontent-lumen.png and /dev/null differ diff --git a/static/capture/ondrabus-scully-starter-kontent-lumen.png b/static/capture/ondrabus-scully-starter-kontent-lumen.png deleted file mode 100644 index 9db5c5794..000000000 Binary files a/static/capture/ondrabus-scully-starter-kontent-lumen.png and /dev/null differ diff --git a/static/capture/onepase-ephesus.png b/static/capture/onepase-ephesus.png deleted file mode 100644 index de7df508b..000000000 Binary files a/static/capture/onepase-ephesus.png and /dev/null differ diff --git a/static/capture/onweru-compose.png b/static/capture/onweru-compose.png deleted file mode 100644 index b6676508f..000000000 Binary files a/static/capture/onweru-compose.png and /dev/null differ diff --git a/static/capture/onweru-hugo-swift-theme.png b/static/capture/onweru-hugo-swift-theme.png deleted file mode 100644 index b18a8fb74..000000000 Binary files a/static/capture/onweru-hugo-swift-theme.png and /dev/null differ diff --git a/static/capture/onweru-newsroom.png b/static/capture/onweru-newsroom.png deleted file mode 100644 index e057af59c..000000000 Binary files a/static/capture/onweru-newsroom.png and /dev/null differ diff --git a/static/capture/onwidget-astrowind.png b/static/capture/onwidget-astrowind.png deleted file mode 100644 index aef967760..000000000 Binary files a/static/capture/onwidget-astrowind.png and /dev/null differ diff --git a/static/capture/open-sl-jekyll-modern-blog.png b/static/capture/open-sl-jekyll-modern-blog.png deleted file mode 100644 index d12e8415e..000000000 Binary files a/static/capture/open-sl-jekyll-modern-blog.png and /dev/null differ diff --git a/static/capture/orderedlist-minimal.png b/static/capture/orderedlist-minimal.png deleted file mode 100644 index a4b2fbd2f..000000000 Binary files a/static/capture/orderedlist-minimal.png and /dev/null differ diff --git a/static/capture/orderedlist-modernist.png b/static/capture/orderedlist-modernist.png deleted file mode 100644 index d35328c0e..000000000 Binary files a/static/capture/orderedlist-modernist.png and /dev/null differ diff --git a/static/capture/osogrizz-gatsby-starter-santa-fe.png b/static/capture/osogrizz-gatsby-starter-santa-fe.png deleted file mode 100644 index 0b8214f25..000000000 Binary files a/static/capture/osogrizz-gatsby-starter-santa-fe.png and /dev/null differ diff --git a/static/capture/ovidiumihaibelciug-gatsby-firebase-starter.png b/static/capture/ovidiumihaibelciug-gatsby-firebase-starter.png deleted file mode 100644 index 8316648ae..000000000 Binary files a/static/capture/ovidiumihaibelciug-gatsby-firebase-starter.png and /dev/null differ diff --git a/static/capture/ozgrozer-dasper.png b/static/capture/ozgrozer-dasper.png deleted file mode 100644 index b6950b072..000000000 Binary files a/static/capture/ozgrozer-dasper.png and /dev/null differ diff --git a/static/capture/p0wex-gesko.png b/static/capture/p0wex-gesko.png deleted file mode 100644 index c9d512974..000000000 Binary files a/static/capture/p0wex-gesko.png and /dev/null differ diff --git a/static/capture/pablovila-gatsby-starter-wordpress-community.png b/static/capture/pablovila-gatsby-starter-wordpress-community.png deleted file mode 100644 index 0165dc93f..000000000 Binary files a/static/capture/pablovila-gatsby-starter-wordpress-community.png and /dev/null differ diff --git a/static/capture/pandasekh-jekyll-podcaster.png b/static/capture/pandasekh-jekyll-podcaster.png deleted file mode 100644 index 17af8c143..000000000 Binary files a/static/capture/pandasekh-jekyll-podcaster.png and /dev/null differ diff --git a/static/capture/pandasekh-jekyll-yamt.png b/static/capture/pandasekh-jekyll-yamt.png deleted file mode 100644 index 9387c0c31..000000000 Binary files a/static/capture/pandasekh-jekyll-yamt.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 deleted file mode 100644 index 0a6a5bbce..000000000 Binary files a/static/capture/panr-hugo-theme-hello-friend.png and /dev/null differ diff --git a/static/capture/panr-hugo-theme-terminal.png b/static/capture/panr-hugo-theme-terminal.png deleted file mode 100644 index 69856da78..000000000 Binary files a/static/capture/panr-hugo-theme-terminal.png and /dev/null differ diff --git a/static/capture/parmsang-gatsby-starter-ecommerce.png b/static/capture/parmsang-gatsby-starter-ecommerce.png deleted file mode 100644 index 6510f51f4..000000000 Binary files a/static/capture/parmsang-gatsby-starter-ecommerce.png and /dev/null differ diff --git a/static/capture/patdryburgh-hitchens.png b/static/capture/patdryburgh-hitchens.png deleted file mode 100644 index 9e0317967..000000000 Binary files a/static/capture/patdryburgh-hitchens.png and /dev/null differ diff --git a/static/capture/patricoferris-gatsby-starter-notes.png b/static/capture/patricoferris-gatsby-starter-notes.png deleted file mode 100644 index e29aa669f..000000000 Binary files a/static/capture/patricoferris-gatsby-starter-notes.png and /dev/null differ diff --git a/static/capture/peaceiris-hugo-theme-iris.png b/static/capture/peaceiris-hugo-theme-iris.png deleted file mode 100644 index 1c6ebe2da..000000000 Binary files a/static/capture/peaceiris-hugo-theme-iris.png and /dev/null differ diff --git a/static/capture/peahatlanding-plain-webcomic.png b/static/capture/peahatlanding-plain-webcomic.png deleted file mode 100644 index 614971391..000000000 Binary files a/static/capture/peahatlanding-plain-webcomic.png and /dev/null differ diff --git a/static/capture/pelican-elegant-elegant.png b/static/capture/pelican-elegant-elegant.png deleted file mode 100644 index 190f737e3..000000000 Binary files a/static/capture/pelican-elegant-elegant.png and /dev/null differ diff --git a/static/capture/penibelst-jekyll-noita.png b/static/capture/penibelst-jekyll-noita.png deleted file mode 100644 index 13f5f7736..000000000 Binary files a/static/capture/penibelst-jekyll-noita.png and /dev/null differ diff --git a/static/capture/philhawksworth-eleventyone.png b/static/capture/philhawksworth-eleventyone.png deleted file mode 100644 index 786b4e648..000000000 Binary files a/static/capture/philhawksworth-eleventyone.png and /dev/null differ diff --git a/static/capture/philhawksworth-medium-export.png b/static/capture/philhawksworth-medium-export.png deleted file mode 100644 index 41e7b3aa6..000000000 Binary files a/static/capture/philhawksworth-medium-export.png and /dev/null differ diff --git a/static/capture/phlow-feeling-responsive.png b/static/capture/phlow-feeling-responsive.png deleted file mode 100644 index c35dc8a2d..000000000 Binary files a/static/capture/phlow-feeling-responsive.png and /dev/null differ diff --git a/static/capture/piandhust-tailieubkhn.png b/static/capture/piandhust-tailieubkhn.png deleted file mode 100644 index e3501f8ea..000000000 Binary files a/static/capture/piandhust-tailieubkhn.png and /dev/null differ diff --git a/static/capture/piducancore-gatsby-starter-apollo-netlify.png b/static/capture/piducancore-gatsby-starter-apollo-netlify.png deleted file mode 100644 index 19abb54b7..000000000 Binary files a/static/capture/piducancore-gatsby-starter-apollo-netlify.png and /dev/null differ diff --git a/static/capture/pietromenna-jekyll-architect-theme.png b/static/capture/pietromenna-jekyll-architect-theme.png deleted file mode 100644 index 3950688ab..000000000 Binary files a/static/capture/pietromenna-jekyll-architect-theme.png and /dev/null differ diff --git a/static/capture/pietromenna-jekyll-cayman-theme.png b/static/capture/pietromenna-jekyll-cayman-theme.png deleted file mode 100644 index d7148b953..000000000 Binary files a/static/capture/pietromenna-jekyll-cayman-theme.png and /dev/null differ diff --git a/static/capture/piharpi-jekyll-klise.png b/static/capture/piharpi-jekyll-klise.png deleted file mode 100644 index b8d795a26..000000000 Binary files a/static/capture/piharpi-jekyll-klise.png and /dev/null differ diff --git a/static/capture/pixelsign-gatsby-starter-tachyons.png b/static/capture/pixelsign-gatsby-starter-tachyons.png deleted file mode 100644 index cf60a34f7..000000000 Binary files a/static/capture/pixelsign-gatsby-starter-tachyons.png and /dev/null differ diff --git a/static/capture/planetoftheweb-seven.png b/static/capture/planetoftheweb-seven.png deleted file mode 100644 index 28432478b..000000000 Binary files a/static/capture/planetoftheweb-seven.png and /dev/null differ diff --git a/static/capture/platframe-platframe.png b/static/capture/platframe-platframe.png deleted file mode 100644 index fa70b2df2..000000000 Binary files a/static/capture/platframe-platframe.png and /dev/null differ diff --git a/static/capture/pmarsceill-just-the-docs.png b/static/capture/pmarsceill-just-the-docs.png deleted file mode 100644 index 353976eae..000000000 Binary files a/static/capture/pmarsceill-just-the-docs.png and /dev/null differ diff --git a/static/capture/poole-hyde.png b/static/capture/poole-hyde.png deleted file mode 100644 index bf28256ec..000000000 Binary files a/static/capture/poole-hyde.png and /dev/null differ diff --git a/static/capture/poole-lanyon.png b/static/capture/poole-lanyon.png deleted file mode 100644 index 0a47a8407..000000000 Binary files a/static/capture/poole-lanyon.png and /dev/null differ diff --git a/static/capture/poole-poole.png b/static/capture/poole-poole.png deleted file mode 100644 index 28adbb21d..000000000 Binary files a/static/capture/poole-poole.png and /dev/null differ diff --git a/static/capture/pranavrajs-limpid.png b/static/capture/pranavrajs-limpid.png deleted file mode 100644 index c4455daca..000000000 Binary files a/static/capture/pranavrajs-limpid.png and /dev/null differ diff --git a/static/capture/pranavrajs-swift.png b/static/capture/pranavrajs-swift.png deleted file mode 100644 index 623c76dc1..000000000 Binary files a/static/capture/pranavrajs-swift.png and /dev/null differ diff --git a/static/capture/prezly-theme-nextjs-bea.png b/static/capture/prezly-theme-nextjs-bea.png deleted file mode 100644 index de0a05003..000000000 Binary files a/static/capture/prezly-theme-nextjs-bea.png and /dev/null differ diff --git a/static/capture/progrhyme-hugo-theme-bootie-docs.png b/static/capture/progrhyme-hugo-theme-bootie-docs.png deleted file mode 100644 index b9595340c..000000000 Binary files a/static/capture/progrhyme-hugo-theme-bootie-docs.png and /dev/null differ diff --git a/static/capture/projectpages-project-pages.png b/static/capture/projectpages-project-pages.png deleted file mode 100644 index ff2d2b543..000000000 Binary files a/static/capture/projectpages-project-pages.png and /dev/null differ diff --git a/static/capture/prototypeinteractive-gatsby-react-boilerplate.png b/static/capture/prototypeinteractive-gatsby-react-boilerplate.png deleted file mode 100644 index 9b3a32d66..000000000 Binary files a/static/capture/prototypeinteractive-gatsby-react-boilerplate.png and /dev/null differ diff --git a/static/capture/puresyntax71-hugo-theme-chunky-poster.png b/static/capture/puresyntax71-hugo-theme-chunky-poster.png deleted file mode 100644 index dcd49067f..000000000 Binary files a/static/capture/puresyntax71-hugo-theme-chunky-poster.png and /dev/null differ diff --git a/static/capture/qingpingmeng-gatsby-starter-traveler-blog.png b/static/capture/qingpingmeng-gatsby-starter-traveler-blog.png deleted file mode 100644 index ab9f1de42..000000000 Binary files a/static/capture/qingpingmeng-gatsby-starter-traveler-blog.png and /dev/null differ diff --git a/static/capture/qwtel-hydejack.png b/static/capture/qwtel-hydejack.png deleted file mode 100644 index 32d57751f..000000000 Binary files a/static/capture/qwtel-hydejack.png and /dev/null differ diff --git a/static/capture/railsr-autm-rb.png b/static/capture/railsr-autm-rb.png deleted file mode 100644 index 5b3ba836e..000000000 Binary files a/static/capture/railsr-autm-rb.png and /dev/null differ diff --git a/static/capture/raniesantos-artisan-static.png b/static/capture/raniesantos-artisan-static.png deleted file mode 100644 index 1580e9ba2..000000000 Binary files a/static/capture/raniesantos-artisan-static.png and /dev/null differ diff --git a/static/capture/razonyang-hugo-theme-bootstrap.png b/static/capture/razonyang-hugo-theme-bootstrap.png deleted file mode 100644 index 946c603c2..000000000 Binary files a/static/capture/razonyang-hugo-theme-bootstrap.png and /dev/null differ diff --git a/static/capture/rcjach-hugo-webslides.png b/static/capture/rcjach-hugo-webslides.png deleted file mode 100644 index 8a0853949..000000000 Binary files a/static/capture/rcjach-hugo-webslides.png and /dev/null differ diff --git a/static/capture/realorangeone-hugo-theme-revealjs.png b/static/capture/realorangeone-hugo-theme-revealjs.png deleted file mode 100644 index 48b2b34b7..000000000 Binary files a/static/capture/realorangeone-hugo-theme-revealjs.png and /dev/null differ diff --git a/static/capture/redvi-voyager.png b/static/capture/redvi-voyager.png deleted file mode 100644 index b77cb649d..000000000 Binary files a/static/capture/redvi-voyager.png and /dev/null differ diff --git a/static/capture/reeseschultz-11r.png b/static/capture/reeseschultz-11r.png deleted file mode 100644 index 3c6a1f31b..000000000 Binary files a/static/capture/reeseschultz-11r.png and /dev/null differ diff --git a/static/capture/renvrant-gatsby-mdx-netlify-cms-starter.png b/static/capture/renvrant-gatsby-mdx-netlify-cms-starter.png deleted file mode 100644 index cf2fb7a89..000000000 Binary files a/static/capture/renvrant-gatsby-mdx-netlify-cms-starter.png and /dev/null differ diff --git a/static/capture/renyuanz-leonids.png b/static/capture/renyuanz-leonids.png deleted file mode 100644 index 3ce407b1c..000000000 Binary files a/static/capture/renyuanz-leonids.png and /dev/null differ diff --git a/static/capture/resir014-gatsby-starter-typescript-plus.png b/static/capture/resir014-gatsby-starter-typescript-plus.png deleted file mode 100644 index c6e99c905..000000000 Binary files a/static/capture/resir014-gatsby-starter-typescript-plus.png and /dev/null differ diff --git a/static/capture/riggraz-no-style-please.png b/static/capture/riggraz-no-style-please.png deleted file mode 100644 index 00324f113..000000000 Binary files a/static/capture/riggraz-no-style-please.png and /dev/null differ diff --git a/static/capture/ritijjain-pudhina-fresh.png b/static/capture/ritijjain-pudhina-fresh.png deleted file mode 100644 index 56dfef1ac..000000000 Binary files a/static/capture/ritijjain-pudhina-fresh.png and /dev/null differ diff --git a/static/capture/rlue-jekyll-solana.png b/static/capture/rlue-jekyll-solana.png deleted file mode 100644 index cc3227d3c..000000000 Binary files a/static/capture/rlue-jekyll-solana.png and /dev/null differ diff --git a/static/capture/rmagon-gatsby-starter-interviews.png b/static/capture/rmagon-gatsby-starter-interviews.png deleted file mode 100644 index 80ab8888d..000000000 Binary files a/static/capture/rmagon-gatsby-starter-interviews.png and /dev/null differ diff --git a/static/capture/rmsubekti-emping.png b/static/capture/rmsubekti-emping.png deleted file mode 100644 index 2d3aaf260..000000000 Binary files a/static/capture/rmsubekti-emping.png and /dev/null differ diff --git a/static/capture/rmsubekti-nangka.png b/static/capture/rmsubekti-nangka.png deleted file mode 100644 index 056393ed0..000000000 Binary files a/static/capture/rmsubekti-nangka.png and /dev/null differ diff --git a/static/capture/robertcoopercode-gatsby-netlify-cms.png b/static/capture/robertcoopercode-gatsby-netlify-cms.png deleted file mode 100644 index fe8d1dd9f..000000000 Binary files a/static/capture/robertcoopercode-gatsby-netlify-cms.png and /dev/null differ diff --git a/static/capture/robincsl-gatsby-starter-docz.png b/static/capture/robincsl-gatsby-starter-docz.png deleted file mode 100644 index d25510c5b..000000000 Binary files a/static/capture/robincsl-gatsby-starter-docz.png and /dev/null differ diff --git a/static/capture/rohanchandra-type-theme.png b/static/capture/rohanchandra-type-theme.png deleted file mode 100644 index ead8d843b..000000000 Binary files a/static/capture/rohanchandra-type-theme.png and /dev/null differ diff --git a/static/capture/rohitguptab-oneshopper.png b/static/capture/rohitguptab-oneshopper.png deleted file mode 100644 index 5b42f5496..000000000 Binary files a/static/capture/rohitguptab-oneshopper.png and /dev/null differ diff --git a/static/capture/rohitguptab-rg-portfolio.png b/static/capture/rohitguptab-rg-portfolio.png deleted file mode 100644 index 49676e2ef..000000000 Binary files a/static/capture/rohitguptab-rg-portfolio.png and /dev/null differ diff --git a/static/capture/roninro-hugo-theme-puppet.png b/static/capture/roninro-hugo-theme-puppet.png deleted file mode 100644 index 077373866..000000000 Binary files a/static/capture/roninro-hugo-theme-puppet.png and /dev/null differ diff --git a/static/capture/ronv-colorie.png b/static/capture/ronv-colorie.png deleted file mode 100644 index ca0bffef8..000000000 Binary files a/static/capture/ronv-colorie.png and /dev/null differ diff --git a/static/capture/ronv-gray.png b/static/capture/ronv-gray.png deleted file mode 100644 index 93034dc95..000000000 Binary files a/static/capture/ronv-gray.png and /dev/null differ diff --git a/static/capture/ronv-jam.png b/static/capture/ronv-jam.png deleted file mode 100644 index d9e0537a7..000000000 Binary files a/static/capture/ronv-jam.png and /dev/null differ diff --git a/static/capture/ronv-lines.png b/static/capture/ronv-lines.png deleted file mode 100644 index 7976816b4..000000000 Binary files a/static/capture/ronv-lines.png and /dev/null differ diff --git a/static/capture/ronv-listed.png b/static/capture/ronv-listed.png deleted file mode 100644 index 36c326ece..000000000 Binary files a/static/capture/ronv-listed.png and /dev/null differ diff --git a/static/capture/ronv-minimalist.png b/static/capture/ronv-minimalist.png deleted file mode 100644 index 84b29a08f..000000000 Binary files a/static/capture/ronv-minimalist.png and /dev/null differ diff --git a/static/capture/ronv-sidey.png b/static/capture/ronv-sidey.png deleted file mode 100644 index e91774ec6..000000000 Binary files a/static/capture/ronv-sidey.png and /dev/null differ diff --git a/static/capture/ronv-ultra.png b/static/capture/ronv-ultra.png deleted file mode 100644 index 50141b344..000000000 Binary files a/static/capture/ronv-ultra.png and /dev/null differ diff --git a/static/capture/rosario-kasper.png b/static/capture/rosario-kasper.png deleted file mode 100644 index 91572158c..000000000 Binary files a/static/capture/rosario-kasper.png and /dev/null differ diff --git a/static/capture/runbytech-gatsby-theme-ultronele.png b/static/capture/runbytech-gatsby-theme-ultronele.png deleted file mode 100644 index ebb39a374..000000000 Binary files a/static/capture/runbytech-gatsby-theme-ultronele.png and /dev/null differ diff --git a/static/capture/runningstream-hugograyscale.png b/static/capture/runningstream-hugograyscale.png deleted file mode 100644 index 121bf0286..000000000 Binary files a/static/capture/runningstream-hugograyscale.png and /dev/null differ diff --git a/static/capture/ryanfitzgerald-devblog.png b/static/capture/ryanfitzgerald-devblog.png deleted file mode 100644 index 4c2ec2d40..000000000 Binary files a/static/capture/ryanfitzgerald-devblog.png and /dev/null differ diff --git a/static/capture/ryanwiemer-gatsby-starter-gcn.png b/static/capture/ryanwiemer-gatsby-starter-gcn.png deleted file mode 100644 index 6c656a2aa..000000000 Binary files a/static/capture/ryanwiemer-gatsby-starter-gcn.png and /dev/null differ diff --git a/static/capture/s-kris-gatsby-minimal-portfolio-blog.png b/static/capture/s-kris-gatsby-minimal-portfolio-blog.png deleted file mode 100644 index 8466528a3..000000000 Binary files a/static/capture/s-kris-gatsby-minimal-portfolio-blog.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 deleted file mode 100644 index f27fa502a..000000000 Binary files a/static/capture/sagar7993-gatsby-wordpress-typescript-scss-blog.png and /dev/null differ diff --git a/static/capture/saleor-react-storefront.png b/static/capture/saleor-react-storefront.png deleted file mode 100644 index 018d917f9..000000000 Binary files a/static/capture/saleor-react-storefront.png and /dev/null differ diff --git a/static/capture/salgnt-travelogue.png b/static/capture/salgnt-travelogue.png deleted file mode 100644 index bfddbcded..000000000 Binary files a/static/capture/salgnt-travelogue.png and /dev/null differ diff --git a/static/capture/samme-brunch-phaser.png b/static/capture/samme-brunch-phaser.png deleted file mode 100644 index 01b65b13b..000000000 Binary files a/static/capture/samme-brunch-phaser.png and /dev/null differ diff --git a/static/capture/samuelhorn-jamdocs.png b/static/capture/samuelhorn-jamdocs.png deleted file mode 100644 index d1c2322d6..000000000 Binary files a/static/capture/samuelhorn-jamdocs.png and /dev/null differ diff --git a/static/capture/samuelkraft-notion-blog-nextjs.png b/static/capture/samuelkraft-notion-blog-nextjs.png deleted file mode 100644 index 13498dcf7..000000000 Binary files a/static/capture/samuelkraft-notion-blog-nextjs.png and /dev/null differ diff --git a/static/capture/santosfrancisco-gatsby-starter-cv.png b/static/capture/santosfrancisco-gatsby-starter-cv.png deleted file mode 100644 index b7b5b709e..000000000 Binary files a/static/capture/santosfrancisco-gatsby-starter-cv.png and /dev/null differ diff --git a/static/capture/sblisesivdin-biscuit.png b/static/capture/sblisesivdin-biscuit.png deleted file mode 100644 index 6f7e89b8a..000000000 Binary files a/static/capture/sblisesivdin-biscuit.png and /dev/null differ diff --git a/static/capture/schollz-onetwothree.png b/static/capture/schollz-onetwothree.png deleted file mode 100644 index e575a80fa..000000000 Binary files a/static/capture/schollz-onetwothree.png and /dev/null differ diff --git a/static/capture/scotte-jekyll-clean.png b/static/capture/scotte-jekyll-clean.png deleted file mode 100644 index 35af16be2..000000000 Binary files a/static/capture/scotte-jekyll-clean.png and /dev/null differ diff --git a/static/capture/scottmathson-simpol-theme.png b/static/capture/scottmathson-simpol-theme.png deleted file mode 100644 index 4ca2f18e7..000000000 Binary files a/static/capture/scottmathson-simpol-theme.png and /dev/null differ diff --git a/static/capture/scttcper-gatsby-casper.png b/static/capture/scttcper-gatsby-casper.png deleted file mode 100644 index 169963079..000000000 Binary files a/static/capture/scttcper-gatsby-casper.png and /dev/null differ diff --git a/static/capture/sdtelectronics-jekyll-theme-antarctica.png b/static/capture/sdtelectronics-jekyll-theme-antarctica.png deleted file mode 100644 index 220ff1e13..000000000 Binary files a/static/capture/sdtelectronics-jekyll-theme-antarctica.png and /dev/null differ diff --git a/static/capture/seanlane-gochowdown.png b/static/capture/seanlane-gochowdown.png deleted file mode 100644 index 7494df3ff..000000000 Binary files a/static/capture/seanlane-gochowdown.png and /dev/null differ diff --git a/static/capture/sergiokopplin-indigo.png b/static/capture/sergiokopplin-indigo.png deleted file mode 100644 index 5ee65745d..000000000 Binary files a/static/capture/sergiokopplin-indigo.png and /dev/null differ diff --git a/static/capture/sfreytag-friday-theme.png b/static/capture/sfreytag-friday-theme.png deleted file mode 100644 index 0c8505b91..000000000 Binary files a/static/capture/sfreytag-friday-theme.png and /dev/null differ diff --git a/static/capture/shantanu-deshmukh-vhealth-gatsby.png b/static/capture/shantanu-deshmukh-vhealth-gatsby.png deleted file mode 100644 index e69c28be2..000000000 Binary files a/static/capture/shantanu-deshmukh-vhealth-gatsby.png and /dev/null differ diff --git a/static/capture/sharadcodes-gatsby-theme-serial-programmer.png b/static/capture/sharadcodes-gatsby-theme-serial-programmer.png deleted file mode 100644 index ec9439a18..000000000 Binary files a/static/capture/sharadcodes-gatsby-theme-serial-programmer.png and /dev/null differ diff --git a/static/capture/sharadcodes-geekyll-starter-blog.png b/static/capture/sharadcodes-geekyll-starter-blog.png deleted file mode 100644 index 4fcfae36a..000000000 Binary files a/static/capture/sharadcodes-geekyll-starter-blog.png and /dev/null differ diff --git a/static/capture/sharadcodes-hugo-theme-serial-programmer.png b/static/capture/sharadcodes-hugo-theme-serial-programmer.png deleted file mode 100644 index 1d045024d..000000000 Binary files a/static/capture/sharadcodes-hugo-theme-serial-programmer.png and /dev/null differ diff --git a/static/capture/sharadcodes-jekyll-theme-dark-reader.png b/static/capture/sharadcodes-jekyll-theme-dark-reader.png deleted file mode 100644 index 7fb8199c6..000000000 Binary files a/static/capture/sharadcodes-jekyll-theme-dark-reader.png and /dev/null differ diff --git a/static/capture/sharadcodes-jekyll-theme-material-you.png b/static/capture/sharadcodes-jekyll-theme-material-you.png deleted file mode 100644 index 699058a72..000000000 Binary files a/static/capture/sharadcodes-jekyll-theme-material-you.png and /dev/null differ diff --git a/static/capture/sharadcodes-jekyll-theme-milo.png b/static/capture/sharadcodes-jekyll-theme-milo.png deleted file mode 100644 index c4a479486..000000000 Binary files a/static/capture/sharadcodes-jekyll-theme-milo.png and /dev/null differ diff --git a/static/capture/sharadcodes-jekyll-theme-retro-yellow.png b/static/capture/sharadcodes-jekyll-theme-retro-yellow.png deleted file mode 100644 index c8f7d504c..000000000 Binary files a/static/capture/sharadcodes-jekyll-theme-retro-yellow.png and /dev/null differ diff --git a/static/capture/sharadcodes-jekyll-theme-serial-programmer.png b/static/capture/sharadcodes-jekyll-theme-serial-programmer.png deleted file mode 100644 index 3c59b2351..000000000 Binary files a/static/capture/sharadcodes-jekyll-theme-serial-programmer.png and /dev/null differ diff --git a/static/capture/sharu725-bheema.png b/static/capture/sharu725-bheema.png deleted file mode 100644 index 9058ed0fc..000000000 Binary files a/static/capture/sharu725-bheema.png and /dev/null differ diff --git a/static/capture/sharu725-cards.png b/static/capture/sharu725-cards.png deleted file mode 100644 index d7dc33d6a..000000000 Binary files a/static/capture/sharu725-cards.png and /dev/null differ diff --git a/static/capture/sharu725-hagura.png b/static/capture/sharu725-hagura.png deleted file mode 100644 index 15879d32a..000000000 Binary files a/static/capture/sharu725-hagura.png and /dev/null differ diff --git a/static/capture/sharu725-karna.png b/static/capture/sharu725-karna.png deleted file mode 100644 index 6eceb5d0b..000000000 Binary files a/static/capture/sharu725-karna.png and /dev/null differ diff --git a/static/capture/sharu725-online-cv.png b/static/capture/sharu725-online-cv.png deleted file mode 100644 index fa9002269..000000000 Binary files a/static/capture/sharu725-online-cv.png and /dev/null differ diff --git a/static/capture/sharu725-thunder.png b/static/capture/sharu725-thunder.png deleted file mode 100644 index e1e764002..000000000 Binary files a/static/capture/sharu725-thunder.png and /dev/null differ diff --git a/static/capture/sharvaridesai-hexo-theme-edinburgh.png b/static/capture/sharvaridesai-hexo-theme-edinburgh.png deleted file mode 100644 index 0caa8d513..000000000 Binary files a/static/capture/sharvaridesai-hexo-theme-edinburgh.png and /dev/null differ diff --git a/static/capture/shawnteoh-matjek.png b/static/capture/shawnteoh-matjek.png deleted file mode 100644 index 482ae1f91..000000000 Binary files a/static/capture/shawnteoh-matjek.png and /dev/null differ diff --git a/static/capture/shenliyang-hexo-theme-snippet.png b/static/capture/shenliyang-hexo-theme-snippet.png deleted file mode 100644 index 7cbafd370..000000000 Binary files a/static/capture/shenliyang-hexo-theme-snippet.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 deleted file mode 100644 index fc1d15b5e..000000000 Binary files a/static/capture/shobhitchittora-gatsby-starter-fashion-portfolio.png and /dev/null differ diff --git a/static/capture/siawyoung-immaculate.png b/static/capture/siawyoung-immaculate.png deleted file mode 100644 index 203ee72b3..000000000 Binary files a/static/capture/siawyoung-immaculate.png and /dev/null differ diff --git a/static/capture/siegerts-hugo-theme-basic.png b/static/capture/siegerts-hugo-theme-basic.png deleted file mode 100644 index 2ec4fbc03..000000000 Binary files a/static/capture/siegerts-hugo-theme-basic.png and /dev/null differ diff --git a/static/capture/simarmannsingh-gatsby-netlifycms-starter-template.png b/static/capture/simarmannsingh-gatsby-netlifycms-starter-template.png deleted file mode 100644 index 833762e99..000000000 Binary files a/static/capture/simarmannsingh-gatsby-netlifycms-starter-template.png and /dev/null differ diff --git a/static/capture/simplecode-io-gatsby-crafty-theme.png b/static/capture/simplecode-io-gatsby-crafty-theme.png deleted file mode 100644 index 4f9610434..000000000 Binary files a/static/capture/simplecode-io-gatsby-crafty-theme.png and /dev/null differ diff --git a/static/capture/simpleyyt-jekyll-jacman.png b/static/capture/simpleyyt-jekyll-jacman.png deleted file mode 100644 index d2e507e70..000000000 Binary files a/static/capture/simpleyyt-jekyll-jacman.png and /dev/null differ diff --git a/static/capture/simpleyyt-jekyll-simpleyyt.png b/static/capture/simpleyyt-jekyll-simpleyyt.png deleted file mode 100644 index e811db531..000000000 Binary files a/static/capture/simpleyyt-jekyll-simpleyyt.png and /dev/null differ diff --git a/static/capture/simpleyyt-jekyll-theme-next.png b/static/capture/simpleyyt-jekyll-theme-next.png deleted file mode 100644 index 49af79011..000000000 Binary files a/static/capture/simpleyyt-jekyll-theme-next.png and /dev/null differ diff --git a/static/capture/simply007-kontent-sample-app-gatsby-intranet.png b/static/capture/simply007-kontent-sample-app-gatsby-intranet.png deleted file mode 100644 index b0a862798..000000000 Binary files a/static/capture/simply007-kontent-sample-app-gatsby-intranet.png and /dev/null differ diff --git a/static/capture/simply007-kontent-sample-app-svelte-sapper.png b/static/capture/simply007-kontent-sample-app-svelte-sapper.png deleted file mode 100644 index fff027a36..000000000 Binary files a/static/capture/simply007-kontent-sample-app-svelte-sapper.png and /dev/null 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 deleted file mode 100644 index 32ec61038..000000000 Binary files a/static/capture/simply007-kontent-template-gatsby-landing-page-photon.png and /dev/null differ diff --git a/static/capture/slashformotion-hugo-tufte.png b/static/capture/slashformotion-hugo-tufte.png deleted file mode 100644 index 751f8f2dd..000000000 Binary files a/static/capture/slashformotion-hugo-tufte.png and /dev/null differ diff --git a/static/capture/smakosh-gatsby-apollo-starter.png b/static/capture/smakosh-gatsby-apollo-starter.png deleted file mode 100644 index a9c9464ff..000000000 Binary files a/static/capture/smakosh-gatsby-apollo-starter.png and /dev/null differ diff --git a/static/capture/smakosh-gatsby-app-starter-rest-api.png b/static/capture/smakosh-gatsby-app-starter-rest-api.png deleted file mode 100644 index ea6d099cc..000000000 Binary files a/static/capture/smakosh-gatsby-app-starter-rest-api.png and /dev/null differ diff --git a/static/capture/smakosh-gatsby-portfolio-dev.png b/static/capture/smakosh-gatsby-portfolio-dev.png deleted file mode 100644 index 2e4da1531..000000000 Binary files a/static/capture/smakosh-gatsby-portfolio-dev.png and /dev/null differ diff --git a/static/capture/smallmuou-jekyll-pithy.png b/static/capture/smallmuou-jekyll-pithy.png deleted file mode 100644 index 5eca872f6..000000000 Binary files a/static/capture/smallmuou-jekyll-pithy.png and /dev/null differ diff --git a/static/capture/smastrom-headless-gatsby-multilang.png b/static/capture/smastrom-headless-gatsby-multilang.png deleted file mode 100644 index e7e96e867..000000000 Binary files a/static/capture/smastrom-headless-gatsby-multilang.png and /dev/null differ diff --git a/static/capture/smolcodes-twentytwenyonetheme.png b/static/capture/smolcodes-twentytwenyonetheme.png deleted file mode 100644 index 4228eca50..000000000 Binary files a/static/capture/smolcodes-twentytwenyonetheme.png and /dev/null differ diff --git a/static/capture/snipcart-11ty-demo-snipcart.png b/static/capture/snipcart-11ty-demo-snipcart.png deleted file mode 100644 index d561a9be1..000000000 Binary files a/static/capture/snipcart-11ty-demo-snipcart.png and /dev/null differ diff --git a/static/capture/snipcart-directus-metalsmith-snipcart.png b/static/capture/snipcart-directus-metalsmith-snipcart.png deleted file mode 100644 index b12ff9c93..000000000 Binary files a/static/capture/snipcart-directus-metalsmith-snipcart.png and /dev/null differ diff --git a/static/capture/snipcart-snipcart-middleman-integration.png b/static/capture/snipcart-snipcart-middleman-integration.png deleted file mode 100644 index ab42d68ca..000000000 Binary files a/static/capture/snipcart-snipcart-middleman-integration.png and /dev/null differ diff --git a/static/capture/snipcart-stackbit-theme-planty.png b/static/capture/snipcart-stackbit-theme-planty.png deleted file mode 100644 index 424fa0207..000000000 Binary files a/static/capture/snipcart-stackbit-theme-planty.png and /dev/null differ diff --git a/static/capture/songroger-murmur.png b/static/capture/songroger-murmur.png deleted file mode 100644 index 3528e4c04..000000000 Binary files a/static/capture/songroger-murmur.png and /dev/null differ diff --git a/static/capture/south-paw-awesome-gatsby-starter.png b/static/capture/south-paw-awesome-gatsby-starter.png deleted file mode 100644 index 8d639b6e9..000000000 Binary files a/static/capture/south-paw-awesome-gatsby-starter.png and /dev/null differ diff --git a/static/capture/sparanoid-almace-scaffolding.png b/static/capture/sparanoid-almace-scaffolding.png deleted file mode 100644 index 64355f353..000000000 Binary files a/static/capture/sparanoid-almace-scaffolding.png and /dev/null differ diff --git a/static/capture/spinalcms-11ty-docs-template.png b/static/capture/spinalcms-11ty-docs-template.png deleted file mode 100644 index bdb51602b..000000000 Binary files a/static/capture/spinalcms-11ty-docs-template.png and /dev/null differ diff --git a/static/capture/squidfunk-mkdocs-material.png b/static/capture/squidfunk-mkdocs-material.png deleted file mode 100644 index 4726061bf..000000000 Binary files a/static/capture/squidfunk-mkdocs-material.png and /dev/null differ diff --git a/static/capture/ssokurenko-jekyll-smart-material.png b/static/capture/ssokurenko-jekyll-smart-material.png deleted file mode 100644 index 425708c98..000000000 Binary files a/static/capture/ssokurenko-jekyll-smart-material.png and /dev/null differ diff --git a/static/capture/st4ple-solid-jekyll.png b/static/capture/st4ple-solid-jekyll.png deleted file mode 100644 index 844748087..000000000 Binary files a/static/capture/st4ple-solid-jekyll.png and /dev/null differ diff --git a/static/capture/stackbit-themes-agency-nextjs.png b/static/capture/stackbit-themes-agency-nextjs.png deleted file mode 100644 index 02d01eea4..000000000 Binary files a/static/capture/stackbit-themes-agency-nextjs.png and /dev/null differ diff --git a/static/capture/stackbit-themes-ampersand-nextjs.png b/static/capture/stackbit-themes-ampersand-nextjs.png deleted file mode 100644 index a8829458b..000000000 Binary files a/static/capture/stackbit-themes-ampersand-nextjs.png and /dev/null differ diff --git a/static/capture/stackbit-themes-app-nextjs.png b/static/capture/stackbit-themes-app-nextjs.png deleted file mode 100644 index f42256721..000000000 Binary files a/static/capture/stackbit-themes-app-nextjs.png and /dev/null differ diff --git a/static/capture/stackbit-themes-azimuth-nextjs.png b/static/capture/stackbit-themes-azimuth-nextjs.png deleted file mode 100644 index 3e6e47088..000000000 Binary files a/static/capture/stackbit-themes-azimuth-nextjs.png and /dev/null differ diff --git a/static/capture/stackbit-themes-book-nextjs.png b/static/capture/stackbit-themes-book-nextjs.png deleted file mode 100644 index 9bba8e940..000000000 Binary files a/static/capture/stackbit-themes-book-nextjs.png and /dev/null differ diff --git a/static/capture/stackbit-themes-diy-nextjs.png b/static/capture/stackbit-themes-diy-nextjs.png deleted file mode 100644 index 50d2658f7..000000000 Binary files a/static/capture/stackbit-themes-diy-nextjs.png and /dev/null differ diff --git a/static/capture/stackbit-themes-event-nextjs.png b/static/capture/stackbit-themes-event-nextjs.png deleted file mode 100644 index 1094017e1..000000000 Binary files a/static/capture/stackbit-themes-event-nextjs.png and /dev/null differ diff --git a/static/capture/stackbit-themes-exto-nextjs.png b/static/capture/stackbit-themes-exto-nextjs.png deleted file mode 100644 index 2e6e223d4..000000000 Binary files a/static/capture/stackbit-themes-exto-nextjs.png and /dev/null differ diff --git a/static/capture/stackbit-themes-fjord-nextjs.png b/static/capture/stackbit-themes-fjord-nextjs.png deleted file mode 100644 index 6d8868c98..000000000 Binary files a/static/capture/stackbit-themes-fjord-nextjs.png and /dev/null differ diff --git a/static/capture/stackbit-themes-fresh-nextjs.png b/static/capture/stackbit-themes-fresh-nextjs.png deleted file mode 100644 index 7492dc5a0..000000000 Binary files a/static/capture/stackbit-themes-fresh-nextjs.png and /dev/null differ diff --git a/static/capture/stackbit-themes-libris-nextjs.png b/static/capture/stackbit-themes-libris-nextjs.png deleted file mode 100644 index 81e628784..000000000 Binary files a/static/capture/stackbit-themes-libris-nextjs.png and /dev/null differ diff --git a/static/capture/stackbit-themes-personal-nextjs.png b/static/capture/stackbit-themes-personal-nextjs.png deleted file mode 100644 index b23b1fa40..000000000 Binary files a/static/capture/stackbit-themes-personal-nextjs.png and /dev/null differ diff --git a/static/capture/stackbit-themes-podcaster-nextjs.png b/static/capture/stackbit-themes-podcaster-nextjs.png deleted file mode 100644 index 397509e34..000000000 Binary files a/static/capture/stackbit-themes-podcaster-nextjs.png and /dev/null differ diff --git a/static/capture/stackbit-themes-vanilla-jekyll.png b/static/capture/stackbit-themes-vanilla-jekyll.png deleted file mode 100644 index 90f8651c8..000000000 Binary files a/static/capture/stackbit-themes-vanilla-jekyll.png and /dev/null differ diff --git a/static/capture/stackbit-themes-vanilla-nextjs.png b/static/capture/stackbit-themes-vanilla-nextjs.png deleted file mode 100644 index 90f8651c8..000000000 Binary files a/static/capture/stackbit-themes-vanilla-nextjs.png and /dev/null differ diff --git a/static/capture/stackrole-gatsby-starter-foundation.png b/static/capture/stackrole-gatsby-starter-foundation.png deleted file mode 100644 index b13f11cd9..000000000 Binary files a/static/capture/stackrole-gatsby-starter-foundation.png and /dev/null differ diff --git a/static/capture/statichunt-geeky-hugo.png b/static/capture/statichunt-geeky-hugo.png deleted file mode 100644 index 41d0a57de..000000000 Binary files a/static/capture/statichunt-geeky-hugo.png and /dev/null differ diff --git a/static/capture/staticmania-blogge-hugo-theme.png b/static/capture/staticmania-blogge-hugo-theme.png deleted file mode 100644 index 34c27cf70..000000000 Binary files a/static/capture/staticmania-blogge-hugo-theme.png and /dev/null differ diff --git a/static/capture/staticmania-hugo-apsho.png b/static/capture/staticmania-hugo-apsho.png deleted file mode 100644 index 6d642271f..000000000 Binary files a/static/capture/staticmania-hugo-apsho.png and /dev/null differ diff --git a/static/capture/staticmania-hugo-cohub.png b/static/capture/staticmania-hugo-cohub.png deleted file mode 100644 index 0407f0a60..000000000 Binary files a/static/capture/staticmania-hugo-cohub.png and /dev/null differ diff --git a/static/capture/staticmania-portio-hugo.png b/static/capture/staticmania-portio-hugo.png deleted file mode 100644 index 2dbf3036b..000000000 Binary files a/static/capture/staticmania-portio-hugo.png and /dev/null differ diff --git a/static/capture/staticmania-roxo-eleventy.png b/static/capture/staticmania-roxo-eleventy.png deleted file mode 100644 index c9e3dd733..000000000 Binary files a/static/capture/staticmania-roxo-eleventy.png and /dev/null differ diff --git a/static/capture/stavrospanakakis-jekyll-cv.png b/static/capture/stavrospanakakis-jekyll-cv.png deleted file mode 100644 index 98a49cf7a..000000000 Binary files a/static/capture/stavrospanakakis-jekyll-cv.png and /dev/null 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 deleted file mode 100644 index 02c250ca6..000000000 Binary files a/static/capture/stephen-cloud-gatsby-markdown-material-typescript-starter.png and /dev/null differ diff --git a/static/capture/stijnvc-holo-alfa.png b/static/capture/stijnvc-holo-alfa.png deleted file mode 100644 index 1ae2801e7..000000000 Binary files a/static/capture/stijnvc-holo-alfa.png and /dev/null differ diff --git a/static/capture/storyblok-storyblok-gridsome-boilerplate-moon.png b/static/capture/storyblok-storyblok-gridsome-boilerplate-moon.png deleted file mode 100644 index ede9cbda1..000000000 Binary files a/static/capture/storyblok-storyblok-gridsome-boilerplate-moon.png and /dev/null differ diff --git a/static/capture/streetturtle-jekyll-clean-dark.png b/static/capture/streetturtle-jekyll-clean-dark.png deleted file mode 100644 index 93fcf0155..000000000 Binary files a/static/capture/streetturtle-jekyll-clean-dark.png and /dev/null differ diff --git a/static/capture/styxlab-gatsby-starter-try-ghost.png b/static/capture/styxlab-gatsby-starter-try-ghost.png deleted file mode 100644 index f1c1467b5..000000000 Binary files a/static/capture/styxlab-gatsby-starter-try-ghost.png and /dev/null differ diff --git a/static/capture/styxlab-next-cms-ghost.png b/static/capture/styxlab-next-cms-ghost.png deleted file mode 100644 index 802a85f9b..000000000 Binary files a/static/capture/styxlab-next-cms-ghost.png and /dev/null differ diff --git a/static/capture/suheb-resume.png b/static/capture/suheb-resume.png deleted file mode 100644 index a30d47eaa..000000000 Binary files a/static/capture/suheb-resume.png and /dev/null differ diff --git a/static/capture/suits-at-netlifycms-gridsome.png b/static/capture/suits-at-netlifycms-gridsome.png deleted file mode 100644 index 84e473179..000000000 Binary files a/static/capture/suits-at-netlifycms-gridsome.png and /dev/null differ diff --git a/static/capture/sujaykundu777-devlopr-jekyll.png b/static/capture/sujaykundu777-devlopr-jekyll.png deleted file mode 100644 index c5afaa9f0..000000000 Binary files a/static/capture/sujaykundu777-devlopr-jekyll.png and /dev/null differ diff --git a/static/capture/sunbliss-photorama.png b/static/capture/sunbliss-photorama.png deleted file mode 100644 index 77f7c3971..000000000 Binary files a/static/capture/sunbliss-photorama.png and /dev/null differ diff --git a/static/capture/surjithctly-neat-starter.png b/static/capture/surjithctly-neat-starter.png deleted file mode 100644 index b598d1d61..000000000 Binary files a/static/capture/surjithctly-neat-starter.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 deleted file mode 100644 index 01489c027..000000000 Binary files a/static/capture/sw-yx-jamstack-hackathon-starter.png and /dev/null differ diff --git a/static/capture/swanson-lagom.png b/static/capture/swanson-lagom.png deleted file mode 100644 index 94ed31158..000000000 Binary files a/static/capture/swanson-lagom.png and /dev/null differ diff --git a/static/capture/sylhare-type-on-strap.png b/static/capture/sylhare-type-on-strap.png deleted file mode 100644 index 668ae7e17..000000000 Binary files a/static/capture/sylhare-type-on-strap.png and /dev/null differ diff --git a/static/capture/tajacks-lightspeed.png b/static/capture/tajacks-lightspeed.png deleted file mode 100644 index 0bc7b4dfc..000000000 Binary files a/static/capture/tajacks-lightspeed.png and /dev/null differ diff --git a/static/capture/taylantatli-halve.png b/static/capture/taylantatli-halve.png deleted file mode 100644 index 90e348ea9..000000000 Binary files a/static/capture/taylantatli-halve.png and /dev/null differ diff --git a/static/capture/taylantatli-moon.png b/static/capture/taylantatli-moon.png deleted file mode 100644 index 6bcf09cb5..000000000 Binary files a/static/capture/taylantatli-moon.png and /dev/null differ diff --git a/static/capture/taylantatli-ramme.png b/static/capture/taylantatli-ramme.png deleted file mode 100644 index cf221d97e..000000000 Binary files a/static/capture/taylantatli-ramme.png and /dev/null differ diff --git a/static/capture/tcbutler320-jek.png b/static/capture/tcbutler320-jek.png deleted file mode 100644 index 3a0b03750..000000000 Binary files a/static/capture/tcbutler320-jek.png and /dev/null differ diff --git a/static/capture/tcbutler320-jekyll-theme-dumbarton.png b/static/capture/tcbutler320-jekyll-theme-dumbarton.png deleted file mode 100644 index 95f38e8ab..000000000 Binary files a/static/capture/tcbutler320-jekyll-theme-dumbarton.png and /dev/null differ diff --git a/static/capture/teaware-gatsby-starter-point.png b/static/capture/teaware-gatsby-starter-point.png deleted file mode 100644 index e9db887a8..000000000 Binary files a/static/capture/teaware-gatsby-starter-point.png and /dev/null differ diff --git a/static/capture/thakkaryash94-gatsby-github-personal-website.png b/static/capture/thakkaryash94-gatsby-github-personal-website.png deleted file mode 100644 index 30c88247e..000000000 Binary files a/static/capture/thakkaryash94-gatsby-github-personal-website.png and /dev/null differ diff --git a/static/capture/the-development-flex.png b/static/capture/the-development-flex.png deleted file mode 100644 index db422461c..000000000 Binary files a/static/capture/the-development-flex.png and /dev/null differ diff --git a/static/capture/thebakerdev-gatsby-starter-zenii.png b/static/capture/thebakerdev-gatsby-starter-zenii.png deleted file mode 100644 index cb6bca8f7..000000000 Binary files a/static/capture/thebakerdev-gatsby-starter-zenii.png and /dev/null differ diff --git a/static/capture/thedevslot-whatatheme.png b/static/capture/thedevslot-whatatheme.png deleted file mode 100644 index a3f660133..000000000 Binary files a/static/capture/thedevslot-whatatheme.png and /dev/null differ diff --git a/static/capture/themefisher-academia-hugo.png b/static/capture/themefisher-academia-hugo.png deleted file mode 100644 index af91d5cb1..000000000 Binary files a/static/capture/themefisher-academia-hugo.png and /dev/null differ diff --git a/static/capture/themefisher-airspace-hugo.png b/static/capture/themefisher-airspace-hugo.png deleted file mode 100644 index ac04040ea..000000000 Binary files a/static/capture/themefisher-airspace-hugo.png and /dev/null differ diff --git a/static/capture/themefisher-bigspring-light.png b/static/capture/themefisher-bigspring-light.png deleted file mode 100644 index db1483ae3..000000000 Binary files a/static/capture/themefisher-bigspring-light.png and /dev/null differ diff --git a/static/capture/themefisher-dot-hugo.png b/static/capture/themefisher-dot-hugo.png deleted file mode 100644 index e488b62b2..000000000 Binary files a/static/capture/themefisher-dot-hugo.png and /dev/null differ diff --git a/static/capture/themefisher-educenter-hugo.png b/static/capture/themefisher-educenter-hugo.png deleted file mode 100644 index bf5e73c1a..000000000 Binary files a/static/capture/themefisher-educenter-hugo.png and /dev/null differ diff --git a/static/capture/themefisher-hargo-hugo.png b/static/capture/themefisher-hargo-hugo.png deleted file mode 100644 index bd02cf406..000000000 Binary files a/static/capture/themefisher-hargo-hugo.png and /dev/null differ diff --git a/static/capture/themefisher-infinity-hugo.png b/static/capture/themefisher-infinity-hugo.png deleted file mode 100644 index 8dcce0030..000000000 Binary files a/static/capture/themefisher-infinity-hugo.png and /dev/null differ diff --git a/static/capture/themefisher-kross-hugo.png b/static/capture/themefisher-kross-hugo.png deleted file mode 100644 index 5c616aada..000000000 Binary files a/static/capture/themefisher-kross-hugo.png and /dev/null differ diff --git a/static/capture/themefisher-parsa-hugo.png b/static/capture/themefisher-parsa-hugo.png deleted file mode 100644 index cb8a07382..000000000 Binary files a/static/capture/themefisher-parsa-hugo.png and /dev/null differ diff --git a/static/capture/themefisher-timer-hugo.png b/static/capture/themefisher-timer-hugo.png deleted file mode 100644 index 4c9fe6e6c..000000000 Binary files a/static/capture/themefisher-timer-hugo.png and /dev/null differ diff --git a/static/capture/themefisher-twenty-twenty-hugo.png b/static/capture/themefisher-twenty-twenty-hugo.png deleted file mode 100644 index 746f6b2da..000000000 Binary files a/static/capture/themefisher-twenty-twenty-hugo.png and /dev/null differ diff --git a/static/capture/themefisher-vex-hugo.png b/static/capture/themefisher-vex-hugo.png deleted file mode 100644 index 41976a029..000000000 Binary files a/static/capture/themefisher-vex-hugo.png and /dev/null 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 deleted file mode 100644 index 111b1bcb4..000000000 Binary files a/static/capture/themeselection-materio-mui-react-nextjs-admin-template-free.png and /dev/null differ diff --git a/static/capture/thenewdynamic-gohugo-theme-ananke.png b/static/capture/thenewdynamic-gohugo-theme-ananke.png deleted file mode 100644 index 9a6913390..000000000 Binary files a/static/capture/thenewdynamic-gohugo-theme-ananke.png and /dev/null differ diff --git a/static/capture/thephuse-strange_case.png b/static/capture/thephuse-strange_case.png deleted file mode 100644 index 4f67a09b5..000000000 Binary files a/static/capture/thephuse-strange_case.png and /dev/null differ diff --git a/static/capture/thetrevorharmon-gatsby-starter-typescript-sass.png b/static/capture/thetrevorharmon-gatsby-starter-typescript-sass.png deleted file mode 100644 index ceed4492d..000000000 Binary files a/static/capture/thetrevorharmon-gatsby-starter-typescript-sass.png and /dev/null differ diff --git a/static/capture/thiagorossener-jekflix-template.png b/static/capture/thiagorossener-jekflix-template.png deleted file mode 100644 index 585f34c4d..000000000 Binary files a/static/capture/thiagorossener-jekflix-template.png and /dev/null differ diff --git a/static/capture/thinker3197-ink.png b/static/capture/thinker3197-ink.png deleted file mode 100644 index 02d684158..000000000 Binary files a/static/capture/thinker3197-ink.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 deleted file mode 100644 index d312f34e9..000000000 Binary files a/static/capture/thomaswangio-gatsby-personal-starter-blog.png and /dev/null differ diff --git a/static/capture/thomaswangio-gatsby-starter-primer.png b/static/capture/thomaswangio-gatsby-starter-primer.png deleted file mode 100644 index a18fe5a04..000000000 Binary files a/static/capture/thomaswangio-gatsby-starter-primer.png and /dev/null differ diff --git a/static/capture/thriveweb-yellowcake.png b/static/capture/thriveweb-yellowcake.png deleted file mode 100644 index 001c97a1d..000000000 Binary files a/static/capture/thriveweb-yellowcake.png and /dev/null differ diff --git a/static/capture/thundermiracle-gatsby-simple-blog.png b/static/capture/thundermiracle-gatsby-simple-blog.png deleted file mode 100644 index be39d50b5..000000000 Binary files a/static/capture/thundermiracle-gatsby-simple-blog.png and /dev/null differ diff --git a/static/capture/tigefa4u-jekmdl.png b/static/capture/tigefa4u-jekmdl.png deleted file mode 100644 index d711b6dab..000000000 Binary files a/static/capture/tigefa4u-jekmdl.png and /dev/null differ diff --git a/static/capture/timlrx-tailwind-nextjs-starter-blog.png b/static/capture/timlrx-tailwind-nextjs-starter-blog.png deleted file mode 100644 index 0fc41de76..000000000 Binary files a/static/capture/timlrx-tailwind-nextjs-starter-blog.png and /dev/null differ diff --git a/static/capture/tnguyen-blueface.png b/static/capture/tnguyen-blueface.png deleted file mode 100644 index fb137e472..000000000 Binary files a/static/capture/tnguyen-blueface.png and /dev/null differ diff --git a/static/capture/toboko-gatsby-starter-fine.png b/static/capture/toboko-gatsby-starter-fine.png deleted file mode 100644 index eb4cdde3a..000000000 Binary files a/static/capture/toboko-gatsby-starter-fine.png and /dev/null differ diff --git a/static/capture/tocttou-hacker-blog.png b/static/capture/tocttou-hacker-blog.png deleted file mode 100644 index 1cf5e2de5..000000000 Binary files a/static/capture/tocttou-hacker-blog.png and /dev/null differ diff --git a/static/capture/tolking-vuepress-theme-ououe.png b/static/capture/tolking-vuepress-theme-ououe.png deleted file mode 100644 index b38315508..000000000 Binary files a/static/capture/tolking-vuepress-theme-ououe.png and /dev/null differ diff --git a/static/capture/tomanistor-osprey.png b/static/capture/tomanistor-osprey.png deleted file mode 100644 index b3a42d774..000000000 Binary files a/static/capture/tomanistor-osprey.png and /dev/null differ diff --git a/static/capture/tomekskuta-gatsby-starter-intl.png b/static/capture/tomekskuta-gatsby-starter-intl.png deleted file mode 100644 index 13988fe5a..000000000 Binary files a/static/capture/tomekskuta-gatsby-starter-intl.png and /dev/null differ diff --git a/static/capture/tomjohnson1492-documentation-theme-jekyll.png b/static/capture/tomjohnson1492-documentation-theme-jekyll.png deleted file mode 100644 index 4a24c3e6b..000000000 Binary files a/static/capture/tomjohnson1492-documentation-theme-jekyll.png and /dev/null 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 deleted file mode 100644 index 7b6a74c81..000000000 Binary files a/static/capture/tomoyukikashiro-gatsby-starter-blog-amp-to-pwa.png and /dev/null differ diff --git a/static/capture/tomrutgers-middleman-starter-netlify-cms.png b/static/capture/tomrutgers-middleman-starter-netlify-cms.png deleted file mode 100644 index 5f250eea8..000000000 Binary files a/static/capture/tomrutgers-middleman-starter-netlify-cms.png and /dev/null differ diff --git a/static/capture/tradly-platform-butterflies.png b/static/capture/tradly-platform-butterflies.png deleted file mode 100644 index 9ed6b2a06..000000000 Binary files a/static/capture/tradly-platform-butterflies.png and /dev/null differ diff --git a/static/capture/transitive-bullshit-nextjs-notion-starter-kit.png b/static/capture/transitive-bullshit-nextjs-notion-starter-kit.png deleted file mode 100644 index cac9639c3..000000000 Binary files a/static/capture/transitive-bullshit-nextjs-notion-starter-kit.png and /dev/null differ diff --git a/static/capture/tryghost-eleventy-starter-ghost.png b/static/capture/tryghost-eleventy-starter-ghost.png deleted file mode 100644 index a8ab4fa5a..000000000 Binary files a/static/capture/tryghost-eleventy-starter-ghost.png and /dev/null differ diff --git a/static/capture/tryghost-gatsby-starter-ghost.png b/static/capture/tryghost-gatsby-starter-ghost.png deleted file mode 100644 index 84c1751d5..000000000 Binary files a/static/capture/tryghost-gatsby-starter-ghost.png and /dev/null differ diff --git a/static/capture/ttntm-11ty-landing-page.png b/static/capture/ttntm-11ty-landing-page.png deleted file mode 100644 index 126602e07..000000000 Binary files a/static/capture/ttntm-11ty-landing-page.png and /dev/null differ diff --git a/static/capture/ttntm-hugo-landing-page.png b/static/capture/ttntm-hugo-landing-page.png deleted file mode 100644 index a29e9b18e..000000000 Binary files a/static/capture/ttntm-hugo-landing-page.png and /dev/null differ diff --git a/static/capture/ttskch-jekyll-ttskch-theme.png b/static/capture/ttskch-jekyll-ttskch-theme.png deleted file mode 100644 index 351ee7981..000000000 Binary files a/static/capture/ttskch-jekyll-ttskch-theme.png and /dev/null differ diff --git a/static/capture/tummychow-lanyon-hugo.png b/static/capture/tummychow-lanyon-hugo.png deleted file mode 100644 index 05c3bc66e..000000000 Binary files a/static/capture/tummychow-lanyon-hugo.png and /dev/null differ diff --git a/static/capture/tybenz-exemplar.png b/static/capture/tybenz-exemplar.png deleted file mode 100644 index 65f70c198..000000000 Binary files a/static/capture/tybenz-exemplar.png and /dev/null differ diff --git a/static/capture/tybenz-otter-pop.png b/static/capture/tybenz-otter-pop.png deleted file mode 100644 index e8e259abe..000000000 Binary files a/static/capture/tybenz-otter-pop.png and /dev/null differ diff --git a/static/capture/tylergreulich-gatsby-typescript-mdx-prismjs-starter.png b/static/capture/tylergreulich-gatsby-typescript-mdx-prismjs-starter.png deleted file mode 100644 index 11453040d..000000000 Binary files a/static/capture/tylergreulich-gatsby-typescript-mdx-prismjs-starter.png and /dev/null differ diff --git a/static/capture/tylermroderick-fernfolio-11ty-template.png b/static/capture/tylermroderick-fernfolio-11ty-template.png deleted file mode 100644 index 695c4044a..000000000 Binary files a/static/capture/tylermroderick-fernfolio-11ty-template.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 deleted file mode 100644 index c89317622..000000000 Binary files a/static/capture/ueno-llc-ueno-gatsby-starter.png and /dev/null differ diff --git a/static/capture/ugglr-gatsby-clean-portfolio.png b/static/capture/ugglr-gatsby-clean-portfolio.png deleted file mode 100644 index 314d246b9..000000000 Binary files a/static/capture/ugglr-gatsby-clean-portfolio.png and /dev/null differ diff --git a/static/capture/unifreak-unifreak.github.io.png b/static/capture/unifreak-unifreak.github.io.png deleted file mode 100644 index fe8acbfb5..000000000 Binary files a/static/capture/unifreak-unifreak.github.io.png and /dev/null differ diff --git a/static/capture/upagge-ublogger.png b/static/capture/upagge-ublogger.png deleted file mode 100644 index 6c80f3d48..000000000 Binary files a/static/capture/upagge-ublogger.png and /dev/null differ diff --git a/static/capture/v4iv-gatsby-starter-business.png b/static/capture/v4iv-gatsby-starter-business.png deleted file mode 100644 index 09db8a725..000000000 Binary files a/static/capture/v4iv-gatsby-starter-business.png and /dev/null differ diff --git a/static/capture/vagr9k-gatsby-advanced-starter.png b/static/capture/vagr9k-gatsby-advanced-starter.png deleted file mode 100644 index 3d273d766..000000000 Binary files a/static/capture/vagr9k-gatsby-advanced-starter.png and /dev/null differ diff --git a/static/capture/vagr9k-gatsby-material-starter.png b/static/capture/vagr9k-gatsby-material-starter.png deleted file mode 100644 index eb119400b..000000000 Binary files a/static/capture/vagr9k-gatsby-material-starter.png and /dev/null differ diff --git a/static/capture/vantagedesign-ace-documentation.png b/static/capture/vantagedesign-ace-documentation.png deleted file mode 100644 index 638c280f7..000000000 Binary files a/static/capture/vantagedesign-ace-documentation.png and /dev/null differ diff --git a/static/capture/vercel-next.js.png b/static/capture/vercel-next.js.png deleted file mode 100644 index 59067e1ef..000000000 Binary files a/static/capture/vercel-next.js.png and /dev/null differ diff --git a/static/capture/vfvong-jekyll-theme-quartz.png b/static/capture/vfvong-jekyll-theme-quartz.png deleted file mode 100644 index f1f1c2736..000000000 Binary files a/static/capture/vfvong-jekyll-theme-quartz.png and /dev/null differ diff --git a/static/capture/vfvong-jekyll-theme-tao.png b/static/capture/vfvong-jekyll-theme-tao.png deleted file mode 100644 index f0ad9c968..000000000 Binary files a/static/capture/vfvong-jekyll-theme-tao.png and /dev/null differ diff --git a/static/capture/victoriadrake-hugo-theme-introduction.png b/static/capture/victoriadrake-hugo-theme-introduction.png deleted file mode 100644 index 7b41d8a69..000000000 Binary files a/static/capture/victoriadrake-hugo-theme-introduction.png and /dev/null differ diff --git a/static/capture/victorvoid-space-jekyll-template.png b/static/capture/victorvoid-space-jekyll-template.png deleted file mode 100644 index 421704235..000000000 Binary files a/static/capture/victorvoid-space-jekyll-template.png and /dev/null differ diff --git a/static/capture/vietanhdev-benice17.png b/static/capture/vietanhdev-benice17.png deleted file mode 100644 index 49cf66a52..000000000 Binary files a/static/capture/vietanhdev-benice17.png and /dev/null differ diff --git a/static/capture/vietanhdev-hugo-curious.png b/static/capture/vietanhdev-hugo-curious.png deleted file mode 100644 index 12517fb77..000000000 Binary files a/static/capture/vietanhdev-hugo-curious.png and /dev/null differ diff --git a/static/capture/viko16-vuepress-theme-simple.png b/static/capture/viko16-vuepress-theme-simple.png deleted file mode 100644 index 827d3e4ab..000000000 Binary files a/static/capture/viko16-vuepress-theme-simple.png and /dev/null differ diff --git a/static/capture/vimux-mainroad.png b/static/capture/vimux-mainroad.png deleted file mode 100644 index a3e298e51..000000000 Binary files a/static/capture/vimux-mainroad.png and /dev/null differ diff --git a/static/capture/vincentchan-mickey.png b/static/capture/vincentchan-mickey.png deleted file mode 100644 index 28d61b146..000000000 Binary files a/static/capture/vincentchan-mickey.png and /dev/null differ diff --git a/static/capture/vinitkumar-white-paper.png b/static/capture/vinitkumar-white-paper.png deleted file mode 100644 index 60412049c..000000000 Binary files a/static/capture/vinitkumar-white-paper.png and /dev/null differ diff --git a/static/capture/vividvilla-ezhil.png b/static/capture/vividvilla-ezhil.png deleted file mode 100644 index d33d3d011..000000000 Binary files a/static/capture/vividvilla-ezhil.png and /dev/null differ diff --git a/static/capture/volny-creative-theme-jekyll.png b/static/capture/volny-creative-theme-jekyll.png deleted file mode 100644 index c1a5882e5..000000000 Binary files a/static/capture/volny-creative-theme-jekyll.png and /dev/null differ diff --git a/static/capture/volny-stylish-portfolio-jekyll.png b/static/capture/volny-stylish-portfolio-jekyll.png deleted file mode 100644 index 4fe383a94..000000000 Binary files a/static/capture/volny-stylish-portfolio-jekyll.png and /dev/null differ diff --git a/static/capture/vormwald-joon.png b/static/capture/vormwald-joon.png deleted file mode 100644 index 05579b116..000000000 Binary files a/static/capture/vormwald-joon.png and /dev/null differ diff --git a/static/capture/vszhub-not-pure-poole.png b/static/capture/vszhub-not-pure-poole.png deleted file mode 100644 index 097411f35..000000000 Binary files a/static/capture/vszhub-not-pure-poole.png and /dev/null differ diff --git a/static/capture/vvalchev-creative-theme-jekyll-new.png b/static/capture/vvalchev-creative-theme-jekyll-new.png deleted file mode 100644 index d4cd96712..000000000 Binary files a/static/capture/vvalchev-creative-theme-jekyll-new.png and /dev/null differ diff --git a/static/capture/w3layouts-gatsby-starter-delog.png b/static/capture/w3layouts-gatsby-starter-delog.png deleted file mode 100644 index 4c5daf9e2..000000000 Binary files a/static/capture/w3layouts-gatsby-starter-delog.png and /dev/null differ diff --git a/static/capture/wangonya-flexible-gatsby.png b/static/capture/wangonya-flexible-gatsby.png deleted file mode 100644 index c223ab37c..000000000 Binary files a/static/capture/wangonya-flexible-gatsby.png and /dev/null differ diff --git a/static/capture/wangonya-the-plain-gatsby.png b/static/capture/wangonya-the-plain-gatsby.png deleted file mode 100644 index 863beb2b9..000000000 Binary files a/static/capture/wangonya-the-plain-gatsby.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 deleted file mode 100644 index fe16b51eb..000000000 Binary files a/static/capture/webcu-gatsby-material-kit-react.png and /dev/null differ diff --git a/static/capture/wemake-services-jekyll-theme-hackcss.png b/static/capture/wemake-services-jekyll-theme-hackcss.png deleted file mode 100644 index 06891c72b..000000000 Binary files a/static/capture/wemake-services-jekyll-theme-hackcss.png and /dev/null differ diff --git a/static/capture/wgao19-docusaurus-theme-no-style.png b/static/capture/wgao19-docusaurus-theme-no-style.png deleted file mode 100644 index 4111879e0..000000000 Binary files a/static/capture/wgao19-docusaurus-theme-no-style.png and /dev/null differ diff --git a/static/capture/whoan-vuepress-theme-canvas.png b/static/capture/whoan-vuepress-theme-canvas.png deleted file mode 100644 index 661ea085d..000000000 Binary files a/static/capture/whoan-vuepress-theme-canvas.png and /dev/null differ diff --git a/static/capture/whoisryosuke-gatsby-documentation-starter.png b/static/capture/whoisryosuke-gatsby-documentation-starter.png deleted file mode 100644 index bdd9f35f5..000000000 Binary files a/static/capture/whoisryosuke-gatsby-documentation-starter.png and /dev/null differ diff --git a/static/capture/wild-flame-jekyll-simple.png b/static/capture/wild-flame-jekyll-simple.png deleted file mode 100644 index fac7e8363..000000000 Binary files a/static/capture/wild-flame-jekyll-simple.png and /dev/null differ diff --git a/static/capture/wildhaber-gohugo-amp.png b/static/capture/wildhaber-gohugo-amp.png deleted file mode 100644 index 4c59f7638..000000000 Binary files a/static/capture/wildhaber-gohugo-amp.png and /dev/null differ diff --git a/static/capture/willcode4food-gatsby-starter-paperbase.png b/static/capture/willcode4food-gatsby-starter-paperbase.png deleted file mode 100644 index 8703a9cfc..000000000 Binary files a/static/capture/willcode4food-gatsby-starter-paperbase.png and /dev/null differ diff --git a/static/capture/williamcanin-typing-jekyll-template.png b/static/capture/williamcanin-typing-jekyll-template.png deleted file mode 100644 index 2fbc91fde..000000000 Binary files a/static/capture/williamcanin-typing-jekyll-template.png and /dev/null differ diff --git a/static/capture/willianjusten-cards-jekyll-template.png b/static/capture/willianjusten-cards-jekyll-template.png deleted file mode 100644 index 751e8309e..000000000 Binary files a/static/capture/willianjusten-cards-jekyll-template.png and /dev/null differ diff --git a/static/capture/willianjusten-will-jekyll-template.png b/static/capture/willianjusten-will-jekyll-template.png deleted file mode 100644 index 5cf6f51eb..000000000 Binary files a/static/capture/willianjusten-will-jekyll-template.png and /dev/null differ diff --git a/static/capture/willjw3-gatsby-starter-developer-diary.png b/static/capture/willjw3-gatsby-starter-developer-diary.png deleted file mode 100644 index 00d3fbf0e..000000000 Binary files a/static/capture/willjw3-gatsby-starter-developer-diary.png and /dev/null differ diff --git a/static/capture/windedge-gatsby-tailwind-serif.png b/static/capture/windedge-gatsby-tailwind-serif.png deleted file mode 100644 index fa74cc140..000000000 Binary files a/static/capture/windedge-gatsby-tailwind-serif.png and /dev/null differ diff --git a/static/capture/wiredcraft-carte.png b/static/capture/wiredcraft-carte.png deleted file mode 100644 index 0bdc11be0..000000000 Binary files a/static/capture/wiredcraft-carte.png and /dev/null differ diff --git a/static/capture/wkocjan-gatsby-airtable-listing.png b/static/capture/wkocjan-gatsby-airtable-listing.png deleted file mode 100644 index 1d16b83c9..000000000 Binary files a/static/capture/wkocjan-gatsby-airtable-listing.png and /dev/null differ diff --git a/static/capture/wkocjan-gatsby-contentful-portfolio.png b/static/capture/wkocjan-gatsby-contentful-portfolio.png deleted file mode 100644 index 98f2c6661..000000000 Binary files a/static/capture/wkocjan-gatsby-contentful-portfolio.png and /dev/null differ diff --git a/static/capture/wkocjan-gatsby-theme-intro.png b/static/capture/wkocjan-gatsby-theme-intro.png deleted file mode 100644 index 4b7f88d60..000000000 Binary files a/static/capture/wkocjan-gatsby-theme-intro.png and /dev/null differ diff --git a/static/capture/wowthemesnet-affiliates-jekyll-theme.png b/static/capture/wowthemesnet-affiliates-jekyll-theme.png deleted file mode 100644 index 8339d343b..000000000 Binary files a/static/capture/wowthemesnet-affiliates-jekyll-theme.png and /dev/null differ diff --git a/static/capture/wowthemesnet-jekyll-theme-memoirs.png b/static/capture/wowthemesnet-jekyll-theme-memoirs.png deleted file mode 100644 index 81a999016..000000000 Binary files a/static/capture/wowthemesnet-jekyll-theme-memoirs.png and /dev/null differ diff --git a/static/capture/wowthemesnet-mediumish-theme-jekyll.png b/static/capture/wowthemesnet-mediumish-theme-jekyll.png deleted file mode 100644 index e2200ce10..000000000 Binary files a/static/capture/wowthemesnet-mediumish-theme-jekyll.png and /dev/null differ diff --git a/static/capture/wowthemesnet-mediumish-vuepress-blog-theme.png b/static/capture/wowthemesnet-mediumish-vuepress-blog-theme.png deleted file mode 100644 index 937881e37..000000000 Binary files a/static/capture/wowthemesnet-mediumish-vuepress-blog-theme.png and /dev/null differ diff --git a/static/capture/wowthemesnet-mundana-theme-jekyll.png b/static/capture/wowthemesnet-mundana-theme-jekyll.png deleted file mode 100644 index 096182707..000000000 Binary files a/static/capture/wowthemesnet-mundana-theme-jekyll.png and /dev/null differ diff --git a/static/capture/wrappixel-flexy-admin-nextjs-free.png b/static/capture/wrappixel-flexy-admin-nextjs-free.png deleted file mode 100644 index 3e82032cb..000000000 Binary files a/static/capture/wrappixel-flexy-admin-nextjs-free.png and /dev/null differ diff --git a/static/capture/wrappixel-materialpro-nuxtjs-free.png b/static/capture/wrappixel-materialpro-nuxtjs-free.png deleted file mode 100644 index de028dccf..000000000 Binary files a/static/capture/wrappixel-materialpro-nuxtjs-free.png and /dev/null differ diff --git a/static/capture/wrappixel-xtreme-admin-nextjs-free.png b/static/capture/wrappixel-xtreme-admin-nextjs-free.png deleted file mode 100644 index 08872165b..000000000 Binary files a/static/capture/wrappixel-xtreme-admin-nextjs-free.png and /dev/null differ diff --git a/static/capture/wu-kan-wu-kan.github.io.png b/static/capture/wu-kan-wu-kan.github.io.png deleted file mode 100644 index 0adceaa00..000000000 Binary files a/static/capture/wu-kan-wu-kan.github.io.png and /dev/null differ diff --git a/static/capture/xaprb-story.png b/static/capture/xaprb-story.png deleted file mode 100644 index cf7a3a12c..000000000 Binary files a/static/capture/xaprb-story.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 deleted file mode 100644 index 24d9ba4df..000000000 Binary files a/static/capture/xdesro-nuxt-netlify-cms-starter.png and /dev/null differ diff --git a/static/capture/xianmin-hugo-theme-jane.png b/static/capture/xianmin-hugo-theme-jane.png deleted file mode 100644 index 63156d5eb..000000000 Binary files a/static/capture/xianmin-hugo-theme-jane.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 deleted file mode 100644 index b3f5c2037..000000000 Binary files a/static/capture/xydac-xylo-gatsby-bulma-starter.png and /dev/null differ diff --git a/static/capture/y7kim-agency-jekyll-theme.png b/static/capture/y7kim-agency-jekyll-theme.png deleted file mode 100644 index 6f1fc06b6..000000000 Binary files a/static/capture/y7kim-agency-jekyll-theme.png and /dev/null differ diff --git a/static/capture/yelog-hexo-theme-3-hexo.png b/static/capture/yelog-hexo-theme-3-hexo.png deleted file mode 100644 index 6f0822755..000000000 Binary files a/static/capture/yelog-hexo-theme-3-hexo.png and /dev/null differ diff --git a/static/capture/ygoex-yetty.png b/static/capture/ygoex-yetty.png deleted file mode 100644 index e87362bbe..000000000 Binary files a/static/capture/ygoex-yetty.png and /dev/null differ diff --git a/static/capture/yihui-hugo-xmag.png b/static/capture/yihui-hugo-xmag.png deleted file mode 100644 index ad87e4455..000000000 Binary files a/static/capture/yihui-hugo-xmag.png and /dev/null differ diff --git a/static/capture/yihui-hugo-xmin.png b/static/capture/yihui-hugo-xmin.png deleted file mode 100644 index 5d78c630a..000000000 Binary files a/static/capture/yihui-hugo-xmin.png and /dev/null differ diff --git a/static/capture/yinkakun-eleventy-duo.png b/static/capture/yinkakun-eleventy-duo.png deleted file mode 100644 index 8d047f212..000000000 Binary files a/static/capture/yinkakun-eleventy-duo.png and /dev/null differ diff --git a/static/capture/yinkakun-gatsby-starter-glass.png b/static/capture/yinkakun-gatsby-starter-glass.png deleted file mode 100644 index 01cc246b9..000000000 Binary files a/static/capture/yinkakun-gatsby-starter-glass.png and /dev/null differ diff --git a/static/capture/yizeng-jekyll-theme-simple-texture.png b/static/capture/yizeng-jekyll-theme-simple-texture.png deleted file mode 100644 index 422942322..000000000 Binary files a/static/capture/yizeng-jekyll-theme-simple-texture.png and /dev/null differ diff --git a/static/capture/yjpl-supply.png b/static/capture/yjpl-supply.png deleted file mode 100644 index db469b636..000000000 Binary files a/static/capture/yjpl-supply.png and /dev/null differ diff --git a/static/capture/yonojoy-yax-coming-soon-jekyll-template.png b/static/capture/yonojoy-yax-coming-soon-jekyll-template.png deleted file mode 100644 index 02fa576fa..000000000 Binary files a/static/capture/yonojoy-yax-coming-soon-jekyll-template.png and /dev/null differ diff --git a/static/capture/yous-whiteglass.png b/static/capture/yous-whiteglass.png deleted file mode 100644 index 254c28186..000000000 Binary files a/static/capture/yous-whiteglass.png and /dev/null differ diff --git a/static/capture/youssefraafatnasry-portfolyou.png b/static/capture/youssefraafatnasry-portfolyou.png deleted file mode 100644 index 1bb607025..000000000 Binary files a/static/capture/youssefraafatnasry-portfolyou.png and /dev/null differ diff --git a/static/capture/yscoder-vuepress-theme-indigo.png b/static/capture/yscoder-vuepress-theme-indigo.png deleted file mode 100644 index baf563d59..000000000 Binary files a/static/capture/yscoder-vuepress-theme-indigo.png and /dev/null differ diff --git a/static/capture/yulijia-freshman21.png b/static/capture/yulijia-freshman21.png deleted file mode 100644 index 1d1d6bd2a..000000000 Binary files a/static/capture/yulijia-freshman21.png and /dev/null differ diff --git a/static/capture/zeespire-one-free.png b/static/capture/zeespire-one-free.png deleted file mode 100644 index e42050218..000000000 Binary files a/static/capture/zeespire-one-free.png and /dev/null differ diff --git a/static/capture/zerostaticthemes-hugo-atlantic-theme.png b/static/capture/zerostaticthemes-hugo-atlantic-theme.png deleted file mode 100644 index e7ada00b0..000000000 Binary files a/static/capture/zerostaticthemes-hugo-atlantic-theme.png and /dev/null differ diff --git a/static/capture/zerostaticthemes-hugo-serif-theme.png b/static/capture/zerostaticthemes-hugo-serif-theme.png deleted file mode 100644 index 707d049ac..000000000 Binary files a/static/capture/zerostaticthemes-hugo-serif-theme.png and /dev/null differ diff --git a/static/capture/zerostaticthemes-hugo-winston-theme.png b/static/capture/zerostaticthemes-hugo-winston-theme.png deleted file mode 100644 index 54aa7517a..000000000 Binary files a/static/capture/zerostaticthemes-hugo-winston-theme.png and /dev/null differ diff --git a/static/capture/zerostaticthemes-jekyll-atlantic-theme.png b/static/capture/zerostaticthemes-jekyll-atlantic-theme.png deleted file mode 100644 index d3236b58e..000000000 Binary files a/static/capture/zerostaticthemes-jekyll-atlantic-theme.png and /dev/null differ diff --git a/static/capture/zerostaticthemes-jekyll-serif-theme.png b/static/capture/zerostaticthemes-jekyll-serif-theme.png deleted file mode 100644 index 45eb12ba4..000000000 Binary files a/static/capture/zerostaticthemes-jekyll-serif-theme.png and /dev/null differ diff --git a/static/capture/zhaohuabing-hugo-theme-cleanwhite.png b/static/capture/zhaohuabing-hugo-theme-cleanwhite.png deleted file mode 100644 index 21f58f76b..000000000 Binary files a/static/capture/zhaohuabing-hugo-theme-cleanwhite.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 deleted file mode 100644 index 34d500805..000000000 Binary files a/static/capture/zhonger-jekyll-theme-h2o-ac.png and /dev/null differ diff --git a/static/capture/zivong-jekyll-theme-hydure.png b/static/capture/zivong-jekyll-theme-hydure.png deleted file mode 100644 index ee61aacbc..000000000 Binary files a/static/capture/zivong-jekyll-theme-hydure.png and /dev/null differ diff --git a/static/capture/zwbetz-gh-cayman-hugo-theme.png b/static/capture/zwbetz-gh-cayman-hugo-theme.png deleted file mode 100644 index dfea8640d..000000000 Binary files a/static/capture/zwbetz-gh-cayman-hugo-theme.png and /dev/null differ diff --git a/static/capture/zwbetz-gh-cupper-hugo-theme.png b/static/capture/zwbetz-gh-cupper-hugo-theme.png deleted file mode 100644 index 77fddb763..000000000 Binary files a/static/capture/zwbetz-gh-cupper-hugo-theme.png and /dev/null differ diff --git a/static/capture/zwbetz-gh-minimal-bootstrap-hugo-theme.png b/static/capture/zwbetz-gh-minimal-bootstrap-hugo-theme.png deleted file mode 100644 index 2102b69f9..000000000 Binary files a/static/capture/zwbetz-gh-minimal-bootstrap-hugo-theme.png and /dev/null differ diff --git a/static/capture/zwbetz-gh-papercss-hugo-theme.png b/static/capture/zwbetz-gh-papercss-hugo-theme.png deleted file mode 100644 index 0a46e491b..000000000 Binary files a/static/capture/zwbetz-gh-papercss-hugo-theme.png and /dev/null differ diff --git a/static/capture/zwbetz-gh-vanilla-bootstrap-hugo-theme.png b/static/capture/zwbetz-gh-vanilla-bootstrap-hugo-theme.png deleted file mode 100644 index a06321e42..000000000 Binary files a/static/capture/zwbetz-gh-vanilla-bootstrap-hugo-theme.png and /dev/null differ diff --git a/static/capture/zzzmisa-hugo-theme-doors.png b/static/capture/zzzmisa-hugo-theme-doors.png deleted file mode 100644 index 21f018e18..000000000 Binary files a/static/capture/zzzmisa-hugo-theme-doors.png and /dev/null differ diff --git a/static/images/banner/bg.svg b/static/images/banner/bg.svg deleted file mode 100644 index bdd2c4bde..000000000 --- a/static/images/banner/bg.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - Group 2 - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/banner/compose-banner.svg b/static/images/banner/compose-banner.svg deleted file mode 100644 index f8dd5b7b7..000000000 --- a/static/images/banner/compose-banner.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/banner/netlify-create.svg b/static/images/banner/netlify-create.svg deleted file mode 100644 index 2ad50b8e3..000000000 --- a/static/images/banner/netlify-create.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - Group 2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/default-large.png b/static/images/default-large.png deleted file mode 100644 index 8b93be9c8..000000000 Binary files a/static/images/default-large.png and /dev/null differ diff --git a/static/images/default.png b/static/images/default.png deleted file mode 100644 index 9892dcb6b..000000000 Binary files a/static/images/default.png and /dev/null differ diff --git a/static/images/favicon/favicon-16x16.png b/static/images/favicon/favicon-16x16.png deleted file mode 100755 index c510e7d09..000000000 Binary files a/static/images/favicon/favicon-16x16.png and /dev/null differ diff --git a/static/images/favicon/favicon-32x32.png b/static/images/favicon/favicon-32x32.png deleted file mode 100755 index cfa1db948..000000000 Binary files a/static/images/favicon/favicon-32x32.png and /dev/null differ diff --git a/static/images/favicon/favicon.ico b/static/images/favicon/favicon.ico deleted file mode 100755 index ac9453997..000000000 Binary files a/static/images/favicon/favicon.ico and /dev/null differ diff --git a/static/images/icons/admin.svg b/static/images/icons/admin.svg deleted file mode 100644 index c431d6d8f..000000000 --- a/static/images/icons/admin.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/airtable.svg b/static/images/icons/airtable.svg deleted file mode 100755 index 2d9fb2e65..000000000 --- a/static/images/icons/airtable.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 deleted file mode 100644 index e7a5933f4..000000000 --- a/static/images/icons/algolia.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/astro.svg b/static/images/icons/astro.svg deleted file mode 100644 index 851e91118..000000000 --- a/static/images/icons/astro.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/static/images/icons/blog.svg b/static/images/icons/blog.svg deleted file mode 100644 index 5618ad834..000000000 --- a/static/images/icons/blog.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/bootstrap.svg b/static/images/icons/bootstrap.svg deleted file mode 100644 index f64b10a17..000000000 --- a/static/images/icons/bootstrap.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/brunch.svg b/static/images/icons/brunch.svg deleted file mode 100644 index c7f931df6..000000000 --- a/static/images/icons/brunch.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/bulma.svg b/static/images/icons/bulma.svg deleted file mode 100644 index badd3550f..000000000 --- a/static/images/icons/bulma.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/business.svg b/static/images/icons/business.svg deleted file mode 100644 index 74e13dc79..000000000 --- a/static/images/icons/business.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/cecil.svg b/static/images/icons/cecil.svg deleted file mode 100644 index 3ce9daab3..000000000 --- a/static/images/icons/cecil.svg +++ /dev/null @@ -1,33 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/chota.svg b/static/images/icons/chota.svg deleted file mode 100644 index 55ab06413..000000000 --- a/static/images/icons/chota.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/static/images/icons/contentful.svg b/static/images/icons/contentful.svg deleted file mode 100644 index 0802a2394..000000000 --- a/static/images/icons/contentful.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/cosmic.svg b/static/images/icons/cosmic.svg deleted file mode 100644 index 00d5f9db7..000000000 --- a/static/images/icons/cosmic.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/css.svg b/static/images/icons/css.svg deleted file mode 100644 index e407677ba..000000000 --- a/static/images/icons/css.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/icons/datocms.svg b/static/images/icons/datocms.svg deleted file mode 100644 index c9d4e1bab..000000000 --- a/static/images/icons/datocms.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/decapcms.svg b/static/images/icons/decapcms.svg deleted file mode 100644 index 57a3a2125..000000000 --- a/static/images/icons/decapcms.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/directus.svg b/static/images/icons/directus.svg deleted file mode 100644 index 0a9437c6c..000000000 --- a/static/images/icons/directus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/documentation.svg b/static/images/icons/documentation.svg deleted file mode 100644 index 51c833ea8..000000000 --- a/static/images/icons/documentation.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/docusaurus.svg b/static/images/icons/docusaurus.svg deleted file mode 100644 index 5d13ed92b..000000000 --- a/static/images/icons/docusaurus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/ecommerce.svg b/static/images/icons/ecommerce.svg deleted file mode 100644 index 8b4edcc80..000000000 --- a/static/images/icons/ecommerce.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/eleventy.svg b/static/images/icons/eleventy.svg deleted file mode 100644 index 8b3c7dcdc..000000000 --- a/static/images/icons/eleventy.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/event.svg b/static/images/icons/event.svg deleted file mode 100644 index 9fb42282a..000000000 --- a/static/images/icons/event.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/firebase.svg b/static/images/icons/firebase.svg deleted file mode 100644 index 4069cf523..000000000 --- a/static/images/icons/firebase.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/flotiq.svg b/static/images/icons/flotiq.svg deleted file mode 100644 index aaaaf0177..000000000 --- a/static/images/icons/flotiq.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/forestry.svg b/static/images/icons/forestry.svg deleted file mode 100644 index c3b27903d..000000000 --- a/static/images/icons/forestry.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/formspree.svg b/static/images/icons/formspree.svg deleted file mode 100644 index 1795c5a56..000000000 --- a/static/images/icons/formspree.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/formstack.svg b/static/images/icons/formstack.svg deleted file mode 100644 index 2a970e710..000000000 --- a/static/images/icons/formstack.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/gatsby-bw.svg b/static/images/icons/gatsby-bw.svg deleted file mode 100644 index 2dde24195..000000000 --- a/static/images/icons/gatsby-bw.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/gatsby.svg b/static/images/icons/gatsby.svg deleted file mode 100755 index 11ef2847b..000000000 --- a/static/images/icons/gatsby.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/ghost.svg b/static/images/icons/ghost.svg deleted file mode 100644 index 51717cc33..000000000 --- a/static/images/icons/ghost.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/github.svg b/static/images/icons/github.svg deleted file mode 100644 index ab25bc2ca..000000000 --- a/static/images/icons/github.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/gozer.svg b/static/images/icons/gozer.svg deleted file mode 100644 index efed12e59..000000000 --- a/static/images/icons/gozer.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/static/images/icons/graphcms.svg b/static/images/icons/graphcms.svg deleted file mode 100644 index 6f2e8cd13..000000000 --- a/static/images/icons/graphcms.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/gridsome.svg b/static/images/icons/gridsome.svg deleted file mode 100644 index 78085907f..000000000 --- a/static/images/icons/gridsome.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/hexo.svg b/static/images/icons/hexo.svg deleted file mode 100755 index 43322e5fd..000000000 --- a/static/images/icons/hexo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/hugo-bw.svg b/static/images/icons/hugo-bw.svg deleted file mode 100644 index 9d788aa71..000000000 --- a/static/images/icons/hugo-bw.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/hugo.svg b/static/images/icons/hugo.svg deleted file mode 100644 index fb55f511c..000000000 --- a/static/images/icons/hugo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/hyde.svg b/static/images/icons/hyde.svg deleted file mode 100644 index 67add8130..000000000 --- a/static/images/icons/hyde.svg +++ /dev/null @@ -1,24 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/jekyll.svg b/static/images/icons/jekyll.svg deleted file mode 100644 index 5e8d29388..000000000 --- a/static/images/icons/jekyll.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/jigsaw.svg b/static/images/icons/jigsaw.svg deleted file mode 100644 index 67213651a..000000000 --- a/static/images/icons/jigsaw.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/kontent.svg b/static/images/icons/kontent.svg deleted file mode 100644 index 0e1f1eccb..000000000 --- a/static/images/icons/kontent.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/mailchimp.svg b/static/images/icons/mailchimp.svg deleted file mode 100644 index c1bf3f1d1..000000000 --- a/static/images/icons/mailchimp.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/material-ui.svg b/static/images/icons/material-ui.svg deleted file mode 100644 index d459d2841..000000000 --- a/static/images/icons/material-ui.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/static/images/icons/metalsmith.svg b/static/images/icons/metalsmith.svg deleted file mode 100644 index 31d509450..000000000 --- a/static/images/icons/metalsmith.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/middleman.svg b/static/images/icons/middleman.svg deleted file mode 100644 index be9676c80..000000000 --- a/static/images/icons/middleman.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/mkdocs.svg b/static/images/icons/mkdocs.svg deleted file mode 100644 index fdaa7c6bb..000000000 --- a/static/images/icons/mkdocs.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/netlify.svg b/static/images/icons/netlify.svg deleted file mode 100644 index eb958a26d..000000000 --- a/static/images/icons/netlify.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/netlifycms.svg b/static/images/icons/netlifycms.svg deleted file mode 100644 index b307698fb..000000000 --- a/static/images/icons/netlifycms.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/next.svg b/static/images/icons/next.svg deleted file mode 100644 index 2bf7c1e4d..000000000 --- a/static/images/icons/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/no-cms.svg b/static/images/icons/no-cms.svg deleted file mode 100644 index faf37ad1e..000000000 --- a/static/images/icons/no-cms.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/nocms.svg b/static/images/icons/nocms.svg deleted file mode 100644 index faf37ad1e..000000000 --- a/static/images/icons/nocms.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/notion.svg b/static/images/icons/notion.svg deleted file mode 100644 index 815ecd964..000000000 --- a/static/images/icons/notion.svg +++ /dev/null @@ -1 +0,0 @@ -Notion icon \ No newline at end of file diff --git a/static/images/icons/nuxt.svg b/static/images/icons/nuxt.svg deleted file mode 100644 index 5db0a2c64..000000000 --- a/static/images/icons/nuxt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/pelican.svg b/static/images/icons/pelican.svg deleted file mode 100644 index be9cbec1e..000000000 --- a/static/images/icons/pelican.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 deleted file mode 100644 index 2782104c2..000000000 --- a/static/images/icons/personal.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/platframe.svg b/static/images/icons/platframe.svg deleted file mode 100644 index 3d744c7ee..000000000 --- a/static/images/icons/platframe.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/portfolio.svg b/static/images/icons/portfolio.svg deleted file mode 100644 index 8983bb46d..000000000 --- a/static/images/icons/portfolio.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/postcss.svg b/static/images/icons/postcss.svg deleted file mode 100644 index c4164203d..000000000 --- a/static/images/icons/postcss.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/prismic.svg b/static/images/icons/prismic.svg deleted file mode 100644 index 5d14f014a..000000000 --- a/static/images/icons/prismic.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/remix.svg b/static/images/icons/remix.svg deleted file mode 100644 index b94f0a171..000000000 --- a/static/images/icons/remix.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/static/images/icons/sanity.svg b/static/images/icons/sanity.svg deleted file mode 100644 index 0836236d0..000000000 --- a/static/images/icons/sanity.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/sapper.svg b/static/images/icons/sapper.svg deleted file mode 100644 index 8f32c37cb..000000000 --- a/static/images/icons/sapper.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/sass.svg b/static/images/icons/sass.svg deleted file mode 100644 index ca32b98cb..000000000 --- a/static/images/icons/sass.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/scss.svg b/static/images/icons/scss.svg deleted file mode 100644 index ca32b98cb..000000000 --- a/static/images/icons/scss.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/scully.svg b/static/images/icons/scully.svg deleted file mode 100644 index 8f71b3202..000000000 --- a/static/images/icons/scully.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/shopify.svg b/static/images/icons/shopify.svg deleted file mode 100644 index 507263540..000000000 --- a/static/images/icons/shopify.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/single-page.svg b/static/images/icons/single-page.svg deleted file mode 100644 index 2ef5ae210..000000000 --- a/static/images/icons/single-page.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/snipcart.svg b/static/images/icons/snipcart.svg deleted file mode 100644 index c81942bf9..000000000 --- a/static/images/icons/snipcart.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/stackbit.svg b/static/images/icons/stackbit.svg deleted file mode 100644 index 2a6dec826..000000000 --- a/static/images/icons/stackbit.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/static/images/icons/staticman.svg b/static/images/icons/staticman.svg deleted file mode 100644 index 010d28dd8..000000000 --- a/static/images/icons/staticman.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/statiq.svg b/static/images/icons/statiq.svg deleted file mode 100644 index d97f43307..000000000 --- a/static/images/icons/statiq.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/storyblok.svg b/static/images/icons/storyblok.svg deleted file mode 100644 index 9e5c256f9..000000000 --- a/static/images/icons/storyblok.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/styled-components.png b/static/images/icons/styled-components.png deleted file mode 100644 index e20a0b276..000000000 Binary files a/static/images/icons/styled-components.png and /dev/null differ diff --git a/static/images/icons/stylus.svg b/static/images/icons/stylus.svg deleted file mode 100644 index 259921c70..000000000 --- a/static/images/icons/stylus.svg +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - - - - diff --git a/static/images/icons/supabase.svg b/static/images/icons/supabase.svg deleted file mode 100644 index ac43e170a..000000000 --- a/static/images/icons/supabase.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/static/images/icons/sveltekit.svg b/static/images/icons/sveltekit.svg deleted file mode 100644 index e1734cda8..000000000 --- a/static/images/icons/sveltekit.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/static/images/icons/tailwind.svg b/static/images/icons/tailwind.svg deleted file mode 100644 index 2b1a4d67d..000000000 --- a/static/images/icons/tailwind.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/tanstack.svg b/static/images/icons/tanstack.svg deleted file mode 100644 index 842f08ee1..000000000 --- a/static/images/icons/tanstack.svg +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/images/icons/tina.svg b/static/images/icons/tina.svg deleted file mode 100644 index 8b253d3f4..000000000 --- a/static/images/icons/tina.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/static/images/icons/unibit-pink.svg b/static/images/icons/unibit-pink.svg deleted file mode 100644 index 66d67892b..000000000 --- a/static/images/icons/unibit-pink.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/unibit.svg b/static/images/icons/unibit.svg deleted file mode 100644 index bf7d169cf..000000000 --- a/static/images/icons/unibit.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/vuepress.svg b/static/images/icons/vuepress.svg deleted file mode 100644 index 43df4082e..000000000 --- a/static/images/icons/vuepress.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/vuetify.svg b/static/images/icons/vuetify.svg deleted file mode 100644 index f6fc82b73..000000000 --- a/static/images/icons/vuetify.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/static/images/icons/w3css.svg b/static/images/icons/w3css.svg deleted file mode 100644 index 93c936fbd..000000000 --- a/static/images/icons/w3css.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/wisp.svg b/static/images/icons/wisp.svg deleted file mode 100644 index b1695314f..000000000 --- a/static/images/icons/wisp.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/static/images/icons/wordpress.svg b/static/images/icons/wordpress.svg deleted file mode 100644 index c25a8ffb3..000000000 --- a/static/images/icons/wordpress.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/icons/zola.svg b/static/images/icons/zola.svg deleted file mode 100644 index e1b899d17..000000000 --- a/static/images/icons/zola.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/static/images/jamstackthemes-screenshot.png b/static/images/jamstackthemes-screenshot.png deleted file mode 100644 index 502f58bdc..000000000 Binary files a/static/images/jamstackthemes-screenshot.png and /dev/null differ diff --git a/static/images/social/github.svg b/static/images/social/github.svg deleted file mode 100755 index 40076ced4..000000000 --- a/static/images/social/github.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/social/twitter.svg b/static/images/social/twitter.svg deleted file mode 100755 index 5299b1d0c..000000000 --- a/static/images/social/twitter.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/stackbit.png b/static/images/stackbit.png deleted file mode 100644 index acdf0041c..000000000 Binary files a/static/images/stackbit.png and /dev/null differ diff --git a/static/images/theme/thumbnail/11ty-eleventy-base-blog.jpg b/static/images/theme/thumbnail/11ty-eleventy-base-blog.jpg deleted file mode 100644 index fee9786a4..000000000 Binary files a/static/images/theme/thumbnail/11ty-eleventy-base-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/12vanblart-gridsome-airtable-starter.jpg b/static/images/theme/thumbnail/12vanblart-gridsome-airtable-starter.jpg deleted file mode 100644 index 5a4822453..000000000 Binary files a/static/images/theme/thumbnail/12vanblart-gridsome-airtable-starter.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 deleted file mode 100644 index 2171b8827..000000000 Binary files a/static/images/theme/thumbnail/2x/11ty-eleventy-base-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index f5db1c03f..000000000 Binary files a/static/images/theme/thumbnail/2x/12vanblart-gridsome-airtable-starter-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 deleted file mode 100644 index bfcc9cd77..000000000 Binary files a/static/images/theme/thumbnail/2x/416serg-gatsby-starter-lightbox-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/526avijitgupta-gokarna-2x.jpg b/static/images/theme/thumbnail/2x/526avijitgupta-gokarna-2x.jpg deleted file mode 100644 index c95648d54..000000000 Binary files a/static/images/theme/thumbnail/2x/526avijitgupta-gokarna-2x.jpg and /dev/null 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 deleted file mode 100644 index 85f94ba87..000000000 Binary files a/static/images/theme/thumbnail/2x/a9kitkumar-gatsby-ecommerce-2x.jpg and /dev/null 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 deleted file mode 100644 index 7b9a1af1f..000000000 Binary files a/static/images/theme/thumbnail/2x/aanupam23-hugo-sugoi-2x.jpg and /dev/null 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 deleted file mode 100644 index 1e8541225..000000000 Binary files a/static/images/theme/thumbnail/2x/abhaynikam-gatsby-nice-blog-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/abhinavs-cookie-2x.jpg b/static/images/theme/thumbnail/2x/abhinavs-cookie-2x.jpg deleted file mode 100644 index 63488647a..000000000 Binary files a/static/images/theme/thumbnail/2x/abhinavs-cookie-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/abhinavs-moonwalk-2x.jpg b/static/images/theme/thumbnail/2x/abhinavs-moonwalk-2x.jpg deleted file mode 100644 index b06700fb8..000000000 Binary files a/static/images/theme/thumbnail/2x/abhinavs-moonwalk-2x.jpg and /dev/null 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 deleted file mode 100644 index 9199bb93e..000000000 Binary files a/static/images/theme/thumbnail/2x/abhn-soot-spirits-2x.jpg and /dev/null 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 deleted file mode 100644 index 451fab9af..000000000 Binary files a/static/images/theme/thumbnail/2x/abhn-wall-e-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 deleted file mode 100644 index 67de08382..000000000 Binary files a/static/images/theme/thumbnail/2x/achary-engimo-2x.jpg and /dev/null 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 deleted file mode 100644 index 234f4b0d7..000000000 Binary files a/static/images/theme/thumbnail/2x/act-labs-gatsby-starter-act-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index 2b3739509..000000000 Binary files a/static/images/theme/thumbnail/2x/adisaktijrs-hexo-theme-minima-2x.jpg and /dev/null 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 deleted file mode 100644 index 25b1ccaa1..000000000 Binary files a/static/images/theme/thumbnail/2x/adityatelange-hugo-papermod-2x.jpg and /dev/null 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 deleted file mode 100644 index 03aee0311..000000000 Binary files a/static/images/theme/thumbnail/2x/adueck-cayman-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index 430d40b03..000000000 Binary files a/static/images/theme/thumbnail/2x/adueck-good-clean-read-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 deleted file mode 100644 index 54a4d240f..000000000 Binary files a/static/images/theme/thumbnail/2x/agility-agility-gatsby-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index deb88cdb9..000000000 Binary files a/static/images/theme/thumbnail/2x/agusmakmun-agusmakmun.github.io-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/aigarsdz-brume-2x.jpg b/static/images/theme/thumbnail/2x/aigarsdz-brume-2x.jpg deleted file mode 100644 index 08854e17a..000000000 Binary files a/static/images/theme/thumbnail/2x/aigarsdz-brume-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 deleted file mode 100644 index b1ac72f47..000000000 Binary files a/static/images/theme/thumbnail/2x/ajayns-gatsby-absurd-2x.jpg and /dev/null 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 deleted file mode 100644 index 5785a264e..000000000 Binary files a/static/images/theme/thumbnail/2x/akiritsu-project-negya-2x.jpg and /dev/null 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 deleted file mode 100644 index 9ceb34168..000000000 Binary files a/static/images/theme/thumbnail/2x/aksakalli-jekyll-doc-theme-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 deleted file mode 100644 index 3297db4d2..000000000 Binary files a/static/images/theme/thumbnail/2x/akzhy-gatsby-starter-elemental-2x.jpg and /dev/null 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 deleted file mode 100644 index d73ae433c..000000000 Binary files a/static/images/theme/thumbnail/2x/alainpham-alainpham.github.io-2x.jpg and /dev/null 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 deleted file mode 100644 index d31afcced..000000000 Binary files a/static/images/theme/thumbnail/2x/alanorth-hugo-theme-bootstrap4-blog-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/alanta-memoirs-theme-2x.jpg b/static/images/theme/thumbnail/2x/alanta-memoirs-theme-2x.jpg deleted file mode 100644 index 5f53791a7..000000000 Binary files a/static/images/theme/thumbnail/2x/alanta-memoirs-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 575303fba..000000000 Binary files a/static/images/theme/thumbnail/2x/alex-shpak-hugo-book-2x.jpg and /dev/null 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 deleted file mode 100644 index 17beaf81b..000000000 Binary files a/static/images/theme/thumbnail/2x/alexander-heimbuch-vuepress-theme-casper-2x.jpg and /dev/null 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 deleted file mode 100644 index 2a75e5b40..000000000 Binary files a/static/images/theme/thumbnail/2x/alexanderussell-progress-for-jekyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/alexcarpenter-butane-jekyll-theme-2x.jpg b/static/images/theme/thumbnail/2x/alexcarpenter-butane-jekyll-theme-2x.jpg deleted file mode 100644 index 23ccb69e4..000000000 Binary files a/static/images/theme/thumbnail/2x/alexcarpenter-butane-jekyll-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/alexfinn-simple-a-2x.jpg b/static/images/theme/thumbnail/2x/alexfinn-simple-a-2x.jpg deleted file mode 100644 index 53c6f1581..000000000 Binary files a/static/images/theme/thumbnail/2x/alexfinn-simple-a-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 deleted file mode 100644 index fd273e50f..000000000 Binary files a/static/images/theme/thumbnail/2x/aliifam-jdox-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/alixedi-typewriter-2x.jpg b/static/images/theme/thumbnail/2x/alixedi-typewriter-2x.jpg deleted file mode 100644 index 844fdc3ce..000000000 Binary files a/static/images/theme/thumbnail/2x/alixedi-typewriter-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 deleted file mode 100644 index 167835120..000000000 Binary files a/static/images/theme/thumbnail/2x/alperenbozkurt-jblog-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/altcointrading-trading-2x.jpg b/static/images/theme/thumbnail/2x/altcointrading-trading-2x.jpg deleted file mode 100644 index 956a0af38..000000000 Binary files a/static/images/theme/thumbnail/2x/altcointrading-trading-2x.jpg and /dev/null 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 deleted file mode 100644 index a0e91c689..000000000 Binary files a/static/images/theme/thumbnail/2x/alxshelepenok-gatsby-starter-lumen-2x.jpg and /dev/null 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 deleted file mode 100644 index 37b01de2e..000000000 Binary files a/static/images/theme/thumbnail/2x/alynxzhou-hexo-theme-aria-2x.jpg and /dev/null 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 deleted file mode 100644 index 848fd7d3a..000000000 Binary files a/static/images/theme/thumbnail/2x/amandeepmittal-gatsby-bulma-quickstart-2x.jpg and /dev/null 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 deleted file mode 100644 index 6adbf73fa..000000000 Binary files a/static/images/theme/thumbnail/2x/ammarjabakji-gatsby-markdown-blog-starter-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 deleted file mode 100644 index fa18e9d28..000000000 Binary files a/static/images/theme/thumbnail/2x/andrewbanchich-forty-jekyll-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 650143780..000000000 Binary files a/static/images/theme/thumbnail/2x/andrewhwanpark-brutalist-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index f2c7ae960..000000000 Binary files a/static/images/theme/thumbnail/2x/andrewhwanpark-dark-poole-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/andybelldesign-hylia-2x.jpg b/static/images/theme/thumbnail/2x/andybelldesign-hylia-2x.jpg deleted file mode 100644 index 40fcda5af..000000000 Binary files a/static/images/theme/thumbnail/2x/andybelldesign-hylia-2x.jpg and /dev/null 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 deleted file mode 100644 index c5448cdc1..000000000 Binary files a/static/images/theme/thumbnail/2x/andykenward-gatsby-starter-default-typescript-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 deleted file mode 100644 index 65c754910..000000000 Binary files a/static/images/theme/thumbnail/2x/ankitsultana-accent-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ankitsultana-chaplin-2x.jpg b/static/images/theme/thumbnail/2x/ankitsultana-chaplin-2x.jpg deleted file mode 100644 index 680de789d..000000000 Binary files a/static/images/theme/thumbnail/2x/ankitsultana-chaplin-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ankitsultana-researcher-2x.jpg b/static/images/theme/thumbnail/2x/ankitsultana-researcher-2x.jpg deleted file mode 100644 index da95af0b3..000000000 Binary files a/static/images/theme/thumbnail/2x/ankitsultana-researcher-2x.jpg and /dev/null 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 deleted file mode 100644 index 366895e6a..000000000 Binary files a/static/images/theme/thumbnail/2x/anna-morawska-gatsby-material-design-for-bootstrap-2x.jpg and /dev/null 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 deleted file mode 100644 index b4c3f5d09..000000000 Binary files a/static/images/theme/thumbnail/2x/anoun-gatsby-starter-material-business-markdown-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 deleted file mode 100644 index 56abf1b1f..000000000 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-aerial-2x.jpg and /dev/null 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 deleted file mode 100644 index 97b723089..000000000 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-casual-2x.jpg and /dev/null 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 deleted file mode 100644 index 0b98dc6aa..000000000 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-directive-2x.jpg and /dev/null 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 deleted file mode 100644 index c1036a132..000000000 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-eventually-2x.jpg and /dev/null 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 deleted file mode 100644 index 307f1f954..000000000 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-fractal-2x.jpg and /dev/null 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 deleted file mode 100644 index e90aab3e6..000000000 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-grayscale-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-highlights-2x.jpg b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-highlights-2x.jpg deleted file mode 100644 index 062918b80..000000000 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-highlights-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-hyperspace-2x.jpg b/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-hyperspace-2x.jpg deleted file mode 100644 index aed06d783..000000000 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-hyperspace-2x.jpg and /dev/null 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 deleted file mode 100644 index ac9a5f259..000000000 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-identity-2x.jpg and /dev/null 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 deleted file mode 100644 index 6d78681cf..000000000 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-multiverse-2x.jpg and /dev/null 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 deleted file mode 100644 index c73493e3d..000000000 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-newage-2x.jpg and /dev/null 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 deleted file mode 100644 index a1797beb3..000000000 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-overflow-2x.jpg and /dev/null 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 deleted file mode 100644 index 2da2729b5..000000000 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-paradigmshift-2x.jpg and /dev/null 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 deleted file mode 100644 index 68006119a..000000000 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-prologue-2x.jpg and /dev/null 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 deleted file mode 100644 index 571451816..000000000 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-readonly-2x.jpg and /dev/null 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 deleted file mode 100644 index 6d7e276da..000000000 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-resume-2x.jpg and /dev/null 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 deleted file mode 100644 index 87d7f339b..000000000 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-solidstate-2x.jpg and /dev/null 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 deleted file mode 100644 index a0c32323f..000000000 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-spectral-2x.jpg and /dev/null 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 deleted file mode 100644 index 8bfd14869..000000000 Binary files a/static/images/theme/thumbnail/2x/anubhavsrivastava-gatsby-starter-stylish-2x.jpg and /dev/null 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 deleted file mode 100644 index 3cc0e0e11..000000000 Binary files a/static/images/theme/thumbnail/2x/app-generator-eleventy-soft-ui-design-2x.jpg and /dev/null 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 deleted file mode 100644 index 98f704bdf..000000000 Binary files a/static/images/theme/thumbnail/2x/app-generator-gatsbyjs-starter-tailwindplay-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 deleted file mode 100644 index f585b3236..000000000 Binary files a/static/images/theme/thumbnail/2x/apvarun-blist-hugo-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 2dd6e4a8b..000000000 Binary files a/static/images/theme/thumbnail/2x/apvarun-digital-garden-hugo-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 673b461a5..000000000 Binary files a/static/images/theme/thumbnail/2x/apvarun-productlog-nextjs-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index b23819216..000000000 Binary files a/static/images/theme/thumbnail/2x/apvarun-showfolio-hugo-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 5f87d0ec3..000000000 Binary files a/static/images/theme/thumbnail/2x/ar363-eleventy-stylus-blog-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/arhen-hugo-cereus-pro-theme-2x.jpg b/static/images/theme/thumbnail/2x/arhen-hugo-cereus-pro-theme-2x.jpg deleted file mode 100644 index 383d3f884..000000000 Binary files a/static/images/theme/thumbnail/2x/arhen-hugo-cereus-pro-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/arjayosma-nextacular-2x.jpg b/static/images/theme/thumbnail/2x/arjayosma-nextacular-2x.jpg deleted file mode 100644 index c9496e7db..000000000 Binary files a/static/images/theme/thumbnail/2x/arjayosma-nextacular-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/arkadianriver-spectral-2x.jpg b/static/images/theme/thumbnail/2x/arkadianriver-spectral-2x.jpg deleted file mode 100644 index 3a4a41b15..000000000 Binary files a/static/images/theme/thumbnail/2x/arkadianriver-spectral-2x.jpg and /dev/null 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 deleted file mode 100644 index ff5a25ba1..000000000 Binary files a/static/images/theme/thumbnail/2x/aron-bordin-neo-hpstr-jekyll-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 92bfd4657..000000000 Binary files a/static/images/theme/thumbnail/2x/arpitbatra123-eleventy-blog-mnml-2x.jpg and /dev/null 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 deleted file mode 100644 index 3dd48c635..000000000 Binary files a/static/images/theme/thumbnail/2x/artemsheludko-adam-blog-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/artemsheludko-bef-2x.jpg b/static/images/theme/thumbnail/2x/artemsheludko-bef-2x.jpg deleted file mode 100644 index 3376076b7..000000000 Binary files a/static/images/theme/thumbnail/2x/artemsheludko-bef-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 deleted file mode 100644 index 1a7530f65..000000000 Binary files a/static/images/theme/thumbnail/2x/artemsheludko-monday-2x.jpg and /dev/null 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 deleted file mode 100644 index 1a7530f65..000000000 Binary files a/static/images/theme/thumbnail/2x/artemsheludko-mr-brown-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 deleted file mode 100644 index 1fa3db4d2..000000000 Binary files a/static/images/theme/thumbnail/2x/ashr81-gatsby-theme-profile-builder-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/aslammultidots-blogger-2x.jpg b/static/images/theme/thumbnail/2x/aslammultidots-blogger-2x.jpg deleted file mode 100644 index c4ae4f42f..000000000 Binary files a/static/images/theme/thumbnail/2x/aslammultidots-blogger-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/aspirethemes-type-2x.jpg b/static/images/theme/thumbnail/2x/aspirethemes-type-2x.jpg deleted file mode 100644 index bf6407639..000000000 Binary files a/static/images/theme/thumbnail/2x/aspirethemes-type-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 deleted file mode 100644 index f9e4394ed..000000000 Binary files a/static/images/theme/thumbnail/2x/avivero-gatsby-redux-starter-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/aweekj-kiko-plus-2x.jpg b/static/images/theme/thumbnail/2x/aweekj-kiko-plus-2x.jpg deleted file mode 100644 index c5393b248..000000000 Binary files a/static/images/theme/thumbnail/2x/aweekj-kiko-plus-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 deleted file mode 100644 index 01b3a6473..000000000 Binary files a/static/images/theme/thumbnail/2x/bagseye-bonneville-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 deleted file mode 100644 index dc6eba855..000000000 Binary files a/static/images/theme/thumbnail/2x/baobabkoodaa-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index ad9e2b109..000000000 Binary files a/static/images/theme/thumbnail/2x/baobabkoodaa-gatsby-starter-infinite-scroll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/baobabkoodaa-gatsby-starter-photo-book-2x.jpg b/static/images/theme/thumbnail/2x/baobabkoodaa-gatsby-starter-photo-book-2x.jpg deleted file mode 100644 index 1737cea0e..000000000 Binary files a/static/images/theme/thumbnail/2x/baobabkoodaa-gatsby-starter-photo-book-2x.jpg and /dev/null 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 deleted file mode 100644 index 37b16a102..000000000 Binary files a/static/images/theme/thumbnail/2x/barryclark-jekyll-now-2x.jpg and /dev/null 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 deleted file mode 100644 index 5e5ff6e7f..000000000 Binary files a/static/images/theme/thumbnail/2x/bawn92-sleek_blog-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/bdhu-minimalist-2x.jpg b/static/images/theme/thumbnail/2x/bdhu-minimalist-2x.jpg deleted file mode 100644 index 83c06085e..000000000 Binary files a/static/images/theme/thumbnail/2x/bdhu-minimalist-2x.jpg and /dev/null 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 deleted file mode 100644 index 2c68deb82..000000000 Binary files a/static/images/theme/thumbnail/2x/bdougie-casper-cms-template-2x.jpg and /dev/null 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 deleted file mode 100644 index b0f47d7e5..000000000 Binary files a/static/images/theme/thumbnail/2x/bdougie-hyde-cms-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index e0a6e3027..000000000 Binary files a/static/images/theme/thumbnail/2x/ben-siewert-gatsby-starter-auth-aws-amplify-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 deleted file mode 100644 index 62c46b9ac..000000000 Binary files a/static/images/theme/thumbnail/2x/benjamingrobertson-gatsby-starter-accessibility-2x.jpg and /dev/null 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 deleted file mode 100644 index fa009e422..000000000 Binary files a/static/images/theme/thumbnail/2x/benradford-slate-and-simple-jekyll-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/bep-docuapi-2x.jpg b/static/images/theme/thumbnail/2x/bep-docuapi-2x.jpg deleted file mode 100644 index bb325466d..000000000 Binary files a/static/images/theme/thumbnail/2x/bep-docuapi-2x.jpg and /dev/null 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 deleted file mode 100644 index ee62abfaa..000000000 Binary files a/static/images/theme/thumbnail/2x/bigcommerce-gatsby-bigcommerce-netlify-cms-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index e2cc41bcd..000000000 Binary files a/static/images/theme/thumbnail/2x/bijenkorf-james-wakefield-gatsby-firebase-hosting-starter-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 deleted file mode 100644 index 2eab157fd..000000000 Binary files a/static/images/theme/thumbnail/2x/billyjacoby-gatsby-react-bootstrap-starter-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 deleted file mode 100644 index d6df2f477..000000000 Binary files a/static/images/theme/thumbnail/2x/bit-ranger-blog-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 deleted file mode 100644 index 87cc9e534..000000000 Binary files a/static/images/theme/thumbnail/2x/blakenoll-gatsby-starter-styled-components-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 deleted file mode 100644 index b15910ab7..000000000 Binary files a/static/images/theme/thumbnail/2x/blazity-next-saas-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index ec45e38fc..000000000 Binary files a/static/images/theme/thumbnail/2x/blleng-hexo-theme-lx-2x.jpg and /dev/null 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 deleted file mode 100644 index c433fc5dc..000000000 Binary files a/static/images/theme/thumbnail/2x/bluepeter-gatsby-material-ui-business-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index e1a877d2f..000000000 Binary files a/static/images/theme/thumbnail/2x/borekb-gatsby-starter-mobx-2x.jpg and /dev/null 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 deleted file mode 100644 index a742283a7..000000000 Binary files a/static/images/theme/thumbnail/2x/boywithsilverwings-gatsby-blog-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index 0053a4aee..000000000 Binary files a/static/images/theme/thumbnail/2x/boywithsilverwings-gatsby-careers-page-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/bradykondek-streamer-2x.jpg b/static/images/theme/thumbnail/2x/bradykondek-streamer-2x.jpg deleted file mode 100644 index a07ab4327..000000000 Binary files a/static/images/theme/thumbnail/2x/bradykondek-streamer-2x.jpg and /dev/null 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 deleted file mode 100644 index 4e5f6fd1f..000000000 Binary files a/static/images/theme/thumbnail/2x/brennanbrown-enjoyment-work-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/brennanbrown-purelog-2x.jpg b/static/images/theme/thumbnail/2x/brennanbrown-purelog-2x.jpg deleted file mode 100644 index ba3eedb16..000000000 Binary files a/static/images/theme/thumbnail/2x/brennanbrown-purelog-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/brennanbrown-watery-2x.jpg b/static/images/theme/thumbnail/2x/brennanbrown-watery-2x.jpg deleted file mode 100644 index a0e170c9a..000000000 Binary files a/static/images/theme/thumbnail/2x/brennanbrown-watery-2x.jpg and /dev/null 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 deleted file mode 100644 index 619653218..000000000 Binary files a/static/images/theme/thumbnail/2x/brianmaierjr-long-haul-2x.jpg and /dev/null 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 deleted file mode 100644 index fbdd1703b..000000000 Binary files a/static/images/theme/thumbnail/2x/brijeshb42-bitwiser-material-2x.jpg and /dev/null 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 deleted file mode 100644 index a01ea7c0c..000000000 Binary files a/static/images/theme/thumbnail/2x/brohlson-gatsby-datocms-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index ff24eaabf..000000000 Binary files a/static/images/theme/thumbnail/2x/brunch-brunch.github.io-2x.jpg and /dev/null 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 deleted file mode 100644 index 8ab1e7065..000000000 Binary files a/static/images/theme/thumbnail/2x/brxck-gatsby-starter-stripe-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 deleted file mode 100644 index 5d0c56197..000000000 Binary files a/static/images/theme/thumbnail/2x/budparr-gohugo-theme-ananke-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 deleted file mode 100644 index bd4c6fbb1..000000000 Binary files a/static/images/theme/thumbnail/2x/buttercms-gatsby-starter-buttercms-2x.jpg and /dev/null 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 deleted file mode 100644 index a708cde11..000000000 Binary files a/static/images/theme/thumbnail/2x/caki0915-gatsby-starter-redux-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 deleted file mode 100644 index 7ac0b173a..000000000 Binary files a/static/images/theme/thumbnail/2x/calpa-gatsby-starter-calpa-blog-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/canhtran-maverick-2x.jpg b/static/images/theme/thumbnail/2x/canhtran-maverick-2x.jpg deleted file mode 100644 index a136183ed..000000000 Binary files a/static/images/theme/thumbnail/2x/canhtran-maverick-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 deleted file mode 100644 index f25e73a56..000000000 Binary files a/static/images/theme/thumbnail/2x/chaooo-hexo-theme-bluelake-2x.jpg and /dev/null 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 deleted file mode 100644 index 9744d3aca..000000000 Binary files a/static/images/theme/thumbnail/2x/chec-commercejs-chopchop-demo-2x.jpg and /dev/null 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 deleted file mode 100644 index 36cbed330..000000000 Binary files a/static/images/theme/thumbnail/2x/chec-commercejs-nextjs-demo-store-2x.jpg and /dev/null 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 deleted file mode 100644 index 8d23a7d22..000000000 Binary files a/static/images/theme/thumbnail/2x/chec-commercejs-vuejs-boilerplate-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/chesterhow-tale-2x.jpg b/static/images/theme/thumbnail/2x/chesterhow-tale-2x.jpg deleted file mode 100644 index d1e75ac76..000000000 Binary files a/static/images/theme/thumbnail/2x/chesterhow-tale-2x.jpg and /dev/null 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 deleted file mode 100644 index f7164da95..000000000 Binary files a/static/images/theme/thumbnail/2x/chetanverma16-react-portfolio-template-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/chibicode-solo-2x.jpg b/static/images/theme/thumbnail/2x/chibicode-solo-2x.jpg deleted file mode 100644 index da1f9d595..000000000 Binary files a/static/images/theme/thumbnail/2x/chibicode-solo-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 deleted file mode 100644 index 9be6d8d63..000000000 Binary files a/static/images/theme/thumbnail/2x/chringel21-chringel-hugo-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 9983e9790..000000000 Binary files a/static/images/theme/thumbnail/2x/chrisbobbe-jekyll-theme-prologue-2x.jpg and /dev/null 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 deleted file mode 100644 index c575087da..000000000 Binary files a/static/images/theme/thumbnail/2x/chrisnmorrison-revista-gatsby-blog-magazine-2x.jpg and /dev/null 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 deleted file mode 100644 index 0d8770a2e..000000000 Binary files a/static/images/theme/thumbnail/2x/chrisrhymes-bulma-clean-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 082436e9f..000000000 Binary files a/static/images/theme/thumbnail/2x/chrisrhymes-mere-blog-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/chrissimpkins-cinder-2x.jpg b/static/images/theme/thumbnail/2x/chrissimpkins-cinder-2x.jpg deleted file mode 100644 index 3f56367f0..000000000 Binary files a/static/images/theme/thumbnail/2x/chrissimpkins-cinder-2x.jpg and /dev/null 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 deleted file mode 100644 index b23c9707a..000000000 Binary files a/static/images/theme/thumbnail/2x/christianezeani-panthera-jekyll-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 deleted file mode 100644 index b04ceeb9b..000000000 Binary files a/static/images/theme/thumbnail/2x/clark-zhao-bohu-jekyll-theme-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 deleted file mode 100644 index aed4a9328..000000000 Binary files a/static/images/theme/thumbnail/2x/clayh53-tufte-jekyll-2x.jpg and /dev/null 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 deleted file mode 100644 index 90bd6b227..000000000 Binary files a/static/images/theme/thumbnail/2x/cloudcannon-aviator-jekyll-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index c6805f89e..000000000 Binary files a/static/images/theme/thumbnail/2x/cloudcannon-cause-jekyll-template-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 deleted file mode 100644 index 523694184..000000000 Binary files a/static/images/theme/thumbnail/2x/cloudcannon-edition-jekyll-template-2x.jpg and /dev/null 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 deleted file mode 100644 index aa7151887..000000000 Binary files a/static/images/theme/thumbnail/2x/cloudcannon-frisco-jekyll-template-2x.jpg and /dev/null 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 deleted file mode 100644 index 36dc6a777..000000000 Binary files a/static/images/theme/thumbnail/2x/cloudcannon-hydra-jekyll-template-2x.jpg and /dev/null 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 deleted file mode 100644 index c9277f2d0..000000000 Binary files a/static/images/theme/thumbnail/2x/cloudcannon-justice-jekyll-template-2x.jpg and /dev/null 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 deleted file mode 100644 index 671c2dd4c..000000000 Binary files a/static/images/theme/thumbnail/2x/cloudcannon-malt-jekyll-template-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 deleted file mode 100644 index cf7f24dac..000000000 Binary files a/static/images/theme/thumbnail/2x/cloudcannon-urban-jekyll-template-2x.jpg and /dev/null 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 deleted file mode 100644 index 56f615918..000000000 Binary files a/static/images/theme/thumbnail/2x/codeasashu-hcz-jekyll-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index 69a6c7a14..000000000 Binary files a/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-dimension-2x.jpg and /dev/null 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 deleted file mode 100644 index 888e406c3..000000000 Binary files a/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-forty-2x.jpg and /dev/null 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 deleted file mode 100644 index 7e72ffbd4..000000000 Binary files a/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-photon-2x.jpg and /dev/null 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 deleted file mode 100644 index 2e4dbbba3..000000000 Binary files a/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-stellar-2x.jpg and /dev/null 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 deleted file mode 100644 index 05dc8780a..000000000 Binary files a/static/images/theme/thumbnail/2x/codebushi-gatsby-starter-strata-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 deleted file mode 100644 index 1456edf1e..000000000 Binary files a/static/images/theme/thumbnail/2x/codexfelis-paws-template-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/codinfox-codinfox-lanyon-2x.jpg b/static/images/theme/thumbnail/2x/codinfox-codinfox-lanyon-2x.jpg deleted file mode 100644 index 71dbf6e82..000000000 Binary files a/static/images/theme/thumbnail/2x/codinfox-codinfox-lanyon-2x.jpg and /dev/null 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 deleted file mode 100644 index e562dfb2a..000000000 Binary files a/static/images/theme/thumbnail/2x/colbyfayock-gatsby-starter-sass-2x.jpg and /dev/null 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 deleted file mode 100644 index 568882752..000000000 Binary files a/static/images/theme/thumbnail/2x/coletownsend-balzac-for-jekyll-2x.jpg and /dev/null 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 deleted file mode 100644 index b5b1a4eec..000000000 Binary files a/static/images/theme/thumbnail/2x/collective-gatsby-starter-plone-2x.jpg and /dev/null 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 deleted file mode 100644 index 1ce863f3e..000000000 Binary files a/static/images/theme/thumbnail/2x/contentful-userland-gatsby-contentful-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index 42a073d78..000000000 Binary files a/static/images/theme/thumbnail/2x/contentstack-gatsby-starter-contentstack-2x.jpg and /dev/null 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 deleted file mode 100644 index 729153a8e..000000000 Binary files a/static/images/theme/thumbnail/2x/cosmicjs-gatsby-agency-portfolio-2x.jpg and /dev/null 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 deleted file mode 100644 index 53a69f4f4..000000000 Binary files a/static/images/theme/thumbnail/2x/cosmicjs-gatsby-blog-cosmicjs-2x.jpg and /dev/null 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 deleted file mode 100644 index 3ab973df8..000000000 Binary files a/static/images/theme/thumbnail/2x/cosmicjs-gatsby-docs-app-2x.jpg and /dev/null 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 deleted file mode 100644 index 290b7077f..000000000 Binary files a/static/images/theme/thumbnail/2x/cosmicjs-gatsby-localization-app-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index 3c4b2ecc1..000000000 Binary files a/static/images/theme/thumbnail/2x/cosmicjs-gatsby-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index af4faed31..000000000 Binary files a/static/images/theme/thumbnail/2x/cotes2020-jekyll-theme-chirpy-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/craigary-nobelium-2x.jpg b/static/images/theme/thumbnail/2x/craigary-nobelium-2x.jpg deleted file mode 100644 index bc8984040..000000000 Binary files a/static/images/theme/thumbnail/2x/craigary-nobelium-2x.jpg and /dev/null 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 deleted file mode 100644 index 9e1d9a2a7..000000000 Binary files a/static/images/theme/thumbnail/2x/creasoft-dev-fundamenty-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 deleted file mode 100644 index f8059f1f1..000000000 Binary files a/static/images/theme/thumbnail/2x/curtiscde-hugo-theme-dopetrope-2x.jpg and /dev/null 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 deleted file mode 100644 index 452f51137..000000000 Binary files a/static/images/theme/thumbnail/2x/curtiscde-hugo-theme-massively-2x.jpg and /dev/null 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 deleted file mode 100644 index f8059f1f1..000000000 Binary files a/static/images/theme/thumbnail/2x/curtistimson-hugo-theme-dopetrope-2x.jpg and /dev/null 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 deleted file mode 100644 index bc5a524fb..000000000 Binary files a/static/images/theme/thumbnail/2x/curtistimson-hugo-theme-massively-2x.jpg and /dev/null 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 deleted file mode 100644 index da559e542..000000000 Binary files a/static/images/theme/thumbnail/2x/cvluca-gatsby-starter-markdown-2x.jpg and /dev/null 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 deleted file mode 100644 index c99fd8a0b..000000000 Binary files a/static/images/theme/thumbnail/2x/cwlsn-gatsby-simple-contentful-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index da84ebad1..000000000 Binary files a/static/images/theme/thumbnail/2x/cyevgeniy-jekyll-true-minimal-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 deleted file mode 100644 index 279d3d942..000000000 Binary files a/static/images/theme/thumbnail/2x/daattali-beautiful-jekyll-2x.jpg and /dev/null 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 deleted file mode 100644 index 38789f553..000000000 Binary files a/static/images/theme/thumbnail/2x/dabit3-gatsby-auth-starter-aws-amplify-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/dafiulh-vredeburg-2x.jpg b/static/images/theme/thumbnail/2x/dafiulh-vredeburg-2x.jpg deleted file mode 100644 index 8704b87e6..000000000 Binary files a/static/images/theme/thumbnail/2x/dafiulh-vredeburg-2x.jpg and /dev/null 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 deleted file mode 100644 index d5c2bbb4e..000000000 Binary files a/static/images/theme/thumbnail/2x/damassi-gatsby-starter-typescript-rebass-netlifycms-2x.jpg and /dev/null 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 deleted file mode 100644 index 0fbc0e0f0..000000000 Binary files a/static/images/theme/thumbnail/2x/danielbayerlein-middleman-casper-2x.jpg and /dev/null 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 deleted file mode 100644 index 3e8cff0ad..000000000 Binary files a/static/images/theme/thumbnail/2x/danielkellyio-awake-template-2x.jpg and /dev/null 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 deleted file mode 100644 index dc613e236..000000000 Binary files a/static/images/theme/thumbnail/2x/danielkvist-hugo-piercer-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 34dee0e61..000000000 Binary files a/static/images/theme/thumbnail/2x/danielkvist-hugo-terrassa-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 3fddbd118..000000000 Binary files a/static/images/theme/thumbnail/2x/danilowoz-gatsby-advanced-blog-system-2x.jpg and /dev/null 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 deleted file mode 100644 index d0f593337..000000000 Binary files a/static/images/theme/thumbnail/2x/danshai-gatsbyv2-scientific-blog-machine-learning-2x.jpg and /dev/null 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 deleted file mode 100644 index 4c20434cd..000000000 Binary files a/static/images/theme/thumbnail/2x/danurbanowicz-eleventy-netlify-boilerplate-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 deleted file mode 100644 index 4a2974f71..000000000 Binary files a/static/images/theme/thumbnail/2x/dashdashzako-hugo-journal-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 deleted file mode 100644 index 2cec20698..000000000 Binary files a/static/images/theme/thumbnail/2x/dashingcode-front-cover-2x.jpg and /dev/null 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 deleted file mode 100644 index a458548dc..000000000 Binary files a/static/images/theme/thumbnail/2x/datocms-gatsby-portfolio-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/daviddarnes-alembic-2x.jpg b/static/images/theme/thumbnail/2x/daviddarnes-alembic-2x.jpg deleted file mode 100644 index ddd158223..000000000 Binary files a/static/images/theme/thumbnail/2x/daviddarnes-alembic-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/daviddarnes-garth-2x.jpg b/static/images/theme/thumbnail/2x/daviddarnes-garth-2x.jpg deleted file mode 100644 index a2e189689..000000000 Binary files a/static/images/theme/thumbnail/2x/daviddarnes-garth-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 deleted file mode 100644 index 7d5a2720c..000000000 Binary files a/static/images/theme/thumbnail/2x/davshoward-gatsby-starter-honey-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/dbtek-dbyll-2x.jpg b/static/images/theme/thumbnail/2x/dbtek-dbyll-2x.jpg deleted file mode 100644 index 773c10df3..000000000 Binary files a/static/images/theme/thumbnail/2x/dbtek-dbyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/dbtek-paper-2x.jpg b/static/images/theme/thumbnail/2x/dbtek-paper-2x.jpg deleted file mode 100644 index 635ff0606..000000000 Binary files a/static/images/theme/thumbnail/2x/dbtek-paper-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ddbullfrog-resumecard-2x.jpg b/static/images/theme/thumbnail/2x/ddbullfrog-resumecard-2x.jpg deleted file mode 100644 index 6b041c3fd..000000000 Binary files a/static/images/theme/thumbnail/2x/ddbullfrog-resumecard-2x.jpg and /dev/null 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 deleted file mode 100644 index 3125167a6..000000000 Binary files a/static/images/theme/thumbnail/2x/de-souza-hugo-flex-2x.jpg and /dev/null 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 deleted file mode 100644 index 7c7074bc1..000000000 Binary files a/static/images/theme/thumbnail/2x/deamme-gatsby-starter-prismic-resume-2x.jpg and /dev/null 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 deleted file mode 100644 index a0f931009..000000000 Binary files a/static/images/theme/thumbnail/2x/deepidea-web-presentation-2x.jpg and /dev/null 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 deleted file mode 100644 index e38a12497..000000000 Binary files a/static/images/theme/thumbnail/2x/denjones-hexo-theme-chan-2x.jpg and /dev/null 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 deleted file mode 100644 index 27d72393b..000000000 Binary files a/static/images/theme/thumbnail/2x/denningk-gatsby-starter-typescript-jest-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 deleted file mode 100644 index 22ec327b4..000000000 Binary files a/static/images/theme/thumbnail/2x/devlocker-breakfast-2x.jpg and /dev/null 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 deleted file mode 100644 index bf4d08169..000000000 Binary files a/static/images/theme/thumbnail/2x/dfcommunity-hexo-web-nary-2x.jpg and /dev/null 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 deleted file mode 100644 index 8f6e099bd..000000000 Binary files a/static/images/theme/thumbnail/2x/dgraph-io-hugo-dgraph-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/dieghernan-chulapa-2x.jpg b/static/images/theme/thumbnail/2x/dieghernan-chulapa-2x.jpg deleted file mode 100644 index 19688d4eb..000000000 Binary files a/static/images/theme/thumbnail/2x/dieghernan-chulapa-2x.jpg and /dev/null 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 deleted file mode 100644 index d361ee608..000000000 Binary files a/static/images/theme/thumbnail/2x/diezcami-arctic-fox-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 deleted file mode 100644 index a39f46ba5..000000000 Binary files a/static/images/theme/thumbnail/2x/dikiaap-mangan-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/dirkfabisch-mediator-2x.jpg b/static/images/theme/thumbnail/2x/dirkfabisch-mediator-2x.jpg deleted file mode 100644 index d06f08db7..000000000 Binary files a/static/images/theme/thumbnail/2x/dirkfabisch-mediator-2x.jpg and /dev/null 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 deleted file mode 100644 index 39a635e34..000000000 Binary files a/static/images/theme/thumbnail/2x/dirtyf-hylia-forestry-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 deleted file mode 100644 index 2a317e1c7..000000000 Binary files a/static/images/theme/thumbnail/2x/dominicabela-gatsby-starter-material-ui-2x.jpg and /dev/null 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 deleted file mode 100644 index 4f89b3fcd..000000000 Binary files a/static/images/theme/thumbnail/2x/dongchuan-yummy-jekyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/dplesca-purehugo-2x.jpg b/static/images/theme/thumbnail/2x/dplesca-purehugo-2x.jpg deleted file mode 100644 index 0f2dd70cd..000000000 Binary files a/static/images/theme/thumbnail/2x/dplesca-purehugo-2x.jpg and /dev/null 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 deleted file mode 100644 index 56b95f83d..000000000 Binary files a/static/images/theme/thumbnail/2x/drassil-git-wiki-2x.jpg and /dev/null 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 deleted file mode 100644 index 2650f5c8e..000000000 Binary files a/static/images/theme/thumbnail/2x/drvy-minimal-block-2x.jpg and /dev/null 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 deleted file mode 100644 index 26e2dcc27..000000000 Binary files a/static/images/theme/thumbnail/2x/dschau-gatsby-blog-starter-kit-2x.jpg and /dev/null 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 deleted file mode 100644 index 7359705c7..000000000 Binary files a/static/images/theme/thumbnail/2x/durianstack-gatsby-tailwindcss-sass-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index 87a9ee4b8..000000000 Binary files a/static/images/theme/thumbnail/2x/dwyfrequency-gatsby-ghub-2x.jpg and /dev/null 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 deleted file mode 100644 index d11922d47..000000000 Binary files a/static/images/theme/thumbnail/2x/dyndna-lanyon-plus-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/dyutibarma-monochrome-2x.jpg b/static/images/theme/thumbnail/2x/dyutibarma-monochrome-2x.jpg deleted file mode 100644 index ab65e2b21..000000000 Binary files a/static/images/theme/thumbnail/2x/dyutibarma-monochrome-2x.jpg and /dev/null 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 deleted file mode 100644 index a06ad5464..000000000 Binary files a/static/images/theme/thumbnail/2x/dzello-reveal-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/edavidaja-docter-2x.jpg b/static/images/theme/thumbnail/2x/edavidaja-docter-2x.jpg deleted file mode 100644 index a7a9f912c..000000000 Binary files a/static/images/theme/thumbnail/2x/edavidaja-docter-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 deleted file mode 100644 index 2bac17c53..000000000 Binary files a/static/images/theme/thumbnail/2x/eliottvincent-bay-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ellekasai-resumecards-2x.jpg b/static/images/theme/thumbnail/2x/ellekasai-resumecards-2x.jpg deleted file mode 100644 index 2497d620a..000000000 Binary files a/static/images/theme/thumbnail/2x/ellekasai-resumecards-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ellekasai-shiori-2x.jpg b/static/images/theme/thumbnail/2x/ellekasai-shiori-2x.jpg deleted file mode 100644 index 244ba9eef..000000000 Binary files a/static/images/theme/thumbnail/2x/ellekasai-shiori-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/elotroalex-ed-2x.jpg b/static/images/theme/thumbnail/2x/elotroalex-ed-2x.jpg deleted file mode 100644 index cd138659f..000000000 Binary files a/static/images/theme/thumbnail/2x/elotroalex-ed-2x.jpg and /dev/null 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 deleted file mode 100644 index bbf8b2221..000000000 Binary files a/static/images/theme/thumbnail/2x/email2vimalraj-gatsby-starter-tech-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index 3ce94e70c..000000000 Binary files a/static/images/theme/thumbnail/2x/emasuriano-gatsby-starter-event-calendar-2x.jpg and /dev/null 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 deleted file mode 100644 index 2001b96bf..000000000 Binary files a/static/images/theme/thumbnail/2x/emasuriano-gatsby-starter-mate-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 deleted file mode 100644 index 0b9ae8694..000000000 Binary files a/static/images/theme/thumbnail/2x/emilbaehr-automatic-app-landing-page-2x.jpg and /dev/null 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 deleted file mode 100644 index 2068f27cd..000000000 Binary files a/static/images/theme/thumbnail/2x/endymion1818-gatsby-starter-carraway-2x.jpg and /dev/null 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 deleted file mode 100644 index c6b336e2d..000000000 Binary files a/static/images/theme/thumbnail/2x/epilocal-newsliner-gatsby-2x.jpg and /dev/null 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 deleted file mode 100644 index a26fc329b..000000000 Binary files a/static/images/theme/thumbnail/2x/erayaydin-jekyll-bulma-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 deleted file mode 100644 index cd501b9b8..000000000 Binary files a/static/images/theme/thumbnail/2x/escapemanuele-gatsby-contentful-blog-portfolio-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 deleted file mode 100644 index 87b409f0d..000000000 Binary files a/static/images/theme/thumbnail/2x/excentris-compass-2x.jpg and /dev/null 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 deleted file mode 100644 index 5d0c23434..000000000 Binary files a/static/images/theme/thumbnail/2x/exchangerate-api-rlstevenson-jekyll-theme-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 deleted file mode 100644 index d0178cb65..000000000 Binary files a/static/images/theme/thumbnail/2x/ezrasavard-ezora-jekyll-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index c0e4dd2bb..000000000 Binary files a/static/images/theme/thumbnail/2x/fabe-gatsby-starter-deck-2x.jpg and /dev/null 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 deleted file mode 100644 index ac17026d6..000000000 Binary files a/static/images/theme/thumbnail/2x/fabe-gatsby-universal-2x.jpg and /dev/null 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 deleted file mode 100644 index cf8c786f7..000000000 Binary files a/static/images/theme/thumbnail/2x/fabien0102-gatsby-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index c5cd75195..000000000 Binary files a/static/images/theme/thumbnail/2x/fareez-ahamed-millikyl-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/fastbyte01-keepit-2x.jpg b/static/images/theme/thumbnail/2x/fastbyte01-keepit-2x.jpg deleted file mode 100644 index b47a8b47d..000000000 Binary files a/static/images/theme/thumbnail/2x/fastbyte01-keepit-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 deleted file mode 100644 index 2b18de1f1..000000000 Binary files a/static/images/theme/thumbnail/2x/ferrolho-jekyll-theme-libretto-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 deleted file mode 100644 index 1c356cc6e..000000000 Binary files a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-blog-1-2x.jpg and /dev/null 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 deleted file mode 100644 index ebab3c631..000000000 Binary files a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-blog-2-2x.jpg and /dev/null 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 deleted file mode 100644 index 4c2e0d561..000000000 Binary files a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-event-1-2x.jpg and /dev/null 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 deleted file mode 100644 index b5d24eab8..000000000 Binary files a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-event-2-2x.jpg and /dev/null 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 deleted file mode 100644 index 7f29f3097..000000000 Binary files a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-portfolio-1-2x.jpg and /dev/null 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 deleted file mode 100644 index fe63c6ecc..000000000 Binary files a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-portfolio-2-2x.jpg and /dev/null 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 deleted file mode 100644 index 2b9b2b1bc..000000000 Binary files a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-recipe-1-2x.jpg and /dev/null 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 deleted file mode 100644 index f81a83772..000000000 Binary files a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-recipe-2-2x.jpg and /dev/null 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 deleted file mode 100644 index 9ce12994c..000000000 Binary files a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-shop-1-2x.jpg and /dev/null 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 deleted file mode 100644 index a41784c5e..000000000 Binary files a/static/images/theme/thumbnail/2x/flotiq-flotiq-gatsby-shop-2-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 deleted file mode 100644 index 36b8d02c1..000000000 Binary files a/static/images/theme/thumbnail/2x/fongandrew-hydeout-2x.jpg and /dev/null 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 deleted file mode 100644 index 18c052e5f..000000000 Binary files a/static/images/theme/thumbnail/2x/forestryio-ubuild-jekyll-2x.jpg and /dev/null 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 deleted file mode 100644 index 9d8217485..000000000 Binary files a/static/images/theme/thumbnail/2x/forever-jekyll-forever-jekyll-2x.jpg and /dev/null 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 deleted file mode 100644 index c398fa84c..000000000 Binary files a/static/images/theme/thumbnail/2x/formspree-blogophonic-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index 2263542c4..000000000 Binary files a/static/images/theme/thumbnail/2x/foxandgeese-tiny-agency-2x.jpg and /dev/null 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 deleted file mode 100644 index 3c4ba8bed..000000000 Binary files a/static/images/theme/thumbnail/2x/frankievalentine-gatsby-craftcms-barebones-2x.jpg and /dev/null 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 deleted file mode 100644 index 49615cc80..000000000 Binary files a/static/images/theme/thumbnail/2x/friedger-gatsby-starter-blockstack-2x.jpg and /dev/null 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 deleted file mode 100644 index a5da35bab..000000000 Binary files a/static/images/theme/thumbnail/2x/friendlyuser-vuepress-theme-cool-starter-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 deleted file mode 100644 index 2e7a52958..000000000 Binary files a/static/images/theme/thumbnail/2x/frnki-gatsby-typescript-starter-blog-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/fromendworld-loffer-2x.jpg b/static/images/theme/thumbnail/2x/fromendworld-loffer-2x.jpg deleted file mode 100644 index 86862c45e..000000000 Binary files a/static/images/theme/thumbnail/2x/fromendworld-loffer-2x.jpg and /dev/null 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 deleted file mode 100644 index 418c94b8b..000000000 Binary files a/static/images/theme/thumbnail/2x/fullit-fullit.github.io-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 deleted file mode 100644 index 89b6ac45e..000000000 Binary files a/static/images/theme/thumbnail/2x/gallenhu-hexo-theme-daily-2x.jpg and /dev/null 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 deleted file mode 100644 index 2be05fad2..000000000 Binary files a/static/images/theme/thumbnail/2x/ganevru-gatsby-starter-blog-grommet-2x.jpg and /dev/null 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 deleted file mode 100644 index 53a39176e..000000000 Binary files a/static/images/theme/thumbnail/2x/gaohaoyang-gaohaoyang.github.io-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 deleted file mode 100644 index 978e8f698..000000000 Binary files a/static/images/theme/thumbnail/2x/gatsbycentral-gatsby-starter-wordpress-2x.jpg and /dev/null 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 deleted file mode 100644 index 23f2d476d..000000000 Binary files a/static/images/theme/thumbnail/2x/gatsbycentral-gatsby-v2-starter-casper-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/gatsbycentral-gatsby-v2-starter-lumen-2x.jpg b/static/images/theme/thumbnail/2x/gatsbycentral-gatsby-v2-starter-lumen-2x.jpg deleted file mode 100644 index d37e78f01..000000000 Binary files a/static/images/theme/thumbnail/2x/gatsbycentral-gatsby-v2-starter-lumen-2x.jpg and /dev/null 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 deleted file mode 100644 index c1c590e47..000000000 Binary files a/static/images/theme/thumbnail/2x/gatsbyjs-gatsby-starter-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index 76ccc5721..000000000 Binary files a/static/images/theme/thumbnail/2x/gatsbyjs-gatsby-starter-default-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 deleted file mode 100644 index 20c2f3d4e..000000000 Binary files a/static/images/theme/thumbnail/2x/gcushen-hugo-academic-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 deleted file mode 100644 index 17fbf38f5..000000000 Binary files a/static/images/theme/thumbnail/2x/gdgtoulouse-devfest-theme-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index 87bb96e15..000000000 Binary files a/static/images/theme/thumbnail/2x/geocine-gatsby-starter-devto-2x.jpg and /dev/null 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 deleted file mode 100644 index dc0db18b7..000000000 Binary files a/static/images/theme/thumbnail/2x/geocine-gatsby-starter-organization-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 deleted file mode 100644 index d6b13f864..000000000 Binary files a/static/images/theme/thumbnail/2x/gesquive-slate-2x.jpg and /dev/null 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 deleted file mode 100644 index 47b9f984a..000000000 Binary files a/static/images/theme/thumbnail/2x/gethugothemes-andromeda-light-2x.jpg and /dev/null 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 deleted file mode 100644 index cf352f662..000000000 Binary files a/static/images/theme/thumbnail/2x/gethugothemes-apollo-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index 1c3a39c7f..000000000 Binary files a/static/images/theme/thumbnail/2x/gethugothemes-bookworm-light-2x.jpg and /dev/null 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 deleted file mode 100644 index c4d832a4a..000000000 Binary files a/static/images/theme/thumbnail/2x/gethugothemes-geeky-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index e40e45e12..000000000 Binary files a/static/images/theme/thumbnail/2x/gethugothemes-influencer-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index ca3bed1c3..000000000 Binary files a/static/images/theme/thumbnail/2x/gethugothemes-liva-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index 460099d21..000000000 Binary files a/static/images/theme/thumbnail/2x/gethugothemes-navigator-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index 1d6c9dce8..000000000 Binary files a/static/images/theme/thumbnail/2x/gethugothemes-northendlab-light-2x.jpg and /dev/null 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 deleted file mode 100644 index dddb8231d..000000000 Binary files a/static/images/theme/thumbnail/2x/gethugothemes-omega-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index f9b2ca9ea..000000000 Binary files a/static/images/theme/thumbnail/2x/gethugothemes-persian-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index 7532ebac9..000000000 Binary files a/static/images/theme/thumbnail/2x/gethugothemes-restaurant-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index 7f675d674..000000000 Binary files a/static/images/theme/thumbnail/2x/gethugothemes-techfeed-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index 340c62f6a..000000000 Binary files a/static/images/theme/thumbnail/2x/gethugothemes-touchy-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index a9a078182..000000000 Binary files a/static/images/theme/thumbnail/2x/gherciu-gatsby-all-in-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/gildasio-clyell-2x.jpg b/static/images/theme/thumbnail/2x/gildasio-clyell-2x.jpg deleted file mode 100644 index 90d693898..000000000 Binary files a/static/images/theme/thumbnail/2x/gildasio-clyell-2x.jpg and /dev/null 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 deleted file mode 100644 index a4c9b7ff7..000000000 Binary files a/static/images/theme/thumbnail/2x/gillkyle-gatsby-starter-landing-page-2x.jpg and /dev/null 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 deleted file mode 100644 index 2eb9dfe63..000000000 Binary files a/static/images/theme/thumbnail/2x/gilsondev-pelican-clean-blog-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 deleted file mode 100644 index 345066d7e..000000000 Binary files a/static/images/theme/thumbnail/2x/gkmngrgn-hugo-alageek-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 17184321c..000000000 Binary files a/static/images/theme/thumbnail/2x/gmlunesa-gatsby-starter-personal-portfolio-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/gomah-bluise-2x.jpg b/static/images/theme/thumbnail/2x/gomah-bluise-2x.jpg deleted file mode 100644 index c0e92f102..000000000 Binary files a/static/images/theme/thumbnail/2x/gomah-bluise-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 deleted file mode 100644 index 98b7437ea..000000000 Binary files a/static/images/theme/thumbnail/2x/goodroot-hugo-classic-2x.jpg and /dev/null 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 deleted file mode 100644 index 651fead56..000000000 Binary files a/static/images/theme/thumbnail/2x/graphcms-gatsby-graphcms-tailwindcss-example-2x.jpg and /dev/null 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 deleted file mode 100644 index b421e80e6..000000000 Binary files a/static/images/theme/thumbnail/2x/graphcms-gatsby-starter-graphcms-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index d41c5df35..000000000 Binary files a/static/images/theme/thumbnail/2x/graphcms-graphcms-commerce-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index 844c127eb..000000000 Binary files a/static/images/theme/thumbnail/2x/graphcms-reference-marketing-website-2x.jpg and /dev/null 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 deleted file mode 100644 index 2c1392116..000000000 Binary files a/static/images/theme/thumbnail/2x/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index 76a8d8f7e..000000000 Binary files a/static/images/theme/thumbnail/2x/greglobinski-gatsby-starter-hero-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index fcd9031f2..000000000 Binary files a/static/images/theme/thumbnail/2x/gridsome-gridsome-starter-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index d32154c9d..000000000 Binary files a/static/images/theme/thumbnail/2x/gristlabs-mkdocs-windmill-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/grrinchas-aliquam-2x.jpg b/static/images/theme/thumbnail/2x/grrinchas-aliquam-2x.jpg deleted file mode 100644 index e7c0b21df..000000000 Binary files a/static/images/theme/thumbnail/2x/grrinchas-aliquam-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 deleted file mode 100644 index 2b5b36798..000000000 Binary files a/static/images/theme/thumbnail/2x/gurusabarish-hugo-profile-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 deleted file mode 100644 index b86acbe58..000000000 Binary files a/static/images/theme/thumbnail/2x/h-enk-doks-2x.jpg and /dev/null 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 deleted file mode 100644 index 6c6a8a652..000000000 Binary files a/static/images/theme/thumbnail/2x/h01000110-windows-95-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 deleted file mode 100644 index f993d666e..000000000 Binary files a/static/images/theme/thumbnail/2x/hagnerd-gatsby-starter-blog-mdx-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 deleted file mode 100644 index 3ed9594f5..000000000 Binary files a/static/images/theme/thumbnail/2x/harshil1712-gatsby-starter-googlesheets-2x.jpg and /dev/null 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 deleted file mode 100644 index 240efd815..000000000 Binary files a/static/images/theme/thumbnail/2x/hasura-gatsby-gitbook-starter-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 deleted file mode 100644 index 2af0b618e..000000000 Binary files a/static/images/theme/thumbnail/2x/heiswayi-textlog-2x.jpg and /dev/null 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 deleted file mode 100644 index 4f101eadd..000000000 Binary files a/static/images/theme/thumbnail/2x/heiswayi-the-plain-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/heiswayi-thinkspace-2x.jpg b/static/images/theme/thumbnail/2x/heiswayi-thinkspace-2x.jpg deleted file mode 100644 index 9731637d7..000000000 Binary files a/static/images/theme/thumbnail/2x/heiswayi-thinkspace-2x.jpg and /dev/null 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 deleted file mode 100644 index 145f5e0be..000000000 Binary files a/static/images/theme/thumbnail/2x/heliumjk-heliumjk.github.io-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/hellocosmin-gridsome-starter-bleda-2x.jpg b/static/images/theme/thumbnail/2x/hellocosmin-gridsome-starter-bleda-2x.jpg deleted file mode 100644 index f6b80ea8e..000000000 Binary files a/static/images/theme/thumbnail/2x/hellocosmin-gridsome-starter-bleda-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/hemangsk-devjournal-2x.jpg b/static/images/theme/thumbnail/2x/hemangsk-devjournal-2x.jpg deleted file mode 100644 index 569a05c09..000000000 Binary files a/static/images/theme/thumbnail/2x/hemangsk-devjournal-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/hemangsk-gravity-2x.jpg b/static/images/theme/thumbnail/2x/hemangsk-gravity-2x.jpg deleted file mode 100644 index c2e0ce6f9..000000000 Binary files a/static/images/theme/thumbnail/2x/hemangsk-gravity-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/hemangsk-safarnama-2x.jpg b/static/images/theme/thumbnail/2x/hemangsk-safarnama-2x.jpg deleted file mode 100644 index 04655f790..000000000 Binary files a/static/images/theme/thumbnail/2x/hemangsk-safarnama-2x.jpg and /dev/null 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 deleted file mode 100644 index d149d1be3..000000000 Binary files a/static/images/theme/thumbnail/2x/henryhuang-hexo-theme-aloha-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/henrythemes-jekyll-book-theme-2x.jpg b/static/images/theme/thumbnail/2x/henrythemes-jekyll-book-theme-2x.jpg deleted file mode 100644 index 29d888795..000000000 Binary files a/static/images/theme/thumbnail/2x/henrythemes-jekyll-book-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/henrythemes-jekyll-bootstrap-theme-2x.jpg b/static/images/theme/thumbnail/2x/henrythemes-jekyll-bootstrap-theme-2x.jpg deleted file mode 100644 index 9eaf5d569..000000000 Binary files a/static/images/theme/thumbnail/2x/henrythemes-jekyll-bootstrap-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/henrythemes-jekyll-minimal-theme-2x.jpg b/static/images/theme/thumbnail/2x/henrythemes-jekyll-minimal-theme-2x.jpg deleted file mode 100644 index c00f17c78..000000000 Binary files a/static/images/theme/thumbnail/2x/henrythemes-jekyll-minimal-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 5e51e77ce..000000000 Binary files a/static/images/theme/thumbnail/2x/himali-patel-myclicks-2x.jpg and /dev/null 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 deleted file mode 100644 index cb324645e..000000000 Binary files a/static/images/theme/thumbnail/2x/histaff-website-static-2x.jpg and /dev/null 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 deleted file mode 100644 index e28549f81..000000000 Binary files a/static/images/theme/thumbnail/2x/hmfaysal-hmfaysal-omega-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 5756deab5..000000000 Binary files a/static/images/theme/thumbnail/2x/hmfaysal-jekyll-hmfaysal-theme-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 deleted file mode 100644 index fcbe70476..000000000 Binary files a/static/images/theme/thumbnail/2x/holger1411-11straps-2x.jpg and /dev/null 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 deleted file mode 100644 index e4c106119..000000000 Binary files a/static/images/theme/thumbnail/2x/holger1411-brook-dev-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/holman-left-2x.jpg b/static/images/theme/thumbnail/2x/holman-left-2x.jpg deleted file mode 100644 index 53700f742..000000000 Binary files a/static/images/theme/thumbnail/2x/holman-left-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 deleted file mode 100644 index eca6ec6b0..000000000 Binary files a/static/images/theme/thumbnail/2x/hugo-sid-hugo-blog-awesome-2x.jpg and /dev/null 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 deleted file mode 100644 index f8b4ff21e..000000000 Binary files a/static/images/theme/thumbnail/2x/hugocarreira-jekyll-materializecss-2x.jpg and /dev/null 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 deleted file mode 100644 index d48a850c0..000000000 Binary files a/static/images/theme/thumbnail/2x/hugocarreira-jekyll-vision-casper-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 798813d69..000000000 Binary files a/static/images/theme/thumbnail/2x/hugoferreira-papyrus-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/humrochagf-colordrop-2x.jpg b/static/images/theme/thumbnail/2x/humrochagf-colordrop-2x.jpg deleted file mode 100644 index dfcab8da6..000000000 Binary files a/static/images/theme/thumbnail/2x/humrochagf-colordrop-2x.jpg and /dev/null 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 deleted file mode 100644 index e01172ea3..000000000 Binary files a/static/images/theme/thumbnail/2x/huweihuang-hexo-theme-huweihuang-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 deleted file mode 100644 index 110469812..000000000 Binary files a/static/images/theme/thumbnail/2x/ifedyukin-mekyll-2x.jpg and /dev/null 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 deleted file mode 100644 index ed9f671cf..000000000 Binary files a/static/images/theme/thumbnail/2x/ijjk-notion-blog-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 deleted file mode 100644 index e70a33ccb..000000000 Binary files a/static/images/theme/thumbnail/2x/imedadel-gatsby-london-2x.jpg and /dev/null 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 deleted file mode 100644 index 1197f6c9f..000000000 Binary files a/static/images/theme/thumbnail/2x/inded-jekyll_modern-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index 66bd116a7..000000000 Binary files a/static/images/theme/thumbnail/2x/insidiousmind-material-bliss-jekyll-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 97c078597..000000000 Binary files a/static/images/theme/thumbnail/2x/issydennis-gatsby-snipcart-2x.jpg and /dev/null 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 deleted file mode 100644 index 02a3866f0..000000000 Binary files a/static/images/theme/thumbnail/2x/it-gro-hugo-theme-w3css-basic-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 deleted file mode 100644 index 1afea6a7e..000000000 Binary files a/static/images/theme/thumbnail/2x/itsmeaga1n-minimal-categorized-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/itsnwa-darkfolio-2x.jpg b/static/images/theme/thumbnail/2x/itsnwa-darkfolio-2x.jpg deleted file mode 100644 index 127f1463d..000000000 Binary files a/static/images/theme/thumbnail/2x/itsnwa-darkfolio-2x.jpg and /dev/null 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 deleted file mode 100644 index e3ecc199e..000000000 Binary files a/static/images/theme/thumbnail/2x/itsnwa-gridsome-forestry-starter-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/itsrifat-rifyll-2x.jpg b/static/images/theme/thumbnail/2x/itsrifat-rifyll-2x.jpg deleted file mode 100644 index eba1b6124..000000000 Binary files a/static/images/theme/thumbnail/2x/itsrifat-rifyll-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 deleted file mode 100644 index 78f113669..000000000 Binary files a/static/images/theme/thumbnail/2x/iwiedenm-jekyll-theme-massively-src-2x.jpg and /dev/null 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 deleted file mode 100644 index a388ce46b..000000000 Binary files a/static/images/theme/thumbnail/2x/iwilsonq-gatsby-starter-reasonml-2x.jpg and /dev/null 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 deleted file mode 100644 index 3dc51075a..000000000 Binary files a/static/images/theme/thumbnail/2x/ixartz-astro-boilerplate-2x.jpg and /dev/null 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 deleted file mode 100644 index 456c77835..000000000 Binary files a/static/images/theme/thumbnail/2x/ixartz-eleventy-starter-boilerplate-2x.jpg and /dev/null 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 deleted file mode 100644 index 6dcacd2b4..000000000 Binary files a/static/images/theme/thumbnail/2x/ixartz-next-js-blog-boilerplate-2x.jpg and /dev/null 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 deleted file mode 100644 index 529ddba6f..000000000 Binary files a/static/images/theme/thumbnail/2x/ixartz-next-js-boilerplate-2x.jpg and /dev/null 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 deleted file mode 100644 index 532f70349..000000000 Binary files a/static/images/theme/thumbnail/2x/ixartz-next-js-landing-page-starter-template-2x.jpg and /dev/null 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 deleted file mode 100644 index f80e8080c..000000000 Binary files a/static/images/theme/thumbnail/2x/jackbravo-gatsby-starter-i18n-blog-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 deleted file mode 100644 index 1d3e027bc..000000000 Binary files a/static/images/theme/thumbnail/2x/jacobtomlinson-carte-noire-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 deleted file mode 100644 index 5b8ee1031..000000000 Binary files a/static/images/theme/thumbnail/2x/jaehee0113-console-2x.jpg and /dev/null 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 deleted file mode 100644 index bc02bbf7c..000000000 Binary files a/static/images/theme/thumbnail/2x/jaeyeophan-gatsby-starter-bee-2x.jpg and /dev/null 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 deleted file mode 100644 index 4ab0776c6..000000000 Binary files a/static/images/theme/thumbnail/2x/jake-101-bael-template-2x.jpg and /dev/null 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 deleted file mode 100644 index 8546c8784..000000000 Binary files a/static/images/theme/thumbnail/2x/jameshamann-jekyll-material-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/jamigibbs-phantom-2x.jpg b/static/images/theme/thumbnail/2x/jamigibbs-phantom-2x.jpg deleted file mode 100644 index b77ac5498..000000000 Binary files a/static/images/theme/thumbnail/2x/jamigibbs-phantom-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/janczizikow-sleek-2x.jpg b/static/images/theme/thumbnail/2x/janczizikow-sleek-2x.jpg deleted file mode 100644 index 2bceed903..000000000 Binary files a/static/images/theme/thumbnail/2x/janczizikow-sleek-2x.jpg and /dev/null 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 deleted file mode 100644 index c450fd184..000000000 Binary files a/static/images/theme/thumbnail/2x/jannikbuschke-gatsby-antd-docs-2x.jpg and /dev/null 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 deleted file mode 100644 index 4bbb295c7..000000000 Binary files a/static/images/theme/thumbnail/2x/janraasch-hugo-scroll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/jarrekk-jalpc-2x.jpg b/static/images/theme/thumbnail/2x/jarrekk-jalpc-2x.jpg deleted file mode 100644 index 5c992b634..000000000 Binary files a/static/images/theme/thumbnail/2x/jarrekk-jalpc-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/jasoncostello-slate-2x.jpg b/static/images/theme/thumbnail/2x/jasoncostello-slate-2x.jpg deleted file mode 100644 index 17454fae8..000000000 Binary files a/static/images/theme/thumbnail/2x/jasoncostello-slate-2x.jpg and /dev/null 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 deleted file mode 100644 index 6835279ff..000000000 Binary files a/static/images/theme/thumbnail/2x/jaymehta20-nextjs-blog-page-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 deleted file mode 100644 index e68e924c5..000000000 Binary files a/static/images/theme/thumbnail/2x/jeblister-kube-2x.jpg and /dev/null 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 deleted file mode 100644 index 7ab0c8f03..000000000 Binary files a/static/images/theme/thumbnail/2x/jeffreytse-jekyll-theme-yat-2x.jpg and /dev/null 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 deleted file mode 100644 index 7794bee2a..000000000 Binary files a/static/images/theme/thumbnail/2x/jekyll-garden-jekyll-garden.github.io-2x.jpg and /dev/null 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 deleted file mode 100644 index c79a82d17..000000000 Binary files a/static/images/theme/thumbnail/2x/jekyll-one-j1-template-starter-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 deleted file mode 100644 index 00792262c..000000000 Binary files a/static/images/theme/thumbnail/2x/jekyller-online-cv-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/jekyller-panelcv-2x.jpg b/static/images/theme/thumbnail/2x/jekyller-panelcv-2x.jpg deleted file mode 100644 index 8e4fa5d85..000000000 Binary files a/static/images/theme/thumbnail/2x/jekyller-panelcv-2x.jpg and /dev/null 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 deleted file mode 100644 index 9c03f0f18..000000000 Binary files a/static/images/theme/thumbnail/2x/jekynewage-jekynewage.github.io-2x.jpg and /dev/null 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 deleted file mode 100644 index 3ac1fbc7f..000000000 Binary files a/static/images/theme/thumbnail/2x/jeromelachaud-freelancer-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/jeromelachaud-grayscale-theme-2x.jpg b/static/images/theme/thumbnail/2x/jeromelachaud-grayscale-theme-2x.jpg deleted file mode 100644 index 339af59cb..000000000 Binary files a/static/images/theme/thumbnail/2x/jeromelachaud-grayscale-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index c0034be79..000000000 Binary files a/static/images/theme/thumbnail/2x/jerryc127-hexo-theme-butterfly-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 deleted file mode 100644 index e6c5e9220..000000000 Binary files a/static/images/theme/thumbnail/2x/jitinnair1-gradfolio-2x.jpg and /dev/null 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 deleted file mode 100644 index cc8f925c3..000000000 Binary files a/static/images/theme/thumbnail/2x/jjcav84-mdbreact-gatsby-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index 520edb8be..000000000 Binary files a/static/images/theme/thumbnail/2x/jkytoela-next-startd-2x.jpg and /dev/null 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 deleted file mode 100644 index 92d11f7b1..000000000 Binary files a/static/images/theme/thumbnail/2x/jmau111-gatsby-juma-2x.jpg and /dev/null 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 deleted file mode 100644 index 3c6664519..000000000 Binary files a/static/images/theme/thumbnail/2x/jmau111-gatsby-nes-2x.jpg and /dev/null 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 deleted file mode 100644 index 384dfb38b..000000000 Binary files a/static/images/theme/thumbnail/2x/jmau111-hugo-theme-ava-2x.jpg and /dev/null 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 deleted file mode 100644 index d30d1925c..000000000 Binary files a/static/images/theme/thumbnail/2x/jmschrack-dark-portfolio-template-11ty-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 deleted file mode 100644 index e5d19767a..000000000 Binary files a/static/images/theme/thumbnail/2x/johncoene-marat-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 deleted file mode 100644 index 9ccdebae6..000000000 Binary files a/static/images/theme/thumbnail/2x/josephdyer-skeleventy-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 deleted file mode 100644 index af67ae660..000000000 Binary files a/static/images/theme/thumbnail/2x/joshgerdes-jekyll-uno-2x.jpg and /dev/null 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 deleted file mode 100644 index e0e489c8c..000000000 Binary files a/static/images/theme/thumbnail/2x/joshuaavalon-jekyll-avalon-2x.jpg and /dev/null 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 deleted file mode 100644 index 4e2f96208..000000000 Binary files a/static/images/theme/thumbnail/2x/jota-ele-ene-just-me-2x.jpg and /dev/null 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 deleted file mode 100644 index c1d2e3040..000000000 Binary files a/static/images/theme/thumbnail/2x/joway-hugo-theme-yinyang-2x.jpg and /dev/null 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 deleted file mode 100644 index 3949ecfcf..000000000 Binary files a/static/images/theme/thumbnail/2x/joytou-joytou.github.io-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/jpanther-congo-2x.jpg b/static/images/theme/thumbnail/2x/jpanther-congo-2x.jpg deleted file mode 100644 index f45e5b72d..000000000 Binary files a/static/images/theme/thumbnail/2x/jpanther-congo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/jpanther-lynx-2x.jpg b/static/images/theme/thumbnail/2x/jpanther-lynx-2x.jpg deleted file mode 100644 index adb260d3a..000000000 Binary files a/static/images/theme/thumbnail/2x/jpanther-lynx-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 deleted file mode 100644 index 7e7bbeadd..000000000 Binary files a/static/images/theme/thumbnail/2x/jsappme-gridsome-shopify-starter-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 deleted file mode 100644 index 657a19908..000000000 Binary files a/static/images/theme/thumbnail/2x/jugglerx-gatsby-serif-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 5f2df712f..000000000 Binary files a/static/images/theme/thumbnail/2x/jugglerx-hugo-hero-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index a868c837f..000000000 Binary files a/static/images/theme/thumbnail/2x/jugglerx-hugo-whisper-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 6dd2e6a77..000000000 Binary files a/static/images/theme/thumbnail/2x/juhi-trivedi-cape-2x.jpg and /dev/null 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 deleted file mode 100644 index ddb3c2530..000000000 Binary files a/static/images/theme/thumbnail/2x/jumpalottahigh-gatsby-starter-blog-jumpalottahigh-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/junlulocky-popuptweets-2x.jpg b/static/images/theme/thumbnail/2x/junlulocky-popuptweets-2x.jpg deleted file mode 100644 index a2136aaa5..000000000 Binary files a/static/images/theme/thumbnail/2x/junlulocky-popuptweets-2x.jpg and /dev/null 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 deleted file mode 100644 index de7e49974..000000000 Binary files a/static/images/theme/thumbnail/2x/justgoodthemes-blogbox-jekyll-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 6614a9e27..000000000 Binary files a/static/images/theme/thumbnail/2x/justgoodthemes-scriptor-jekyll-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/justgoodui-dante-astro-theme-2x.jpg b/static/images/theme/thumbnail/2x/justgoodui-dante-astro-theme-2x.jpg deleted file mode 100644 index 62213cfa0..000000000 Binary files a/static/images/theme/thumbnail/2x/justgoodui-dante-astro-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/justgoodui-ovidius-astro-theme-2x.jpg b/static/images/theme/thumbnail/2x/justgoodui-ovidius-astro-theme-2x.jpg deleted file mode 100644 index 8ab06e0fa..000000000 Binary files a/static/images/theme/thumbnail/2x/justgoodui-ovidius-astro-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index cb95e7fd4..000000000 Binary files a/static/images/theme/thumbnail/2x/justinformentin-gatsby-v2-tutorial-starter-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 deleted file mode 100644 index 4e9b7cfaa..000000000 Binary files a/static/images/theme/thumbnail/2x/jwillmer-jekylldecent-2x.jpg and /dev/null 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 deleted file mode 100644 index 2793ae083..000000000 Binary files a/static/images/theme/thumbnail/2x/kakawait-hugo-tranquilpeak-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 7d12f5fc3..000000000 Binary files a/static/images/theme/thumbnail/2x/kamikat-jekyll-theme-kagami-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 deleted file mode 100644 index 101ca2de6..000000000 Binary files a/static/images/theme/thumbnail/2x/kausalflow-connectome-2x.jpg and /dev/null 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 deleted file mode 100644 index 9c6d8dff6..000000000 Binary files a/static/images/theme/thumbnail/2x/kaushalmodi-hugo-bare-min-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/kazumasato-siera-2x.jpg b/static/images/theme/thumbnail/2x/kazumasato-siera-2x.jpg deleted file mode 100644 index b0b05525b..000000000 Binary files a/static/images/theme/thumbnail/2x/kazumasato-siera-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/kc0bfv-autophugo-2x.jpg b/static/images/theme/thumbnail/2x/kc0bfv-autophugo-2x.jpg deleted file mode 100644 index fb5416de5..000000000 Binary files a/static/images/theme/thumbnail/2x/kc0bfv-autophugo-2x.jpg and /dev/null 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 deleted file mode 100644 index 142294bcd..000000000 Binary files a/static/images/theme/thumbnail/2x/kc0bfv-ticky_tacky_dark-2x.jpg and /dev/null 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 deleted file mode 100644 index a0da8eaf7..000000000 Binary files a/static/images/theme/thumbnail/2x/kdevo-osprey-delight-2x.jpg and /dev/null 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 deleted file mode 100644 index 07f517f19..000000000 Binary files a/static/images/theme/thumbnail/2x/kdheepak-pelican-smoothie-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 deleted file mode 100644 index bcfb0f9fc..000000000 Binary files a/static/images/theme/thumbnail/2x/kendallstrautman-brevifolia-gatsby-forestry-2x.jpg and /dev/null 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 deleted file mode 100644 index fdaf59e34..000000000 Binary files a/static/images/theme/thumbnail/2x/kendallstrautman-brevifolia-gridsome-forestry-2x.jpg and /dev/null 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 deleted file mode 100644 index 8d47d09d6..000000000 Binary files a/static/images/theme/thumbnail/2x/kentico-gatsby-starter-kontent-2x.jpg and /dev/null 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 deleted file mode 100644 index d787bba2a..000000000 Binary files a/static/images/theme/thumbnail/2x/kentico-gatsby-starter-kontent-lumen-2x.jpg and /dev/null 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 deleted file mode 100644 index d3dea2836..000000000 Binary files a/static/images/theme/thumbnail/2x/kentico-kontent-boilerplate-statiq-net-2x.jpg and /dev/null 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 deleted file mode 100644 index f0ea7f4cc..000000000 Binary files a/static/images/theme/thumbnail/2x/kentico-kontent-jekyll-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index 7148963ac..000000000 Binary files a/static/images/theme/thumbnail/2x/kentico-kontent-sample-dancing-goat-gridsome-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/kentico-statiq-starter-kontent-lumen-2x.jpg b/static/images/theme/thumbnail/2x/kentico-statiq-starter-kontent-lumen-2x.jpg deleted file mode 100644 index 1d0d84615..000000000 Binary files a/static/images/theme/thumbnail/2x/kentico-statiq-starter-kontent-lumen-2x.jpg and /dev/null 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 deleted file mode 100644 index 7de092f78..000000000 Binary files a/static/images/theme/thumbnail/2x/kevit-devaid-jekyll-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 deleted file mode 100644 index be8a142c3..000000000 Binary files a/static/images/theme/thumbnail/2x/kitian616-jekyll-text-theme-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 deleted file mode 100644 index 64711cd35..000000000 Binary files a/static/images/theme/thumbnail/2x/klugjo-hexo-theme-alpha-dust-2x.jpg and /dev/null 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 deleted file mode 100644 index 91cd0d419..000000000 Binary files a/static/images/theme/thumbnail/2x/klugjo-hexo-theme-anodyne-2x.jpg and /dev/null 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 deleted file mode 100644 index 3cecc14ce..000000000 Binary files a/static/images/theme/thumbnail/2x/klugjo-hexo-theme-clean-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index ed04d155c..000000000 Binary files a/static/images/theme/thumbnail/2x/klugjo-hexo-theme-phantom-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/knaman2609-clean-2x.jpg b/static/images/theme/thumbnail/2x/knaman2609-clean-2x.jpg deleted file mode 100644 index c51e0032f..000000000 Binary files a/static/images/theme/thumbnail/2x/knaman2609-clean-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/knhash-jekyllbear-2x.jpg b/static/images/theme/thumbnail/2x/knhash-jekyllbear-2x.jpg deleted file mode 100644 index 678184f71..000000000 Binary files a/static/images/theme/thumbnail/2x/knhash-jekyllbear-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/knhash-pudhina-2x.jpg b/static/images/theme/thumbnail/2x/knhash-pudhina-2x.jpg deleted file mode 100644 index c509267e5..000000000 Binary files a/static/images/theme/thumbnail/2x/knhash-pudhina-2x.jpg and /dev/null 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 deleted file mode 100644 index ea3c38172..000000000 Binary files a/static/images/theme/thumbnail/2x/knightjdr-gatsby-starter-scientist-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 deleted file mode 100644 index f75e301a7..000000000 Binary files a/static/images/theme/thumbnail/2x/konsumer-gatsby-starter-bootstrap-netlify-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/kronik3r-daktilo-2x.jpg b/static/images/theme/thumbnail/2x/kronik3r-daktilo-2x.jpg deleted file mode 100644 index ebe31d431..000000000 Binary files a/static/images/theme/thumbnail/2x/kronik3r-daktilo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/kulacino-bajawa-2x.jpg b/static/images/theme/thumbnail/2x/kulacino-bajawa-2x.jpg deleted file mode 100644 index c2f85dbc8..000000000 Binary files a/static/images/theme/thumbnail/2x/kulacino-bajawa-2x.jpg and /dev/null 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 deleted file mode 100644 index cd960961e..000000000 Binary files a/static/images/theme/thumbnail/2x/kun8018-gatsby-starter-icarus-blog-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/kuntoaji-dekyll-2x.jpg b/static/images/theme/thumbnail/2x/kuntoaji-dekyll-2x.jpg deleted file mode 100644 index 80cc0b66f..000000000 Binary files a/static/images/theme/thumbnail/2x/kuntoaji-dekyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/kxxvii-kikofri-2x.jpg b/static/images/theme/thumbnail/2x/kxxvii-kikofri-2x.jpg deleted file mode 100644 index 34ab9f379..000000000 Binary files a/static/images/theme/thumbnail/2x/kxxvii-kikofri-2x.jpg and /dev/null 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 deleted file mode 100644 index c42cce0f1..000000000 Binary files a/static/images/theme/thumbnail/2x/laixintao-princess-diaries-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 deleted file mode 100644 index 31bc587bb..000000000 Binary files a/static/images/theme/thumbnail/2x/lauragift21-gridsome-minimal-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index 42a183be2..000000000 Binary files a/static/images/theme/thumbnail/2x/lavkumarv-feature-blog-jekyll-2x.jpg and /dev/null 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 deleted file mode 100644 index 6bbace2db..000000000 Binary files a/static/images/theme/thumbnail/2x/le4ker-personal-jekyll-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 00dbb4ab5..000000000 Binary files a/static/images/theme/thumbnail/2x/lednerb-bilberry-hugo-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index cb82aaccd..000000000 Binary files a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-minimal-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index 6b3ddb19d..000000000 Binary files a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-bella-2x.jpg and /dev/null 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 deleted file mode 100644 index bd23f34ed..000000000 Binary files a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-cara-2x.jpg and /dev/null 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 deleted file mode 100644 index f57197b28..000000000 Binary files a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-emilia-2x.jpg and /dev/null 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 deleted file mode 100644 index 399a85858..000000000 Binary files a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-emma-2x.jpg and /dev/null 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 deleted file mode 100644 index 990583445..000000000 Binary files a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-portfolio-jodie-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-prismic-i18n-2x.jpg b/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-prismic-i18n-2x.jpg deleted file mode 100644 index 51db11956..000000000 Binary files a/static/images/theme/thumbnail/2x/lekoarts-gatsby-starter-prismic-i18n-2x.jpg and /dev/null 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 deleted file mode 100644 index ec3e3eede..000000000 Binary files a/static/images/theme/thumbnail/2x/lekovicmilos-gatsby-starter-portfolio-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/lenpaul-academic-2x.jpg b/static/images/theme/thumbnail/2x/lenpaul-academic-2x.jpg deleted file mode 100644 index 348412202..000000000 Binary files a/static/images/theme/thumbnail/2x/lenpaul-academic-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/lenpaul-lagrange-2x.jpg b/static/images/theme/thumbnail/2x/lenpaul-lagrange-2x.jpg deleted file mode 100644 index 32b61f862..000000000 Binary files a/static/images/theme/thumbnail/2x/lenpaul-lagrange-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/lenpaul-millennial-2x.jpg b/static/images/theme/thumbnail/2x/lenpaul-millennial-2x.jpg deleted file mode 100644 index f5f2d8204..000000000 Binary files a/static/images/theme/thumbnail/2x/lenpaul-millennial-2x.jpg and /dev/null 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 deleted file mode 100644 index f233b5fa6..000000000 Binary files a/static/images/theme/thumbnail/2x/lenpaul-portfolio-jekyll-theme-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 deleted file mode 100644 index 560afdfe6..000000000 Binary files a/static/images/theme/thumbnail/2x/lgaida-mediumish-gohugo-theme-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 deleted file mode 100644 index c79ffdd61..000000000 Binary files a/static/images/theme/thumbnail/2x/liberxue-liberxue.github.io-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 deleted file mode 100644 index 964b7587f..000000000 Binary files a/static/images/theme/thumbnail/2x/link9596-hydrogen-2x.jpg and /dev/null 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 deleted file mode 100644 index a2bb75695..000000000 Binary files a/static/images/theme/thumbnail/2x/link9596-jekyll-theme-hydrogen-2x.jpg and /dev/null 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 deleted file mode 100644 index 07daea396..000000000 Binary files a/static/images/theme/thumbnail/2x/liungkejin-liungkejin.github.io-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 deleted file mode 100644 index dd4adbe2c..000000000 Binary files a/static/images/theme/thumbnail/2x/livingdocsio-gatsby-magazine-example-2x.jpg and /dev/null 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 deleted file mode 100644 index af9bb3391..000000000 Binary files a/static/images/theme/thumbnail/2x/lixizhi-lixizhi.github.io-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/longpdo-neumorphism-2x.jpg b/static/images/theme/thumbnail/2x/longpdo-neumorphism-2x.jpg deleted file mode 100644 index 347f6951f..000000000 Binary files a/static/images/theme/thumbnail/2x/longpdo-neumorphism-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 deleted file mode 100644 index 3c028e039..000000000 Binary files a/static/images/theme/thumbnail/2x/lorepirri-cayman-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 deleted file mode 100644 index eb7d26422..000000000 Binary files a/static/images/theme/thumbnail/2x/loveminimal-hugo-theme-virgo-2x.jpg and /dev/null 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 deleted file mode 100644 index b99618175..000000000 Binary files a/static/images/theme/thumbnail/2x/lubang-hugo-hello-programmer-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index b2b265fb5..000000000 Binary files a/static/images/theme/thumbnail/2x/lucaspulliese-next-ecommerce-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 deleted file mode 100644 index 96f401950..000000000 Binary files a/static/images/theme/thumbnail/2x/lukewhitehouse-gatsby-starter-blog-with-lunr-2x.jpg and /dev/null 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 deleted file mode 100644 index 7cb25be40..000000000 Binary files a/static/images/theme/thumbnail/2x/lunaceee-hexo-material-netlify-2x.jpg and /dev/null 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 deleted file mode 100644 index de06e1297..000000000 Binary files a/static/images/theme/thumbnail/2x/lundgren2-gatsby-starter-github-api-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/luoyan35714-lessormore-2x.jpg b/static/images/theme/thumbnail/2x/luoyan35714-lessormore-2x.jpg deleted file mode 100644 index d2472aeb1..000000000 Binary files a/static/images/theme/thumbnail/2x/luoyan35714-lessormore-2x.jpg and /dev/null 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 deleted file mode 100644 index faf387707..000000000 Binary files a/static/images/theme/thumbnail/2x/lwojcik-eleventy-template-bliss-2x.jpg and /dev/null 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 deleted file mode 100644 index 01c435d96..000000000 Binary files a/static/images/theme/thumbnail/2x/lwz7512-gatsby-netlify-identity-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index 81640e5e2..000000000 Binary files a/static/images/theme/thumbnail/2x/lwz7512-next-dev-studio-2x.jpg and /dev/null 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 deleted file mode 100644 index e56122642..000000000 Binary files a/static/images/theme/thumbnail/2x/lwz7512-next-smooth-doc-2x.jpg and /dev/null 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 deleted file mode 100644 index 71bd6e9c2..000000000 Binary files a/static/images/theme/thumbnail/2x/lwz7512-next-static-neve-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/lxndrblz-anatole-2x.jpg b/static/images/theme/thumbnail/2x/lxndrblz-anatole-2x.jpg deleted file mode 100644 index f912564f4..000000000 Binary files a/static/images/theme/thumbnail/2x/lxndrblz-anatole-2x.jpg and /dev/null 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 deleted file mode 100644 index 4bd05cf67..000000000 Binary files a/static/images/theme/thumbnail/2x/lyket-dev-nextjs-simple-blog-theme-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 deleted file mode 100644 index 993c14fba..000000000 Binary files a/static/images/theme/thumbnail/2x/madelyneriksen-gatsby-starter-tyra-2x.jpg and /dev/null 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 deleted file mode 100644 index f8056a3ac..000000000 Binary files a/static/images/theme/thumbnail/2x/madforjekyll-madforjekyll.github.io-2x.jpg and /dev/null 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 deleted file mode 100644 index c745db8ca..000000000 Binary files a/static/images/theme/thumbnail/2x/manid2-lone-wolf-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/marcanuy-hugotube-2x.jpg b/static/images/theme/thumbnail/2x/marcanuy-hugotube-2x.jpg deleted file mode 100644 index e39a6b11b..000000000 Binary files a/static/images/theme/thumbnail/2x/marcanuy-hugotube-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 deleted file mode 100644 index a52fe634e..000000000 Binary files a/static/images/theme/thumbnail/2x/marcomelilli-gatsby-airtable-advanced-starter-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 deleted file mode 100644 index 1a6124053..000000000 Binary files a/static/images/theme/thumbnail/2x/margueriteroth-gatsby-prismic-starter-prist-2x.jpg and /dev/null 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 deleted file mode 100644 index 5f9b854dd..000000000 Binary files a/static/images/theme/thumbnail/2x/markoradak-gatsby-starter-storybook-2x.jpg and /dev/null 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 deleted file mode 100644 index fbbf101dd..000000000 Binary files a/static/images/theme/thumbnail/2x/matcornic-hugo-theme-learn-2x.jpg and /dev/null 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 deleted file mode 100644 index 9ab5736de..000000000 Binary files a/static/images/theme/thumbnail/2x/mateussmedeiros-blade-theme-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 deleted file mode 100644 index e3da6f352..000000000 Binary files a/static/images/theme/thumbnail/2x/mattgraham-leap-day-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/mattgraham-midnight-2x.jpg b/static/images/theme/thumbnail/2x/mattgraham-midnight-2x.jpg deleted file mode 100644 index e1c129a17..000000000 Binary files a/static/images/theme/thumbnail/2x/mattgraham-midnight-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 deleted file mode 100644 index 9a08d3de3..000000000 Binary files a/static/images/theme/thumbnail/2x/mattvh-solar-theme-jekyll-2x.jpg and /dev/null 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 deleted file mode 100644 index 173baa4b9..000000000 Binary files a/static/images/theme/thumbnail/2x/maxpou-gatsby-starter-morning-dew-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 deleted file mode 100644 index 532f1c5dd..000000000 Binary files a/static/images/theme/thumbnail/2x/mccrodp-gatsby-starter-contentful-i18n-2x.jpg and /dev/null 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 deleted file mode 100644 index 3c5c82702..000000000 Binary files a/static/images/theme/thumbnail/2x/mdrathik-nuxtjs-tailwind-blog-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 deleted file mode 100644 index 485809834..000000000 Binary files a/static/images/theme/thumbnail/2x/melangue-dactl-2x.jpg and /dev/null 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 deleted file mode 100644 index c414dd3b4..000000000 Binary files a/static/images/theme/thumbnail/2x/meliodus-meliodus.github.io-2x.jpg and /dev/null 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 deleted file mode 100644 index 14d6db055..000000000 Binary files a/static/images/theme/thumbnail/2x/meliodus-uno-dbyll-2x.jpg and /dev/null 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 deleted file mode 100644 index 0f804505a..000000000 Binary files a/static/images/theme/thumbnail/2x/melvinchng-event-jekyll-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 984caca48..000000000 Binary files a/static/images/theme/thumbnail/2x/mendhak-eleventy-satisfactory-2x.jpg and /dev/null 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 deleted file mode 100644 index e6f8af38d..000000000 Binary files a/static/images/theme/thumbnail/2x/meteorlxy-vuepress-theme-meteorlxy-2x.jpg and /dev/null 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 deleted file mode 100644 index c4d804b95..000000000 Binary files a/static/images/theme/thumbnail/2x/mhadaily-gatsby-starter-typescript-power-blog-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/midzer-urban-theme-2x.jpg b/static/images/theme/thumbnail/2x/midzer-urban-theme-2x.jpg deleted file mode 100644 index 917c164e4..000000000 Binary files a/static/images/theme/thumbnail/2x/midzer-urban-theme-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 deleted file mode 100644 index fed4113bd..000000000 Binary files a/static/images/theme/thumbnail/2x/mmistakes-hpstr-jekyll-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index fc9a13378..000000000 Binary files a/static/images/theme/thumbnail/2x/mmistakes-jekyll-theme-basically-basic-2x.jpg and /dev/null 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 deleted file mode 100644 index 226629eec..000000000 Binary files a/static/images/theme/thumbnail/2x/mmistakes-jekyll-theme-skinny-bones-2x.jpg and /dev/null 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 deleted file mode 100644 index 2435b5468..000000000 Binary files a/static/images/theme/thumbnail/2x/mmistakes-minimal-mistakes-2x.jpg and /dev/null 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 deleted file mode 100644 index db29f10a9..000000000 Binary files a/static/images/theme/thumbnail/2x/mmistakes-so-simple-theme-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 deleted file mode 100644 index b771f6890..000000000 Binary files a/static/images/theme/thumbnail/2x/mohanmonu777-gatsby-starter-krisp-2x.jpg and /dev/null 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 deleted file mode 100644 index 474fd79fd..000000000 Binary files a/static/images/theme/thumbnail/2x/molebox-gatsby-theme-pocket-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/moltin-gatsby-demo-store-2x.jpg b/static/images/theme/thumbnail/2x/moltin-gatsby-demo-store-2x.jpg deleted file mode 100644 index cfcb941e6..000000000 Binary files a/static/images/theme/thumbnail/2x/moltin-gatsby-demo-store-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/moonwave99-waffel-2x.jpg b/static/images/theme/thumbnail/2x/moonwave99-waffel-2x.jpg deleted file mode 100644 index 031e362f1..000000000 Binary files a/static/images/theme/thumbnail/2x/moonwave99-waffel-2x.jpg and /dev/null 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 deleted file mode 100644 index 5fc9366ac..000000000 Binary files a/static/images/theme/thumbnail/2x/mrgreensworkshop-mrgreen-jekylltheme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/muan-scribble-2x.jpg b/static/images/theme/thumbnail/2x/muan-scribble-2x.jpg deleted file mode 100644 index 0aae4b2c4..000000000 Binary files a/static/images/theme/thumbnail/2x/muan-scribble-2x.jpg and /dev/null 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 deleted file mode 100644 index 9b3e30e5e..000000000 Binary files a/static/images/theme/thumbnail/2x/mudassirgithub-next-basic-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index de61440f1..000000000 Binary files a/static/images/theme/thumbnail/2x/muenzpraeger-eleventy-chirpy-blog-template-2x.jpg and /dev/null 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 deleted file mode 100644 index a17a635e3..000000000 Binary files a/static/images/theme/thumbnail/2x/muhajirdev-gatsby-starter-firebase-2x.jpg and /dev/null 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 deleted file mode 100644 index a17a635e3..000000000 Binary files a/static/images/theme/thumbnail/2x/muhajirdev-gatsby-starter-redux-firebase-2x.jpg and /dev/null 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 deleted file mode 100644 index a8e086085..000000000 Binary files a/static/images/theme/thumbnail/2x/muhajirdev-gatsby-tailwind-emotion-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index 28cf97f55..000000000 Binary files a/static/images/theme/thumbnail/2x/mumuxme-materialize-jekyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/muniftanjim-minimo-2x.jpg b/static/images/theme/thumbnail/2x/muniftanjim-minimo-2x.jpg deleted file mode 100644 index 1620aa2e2..000000000 Binary files a/static/images/theme/thumbnail/2x/muniftanjim-minimo-2x.jpg and /dev/null 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 deleted file mode 100644 index e23ea4af5..000000000 Binary files a/static/images/theme/thumbnail/2x/murraco-jekyll-theme-minimal-resume-2x.jpg and /dev/null 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 deleted file mode 100644 index 908f3aa9a..000000000 Binary files a/static/images/theme/thumbnail/2x/mushishi78-jekyll-video-2x.jpg and /dev/null 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 deleted file mode 100644 index 93ae41774..000000000 Binary files a/static/images/theme/thumbnail/2x/mushishi78-one-page-wonder-jekyll-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 deleted file mode 100644 index 1d0da297b..000000000 Binary files a/static/images/theme/thumbnail/2x/nadjetey-wangana-2x.jpg and /dev/null 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 deleted file mode 100644 index b826ab3f7..000000000 Binary files a/static/images/theme/thumbnail/2x/nairobilug-pelican-alchemy-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 deleted file mode 100644 index f208a6f15..000000000 Binary files a/static/images/theme/thumbnail/2x/nandomoreirame-dotx-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/nandomoreirame-end2end-2x.jpg b/static/images/theme/thumbnail/2x/nandomoreirame-end2end-2x.jpg deleted file mode 100644 index d8dc62611..000000000 Binary files a/static/images/theme/thumbnail/2x/nandomoreirame-end2end-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 deleted file mode 100644 index 752b0971d..000000000 Binary files a/static/images/theme/thumbnail/2x/nandomoreirame-zetsu-2x.jpg and /dev/null 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 deleted file mode 100644 index 12de26333..000000000 Binary files a/static/images/theme/thumbnail/2x/nanxiaobei-hugo-paper-2x.jpg and /dev/null 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 deleted file mode 100644 index a340e356f..000000000 Binary files a/static/images/theme/thumbnail/2x/narative-gatsby-theme-novela-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 deleted file mode 100644 index b66496513..000000000 Binary files a/static/images/theme/thumbnail/2x/nathancday-min_night-2x.jpg and /dev/null 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 deleted file mode 100644 index d870fcf32..000000000 Binary files a/static/images/theme/thumbnail/2x/naufaldi-next-landing-vpn-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ndimatteo-hull-2x.jpg b/static/images/theme/thumbnail/2x/ndimatteo-hull-2x.jpg deleted file mode 100644 index 98373a85f..000000000 Binary files a/static/images/theme/thumbnail/2x/ndimatteo-hull-2x.jpg and /dev/null 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 deleted file mode 100644 index 6c20a0e62..000000000 Binary files a/static/images/theme/thumbnail/2x/nehalist-gatsby-starter-nehalem-2x.jpg and /dev/null 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 deleted file mode 100644 index 4e5272c2d..000000000 Binary files a/static/images/theme/thumbnail/2x/neizod-lemma-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index fdc8e0f69..000000000 Binary files a/static/images/theme/thumbnail/2x/netlify-templates-gatsby-starter-netlify-cms-2x.jpg and /dev/null 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 deleted file mode 100644 index cd41fc909..000000000 Binary files a/static/images/theme/thumbnail/2x/netlify-templates-one-click-hugo-cms-2x.jpg and /dev/null 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 deleted file mode 100644 index a02fcd1a1..000000000 Binary files a/static/images/theme/thumbnail/2x/netlify-templates-tanstack-template-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 deleted file mode 100644 index 99b1593bb..000000000 Binary files a/static/images/theme/thumbnail/2x/nickbalestra-kactus-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/nielsenramon-chalk-2x.jpg b/static/images/theme/thumbnail/2x/nielsenramon-chalk-2x.jpg deleted file mode 100644 index 0f20dde08..000000000 Binary files a/static/images/theme/thumbnail/2x/nielsenramon-chalk-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/niklasbuschmann-contrast-2x.jpg b/static/images/theme/thumbnail/2x/niklasbuschmann-contrast-2x.jpg deleted file mode 100644 index 060ed9368..000000000 Binary files a/static/images/theme/thumbnail/2x/niklasbuschmann-contrast-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 deleted file mode 100644 index 17f8f4ad7..000000000 Binary files a/static/images/theme/thumbnail/2x/niklasmtj-gatsby-starter-julia-2x.jpg and /dev/null 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 deleted file mode 100644 index b3dfcd372..000000000 Binary files a/static/images/theme/thumbnail/2x/nikrich-jekyll-slender-template-2x.jpg and /dev/null 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 deleted file mode 100644 index b1feb94bf..000000000 Binary files a/static/images/theme/thumbnail/2x/nikrich-jekyll-wing-template-2x.jpg and /dev/null 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 deleted file mode 100644 index c978005ab..000000000 Binary files a/static/images/theme/thumbnail/2x/ninapetrop-artist-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/nirocfz-arabica-2x.jpg b/static/images/theme/thumbnail/2x/nirocfz-arabica-2x.jpg deleted file mode 100644 index 7ec62fafb..000000000 Binary files a/static/images/theme/thumbnail/2x/nirocfz-arabica-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 deleted file mode 100644 index cca40b633..000000000 Binary files a/static/images/theme/thumbnail/2x/notpushkin-mkdocs-alabaster-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/nrandecker-particle-2x.jpg b/static/images/theme/thumbnail/2x/nrandecker-particle-2x.jpg deleted file mode 100644 index 9c32a9325..000000000 Binary files a/static/images/theme/thumbnail/2x/nrandecker-particle-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/nunocoracao-blowfish-2x.jpg b/static/images/theme/thumbnail/2x/nunocoracao-blowfish-2x.jpg deleted file mode 100644 index 3db16530e..000000000 Binary files a/static/images/theme/thumbnail/2x/nunocoracao-blowfish-2x.jpg and /dev/null 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 deleted file mode 100644 index e04bd0aa1..000000000 Binary files a/static/images/theme/thumbnail/2x/nurlansu-hugo-sustain-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 deleted file mode 100644 index 391f0f6d4..000000000 Binary files a/static/images/theme/thumbnail/2x/octoxalis-11tyframe-2x.jpg and /dev/null 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 deleted file mode 100644 index a83fc3b5f..000000000 Binary files a/static/images/theme/thumbnail/2x/ofranke-gatsby-typescript-scss-docker-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ohduran-onassis-2x.jpg b/static/images/theme/thumbnail/2x/ohduran-onassis-2x.jpg deleted file mode 100644 index 71854d83a..000000000 Binary files a/static/images/theme/thumbnail/2x/ohduran-onassis-2x.jpg and /dev/null 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 deleted file mode 100644 index 0a5096675..000000000 Binary files a/static/images/theme/thumbnail/2x/ohduran-the-interesting-times-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 deleted file mode 100644 index ab9bfd416..000000000 Binary files a/static/images/theme/thumbnail/2x/olivier3lanc-jekyll-libdoc-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ondrabus-gridsome-starter-kontent-lumen-2x.jpg b/static/images/theme/thumbnail/2x/ondrabus-gridsome-starter-kontent-lumen-2x.jpg deleted file mode 100644 index 011716e66..000000000 Binary files a/static/images/theme/thumbnail/2x/ondrabus-gridsome-starter-kontent-lumen-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ondrabus-scully-starter-kontent-lumen-2x.jpg b/static/images/theme/thumbnail/2x/ondrabus-scully-starter-kontent-lumen-2x.jpg deleted file mode 100644 index 2da64661e..000000000 Binary files a/static/images/theme/thumbnail/2x/ondrabus-scully-starter-kontent-lumen-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 deleted file mode 100644 index ac6567e8d..000000000 Binary files a/static/images/theme/thumbnail/2x/onepase-ephesus-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/onweru-compose-2x.jpg b/static/images/theme/thumbnail/2x/onweru-compose-2x.jpg deleted file mode 100644 index 24d9396fe..000000000 Binary files a/static/images/theme/thumbnail/2x/onweru-compose-2x.jpg and /dev/null 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 deleted file mode 100644 index 81b913b02..000000000 Binary files a/static/images/theme/thumbnail/2x/onweru-hugo-swift-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/onweru-newsroom-2x.jpg b/static/images/theme/thumbnail/2x/onweru-newsroom-2x.jpg deleted file mode 100644 index f881b1738..000000000 Binary files a/static/images/theme/thumbnail/2x/onweru-newsroom-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/onwidget-astrowind-2x.jpg b/static/images/theme/thumbnail/2x/onwidget-astrowind-2x.jpg deleted file mode 100644 index 2f224e437..000000000 Binary files a/static/images/theme/thumbnail/2x/onwidget-astrowind-2x.jpg and /dev/null 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 deleted file mode 100644 index 472deb401..000000000 Binary files a/static/images/theme/thumbnail/2x/open-sl-jekyll-modern-blog-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 deleted file mode 100644 index 86da39c6d..000000000 Binary files a/static/images/theme/thumbnail/2x/orderedlist-minimal-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/orderedlist-modernist-2x.jpg b/static/images/theme/thumbnail/2x/orderedlist-modernist-2x.jpg deleted file mode 100644 index f8b91278d..000000000 Binary files a/static/images/theme/thumbnail/2x/orderedlist-modernist-2x.jpg and /dev/null 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 deleted file mode 100644 index db2d3cc17..000000000 Binary files a/static/images/theme/thumbnail/2x/osogrizz-gatsby-starter-santa-fe-2x.jpg and /dev/null 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 deleted file mode 100644 index 7056ff32a..000000000 Binary files a/static/images/theme/thumbnail/2x/ovidiumihaibelciug-gatsby-firebase-starter-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ozgrozer-dasper-2x.jpg b/static/images/theme/thumbnail/2x/ozgrozer-dasper-2x.jpg deleted file mode 100644 index 9c9021119..000000000 Binary files a/static/images/theme/thumbnail/2x/ozgrozer-dasper-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/p0wex-gesko-2x.jpg b/static/images/theme/thumbnail/2x/p0wex-gesko-2x.jpg deleted file mode 100644 index 659870d4c..000000000 Binary files a/static/images/theme/thumbnail/2x/p0wex-gesko-2x.jpg and /dev/null 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 deleted file mode 100644 index 37053b66e..000000000 Binary files a/static/images/theme/thumbnail/2x/pablovila-gatsby-starter-wordpress-community-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 deleted file mode 100644 index 7d5222161..000000000 Binary files a/static/images/theme/thumbnail/2x/pandasekh-jekyll-podcaster-2x.jpg and /dev/null 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 deleted file mode 100644 index 38912fa73..000000000 Binary files a/static/images/theme/thumbnail/2x/pandasekh-jekyll-yamt-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 deleted file mode 100644 index a55336456..000000000 Binary files a/static/images/theme/thumbnail/2x/panr-hugo-theme-hello-friend-2x.jpg and /dev/null 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 deleted file mode 100644 index db811ca13..000000000 Binary files a/static/images/theme/thumbnail/2x/panr-hugo-theme-terminal-2x.jpg and /dev/null 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 deleted file mode 100644 index d3c1006ea..000000000 Binary files a/static/images/theme/thumbnail/2x/parmsang-gatsby-starter-ecommerce-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 deleted file mode 100644 index b3587f0e2..000000000 Binary files a/static/images/theme/thumbnail/2x/patdryburgh-hitchens-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/patricoferris-gatsby-starter-notes-2x.jpg b/static/images/theme/thumbnail/2x/patricoferris-gatsby-starter-notes-2x.jpg deleted file mode 100644 index 006384d73..000000000 Binary files a/static/images/theme/thumbnail/2x/patricoferris-gatsby-starter-notes-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 deleted file mode 100644 index fe9ace5e4..000000000 Binary files a/static/images/theme/thumbnail/2x/peaceiris-hugo-theme-iris-2x.jpg and /dev/null 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 deleted file mode 100644 index e04cc2a81..000000000 Binary files a/static/images/theme/thumbnail/2x/peahatlanding-plain-webcomic-2x.jpg and /dev/null 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 deleted file mode 100644 index 11d0d0057..000000000 Binary files a/static/images/theme/thumbnail/2x/pelican-elegant-elegant-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/penibelst-jekyll-noita-2x.jpg b/static/images/theme/thumbnail/2x/penibelst-jekyll-noita-2x.jpg deleted file mode 100644 index cbdeae6b3..000000000 Binary files a/static/images/theme/thumbnail/2x/penibelst-jekyll-noita-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/philhawksworth-eleventyone-2x.jpg b/static/images/theme/thumbnail/2x/philhawksworth-eleventyone-2x.jpg deleted file mode 100644 index b98222a5f..000000000 Binary files a/static/images/theme/thumbnail/2x/philhawksworth-eleventyone-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 deleted file mode 100644 index 5cc86ccb3..000000000 Binary files a/static/images/theme/thumbnail/2x/philhawksworth-medium-export-2x.jpg and /dev/null 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 deleted file mode 100644 index 285d4cf38..000000000 Binary files a/static/images/theme/thumbnail/2x/phlow-feeling-responsive-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/piandhust-tailieubkhn-2x.jpg b/static/images/theme/thumbnail/2x/piandhust-tailieubkhn-2x.jpg deleted file mode 100644 index f24baf1b3..000000000 Binary files a/static/images/theme/thumbnail/2x/piandhust-tailieubkhn-2x.jpg and /dev/null 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 deleted file mode 100644 index 54d912061..000000000 Binary files a/static/images/theme/thumbnail/2x/piducancore-gatsby-starter-apollo-netlify-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/pietromenna-jekyll-architect-theme-2x.jpg b/static/images/theme/thumbnail/2x/pietromenna-jekyll-architect-theme-2x.jpg deleted file mode 100644 index 3714aeb00..000000000 Binary files a/static/images/theme/thumbnail/2x/pietromenna-jekyll-architect-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 906e2b335..000000000 Binary files a/static/images/theme/thumbnail/2x/pietromenna-jekyll-cayman-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index ecd5d499f..000000000 Binary files a/static/images/theme/thumbnail/2x/piharpi-jekyll-klise-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 deleted file mode 100644 index 2c179d036..000000000 Binary files a/static/images/theme/thumbnail/2x/pixelsign-gatsby-starter-tachyons-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 deleted file mode 100644 index 4ad405175..000000000 Binary files a/static/images/theme/thumbnail/2x/planetoftheweb-seven-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/platframe-platframe-2x.jpg b/static/images/theme/thumbnail/2x/platframe-platframe-2x.jpg deleted file mode 100644 index a446ad8c8..000000000 Binary files a/static/images/theme/thumbnail/2x/platframe-platframe-2x.jpg and /dev/null 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 deleted file mode 100644 index fc2304c81..000000000 Binary files a/static/images/theme/thumbnail/2x/pmarsceill-just-the-docs-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/poole-hyde-2x.jpg b/static/images/theme/thumbnail/2x/poole-hyde-2x.jpg deleted file mode 100644 index 4f2fa22f2..000000000 Binary files a/static/images/theme/thumbnail/2x/poole-hyde-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/poole-lanyon-2x.jpg b/static/images/theme/thumbnail/2x/poole-lanyon-2x.jpg deleted file mode 100644 index 2cbaa8f44..000000000 Binary files a/static/images/theme/thumbnail/2x/poole-lanyon-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/poole-poole-2x.jpg b/static/images/theme/thumbnail/2x/poole-poole-2x.jpg deleted file mode 100644 index d90f79095..000000000 Binary files a/static/images/theme/thumbnail/2x/poole-poole-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 deleted file mode 100644 index ee7dd8093..000000000 Binary files a/static/images/theme/thumbnail/2x/pranavrajs-limpid-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/pranavrajs-swift-2x.jpg b/static/images/theme/thumbnail/2x/pranavrajs-swift-2x.jpg deleted file mode 100644 index 43bf92107..000000000 Binary files a/static/images/theme/thumbnail/2x/pranavrajs-swift-2x.jpg and /dev/null 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 deleted file mode 100644 index 1c9ad068b..000000000 Binary files a/static/images/theme/thumbnail/2x/prezly-theme-nextjs-bea-2x.jpg and /dev/null 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 deleted file mode 100644 index 35b640f8a..000000000 Binary files a/static/images/theme/thumbnail/2x/progrhyme-hugo-theme-bootie-docs-2x.jpg and /dev/null 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 deleted file mode 100644 index ea19e556d..000000000 Binary files a/static/images/theme/thumbnail/2x/projectpages-project-pages-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/prototypeinteractive-gatsby-react-boilerplate-2x.jpg b/static/images/theme/thumbnail/2x/prototypeinteractive-gatsby-react-boilerplate-2x.jpg deleted file mode 100644 index e05e95b76..000000000 Binary files a/static/images/theme/thumbnail/2x/prototypeinteractive-gatsby-react-boilerplate-2x.jpg and /dev/null 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 deleted file mode 100644 index 833a81fa0..000000000 Binary files a/static/images/theme/thumbnail/2x/puresyntax71-hugo-theme-chunky-poster-2x.jpg and /dev/null 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 deleted file mode 100644 index 6b1f3293a..000000000 Binary files a/static/images/theme/thumbnail/2x/qingpingmeng-gatsby-starter-traveler-blog-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 deleted file mode 100644 index 8771ba086..000000000 Binary files a/static/images/theme/thumbnail/2x/qwtel-hydejack-2x.jpg and /dev/null 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 deleted file mode 100644 index 7c6585d29..000000000 Binary files a/static/images/theme/thumbnail/2x/railsr-autm-rb-2x.jpg and /dev/null 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 deleted file mode 100644 index 146f6616d..000000000 Binary files a/static/images/theme/thumbnail/2x/raniesantos-artisan-static-2x.jpg and /dev/null 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 deleted file mode 100644 index 2fa4acc28..000000000 Binary files a/static/images/theme/thumbnail/2x/razonyang-hugo-theme-bootstrap-2x.jpg and /dev/null 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 deleted file mode 100644 index 16eeb6d41..000000000 Binary files a/static/images/theme/thumbnail/2x/rcjach-hugo-webslides-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/realorangeone-hugo-theme-revealjs-2x.jpg b/static/images/theme/thumbnail/2x/realorangeone-hugo-theme-revealjs-2x.jpg deleted file mode 100644 index 6134fda19..000000000 Binary files a/static/images/theme/thumbnail/2x/realorangeone-hugo-theme-revealjs-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/redvi-voyager-2x.jpg b/static/images/theme/thumbnail/2x/redvi-voyager-2x.jpg deleted file mode 100644 index 34ddf5291..000000000 Binary files a/static/images/theme/thumbnail/2x/redvi-voyager-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/reeseschultz-11r-2x.jpg b/static/images/theme/thumbnail/2x/reeseschultz-11r-2x.jpg deleted file mode 100644 index 0fbdbd51b..000000000 Binary files a/static/images/theme/thumbnail/2x/reeseschultz-11r-2x.jpg and /dev/null 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 deleted file mode 100644 index 29bd56d13..000000000 Binary files a/static/images/theme/thumbnail/2x/renvrant-gatsby-mdx-netlify-cms-starter-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/renyuanz-leonids-2x.jpg b/static/images/theme/thumbnail/2x/renyuanz-leonids-2x.jpg deleted file mode 100644 index 08b038722..000000000 Binary files a/static/images/theme/thumbnail/2x/renyuanz-leonids-2x.jpg and /dev/null 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 deleted file mode 100644 index 28a0dd7a0..000000000 Binary files a/static/images/theme/thumbnail/2x/resir014-gatsby-starter-typescript-plus-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 deleted file mode 100644 index 46a00788a..000000000 Binary files a/static/images/theme/thumbnail/2x/riggraz-no-style-please-2x.jpg and /dev/null 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 deleted file mode 100644 index 467a65bf5..000000000 Binary files a/static/images/theme/thumbnail/2x/ritijjain-pudhina-fresh-2x.jpg and /dev/null 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 deleted file mode 100644 index 1bf156eac..000000000 Binary files a/static/images/theme/thumbnail/2x/rlue-jekyll-solana-2x.jpg and /dev/null 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 deleted file mode 100644 index a62b89d8e..000000000 Binary files a/static/images/theme/thumbnail/2x/rmagon-gatsby-starter-interviews-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/rmsubekti-emping-2x.jpg b/static/images/theme/thumbnail/2x/rmsubekti-emping-2x.jpg deleted file mode 100644 index cace570f2..000000000 Binary files a/static/images/theme/thumbnail/2x/rmsubekti-emping-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/rmsubekti-nangka-2x.jpg b/static/images/theme/thumbnail/2x/rmsubekti-nangka-2x.jpg deleted file mode 100644 index 15b44280f..000000000 Binary files a/static/images/theme/thumbnail/2x/rmsubekti-nangka-2x.jpg and /dev/null 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 deleted file mode 100644 index 14692213f..000000000 Binary files a/static/images/theme/thumbnail/2x/robertcoopercode-gatsby-netlify-cms-2x.jpg and /dev/null 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 deleted file mode 100644 index 887e5adf0..000000000 Binary files a/static/images/theme/thumbnail/2x/robincsl-gatsby-starter-docz-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 deleted file mode 100644 index 4a01ef751..000000000 Binary files a/static/images/theme/thumbnail/2x/rohanchandra-type-theme-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/rohitguptab-oneshopper-2x.jpg b/static/images/theme/thumbnail/2x/rohitguptab-oneshopper-2x.jpg deleted file mode 100644 index f0227eef6..000000000 Binary files a/static/images/theme/thumbnail/2x/rohitguptab-oneshopper-2x.jpg and /dev/null 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 deleted file mode 100644 index 3b2fdca92..000000000 Binary files a/static/images/theme/thumbnail/2x/rohitguptab-rg-portfolio-2x.jpg and /dev/null 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 deleted file mode 100644 index 3d77c891d..000000000 Binary files a/static/images/theme/thumbnail/2x/roninro-hugo-theme-puppet-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ronv-colorie-2x.jpg b/static/images/theme/thumbnail/2x/ronv-colorie-2x.jpg deleted file mode 100644 index e5380a3e8..000000000 Binary files a/static/images/theme/thumbnail/2x/ronv-colorie-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ronv-gray-2x.jpg b/static/images/theme/thumbnail/2x/ronv-gray-2x.jpg deleted file mode 100644 index c7d2bf243..000000000 Binary files a/static/images/theme/thumbnail/2x/ronv-gray-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ronv-jam-2x.jpg b/static/images/theme/thumbnail/2x/ronv-jam-2x.jpg deleted file mode 100644 index 9c3d085d9..000000000 Binary files a/static/images/theme/thumbnail/2x/ronv-jam-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ronv-lines-2x.jpg b/static/images/theme/thumbnail/2x/ronv-lines-2x.jpg deleted file mode 100644 index 44360af32..000000000 Binary files a/static/images/theme/thumbnail/2x/ronv-lines-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ronv-listed-2x.jpg b/static/images/theme/thumbnail/2x/ronv-listed-2x.jpg deleted file mode 100644 index d27451b57..000000000 Binary files a/static/images/theme/thumbnail/2x/ronv-listed-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ronv-minimalist-2x.jpg b/static/images/theme/thumbnail/2x/ronv-minimalist-2x.jpg deleted file mode 100644 index 224f2189f..000000000 Binary files a/static/images/theme/thumbnail/2x/ronv-minimalist-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ronv-sidey-2x.jpg b/static/images/theme/thumbnail/2x/ronv-sidey-2x.jpg deleted file mode 100644 index f16e4b027..000000000 Binary files a/static/images/theme/thumbnail/2x/ronv-sidey-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ronv-ultra-2x.jpg b/static/images/theme/thumbnail/2x/ronv-ultra-2x.jpg deleted file mode 100644 index 85ff31666..000000000 Binary files a/static/images/theme/thumbnail/2x/ronv-ultra-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/rosario-kasper-2x.jpg b/static/images/theme/thumbnail/2x/rosario-kasper-2x.jpg deleted file mode 100644 index 23b79635c..000000000 Binary files a/static/images/theme/thumbnail/2x/rosario-kasper-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 deleted file mode 100644 index bbdde634b..000000000 Binary files a/static/images/theme/thumbnail/2x/runbytech-gatsby-theme-ultronele-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 deleted file mode 100644 index 6c6922545..000000000 Binary files a/static/images/theme/thumbnail/2x/runningstream-hugograyscale-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ryanfitzgerald-devblog-2x.jpg b/static/images/theme/thumbnail/2x/ryanfitzgerald-devblog-2x.jpg deleted file mode 100644 index a588e67ba..000000000 Binary files a/static/images/theme/thumbnail/2x/ryanfitzgerald-devblog-2x.jpg and /dev/null 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 deleted file mode 100644 index 8f18a8ad0..000000000 Binary files a/static/images/theme/thumbnail/2x/ryanwiemer-gatsby-starter-gcn-2x.jpg and /dev/null 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 deleted file mode 100644 index 85a4e3bd6..000000000 Binary files a/static/images/theme/thumbnail/2x/s-kris-gatsby-minimal-portfolio-blog-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 deleted file mode 100644 index 330816af1..000000000 Binary files a/static/images/theme/thumbnail/2x/sagar7993-gatsby-wordpress-typescript-scss-blog-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 deleted file mode 100644 index 777b8dedd..000000000 Binary files a/static/images/theme/thumbnail/2x/saleor-react-storefront-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/salgnt-travelogue-2x.jpg b/static/images/theme/thumbnail/2x/salgnt-travelogue-2x.jpg deleted file mode 100644 index 0fc7c353f..000000000 Binary files a/static/images/theme/thumbnail/2x/salgnt-travelogue-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 deleted file mode 100644 index 82afea196..000000000 Binary files a/static/images/theme/thumbnail/2x/samme-brunch-phaser-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/samuelhorn-jamdocs-2x.jpg b/static/images/theme/thumbnail/2x/samuelhorn-jamdocs-2x.jpg deleted file mode 100644 index 7d0f88dac..000000000 Binary files a/static/images/theme/thumbnail/2x/samuelhorn-jamdocs-2x.jpg and /dev/null 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 deleted file mode 100644 index fc3aa7606..000000000 Binary files a/static/images/theme/thumbnail/2x/samuelkraft-notion-blog-nextjs-2x.jpg and /dev/null 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 deleted file mode 100644 index 54f8d8372..000000000 Binary files a/static/images/theme/thumbnail/2x/santosfrancisco-gatsby-starter-cv-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 deleted file mode 100644 index 2a9dac35f..000000000 Binary files a/static/images/theme/thumbnail/2x/sblisesivdin-biscuit-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 deleted file mode 100644 index e354e45f8..000000000 Binary files a/static/images/theme/thumbnail/2x/schollz-onetwothree-2x.jpg and /dev/null 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 deleted file mode 100644 index 17e79f5f7..000000000 Binary files a/static/images/theme/thumbnail/2x/scotte-jekyll-clean-2x.jpg and /dev/null 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 deleted file mode 100644 index 32d9e77e6..000000000 Binary files a/static/images/theme/thumbnail/2x/scottmathson-simpol-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 85b2dd79d..000000000 Binary files a/static/images/theme/thumbnail/2x/scttcper-gatsby-casper-2x.jpg and /dev/null 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 deleted file mode 100644 index e3e6166cc..000000000 Binary files a/static/images/theme/thumbnail/2x/sdtelectronics-jekyll-theme-antarctica-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/seanlane-gochowdown-2x.jpg b/static/images/theme/thumbnail/2x/seanlane-gochowdown-2x.jpg deleted file mode 100644 index 78f1756ae..000000000 Binary files a/static/images/theme/thumbnail/2x/seanlane-gochowdown-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 deleted file mode 100644 index 173a8748f..000000000 Binary files a/static/images/theme/thumbnail/2x/sergiokopplin-indigo-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 deleted file mode 100644 index 661cae120..000000000 Binary files a/static/images/theme/thumbnail/2x/sfreytag-friday-theme-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 deleted file mode 100644 index 512b07d2a..000000000 Binary files a/static/images/theme/thumbnail/2x/shantanu-deshmukh-vhealth-gatsby-2x.jpg and /dev/null 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 deleted file mode 100644 index a6d86b399..000000000 Binary files a/static/images/theme/thumbnail/2x/sharadcodes-gatsby-theme-serial-programmer-2x.jpg and /dev/null 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 deleted file mode 100644 index f43afab42..000000000 Binary files a/static/images/theme/thumbnail/2x/sharadcodes-geekyll-starter-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index a4602f945..000000000 Binary files a/static/images/theme/thumbnail/2x/sharadcodes-hugo-theme-serial-programmer-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-dark-reader-2x.jpg b/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-dark-reader-2x.jpg deleted file mode 100644 index 1eb67ae6a..000000000 Binary files a/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-dark-reader-2x.jpg and /dev/null 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 deleted file mode 100644 index aa6ae5709..000000000 Binary files a/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-material-you-2x.jpg and /dev/null 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 deleted file mode 100644 index 76aa19630..000000000 Binary files a/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-milo-2x.jpg and /dev/null 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 deleted file mode 100644 index 7c361a8a3..000000000 Binary files a/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-retro-yellow-2x.jpg and /dev/null 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 deleted file mode 100644 index 8e42f1429..000000000 Binary files a/static/images/theme/thumbnail/2x/sharadcodes-jekyll-theme-serial-programmer-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 deleted file mode 100644 index 5a659e31b..000000000 Binary files a/static/images/theme/thumbnail/2x/sharu725-bheema-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/sharu725-cards-2x.jpg b/static/images/theme/thumbnail/2x/sharu725-cards-2x.jpg deleted file mode 100644 index 1fe972554..000000000 Binary files a/static/images/theme/thumbnail/2x/sharu725-cards-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 deleted file mode 100644 index 77ba3d37b..000000000 Binary files a/static/images/theme/thumbnail/2x/sharu725-hagura-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/sharu725-karna-2x.jpg b/static/images/theme/thumbnail/2x/sharu725-karna-2x.jpg deleted file mode 100644 index f3dcc8e7a..000000000 Binary files a/static/images/theme/thumbnail/2x/sharu725-karna-2x.jpg and /dev/null 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 deleted file mode 100644 index 6dc5240b0..000000000 Binary files a/static/images/theme/thumbnail/2x/sharu725-online-cv-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 deleted file mode 100644 index c5d24b5f0..000000000 Binary files a/static/images/theme/thumbnail/2x/sharu725-thunder-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 deleted file mode 100644 index e3ddd798b..000000000 Binary files a/static/images/theme/thumbnail/2x/sharvaridesai-hexo-theme-edinburgh-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/shawnteoh-matjek-2x.jpg b/static/images/theme/thumbnail/2x/shawnteoh-matjek-2x.jpg deleted file mode 100644 index a83c82ae4..000000000 Binary files a/static/images/theme/thumbnail/2x/shawnteoh-matjek-2x.jpg and /dev/null 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 deleted file mode 100644 index ce611082c..000000000 Binary files a/static/images/theme/thumbnail/2x/shenliyang-hexo-theme-snippet-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 deleted file mode 100644 index a74f25682..000000000 Binary files a/static/images/theme/thumbnail/2x/shobhitchittora-gatsby-starter-fashion-portfolio-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/siawyoung-immaculate-2x.jpg b/static/images/theme/thumbnail/2x/siawyoung-immaculate-2x.jpg deleted file mode 100644 index bf27cf230..000000000 Binary files a/static/images/theme/thumbnail/2x/siawyoung-immaculate-2x.jpg and /dev/null 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 deleted file mode 100644 index 99778d755..000000000 Binary files a/static/images/theme/thumbnail/2x/siegerts-hugo-theme-basic-2x.jpg and /dev/null 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 deleted file mode 100644 index 2851d36af..000000000 Binary files a/static/images/theme/thumbnail/2x/simarmannsingh-gatsby-netlifycms-starter-template-2x.jpg and /dev/null 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 deleted file mode 100644 index d29f3d379..000000000 Binary files a/static/images/theme/thumbnail/2x/simplecode-io-gatsby-crafty-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index edb773308..000000000 Binary files a/static/images/theme/thumbnail/2x/simpleyyt-jekyll-jacman-2x.jpg and /dev/null 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 deleted file mode 100644 index c9335f7e8..000000000 Binary files a/static/images/theme/thumbnail/2x/simpleyyt-jekyll-simpleyyt-2x.jpg and /dev/null 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 deleted file mode 100644 index b2a6dccc2..000000000 Binary files a/static/images/theme/thumbnail/2x/simpleyyt-jekyll-theme-next-2x.jpg and /dev/null 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 deleted file mode 100644 index 1cfcc7a6c..000000000 Binary files a/static/images/theme/thumbnail/2x/simply007-kontent-sample-app-gatsby-intranet-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/simply007-kontent-sample-app-svelte-sapper-2x.jpg b/static/images/theme/thumbnail/2x/simply007-kontent-sample-app-svelte-sapper-2x.jpg deleted file mode 100644 index e3affd47c..000000000 Binary files a/static/images/theme/thumbnail/2x/simply007-kontent-sample-app-svelte-sapper-2x.jpg and /dev/null 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 deleted file mode 100644 index 194e8f70a..000000000 Binary files a/static/images/theme/thumbnail/2x/simply007-kontent-template-gatsby-landing-page-photon-2x.jpg and /dev/null 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 deleted file mode 100644 index 73fdb74ab..000000000 Binary files a/static/images/theme/thumbnail/2x/slashformotion-hugo-tufte-2x.jpg and /dev/null 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 deleted file mode 100644 index c54366d03..000000000 Binary files a/static/images/theme/thumbnail/2x/smakosh-gatsby-apollo-starter-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/smakosh-gatsby-app-starter-rest-api-2x.jpg b/static/images/theme/thumbnail/2x/smakosh-gatsby-app-starter-rest-api-2x.jpg deleted file mode 100644 index aeb448d72..000000000 Binary files a/static/images/theme/thumbnail/2x/smakosh-gatsby-app-starter-rest-api-2x.jpg and /dev/null 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 deleted file mode 100644 index ad8b26a68..000000000 Binary files a/static/images/theme/thumbnail/2x/smakosh-gatsby-portfolio-dev-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 deleted file mode 100644 index cf45ccc34..000000000 Binary files a/static/images/theme/thumbnail/2x/smallmuou-jekyll-pithy-2x.jpg and /dev/null 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 deleted file mode 100644 index e990a5785..000000000 Binary files a/static/images/theme/thumbnail/2x/smastrom-headless-gatsby-multilang-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/smolcodes-twentytwenyonetheme-2x.jpg b/static/images/theme/thumbnail/2x/smolcodes-twentytwenyonetheme-2x.jpg deleted file mode 100644 index 28c584589..000000000 Binary files a/static/images/theme/thumbnail/2x/smolcodes-twentytwenyonetheme-2x.jpg and /dev/null 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 deleted file mode 100644 index f94098965..000000000 Binary files a/static/images/theme/thumbnail/2x/snipcart-11ty-demo-snipcart-2x.jpg and /dev/null 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 deleted file mode 100644 index 45a1679ca..000000000 Binary files a/static/images/theme/thumbnail/2x/snipcart-directus-metalsmith-snipcart-2x.jpg and /dev/null 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 deleted file mode 100644 index ba899ecc5..000000000 Binary files a/static/images/theme/thumbnail/2x/snipcart-snipcart-middleman-integration-2x.jpg and /dev/null 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 deleted file mode 100644 index 538e218a1..000000000 Binary files a/static/images/theme/thumbnail/2x/snipcart-stackbit-theme-planty-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/songroger-murmur-2x.jpg b/static/images/theme/thumbnail/2x/songroger-murmur-2x.jpg deleted file mode 100644 index e72ce3095..000000000 Binary files a/static/images/theme/thumbnail/2x/songroger-murmur-2x.jpg and /dev/null 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 deleted file mode 100644 index 46ba9a9aa..000000000 Binary files a/static/images/theme/thumbnail/2x/south-paw-awesome-gatsby-starter-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 deleted file mode 100644 index e66e83939..000000000 Binary files a/static/images/theme/thumbnail/2x/sparanoid-almace-scaffolding-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/spinalcms-11ty-docs-template-2x.jpg b/static/images/theme/thumbnail/2x/spinalcms-11ty-docs-template-2x.jpg deleted file mode 100644 index 32e5ee1e4..000000000 Binary files a/static/images/theme/thumbnail/2x/spinalcms-11ty-docs-template-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 deleted file mode 100644 index cef0597c7..000000000 Binary files a/static/images/theme/thumbnail/2x/squidfunk-mkdocs-material-2x.jpg and /dev/null 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 deleted file mode 100644 index d63fe29e7..000000000 Binary files a/static/images/theme/thumbnail/2x/ssokurenko-jekyll-smart-material-2x.jpg and /dev/null 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 deleted file mode 100644 index 086ad5aff..000000000 Binary files a/static/images/theme/thumbnail/2x/st4ple-solid-jekyll-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 deleted file mode 100644 index 6b76a94d3..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-agency-nextjs-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-ampersand-nextjs-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-ampersand-nextjs-2x.jpg deleted file mode 100644 index 9ce3c1e91..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-ampersand-nextjs-2x.jpg and /dev/null differ 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 deleted file mode 100644 index c0f4f279c..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-app-nextjs-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 deleted file mode 100644 index 95cc9345e..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-azimuth-nextjs-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 deleted file mode 100644 index 2d571379f..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-book-nextjs-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-diy-nextjs-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-diy-nextjs-2x.jpg deleted file mode 100644 index 7bb3d55b1..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-diy-nextjs-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 deleted file mode 100644 index 01f9396ad..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-event-nextjs-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-exto-nextjs-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-exto-nextjs-2x.jpg deleted file mode 100644 index 554fdc061..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-exto-nextjs-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-fjord-nextjs-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-fjord-nextjs-2x.jpg deleted file mode 100644 index 11b425d2a..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-fjord-nextjs-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-fresh-nextjs-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-fresh-nextjs-2x.jpg deleted file mode 100644 index b36152018..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-fresh-nextjs-2x.jpg and /dev/null differ 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 deleted file mode 100644 index 4b09b3760..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-libris-nextjs-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 deleted file mode 100644 index 4d220fc33..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-personal-nextjs-2x.jpg and /dev/null 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 deleted file mode 100644 index 8420c59b3..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-podcaster-nextjs-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-vanilla-jekyll-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-vanilla-jekyll-2x.jpg deleted file mode 100644 index c9e579aaf..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-vanilla-jekyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/stackbit-themes-vanilla-nextjs-2x.jpg b/static/images/theme/thumbnail/2x/stackbit-themes-vanilla-nextjs-2x.jpg deleted file mode 100644 index c9e579aaf..000000000 Binary files a/static/images/theme/thumbnail/2x/stackbit-themes-vanilla-nextjs-2x.jpg and /dev/null differ 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 deleted file mode 100644 index a2cafe671..000000000 Binary files a/static/images/theme/thumbnail/2x/stackrole-gatsby-starter-foundation-2x.jpg and /dev/null 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 deleted file mode 100644 index bc1894f5e..000000000 Binary files a/static/images/theme/thumbnail/2x/statichunt-geeky-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index 4acd97f37..000000000 Binary files a/static/images/theme/thumbnail/2x/staticmania-blogge-hugo-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index d7edbcac4..000000000 Binary files a/static/images/theme/thumbnail/2x/staticmania-hugo-apsho-2x.jpg and /dev/null 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 deleted file mode 100644 index 125b67a7a..000000000 Binary files a/static/images/theme/thumbnail/2x/staticmania-hugo-cohub-2x.jpg and /dev/null 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 deleted file mode 100644 index 336e661d0..000000000 Binary files a/static/images/theme/thumbnail/2x/staticmania-portio-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index eeb46878c..000000000 Binary files a/static/images/theme/thumbnail/2x/staticmania-roxo-eleventy-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 deleted file mode 100644 index 0ce2a0e86..000000000 Binary files a/static/images/theme/thumbnail/2x/stavrospanakakis-jekyll-cv-2x.jpg and /dev/null 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 deleted file mode 100644 index 463abdb9b..000000000 Binary files a/static/images/theme/thumbnail/2x/stephen-cloud-gatsby-markdown-material-typescript-starter-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 deleted file mode 100644 index 7e36838e9..000000000 Binary files a/static/images/theme/thumbnail/2x/stijnvc-holo-alfa-2x.jpg and /dev/null 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 deleted file mode 100644 index 9eec74cc4..000000000 Binary files a/static/images/theme/thumbnail/2x/storyblok-storyblok-gridsome-boilerplate-moon-2x.jpg and /dev/null 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 deleted file mode 100644 index 6dd1abed9..000000000 Binary files a/static/images/theme/thumbnail/2x/streetturtle-jekyll-clean-dark-2x.jpg and /dev/null 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 deleted file mode 100644 index 60e829ded..000000000 Binary files a/static/images/theme/thumbnail/2x/styxlab-gatsby-starter-try-ghost-2x.jpg and /dev/null 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 deleted file mode 100644 index b92768b5e..000000000 Binary files a/static/images/theme/thumbnail/2x/styxlab-next-cms-ghost-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 deleted file mode 100644 index 9b276374f..000000000 Binary files a/static/images/theme/thumbnail/2x/suheb-resume-2x.jpg and /dev/null 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 deleted file mode 100644 index 2509caf95..000000000 Binary files a/static/images/theme/thumbnail/2x/suits-at-netlifycms-gridsome-2x.jpg and /dev/null 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 deleted file mode 100644 index 41521d1b1..000000000 Binary files a/static/images/theme/thumbnail/2x/sujaykundu777-devlopr-jekyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/sunbliss-photorama-2x.jpg b/static/images/theme/thumbnail/2x/sunbliss-photorama-2x.jpg deleted file mode 100644 index b75988470..000000000 Binary files a/static/images/theme/thumbnail/2x/sunbliss-photorama-2x.jpg and /dev/null 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 deleted file mode 100644 index 395dfb3da..000000000 Binary files a/static/images/theme/thumbnail/2x/surjithctly-neat-starter-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 deleted file mode 100644 index 3a31b60a3..000000000 Binary files a/static/images/theme/thumbnail/2x/sw-yx-jamstack-hackathon-starter-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/swanson-lagom-2x.jpg b/static/images/theme/thumbnail/2x/swanson-lagom-2x.jpg deleted file mode 100644 index df0406bd4..000000000 Binary files a/static/images/theme/thumbnail/2x/swanson-lagom-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 deleted file mode 100644 index 3303e3058..000000000 Binary files a/static/images/theme/thumbnail/2x/sylhare-type-on-strap-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 deleted file mode 100644 index 26be42de5..000000000 Binary files a/static/images/theme/thumbnail/2x/tajacks-lightspeed-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/taylantatli-halve-2x.jpg b/static/images/theme/thumbnail/2x/taylantatli-halve-2x.jpg deleted file mode 100644 index e67e9a18f..000000000 Binary files a/static/images/theme/thumbnail/2x/taylantatli-halve-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/taylantatli-moon-2x.jpg b/static/images/theme/thumbnail/2x/taylantatli-moon-2x.jpg deleted file mode 100644 index 47304b9fc..000000000 Binary files a/static/images/theme/thumbnail/2x/taylantatli-moon-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/taylantatli-ramme-2x.jpg b/static/images/theme/thumbnail/2x/taylantatli-ramme-2x.jpg deleted file mode 100644 index 3128ba4f4..000000000 Binary files a/static/images/theme/thumbnail/2x/taylantatli-ramme-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 deleted file mode 100644 index ad4bb031a..000000000 Binary files a/static/images/theme/thumbnail/2x/tcbutler320-jek-2x.jpg and /dev/null 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 deleted file mode 100644 index 7e681d8fe..000000000 Binary files a/static/images/theme/thumbnail/2x/tcbutler320-jekyll-theme-dumbarton-2x.jpg and /dev/null 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 deleted file mode 100644 index 7c3fc90ae..000000000 Binary files a/static/images/theme/thumbnail/2x/teaware-gatsby-starter-point-2x.jpg and /dev/null 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 deleted file mode 100644 index f0c2d8aa9..000000000 Binary files a/static/images/theme/thumbnail/2x/thakkaryash94-gatsby-github-personal-website-2x.jpg and /dev/null 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 deleted file mode 100644 index c62cd8843..000000000 Binary files a/static/images/theme/thumbnail/2x/the-development-flex-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 deleted file mode 100644 index 18e171b32..000000000 Binary files a/static/images/theme/thumbnail/2x/thebakerdev-gatsby-starter-zenii-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 deleted file mode 100644 index 9921faf84..000000000 Binary files a/static/images/theme/thumbnail/2x/thedevslot-whatatheme-2x.jpg and /dev/null 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 deleted file mode 100644 index 50ce0b854..000000000 Binary files a/static/images/theme/thumbnail/2x/themefisher-academia-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index 177ad9f70..000000000 Binary files a/static/images/theme/thumbnail/2x/themefisher-airspace-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index 061631d4f..000000000 Binary files a/static/images/theme/thumbnail/2x/themefisher-bigspring-light-2x.jpg and /dev/null 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 deleted file mode 100644 index e4b2e45d0..000000000 Binary files a/static/images/theme/thumbnail/2x/themefisher-dot-hugo-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 deleted file mode 100644 index b165aa9a5..000000000 Binary files a/static/images/theme/thumbnail/2x/themefisher-educenter-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index 1f666fd5a..000000000 Binary files a/static/images/theme/thumbnail/2x/themefisher-hargo-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index a57a247fd..000000000 Binary files a/static/images/theme/thumbnail/2x/themefisher-infinity-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index 203310e81..000000000 Binary files a/static/images/theme/thumbnail/2x/themefisher-kross-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 deleted file mode 100644 index e90c84c6b..000000000 Binary files a/static/images/theme/thumbnail/2x/themefisher-parsa-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 deleted file mode 100644 index 03037c271..000000000 Binary files a/static/images/theme/thumbnail/2x/themefisher-timer-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index d165c995c..000000000 Binary files a/static/images/theme/thumbnail/2x/themefisher-twenty-twenty-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index 185bb92ab..000000000 Binary files a/static/images/theme/thumbnail/2x/themefisher-vex-hugo-2x.jpg and /dev/null 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 deleted file mode 100644 index b97f4e8ad..000000000 Binary files a/static/images/theme/thumbnail/2x/themeselection-materio-mui-react-nextjs-admin-template-free-2x.jpg and /dev/null 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 deleted file mode 100644 index c71e67370..000000000 Binary files a/static/images/theme/thumbnail/2x/thenewdynamic-gohugo-theme-ananke-2x.jpg and /dev/null 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 deleted file mode 100644 index e3c4f6fe3..000000000 Binary files a/static/images/theme/thumbnail/2x/thephuse-strange_case-2x.jpg and /dev/null 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 deleted file mode 100644 index 5b3bacd86..000000000 Binary files a/static/images/theme/thumbnail/2x/thetrevorharmon-gatsby-starter-typescript-sass-2x.jpg and /dev/null 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 deleted file mode 100644 index 908e76c8b..000000000 Binary files a/static/images/theme/thumbnail/2x/thiagorossener-jekflix-template-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 deleted file mode 100644 index ad0ce1f3c..000000000 Binary files a/static/images/theme/thumbnail/2x/thinker3197-ink-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 deleted file mode 100644 index 0fe474689..000000000 Binary files a/static/images/theme/thumbnail/2x/thomaswangio-gatsby-personal-starter-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index c2d8ca277..000000000 Binary files a/static/images/theme/thumbnail/2x/thomaswangio-gatsby-starter-primer-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/thriveweb-yellowcake-2x.jpg b/static/images/theme/thumbnail/2x/thriveweb-yellowcake-2x.jpg deleted file mode 100644 index b07747373..000000000 Binary files a/static/images/theme/thumbnail/2x/thriveweb-yellowcake-2x.jpg and /dev/null 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 deleted file mode 100644 index b193e6956..000000000 Binary files a/static/images/theme/thumbnail/2x/thundermiracle-gatsby-simple-blog-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/tigefa4u-jekmdl-2x.jpg b/static/images/theme/thumbnail/2x/tigefa4u-jekmdl-2x.jpg deleted file mode 100644 index b9da628f7..000000000 Binary files a/static/images/theme/thumbnail/2x/tigefa4u-jekmdl-2x.jpg and /dev/null 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 deleted file mode 100644 index 48217a5b0..000000000 Binary files a/static/images/theme/thumbnail/2x/timlrx-tailwind-nextjs-starter-blog-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/tnguyen-blueface-2x.jpg b/static/images/theme/thumbnail/2x/tnguyen-blueface-2x.jpg deleted file mode 100644 index 60475c4d9..000000000 Binary files a/static/images/theme/thumbnail/2x/tnguyen-blueface-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 deleted file mode 100644 index 5ec66972a..000000000 Binary files a/static/images/theme/thumbnail/2x/toboko-gatsby-starter-fine-2x.jpg and /dev/null 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 deleted file mode 100644 index aa0f357cb..000000000 Binary files a/static/images/theme/thumbnail/2x/tocttou-hacker-blog-2x.jpg and /dev/null 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 deleted file mode 100644 index 562860323..000000000 Binary files a/static/images/theme/thumbnail/2x/tolking-vuepress-theme-ououe-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/tomanistor-osprey-2x.jpg b/static/images/theme/thumbnail/2x/tomanistor-osprey-2x.jpg deleted file mode 100644 index f8396df70..000000000 Binary files a/static/images/theme/thumbnail/2x/tomanistor-osprey-2x.jpg and /dev/null 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 deleted file mode 100644 index 903dcae14..000000000 Binary files a/static/images/theme/thumbnail/2x/tomekskuta-gatsby-starter-intl-2x.jpg and /dev/null 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 deleted file mode 100644 index 63fe5673d..000000000 Binary files a/static/images/theme/thumbnail/2x/tomjohnson1492-documentation-theme-jekyll-2x.jpg and /dev/null 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 deleted file mode 100644 index d682282ef..000000000 Binary files a/static/images/theme/thumbnail/2x/tomoyukikashiro-gatsby-starter-blog-amp-to-pwa-2x.jpg and /dev/null 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 deleted file mode 100644 index 8bfcfa985..000000000 Binary files a/static/images/theme/thumbnail/2x/tomrutgers-middleman-starter-netlify-cms-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 deleted file mode 100644 index 21cb9193c..000000000 Binary files a/static/images/theme/thumbnail/2x/tradly-platform-butterflies-2x.jpg and /dev/null 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 deleted file mode 100644 index 720c29ac3..000000000 Binary files a/static/images/theme/thumbnail/2x/transitive-bullshit-nextjs-notion-starter-kit-2x.jpg and /dev/null 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 deleted file mode 100644 index 8ca63ecb1..000000000 Binary files a/static/images/theme/thumbnail/2x/tryghost-eleventy-starter-ghost-2x.jpg and /dev/null 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 deleted file mode 100644 index daf466d50..000000000 Binary files a/static/images/theme/thumbnail/2x/tryghost-gatsby-starter-ghost-2x.jpg and /dev/null 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 deleted file mode 100644 index bd5c2015c..000000000 Binary files a/static/images/theme/thumbnail/2x/ttntm-11ty-landing-page-2x.jpg and /dev/null 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 deleted file mode 100644 index 2f08bc70d..000000000 Binary files a/static/images/theme/thumbnail/2x/ttntm-hugo-landing-page-2x.jpg and /dev/null 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 deleted file mode 100644 index bb87bbfc5..000000000 Binary files a/static/images/theme/thumbnail/2x/ttskch-jekyll-ttskch-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 3621b3c99..000000000 Binary files a/static/images/theme/thumbnail/2x/tummychow-lanyon-hugo-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/tybenz-exemplar-2x.jpg b/static/images/theme/thumbnail/2x/tybenz-exemplar-2x.jpg deleted file mode 100644 index 9e235f4a9..000000000 Binary files a/static/images/theme/thumbnail/2x/tybenz-exemplar-2x.jpg and /dev/null 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 deleted file mode 100644 index 514bef2fe..000000000 Binary files a/static/images/theme/thumbnail/2x/tybenz-otter-pop-2x.jpg and /dev/null 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 deleted file mode 100644 index e4deed803..000000000 Binary files a/static/images/theme/thumbnail/2x/tylergreulich-gatsby-typescript-mdx-prismjs-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index 8c965692b..000000000 Binary files a/static/images/theme/thumbnail/2x/tylermroderick-fernfolio-11ty-template-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 deleted file mode 100644 index 1992236f4..000000000 Binary files a/static/images/theme/thumbnail/2x/ueno-llc-ueno-gatsby-starter-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/ugglr-gatsby-clean-portfolio-2x.jpg b/static/images/theme/thumbnail/2x/ugglr-gatsby-clean-portfolio-2x.jpg deleted file mode 100644 index b41df2a75..000000000 Binary files a/static/images/theme/thumbnail/2x/ugglr-gatsby-clean-portfolio-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 deleted file mode 100644 index e6399db74..000000000 Binary files a/static/images/theme/thumbnail/2x/unifreak-unifreak.github.io-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/upagge-ublogger-2x.jpg b/static/images/theme/thumbnail/2x/upagge-ublogger-2x.jpg deleted file mode 100644 index 563afa3e7..000000000 Binary files a/static/images/theme/thumbnail/2x/upagge-ublogger-2x.jpg and /dev/null 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 deleted file mode 100644 index 96955aa2f..000000000 Binary files a/static/images/theme/thumbnail/2x/v4iv-gatsby-starter-business-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 deleted file mode 100644 index 67ebc53c5..000000000 Binary files a/static/images/theme/thumbnail/2x/vagr9k-gatsby-advanced-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index 72d2cdf1d..000000000 Binary files a/static/images/theme/thumbnail/2x/vagr9k-gatsby-material-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index 567c9b00f..000000000 Binary files a/static/images/theme/thumbnail/2x/vantagedesign-ace-documentation-2x.jpg and /dev/null 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 deleted file mode 100644 index 9cf9ce88e..000000000 Binary files a/static/images/theme/thumbnail/2x/vercel-next.js-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 deleted file mode 100644 index 4e03a20ca..000000000 Binary files a/static/images/theme/thumbnail/2x/vfvong-jekyll-theme-quartz-2x.jpg and /dev/null 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 deleted file mode 100644 index c9d3ed39f..000000000 Binary files a/static/images/theme/thumbnail/2x/vfvong-jekyll-theme-tao-2x.jpg and /dev/null 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 deleted file mode 100644 index bc423eab5..000000000 Binary files a/static/images/theme/thumbnail/2x/victoriadrake-hugo-theme-introduction-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 deleted file mode 100644 index 0ef455870..000000000 Binary files a/static/images/theme/thumbnail/2x/victorvoid-space-jekyll-template-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/vietanhdev-benice17-2x.jpg b/static/images/theme/thumbnail/2x/vietanhdev-benice17-2x.jpg deleted file mode 100644 index f0cc18808..000000000 Binary files a/static/images/theme/thumbnail/2x/vietanhdev-benice17-2x.jpg and /dev/null 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 deleted file mode 100644 index e24721e49..000000000 Binary files a/static/images/theme/thumbnail/2x/vietanhdev-hugo-curious-2x.jpg and /dev/null 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 deleted file mode 100644 index 1739b2f3e..000000000 Binary files a/static/images/theme/thumbnail/2x/viko16-vuepress-theme-simple-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 deleted file mode 100644 index 99ad4280a..000000000 Binary files a/static/images/theme/thumbnail/2x/vimux-mainroad-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/vincentchan-mickey-2x.jpg b/static/images/theme/thumbnail/2x/vincentchan-mickey-2x.jpg deleted file mode 100644 index d38af489a..000000000 Binary files a/static/images/theme/thumbnail/2x/vincentchan-mickey-2x.jpg and /dev/null 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 deleted file mode 100644 index 4cbce6161..000000000 Binary files a/static/images/theme/thumbnail/2x/vinitkumar-white-paper-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/vividvilla-ezhil-2x.jpg b/static/images/theme/thumbnail/2x/vividvilla-ezhil-2x.jpg deleted file mode 100644 index a1d01955b..000000000 Binary files a/static/images/theme/thumbnail/2x/vividvilla-ezhil-2x.jpg and /dev/null 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 deleted file mode 100644 index bee95a30e..000000000 Binary files a/static/images/theme/thumbnail/2x/volny-creative-theme-jekyll-2x.jpg and /dev/null 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 deleted file mode 100644 index 97553e77b..000000000 Binary files a/static/images/theme/thumbnail/2x/volny-stylish-portfolio-jekyll-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/vormwald-joon-2x.jpg b/static/images/theme/thumbnail/2x/vormwald-joon-2x.jpg deleted file mode 100644 index f00b7e386..000000000 Binary files a/static/images/theme/thumbnail/2x/vormwald-joon-2x.jpg and /dev/null 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 deleted file mode 100644 index 88d20c8bf..000000000 Binary files a/static/images/theme/thumbnail/2x/vszhub-not-pure-poole-2x.jpg and /dev/null 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 deleted file mode 100644 index 99ed20686..000000000 Binary files a/static/images/theme/thumbnail/2x/vvalchev-creative-theme-jekyll-new-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 deleted file mode 100644 index d240d62f6..000000000 Binary files a/static/images/theme/thumbnail/2x/w3layouts-gatsby-starter-delog-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 deleted file mode 100644 index e27545403..000000000 Binary files a/static/images/theme/thumbnail/2x/wangonya-flexible-gatsby-2x.jpg and /dev/null 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 deleted file mode 100644 index 357558574..000000000 Binary files a/static/images/theme/thumbnail/2x/wangonya-the-plain-gatsby-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 deleted file mode 100644 index 08dc9056d..000000000 Binary files a/static/images/theme/thumbnail/2x/webcu-gatsby-material-kit-react-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/wemake-services-jekyll-theme-hackcss-2x.jpg b/static/images/theme/thumbnail/2x/wemake-services-jekyll-theme-hackcss-2x.jpg deleted file mode 100644 index 5c4603704..000000000 Binary files a/static/images/theme/thumbnail/2x/wemake-services-jekyll-theme-hackcss-2x.jpg and /dev/null 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 deleted file mode 100644 index 95eba2fd7..000000000 Binary files a/static/images/theme/thumbnail/2x/wgao19-docusaurus-theme-no-style-2x.jpg and /dev/null 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 deleted file mode 100644 index a7c10ed38..000000000 Binary files a/static/images/theme/thumbnail/2x/whoan-vuepress-theme-canvas-2x.jpg and /dev/null 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 deleted file mode 100644 index e00f14b63..000000000 Binary files a/static/images/theme/thumbnail/2x/whoisryosuke-gatsby-documentation-starter-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/wild-flame-jekyll-simple-2x.jpg b/static/images/theme/thumbnail/2x/wild-flame-jekyll-simple-2x.jpg deleted file mode 100644 index b6edc34da..000000000 Binary files a/static/images/theme/thumbnail/2x/wild-flame-jekyll-simple-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/wildhaber-gohugo-amp-2x.jpg b/static/images/theme/thumbnail/2x/wildhaber-gohugo-amp-2x.jpg deleted file mode 100644 index e0958ee3b..000000000 Binary files a/static/images/theme/thumbnail/2x/wildhaber-gohugo-amp-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 deleted file mode 100644 index bb723a487..000000000 Binary files a/static/images/theme/thumbnail/2x/willcode4food-gatsby-starter-paperbase-2x.jpg and /dev/null 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 deleted file mode 100644 index 10bb75994..000000000 Binary files a/static/images/theme/thumbnail/2x/williamcanin-typing-jekyll-template-2x.jpg and /dev/null 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 deleted file mode 100644 index 08f446f13..000000000 Binary files a/static/images/theme/thumbnail/2x/willianjusten-cards-jekyll-template-2x.jpg and /dev/null 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 deleted file mode 100644 index d051d66b8..000000000 Binary files a/static/images/theme/thumbnail/2x/willianjusten-will-jekyll-template-2x.jpg and /dev/null 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 deleted file mode 100644 index 9200dcf77..000000000 Binary files a/static/images/theme/thumbnail/2x/willjw3-gatsby-starter-developer-diary-2x.jpg and /dev/null 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 deleted file mode 100644 index 085921c01..000000000 Binary files a/static/images/theme/thumbnail/2x/windedge-gatsby-tailwind-serif-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/wiredcraft-carte-2x.jpg b/static/images/theme/thumbnail/2x/wiredcraft-carte-2x.jpg deleted file mode 100644 index 2a9ee5dc7..000000000 Binary files a/static/images/theme/thumbnail/2x/wiredcraft-carte-2x.jpg and /dev/null 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 deleted file mode 100644 index 044b0657b..000000000 Binary files a/static/images/theme/thumbnail/2x/wkocjan-gatsby-airtable-listing-2x.jpg and /dev/null 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 deleted file mode 100644 index 8312dc48a..000000000 Binary files a/static/images/theme/thumbnail/2x/wkocjan-gatsby-contentful-portfolio-2x.jpg and /dev/null 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 deleted file mode 100644 index c4b85bcf0..000000000 Binary files a/static/images/theme/thumbnail/2x/wkocjan-gatsby-theme-intro-2x.jpg and /dev/null 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 deleted file mode 100644 index 91d654807..000000000 Binary files a/static/images/theme/thumbnail/2x/wowthemesnet-affiliates-jekyll-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index f6c025fd0..000000000 Binary files a/static/images/theme/thumbnail/2x/wowthemesnet-jekyll-theme-memoirs-2x.jpg and /dev/null 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 deleted file mode 100644 index b8a6907b4..000000000 Binary files a/static/images/theme/thumbnail/2x/wowthemesnet-mediumish-theme-jekyll-2x.jpg and /dev/null 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 deleted file mode 100644 index 78e352861..000000000 Binary files a/static/images/theme/thumbnail/2x/wowthemesnet-mediumish-vuepress-blog-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 681910004..000000000 Binary files a/static/images/theme/thumbnail/2x/wowthemesnet-mundana-theme-jekyll-2x.jpg and /dev/null 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 deleted file mode 100644 index 81a988645..000000000 Binary files a/static/images/theme/thumbnail/2x/wrappixel-flexy-admin-nextjs-free-2x.jpg and /dev/null 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 deleted file mode 100644 index 43d4f3108..000000000 Binary files a/static/images/theme/thumbnail/2x/wrappixel-materialpro-nuxtjs-free-2x.jpg and /dev/null 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 deleted file mode 100644 index ff6a9d4c0..000000000 Binary files a/static/images/theme/thumbnail/2x/wrappixel-xtreme-admin-nextjs-free-2x.jpg and /dev/null 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 deleted file mode 100644 index fbca4f1bd..000000000 Binary files a/static/images/theme/thumbnail/2x/wu-kan-wu-kan.github.io-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/xaprb-story-2x.jpg b/static/images/theme/thumbnail/2x/xaprb-story-2x.jpg deleted file mode 100644 index 0d4ba58a4..000000000 Binary files a/static/images/theme/thumbnail/2x/xaprb-story-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 deleted file mode 100644 index 6a05855bb..000000000 Binary files a/static/images/theme/thumbnail/2x/xdesro-nuxt-netlify-cms-starter-2x.jpg and /dev/null 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 deleted file mode 100644 index 14a4386bc..000000000 Binary files a/static/images/theme/thumbnail/2x/xianmin-hugo-theme-jane-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 deleted file mode 100644 index 2ec1acc1f..000000000 Binary files a/static/images/theme/thumbnail/2x/xydac-xylo-gatsby-bulma-starter-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 deleted file mode 100644 index 1531272fa..000000000 Binary files a/static/images/theme/thumbnail/2x/y7kim-agency-jekyll-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 3b3a075ac..000000000 Binary files a/static/images/theme/thumbnail/2x/yelog-hexo-theme-3-hexo-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 deleted file mode 100644 index b26dd820e..000000000 Binary files a/static/images/theme/thumbnail/2x/ygoex-yetty-2x.jpg and /dev/null 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 deleted file mode 100644 index 9c1af30d4..000000000 Binary files a/static/images/theme/thumbnail/2x/yihui-hugo-xmag-2x.jpg and /dev/null 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 deleted file mode 100644 index ab8d65f45..000000000 Binary files a/static/images/theme/thumbnail/2x/yihui-hugo-xmin-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 deleted file mode 100644 index f19ff68a1..000000000 Binary files a/static/images/theme/thumbnail/2x/yinkakun-eleventy-duo-2x.jpg and /dev/null 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 deleted file mode 100644 index 499b171f9..000000000 Binary files a/static/images/theme/thumbnail/2x/yinkakun-gatsby-starter-glass-2x.jpg and /dev/null 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 deleted file mode 100644 index 1ba9626da..000000000 Binary files a/static/images/theme/thumbnail/2x/yizeng-jekyll-theme-simple-texture-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/yjpl-supply-2x.jpg b/static/images/theme/thumbnail/2x/yjpl-supply-2x.jpg deleted file mode 100644 index d3bf8d61b..000000000 Binary files a/static/images/theme/thumbnail/2x/yjpl-supply-2x.jpg and /dev/null 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 deleted file mode 100644 index b99f0edd2..000000000 Binary files a/static/images/theme/thumbnail/2x/yonojoy-yax-coming-soon-jekyll-template-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/yous-whiteglass-2x.jpg b/static/images/theme/thumbnail/2x/yous-whiteglass-2x.jpg deleted file mode 100644 index 19f666d7e..000000000 Binary files a/static/images/theme/thumbnail/2x/yous-whiteglass-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/2x/youssefraafatnasry-portfolyou-2x.jpg b/static/images/theme/thumbnail/2x/youssefraafatnasry-portfolyou-2x.jpg deleted file mode 100644 index 7edf2ee48..000000000 Binary files a/static/images/theme/thumbnail/2x/youssefraafatnasry-portfolyou-2x.jpg and /dev/null 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 deleted file mode 100644 index 1bc2d54e7..000000000 Binary files a/static/images/theme/thumbnail/2x/yscoder-vuepress-theme-indigo-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 deleted file mode 100644 index 829ef1d9a..000000000 Binary files a/static/images/theme/thumbnail/2x/yulijia-freshman21-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 deleted file mode 100644 index 350f3a521..000000000 Binary files a/static/images/theme/thumbnail/2x/zeespire-one-free-2x.jpg and /dev/null 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 deleted file mode 100644 index d52aa3307..000000000 Binary files a/static/images/theme/thumbnail/2x/zerostaticthemes-hugo-atlantic-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 9b82cf8f9..000000000 Binary files a/static/images/theme/thumbnail/2x/zerostaticthemes-hugo-serif-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 6ed881b01..000000000 Binary files a/static/images/theme/thumbnail/2x/zerostaticthemes-hugo-winston-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index b06ef169e..000000000 Binary files a/static/images/theme/thumbnail/2x/zerostaticthemes-jekyll-atlantic-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index ddeafd0c2..000000000 Binary files a/static/images/theme/thumbnail/2x/zerostaticthemes-jekyll-serif-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 3837c5cdb..000000000 Binary files a/static/images/theme/thumbnail/2x/zhaohuabing-hugo-theme-cleanwhite-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 deleted file mode 100644 index e49eae401..000000000 Binary files a/static/images/theme/thumbnail/2x/zhonger-jekyll-theme-h2o-ac-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 deleted file mode 100644 index a9ab79410..000000000 Binary files a/static/images/theme/thumbnail/2x/zivong-jekyll-theme-hydure-2x.jpg and /dev/null 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 deleted file mode 100644 index 3a79b9a60..000000000 Binary files a/static/images/theme/thumbnail/2x/zwbetz-gh-cayman-hugo-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 1a30f1725..000000000 Binary files a/static/images/theme/thumbnail/2x/zwbetz-gh-cupper-hugo-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 85b595028..000000000 Binary files a/static/images/theme/thumbnail/2x/zwbetz-gh-minimal-bootstrap-hugo-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 52c6d3878..000000000 Binary files a/static/images/theme/thumbnail/2x/zwbetz-gh-papercss-hugo-theme-2x.jpg and /dev/null 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 deleted file mode 100644 index 3fdf0bfeb..000000000 Binary files a/static/images/theme/thumbnail/2x/zwbetz-gh-vanilla-bootstrap-hugo-theme-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 deleted file mode 100644 index bce55932b..000000000 Binary files a/static/images/theme/thumbnail/2x/zzzmisa-hugo-theme-doors-2x.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/416serg-gatsby-starter-lightbox.jpg b/static/images/theme/thumbnail/416serg-gatsby-starter-lightbox.jpg deleted file mode 100644 index b95fea724..000000000 Binary files a/static/images/theme/thumbnail/416serg-gatsby-starter-lightbox.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/526avijitgupta-gokarna.jpg b/static/images/theme/thumbnail/526avijitgupta-gokarna.jpg deleted file mode 100644 index 8f42c2d00..000000000 Binary files a/static/images/theme/thumbnail/526avijitgupta-gokarna.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/a9kitkumar-gatsby-ecommerce.jpg b/static/images/theme/thumbnail/a9kitkumar-gatsby-ecommerce.jpg deleted file mode 100644 index 3549bfdca..000000000 Binary files a/static/images/theme/thumbnail/a9kitkumar-gatsby-ecommerce.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/aanupam23-hugo-sugoi.jpg b/static/images/theme/thumbnail/aanupam23-hugo-sugoi.jpg deleted file mode 100644 index 39623a8c3..000000000 Binary files a/static/images/theme/thumbnail/aanupam23-hugo-sugoi.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/abhaynikam-gatsby-nice-blog.jpg b/static/images/theme/thumbnail/abhaynikam-gatsby-nice-blog.jpg deleted file mode 100644 index f9c083fcd..000000000 Binary files a/static/images/theme/thumbnail/abhaynikam-gatsby-nice-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/abhinavs-cookie.jpg b/static/images/theme/thumbnail/abhinavs-cookie.jpg deleted file mode 100644 index 5f3b2ccaa..000000000 Binary files a/static/images/theme/thumbnail/abhinavs-cookie.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/abhinavs-moonwalk.jpg b/static/images/theme/thumbnail/abhinavs-moonwalk.jpg deleted file mode 100644 index 03baa6ca0..000000000 Binary files a/static/images/theme/thumbnail/abhinavs-moonwalk.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/abhn-soot-spirits.jpg b/static/images/theme/thumbnail/abhn-soot-spirits.jpg deleted file mode 100644 index 03d7bce2e..000000000 Binary files a/static/images/theme/thumbnail/abhn-soot-spirits.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/abhn-wall-e.jpg b/static/images/theme/thumbnail/abhn-wall-e.jpg deleted file mode 100644 index 627abd802..000000000 Binary files a/static/images/theme/thumbnail/abhn-wall-e.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/achary-engimo.jpg b/static/images/theme/thumbnail/achary-engimo.jpg deleted file mode 100644 index 09406a84c..000000000 Binary files a/static/images/theme/thumbnail/achary-engimo.jpg and /dev/null 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 deleted file mode 100644 index 701c706df..000000000 Binary files a/static/images/theme/thumbnail/act-labs-gatsby-starter-act-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/adisaktijrs-hexo-theme-minima.jpg b/static/images/theme/thumbnail/adisaktijrs-hexo-theme-minima.jpg deleted file mode 100644 index 0aef1b373..000000000 Binary files a/static/images/theme/thumbnail/adisaktijrs-hexo-theme-minima.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/adityatelange-hugo-papermod.jpg b/static/images/theme/thumbnail/adityatelange-hugo-papermod.jpg deleted file mode 100644 index 55a28c8b9..000000000 Binary files a/static/images/theme/thumbnail/adityatelange-hugo-papermod.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/adueck-cayman-blog.jpg b/static/images/theme/thumbnail/adueck-cayman-blog.jpg deleted file mode 100644 index 700e3fb1e..000000000 Binary files a/static/images/theme/thumbnail/adueck-cayman-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/adueck-good-clean-read.jpg b/static/images/theme/thumbnail/adueck-good-clean-read.jpg deleted file mode 100644 index 713243ee1..000000000 Binary files a/static/images/theme/thumbnail/adueck-good-clean-read.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 deleted file mode 100644 index b66dcf5d7..000000000 Binary files a/static/images/theme/thumbnail/agility-agility-gatsby-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/agusmakmun-agusmakmun.github.io.jpg b/static/images/theme/thumbnail/agusmakmun-agusmakmun.github.io.jpg deleted file mode 100644 index 2d42f7aca..000000000 Binary files a/static/images/theme/thumbnail/agusmakmun-agusmakmun.github.io.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/aigarsdz-brume.jpg b/static/images/theme/thumbnail/aigarsdz-brume.jpg deleted file mode 100644 index 3b807addf..000000000 Binary files a/static/images/theme/thumbnail/aigarsdz-brume.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 deleted file mode 100644 index 1886cc06e..000000000 Binary files a/static/images/theme/thumbnail/ajayns-gatsby-absurd.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/akiritsu-project-negya.jpg b/static/images/theme/thumbnail/akiritsu-project-negya.jpg deleted file mode 100644 index e59e4012b..000000000 Binary files a/static/images/theme/thumbnail/akiritsu-project-negya.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/aksakalli-jekyll-doc-theme.jpg b/static/images/theme/thumbnail/aksakalli-jekyll-doc-theme.jpg deleted file mode 100644 index 5d1c059cf..000000000 Binary files a/static/images/theme/thumbnail/aksakalli-jekyll-doc-theme.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 deleted file mode 100644 index f69c30cb6..000000000 Binary files a/static/images/theme/thumbnail/akzhy-gatsby-starter-elemental.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/alainpham-alainpham.github.io.jpg b/static/images/theme/thumbnail/alainpham-alainpham.github.io.jpg deleted file mode 100644 index b7c34fd61..000000000 Binary files a/static/images/theme/thumbnail/alainpham-alainpham.github.io.jpg and /dev/null 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 deleted file mode 100644 index d0bffa821..000000000 Binary files a/static/images/theme/thumbnail/alanorth-hugo-theme-bootstrap4-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/alanta-memoirs-theme.jpg b/static/images/theme/thumbnail/alanta-memoirs-theme.jpg deleted file mode 100644 index 404d5a395..000000000 Binary files a/static/images/theme/thumbnail/alanta-memoirs-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/alex-shpak-hugo-book.jpg b/static/images/theme/thumbnail/alex-shpak-hugo-book.jpg deleted file mode 100644 index 847b2cd62..000000000 Binary files a/static/images/theme/thumbnail/alex-shpak-hugo-book.jpg and /dev/null 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 deleted file mode 100644 index a404426b4..000000000 Binary files a/static/images/theme/thumbnail/alexander-heimbuch-vuepress-theme-casper.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/alexanderussell-progress-for-jekyll.jpg b/static/images/theme/thumbnail/alexanderussell-progress-for-jekyll.jpg deleted file mode 100644 index c87fa9831..000000000 Binary files a/static/images/theme/thumbnail/alexanderussell-progress-for-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/alexcarpenter-butane-jekyll-theme.jpg b/static/images/theme/thumbnail/alexcarpenter-butane-jekyll-theme.jpg deleted file mode 100644 index e979f21d7..000000000 Binary files a/static/images/theme/thumbnail/alexcarpenter-butane-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/alexfinn-simple-a.jpg b/static/images/theme/thumbnail/alexfinn-simple-a.jpg deleted file mode 100644 index 0cbef748e..000000000 Binary files a/static/images/theme/thumbnail/alexfinn-simple-a.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/aliifam-jdox.jpg b/static/images/theme/thumbnail/aliifam-jdox.jpg deleted file mode 100644 index 1d3a0eb04..000000000 Binary files a/static/images/theme/thumbnail/aliifam-jdox.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/alixedi-typewriter.jpg b/static/images/theme/thumbnail/alixedi-typewriter.jpg deleted file mode 100644 index 1202d6126..000000000 Binary files a/static/images/theme/thumbnail/alixedi-typewriter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/alperenbozkurt-jblog.jpg b/static/images/theme/thumbnail/alperenbozkurt-jblog.jpg deleted file mode 100644 index ea81c6294..000000000 Binary files a/static/images/theme/thumbnail/alperenbozkurt-jblog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/altcointrading-trading.jpg b/static/images/theme/thumbnail/altcointrading-trading.jpg deleted file mode 100644 index 6dceef2f7..000000000 Binary files a/static/images/theme/thumbnail/altcointrading-trading.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/alxshelepenok-gatsby-starter-lumen.jpg b/static/images/theme/thumbnail/alxshelepenok-gatsby-starter-lumen.jpg deleted file mode 100644 index d898df7e7..000000000 Binary files a/static/images/theme/thumbnail/alxshelepenok-gatsby-starter-lumen.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/alynxzhou-hexo-theme-aria.jpg b/static/images/theme/thumbnail/alynxzhou-hexo-theme-aria.jpg deleted file mode 100644 index 4dda3f132..000000000 Binary files a/static/images/theme/thumbnail/alynxzhou-hexo-theme-aria.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/amandeepmittal-gatsby-bulma-quickstart.jpg b/static/images/theme/thumbnail/amandeepmittal-gatsby-bulma-quickstart.jpg deleted file mode 100644 index c574e6cb5..000000000 Binary files a/static/images/theme/thumbnail/amandeepmittal-gatsby-bulma-quickstart.jpg and /dev/null 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 deleted file mode 100644 index 7f571c6c6..000000000 Binary files a/static/images/theme/thumbnail/ammarjabakji-gatsby-markdown-blog-starter.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 deleted file mode 100644 index 3a1ce9e56..000000000 Binary files a/static/images/theme/thumbnail/andrewbanchich-forty-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/andrewhwanpark-brutalist-blog.jpg b/static/images/theme/thumbnail/andrewhwanpark-brutalist-blog.jpg deleted file mode 100644 index b3b3cb7ce..000000000 Binary files a/static/images/theme/thumbnail/andrewhwanpark-brutalist-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/andrewhwanpark-dark-poole.jpg b/static/images/theme/thumbnail/andrewhwanpark-dark-poole.jpg deleted file mode 100644 index 1af7845e3..000000000 Binary files a/static/images/theme/thumbnail/andrewhwanpark-dark-poole.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/andybelldesign-hylia.jpg b/static/images/theme/thumbnail/andybelldesign-hylia.jpg deleted file mode 100644 index 0eba2ea98..000000000 Binary files a/static/images/theme/thumbnail/andybelldesign-hylia.jpg and /dev/null 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 deleted file mode 100644 index 57c9d1c9d..000000000 Binary files a/static/images/theme/thumbnail/andykenward-gatsby-starter-default-typescript.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ankitsultana-accent.jpg b/static/images/theme/thumbnail/ankitsultana-accent.jpg deleted file mode 100644 index b29e25984..000000000 Binary files a/static/images/theme/thumbnail/ankitsultana-accent.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ankitsultana-chaplin.jpg b/static/images/theme/thumbnail/ankitsultana-chaplin.jpg deleted file mode 100644 index f00374cf8..000000000 Binary files a/static/images/theme/thumbnail/ankitsultana-chaplin.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ankitsultana-researcher.jpg b/static/images/theme/thumbnail/ankitsultana-researcher.jpg deleted file mode 100644 index 0f5335ad4..000000000 Binary files a/static/images/theme/thumbnail/ankitsultana-researcher.jpg and /dev/null 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 deleted file mode 100644 index 42809013d..000000000 Binary files a/static/images/theme/thumbnail/anna-morawska-gatsby-material-design-for-bootstrap.jpg and /dev/null 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 deleted file mode 100644 index 8687d064f..000000000 Binary files a/static/images/theme/thumbnail/anoun-gatsby-starter-material-business-markdown.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 deleted file mode 100644 index 5e3a7d02a..000000000 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-aerial.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-casual.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-casual.jpg deleted file mode 100644 index 13fe32921..000000000 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-casual.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-directive.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-directive.jpg deleted file mode 100644 index 5112b9a0d..000000000 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-directive.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-eventually.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-eventually.jpg deleted file mode 100644 index 7f8f1342d..000000000 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-eventually.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-fractal.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-fractal.jpg deleted file mode 100644 index 481d677a0..000000000 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-fractal.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-grayscale.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-grayscale.jpg deleted file mode 100644 index 82409265c..000000000 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-grayscale.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-highlights.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-highlights.jpg deleted file mode 100644 index 5f7ee50a7..000000000 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-highlights.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-hyperspace.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-hyperspace.jpg deleted file mode 100644 index 8038fc9a9..000000000 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-hyperspace.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-identity.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-identity.jpg deleted file mode 100644 index 36e34847a..000000000 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-identity.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-multiverse.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-multiverse.jpg deleted file mode 100644 index 2aa94bbe9..000000000 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-multiverse.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-newage.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-newage.jpg deleted file mode 100644 index 442e086a3..000000000 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-newage.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-overflow.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-overflow.jpg deleted file mode 100644 index aa5092f47..000000000 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-overflow.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-paradigmshift.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-paradigmshift.jpg deleted file mode 100644 index ae7cdf831..000000000 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-paradigmshift.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-prologue.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-prologue.jpg deleted file mode 100644 index 86cb72fef..000000000 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-prologue.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-readonly.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-readonly.jpg deleted file mode 100644 index 2ff8bc38d..000000000 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-readonly.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-resume.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-resume.jpg deleted file mode 100644 index 2bb3e2e26..000000000 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-resume.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-solidstate.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-solidstate.jpg deleted file mode 100644 index 112958bcf..000000000 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-solidstate.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-spectral.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-spectral.jpg deleted file mode 100644 index 689851ebc..000000000 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-spectral.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-stylish.jpg b/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-stylish.jpg deleted file mode 100644 index 745acbae3..000000000 Binary files a/static/images/theme/thumbnail/anubhavsrivastava-gatsby-starter-stylish.jpg and /dev/null 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 deleted file mode 100644 index baa2ac535..000000000 Binary files a/static/images/theme/thumbnail/app-generator-eleventy-soft-ui-design.jpg and /dev/null 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 deleted file mode 100644 index bb3051649..000000000 Binary files a/static/images/theme/thumbnail/app-generator-gatsbyjs-starter-tailwindplay.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 deleted file mode 100644 index f99c24b8a..000000000 Binary files a/static/images/theme/thumbnail/apvarun-blist-hugo-theme.jpg and /dev/null 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 deleted file mode 100644 index b81c4ed7e..000000000 Binary files a/static/images/theme/thumbnail/apvarun-digital-garden-hugo-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/apvarun-productlog-nextjs-theme.jpg b/static/images/theme/thumbnail/apvarun-productlog-nextjs-theme.jpg deleted file mode 100644 index 93424782c..000000000 Binary files a/static/images/theme/thumbnail/apvarun-productlog-nextjs-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/apvarun-showfolio-hugo-theme.jpg b/static/images/theme/thumbnail/apvarun-showfolio-hugo-theme.jpg deleted file mode 100644 index ec7c13ae3..000000000 Binary files a/static/images/theme/thumbnail/apvarun-showfolio-hugo-theme.jpg and /dev/null 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 deleted file mode 100644 index 8e277e0fe..000000000 Binary files a/static/images/theme/thumbnail/ar363-eleventy-stylus-blog-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/arhen-hugo-cereus-pro-theme.jpg b/static/images/theme/thumbnail/arhen-hugo-cereus-pro-theme.jpg deleted file mode 100644 index 30c10cbac..000000000 Binary files a/static/images/theme/thumbnail/arhen-hugo-cereus-pro-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/arjayosma-nextacular.jpg b/static/images/theme/thumbnail/arjayosma-nextacular.jpg deleted file mode 100644 index 2b332f504..000000000 Binary files a/static/images/theme/thumbnail/arjayosma-nextacular.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/arkadianriver-spectral.jpg b/static/images/theme/thumbnail/arkadianriver-spectral.jpg deleted file mode 100644 index d364aede0..000000000 Binary files a/static/images/theme/thumbnail/arkadianriver-spectral.jpg and /dev/null 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 deleted file mode 100644 index d46891002..000000000 Binary files a/static/images/theme/thumbnail/aron-bordin-neo-hpstr-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/arpitbatra123-eleventy-blog-mnml.jpg b/static/images/theme/thumbnail/arpitbatra123-eleventy-blog-mnml.jpg deleted file mode 100644 index df447387a..000000000 Binary files a/static/images/theme/thumbnail/arpitbatra123-eleventy-blog-mnml.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/artemsheludko-adam-blog.jpg b/static/images/theme/thumbnail/artemsheludko-adam-blog.jpg deleted file mode 100644 index a6fd08db5..000000000 Binary files a/static/images/theme/thumbnail/artemsheludko-adam-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/artemsheludko-bef.jpg b/static/images/theme/thumbnail/artemsheludko-bef.jpg deleted file mode 100644 index 0b260f563..000000000 Binary files a/static/images/theme/thumbnail/artemsheludko-bef.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/artemsheludko-monday.jpg b/static/images/theme/thumbnail/artemsheludko-monday.jpg deleted file mode 100644 index 874d9cf3a..000000000 Binary files a/static/images/theme/thumbnail/artemsheludko-monday.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/artemsheludko-mr-brown.jpg b/static/images/theme/thumbnail/artemsheludko-mr-brown.jpg deleted file mode 100644 index 874d9cf3a..000000000 Binary files a/static/images/theme/thumbnail/artemsheludko-mr-brown.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 deleted file mode 100644 index e332a6f87..000000000 Binary files a/static/images/theme/thumbnail/ashr81-gatsby-theme-profile-builder.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/aslammultidots-blogger.jpg b/static/images/theme/thumbnail/aslammultidots-blogger.jpg deleted file mode 100644 index dff03f104..000000000 Binary files a/static/images/theme/thumbnail/aslammultidots-blogger.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/aspirethemes-type.jpg b/static/images/theme/thumbnail/aspirethemes-type.jpg deleted file mode 100644 index 9c178bc51..000000000 Binary files a/static/images/theme/thumbnail/aspirethemes-type.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 deleted file mode 100644 index bc99f862b..000000000 Binary files a/static/images/theme/thumbnail/avivero-gatsby-redux-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/aweekj-kiko-plus.jpg b/static/images/theme/thumbnail/aweekj-kiko-plus.jpg deleted file mode 100644 index b7410f794..000000000 Binary files a/static/images/theme/thumbnail/aweekj-kiko-plus.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/bagseye-bonneville.jpg b/static/images/theme/thumbnail/bagseye-bonneville.jpg deleted file mode 100644 index 64da2a55e..000000000 Binary files a/static/images/theme/thumbnail/bagseye-bonneville.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/baobabkoodaa-blog.jpg b/static/images/theme/thumbnail/baobabkoodaa-blog.jpg deleted file mode 100644 index 00d069cb9..000000000 Binary files a/static/images/theme/thumbnail/baobabkoodaa-blog.jpg and /dev/null 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 deleted file mode 100644 index df1160e57..000000000 Binary files a/static/images/theme/thumbnail/baobabkoodaa-gatsby-starter-infinite-scroll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/baobabkoodaa-gatsby-starter-photo-book.jpg b/static/images/theme/thumbnail/baobabkoodaa-gatsby-starter-photo-book.jpg deleted file mode 100644 index 15aac7bf3..000000000 Binary files a/static/images/theme/thumbnail/baobabkoodaa-gatsby-starter-photo-book.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/barryclark-jekyll-now.jpg b/static/images/theme/thumbnail/barryclark-jekyll-now.jpg deleted file mode 100644 index 3a3fcc090..000000000 Binary files a/static/images/theme/thumbnail/barryclark-jekyll-now.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/bawn92-sleek_blog.jpg b/static/images/theme/thumbnail/bawn92-sleek_blog.jpg deleted file mode 100644 index 707b8dcce..000000000 Binary files a/static/images/theme/thumbnail/bawn92-sleek_blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/bdhu-minimalist.jpg b/static/images/theme/thumbnail/bdhu-minimalist.jpg deleted file mode 100644 index 9221fc416..000000000 Binary files a/static/images/theme/thumbnail/bdhu-minimalist.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/bdougie-casper-cms-template.jpg b/static/images/theme/thumbnail/bdougie-casper-cms-template.jpg deleted file mode 100644 index 8e3893ec2..000000000 Binary files a/static/images/theme/thumbnail/bdougie-casper-cms-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/bdougie-hyde-cms-theme.jpg b/static/images/theme/thumbnail/bdougie-hyde-cms-theme.jpg deleted file mode 100644 index baffb8168..000000000 Binary files a/static/images/theme/thumbnail/bdougie-hyde-cms-theme.jpg and /dev/null 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 deleted file mode 100644 index a1ff2ff52..000000000 Binary files a/static/images/theme/thumbnail/ben-siewert-gatsby-starter-auth-aws-amplify.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 deleted file mode 100644 index 44345a726..000000000 Binary files a/static/images/theme/thumbnail/benjamingrobertson-gatsby-starter-accessibility.jpg and /dev/null 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 deleted file mode 100644 index c76443756..000000000 Binary files a/static/images/theme/thumbnail/benradford-slate-and-simple-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/bep-docuapi.jpg b/static/images/theme/thumbnail/bep-docuapi.jpg deleted file mode 100644 index edefe4dcd..000000000 Binary files a/static/images/theme/thumbnail/bep-docuapi.jpg and /dev/null 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 deleted file mode 100644 index db1cd7c99..000000000 Binary files a/static/images/theme/thumbnail/bigcommerce-gatsby-bigcommerce-netlify-cms-starter.jpg and /dev/null 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 deleted file mode 100644 index 78b48f8c9..000000000 Binary files a/static/images/theme/thumbnail/bijenkorf-james-wakefield-gatsby-firebase-hosting-starter.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 deleted file mode 100644 index 0e4d1da19..000000000 Binary files a/static/images/theme/thumbnail/billyjacoby-gatsby-react-bootstrap-starter.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 deleted file mode 100644 index e149433d3..000000000 Binary files a/static/images/theme/thumbnail/bit-ranger-blog.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 deleted file mode 100644 index e02e2b8c1..000000000 Binary files a/static/images/theme/thumbnail/blakenoll-gatsby-starter-styled-components.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 deleted file mode 100644 index f0fd676ab..000000000 Binary files a/static/images/theme/thumbnail/blazity-next-saas-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/blleng-hexo-theme-lx.jpg b/static/images/theme/thumbnail/blleng-hexo-theme-lx.jpg deleted file mode 100644 index 38cda7c27..000000000 Binary files a/static/images/theme/thumbnail/blleng-hexo-theme-lx.jpg and /dev/null 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 deleted file mode 100644 index cc8e98ded..000000000 Binary files a/static/images/theme/thumbnail/bluepeter-gatsby-material-ui-business-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/borekb-gatsby-starter-mobx.jpg b/static/images/theme/thumbnail/borekb-gatsby-starter-mobx.jpg deleted file mode 100644 index c59686180..000000000 Binary files a/static/images/theme/thumbnail/borekb-gatsby-starter-mobx.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/boywithsilverwings-gatsby-blog-starter.jpg b/static/images/theme/thumbnail/boywithsilverwings-gatsby-blog-starter.jpg deleted file mode 100644 index 5af41005f..000000000 Binary files a/static/images/theme/thumbnail/boywithsilverwings-gatsby-blog-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/boywithsilverwings-gatsby-careers-page.jpg b/static/images/theme/thumbnail/boywithsilverwings-gatsby-careers-page.jpg deleted file mode 100644 index ddf8e3416..000000000 Binary files a/static/images/theme/thumbnail/boywithsilverwings-gatsby-careers-page.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/bradykondek-streamer.jpg b/static/images/theme/thumbnail/bradykondek-streamer.jpg deleted file mode 100644 index 9459ca072..000000000 Binary files a/static/images/theme/thumbnail/bradykondek-streamer.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/brennanbrown-enjoyment-work.jpg b/static/images/theme/thumbnail/brennanbrown-enjoyment-work.jpg deleted file mode 100644 index 65fbfa8ef..000000000 Binary files a/static/images/theme/thumbnail/brennanbrown-enjoyment-work.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/brennanbrown-purelog.jpg b/static/images/theme/thumbnail/brennanbrown-purelog.jpg deleted file mode 100644 index 1a9344633..000000000 Binary files a/static/images/theme/thumbnail/brennanbrown-purelog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/brennanbrown-watery.jpg b/static/images/theme/thumbnail/brennanbrown-watery.jpg deleted file mode 100644 index 904dcfd71..000000000 Binary files a/static/images/theme/thumbnail/brennanbrown-watery.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/brianmaierjr-long-haul.jpg b/static/images/theme/thumbnail/brianmaierjr-long-haul.jpg deleted file mode 100644 index 2bdaf9102..000000000 Binary files a/static/images/theme/thumbnail/brianmaierjr-long-haul.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/brijeshb42-bitwiser-material.jpg b/static/images/theme/thumbnail/brijeshb42-bitwiser-material.jpg deleted file mode 100644 index 0479ba749..000000000 Binary files a/static/images/theme/thumbnail/brijeshb42-bitwiser-material.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/brohlson-gatsby-datocms-starter.jpg b/static/images/theme/thumbnail/brohlson-gatsby-datocms-starter.jpg deleted file mode 100644 index 7a18166c3..000000000 Binary files a/static/images/theme/thumbnail/brohlson-gatsby-datocms-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/brunch-brunch.github.io.jpg b/static/images/theme/thumbnail/brunch-brunch.github.io.jpg deleted file mode 100644 index 8abbe7dce..000000000 Binary files a/static/images/theme/thumbnail/brunch-brunch.github.io.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/brxck-gatsby-starter-stripe.jpg b/static/images/theme/thumbnail/brxck-gatsby-starter-stripe.jpg deleted file mode 100644 index a48b2807c..000000000 Binary files a/static/images/theme/thumbnail/brxck-gatsby-starter-stripe.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 deleted file mode 100644 index 743657fea..000000000 Binary files a/static/images/theme/thumbnail/budparr-gohugo-theme-ananke.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 deleted file mode 100644 index 5620f753e..000000000 Binary files a/static/images/theme/thumbnail/buttercms-gatsby-starter-buttercms.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/caki0915-gatsby-starter-redux.jpg b/static/images/theme/thumbnail/caki0915-gatsby-starter-redux.jpg deleted file mode 100644 index 37621883a..000000000 Binary files a/static/images/theme/thumbnail/caki0915-gatsby-starter-redux.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 deleted file mode 100644 index a0c445e1c..000000000 Binary files a/static/images/theme/thumbnail/calpa-gatsby-starter-calpa-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/canhtran-maverick.jpg b/static/images/theme/thumbnail/canhtran-maverick.jpg deleted file mode 100644 index a7e032725..000000000 Binary files a/static/images/theme/thumbnail/canhtran-maverick.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 deleted file mode 100644 index dee9016e9..000000000 Binary files a/static/images/theme/thumbnail/chaooo-hexo-theme-bluelake.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/chec-commercejs-chopchop-demo.jpg b/static/images/theme/thumbnail/chec-commercejs-chopchop-demo.jpg deleted file mode 100644 index 27b5edc80..000000000 Binary files a/static/images/theme/thumbnail/chec-commercejs-chopchop-demo.jpg and /dev/null 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 deleted file mode 100644 index 96f7d2e60..000000000 Binary files a/static/images/theme/thumbnail/chec-commercejs-nextjs-demo-store.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/chec-commercejs-vuejs-boilerplate.jpg b/static/images/theme/thumbnail/chec-commercejs-vuejs-boilerplate.jpg deleted file mode 100644 index ef72238ff..000000000 Binary files a/static/images/theme/thumbnail/chec-commercejs-vuejs-boilerplate.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/chesterhow-tale.jpg b/static/images/theme/thumbnail/chesterhow-tale.jpg deleted file mode 100644 index a599b314c..000000000 Binary files a/static/images/theme/thumbnail/chesterhow-tale.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/chetanverma16-react-portfolio-template.jpg b/static/images/theme/thumbnail/chetanverma16-react-portfolio-template.jpg deleted file mode 100644 index 628217c74..000000000 Binary files a/static/images/theme/thumbnail/chetanverma16-react-portfolio-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/chibicode-solo.jpg b/static/images/theme/thumbnail/chibicode-solo.jpg deleted file mode 100644 index 6ad2b90da..000000000 Binary files a/static/images/theme/thumbnail/chibicode-solo.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 deleted file mode 100644 index 5e745c649..000000000 Binary files a/static/images/theme/thumbnail/chringel21-chringel-hugo-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/chrisbobbe-jekyll-theme-prologue.jpg b/static/images/theme/thumbnail/chrisbobbe-jekyll-theme-prologue.jpg deleted file mode 100644 index 853320e35..000000000 Binary files a/static/images/theme/thumbnail/chrisbobbe-jekyll-theme-prologue.jpg and /dev/null 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 deleted file mode 100644 index 5ad9649fc..000000000 Binary files a/static/images/theme/thumbnail/chrisnmorrison-revista-gatsby-blog-magazine.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/chrisrhymes-bulma-clean-theme.jpg b/static/images/theme/thumbnail/chrisrhymes-bulma-clean-theme.jpg deleted file mode 100644 index cc8672014..000000000 Binary files a/static/images/theme/thumbnail/chrisrhymes-bulma-clean-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/chrisrhymes-mere-blog-theme.jpg b/static/images/theme/thumbnail/chrisrhymes-mere-blog-theme.jpg deleted file mode 100644 index 6ed19e44d..000000000 Binary files a/static/images/theme/thumbnail/chrisrhymes-mere-blog-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/chrissimpkins-cinder.jpg b/static/images/theme/thumbnail/chrissimpkins-cinder.jpg deleted file mode 100644 index 6afe938a5..000000000 Binary files a/static/images/theme/thumbnail/chrissimpkins-cinder.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/christianezeani-panthera-jekyll.jpg b/static/images/theme/thumbnail/christianezeani-panthera-jekyll.jpg deleted file mode 100644 index 2d2ae637b..000000000 Binary files a/static/images/theme/thumbnail/christianezeani-panthera-jekyll.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 deleted file mode 100644 index 39d7295ce..000000000 Binary files a/static/images/theme/thumbnail/clark-zhao-bohu-jekyll-theme.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 deleted file mode 100644 index 74f29d1b7..000000000 Binary files a/static/images/theme/thumbnail/clayh53-tufte-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cloudcannon-aviator-jekyll-theme.jpg b/static/images/theme/thumbnail/cloudcannon-aviator-jekyll-theme.jpg deleted file mode 100644 index 16d55e128..000000000 Binary files a/static/images/theme/thumbnail/cloudcannon-aviator-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cloudcannon-cause-jekyll-template.jpg b/static/images/theme/thumbnail/cloudcannon-cause-jekyll-template.jpg deleted file mode 100644 index 14b961481..000000000 Binary files a/static/images/theme/thumbnail/cloudcannon-cause-jekyll-template.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 deleted file mode 100644 index db8159ade..000000000 Binary files a/static/images/theme/thumbnail/cloudcannon-edition-jekyll-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cloudcannon-frisco-jekyll-template.jpg b/static/images/theme/thumbnail/cloudcannon-frisco-jekyll-template.jpg deleted file mode 100644 index 68b20d396..000000000 Binary files a/static/images/theme/thumbnail/cloudcannon-frisco-jekyll-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cloudcannon-hydra-jekyll-template.jpg b/static/images/theme/thumbnail/cloudcannon-hydra-jekyll-template.jpg deleted file mode 100644 index af4870547..000000000 Binary files a/static/images/theme/thumbnail/cloudcannon-hydra-jekyll-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cloudcannon-justice-jekyll-template.jpg b/static/images/theme/thumbnail/cloudcannon-justice-jekyll-template.jpg deleted file mode 100644 index ee4f45ef2..000000000 Binary files a/static/images/theme/thumbnail/cloudcannon-justice-jekyll-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cloudcannon-malt-jekyll-template.jpg b/static/images/theme/thumbnail/cloudcannon-malt-jekyll-template.jpg deleted file mode 100644 index 3d3a4d9c0..000000000 Binary files a/static/images/theme/thumbnail/cloudcannon-malt-jekyll-template.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 deleted file mode 100644 index 2f178ef1b..000000000 Binary files a/static/images/theme/thumbnail/cloudcannon-urban-jekyll-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/codeasashu-hcz-jekyll-blog.jpg b/static/images/theme/thumbnail/codeasashu-hcz-jekyll-blog.jpg deleted file mode 100644 index 4f6790a46..000000000 Binary files a/static/images/theme/thumbnail/codeasashu-hcz-jekyll-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/codebushi-gatsby-starter-dimension.jpg b/static/images/theme/thumbnail/codebushi-gatsby-starter-dimension.jpg deleted file mode 100644 index 4572a444b..000000000 Binary files a/static/images/theme/thumbnail/codebushi-gatsby-starter-dimension.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/codebushi-gatsby-starter-forty.jpg b/static/images/theme/thumbnail/codebushi-gatsby-starter-forty.jpg deleted file mode 100644 index f40691b89..000000000 Binary files a/static/images/theme/thumbnail/codebushi-gatsby-starter-forty.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/codebushi-gatsby-starter-photon.jpg b/static/images/theme/thumbnail/codebushi-gatsby-starter-photon.jpg deleted file mode 100644 index ee0d5d106..000000000 Binary files a/static/images/theme/thumbnail/codebushi-gatsby-starter-photon.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/codebushi-gatsby-starter-stellar.jpg b/static/images/theme/thumbnail/codebushi-gatsby-starter-stellar.jpg deleted file mode 100644 index 3ef807ccf..000000000 Binary files a/static/images/theme/thumbnail/codebushi-gatsby-starter-stellar.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/codebushi-gatsby-starter-strata.jpg b/static/images/theme/thumbnail/codebushi-gatsby-starter-strata.jpg deleted file mode 100644 index 726933f49..000000000 Binary files a/static/images/theme/thumbnail/codebushi-gatsby-starter-strata.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 deleted file mode 100644 index 582c842e3..000000000 Binary files a/static/images/theme/thumbnail/codexfelis-paws-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/codinfox-codinfox-lanyon.jpg b/static/images/theme/thumbnail/codinfox-codinfox-lanyon.jpg deleted file mode 100644 index bf18d347a..000000000 Binary files a/static/images/theme/thumbnail/codinfox-codinfox-lanyon.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/colbyfayock-gatsby-starter-sass.jpg b/static/images/theme/thumbnail/colbyfayock-gatsby-starter-sass.jpg deleted file mode 100644 index 5b9cb59b9..000000000 Binary files a/static/images/theme/thumbnail/colbyfayock-gatsby-starter-sass.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/coletownsend-balzac-for-jekyll.jpg b/static/images/theme/thumbnail/coletownsend-balzac-for-jekyll.jpg deleted file mode 100644 index 0d1910330..000000000 Binary files a/static/images/theme/thumbnail/coletownsend-balzac-for-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/collective-gatsby-starter-plone.jpg b/static/images/theme/thumbnail/collective-gatsby-starter-plone.jpg deleted file mode 100644 index 86fe67315..000000000 Binary files a/static/images/theme/thumbnail/collective-gatsby-starter-plone.jpg and /dev/null 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 deleted file mode 100644 index 3781eb7c8..000000000 Binary files a/static/images/theme/thumbnail/contentful-userland-gatsby-contentful-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/contentstack-gatsby-starter-contentstack.jpg b/static/images/theme/thumbnail/contentstack-gatsby-starter-contentstack.jpg deleted file mode 100644 index a74488268..000000000 Binary files a/static/images/theme/thumbnail/contentstack-gatsby-starter-contentstack.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cosmicjs-gatsby-agency-portfolio.jpg b/static/images/theme/thumbnail/cosmicjs-gatsby-agency-portfolio.jpg deleted file mode 100644 index eab4b0f02..000000000 Binary files a/static/images/theme/thumbnail/cosmicjs-gatsby-agency-portfolio.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cosmicjs-gatsby-blog-cosmicjs.jpg b/static/images/theme/thumbnail/cosmicjs-gatsby-blog-cosmicjs.jpg deleted file mode 100644 index 00348a184..000000000 Binary files a/static/images/theme/thumbnail/cosmicjs-gatsby-blog-cosmicjs.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cosmicjs-gatsby-docs-app.jpg b/static/images/theme/thumbnail/cosmicjs-gatsby-docs-app.jpg deleted file mode 100644 index f9e7f2bc1..000000000 Binary files a/static/images/theme/thumbnail/cosmicjs-gatsby-docs-app.jpg and /dev/null 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 deleted file mode 100644 index 6d8f303fd..000000000 Binary files a/static/images/theme/thumbnail/cosmicjs-gatsby-localization-app-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cosmicjs-gatsby-starter.jpg b/static/images/theme/thumbnail/cosmicjs-gatsby-starter.jpg deleted file mode 100644 index 0129b7954..000000000 Binary files a/static/images/theme/thumbnail/cosmicjs-gatsby-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cotes2020-jekyll-theme-chirpy.jpg b/static/images/theme/thumbnail/cotes2020-jekyll-theme-chirpy.jpg deleted file mode 100644 index 10c4692d9..000000000 Binary files a/static/images/theme/thumbnail/cotes2020-jekyll-theme-chirpy.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/craigary-nobelium.jpg b/static/images/theme/thumbnail/craigary-nobelium.jpg deleted file mode 100644 index 1cd663ed4..000000000 Binary files a/static/images/theme/thumbnail/craigary-nobelium.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/creasoft-dev-fundamenty.jpg b/static/images/theme/thumbnail/creasoft-dev-fundamenty.jpg deleted file mode 100644 index 5b244c10f..000000000 Binary files a/static/images/theme/thumbnail/creasoft-dev-fundamenty.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 deleted file mode 100644 index 8a1dc3191..000000000 Binary files a/static/images/theme/thumbnail/curtiscde-hugo-theme-dopetrope.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/curtiscde-hugo-theme-massively.jpg b/static/images/theme/thumbnail/curtiscde-hugo-theme-massively.jpg deleted file mode 100644 index 7c772fed1..000000000 Binary files a/static/images/theme/thumbnail/curtiscde-hugo-theme-massively.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/curtistimson-hugo-theme-dopetrope.jpg b/static/images/theme/thumbnail/curtistimson-hugo-theme-dopetrope.jpg deleted file mode 100644 index 8a1dc3191..000000000 Binary files a/static/images/theme/thumbnail/curtistimson-hugo-theme-dopetrope.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/curtistimson-hugo-theme-massively.jpg b/static/images/theme/thumbnail/curtistimson-hugo-theme-massively.jpg deleted file mode 100644 index 3793ee2e8..000000000 Binary files a/static/images/theme/thumbnail/curtistimson-hugo-theme-massively.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cvluca-gatsby-starter-markdown.jpg b/static/images/theme/thumbnail/cvluca-gatsby-starter-markdown.jpg deleted file mode 100644 index c48480bff..000000000 Binary files a/static/images/theme/thumbnail/cvluca-gatsby-starter-markdown.jpg and /dev/null 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 deleted file mode 100644 index 119be9727..000000000 Binary files a/static/images/theme/thumbnail/cwlsn-gatsby-simple-contentful-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/cyevgeniy-jekyll-true-minimal.jpg b/static/images/theme/thumbnail/cyevgeniy-jekyll-true-minimal.jpg deleted file mode 100644 index 887afe7bf..000000000 Binary files a/static/images/theme/thumbnail/cyevgeniy-jekyll-true-minimal.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 deleted file mode 100644 index b8802bfd8..000000000 Binary files a/static/images/theme/thumbnail/daattali-beautiful-jekyll.jpg and /dev/null 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 deleted file mode 100644 index f3511c9da..000000000 Binary files a/static/images/theme/thumbnail/dabit3-gatsby-auth-starter-aws-amplify.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/dafiulh-vredeburg.jpg b/static/images/theme/thumbnail/dafiulh-vredeburg.jpg deleted file mode 100644 index 2e61851e8..000000000 Binary files a/static/images/theme/thumbnail/dafiulh-vredeburg.jpg and /dev/null 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 deleted file mode 100644 index ce7142995..000000000 Binary files a/static/images/theme/thumbnail/damassi-gatsby-starter-typescript-rebass-netlifycms.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/danielbayerlein-middleman-casper.jpg b/static/images/theme/thumbnail/danielbayerlein-middleman-casper.jpg deleted file mode 100644 index 2f568bf7f..000000000 Binary files a/static/images/theme/thumbnail/danielbayerlein-middleman-casper.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/danielkellyio-awake-template.jpg b/static/images/theme/thumbnail/danielkellyio-awake-template.jpg deleted file mode 100644 index ee4b43cf6..000000000 Binary files a/static/images/theme/thumbnail/danielkellyio-awake-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/danielkvist-hugo-piercer-theme.jpg b/static/images/theme/thumbnail/danielkvist-hugo-piercer-theme.jpg deleted file mode 100644 index 7e1d50536..000000000 Binary files a/static/images/theme/thumbnail/danielkvist-hugo-piercer-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/danielkvist-hugo-terrassa-theme.jpg b/static/images/theme/thumbnail/danielkvist-hugo-terrassa-theme.jpg deleted file mode 100644 index 1ec79a0e1..000000000 Binary files a/static/images/theme/thumbnail/danielkvist-hugo-terrassa-theme.jpg and /dev/null 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 deleted file mode 100644 index 634b0a678..000000000 Binary files a/static/images/theme/thumbnail/danilowoz-gatsby-advanced-blog-system.jpg and /dev/null 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 deleted file mode 100644 index 9f70aa5e7..000000000 Binary files a/static/images/theme/thumbnail/danshai-gatsbyv2-scientific-blog-machine-learning.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/danurbanowicz-eleventy-netlify-boilerplate.jpg b/static/images/theme/thumbnail/danurbanowicz-eleventy-netlify-boilerplate.jpg deleted file mode 100644 index 3531c255c..000000000 Binary files a/static/images/theme/thumbnail/danurbanowicz-eleventy-netlify-boilerplate.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 deleted file mode 100644 index 68e50bc05..000000000 Binary files a/static/images/theme/thumbnail/dashdashzako-hugo-journal.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 deleted file mode 100644 index e2c90d412..000000000 Binary files a/static/images/theme/thumbnail/dashingcode-front-cover.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/datocms-gatsby-portfolio.jpg b/static/images/theme/thumbnail/datocms-gatsby-portfolio.jpg deleted file mode 100644 index 00af8c4de..000000000 Binary files a/static/images/theme/thumbnail/datocms-gatsby-portfolio.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/daviddarnes-alembic.jpg b/static/images/theme/thumbnail/daviddarnes-alembic.jpg deleted file mode 100644 index 095ec8cab..000000000 Binary files a/static/images/theme/thumbnail/daviddarnes-alembic.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/daviddarnes-garth.jpg b/static/images/theme/thumbnail/daviddarnes-garth.jpg deleted file mode 100644 index 2e7bea8bf..000000000 Binary files a/static/images/theme/thumbnail/daviddarnes-garth.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 deleted file mode 100644 index 156088dd2..000000000 Binary files a/static/images/theme/thumbnail/davshoward-gatsby-starter-honey.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/dbtek-dbyll.jpg b/static/images/theme/thumbnail/dbtek-dbyll.jpg deleted file mode 100644 index dde670674..000000000 Binary files a/static/images/theme/thumbnail/dbtek-dbyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/dbtek-paper.jpg b/static/images/theme/thumbnail/dbtek-paper.jpg deleted file mode 100644 index 5c86f6c11..000000000 Binary files a/static/images/theme/thumbnail/dbtek-paper.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ddbullfrog-resumecard.jpg b/static/images/theme/thumbnail/ddbullfrog-resumecard.jpg deleted file mode 100644 index 58418e566..000000000 Binary files a/static/images/theme/thumbnail/ddbullfrog-resumecard.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/de-souza-hugo-flex.jpg b/static/images/theme/thumbnail/de-souza-hugo-flex.jpg deleted file mode 100644 index 5fd27db64..000000000 Binary files a/static/images/theme/thumbnail/de-souza-hugo-flex.jpg and /dev/null 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 deleted file mode 100644 index 0ab0ac2e0..000000000 Binary files a/static/images/theme/thumbnail/deamme-gatsby-starter-prismic-resume.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/deepidea-web-presentation.jpg b/static/images/theme/thumbnail/deepidea-web-presentation.jpg deleted file mode 100644 index 91163b984..000000000 Binary files a/static/images/theme/thumbnail/deepidea-web-presentation.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/denjones-hexo-theme-chan.jpg b/static/images/theme/thumbnail/denjones-hexo-theme-chan.jpg deleted file mode 100644 index 2d232d172..000000000 Binary files a/static/images/theme/thumbnail/denjones-hexo-theme-chan.jpg and /dev/null 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 deleted file mode 100644 index 50a0e91b5..000000000 Binary files a/static/images/theme/thumbnail/denningk-gatsby-starter-typescript-jest.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/devlocker-breakfast.jpg b/static/images/theme/thumbnail/devlocker-breakfast.jpg deleted file mode 100644 index be3400212..000000000 Binary files a/static/images/theme/thumbnail/devlocker-breakfast.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/dfcommunity-hexo-web-nary.jpg b/static/images/theme/thumbnail/dfcommunity-hexo-web-nary.jpg deleted file mode 100644 index 250830ffe..000000000 Binary files a/static/images/theme/thumbnail/dfcommunity-hexo-web-nary.jpg and /dev/null 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 deleted file mode 100644 index f0104a18b..000000000 Binary files a/static/images/theme/thumbnail/dgraph-io-hugo-dgraph-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/dieghernan-chulapa.jpg b/static/images/theme/thumbnail/dieghernan-chulapa.jpg deleted file mode 100644 index 0806bf588..000000000 Binary files a/static/images/theme/thumbnail/dieghernan-chulapa.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/diezcami-arctic-fox-theme.jpg b/static/images/theme/thumbnail/diezcami-arctic-fox-theme.jpg deleted file mode 100644 index efafd6055..000000000 Binary files a/static/images/theme/thumbnail/diezcami-arctic-fox-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/dikiaap-mangan.jpg b/static/images/theme/thumbnail/dikiaap-mangan.jpg deleted file mode 100644 index e8ad8aafd..000000000 Binary files a/static/images/theme/thumbnail/dikiaap-mangan.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/dirkfabisch-mediator.jpg b/static/images/theme/thumbnail/dirkfabisch-mediator.jpg deleted file mode 100644 index eb9f7e5cc..000000000 Binary files a/static/images/theme/thumbnail/dirkfabisch-mediator.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/dirtyf-hylia-forestry.jpg b/static/images/theme/thumbnail/dirtyf-hylia-forestry.jpg deleted file mode 100644 index 191d7665f..000000000 Binary files a/static/images/theme/thumbnail/dirtyf-hylia-forestry.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 deleted file mode 100644 index 9154854e6..000000000 Binary files a/static/images/theme/thumbnail/dominicabela-gatsby-starter-material-ui.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/dongchuan-yummy-jekyll.jpg b/static/images/theme/thumbnail/dongchuan-yummy-jekyll.jpg deleted file mode 100644 index 1ae9ee48b..000000000 Binary files a/static/images/theme/thumbnail/dongchuan-yummy-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/dplesca-purehugo.jpg b/static/images/theme/thumbnail/dplesca-purehugo.jpg deleted file mode 100644 index d2a2763c2..000000000 Binary files a/static/images/theme/thumbnail/dplesca-purehugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/drassil-git-wiki.jpg b/static/images/theme/thumbnail/drassil-git-wiki.jpg deleted file mode 100644 index abc0f00b2..000000000 Binary files a/static/images/theme/thumbnail/drassil-git-wiki.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/drvy-minimal-block.jpg b/static/images/theme/thumbnail/drvy-minimal-block.jpg deleted file mode 100644 index 404ca8c1f..000000000 Binary files a/static/images/theme/thumbnail/drvy-minimal-block.jpg and /dev/null 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 deleted file mode 100644 index fa85609b1..000000000 Binary files a/static/images/theme/thumbnail/dschau-gatsby-blog-starter-kit.jpg and /dev/null 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 deleted file mode 100644 index 5cccd98c4..000000000 Binary files a/static/images/theme/thumbnail/durianstack-gatsby-tailwindcss-sass-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/dwyfrequency-gatsby-ghub.jpg b/static/images/theme/thumbnail/dwyfrequency-gatsby-ghub.jpg deleted file mode 100644 index 67ea32ecf..000000000 Binary files a/static/images/theme/thumbnail/dwyfrequency-gatsby-ghub.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/dyndna-lanyon-plus.jpg b/static/images/theme/thumbnail/dyndna-lanyon-plus.jpg deleted file mode 100644 index 4bee05537..000000000 Binary files a/static/images/theme/thumbnail/dyndna-lanyon-plus.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/dyutibarma-monochrome.jpg b/static/images/theme/thumbnail/dyutibarma-monochrome.jpg deleted file mode 100644 index 0c46548e5..000000000 Binary files a/static/images/theme/thumbnail/dyutibarma-monochrome.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/dzello-reveal-hugo.jpg b/static/images/theme/thumbnail/dzello-reveal-hugo.jpg deleted file mode 100644 index fcd402815..000000000 Binary files a/static/images/theme/thumbnail/dzello-reveal-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/edavidaja-docter.jpg b/static/images/theme/thumbnail/edavidaja-docter.jpg deleted file mode 100644 index 2816a791b..000000000 Binary files a/static/images/theme/thumbnail/edavidaja-docter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/eliottvincent-bay.jpg b/static/images/theme/thumbnail/eliottvincent-bay.jpg deleted file mode 100644 index da2760118..000000000 Binary files a/static/images/theme/thumbnail/eliottvincent-bay.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ellekasai-resumecards.jpg b/static/images/theme/thumbnail/ellekasai-resumecards.jpg deleted file mode 100644 index 66fd4684f..000000000 Binary files a/static/images/theme/thumbnail/ellekasai-resumecards.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ellekasai-shiori.jpg b/static/images/theme/thumbnail/ellekasai-shiori.jpg deleted file mode 100644 index fa8ed0486..000000000 Binary files a/static/images/theme/thumbnail/ellekasai-shiori.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/elotroalex-ed.jpg b/static/images/theme/thumbnail/elotroalex-ed.jpg deleted file mode 100644 index ddb1df74b..000000000 Binary files a/static/images/theme/thumbnail/elotroalex-ed.jpg and /dev/null 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 deleted file mode 100644 index 165bab383..000000000 Binary files a/static/images/theme/thumbnail/email2vimalraj-gatsby-starter-tech-blog.jpg and /dev/null 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 deleted file mode 100644 index b44c213be..000000000 Binary files a/static/images/theme/thumbnail/emasuriano-gatsby-starter-event-calendar.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/emasuriano-gatsby-starter-mate.jpg b/static/images/theme/thumbnail/emasuriano-gatsby-starter-mate.jpg deleted file mode 100644 index 73971a0b6..000000000 Binary files a/static/images/theme/thumbnail/emasuriano-gatsby-starter-mate.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 deleted file mode 100644 index 471674a9f..000000000 Binary files a/static/images/theme/thumbnail/emilbaehr-automatic-app-landing-page.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/endymion1818-gatsby-starter-carraway.jpg b/static/images/theme/thumbnail/endymion1818-gatsby-starter-carraway.jpg deleted file mode 100644 index 305a438d8..000000000 Binary files a/static/images/theme/thumbnail/endymion1818-gatsby-starter-carraway.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/epilocal-newsliner-gatsby.jpg b/static/images/theme/thumbnail/epilocal-newsliner-gatsby.jpg deleted file mode 100644 index 593c1b7e8..000000000 Binary files a/static/images/theme/thumbnail/epilocal-newsliner-gatsby.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/erayaydin-jekyll-bulma.jpg b/static/images/theme/thumbnail/erayaydin-jekyll-bulma.jpg deleted file mode 100644 index 6f37ff7c8..000000000 Binary files a/static/images/theme/thumbnail/erayaydin-jekyll-bulma.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 deleted file mode 100644 index e65a53530..000000000 Binary files a/static/images/theme/thumbnail/escapemanuele-gatsby-contentful-blog-portfolio.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/excentris-compass.jpg b/static/images/theme/thumbnail/excentris-compass.jpg deleted file mode 100644 index f6afb1d69..000000000 Binary files a/static/images/theme/thumbnail/excentris-compass.jpg and /dev/null 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 deleted file mode 100644 index 5371ac72b..000000000 Binary files a/static/images/theme/thumbnail/exchangerate-api-rlstevenson-jekyll-theme.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 deleted file mode 100644 index 566662df2..000000000 Binary files a/static/images/theme/thumbnail/ezrasavard-ezora-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/fabe-gatsby-starter-deck.jpg b/static/images/theme/thumbnail/fabe-gatsby-starter-deck.jpg deleted file mode 100644 index a1a4dc82b..000000000 Binary files a/static/images/theme/thumbnail/fabe-gatsby-starter-deck.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/fabe-gatsby-universal.jpg b/static/images/theme/thumbnail/fabe-gatsby-universal.jpg deleted file mode 100644 index 4360a7fe6..000000000 Binary files a/static/images/theme/thumbnail/fabe-gatsby-universal.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/fabien0102-gatsby-starter.jpg b/static/images/theme/thumbnail/fabien0102-gatsby-starter.jpg deleted file mode 100644 index 66ca62101..000000000 Binary files a/static/images/theme/thumbnail/fabien0102-gatsby-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/fareez-ahamed-millikyl.jpg b/static/images/theme/thumbnail/fareez-ahamed-millikyl.jpg deleted file mode 100644 index dbec24b0c..000000000 Binary files a/static/images/theme/thumbnail/fareez-ahamed-millikyl.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/fastbyte01-keepit.jpg b/static/images/theme/thumbnail/fastbyte01-keepit.jpg deleted file mode 100644 index 9f306281a..000000000 Binary files a/static/images/theme/thumbnail/fastbyte01-keepit.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 deleted file mode 100644 index 5e497dd0d..000000000 Binary files a/static/images/theme/thumbnail/ferrolho-jekyll-theme-libretto.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 deleted file mode 100644 index 5c48e9588..000000000 Binary files a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-blog-1.jpg and /dev/null 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 deleted file mode 100644 index 61928e2be..000000000 Binary files a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-blog-2.jpg and /dev/null 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 deleted file mode 100644 index 83019e67a..000000000 Binary files a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-event-1.jpg and /dev/null 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 deleted file mode 100644 index 00f976605..000000000 Binary files a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-event-2.jpg and /dev/null 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 deleted file mode 100644 index bb9bb6b55..000000000 Binary files a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-portfolio-1.jpg and /dev/null 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 deleted file mode 100644 index d7d3661f2..000000000 Binary files a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-portfolio-2.jpg and /dev/null 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 deleted file mode 100644 index 9d4a4eca1..000000000 Binary files a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-recipe-1.jpg and /dev/null 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 deleted file mode 100644 index 4d67227a9..000000000 Binary files a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-recipe-2.jpg and /dev/null 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 deleted file mode 100644 index 64bde81c6..000000000 Binary files a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-shop-1.jpg and /dev/null 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 deleted file mode 100644 index ce9527cc0..000000000 Binary files a/static/images/theme/thumbnail/flotiq-flotiq-gatsby-shop-2.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/fongandrew-hydeout.jpg b/static/images/theme/thumbnail/fongandrew-hydeout.jpg deleted file mode 100644 index 3fe5405ca..000000000 Binary files a/static/images/theme/thumbnail/fongandrew-hydeout.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/forestryio-ubuild-jekyll.jpg b/static/images/theme/thumbnail/forestryio-ubuild-jekyll.jpg deleted file mode 100644 index 262f0ebc7..000000000 Binary files a/static/images/theme/thumbnail/forestryio-ubuild-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/forever-jekyll-forever-jekyll.jpg b/static/images/theme/thumbnail/forever-jekyll-forever-jekyll.jpg deleted file mode 100644 index 3526f4bd2..000000000 Binary files a/static/images/theme/thumbnail/forever-jekyll-forever-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/formspree-blogophonic-hugo.jpg b/static/images/theme/thumbnail/formspree-blogophonic-hugo.jpg deleted file mode 100644 index 490d2fad1..000000000 Binary files a/static/images/theme/thumbnail/formspree-blogophonic-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/foxandgeese-tiny-agency.jpg b/static/images/theme/thumbnail/foxandgeese-tiny-agency.jpg deleted file mode 100644 index fbbd5d507..000000000 Binary files a/static/images/theme/thumbnail/foxandgeese-tiny-agency.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/frankievalentine-gatsby-craftcms-barebones.jpg b/static/images/theme/thumbnail/frankievalentine-gatsby-craftcms-barebones.jpg deleted file mode 100644 index 3e1b05d91..000000000 Binary files a/static/images/theme/thumbnail/frankievalentine-gatsby-craftcms-barebones.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/friedger-gatsby-starter-blockstack.jpg b/static/images/theme/thumbnail/friedger-gatsby-starter-blockstack.jpg deleted file mode 100644 index e8931e430..000000000 Binary files a/static/images/theme/thumbnail/friedger-gatsby-starter-blockstack.jpg and /dev/null 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 deleted file mode 100644 index 5b2b51df4..000000000 Binary files a/static/images/theme/thumbnail/friendlyuser-vuepress-theme-cool-starter.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 deleted file mode 100644 index 58de67bab..000000000 Binary files a/static/images/theme/thumbnail/frnki-gatsby-typescript-starter-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/fromendworld-loffer.jpg b/static/images/theme/thumbnail/fromendworld-loffer.jpg deleted file mode 100644 index 5add89a1b..000000000 Binary files a/static/images/theme/thumbnail/fromendworld-loffer.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/fullit-fullit.github.io.jpg b/static/images/theme/thumbnail/fullit-fullit.github.io.jpg deleted file mode 100644 index 94bca6fda..000000000 Binary files a/static/images/theme/thumbnail/fullit-fullit.github.io.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 deleted file mode 100644 index 3c3136633..000000000 Binary files a/static/images/theme/thumbnail/gallenhu-hexo-theme-daily.jpg and /dev/null 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 deleted file mode 100644 index 9ddadfdbb..000000000 Binary files a/static/images/theme/thumbnail/ganevru-gatsby-starter-blog-grommet.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gaohaoyang-gaohaoyang.github.io.jpg b/static/images/theme/thumbnail/gaohaoyang-gaohaoyang.github.io.jpg deleted file mode 100644 index d4434bc01..000000000 Binary files a/static/images/theme/thumbnail/gaohaoyang-gaohaoyang.github.io.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 deleted file mode 100644 index c97b94c6d..000000000 Binary files a/static/images/theme/thumbnail/gatsbycentral-gatsby-starter-wordpress.jpg and /dev/null 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 deleted file mode 100644 index 0286d9868..000000000 Binary files a/static/images/theme/thumbnail/gatsbycentral-gatsby-v2-starter-casper.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gatsbycentral-gatsby-v2-starter-lumen.jpg b/static/images/theme/thumbnail/gatsbycentral-gatsby-v2-starter-lumen.jpg deleted file mode 100644 index 00c3df674..000000000 Binary files a/static/images/theme/thumbnail/gatsbycentral-gatsby-v2-starter-lumen.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gatsbyjs-gatsby-starter-blog.jpg b/static/images/theme/thumbnail/gatsbyjs-gatsby-starter-blog.jpg deleted file mode 100644 index 11a048dee..000000000 Binary files a/static/images/theme/thumbnail/gatsbyjs-gatsby-starter-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gatsbyjs-gatsby-starter-default.jpg b/static/images/theme/thumbnail/gatsbyjs-gatsby-starter-default.jpg deleted file mode 100644 index 8afd9f339..000000000 Binary files a/static/images/theme/thumbnail/gatsbyjs-gatsby-starter-default.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 deleted file mode 100644 index f0b24c589..000000000 Binary files a/static/images/theme/thumbnail/gcushen-hugo-academic.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 deleted file mode 100644 index 2f97b7f60..000000000 Binary files a/static/images/theme/thumbnail/gdgtoulouse-devfest-theme-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/geocine-gatsby-starter-devto.jpg b/static/images/theme/thumbnail/geocine-gatsby-starter-devto.jpg deleted file mode 100644 index 904b3bc0d..000000000 Binary files a/static/images/theme/thumbnail/geocine-gatsby-starter-devto.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/geocine-gatsby-starter-organization.jpg b/static/images/theme/thumbnail/geocine-gatsby-starter-organization.jpg deleted file mode 100644 index 260e5f3b7..000000000 Binary files a/static/images/theme/thumbnail/geocine-gatsby-starter-organization.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gesquive-slate.jpg b/static/images/theme/thumbnail/gesquive-slate.jpg deleted file mode 100644 index d4f01a3db..000000000 Binary files a/static/images/theme/thumbnail/gesquive-slate.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gethugothemes-andromeda-light.jpg b/static/images/theme/thumbnail/gethugothemes-andromeda-light.jpg deleted file mode 100644 index 2efa3d1be..000000000 Binary files a/static/images/theme/thumbnail/gethugothemes-andromeda-light.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gethugothemes-apollo-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-apollo-hugo.jpg deleted file mode 100644 index da358a5f2..000000000 Binary files a/static/images/theme/thumbnail/gethugothemes-apollo-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gethugothemes-bookworm-light.jpg b/static/images/theme/thumbnail/gethugothemes-bookworm-light.jpg deleted file mode 100644 index 4cf34792c..000000000 Binary files a/static/images/theme/thumbnail/gethugothemes-bookworm-light.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gethugothemes-geeky-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-geeky-hugo.jpg deleted file mode 100644 index 636d5e2b3..000000000 Binary files a/static/images/theme/thumbnail/gethugothemes-geeky-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gethugothemes-influencer-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-influencer-hugo.jpg deleted file mode 100644 index 197386545..000000000 Binary files a/static/images/theme/thumbnail/gethugothemes-influencer-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gethugothemes-liva-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-liva-hugo.jpg deleted file mode 100644 index fe8162096..000000000 Binary files a/static/images/theme/thumbnail/gethugothemes-liva-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gethugothemes-navigator-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-navigator-hugo.jpg deleted file mode 100644 index 07c5e3428..000000000 Binary files a/static/images/theme/thumbnail/gethugothemes-navigator-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gethugothemes-northendlab-light.jpg b/static/images/theme/thumbnail/gethugothemes-northendlab-light.jpg deleted file mode 100644 index 7f4f541e6..000000000 Binary files a/static/images/theme/thumbnail/gethugothemes-northendlab-light.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gethugothemes-omega-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-omega-hugo.jpg deleted file mode 100644 index 063b3cacf..000000000 Binary files a/static/images/theme/thumbnail/gethugothemes-omega-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gethugothemes-persian-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-persian-hugo.jpg deleted file mode 100644 index b2e695db8..000000000 Binary files a/static/images/theme/thumbnail/gethugothemes-persian-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gethugothemes-restaurant-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-restaurant-hugo.jpg deleted file mode 100644 index fadbcc767..000000000 Binary files a/static/images/theme/thumbnail/gethugothemes-restaurant-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gethugothemes-techfeed-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-techfeed-hugo.jpg deleted file mode 100644 index 0644189d7..000000000 Binary files a/static/images/theme/thumbnail/gethugothemes-techfeed-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gethugothemes-touchy-hugo.jpg b/static/images/theme/thumbnail/gethugothemes-touchy-hugo.jpg deleted file mode 100644 index d5f99abb4..000000000 Binary files a/static/images/theme/thumbnail/gethugothemes-touchy-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gherciu-gatsby-all-in.jpg b/static/images/theme/thumbnail/gherciu-gatsby-all-in.jpg deleted file mode 100644 index 02eee88a5..000000000 Binary files a/static/images/theme/thumbnail/gherciu-gatsby-all-in.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gildasio-clyell.jpg b/static/images/theme/thumbnail/gildasio-clyell.jpg deleted file mode 100644 index fc0ed664f..000000000 Binary files a/static/images/theme/thumbnail/gildasio-clyell.jpg and /dev/null 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 deleted file mode 100644 index ae2ebe0f7..000000000 Binary files a/static/images/theme/thumbnail/gillkyle-gatsby-starter-landing-page.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gilsondev-pelican-clean-blog.jpg b/static/images/theme/thumbnail/gilsondev-pelican-clean-blog.jpg deleted file mode 100644 index c5f54d4b7..000000000 Binary files a/static/images/theme/thumbnail/gilsondev-pelican-clean-blog.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 deleted file mode 100644 index 23420d111..000000000 Binary files a/static/images/theme/thumbnail/gkmngrgn-hugo-alageek-theme.jpg and /dev/null 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 deleted file mode 100644 index c01b5c2bc..000000000 Binary files a/static/images/theme/thumbnail/gmlunesa-gatsby-starter-personal-portfolio.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gomah-bluise.jpg b/static/images/theme/thumbnail/gomah-bluise.jpg deleted file mode 100644 index 4242d9789..000000000 Binary files a/static/images/theme/thumbnail/gomah-bluise.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 deleted file mode 100644 index 6c9e656d3..000000000 Binary files a/static/images/theme/thumbnail/goodroot-hugo-classic.jpg and /dev/null 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 deleted file mode 100644 index c31fcfa42..000000000 Binary files a/static/images/theme/thumbnail/graphcms-gatsby-graphcms-tailwindcss-example.jpg and /dev/null 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 deleted file mode 100644 index 0b1630239..000000000 Binary files a/static/images/theme/thumbnail/graphcms-gatsby-starter-graphcms-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/graphcms-graphcms-commerce-starter.jpg b/static/images/theme/thumbnail/graphcms-graphcms-commerce-starter.jpg deleted file mode 100644 index f80bff3cc..000000000 Binary files a/static/images/theme/thumbnail/graphcms-graphcms-commerce-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/graphcms-reference-marketing-website.jpg b/static/images/theme/thumbnail/graphcms-reference-marketing-website.jpg deleted file mode 100644 index 80ff622b0..000000000 Binary files a/static/images/theme/thumbnail/graphcms-reference-marketing-website.jpg and /dev/null 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 deleted file mode 100644 index 004ec4ae2..000000000 Binary files a/static/images/theme/thumbnail/greatgatsbyjsthemes-gatsby-starter-ggt-material-ui-blog.jpg and /dev/null 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 deleted file mode 100644 index 6aded6fe2..000000000 Binary files a/static/images/theme/thumbnail/greglobinski-gatsby-starter-hero-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gridsome-gridsome-starter-blog.jpg b/static/images/theme/thumbnail/gridsome-gridsome-starter-blog.jpg deleted file mode 100644 index b4e12ce86..000000000 Binary files a/static/images/theme/thumbnail/gridsome-gridsome-starter-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/gristlabs-mkdocs-windmill.jpg b/static/images/theme/thumbnail/gristlabs-mkdocs-windmill.jpg deleted file mode 100644 index 9e895db86..000000000 Binary files a/static/images/theme/thumbnail/gristlabs-mkdocs-windmill.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/grrinchas-aliquam.jpg b/static/images/theme/thumbnail/grrinchas-aliquam.jpg deleted file mode 100644 index d7a9ab1b1..000000000 Binary files a/static/images/theme/thumbnail/grrinchas-aliquam.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 deleted file mode 100644 index 021e82bdc..000000000 Binary files a/static/images/theme/thumbnail/gurusabarish-hugo-profile.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 deleted file mode 100644 index 5056bc345..000000000 Binary files a/static/images/theme/thumbnail/h-enk-doks.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/h01000110-windows-95.jpg b/static/images/theme/thumbnail/h01000110-windows-95.jpg deleted file mode 100644 index 45234edc5..000000000 Binary files a/static/images/theme/thumbnail/h01000110-windows-95.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 deleted file mode 100644 index 8d0c63190..000000000 Binary files a/static/images/theme/thumbnail/hagnerd-gatsby-starter-blog-mdx.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 deleted file mode 100644 index db65e256e..000000000 Binary files a/static/images/theme/thumbnail/harshil1712-gatsby-starter-googlesheets.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/hasura-gatsby-gitbook-starter.jpg b/static/images/theme/thumbnail/hasura-gatsby-gitbook-starter.jpg deleted file mode 100644 index a1399ab36..000000000 Binary files a/static/images/theme/thumbnail/hasura-gatsby-gitbook-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/heiswayi-textlog.jpg b/static/images/theme/thumbnail/heiswayi-textlog.jpg deleted file mode 100644 index cf59a26b8..000000000 Binary files a/static/images/theme/thumbnail/heiswayi-textlog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/heiswayi-the-plain.jpg b/static/images/theme/thumbnail/heiswayi-the-plain.jpg deleted file mode 100644 index 89c81a2c4..000000000 Binary files a/static/images/theme/thumbnail/heiswayi-the-plain.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/heiswayi-thinkspace.jpg b/static/images/theme/thumbnail/heiswayi-thinkspace.jpg deleted file mode 100644 index 11736617b..000000000 Binary files a/static/images/theme/thumbnail/heiswayi-thinkspace.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/heliumjk-heliumjk.github.io.jpg b/static/images/theme/thumbnail/heliumjk-heliumjk.github.io.jpg deleted file mode 100644 index b45c5a8cd..000000000 Binary files a/static/images/theme/thumbnail/heliumjk-heliumjk.github.io.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/hellocosmin-gridsome-starter-bleda.jpg b/static/images/theme/thumbnail/hellocosmin-gridsome-starter-bleda.jpg deleted file mode 100644 index 00fd60b07..000000000 Binary files a/static/images/theme/thumbnail/hellocosmin-gridsome-starter-bleda.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/hemangsk-devjournal.jpg b/static/images/theme/thumbnail/hemangsk-devjournal.jpg deleted file mode 100644 index 1f8b46378..000000000 Binary files a/static/images/theme/thumbnail/hemangsk-devjournal.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/hemangsk-gravity.jpg b/static/images/theme/thumbnail/hemangsk-gravity.jpg deleted file mode 100644 index 9139f256f..000000000 Binary files a/static/images/theme/thumbnail/hemangsk-gravity.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/hemangsk-safarnama.jpg b/static/images/theme/thumbnail/hemangsk-safarnama.jpg deleted file mode 100644 index 5d8da84e8..000000000 Binary files a/static/images/theme/thumbnail/hemangsk-safarnama.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/henryhuang-hexo-theme-aloha.jpg b/static/images/theme/thumbnail/henryhuang-hexo-theme-aloha.jpg deleted file mode 100644 index 84be4c713..000000000 Binary files a/static/images/theme/thumbnail/henryhuang-hexo-theme-aloha.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/henrythemes-jekyll-book-theme.jpg b/static/images/theme/thumbnail/henrythemes-jekyll-book-theme.jpg deleted file mode 100644 index 435a605a0..000000000 Binary files a/static/images/theme/thumbnail/henrythemes-jekyll-book-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/henrythemes-jekyll-bootstrap-theme.jpg b/static/images/theme/thumbnail/henrythemes-jekyll-bootstrap-theme.jpg deleted file mode 100644 index 065b27b0a..000000000 Binary files a/static/images/theme/thumbnail/henrythemes-jekyll-bootstrap-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/henrythemes-jekyll-minimal-theme.jpg b/static/images/theme/thumbnail/henrythemes-jekyll-minimal-theme.jpg deleted file mode 100644 index c7e6318ac..000000000 Binary files a/static/images/theme/thumbnail/henrythemes-jekyll-minimal-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/himali-patel-myclicks.jpg b/static/images/theme/thumbnail/himali-patel-myclicks.jpg deleted file mode 100644 index c1799a3fb..000000000 Binary files a/static/images/theme/thumbnail/himali-patel-myclicks.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/histaff-website-static.jpg b/static/images/theme/thumbnail/histaff-website-static.jpg deleted file mode 100644 index e6aca151b..000000000 Binary files a/static/images/theme/thumbnail/histaff-website-static.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/hmfaysal-hmfaysal-omega-theme.jpg b/static/images/theme/thumbnail/hmfaysal-hmfaysal-omega-theme.jpg deleted file mode 100644 index 5a43fbb0f..000000000 Binary files a/static/images/theme/thumbnail/hmfaysal-hmfaysal-omega-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/hmfaysal-jekyll-hmfaysal-theme.jpg b/static/images/theme/thumbnail/hmfaysal-jekyll-hmfaysal-theme.jpg deleted file mode 100644 index 6dd449c1b..000000000 Binary files a/static/images/theme/thumbnail/hmfaysal-jekyll-hmfaysal-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/holger1411-11straps.jpg b/static/images/theme/thumbnail/holger1411-11straps.jpg deleted file mode 100644 index 2dcdc627a..000000000 Binary files a/static/images/theme/thumbnail/holger1411-11straps.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/holger1411-brook-dev.jpg b/static/images/theme/thumbnail/holger1411-brook-dev.jpg deleted file mode 100644 index 0911fa886..000000000 Binary files a/static/images/theme/thumbnail/holger1411-brook-dev.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/holman-left.jpg b/static/images/theme/thumbnail/holman-left.jpg deleted file mode 100644 index 8fc68cfe3..000000000 Binary files a/static/images/theme/thumbnail/holman-left.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 deleted file mode 100644 index 177adccf8..000000000 Binary files a/static/images/theme/thumbnail/hugo-sid-hugo-blog-awesome.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/hugocarreira-jekyll-materializecss.jpg b/static/images/theme/thumbnail/hugocarreira-jekyll-materializecss.jpg deleted file mode 100644 index ebe348af5..000000000 Binary files a/static/images/theme/thumbnail/hugocarreira-jekyll-materializecss.jpg and /dev/null 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 deleted file mode 100644 index 3eac99d13..000000000 Binary files a/static/images/theme/thumbnail/hugocarreira-jekyll-vision-casper-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/hugoferreira-papyrus-theme.jpg b/static/images/theme/thumbnail/hugoferreira-papyrus-theme.jpg deleted file mode 100644 index 0824316e7..000000000 Binary files a/static/images/theme/thumbnail/hugoferreira-papyrus-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/humrochagf-colordrop.jpg b/static/images/theme/thumbnail/humrochagf-colordrop.jpg deleted file mode 100644 index 082f7f9fe..000000000 Binary files a/static/images/theme/thumbnail/humrochagf-colordrop.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/huweihuang-hexo-theme-huweihuang.jpg b/static/images/theme/thumbnail/huweihuang-hexo-theme-huweihuang.jpg deleted file mode 100644 index 819cd754c..000000000 Binary files a/static/images/theme/thumbnail/huweihuang-hexo-theme-huweihuang.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ifedyukin-mekyll.jpg b/static/images/theme/thumbnail/ifedyukin-mekyll.jpg deleted file mode 100644 index 6d2fd4022..000000000 Binary files a/static/images/theme/thumbnail/ifedyukin-mekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ijjk-notion-blog.jpg b/static/images/theme/thumbnail/ijjk-notion-blog.jpg deleted file mode 100644 index 721acad82..000000000 Binary files a/static/images/theme/thumbnail/ijjk-notion-blog.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 deleted file mode 100644 index 5ef3a135f..000000000 Binary files a/static/images/theme/thumbnail/imedadel-gatsby-london.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/inded-jekyll_modern-blog.jpg b/static/images/theme/thumbnail/inded-jekyll_modern-blog.jpg deleted file mode 100644 index b0a0651c2..000000000 Binary files a/static/images/theme/thumbnail/inded-jekyll_modern-blog.jpg and /dev/null 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 deleted file mode 100644 index 0d37b3922..000000000 Binary files a/static/images/theme/thumbnail/insidiousmind-material-bliss-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/issydennis-gatsby-snipcart.jpg b/static/images/theme/thumbnail/issydennis-gatsby-snipcart.jpg deleted file mode 100644 index 1a4122d71..000000000 Binary files a/static/images/theme/thumbnail/issydennis-gatsby-snipcart.jpg and /dev/null 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 deleted file mode 100644 index ee6e18338..000000000 Binary files a/static/images/theme/thumbnail/it-gro-hugo-theme-w3css-basic.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 deleted file mode 100644 index 39becdf53..000000000 Binary files a/static/images/theme/thumbnail/itsmeaga1n-minimal-categorized.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/itsnwa-darkfolio.jpg b/static/images/theme/thumbnail/itsnwa-darkfolio.jpg deleted file mode 100644 index f8f9cc968..000000000 Binary files a/static/images/theme/thumbnail/itsnwa-darkfolio.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/itsnwa-gridsome-forestry-starter.jpg b/static/images/theme/thumbnail/itsnwa-gridsome-forestry-starter.jpg deleted file mode 100644 index dda567e8c..000000000 Binary files a/static/images/theme/thumbnail/itsnwa-gridsome-forestry-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/itsrifat-rifyll.jpg b/static/images/theme/thumbnail/itsrifat-rifyll.jpg deleted file mode 100644 index 481c7e392..000000000 Binary files a/static/images/theme/thumbnail/itsrifat-rifyll.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 deleted file mode 100644 index 3f5945335..000000000 Binary files a/static/images/theme/thumbnail/iwiedenm-jekyll-theme-massively-src.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/iwilsonq-gatsby-starter-reasonml.jpg b/static/images/theme/thumbnail/iwilsonq-gatsby-starter-reasonml.jpg deleted file mode 100644 index 490423870..000000000 Binary files a/static/images/theme/thumbnail/iwilsonq-gatsby-starter-reasonml.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ixartz-astro-boilerplate.jpg b/static/images/theme/thumbnail/ixartz-astro-boilerplate.jpg deleted file mode 100644 index c4ed1b58e..000000000 Binary files a/static/images/theme/thumbnail/ixartz-astro-boilerplate.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ixartz-eleventy-starter-boilerplate.jpg b/static/images/theme/thumbnail/ixartz-eleventy-starter-boilerplate.jpg deleted file mode 100644 index b4ee3edea..000000000 Binary files a/static/images/theme/thumbnail/ixartz-eleventy-starter-boilerplate.jpg and /dev/null 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 deleted file mode 100644 index 3566f5572..000000000 Binary files a/static/images/theme/thumbnail/ixartz-next-js-blog-boilerplate.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ixartz-next-js-boilerplate.jpg b/static/images/theme/thumbnail/ixartz-next-js-boilerplate.jpg deleted file mode 100644 index 8011d89f3..000000000 Binary files a/static/images/theme/thumbnail/ixartz-next-js-boilerplate.jpg and /dev/null 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 deleted file mode 100644 index a6b780220..000000000 Binary files a/static/images/theme/thumbnail/ixartz-next-js-landing-page-starter-template.jpg and /dev/null 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 deleted file mode 100644 index 6eb254239..000000000 Binary files a/static/images/theme/thumbnail/jackbravo-gatsby-starter-i18n-blog.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 deleted file mode 100644 index 0ae0e0258..000000000 Binary files a/static/images/theme/thumbnail/jacobtomlinson-carte-noire.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jaehee0113-console.jpg b/static/images/theme/thumbnail/jaehee0113-console.jpg deleted file mode 100644 index cb168d672..000000000 Binary files a/static/images/theme/thumbnail/jaehee0113-console.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jaeyeophan-gatsby-starter-bee.jpg b/static/images/theme/thumbnail/jaeyeophan-gatsby-starter-bee.jpg deleted file mode 100644 index a7c0469d9..000000000 Binary files a/static/images/theme/thumbnail/jaeyeophan-gatsby-starter-bee.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jake-101-bael-template.jpg b/static/images/theme/thumbnail/jake-101-bael-template.jpg deleted file mode 100644 index 00cfea0ce..000000000 Binary files a/static/images/theme/thumbnail/jake-101-bael-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jameshamann-jekyll-material-theme.jpg b/static/images/theme/thumbnail/jameshamann-jekyll-material-theme.jpg deleted file mode 100644 index 37fe99d26..000000000 Binary files a/static/images/theme/thumbnail/jameshamann-jekyll-material-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jamigibbs-phantom.jpg b/static/images/theme/thumbnail/jamigibbs-phantom.jpg deleted file mode 100644 index ce0c76e48..000000000 Binary files a/static/images/theme/thumbnail/jamigibbs-phantom.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/janczizikow-sleek.jpg b/static/images/theme/thumbnail/janczizikow-sleek.jpg deleted file mode 100644 index 3dae42a65..000000000 Binary files a/static/images/theme/thumbnail/janczizikow-sleek.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jannikbuschke-gatsby-antd-docs.jpg b/static/images/theme/thumbnail/jannikbuschke-gatsby-antd-docs.jpg deleted file mode 100644 index 98786fdc4..000000000 Binary files a/static/images/theme/thumbnail/jannikbuschke-gatsby-antd-docs.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/janraasch-hugo-scroll.jpg b/static/images/theme/thumbnail/janraasch-hugo-scroll.jpg deleted file mode 100644 index 9a14af514..000000000 Binary files a/static/images/theme/thumbnail/janraasch-hugo-scroll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jarrekk-jalpc.jpg b/static/images/theme/thumbnail/jarrekk-jalpc.jpg deleted file mode 100644 index e4d1d2c32..000000000 Binary files a/static/images/theme/thumbnail/jarrekk-jalpc.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jasoncostello-slate.jpg b/static/images/theme/thumbnail/jasoncostello-slate.jpg deleted file mode 100644 index 850732388..000000000 Binary files a/static/images/theme/thumbnail/jasoncostello-slate.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jaymehta20-nextjs-blog-page.jpg b/static/images/theme/thumbnail/jaymehta20-nextjs-blog-page.jpg deleted file mode 100644 index d661aa869..000000000 Binary files a/static/images/theme/thumbnail/jaymehta20-nextjs-blog-page.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jeblister-kube.jpg b/static/images/theme/thumbnail/jeblister-kube.jpg deleted file mode 100644 index 827bf90e7..000000000 Binary files a/static/images/theme/thumbnail/jeblister-kube.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jeffreytse-jekyll-theme-yat.jpg b/static/images/theme/thumbnail/jeffreytse-jekyll-theme-yat.jpg deleted file mode 100644 index 42b2642f9..000000000 Binary files a/static/images/theme/thumbnail/jeffreytse-jekyll-theme-yat.jpg and /dev/null 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 deleted file mode 100644 index b5dd65af2..000000000 Binary files a/static/images/theme/thumbnail/jekyll-garden-jekyll-garden.github.io.jpg and /dev/null 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 deleted file mode 100644 index 6437529cb..000000000 Binary files a/static/images/theme/thumbnail/jekyll-one-j1-template-starter.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 deleted file mode 100644 index 982986986..000000000 Binary files a/static/images/theme/thumbnail/jekyller-online-cv.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jekyller-panelcv.jpg b/static/images/theme/thumbnail/jekyller-panelcv.jpg deleted file mode 100644 index 72d0cd83f..000000000 Binary files a/static/images/theme/thumbnail/jekyller-panelcv.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jekynewage-jekynewage.github.io.jpg b/static/images/theme/thumbnail/jekynewage-jekynewage.github.io.jpg deleted file mode 100644 index 1ed0beef5..000000000 Binary files a/static/images/theme/thumbnail/jekynewage-jekynewage.github.io.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jeromelachaud-freelancer-theme.jpg b/static/images/theme/thumbnail/jeromelachaud-freelancer-theme.jpg deleted file mode 100644 index cfbefa482..000000000 Binary files a/static/images/theme/thumbnail/jeromelachaud-freelancer-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jeromelachaud-grayscale-theme.jpg b/static/images/theme/thumbnail/jeromelachaud-grayscale-theme.jpg deleted file mode 100644 index e1e6240dd..000000000 Binary files a/static/images/theme/thumbnail/jeromelachaud-grayscale-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jerryc127-hexo-theme-butterfly.jpg b/static/images/theme/thumbnail/jerryc127-hexo-theme-butterfly.jpg deleted file mode 100644 index 760a8b70e..000000000 Binary files a/static/images/theme/thumbnail/jerryc127-hexo-theme-butterfly.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jitinnair1-gradfolio.jpg b/static/images/theme/thumbnail/jitinnair1-gradfolio.jpg deleted file mode 100644 index 6a343a2fc..000000000 Binary files a/static/images/theme/thumbnail/jitinnair1-gradfolio.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jjcav84-mdbreact-gatsby-starter.jpg b/static/images/theme/thumbnail/jjcav84-mdbreact-gatsby-starter.jpg deleted file mode 100644 index ac46d7217..000000000 Binary files a/static/images/theme/thumbnail/jjcav84-mdbreact-gatsby-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jkytoela-next-startd.jpg b/static/images/theme/thumbnail/jkytoela-next-startd.jpg deleted file mode 100644 index e9f75b41f..000000000 Binary files a/static/images/theme/thumbnail/jkytoela-next-startd.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jmau111-gatsby-juma.jpg b/static/images/theme/thumbnail/jmau111-gatsby-juma.jpg deleted file mode 100644 index 493724d20..000000000 Binary files a/static/images/theme/thumbnail/jmau111-gatsby-juma.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jmau111-gatsby-nes.jpg b/static/images/theme/thumbnail/jmau111-gatsby-nes.jpg deleted file mode 100644 index e3cf56d28..000000000 Binary files a/static/images/theme/thumbnail/jmau111-gatsby-nes.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jmau111-hugo-theme-ava.jpg b/static/images/theme/thumbnail/jmau111-hugo-theme-ava.jpg deleted file mode 100644 index 916a01da6..000000000 Binary files a/static/images/theme/thumbnail/jmau111-hugo-theme-ava.jpg and /dev/null 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 deleted file mode 100644 index 5828dce13..000000000 Binary files a/static/images/theme/thumbnail/jmschrack-dark-portfolio-template-11ty.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/johncoene-marat.jpg b/static/images/theme/thumbnail/johncoene-marat.jpg deleted file mode 100644 index d4828a171..000000000 Binary files a/static/images/theme/thumbnail/johncoene-marat.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/josephdyer-skeleventy.jpg b/static/images/theme/thumbnail/josephdyer-skeleventy.jpg deleted file mode 100644 index ff3e06bc8..000000000 Binary files a/static/images/theme/thumbnail/josephdyer-skeleventy.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 deleted file mode 100644 index e9a6c3425..000000000 Binary files a/static/images/theme/thumbnail/joshgerdes-jekyll-uno.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/joshuaavalon-jekyll-avalon.jpg b/static/images/theme/thumbnail/joshuaavalon-jekyll-avalon.jpg deleted file mode 100644 index 36980d57e..000000000 Binary files a/static/images/theme/thumbnail/joshuaavalon-jekyll-avalon.jpg and /dev/null 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 deleted file mode 100644 index e37763d79..000000000 Binary files a/static/images/theme/thumbnail/jota-ele-ene-just-me.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/joway-hugo-theme-yinyang.jpg b/static/images/theme/thumbnail/joway-hugo-theme-yinyang.jpg deleted file mode 100644 index f510d5eb5..000000000 Binary files a/static/images/theme/thumbnail/joway-hugo-theme-yinyang.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/joytou-joytou.github.io.jpg b/static/images/theme/thumbnail/joytou-joytou.github.io.jpg deleted file mode 100644 index 7ea9545fb..000000000 Binary files a/static/images/theme/thumbnail/joytou-joytou.github.io.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jpanther-congo.jpg b/static/images/theme/thumbnail/jpanther-congo.jpg deleted file mode 100644 index 367d27705..000000000 Binary files a/static/images/theme/thumbnail/jpanther-congo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jpanther-lynx.jpg b/static/images/theme/thumbnail/jpanther-lynx.jpg deleted file mode 100644 index ea235cd7e..000000000 Binary files a/static/images/theme/thumbnail/jpanther-lynx.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 deleted file mode 100644 index 277de2999..000000000 Binary files a/static/images/theme/thumbnail/jsappme-gridsome-shopify-starter.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 deleted file mode 100644 index 982fc3101..000000000 Binary files a/static/images/theme/thumbnail/jugglerx-gatsby-serif-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jugglerx-hugo-hero-theme.jpg b/static/images/theme/thumbnail/jugglerx-hugo-hero-theme.jpg deleted file mode 100644 index ffd3656d5..000000000 Binary files a/static/images/theme/thumbnail/jugglerx-hugo-hero-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jugglerx-hugo-whisper-theme.jpg b/static/images/theme/thumbnail/jugglerx-hugo-whisper-theme.jpg deleted file mode 100644 index 37e8c61d4..000000000 Binary files a/static/images/theme/thumbnail/jugglerx-hugo-whisper-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/juhi-trivedi-cape.jpg b/static/images/theme/thumbnail/juhi-trivedi-cape.jpg deleted file mode 100644 index 2094f39bf..000000000 Binary files a/static/images/theme/thumbnail/juhi-trivedi-cape.jpg and /dev/null 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 deleted file mode 100644 index 74fc4e909..000000000 Binary files a/static/images/theme/thumbnail/jumpalottahigh-gatsby-starter-blog-jumpalottahigh.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/junlulocky-popuptweets.jpg b/static/images/theme/thumbnail/junlulocky-popuptweets.jpg deleted file mode 100644 index 7cd975c09..000000000 Binary files a/static/images/theme/thumbnail/junlulocky-popuptweets.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/justgoodthemes-blogbox-jekyll-theme.jpg b/static/images/theme/thumbnail/justgoodthemes-blogbox-jekyll-theme.jpg deleted file mode 100644 index 414b70769..000000000 Binary files a/static/images/theme/thumbnail/justgoodthemes-blogbox-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/justgoodthemes-scriptor-jekyll-theme.jpg b/static/images/theme/thumbnail/justgoodthemes-scriptor-jekyll-theme.jpg deleted file mode 100644 index 544b264d3..000000000 Binary files a/static/images/theme/thumbnail/justgoodthemes-scriptor-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/justgoodui-dante-astro-theme.jpg b/static/images/theme/thumbnail/justgoodui-dante-astro-theme.jpg deleted file mode 100644 index acbce2561..000000000 Binary files a/static/images/theme/thumbnail/justgoodui-dante-astro-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/justgoodui-ovidius-astro-theme.jpg b/static/images/theme/thumbnail/justgoodui-ovidius-astro-theme.jpg deleted file mode 100644 index b56e6f360..000000000 Binary files a/static/images/theme/thumbnail/justgoodui-ovidius-astro-theme.jpg and /dev/null 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 deleted file mode 100644 index dea3dee69..000000000 Binary files a/static/images/theme/thumbnail/justinformentin-gatsby-v2-tutorial-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/jwillmer-jekylldecent.jpg b/static/images/theme/thumbnail/jwillmer-jekylldecent.jpg deleted file mode 100644 index 0c1c3e722..000000000 Binary files a/static/images/theme/thumbnail/jwillmer-jekylldecent.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kakawait-hugo-tranquilpeak-theme.jpg b/static/images/theme/thumbnail/kakawait-hugo-tranquilpeak-theme.jpg deleted file mode 100644 index ac802edf7..000000000 Binary files a/static/images/theme/thumbnail/kakawait-hugo-tranquilpeak-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kamikat-jekyll-theme-kagami.jpg b/static/images/theme/thumbnail/kamikat-jekyll-theme-kagami.jpg deleted file mode 100644 index f16048bf1..000000000 Binary files a/static/images/theme/thumbnail/kamikat-jekyll-theme-kagami.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kausalflow-connectome.jpg b/static/images/theme/thumbnail/kausalflow-connectome.jpg deleted file mode 100644 index 9033be5de..000000000 Binary files a/static/images/theme/thumbnail/kausalflow-connectome.jpg and /dev/null 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 deleted file mode 100644 index 49f10fa77..000000000 Binary files a/static/images/theme/thumbnail/kaushalmodi-hugo-bare-min-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kazumasato-siera.jpg b/static/images/theme/thumbnail/kazumasato-siera.jpg deleted file mode 100644 index c75782aba..000000000 Binary files a/static/images/theme/thumbnail/kazumasato-siera.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kc0bfv-autophugo.jpg b/static/images/theme/thumbnail/kc0bfv-autophugo.jpg deleted file mode 100644 index 929e52c1f..000000000 Binary files a/static/images/theme/thumbnail/kc0bfv-autophugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kc0bfv-ticky_tacky_dark.jpg b/static/images/theme/thumbnail/kc0bfv-ticky_tacky_dark.jpg deleted file mode 100644 index df17129bc..000000000 Binary files a/static/images/theme/thumbnail/kc0bfv-ticky_tacky_dark.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kdevo-osprey-delight.jpg b/static/images/theme/thumbnail/kdevo-osprey-delight.jpg deleted file mode 100644 index ff64f5a67..000000000 Binary files a/static/images/theme/thumbnail/kdevo-osprey-delight.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kdheepak-pelican-smoothie.jpg b/static/images/theme/thumbnail/kdheepak-pelican-smoothie.jpg deleted file mode 100644 index aabd95936..000000000 Binary files a/static/images/theme/thumbnail/kdheepak-pelican-smoothie.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 deleted file mode 100644 index 90f24f1f8..000000000 Binary files a/static/images/theme/thumbnail/kendallstrautman-brevifolia-gatsby-forestry.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kendallstrautman-brevifolia-gridsome-forestry.jpg b/static/images/theme/thumbnail/kendallstrautman-brevifolia-gridsome-forestry.jpg deleted file mode 100644 index 61c3a72bb..000000000 Binary files a/static/images/theme/thumbnail/kendallstrautman-brevifolia-gridsome-forestry.jpg and /dev/null 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 deleted file mode 100644 index 0c5f70074..000000000 Binary files a/static/images/theme/thumbnail/kentico-gatsby-starter-kontent-lumen.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kentico-gatsby-starter-kontent.jpg b/static/images/theme/thumbnail/kentico-gatsby-starter-kontent.jpg deleted file mode 100644 index 3f1220c99..000000000 Binary files a/static/images/theme/thumbnail/kentico-gatsby-starter-kontent.jpg and /dev/null 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 deleted file mode 100644 index 609c01944..000000000 Binary files a/static/images/theme/thumbnail/kentico-kontent-boilerplate-statiq-net.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kentico-kontent-jekyll-blog.jpg b/static/images/theme/thumbnail/kentico-kontent-jekyll-blog.jpg deleted file mode 100644 index 21387b91c..000000000 Binary files a/static/images/theme/thumbnail/kentico-kontent-jekyll-blog.jpg and /dev/null 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 deleted file mode 100644 index 2016f675f..000000000 Binary files a/static/images/theme/thumbnail/kentico-kontent-sample-dancing-goat-gridsome.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kentico-statiq-starter-kontent-lumen.jpg b/static/images/theme/thumbnail/kentico-statiq-starter-kontent-lumen.jpg deleted file mode 100644 index b751cac59..000000000 Binary files a/static/images/theme/thumbnail/kentico-statiq-starter-kontent-lumen.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kevit-devaid-jekyll-theme.jpg b/static/images/theme/thumbnail/kevit-devaid-jekyll-theme.jpg deleted file mode 100644 index 036ef7de3..000000000 Binary files a/static/images/theme/thumbnail/kevit-devaid-jekyll-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 deleted file mode 100644 index 54fa707a3..000000000 Binary files a/static/images/theme/thumbnail/kitian616-jekyll-text-theme.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 deleted file mode 100644 index 87722c876..000000000 Binary files a/static/images/theme/thumbnail/klugjo-hexo-theme-alpha-dust.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/klugjo-hexo-theme-anodyne.jpg b/static/images/theme/thumbnail/klugjo-hexo-theme-anodyne.jpg deleted file mode 100644 index add474d02..000000000 Binary files a/static/images/theme/thumbnail/klugjo-hexo-theme-anodyne.jpg and /dev/null 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 deleted file mode 100644 index a1ab75331..000000000 Binary files a/static/images/theme/thumbnail/klugjo-hexo-theme-clean-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/klugjo-hexo-theme-phantom.jpg b/static/images/theme/thumbnail/klugjo-hexo-theme-phantom.jpg deleted file mode 100644 index 605c8b16e..000000000 Binary files a/static/images/theme/thumbnail/klugjo-hexo-theme-phantom.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/knaman2609-clean.jpg b/static/images/theme/thumbnail/knaman2609-clean.jpg deleted file mode 100644 index 3092c6df6..000000000 Binary files a/static/images/theme/thumbnail/knaman2609-clean.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/knhash-jekyllbear.jpg b/static/images/theme/thumbnail/knhash-jekyllbear.jpg deleted file mode 100644 index 1c3da7e55..000000000 Binary files a/static/images/theme/thumbnail/knhash-jekyllbear.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/knhash-pudhina.jpg b/static/images/theme/thumbnail/knhash-pudhina.jpg deleted file mode 100644 index fd90ce43a..000000000 Binary files a/static/images/theme/thumbnail/knhash-pudhina.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/knightjdr-gatsby-starter-scientist.jpg b/static/images/theme/thumbnail/knightjdr-gatsby-starter-scientist.jpg deleted file mode 100644 index f2ea7caad..000000000 Binary files a/static/images/theme/thumbnail/knightjdr-gatsby-starter-scientist.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 deleted file mode 100644 index 1055a7a49..000000000 Binary files a/static/images/theme/thumbnail/konsumer-gatsby-starter-bootstrap-netlify.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kronik3r-daktilo.jpg b/static/images/theme/thumbnail/kronik3r-daktilo.jpg deleted file mode 100644 index d7bc1817b..000000000 Binary files a/static/images/theme/thumbnail/kronik3r-daktilo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kulacino-bajawa.jpg b/static/images/theme/thumbnail/kulacino-bajawa.jpg deleted file mode 100644 index 118d41595..000000000 Binary files a/static/images/theme/thumbnail/kulacino-bajawa.jpg and /dev/null 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 deleted file mode 100644 index 93d895686..000000000 Binary files a/static/images/theme/thumbnail/kun8018-gatsby-starter-icarus-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kuntoaji-dekyll.jpg b/static/images/theme/thumbnail/kuntoaji-dekyll.jpg deleted file mode 100644 index 28400b581..000000000 Binary files a/static/images/theme/thumbnail/kuntoaji-dekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/kxxvii-kikofri.jpg b/static/images/theme/thumbnail/kxxvii-kikofri.jpg deleted file mode 100644 index 798ab7660..000000000 Binary files a/static/images/theme/thumbnail/kxxvii-kikofri.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/laixintao-princess-diaries.jpg b/static/images/theme/thumbnail/laixintao-princess-diaries.jpg deleted file mode 100644 index 1ef1e2a15..000000000 Binary files a/static/images/theme/thumbnail/laixintao-princess-diaries.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 deleted file mode 100644 index d0aa9ef9e..000000000 Binary files a/static/images/theme/thumbnail/lauragift21-gridsome-minimal-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lavkumarv-feature-blog-jekyll.jpg b/static/images/theme/thumbnail/lavkumarv-feature-blog-jekyll.jpg deleted file mode 100644 index 2a7a81f63..000000000 Binary files a/static/images/theme/thumbnail/lavkumarv-feature-blog-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/le4ker-personal-jekyll-theme.jpg b/static/images/theme/thumbnail/le4ker-personal-jekyll-theme.jpg deleted file mode 100644 index 0bbd56d0e..000000000 Binary files a/static/images/theme/thumbnail/le4ker-personal-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lednerb-bilberry-hugo-theme.jpg b/static/images/theme/thumbnail/lednerb-bilberry-hugo-theme.jpg deleted file mode 100644 index b9baa4e00..000000000 Binary files a/static/images/theme/thumbnail/lednerb-bilberry-hugo-theme.jpg and /dev/null 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 deleted file mode 100644 index 762c45552..000000000 Binary files a/static/images/theme/thumbnail/lekoarts-gatsby-starter-minimal-blog.jpg and /dev/null 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 deleted file mode 100644 index 6cdad7a48..000000000 Binary files a/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-bella.jpg and /dev/null 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 deleted file mode 100644 index e5f36cbb5..000000000 Binary files a/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-cara.jpg and /dev/null 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 deleted file mode 100644 index 9c6ea10e7..000000000 Binary files a/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-emilia.jpg and /dev/null 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 deleted file mode 100644 index cb01a0740..000000000 Binary files a/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-emma.jpg and /dev/null 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 deleted file mode 100644 index 20a1fc9d9..000000000 Binary files a/static/images/theme/thumbnail/lekoarts-gatsby-starter-portfolio-jodie.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lekoarts-gatsby-starter-prismic-i18n.jpg b/static/images/theme/thumbnail/lekoarts-gatsby-starter-prismic-i18n.jpg deleted file mode 100644 index 1ee749d36..000000000 Binary files a/static/images/theme/thumbnail/lekoarts-gatsby-starter-prismic-i18n.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lekovicmilos-gatsby-starter-portfolio.jpg b/static/images/theme/thumbnail/lekovicmilos-gatsby-starter-portfolio.jpg deleted file mode 100644 index 6ac7253c8..000000000 Binary files a/static/images/theme/thumbnail/lekovicmilos-gatsby-starter-portfolio.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lenpaul-academic.jpg b/static/images/theme/thumbnail/lenpaul-academic.jpg deleted file mode 100644 index 48d577f94..000000000 Binary files a/static/images/theme/thumbnail/lenpaul-academic.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lenpaul-lagrange.jpg b/static/images/theme/thumbnail/lenpaul-lagrange.jpg deleted file mode 100644 index 8617a7d67..000000000 Binary files a/static/images/theme/thumbnail/lenpaul-lagrange.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lenpaul-millennial.jpg b/static/images/theme/thumbnail/lenpaul-millennial.jpg deleted file mode 100644 index 20036fcd6..000000000 Binary files a/static/images/theme/thumbnail/lenpaul-millennial.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lenpaul-portfolio-jekyll-theme.jpg b/static/images/theme/thumbnail/lenpaul-portfolio-jekyll-theme.jpg deleted file mode 100644 index 945df8556..000000000 Binary files a/static/images/theme/thumbnail/lenpaul-portfolio-jekyll-theme.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 deleted file mode 100644 index 05b97ea59..000000000 Binary files a/static/images/theme/thumbnail/lgaida-mediumish-gohugo-theme.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 deleted file mode 100644 index 5d78ebc65..000000000 Binary files a/static/images/theme/thumbnail/liberxue-liberxue.github.io.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/link9596-hydrogen.jpg b/static/images/theme/thumbnail/link9596-hydrogen.jpg deleted file mode 100644 index 5f20239af..000000000 Binary files a/static/images/theme/thumbnail/link9596-hydrogen.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/link9596-jekyll-theme-hydrogen.jpg b/static/images/theme/thumbnail/link9596-jekyll-theme-hydrogen.jpg deleted file mode 100644 index cae689c65..000000000 Binary files a/static/images/theme/thumbnail/link9596-jekyll-theme-hydrogen.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/liungkejin-liungkejin.github.io.jpg b/static/images/theme/thumbnail/liungkejin-liungkejin.github.io.jpg deleted file mode 100644 index e489d0146..000000000 Binary files a/static/images/theme/thumbnail/liungkejin-liungkejin.github.io.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 deleted file mode 100644 index 7be98657b..000000000 Binary files a/static/images/theme/thumbnail/livingdocsio-gatsby-magazine-example.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lixizhi-lixizhi.github.io.jpg b/static/images/theme/thumbnail/lixizhi-lixizhi.github.io.jpg deleted file mode 100644 index d3fcd1f2d..000000000 Binary files a/static/images/theme/thumbnail/lixizhi-lixizhi.github.io.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/longpdo-neumorphism.jpg b/static/images/theme/thumbnail/longpdo-neumorphism.jpg deleted file mode 100644 index c489daa34..000000000 Binary files a/static/images/theme/thumbnail/longpdo-neumorphism.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 deleted file mode 100644 index 0f7670337..000000000 Binary files a/static/images/theme/thumbnail/lorepirri-cayman-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 deleted file mode 100644 index 7606f1fff..000000000 Binary files a/static/images/theme/thumbnail/loveminimal-hugo-theme-virgo.jpg and /dev/null 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 deleted file mode 100644 index 9bdf6e9ca..000000000 Binary files a/static/images/theme/thumbnail/lubang-hugo-hello-programmer-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lucaspulliese-next-ecommerce.jpg b/static/images/theme/thumbnail/lucaspulliese-next-ecommerce.jpg deleted file mode 100644 index 9d2713600..000000000 Binary files a/static/images/theme/thumbnail/lucaspulliese-next-ecommerce.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 deleted file mode 100644 index 55f776fb2..000000000 Binary files a/static/images/theme/thumbnail/lukewhitehouse-gatsby-starter-blog-with-lunr.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lunaceee-hexo-material-netlify.jpg b/static/images/theme/thumbnail/lunaceee-hexo-material-netlify.jpg deleted file mode 100644 index ee4fe6d37..000000000 Binary files a/static/images/theme/thumbnail/lunaceee-hexo-material-netlify.jpg and /dev/null 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 deleted file mode 100644 index 29ba14e2d..000000000 Binary files a/static/images/theme/thumbnail/lundgren2-gatsby-starter-github-api.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/luoyan35714-lessormore.jpg b/static/images/theme/thumbnail/luoyan35714-lessormore.jpg deleted file mode 100644 index 5fe215a5a..000000000 Binary files a/static/images/theme/thumbnail/luoyan35714-lessormore.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lwojcik-eleventy-template-bliss.jpg b/static/images/theme/thumbnail/lwojcik-eleventy-template-bliss.jpg deleted file mode 100644 index e24ff8d9f..000000000 Binary files a/static/images/theme/thumbnail/lwojcik-eleventy-template-bliss.jpg and /dev/null 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 deleted file mode 100644 index 48f81bf7f..000000000 Binary files a/static/images/theme/thumbnail/lwz7512-gatsby-netlify-identity-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lwz7512-next-dev-studio.jpg b/static/images/theme/thumbnail/lwz7512-next-dev-studio.jpg deleted file mode 100644 index 8772fa54e..000000000 Binary files a/static/images/theme/thumbnail/lwz7512-next-dev-studio.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lwz7512-next-smooth-doc.jpg b/static/images/theme/thumbnail/lwz7512-next-smooth-doc.jpg deleted file mode 100644 index 39da2f29e..000000000 Binary files a/static/images/theme/thumbnail/lwz7512-next-smooth-doc.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lwz7512-next-static-neve.jpg b/static/images/theme/thumbnail/lwz7512-next-static-neve.jpg deleted file mode 100644 index 4c0e76fed..000000000 Binary files a/static/images/theme/thumbnail/lwz7512-next-static-neve.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/lxndrblz-anatole.jpg b/static/images/theme/thumbnail/lxndrblz-anatole.jpg deleted file mode 100644 index 368bd5f75..000000000 Binary files a/static/images/theme/thumbnail/lxndrblz-anatole.jpg and /dev/null 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 deleted file mode 100644 index 115dd8d52..000000000 Binary files a/static/images/theme/thumbnail/lyket-dev-nextjs-simple-blog-theme.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 deleted file mode 100644 index 63077ddea..000000000 Binary files a/static/images/theme/thumbnail/madelyneriksen-gatsby-starter-tyra.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/madforjekyll-madforjekyll.github.io.jpg b/static/images/theme/thumbnail/madforjekyll-madforjekyll.github.io.jpg deleted file mode 100644 index 541acfaa5..000000000 Binary files a/static/images/theme/thumbnail/madforjekyll-madforjekyll.github.io.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/manid2-lone-wolf-theme.jpg b/static/images/theme/thumbnail/manid2-lone-wolf-theme.jpg deleted file mode 100644 index 9a6fc18d7..000000000 Binary files a/static/images/theme/thumbnail/manid2-lone-wolf-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/marcanuy-hugotube.jpg b/static/images/theme/thumbnail/marcanuy-hugotube.jpg deleted file mode 100644 index f6a7c883e..000000000 Binary files a/static/images/theme/thumbnail/marcanuy-hugotube.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 deleted file mode 100644 index b677874e9..000000000 Binary files a/static/images/theme/thumbnail/marcomelilli-gatsby-airtable-advanced-starter.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 deleted file mode 100644 index 406fd1de0..000000000 Binary files a/static/images/theme/thumbnail/margueriteroth-gatsby-prismic-starter-prist.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/markoradak-gatsby-starter-storybook.jpg b/static/images/theme/thumbnail/markoradak-gatsby-starter-storybook.jpg deleted file mode 100644 index f240ceeae..000000000 Binary files a/static/images/theme/thumbnail/markoradak-gatsby-starter-storybook.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/matcornic-hugo-theme-learn.jpg b/static/images/theme/thumbnail/matcornic-hugo-theme-learn.jpg deleted file mode 100644 index 9dd68a127..000000000 Binary files a/static/images/theme/thumbnail/matcornic-hugo-theme-learn.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/materio-react-github-banner.png b/static/images/theme/thumbnail/materio-react-github-banner.png deleted file mode 100644 index 865ea2560..000000000 Binary files a/static/images/theme/thumbnail/materio-react-github-banner.png and /dev/null 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 deleted file mode 100644 index c4629128b..000000000 Binary files a/static/images/theme/thumbnail/materio-vue-nuxtjs-free-banner-github.png and /dev/null differ diff --git a/static/images/theme/thumbnail/mateussmedeiros-blade-theme.jpg b/static/images/theme/thumbnail/mateussmedeiros-blade-theme.jpg deleted file mode 100644 index 9ad65c78a..000000000 Binary files a/static/images/theme/thumbnail/mateussmedeiros-blade-theme.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 deleted file mode 100644 index ab77cae72..000000000 Binary files a/static/images/theme/thumbnail/mattgraham-leap-day.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/mattgraham-midnight.jpg b/static/images/theme/thumbnail/mattgraham-midnight.jpg deleted file mode 100644 index fb212650f..000000000 Binary files a/static/images/theme/thumbnail/mattgraham-midnight.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 deleted file mode 100644 index 73b04fb05..000000000 Binary files a/static/images/theme/thumbnail/mattvh-solar-theme-jekyll.jpg and /dev/null 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 deleted file mode 100644 index ebf2a117f..000000000 Binary files a/static/images/theme/thumbnail/maxpou-gatsby-starter-morning-dew.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 deleted file mode 100644 index dd4150669..000000000 Binary files a/static/images/theme/thumbnail/mccrodp-gatsby-starter-contentful-i18n.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/mdrathik-nuxtjs-tailwind-blog.jpg b/static/images/theme/thumbnail/mdrathik-nuxtjs-tailwind-blog.jpg deleted file mode 100644 index 2ce7f0ead..000000000 Binary files a/static/images/theme/thumbnail/mdrathik-nuxtjs-tailwind-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/melangue-dactl.jpg b/static/images/theme/thumbnail/melangue-dactl.jpg deleted file mode 100644 index 5d5893c8d..000000000 Binary files a/static/images/theme/thumbnail/melangue-dactl.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/meliodus-meliodus.github.io.jpg b/static/images/theme/thumbnail/meliodus-meliodus.github.io.jpg deleted file mode 100644 index 512570ca4..000000000 Binary files a/static/images/theme/thumbnail/meliodus-meliodus.github.io.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/meliodus-uno-dbyll.jpg b/static/images/theme/thumbnail/meliodus-uno-dbyll.jpg deleted file mode 100644 index 5bd7a6c2f..000000000 Binary files a/static/images/theme/thumbnail/meliodus-uno-dbyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/melvinchng-event-jekyll-theme.jpg b/static/images/theme/thumbnail/melvinchng-event-jekyll-theme.jpg deleted file mode 100644 index f2d3caa89..000000000 Binary files a/static/images/theme/thumbnail/melvinchng-event-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/mendhak-eleventy-satisfactory.jpg b/static/images/theme/thumbnail/mendhak-eleventy-satisfactory.jpg deleted file mode 100644 index f0f64c55e..000000000 Binary files a/static/images/theme/thumbnail/mendhak-eleventy-satisfactory.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/meteorlxy-vuepress-theme-meteorlxy.jpg b/static/images/theme/thumbnail/meteorlxy-vuepress-theme-meteorlxy.jpg deleted file mode 100644 index ab2558eae..000000000 Binary files a/static/images/theme/thumbnail/meteorlxy-vuepress-theme-meteorlxy.jpg and /dev/null 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 deleted file mode 100644 index b1c32c8df..000000000 Binary files a/static/images/theme/thumbnail/mhadaily-gatsby-starter-typescript-power-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/midzer-urban-theme.jpg b/static/images/theme/thumbnail/midzer-urban-theme.jpg deleted file mode 100644 index c25a846e6..000000000 Binary files a/static/images/theme/thumbnail/midzer-urban-theme.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 deleted file mode 100644 index 7ddbeeb9a..000000000 Binary files a/static/images/theme/thumbnail/mmistakes-hpstr-jekyll-theme.jpg and /dev/null 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 deleted file mode 100644 index b87768419..000000000 Binary files a/static/images/theme/thumbnail/mmistakes-jekyll-theme-basically-basic.jpg and /dev/null 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 deleted file mode 100644 index 77ed0ae4c..000000000 Binary files a/static/images/theme/thumbnail/mmistakes-jekyll-theme-skinny-bones.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/mmistakes-minimal-mistakes.jpg b/static/images/theme/thumbnail/mmistakes-minimal-mistakes.jpg deleted file mode 100644 index 33accad73..000000000 Binary files a/static/images/theme/thumbnail/mmistakes-minimal-mistakes.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/mmistakes-so-simple-theme.jpg b/static/images/theme/thumbnail/mmistakes-so-simple-theme.jpg deleted file mode 100644 index bb3f199da..000000000 Binary files a/static/images/theme/thumbnail/mmistakes-so-simple-theme.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 deleted file mode 100644 index 0d6db70fa..000000000 Binary files a/static/images/theme/thumbnail/mohanmonu777-gatsby-starter-krisp.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/molebox-gatsby-theme-pocket.jpg b/static/images/theme/thumbnail/molebox-gatsby-theme-pocket.jpg deleted file mode 100644 index 0aedb9349..000000000 Binary files a/static/images/theme/thumbnail/molebox-gatsby-theme-pocket.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/moltin-gatsby-demo-store.jpg b/static/images/theme/thumbnail/moltin-gatsby-demo-store.jpg deleted file mode 100644 index 437bba413..000000000 Binary files a/static/images/theme/thumbnail/moltin-gatsby-demo-store.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/moonwave99-waffel.jpg b/static/images/theme/thumbnail/moonwave99-waffel.jpg deleted file mode 100644 index ca00449db..000000000 Binary files a/static/images/theme/thumbnail/moonwave99-waffel.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/mrgreensworkshop-mrgreen-jekylltheme.jpg b/static/images/theme/thumbnail/mrgreensworkshop-mrgreen-jekylltheme.jpg deleted file mode 100644 index 4dc00b726..000000000 Binary files a/static/images/theme/thumbnail/mrgreensworkshop-mrgreen-jekylltheme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/muan-scribble.jpg b/static/images/theme/thumbnail/muan-scribble.jpg deleted file mode 100644 index 0d12a3964..000000000 Binary files a/static/images/theme/thumbnail/muan-scribble.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/mudassirgithub-next-basic-blog.jpg b/static/images/theme/thumbnail/mudassirgithub-next-basic-blog.jpg deleted file mode 100644 index d6b097eed..000000000 Binary files a/static/images/theme/thumbnail/mudassirgithub-next-basic-blog.jpg and /dev/null 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 deleted file mode 100644 index c96db7825..000000000 Binary files a/static/images/theme/thumbnail/muenzpraeger-eleventy-chirpy-blog-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/muhajirdev-gatsby-starter-firebase.jpg b/static/images/theme/thumbnail/muhajirdev-gatsby-starter-firebase.jpg deleted file mode 100644 index dd397b7a4..000000000 Binary files a/static/images/theme/thumbnail/muhajirdev-gatsby-starter-firebase.jpg and /dev/null 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 deleted file mode 100644 index dd397b7a4..000000000 Binary files a/static/images/theme/thumbnail/muhajirdev-gatsby-starter-redux-firebase.jpg and /dev/null 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 deleted file mode 100644 index 9fe041988..000000000 Binary files a/static/images/theme/thumbnail/muhajirdev-gatsby-tailwind-emotion-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/mumuxme-materialize-jekyll.jpg b/static/images/theme/thumbnail/mumuxme-materialize-jekyll.jpg deleted file mode 100644 index 018a41ca4..000000000 Binary files a/static/images/theme/thumbnail/mumuxme-materialize-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/muniftanjim-minimo.jpg b/static/images/theme/thumbnail/muniftanjim-minimo.jpg deleted file mode 100644 index 283d59f43..000000000 Binary files a/static/images/theme/thumbnail/muniftanjim-minimo.jpg and /dev/null 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 deleted file mode 100644 index 352fa8ad5..000000000 Binary files a/static/images/theme/thumbnail/murraco-jekyll-theme-minimal-resume.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/mushishi78-jekyll-video.jpg b/static/images/theme/thumbnail/mushishi78-jekyll-video.jpg deleted file mode 100644 index 8cd9e547a..000000000 Binary files a/static/images/theme/thumbnail/mushishi78-jekyll-video.jpg and /dev/null 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 deleted file mode 100644 index 968fc6f40..000000000 Binary files a/static/images/theme/thumbnail/mushishi78-one-page-wonder-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nadjetey-wangana.jpg b/static/images/theme/thumbnail/nadjetey-wangana.jpg deleted file mode 100644 index f6537dfdd..000000000 Binary files a/static/images/theme/thumbnail/nadjetey-wangana.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nairobilug-pelican-alchemy.jpg b/static/images/theme/thumbnail/nairobilug-pelican-alchemy.jpg deleted file mode 100644 index 4ebc4d05f..000000000 Binary files a/static/images/theme/thumbnail/nairobilug-pelican-alchemy.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nandomoreirame-dotx.jpg b/static/images/theme/thumbnail/nandomoreirame-dotx.jpg deleted file mode 100644 index d54e725aa..000000000 Binary files a/static/images/theme/thumbnail/nandomoreirame-dotx.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nandomoreirame-end2end.jpg b/static/images/theme/thumbnail/nandomoreirame-end2end.jpg deleted file mode 100644 index c3f715fd3..000000000 Binary files a/static/images/theme/thumbnail/nandomoreirame-end2end.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nandomoreirame-zetsu.jpg b/static/images/theme/thumbnail/nandomoreirame-zetsu.jpg deleted file mode 100644 index d2648362e..000000000 Binary files a/static/images/theme/thumbnail/nandomoreirame-zetsu.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nanxiaobei-hugo-paper.jpg b/static/images/theme/thumbnail/nanxiaobei-hugo-paper.jpg deleted file mode 100644 index 4659172be..000000000 Binary files a/static/images/theme/thumbnail/nanxiaobei-hugo-paper.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/narative-gatsby-theme-novela.jpg b/static/images/theme/thumbnail/narative-gatsby-theme-novela.jpg deleted file mode 100644 index d3c7aa1a9..000000000 Binary files a/static/images/theme/thumbnail/narative-gatsby-theme-novela.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 deleted file mode 100644 index 7ce625bb2..000000000 Binary files a/static/images/theme/thumbnail/nathancday-min_night.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/naufaldi-next-landing-vpn.jpg b/static/images/theme/thumbnail/naufaldi-next-landing-vpn.jpg deleted file mode 100644 index 5876ce8e1..000000000 Binary files a/static/images/theme/thumbnail/naufaldi-next-landing-vpn.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ndimatteo-hull.jpg b/static/images/theme/thumbnail/ndimatteo-hull.jpg deleted file mode 100644 index 5949b6028..000000000 Binary files a/static/images/theme/thumbnail/ndimatteo-hull.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nehalist-gatsby-starter-nehalem.jpg b/static/images/theme/thumbnail/nehalist-gatsby-starter-nehalem.jpg deleted file mode 100644 index 9efded26f..000000000 Binary files a/static/images/theme/thumbnail/nehalist-gatsby-starter-nehalem.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/neizod-lemma-theme.jpg b/static/images/theme/thumbnail/neizod-lemma-theme.jpg deleted file mode 100644 index b02630717..000000000 Binary files a/static/images/theme/thumbnail/neizod-lemma-theme.jpg and /dev/null 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 deleted file mode 100644 index 55210e6b6..000000000 Binary files a/static/images/theme/thumbnail/netlify-templates-gatsby-starter-netlify-cms.jpg and /dev/null 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 deleted file mode 100644 index 4f2547a04..000000000 Binary files a/static/images/theme/thumbnail/netlify-templates-one-click-hugo-cms.jpg and /dev/null 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 deleted file mode 100644 index 007bd57aa..000000000 Binary files a/static/images/theme/thumbnail/netlify-templates-remix-admin-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/netlify-templates-tanstack-template.jpg b/static/images/theme/thumbnail/netlify-templates-tanstack-template.jpg deleted file mode 100644 index d63e48732..000000000 Binary files a/static/images/theme/thumbnail/netlify-templates-tanstack-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nickbalestra-kactus.jpg b/static/images/theme/thumbnail/nickbalestra-kactus.jpg deleted file mode 100644 index 3cccb432c..000000000 Binary files a/static/images/theme/thumbnail/nickbalestra-kactus.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nielsenramon-chalk.jpg b/static/images/theme/thumbnail/nielsenramon-chalk.jpg deleted file mode 100644 index 455caedf7..000000000 Binary files a/static/images/theme/thumbnail/nielsenramon-chalk.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/niklasbuschmann-contrast.jpg b/static/images/theme/thumbnail/niklasbuschmann-contrast.jpg deleted file mode 100644 index 385f62fdd..000000000 Binary files a/static/images/theme/thumbnail/niklasbuschmann-contrast.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/niklasmtj-gatsby-starter-julia.jpg b/static/images/theme/thumbnail/niklasmtj-gatsby-starter-julia.jpg deleted file mode 100644 index 5553354d1..000000000 Binary files a/static/images/theme/thumbnail/niklasmtj-gatsby-starter-julia.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nikrich-jekyll-slender-template.jpg b/static/images/theme/thumbnail/nikrich-jekyll-slender-template.jpg deleted file mode 100644 index 817313fef..000000000 Binary files a/static/images/theme/thumbnail/nikrich-jekyll-slender-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nikrich-jekyll-wing-template.jpg b/static/images/theme/thumbnail/nikrich-jekyll-wing-template.jpg deleted file mode 100644 index e1f6e2b3c..000000000 Binary files a/static/images/theme/thumbnail/nikrich-jekyll-wing-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ninapetrop-artist-theme.jpg b/static/images/theme/thumbnail/ninapetrop-artist-theme.jpg deleted file mode 100644 index 9d3071b53..000000000 Binary files a/static/images/theme/thumbnail/ninapetrop-artist-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nirocfz-arabica.jpg b/static/images/theme/thumbnail/nirocfz-arabica.jpg deleted file mode 100644 index 706afbf6c..000000000 Binary files a/static/images/theme/thumbnail/nirocfz-arabica.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 deleted file mode 100644 index e681325ec..000000000 Binary files a/static/images/theme/thumbnail/notpushkin-mkdocs-alabaster.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nrandecker-particle.jpg b/static/images/theme/thumbnail/nrandecker-particle.jpg deleted file mode 100644 index 5577585cd..000000000 Binary files a/static/images/theme/thumbnail/nrandecker-particle.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nunocoracao-blowfish.jpg b/static/images/theme/thumbnail/nunocoracao-blowfish.jpg deleted file mode 100644 index c12e191a9..000000000 Binary files a/static/images/theme/thumbnail/nunocoracao-blowfish.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/nurlansu-hugo-sustain.jpg b/static/images/theme/thumbnail/nurlansu-hugo-sustain.jpg deleted file mode 100644 index d002ebad9..000000000 Binary files a/static/images/theme/thumbnail/nurlansu-hugo-sustain.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/octoxalis-11tyframe.jpg b/static/images/theme/thumbnail/octoxalis-11tyframe.jpg deleted file mode 100644 index d1e974677..000000000 Binary files a/static/images/theme/thumbnail/octoxalis-11tyframe.jpg and /dev/null 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 deleted file mode 100644 index ffb0ab8dc..000000000 Binary files a/static/images/theme/thumbnail/ofranke-gatsby-typescript-scss-docker.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ohduran-onassis.jpg b/static/images/theme/thumbnail/ohduran-onassis.jpg deleted file mode 100644 index 6f8a546fb..000000000 Binary files a/static/images/theme/thumbnail/ohduran-onassis.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ohduran-the-interesting-times.jpg b/static/images/theme/thumbnail/ohduran-the-interesting-times.jpg deleted file mode 100644 index e08ef00dc..000000000 Binary files a/static/images/theme/thumbnail/ohduran-the-interesting-times.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 deleted file mode 100644 index 15a4a1740..000000000 Binary files a/static/images/theme/thumbnail/olivier3lanc-jekyll-libdoc.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ondrabus-gridsome-starter-kontent-lumen.jpg b/static/images/theme/thumbnail/ondrabus-gridsome-starter-kontent-lumen.jpg deleted file mode 100644 index 264d28b53..000000000 Binary files a/static/images/theme/thumbnail/ondrabus-gridsome-starter-kontent-lumen.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ondrabus-scully-starter-kontent-lumen.jpg b/static/images/theme/thumbnail/ondrabus-scully-starter-kontent-lumen.jpg deleted file mode 100644 index e3d8e2fbc..000000000 Binary files a/static/images/theme/thumbnail/ondrabus-scully-starter-kontent-lumen.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/onepase-ephesus.jpg b/static/images/theme/thumbnail/onepase-ephesus.jpg deleted file mode 100644 index a285679c1..000000000 Binary files a/static/images/theme/thumbnail/onepase-ephesus.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/onweru-compose.jpg b/static/images/theme/thumbnail/onweru-compose.jpg deleted file mode 100644 index c8cf8cc46..000000000 Binary files a/static/images/theme/thumbnail/onweru-compose.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/onweru-hugo-swift-theme.jpg b/static/images/theme/thumbnail/onweru-hugo-swift-theme.jpg deleted file mode 100644 index 9d9b5273f..000000000 Binary files a/static/images/theme/thumbnail/onweru-hugo-swift-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/onweru-newsroom.jpg b/static/images/theme/thumbnail/onweru-newsroom.jpg deleted file mode 100644 index 74163e9d3..000000000 Binary files a/static/images/theme/thumbnail/onweru-newsroom.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/onwidget-astrowind.jpg b/static/images/theme/thumbnail/onwidget-astrowind.jpg deleted file mode 100644 index 510b81a21..000000000 Binary files a/static/images/theme/thumbnail/onwidget-astrowind.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/open-sl-jekyll-modern-blog.jpg b/static/images/theme/thumbnail/open-sl-jekyll-modern-blog.jpg deleted file mode 100644 index 39c49d161..000000000 Binary files a/static/images/theme/thumbnail/open-sl-jekyll-modern-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/orderedlist-minimal.jpg b/static/images/theme/thumbnail/orderedlist-minimal.jpg deleted file mode 100644 index 32b001e71..000000000 Binary files a/static/images/theme/thumbnail/orderedlist-minimal.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/orderedlist-modernist.jpg b/static/images/theme/thumbnail/orderedlist-modernist.jpg deleted file mode 100644 index 91e7b26f6..000000000 Binary files a/static/images/theme/thumbnail/orderedlist-modernist.jpg and /dev/null 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 deleted file mode 100644 index bc354b8db..000000000 Binary files a/static/images/theme/thumbnail/osogrizz-gatsby-starter-santa-fe.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ovidiumihaibelciug-gatsby-firebase-starter.jpg b/static/images/theme/thumbnail/ovidiumihaibelciug-gatsby-firebase-starter.jpg deleted file mode 100644 index afedd3d52..000000000 Binary files a/static/images/theme/thumbnail/ovidiumihaibelciug-gatsby-firebase-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ozgrozer-dasper.jpg b/static/images/theme/thumbnail/ozgrozer-dasper.jpg deleted file mode 100644 index 8733f2828..000000000 Binary files a/static/images/theme/thumbnail/ozgrozer-dasper.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/p0wex-gesko.jpg b/static/images/theme/thumbnail/p0wex-gesko.jpg deleted file mode 100644 index 9f3e98cab..000000000 Binary files a/static/images/theme/thumbnail/p0wex-gesko.jpg and /dev/null 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 deleted file mode 100644 index c42350d14..000000000 Binary files a/static/images/theme/thumbnail/pablovila-gatsby-starter-wordpress-community.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 deleted file mode 100644 index 8ab514ddd..000000000 Binary files a/static/images/theme/thumbnail/pandasekh-jekyll-podcaster.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/pandasekh-jekyll-yamt.jpg b/static/images/theme/thumbnail/pandasekh-jekyll-yamt.jpg deleted file mode 100644 index 55569278d..000000000 Binary files a/static/images/theme/thumbnail/pandasekh-jekyll-yamt.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 deleted file mode 100644 index 8a953874e..000000000 Binary files a/static/images/theme/thumbnail/panr-hugo-theme-hello-friend.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/panr-hugo-theme-terminal.jpg b/static/images/theme/thumbnail/panr-hugo-theme-terminal.jpg deleted file mode 100644 index 3a2bfb428..000000000 Binary files a/static/images/theme/thumbnail/panr-hugo-theme-terminal.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/parmsang-gatsby-starter-ecommerce.jpg b/static/images/theme/thumbnail/parmsang-gatsby-starter-ecommerce.jpg deleted file mode 100644 index db50e61a5..000000000 Binary files a/static/images/theme/thumbnail/parmsang-gatsby-starter-ecommerce.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/patdryburgh-hitchens.jpg b/static/images/theme/thumbnail/patdryburgh-hitchens.jpg deleted file mode 100644 index 384df4d29..000000000 Binary files a/static/images/theme/thumbnail/patdryburgh-hitchens.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/patricoferris-gatsby-starter-notes.jpg b/static/images/theme/thumbnail/patricoferris-gatsby-starter-notes.jpg deleted file mode 100644 index 76272bbe3..000000000 Binary files a/static/images/theme/thumbnail/patricoferris-gatsby-starter-notes.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 deleted file mode 100644 index 63cf677bf..000000000 Binary files a/static/images/theme/thumbnail/peaceiris-hugo-theme-iris.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/peahatlanding-plain-webcomic.jpg b/static/images/theme/thumbnail/peahatlanding-plain-webcomic.jpg deleted file mode 100644 index 4a964224d..000000000 Binary files a/static/images/theme/thumbnail/peahatlanding-plain-webcomic.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/pelican-elegant-elegant.jpg b/static/images/theme/thumbnail/pelican-elegant-elegant.jpg deleted file mode 100644 index ef06d320b..000000000 Binary files a/static/images/theme/thumbnail/pelican-elegant-elegant.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/penibelst-jekyll-noita.jpg b/static/images/theme/thumbnail/penibelst-jekyll-noita.jpg deleted file mode 100644 index 92bde48a7..000000000 Binary files a/static/images/theme/thumbnail/penibelst-jekyll-noita.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/philhawksworth-eleventyone.jpg b/static/images/theme/thumbnail/philhawksworth-eleventyone.jpg deleted file mode 100644 index a710b0af3..000000000 Binary files a/static/images/theme/thumbnail/philhawksworth-eleventyone.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 deleted file mode 100644 index 32754b0ac..000000000 Binary files a/static/images/theme/thumbnail/philhawksworth-medium-export.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/phlow-feeling-responsive.jpg b/static/images/theme/thumbnail/phlow-feeling-responsive.jpg deleted file mode 100644 index 6c70bb156..000000000 Binary files a/static/images/theme/thumbnail/phlow-feeling-responsive.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/piandhust-tailieubkhn.jpg b/static/images/theme/thumbnail/piandhust-tailieubkhn.jpg deleted file mode 100644 index 66a2b337f..000000000 Binary files a/static/images/theme/thumbnail/piandhust-tailieubkhn.jpg and /dev/null 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 deleted file mode 100644 index 427235257..000000000 Binary files a/static/images/theme/thumbnail/piducancore-gatsby-starter-apollo-netlify.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/pietromenna-jekyll-architect-theme.jpg b/static/images/theme/thumbnail/pietromenna-jekyll-architect-theme.jpg deleted file mode 100644 index c4908d22c..000000000 Binary files a/static/images/theme/thumbnail/pietromenna-jekyll-architect-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/pietromenna-jekyll-cayman-theme.jpg b/static/images/theme/thumbnail/pietromenna-jekyll-cayman-theme.jpg deleted file mode 100644 index c6a8f3bc0..000000000 Binary files a/static/images/theme/thumbnail/pietromenna-jekyll-cayman-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/piharpi-jekyll-klise.jpg b/static/images/theme/thumbnail/piharpi-jekyll-klise.jpg deleted file mode 100644 index 959722679..000000000 Binary files a/static/images/theme/thumbnail/piharpi-jekyll-klise.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 deleted file mode 100644 index 8782c92bc..000000000 Binary files a/static/images/theme/thumbnail/pixelsign-gatsby-starter-tachyons.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/planetoftheweb-seven.jpg b/static/images/theme/thumbnail/planetoftheweb-seven.jpg deleted file mode 100644 index 1473dee21..000000000 Binary files a/static/images/theme/thumbnail/planetoftheweb-seven.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/platframe-platframe.jpg b/static/images/theme/thumbnail/platframe-platframe.jpg deleted file mode 100644 index 0e1f96bf8..000000000 Binary files a/static/images/theme/thumbnail/platframe-platframe.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/pmarsceill-just-the-docs.jpg b/static/images/theme/thumbnail/pmarsceill-just-the-docs.jpg deleted file mode 100644 index 079b9fa1b..000000000 Binary files a/static/images/theme/thumbnail/pmarsceill-just-the-docs.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/poole-hyde.jpg b/static/images/theme/thumbnail/poole-hyde.jpg deleted file mode 100644 index 4a618210b..000000000 Binary files a/static/images/theme/thumbnail/poole-hyde.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/poole-lanyon.jpg b/static/images/theme/thumbnail/poole-lanyon.jpg deleted file mode 100644 index d49f12ec2..000000000 Binary files a/static/images/theme/thumbnail/poole-lanyon.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/poole-poole.jpg b/static/images/theme/thumbnail/poole-poole.jpg deleted file mode 100644 index a30a86283..000000000 Binary files a/static/images/theme/thumbnail/poole-poole.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/pranavrajs-limpid.jpg b/static/images/theme/thumbnail/pranavrajs-limpid.jpg deleted file mode 100644 index e92ca4b24..000000000 Binary files a/static/images/theme/thumbnail/pranavrajs-limpid.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/pranavrajs-swift.jpg b/static/images/theme/thumbnail/pranavrajs-swift.jpg deleted file mode 100644 index 19b70e75b..000000000 Binary files a/static/images/theme/thumbnail/pranavrajs-swift.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/prezly-theme-nextjs-bea.jpg b/static/images/theme/thumbnail/prezly-theme-nextjs-bea.jpg deleted file mode 100644 index 4d350cc98..000000000 Binary files a/static/images/theme/thumbnail/prezly-theme-nextjs-bea.jpg and /dev/null 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 deleted file mode 100644 index 1988f877b..000000000 Binary files a/static/images/theme/thumbnail/progrhyme-hugo-theme-bootie-docs.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/projectpages-project-pages.jpg b/static/images/theme/thumbnail/projectpages-project-pages.jpg deleted file mode 100644 index a1149937b..000000000 Binary files a/static/images/theme/thumbnail/projectpages-project-pages.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/prototypeinteractive-gatsby-react-boilerplate.jpg b/static/images/theme/thumbnail/prototypeinteractive-gatsby-react-boilerplate.jpg deleted file mode 100644 index 6f1e7808d..000000000 Binary files a/static/images/theme/thumbnail/prototypeinteractive-gatsby-react-boilerplate.jpg and /dev/null 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 deleted file mode 100644 index 07498ffdb..000000000 Binary files a/static/images/theme/thumbnail/puresyntax71-hugo-theme-chunky-poster.jpg and /dev/null 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 deleted file mode 100644 index 72cfe0273..000000000 Binary files a/static/images/theme/thumbnail/qingpingmeng-gatsby-starter-traveler-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/qwtel-hydejack.jpg b/static/images/theme/thumbnail/qwtel-hydejack.jpg deleted file mode 100644 index 39d10f8e7..000000000 Binary files a/static/images/theme/thumbnail/qwtel-hydejack.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/railsr-autm-rb.jpg b/static/images/theme/thumbnail/railsr-autm-rb.jpg deleted file mode 100644 index 76256f57d..000000000 Binary files a/static/images/theme/thumbnail/railsr-autm-rb.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/raniesantos-artisan-static.jpg b/static/images/theme/thumbnail/raniesantos-artisan-static.jpg deleted file mode 100644 index 3481dff47..000000000 Binary files a/static/images/theme/thumbnail/raniesantos-artisan-static.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/razonyang-hugo-theme-bootstrap.jpg b/static/images/theme/thumbnail/razonyang-hugo-theme-bootstrap.jpg deleted file mode 100644 index b4003f1c5..000000000 Binary files a/static/images/theme/thumbnail/razonyang-hugo-theme-bootstrap.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/rcjach-hugo-webslides.jpg b/static/images/theme/thumbnail/rcjach-hugo-webslides.jpg deleted file mode 100644 index 88359997b..000000000 Binary files a/static/images/theme/thumbnail/rcjach-hugo-webslides.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/realorangeone-hugo-theme-revealjs.jpg b/static/images/theme/thumbnail/realorangeone-hugo-theme-revealjs.jpg deleted file mode 100644 index 477ab3549..000000000 Binary files a/static/images/theme/thumbnail/realorangeone-hugo-theme-revealjs.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/redvi-voyager.jpg b/static/images/theme/thumbnail/redvi-voyager.jpg deleted file mode 100644 index 3a2f52698..000000000 Binary files a/static/images/theme/thumbnail/redvi-voyager.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/reeseschultz-11r.jpg b/static/images/theme/thumbnail/reeseschultz-11r.jpg deleted file mode 100644 index 43a57dddb..000000000 Binary files a/static/images/theme/thumbnail/reeseschultz-11r.jpg and /dev/null 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 deleted file mode 100644 index 10efa45d6..000000000 Binary files a/static/images/theme/thumbnail/renvrant-gatsby-mdx-netlify-cms-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/renyuanz-leonids.jpg b/static/images/theme/thumbnail/renyuanz-leonids.jpg deleted file mode 100644 index faf0c4099..000000000 Binary files a/static/images/theme/thumbnail/renyuanz-leonids.jpg and /dev/null 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 deleted file mode 100644 index a7ca12d4f..000000000 Binary files a/static/images/theme/thumbnail/resir014-gatsby-starter-typescript-plus.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 deleted file mode 100644 index 07915304f..000000000 Binary files a/static/images/theme/thumbnail/riggraz-no-style-please.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ritijjain-pudhina-fresh.jpg b/static/images/theme/thumbnail/ritijjain-pudhina-fresh.jpg deleted file mode 100644 index 25f7c9ece..000000000 Binary files a/static/images/theme/thumbnail/ritijjain-pudhina-fresh.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/rlue-jekyll-solana.jpg b/static/images/theme/thumbnail/rlue-jekyll-solana.jpg deleted file mode 100644 index 2f7b994a8..000000000 Binary files a/static/images/theme/thumbnail/rlue-jekyll-solana.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/rmagon-gatsby-starter-interviews.jpg b/static/images/theme/thumbnail/rmagon-gatsby-starter-interviews.jpg deleted file mode 100644 index f116f9e43..000000000 Binary files a/static/images/theme/thumbnail/rmagon-gatsby-starter-interviews.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/rmsubekti-emping.jpg b/static/images/theme/thumbnail/rmsubekti-emping.jpg deleted file mode 100644 index 320289905..000000000 Binary files a/static/images/theme/thumbnail/rmsubekti-emping.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/rmsubekti-nangka.jpg b/static/images/theme/thumbnail/rmsubekti-nangka.jpg deleted file mode 100644 index b658687d8..000000000 Binary files a/static/images/theme/thumbnail/rmsubekti-nangka.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/robertcoopercode-gatsby-netlify-cms.jpg b/static/images/theme/thumbnail/robertcoopercode-gatsby-netlify-cms.jpg deleted file mode 100644 index 58825d108..000000000 Binary files a/static/images/theme/thumbnail/robertcoopercode-gatsby-netlify-cms.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/robincsl-gatsby-starter-docz.jpg b/static/images/theme/thumbnail/robincsl-gatsby-starter-docz.jpg deleted file mode 100644 index fbcb0c630..000000000 Binary files a/static/images/theme/thumbnail/robincsl-gatsby-starter-docz.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 deleted file mode 100644 index d67f445c5..000000000 Binary files a/static/images/theme/thumbnail/rohanchandra-type-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/rohitguptab-oneshopper.jpg b/static/images/theme/thumbnail/rohitguptab-oneshopper.jpg deleted file mode 100644 index a23bc9031..000000000 Binary files a/static/images/theme/thumbnail/rohitguptab-oneshopper.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/rohitguptab-rg-portfolio.jpg b/static/images/theme/thumbnail/rohitguptab-rg-portfolio.jpg deleted file mode 100644 index 0149fe59d..000000000 Binary files a/static/images/theme/thumbnail/rohitguptab-rg-portfolio.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/roninro-hugo-theme-puppet.jpg b/static/images/theme/thumbnail/roninro-hugo-theme-puppet.jpg deleted file mode 100644 index 2248b68b3..000000000 Binary files a/static/images/theme/thumbnail/roninro-hugo-theme-puppet.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ronv-colorie.jpg b/static/images/theme/thumbnail/ronv-colorie.jpg deleted file mode 100644 index 5a42ee8c9..000000000 Binary files a/static/images/theme/thumbnail/ronv-colorie.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ronv-gray.jpg b/static/images/theme/thumbnail/ronv-gray.jpg deleted file mode 100644 index d320afa57..000000000 Binary files a/static/images/theme/thumbnail/ronv-gray.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ronv-jam.jpg b/static/images/theme/thumbnail/ronv-jam.jpg deleted file mode 100644 index 5094aa7fa..000000000 Binary files a/static/images/theme/thumbnail/ronv-jam.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ronv-lines.jpg b/static/images/theme/thumbnail/ronv-lines.jpg deleted file mode 100644 index b92942fa1..000000000 Binary files a/static/images/theme/thumbnail/ronv-lines.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ronv-listed.jpg b/static/images/theme/thumbnail/ronv-listed.jpg deleted file mode 100644 index 7d6853699..000000000 Binary files a/static/images/theme/thumbnail/ronv-listed.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ronv-minimalist.jpg b/static/images/theme/thumbnail/ronv-minimalist.jpg deleted file mode 100644 index bfe60820b..000000000 Binary files a/static/images/theme/thumbnail/ronv-minimalist.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ronv-sidey.jpg b/static/images/theme/thumbnail/ronv-sidey.jpg deleted file mode 100644 index c49924879..000000000 Binary files a/static/images/theme/thumbnail/ronv-sidey.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ronv-ultra.jpg b/static/images/theme/thumbnail/ronv-ultra.jpg deleted file mode 100644 index e30563083..000000000 Binary files a/static/images/theme/thumbnail/ronv-ultra.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/rosario-kasper.jpg b/static/images/theme/thumbnail/rosario-kasper.jpg deleted file mode 100644 index a31a697be..000000000 Binary files a/static/images/theme/thumbnail/rosario-kasper.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 deleted file mode 100644 index 4750ea59d..000000000 Binary files a/static/images/theme/thumbnail/runbytech-gatsby-theme-ultronele.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/runningstream-hugograyscale.jpg b/static/images/theme/thumbnail/runningstream-hugograyscale.jpg deleted file mode 100644 index 52bfe540b..000000000 Binary files a/static/images/theme/thumbnail/runningstream-hugograyscale.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ryanfitzgerald-devblog.jpg b/static/images/theme/thumbnail/ryanfitzgerald-devblog.jpg deleted file mode 100644 index 8d2a22d2e..000000000 Binary files a/static/images/theme/thumbnail/ryanfitzgerald-devblog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ryanwiemer-gatsby-starter-gcn.jpg b/static/images/theme/thumbnail/ryanwiemer-gatsby-starter-gcn.jpg deleted file mode 100644 index f9e5e8803..000000000 Binary files a/static/images/theme/thumbnail/ryanwiemer-gatsby-starter-gcn.jpg and /dev/null 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 deleted file mode 100644 index 685b6d85a..000000000 Binary files a/static/images/theme/thumbnail/s-kris-gatsby-minimal-portfolio-blog.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 deleted file mode 100644 index cc5dc5d6a..000000000 Binary files a/static/images/theme/thumbnail/sagar7993-gatsby-wordpress-typescript-scss-blog.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 deleted file mode 100644 index e570748c7..000000000 Binary files a/static/images/theme/thumbnail/saleor-react-storefront.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/salgnt-travelogue.jpg b/static/images/theme/thumbnail/salgnt-travelogue.jpg deleted file mode 100644 index 32e372af5..000000000 Binary files a/static/images/theme/thumbnail/salgnt-travelogue.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 deleted file mode 100644 index d7dc091ed..000000000 Binary files a/static/images/theme/thumbnail/samme-brunch-phaser.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/samuelhorn-jamdocs.jpg b/static/images/theme/thumbnail/samuelhorn-jamdocs.jpg deleted file mode 100644 index ae29ffa38..000000000 Binary files a/static/images/theme/thumbnail/samuelhorn-jamdocs.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/samuelkraft-notion-blog-nextjs.jpg b/static/images/theme/thumbnail/samuelkraft-notion-blog-nextjs.jpg deleted file mode 100644 index b9fdd576c..000000000 Binary files a/static/images/theme/thumbnail/samuelkraft-notion-blog-nextjs.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/santosfrancisco-gatsby-starter-cv.jpg b/static/images/theme/thumbnail/santosfrancisco-gatsby-starter-cv.jpg deleted file mode 100644 index 5c662b7f7..000000000 Binary files a/static/images/theme/thumbnail/santosfrancisco-gatsby-starter-cv.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sblisesivdin-biscuit.jpg b/static/images/theme/thumbnail/sblisesivdin-biscuit.jpg deleted file mode 100644 index abc2fa4e4..000000000 Binary files a/static/images/theme/thumbnail/sblisesivdin-biscuit.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/schollz-onetwothree.jpg b/static/images/theme/thumbnail/schollz-onetwothree.jpg deleted file mode 100644 index 2b24c5581..000000000 Binary files a/static/images/theme/thumbnail/schollz-onetwothree.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/scotte-jekyll-clean.jpg b/static/images/theme/thumbnail/scotte-jekyll-clean.jpg deleted file mode 100644 index 4f3cec1d7..000000000 Binary files a/static/images/theme/thumbnail/scotte-jekyll-clean.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/scottmathson-simpol-theme.jpg b/static/images/theme/thumbnail/scottmathson-simpol-theme.jpg deleted file mode 100644 index 09e0a90ca..000000000 Binary files a/static/images/theme/thumbnail/scottmathson-simpol-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/scttcper-gatsby-casper.jpg b/static/images/theme/thumbnail/scttcper-gatsby-casper.jpg deleted file mode 100644 index d8f938bf3..000000000 Binary files a/static/images/theme/thumbnail/scttcper-gatsby-casper.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sdtelectronics-jekyll-theme-antarctica.jpg b/static/images/theme/thumbnail/sdtelectronics-jekyll-theme-antarctica.jpg deleted file mode 100644 index 47a3741ea..000000000 Binary files a/static/images/theme/thumbnail/sdtelectronics-jekyll-theme-antarctica.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/seanlane-gochowdown.jpg b/static/images/theme/thumbnail/seanlane-gochowdown.jpg deleted file mode 100644 index 3df0f95c6..000000000 Binary files a/static/images/theme/thumbnail/seanlane-gochowdown.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sergiokopplin-indigo.jpg b/static/images/theme/thumbnail/sergiokopplin-indigo.jpg deleted file mode 100644 index ebd6ade64..000000000 Binary files a/static/images/theme/thumbnail/sergiokopplin-indigo.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 deleted file mode 100644 index 38baf0895..000000000 Binary files a/static/images/theme/thumbnail/sfreytag-friday-theme.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 deleted file mode 100644 index 9b04a8197..000000000 Binary files a/static/images/theme/thumbnail/shantanu-deshmukh-vhealth-gatsby.jpg and /dev/null 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 deleted file mode 100644 index 3ddc5b80e..000000000 Binary files a/static/images/theme/thumbnail/sharadcodes-gatsby-theme-serial-programmer.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sharadcodes-geekyll-starter-blog.jpg b/static/images/theme/thumbnail/sharadcodes-geekyll-starter-blog.jpg deleted file mode 100644 index 4fe3579fe..000000000 Binary files a/static/images/theme/thumbnail/sharadcodes-geekyll-starter-blog.jpg and /dev/null 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 deleted file mode 100644 index 75a82f647..000000000 Binary files a/static/images/theme/thumbnail/sharadcodes-hugo-theme-serial-programmer.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sharadcodes-jekyll-theme-dark-reader.jpg b/static/images/theme/thumbnail/sharadcodes-jekyll-theme-dark-reader.jpg deleted file mode 100644 index 5fff645c6..000000000 Binary files a/static/images/theme/thumbnail/sharadcodes-jekyll-theme-dark-reader.jpg and /dev/null 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 deleted file mode 100644 index 256a29361..000000000 Binary files a/static/images/theme/thumbnail/sharadcodes-jekyll-theme-material-you.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sharadcodes-jekyll-theme-milo.jpg b/static/images/theme/thumbnail/sharadcodes-jekyll-theme-milo.jpg deleted file mode 100644 index 06fd3395c..000000000 Binary files a/static/images/theme/thumbnail/sharadcodes-jekyll-theme-milo.jpg and /dev/null 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 deleted file mode 100644 index 98e95d8c0..000000000 Binary files a/static/images/theme/thumbnail/sharadcodes-jekyll-theme-retro-yellow.jpg and /dev/null 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 deleted file mode 100644 index 9d05047f3..000000000 Binary files a/static/images/theme/thumbnail/sharadcodes-jekyll-theme-serial-programmer.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sharu725-bheema.jpg b/static/images/theme/thumbnail/sharu725-bheema.jpg deleted file mode 100644 index 8e54ab6a3..000000000 Binary files a/static/images/theme/thumbnail/sharu725-bheema.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sharu725-cards.jpg b/static/images/theme/thumbnail/sharu725-cards.jpg deleted file mode 100644 index 3e023e536..000000000 Binary files a/static/images/theme/thumbnail/sharu725-cards.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sharu725-hagura.jpg b/static/images/theme/thumbnail/sharu725-hagura.jpg deleted file mode 100644 index a54f5f69d..000000000 Binary files a/static/images/theme/thumbnail/sharu725-hagura.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sharu725-karna.jpg b/static/images/theme/thumbnail/sharu725-karna.jpg deleted file mode 100644 index 09be571d2..000000000 Binary files a/static/images/theme/thumbnail/sharu725-karna.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sharu725-online-cv.jpg b/static/images/theme/thumbnail/sharu725-online-cv.jpg deleted file mode 100644 index ee5d54453..000000000 Binary files a/static/images/theme/thumbnail/sharu725-online-cv.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sharu725-thunder.jpg b/static/images/theme/thumbnail/sharu725-thunder.jpg deleted file mode 100644 index 0ad016a87..000000000 Binary files a/static/images/theme/thumbnail/sharu725-thunder.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 deleted file mode 100644 index e80b74c93..000000000 Binary files a/static/images/theme/thumbnail/sharvaridesai-hexo-theme-edinburgh.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/shawnteoh-matjek.jpg b/static/images/theme/thumbnail/shawnteoh-matjek.jpg deleted file mode 100644 index 7572d2f10..000000000 Binary files a/static/images/theme/thumbnail/shawnteoh-matjek.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/shenliyang-hexo-theme-snippet.jpg b/static/images/theme/thumbnail/shenliyang-hexo-theme-snippet.jpg deleted file mode 100644 index a2c71b6bb..000000000 Binary files a/static/images/theme/thumbnail/shenliyang-hexo-theme-snippet.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 deleted file mode 100644 index 328158190..000000000 Binary files a/static/images/theme/thumbnail/shobhitchittora-gatsby-starter-fashion-portfolio.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/siawyoung-immaculate.jpg b/static/images/theme/thumbnail/siawyoung-immaculate.jpg deleted file mode 100644 index 1a62b7607..000000000 Binary files a/static/images/theme/thumbnail/siawyoung-immaculate.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/siegerts-hugo-theme-basic.jpg b/static/images/theme/thumbnail/siegerts-hugo-theme-basic.jpg deleted file mode 100644 index 9e74b36f7..000000000 Binary files a/static/images/theme/thumbnail/siegerts-hugo-theme-basic.jpg and /dev/null 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 deleted file mode 100644 index 745641042..000000000 Binary files a/static/images/theme/thumbnail/simarmannsingh-gatsby-netlifycms-starter-template.jpg and /dev/null 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 deleted file mode 100644 index 6f372d134..000000000 Binary files a/static/images/theme/thumbnail/simplecode-io-gatsby-crafty-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/simpleyyt-jekyll-jacman.jpg b/static/images/theme/thumbnail/simpleyyt-jekyll-jacman.jpg deleted file mode 100644 index 4c31a99eb..000000000 Binary files a/static/images/theme/thumbnail/simpleyyt-jekyll-jacman.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/simpleyyt-jekyll-simpleyyt.jpg b/static/images/theme/thumbnail/simpleyyt-jekyll-simpleyyt.jpg deleted file mode 100644 index 941201203..000000000 Binary files a/static/images/theme/thumbnail/simpleyyt-jekyll-simpleyyt.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/simpleyyt-jekyll-theme-next.jpg b/static/images/theme/thumbnail/simpleyyt-jekyll-theme-next.jpg deleted file mode 100644 index e4cafcb9b..000000000 Binary files a/static/images/theme/thumbnail/simpleyyt-jekyll-theme-next.jpg and /dev/null 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 deleted file mode 100644 index 089ea40c3..000000000 Binary files a/static/images/theme/thumbnail/simply007-kontent-sample-app-gatsby-intranet.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/simply007-kontent-sample-app-svelte-sapper.jpg b/static/images/theme/thumbnail/simply007-kontent-sample-app-svelte-sapper.jpg deleted file mode 100644 index 2cf82b268..000000000 Binary files a/static/images/theme/thumbnail/simply007-kontent-sample-app-svelte-sapper.jpg and /dev/null 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 deleted file mode 100644 index e5ecd90d8..000000000 Binary files a/static/images/theme/thumbnail/simply007-kontent-template-gatsby-landing-page-photon.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/slashformotion-hugo-tufte.jpg b/static/images/theme/thumbnail/slashformotion-hugo-tufte.jpg deleted file mode 100644 index b20031f05..000000000 Binary files a/static/images/theme/thumbnail/slashformotion-hugo-tufte.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/smakosh-gatsby-apollo-starter.jpg b/static/images/theme/thumbnail/smakosh-gatsby-apollo-starter.jpg deleted file mode 100644 index 904e1594c..000000000 Binary files a/static/images/theme/thumbnail/smakosh-gatsby-apollo-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/smakosh-gatsby-app-starter-rest-api.jpg b/static/images/theme/thumbnail/smakosh-gatsby-app-starter-rest-api.jpg deleted file mode 100644 index 4370c532f..000000000 Binary files a/static/images/theme/thumbnail/smakosh-gatsby-app-starter-rest-api.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/smakosh-gatsby-portfolio-dev.jpg b/static/images/theme/thumbnail/smakosh-gatsby-portfolio-dev.jpg deleted file mode 100644 index 2b9358cc0..000000000 Binary files a/static/images/theme/thumbnail/smakosh-gatsby-portfolio-dev.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 deleted file mode 100644 index 6bca73a11..000000000 Binary files a/static/images/theme/thumbnail/smallmuou-jekyll-pithy.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/smastrom-headless-gatsby-multilang.jpg b/static/images/theme/thumbnail/smastrom-headless-gatsby-multilang.jpg deleted file mode 100644 index 14d23d649..000000000 Binary files a/static/images/theme/thumbnail/smastrom-headless-gatsby-multilang.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/smolcodes-twentytwenyonetheme.jpg b/static/images/theme/thumbnail/smolcodes-twentytwenyonetheme.jpg deleted file mode 100644 index c77746d6a..000000000 Binary files a/static/images/theme/thumbnail/smolcodes-twentytwenyonetheme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/snipcart-11ty-demo-snipcart.jpg b/static/images/theme/thumbnail/snipcart-11ty-demo-snipcart.jpg deleted file mode 100644 index bec97a8fd..000000000 Binary files a/static/images/theme/thumbnail/snipcart-11ty-demo-snipcart.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/snipcart-directus-metalsmith-snipcart.jpg b/static/images/theme/thumbnail/snipcart-directus-metalsmith-snipcart.jpg deleted file mode 100644 index 74a228db1..000000000 Binary files a/static/images/theme/thumbnail/snipcart-directus-metalsmith-snipcart.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/snipcart-snipcart-middleman-integration.jpg b/static/images/theme/thumbnail/snipcart-snipcart-middleman-integration.jpg deleted file mode 100644 index 3bb05a419..000000000 Binary files a/static/images/theme/thumbnail/snipcart-snipcart-middleman-integration.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/snipcart-stackbit-theme-planty.jpg b/static/images/theme/thumbnail/snipcart-stackbit-theme-planty.jpg deleted file mode 100644 index f82079953..000000000 Binary files a/static/images/theme/thumbnail/snipcart-stackbit-theme-planty.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/songroger-murmur.jpg b/static/images/theme/thumbnail/songroger-murmur.jpg deleted file mode 100644 index 7e519e6c0..000000000 Binary files a/static/images/theme/thumbnail/songroger-murmur.jpg and /dev/null 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 deleted file mode 100644 index 9b711748f..000000000 Binary files a/static/images/theme/thumbnail/south-paw-awesome-gatsby-starter.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 deleted file mode 100644 index f5169a38c..000000000 Binary files a/static/images/theme/thumbnail/sparanoid-almace-scaffolding.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/spinalcms-11ty-docs-template.jpg b/static/images/theme/thumbnail/spinalcms-11ty-docs-template.jpg deleted file mode 100644 index f783666b4..000000000 Binary files a/static/images/theme/thumbnail/spinalcms-11ty-docs-template.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 deleted file mode 100644 index a2f1ba0b9..000000000 Binary files a/static/images/theme/thumbnail/squidfunk-mkdocs-material.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ssokurenko-jekyll-smart-material.jpg b/static/images/theme/thumbnail/ssokurenko-jekyll-smart-material.jpg deleted file mode 100644 index 0db5b1df7..000000000 Binary files a/static/images/theme/thumbnail/ssokurenko-jekyll-smart-material.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/st4ple-solid-jekyll.jpg b/static/images/theme/thumbnail/st4ple-solid-jekyll.jpg deleted file mode 100644 index 0ea9ca362..000000000 Binary files a/static/images/theme/thumbnail/st4ple-solid-jekyll.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 deleted file mode 100644 index 9dd1ab40b..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-agency-nextjs.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-ampersand-nextjs.jpg b/static/images/theme/thumbnail/stackbit-themes-ampersand-nextjs.jpg deleted file mode 100644 index b8312ecaf..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-ampersand-nextjs.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-app-nextjs.jpg b/static/images/theme/thumbnail/stackbit-themes-app-nextjs.jpg deleted file mode 100644 index 36450a582..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-app-nextjs.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 deleted file mode 100644 index cdcd5c6cb..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-azimuth-nextjs.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 deleted file mode 100644 index e22226d91..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-book-nextjs.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-diy-nextjs.jpg b/static/images/theme/thumbnail/stackbit-themes-diy-nextjs.jpg deleted file mode 100644 index 3dfc4b19a..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-diy-nextjs.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 deleted file mode 100644 index 4a78d4d80..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-event-nextjs.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-exto-nextjs.jpg b/static/images/theme/thumbnail/stackbit-themes-exto-nextjs.jpg deleted file mode 100644 index 3844bf95b..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-exto-nextjs.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-fjord-nextjs.jpg b/static/images/theme/thumbnail/stackbit-themes-fjord-nextjs.jpg deleted file mode 100644 index 965fcfbbb..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-fjord-nextjs.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-fresh-nextjs.jpg b/static/images/theme/thumbnail/stackbit-themes-fresh-nextjs.jpg deleted file mode 100644 index 50b0ff202..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-fresh-nextjs.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-libris-nextjs.jpg b/static/images/theme/thumbnail/stackbit-themes-libris-nextjs.jpg deleted file mode 100644 index 8074004be..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-libris-nextjs.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 deleted file mode 100644 index dfba61faa..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-personal-nextjs.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-podcaster-nextjs.jpg b/static/images/theme/thumbnail/stackbit-themes-podcaster-nextjs.jpg deleted file mode 100644 index a97623be1..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-podcaster-nextjs.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-vanilla-jekyll.jpg b/static/images/theme/thumbnail/stackbit-themes-vanilla-jekyll.jpg deleted file mode 100644 index ab9b6bbca..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-vanilla-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackbit-themes-vanilla-nextjs.jpg b/static/images/theme/thumbnail/stackbit-themes-vanilla-nextjs.jpg deleted file mode 100644 index ab9b6bbca..000000000 Binary files a/static/images/theme/thumbnail/stackbit-themes-vanilla-nextjs.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/stackrole-gatsby-starter-foundation.jpg b/static/images/theme/thumbnail/stackrole-gatsby-starter-foundation.jpg deleted file mode 100644 index 1805cb8bd..000000000 Binary files a/static/images/theme/thumbnail/stackrole-gatsby-starter-foundation.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/statichunt-geeky-hugo.jpg b/static/images/theme/thumbnail/statichunt-geeky-hugo.jpg deleted file mode 100644 index a0e01f1de..000000000 Binary files a/static/images/theme/thumbnail/statichunt-geeky-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/staticmania-blogge-hugo-theme.jpg b/static/images/theme/thumbnail/staticmania-blogge-hugo-theme.jpg deleted file mode 100644 index dbb86b840..000000000 Binary files a/static/images/theme/thumbnail/staticmania-blogge-hugo-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/staticmania-hugo-apsho.jpg b/static/images/theme/thumbnail/staticmania-hugo-apsho.jpg deleted file mode 100644 index 62d390f45..000000000 Binary files a/static/images/theme/thumbnail/staticmania-hugo-apsho.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/staticmania-hugo-cohub.jpg b/static/images/theme/thumbnail/staticmania-hugo-cohub.jpg deleted file mode 100644 index b00f7615d..000000000 Binary files a/static/images/theme/thumbnail/staticmania-hugo-cohub.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/staticmania-portio-hugo.jpg b/static/images/theme/thumbnail/staticmania-portio-hugo.jpg deleted file mode 100644 index 53bf7a80c..000000000 Binary files a/static/images/theme/thumbnail/staticmania-portio-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/staticmania-roxo-eleventy.jpg b/static/images/theme/thumbnail/staticmania-roxo-eleventy.jpg deleted file mode 100644 index 5ab7732fe..000000000 Binary files a/static/images/theme/thumbnail/staticmania-roxo-eleventy.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 deleted file mode 100644 index 3d6b432d9..000000000 Binary files a/static/images/theme/thumbnail/stavrospanakakis-jekyll-cv.jpg and /dev/null 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 deleted file mode 100644 index 393233070..000000000 Binary files a/static/images/theme/thumbnail/stephen-cloud-gatsby-markdown-material-typescript-starter.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 deleted file mode 100644 index a51e6ff12..000000000 Binary files a/static/images/theme/thumbnail/stijnvc-holo-alfa.jpg and /dev/null 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 deleted file mode 100644 index ab15e33c2..000000000 Binary files a/static/images/theme/thumbnail/storyblok-storyblok-gridsome-boilerplate-moon.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/streetturtle-jekyll-clean-dark.jpg b/static/images/theme/thumbnail/streetturtle-jekyll-clean-dark.jpg deleted file mode 100644 index 0ec8e9e5c..000000000 Binary files a/static/images/theme/thumbnail/streetturtle-jekyll-clean-dark.jpg and /dev/null 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 deleted file mode 100644 index d6c981f1e..000000000 Binary files a/static/images/theme/thumbnail/styxlab-gatsby-starter-try-ghost.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/styxlab-next-cms-ghost.jpg b/static/images/theme/thumbnail/styxlab-next-cms-ghost.jpg deleted file mode 100644 index ed7f18e97..000000000 Binary files a/static/images/theme/thumbnail/styxlab-next-cms-ghost.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/suheb-resume.jpg b/static/images/theme/thumbnail/suheb-resume.jpg deleted file mode 100644 index df1c42376..000000000 Binary files a/static/images/theme/thumbnail/suheb-resume.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/suits-at-netlifycms-gridsome.jpg b/static/images/theme/thumbnail/suits-at-netlifycms-gridsome.jpg deleted file mode 100644 index d350c112a..000000000 Binary files a/static/images/theme/thumbnail/suits-at-netlifycms-gridsome.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sujaykundu777-devlopr-jekyll.jpg b/static/images/theme/thumbnail/sujaykundu777-devlopr-jekyll.jpg deleted file mode 100644 index e2ba4749c..000000000 Binary files a/static/images/theme/thumbnail/sujaykundu777-devlopr-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/sunbliss-photorama.jpg b/static/images/theme/thumbnail/sunbliss-photorama.jpg deleted file mode 100644 index 6e0daf726..000000000 Binary files a/static/images/theme/thumbnail/sunbliss-photorama.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/surjithctly-neat-starter.jpg b/static/images/theme/thumbnail/surjithctly-neat-starter.jpg deleted file mode 100644 index b715624d7..000000000 Binary files a/static/images/theme/thumbnail/surjithctly-neat-starter.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 deleted file mode 100644 index 1ab405c54..000000000 Binary files a/static/images/theme/thumbnail/sw-yx-jamstack-hackathon-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/swanson-lagom.jpg b/static/images/theme/thumbnail/swanson-lagom.jpg deleted file mode 100644 index de5fce199..000000000 Binary files a/static/images/theme/thumbnail/swanson-lagom.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 deleted file mode 100644 index cc2d58da7..000000000 Binary files a/static/images/theme/thumbnail/sylhare-type-on-strap.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tajacks-lightspeed.jpg b/static/images/theme/thumbnail/tajacks-lightspeed.jpg deleted file mode 100644 index b559356e2..000000000 Binary files a/static/images/theme/thumbnail/tajacks-lightspeed.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/taylantatli-halve.jpg b/static/images/theme/thumbnail/taylantatli-halve.jpg deleted file mode 100644 index ea41b094c..000000000 Binary files a/static/images/theme/thumbnail/taylantatli-halve.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/taylantatli-moon.jpg b/static/images/theme/thumbnail/taylantatli-moon.jpg deleted file mode 100644 index 5a3016d6f..000000000 Binary files a/static/images/theme/thumbnail/taylantatli-moon.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/taylantatli-ramme.jpg b/static/images/theme/thumbnail/taylantatli-ramme.jpg deleted file mode 100644 index eeae922e4..000000000 Binary files a/static/images/theme/thumbnail/taylantatli-ramme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tcbutler320-jek.jpg b/static/images/theme/thumbnail/tcbutler320-jek.jpg deleted file mode 100644 index 37e1e33e3..000000000 Binary files a/static/images/theme/thumbnail/tcbutler320-jek.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tcbutler320-jekyll-theme-dumbarton.jpg b/static/images/theme/thumbnail/tcbutler320-jekyll-theme-dumbarton.jpg deleted file mode 100644 index d07e0ec28..000000000 Binary files a/static/images/theme/thumbnail/tcbutler320-jekyll-theme-dumbarton.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/teaware-gatsby-starter-point.jpg b/static/images/theme/thumbnail/teaware-gatsby-starter-point.jpg deleted file mode 100644 index afc05dc86..000000000 Binary files a/static/images/theme/thumbnail/teaware-gatsby-starter-point.jpg and /dev/null 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 deleted file mode 100644 index 281574db5..000000000 Binary files a/static/images/theme/thumbnail/thakkaryash94-gatsby-github-personal-website.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/the-development-flex.jpg b/static/images/theme/thumbnail/the-development-flex.jpg deleted file mode 100644 index 36d7fc51b..000000000 Binary files a/static/images/theme/thumbnail/the-development-flex.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 deleted file mode 100644 index c791e0a50..000000000 Binary files a/static/images/theme/thumbnail/thebakerdev-gatsby-starter-zenii.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/thedevslot-whatatheme.jpg b/static/images/theme/thumbnail/thedevslot-whatatheme.jpg deleted file mode 100644 index ecb539a51..000000000 Binary files a/static/images/theme/thumbnail/thedevslot-whatatheme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/themefisher-academia-hugo.jpg b/static/images/theme/thumbnail/themefisher-academia-hugo.jpg deleted file mode 100644 index 5d8e79dc2..000000000 Binary files a/static/images/theme/thumbnail/themefisher-academia-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/themefisher-airspace-hugo.jpg b/static/images/theme/thumbnail/themefisher-airspace-hugo.jpg deleted file mode 100644 index b343bfadb..000000000 Binary files a/static/images/theme/thumbnail/themefisher-airspace-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/themefisher-bigspring-light.jpg b/static/images/theme/thumbnail/themefisher-bigspring-light.jpg deleted file mode 100644 index e22cffaf2..000000000 Binary files a/static/images/theme/thumbnail/themefisher-bigspring-light.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 deleted file mode 100644 index 4e2fbefbb..000000000 Binary files a/static/images/theme/thumbnail/themefisher-dot-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/themefisher-educenter-hugo.jpg b/static/images/theme/thumbnail/themefisher-educenter-hugo.jpg deleted file mode 100644 index 9e0db61e4..000000000 Binary files a/static/images/theme/thumbnail/themefisher-educenter-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/themefisher-hargo-hugo.jpg b/static/images/theme/thumbnail/themefisher-hargo-hugo.jpg deleted file mode 100644 index 5d070c73b..000000000 Binary files a/static/images/theme/thumbnail/themefisher-hargo-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/themefisher-infinity-hugo.jpg b/static/images/theme/thumbnail/themefisher-infinity-hugo.jpg deleted file mode 100644 index 3e44371ee..000000000 Binary files a/static/images/theme/thumbnail/themefisher-infinity-hugo.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 deleted file mode 100644 index 09e847308..000000000 Binary files a/static/images/theme/thumbnail/themefisher-kross-hugo.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 deleted file mode 100644 index 74c286e4f..000000000 Binary files a/static/images/theme/thumbnail/themefisher-parsa-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 deleted file mode 100644 index 399cf9102..000000000 Binary files a/static/images/theme/thumbnail/themefisher-timer-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/themefisher-twenty-twenty-hugo.jpg b/static/images/theme/thumbnail/themefisher-twenty-twenty-hugo.jpg deleted file mode 100644 index 6a7debe94..000000000 Binary files a/static/images/theme/thumbnail/themefisher-twenty-twenty-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/themefisher-vex-hugo.jpg b/static/images/theme/thumbnail/themefisher-vex-hugo.jpg deleted file mode 100644 index 95d7af5ec..000000000 Binary files a/static/images/theme/thumbnail/themefisher-vex-hugo.jpg and /dev/null 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 deleted file mode 100644 index 7bcbaec0b..000000000 Binary files a/static/images/theme/thumbnail/themeselection-materio-mui-react-nextjs-admin-template-free.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/thenewdynamic-gohugo-theme-ananke.jpg b/static/images/theme/thumbnail/thenewdynamic-gohugo-theme-ananke.jpg deleted file mode 100644 index 44ef05da4..000000000 Binary files a/static/images/theme/thumbnail/thenewdynamic-gohugo-theme-ananke.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/thephuse-strange_case.jpg b/static/images/theme/thumbnail/thephuse-strange_case.jpg deleted file mode 100644 index 1795e6290..000000000 Binary files a/static/images/theme/thumbnail/thephuse-strange_case.jpg and /dev/null 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 deleted file mode 100644 index acd292c51..000000000 Binary files a/static/images/theme/thumbnail/thetrevorharmon-gatsby-starter-typescript-sass.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/thiagorossener-jekflix-template.jpg b/static/images/theme/thumbnail/thiagorossener-jekflix-template.jpg deleted file mode 100644 index 3734c0e4f..000000000 Binary files a/static/images/theme/thumbnail/thiagorossener-jekflix-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/thinker3197-ink.jpg b/static/images/theme/thumbnail/thinker3197-ink.jpg deleted file mode 100644 index 80e75afde..000000000 Binary files a/static/images/theme/thumbnail/thinker3197-ink.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 deleted file mode 100644 index 72eaf030a..000000000 Binary files a/static/images/theme/thumbnail/thomaswangio-gatsby-personal-starter-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/thomaswangio-gatsby-starter-primer.jpg b/static/images/theme/thumbnail/thomaswangio-gatsby-starter-primer.jpg deleted file mode 100644 index a14dfd3d7..000000000 Binary files a/static/images/theme/thumbnail/thomaswangio-gatsby-starter-primer.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/thriveweb-yellowcake.jpg b/static/images/theme/thumbnail/thriveweb-yellowcake.jpg deleted file mode 100644 index 8a6774189..000000000 Binary files a/static/images/theme/thumbnail/thriveweb-yellowcake.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/thundermiracle-gatsby-simple-blog.jpg b/static/images/theme/thumbnail/thundermiracle-gatsby-simple-blog.jpg deleted file mode 100644 index f9bd80c6d..000000000 Binary files a/static/images/theme/thumbnail/thundermiracle-gatsby-simple-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tigefa4u-jekmdl.jpg b/static/images/theme/thumbnail/tigefa4u-jekmdl.jpg deleted file mode 100644 index 262055a17..000000000 Binary files a/static/images/theme/thumbnail/tigefa4u-jekmdl.jpg and /dev/null 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 deleted file mode 100644 index ebb2bab9f..000000000 Binary files a/static/images/theme/thumbnail/timlrx-tailwind-nextjs-starter-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tnguyen-blueface.jpg b/static/images/theme/thumbnail/tnguyen-blueface.jpg deleted file mode 100644 index 6aea27aa4..000000000 Binary files a/static/images/theme/thumbnail/tnguyen-blueface.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 deleted file mode 100644 index 831a80c52..000000000 Binary files a/static/images/theme/thumbnail/toboko-gatsby-starter-fine.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tocttou-hacker-blog.jpg b/static/images/theme/thumbnail/tocttou-hacker-blog.jpg deleted file mode 100644 index 66694c2da..000000000 Binary files a/static/images/theme/thumbnail/tocttou-hacker-blog.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tolking-vuepress-theme-ououe.jpg b/static/images/theme/thumbnail/tolking-vuepress-theme-ououe.jpg deleted file mode 100644 index 9abcd6a84..000000000 Binary files a/static/images/theme/thumbnail/tolking-vuepress-theme-ououe.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tomanistor-osprey.jpg b/static/images/theme/thumbnail/tomanistor-osprey.jpg deleted file mode 100644 index d6c305136..000000000 Binary files a/static/images/theme/thumbnail/tomanistor-osprey.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tomekskuta-gatsby-starter-intl.jpg b/static/images/theme/thumbnail/tomekskuta-gatsby-starter-intl.jpg deleted file mode 100644 index 800c67252..000000000 Binary files a/static/images/theme/thumbnail/tomekskuta-gatsby-starter-intl.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tomjohnson1492-documentation-theme-jekyll.jpg b/static/images/theme/thumbnail/tomjohnson1492-documentation-theme-jekyll.jpg deleted file mode 100644 index 86823b26b..000000000 Binary files a/static/images/theme/thumbnail/tomjohnson1492-documentation-theme-jekyll.jpg and /dev/null 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 deleted file mode 100644 index 870a2abc4..000000000 Binary files a/static/images/theme/thumbnail/tomoyukikashiro-gatsby-starter-blog-amp-to-pwa.jpg and /dev/null 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 deleted file mode 100644 index c05af2f8e..000000000 Binary files a/static/images/theme/thumbnail/tomrutgers-middleman-starter-netlify-cms.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 deleted file mode 100644 index f53cba457..000000000 Binary files a/static/images/theme/thumbnail/tradly-platform-butterflies.jpg and /dev/null 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 deleted file mode 100644 index fd799b684..000000000 Binary files a/static/images/theme/thumbnail/transitive-bullshit-nextjs-notion-starter-kit.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tryghost-eleventy-starter-ghost.jpg b/static/images/theme/thumbnail/tryghost-eleventy-starter-ghost.jpg deleted file mode 100644 index a6fdba016..000000000 Binary files a/static/images/theme/thumbnail/tryghost-eleventy-starter-ghost.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tryghost-gatsby-starter-ghost.jpg b/static/images/theme/thumbnail/tryghost-gatsby-starter-ghost.jpg deleted file mode 100644 index fa445d9d2..000000000 Binary files a/static/images/theme/thumbnail/tryghost-gatsby-starter-ghost.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ttntm-11ty-landing-page.jpg b/static/images/theme/thumbnail/ttntm-11ty-landing-page.jpg deleted file mode 100644 index 5c7dddda3..000000000 Binary files a/static/images/theme/thumbnail/ttntm-11ty-landing-page.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ttntm-hugo-landing-page.jpg b/static/images/theme/thumbnail/ttntm-hugo-landing-page.jpg deleted file mode 100644 index dd809e4d0..000000000 Binary files a/static/images/theme/thumbnail/ttntm-hugo-landing-page.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ttskch-jekyll-ttskch-theme.jpg b/static/images/theme/thumbnail/ttskch-jekyll-ttskch-theme.jpg deleted file mode 100644 index 22eeba407..000000000 Binary files a/static/images/theme/thumbnail/ttskch-jekyll-ttskch-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tummychow-lanyon-hugo.jpg b/static/images/theme/thumbnail/tummychow-lanyon-hugo.jpg deleted file mode 100644 index c5eafaa78..000000000 Binary files a/static/images/theme/thumbnail/tummychow-lanyon-hugo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tybenz-exemplar.jpg b/static/images/theme/thumbnail/tybenz-exemplar.jpg deleted file mode 100644 index 0fbcbd610..000000000 Binary files a/static/images/theme/thumbnail/tybenz-exemplar.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tybenz-otter-pop.jpg b/static/images/theme/thumbnail/tybenz-otter-pop.jpg deleted file mode 100644 index fef08647f..000000000 Binary files a/static/images/theme/thumbnail/tybenz-otter-pop.jpg and /dev/null 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 deleted file mode 100644 index 52522aebf..000000000 Binary files a/static/images/theme/thumbnail/tylergreulich-gatsby-typescript-mdx-prismjs-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/tylermroderick-fernfolio-11ty-template.jpg b/static/images/theme/thumbnail/tylermroderick-fernfolio-11ty-template.jpg deleted file mode 100644 index d9ae49f8c..000000000 Binary files a/static/images/theme/thumbnail/tylermroderick-fernfolio-11ty-template.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 deleted file mode 100644 index 47273e955..000000000 Binary files a/static/images/theme/thumbnail/ueno-llc-ueno-gatsby-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ugglr-gatsby-clean-portfolio.jpg b/static/images/theme/thumbnail/ugglr-gatsby-clean-portfolio.jpg deleted file mode 100644 index 810068035..000000000 Binary files a/static/images/theme/thumbnail/ugglr-gatsby-clean-portfolio.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 deleted file mode 100644 index 284d4fc33..000000000 Binary files a/static/images/theme/thumbnail/unifreak-unifreak.github.io.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/upagge-ublogger.jpg b/static/images/theme/thumbnail/upagge-ublogger.jpg deleted file mode 100644 index a87da962c..000000000 Binary files a/static/images/theme/thumbnail/upagge-ublogger.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/v4iv-gatsby-starter-business.jpg b/static/images/theme/thumbnail/v4iv-gatsby-starter-business.jpg deleted file mode 100644 index 651a042eb..000000000 Binary files a/static/images/theme/thumbnail/v4iv-gatsby-starter-business.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 deleted file mode 100644 index 694ec02e5..000000000 Binary files a/static/images/theme/thumbnail/vagr9k-gatsby-advanced-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/vagr9k-gatsby-material-starter.jpg b/static/images/theme/thumbnail/vagr9k-gatsby-material-starter.jpg deleted file mode 100644 index cd7043f51..000000000 Binary files a/static/images/theme/thumbnail/vagr9k-gatsby-material-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/vantagedesign-ace-documentation.jpg b/static/images/theme/thumbnail/vantagedesign-ace-documentation.jpg deleted file mode 100644 index 2d26504cc..000000000 Binary files a/static/images/theme/thumbnail/vantagedesign-ace-documentation.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/vercel-next.js.jpg b/static/images/theme/thumbnail/vercel-next.js.jpg deleted file mode 100644 index 6bb373945..000000000 Binary files a/static/images/theme/thumbnail/vercel-next.js.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 deleted file mode 100644 index 94e63eb8b..000000000 Binary files a/static/images/theme/thumbnail/vfvong-jekyll-theme-quartz.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/vfvong-jekyll-theme-tao.jpg b/static/images/theme/thumbnail/vfvong-jekyll-theme-tao.jpg deleted file mode 100644 index 325be6d3b..000000000 Binary files a/static/images/theme/thumbnail/vfvong-jekyll-theme-tao.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/victoriadrake-hugo-theme-introduction.jpg b/static/images/theme/thumbnail/victoriadrake-hugo-theme-introduction.jpg deleted file mode 100644 index f9019bf5f..000000000 Binary files a/static/images/theme/thumbnail/victoriadrake-hugo-theme-introduction.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 deleted file mode 100644 index 84b84d478..000000000 Binary files a/static/images/theme/thumbnail/victorvoid-space-jekyll-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/vietanhdev-benice17.jpg b/static/images/theme/thumbnail/vietanhdev-benice17.jpg deleted file mode 100644 index da3dceee0..000000000 Binary files a/static/images/theme/thumbnail/vietanhdev-benice17.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/vietanhdev-hugo-curious.jpg b/static/images/theme/thumbnail/vietanhdev-hugo-curious.jpg deleted file mode 100644 index 80db2f456..000000000 Binary files a/static/images/theme/thumbnail/vietanhdev-hugo-curious.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/viko16-vuepress-theme-simple.jpg b/static/images/theme/thumbnail/viko16-vuepress-theme-simple.jpg deleted file mode 100644 index 3e06f0b29..000000000 Binary files a/static/images/theme/thumbnail/viko16-vuepress-theme-simple.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/vimux-mainroad.jpg b/static/images/theme/thumbnail/vimux-mainroad.jpg deleted file mode 100644 index fb19a4801..000000000 Binary files a/static/images/theme/thumbnail/vimux-mainroad.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/vincentchan-mickey.jpg b/static/images/theme/thumbnail/vincentchan-mickey.jpg deleted file mode 100644 index 8b2fd228c..000000000 Binary files a/static/images/theme/thumbnail/vincentchan-mickey.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/vinitkumar-white-paper.jpg b/static/images/theme/thumbnail/vinitkumar-white-paper.jpg deleted file mode 100644 index 0068a79a5..000000000 Binary files a/static/images/theme/thumbnail/vinitkumar-white-paper.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/vividvilla-ezhil.jpg b/static/images/theme/thumbnail/vividvilla-ezhil.jpg deleted file mode 100644 index ff26675d0..000000000 Binary files a/static/images/theme/thumbnail/vividvilla-ezhil.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/volny-creative-theme-jekyll.jpg b/static/images/theme/thumbnail/volny-creative-theme-jekyll.jpg deleted file mode 100644 index fe4afcb62..000000000 Binary files a/static/images/theme/thumbnail/volny-creative-theme-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/volny-stylish-portfolio-jekyll.jpg b/static/images/theme/thumbnail/volny-stylish-portfolio-jekyll.jpg deleted file mode 100644 index 10287dfdf..000000000 Binary files a/static/images/theme/thumbnail/volny-stylish-portfolio-jekyll.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/vormwald-joon.jpg b/static/images/theme/thumbnail/vormwald-joon.jpg deleted file mode 100644 index a49f2cef1..000000000 Binary files a/static/images/theme/thumbnail/vormwald-joon.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/vszhub-not-pure-poole.jpg b/static/images/theme/thumbnail/vszhub-not-pure-poole.jpg deleted file mode 100644 index 5c48359a1..000000000 Binary files a/static/images/theme/thumbnail/vszhub-not-pure-poole.jpg and /dev/null 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 deleted file mode 100644 index 253a31878..000000000 Binary files a/static/images/theme/thumbnail/vvalchev-creative-theme-jekyll-new.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 deleted file mode 100644 index b63a4645b..000000000 Binary files a/static/images/theme/thumbnail/w3layouts-gatsby-starter-delog.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 deleted file mode 100644 index 2bbd0b430..000000000 Binary files a/static/images/theme/thumbnail/wangonya-flexible-gatsby.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/wangonya-the-plain-gatsby.jpg b/static/images/theme/thumbnail/wangonya-the-plain-gatsby.jpg deleted file mode 100644 index ec967f04e..000000000 Binary files a/static/images/theme/thumbnail/wangonya-the-plain-gatsby.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 deleted file mode 100644 index adc2a878f..000000000 Binary files a/static/images/theme/thumbnail/webcu-gatsby-material-kit-react.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/wemake-services-jekyll-theme-hackcss.jpg b/static/images/theme/thumbnail/wemake-services-jekyll-theme-hackcss.jpg deleted file mode 100644 index 59e9e36b0..000000000 Binary files a/static/images/theme/thumbnail/wemake-services-jekyll-theme-hackcss.jpg and /dev/null 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 deleted file mode 100644 index 90d66689b..000000000 Binary files a/static/images/theme/thumbnail/wgao19-docusaurus-theme-no-style.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/whoan-vuepress-theme-canvas.jpg b/static/images/theme/thumbnail/whoan-vuepress-theme-canvas.jpg deleted file mode 100644 index c8e6afd6a..000000000 Binary files a/static/images/theme/thumbnail/whoan-vuepress-theme-canvas.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/whoisryosuke-gatsby-documentation-starter.jpg b/static/images/theme/thumbnail/whoisryosuke-gatsby-documentation-starter.jpg deleted file mode 100644 index d669400fa..000000000 Binary files a/static/images/theme/thumbnail/whoisryosuke-gatsby-documentation-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/wild-flame-jekyll-simple.jpg b/static/images/theme/thumbnail/wild-flame-jekyll-simple.jpg deleted file mode 100644 index 689395f31..000000000 Binary files a/static/images/theme/thumbnail/wild-flame-jekyll-simple.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/wildhaber-gohugo-amp.jpg b/static/images/theme/thumbnail/wildhaber-gohugo-amp.jpg deleted file mode 100644 index 2d2a4e883..000000000 Binary files a/static/images/theme/thumbnail/wildhaber-gohugo-amp.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 deleted file mode 100644 index 94eb8d5d2..000000000 Binary files a/static/images/theme/thumbnail/willcode4food-gatsby-starter-paperbase.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/williamcanin-typing-jekyll-template.jpg b/static/images/theme/thumbnail/williamcanin-typing-jekyll-template.jpg deleted file mode 100644 index 86a8679d0..000000000 Binary files a/static/images/theme/thumbnail/williamcanin-typing-jekyll-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/willianjusten-cards-jekyll-template.jpg b/static/images/theme/thumbnail/willianjusten-cards-jekyll-template.jpg deleted file mode 100644 index 29f8794a3..000000000 Binary files a/static/images/theme/thumbnail/willianjusten-cards-jekyll-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/willianjusten-will-jekyll-template.jpg b/static/images/theme/thumbnail/willianjusten-will-jekyll-template.jpg deleted file mode 100644 index 0e22e48e3..000000000 Binary files a/static/images/theme/thumbnail/willianjusten-will-jekyll-template.jpg and /dev/null 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 deleted file mode 100644 index 5639e68ba..000000000 Binary files a/static/images/theme/thumbnail/willjw3-gatsby-starter-developer-diary.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/windedge-gatsby-tailwind-serif.jpg b/static/images/theme/thumbnail/windedge-gatsby-tailwind-serif.jpg deleted file mode 100644 index 428bd27cd..000000000 Binary files a/static/images/theme/thumbnail/windedge-gatsby-tailwind-serif.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/wiredcraft-carte.jpg b/static/images/theme/thumbnail/wiredcraft-carte.jpg deleted file mode 100644 index 7a2e62a27..000000000 Binary files a/static/images/theme/thumbnail/wiredcraft-carte.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/wkocjan-gatsby-airtable-listing.jpg b/static/images/theme/thumbnail/wkocjan-gatsby-airtable-listing.jpg deleted file mode 100644 index cd1a9b913..000000000 Binary files a/static/images/theme/thumbnail/wkocjan-gatsby-airtable-listing.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/wkocjan-gatsby-contentful-portfolio.jpg b/static/images/theme/thumbnail/wkocjan-gatsby-contentful-portfolio.jpg deleted file mode 100644 index 2d68964c3..000000000 Binary files a/static/images/theme/thumbnail/wkocjan-gatsby-contentful-portfolio.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/wkocjan-gatsby-theme-intro.jpg b/static/images/theme/thumbnail/wkocjan-gatsby-theme-intro.jpg deleted file mode 100644 index f4e326564..000000000 Binary files a/static/images/theme/thumbnail/wkocjan-gatsby-theme-intro.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/wowthemesnet-affiliates-jekyll-theme.jpg b/static/images/theme/thumbnail/wowthemesnet-affiliates-jekyll-theme.jpg deleted file mode 100644 index a45624f05..000000000 Binary files a/static/images/theme/thumbnail/wowthemesnet-affiliates-jekyll-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/wowthemesnet-jekyll-theme-memoirs.jpg b/static/images/theme/thumbnail/wowthemesnet-jekyll-theme-memoirs.jpg deleted file mode 100644 index ef1bf49de..000000000 Binary files a/static/images/theme/thumbnail/wowthemesnet-jekyll-theme-memoirs.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/wowthemesnet-mediumish-theme-jekyll.jpg b/static/images/theme/thumbnail/wowthemesnet-mediumish-theme-jekyll.jpg deleted file mode 100644 index 0d292e01c..000000000 Binary files a/static/images/theme/thumbnail/wowthemesnet-mediumish-theme-jekyll.jpg and /dev/null 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 deleted file mode 100644 index 1d3060d48..000000000 Binary files a/static/images/theme/thumbnail/wowthemesnet-mediumish-vuepress-blog-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/wowthemesnet-mundana-theme-jekyll.jpg b/static/images/theme/thumbnail/wowthemesnet-mundana-theme-jekyll.jpg deleted file mode 100644 index 5b28fd189..000000000 Binary files a/static/images/theme/thumbnail/wowthemesnet-mundana-theme-jekyll.jpg and /dev/null 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 deleted file mode 100644 index 93160afad..000000000 Binary files a/static/images/theme/thumbnail/wrappixel-flexy-admin-nextjs-free.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/wrappixel-materialpro-nuxtjs-free.jpg b/static/images/theme/thumbnail/wrappixel-materialpro-nuxtjs-free.jpg deleted file mode 100644 index 4a74eeb42..000000000 Binary files a/static/images/theme/thumbnail/wrappixel-materialpro-nuxtjs-free.jpg and /dev/null 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 deleted file mode 100644 index e26cf8298..000000000 Binary files a/static/images/theme/thumbnail/wrappixel-xtreme-admin-nextjs-free.jpg and /dev/null 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 deleted file mode 100644 index fecbeea0a..000000000 Binary files a/static/images/theme/thumbnail/wu-kan-wu-kan.github.io.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/xaprb-story.jpg b/static/images/theme/thumbnail/xaprb-story.jpg deleted file mode 100644 index d83e80380..000000000 Binary files a/static/images/theme/thumbnail/xaprb-story.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 deleted file mode 100644 index 57e486705..000000000 Binary files a/static/images/theme/thumbnail/xdesro-nuxt-netlify-cms-starter.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/xianmin-hugo-theme-jane.jpg b/static/images/theme/thumbnail/xianmin-hugo-theme-jane.jpg deleted file mode 100644 index b6aa472fa..000000000 Binary files a/static/images/theme/thumbnail/xianmin-hugo-theme-jane.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 deleted file mode 100644 index fafddcc3b..000000000 Binary files a/static/images/theme/thumbnail/xydac-xylo-gatsby-bulma-starter.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 deleted file mode 100644 index 461e64fb7..000000000 Binary files a/static/images/theme/thumbnail/y7kim-agency-jekyll-theme.jpg and /dev/null 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 deleted file mode 100644 index 06f152899..000000000 Binary files a/static/images/theme/thumbnail/yelog-hexo-theme-3-hexo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/ygoex-yetty.jpg b/static/images/theme/thumbnail/ygoex-yetty.jpg deleted file mode 100644 index f96f98e67..000000000 Binary files a/static/images/theme/thumbnail/ygoex-yetty.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/yihui-hugo-xmag.jpg b/static/images/theme/thumbnail/yihui-hugo-xmag.jpg deleted file mode 100644 index 1429603f9..000000000 Binary files a/static/images/theme/thumbnail/yihui-hugo-xmag.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/yihui-hugo-xmin.jpg b/static/images/theme/thumbnail/yihui-hugo-xmin.jpg deleted file mode 100644 index fde75b091..000000000 Binary files a/static/images/theme/thumbnail/yihui-hugo-xmin.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 deleted file mode 100644 index fadc3e889..000000000 Binary files a/static/images/theme/thumbnail/yinkakun-eleventy-duo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/yinkakun-gatsby-starter-glass.jpg b/static/images/theme/thumbnail/yinkakun-gatsby-starter-glass.jpg deleted file mode 100644 index 81787140d..000000000 Binary files a/static/images/theme/thumbnail/yinkakun-gatsby-starter-glass.jpg and /dev/null 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 deleted file mode 100644 index 76056e0f7..000000000 Binary files a/static/images/theme/thumbnail/yizeng-jekyll-theme-simple-texture.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/yjpl-supply.jpg b/static/images/theme/thumbnail/yjpl-supply.jpg deleted file mode 100644 index cc56ad600..000000000 Binary files a/static/images/theme/thumbnail/yjpl-supply.jpg and /dev/null 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 deleted file mode 100644 index 6fa7b195f..000000000 Binary files a/static/images/theme/thumbnail/yonojoy-yax-coming-soon-jekyll-template.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/yous-whiteglass.jpg b/static/images/theme/thumbnail/yous-whiteglass.jpg deleted file mode 100644 index f1f9c1a81..000000000 Binary files a/static/images/theme/thumbnail/yous-whiteglass.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/youssefraafatnasry-portfolyou.jpg b/static/images/theme/thumbnail/youssefraafatnasry-portfolyou.jpg deleted file mode 100644 index 5d6bdeeeb..000000000 Binary files a/static/images/theme/thumbnail/youssefraafatnasry-portfolyou.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/yscoder-vuepress-theme-indigo.jpg b/static/images/theme/thumbnail/yscoder-vuepress-theme-indigo.jpg deleted file mode 100644 index a676be888..000000000 Binary files a/static/images/theme/thumbnail/yscoder-vuepress-theme-indigo.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/yulijia-freshman21.jpg b/static/images/theme/thumbnail/yulijia-freshman21.jpg deleted file mode 100644 index 3de51e091..000000000 Binary files a/static/images/theme/thumbnail/yulijia-freshman21.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 deleted file mode 100644 index ca0c879a5..000000000 Binary files a/static/images/theme/thumbnail/zeespire-one-free.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/zerostaticthemes-hugo-atlantic-theme.jpg b/static/images/theme/thumbnail/zerostaticthemes-hugo-atlantic-theme.jpg deleted file mode 100644 index 4eaec0ae4..000000000 Binary files a/static/images/theme/thumbnail/zerostaticthemes-hugo-atlantic-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/zerostaticthemes-hugo-serif-theme.jpg b/static/images/theme/thumbnail/zerostaticthemes-hugo-serif-theme.jpg deleted file mode 100644 index 4250ff3bc..000000000 Binary files a/static/images/theme/thumbnail/zerostaticthemes-hugo-serif-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/zerostaticthemes-hugo-winston-theme.jpg b/static/images/theme/thumbnail/zerostaticthemes-hugo-winston-theme.jpg deleted file mode 100644 index 4f4d73706..000000000 Binary files a/static/images/theme/thumbnail/zerostaticthemes-hugo-winston-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/zerostaticthemes-jekyll-atlantic-theme.jpg b/static/images/theme/thumbnail/zerostaticthemes-jekyll-atlantic-theme.jpg deleted file mode 100644 index 5ea193ccb..000000000 Binary files a/static/images/theme/thumbnail/zerostaticthemes-jekyll-atlantic-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/zerostaticthemes-jekyll-serif-theme.jpg b/static/images/theme/thumbnail/zerostaticthemes-jekyll-serif-theme.jpg deleted file mode 100644 index 665c9c136..000000000 Binary files a/static/images/theme/thumbnail/zerostaticthemes-jekyll-serif-theme.jpg and /dev/null differ diff --git a/static/images/theme/thumbnail/zhaohuabing-hugo-theme-cleanwhite.jpg b/static/images/theme/thumbnail/zhaohuabing-hugo-theme-cleanwhite.jpg deleted file mode 100644 index 384804813..000000000 Binary files a/static/images/theme/thumbnail/zhaohuabing-hugo-theme-cleanwhite.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 deleted file mode 100644 index a6408e997..000000000 Binary files a/static/images/theme/thumbnail/zhonger-jekyll-theme-h2o-ac.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 deleted file mode 100644 index fb9bb7730..000000000 Binary files a/static/images/theme/thumbnail/zivong-jekyll-theme-hydure.jpg and /dev/null 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 deleted file mode 100644 index cd4718cdd..000000000 Binary files a/static/images/theme/thumbnail/zwbetz-gh-cayman-hugo-theme.jpg and /dev/null 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 deleted file mode 100644 index 6cf87757b..000000000 Binary files a/static/images/theme/thumbnail/zwbetz-gh-cupper-hugo-theme.jpg and /dev/null 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 deleted file mode 100644 index 3e0c427e0..000000000 Binary files a/static/images/theme/thumbnail/zwbetz-gh-minimal-bootstrap-hugo-theme.jpg and /dev/null 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 deleted file mode 100644 index 8f785ae66..000000000 Binary files a/static/images/theme/thumbnail/zwbetz-gh-papercss-hugo-theme.jpg and /dev/null 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 deleted file mode 100644 index 334fc473f..000000000 Binary files a/static/images/theme/thumbnail/zwbetz-gh-vanilla-bootstrap-hugo-theme.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 deleted file mode 100644 index 246389f81..000000000 Binary files a/static/images/theme/thumbnail/zzzmisa-hugo-theme-doors.jpg and /dev/null differ diff --git a/static/images/ui/angle-double-left-solid.svg b/static/images/ui/angle-double-left-solid.svg deleted file mode 100644 index 95887a197..000000000 --- a/static/images/ui/angle-double-left-solid.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/ui/angle-double-right-solid.svg b/static/images/ui/angle-double-right-solid.svg deleted file mode 100644 index 998f8595f..000000000 --- a/static/images/ui/angle-double-right-solid.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/ui/check-solid.svg b/static/images/ui/check-solid.svg deleted file mode 100644 index f91b74ed0..000000000 --- a/static/images/ui/check-solid.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/ui/chevron-down-solid.svg b/static/images/ui/chevron-down-solid.svg deleted file mode 100644 index 026b7c042..000000000 --- a/static/images/ui/chevron-down-solid.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/ui/chevron-left-solid.svg b/static/images/ui/chevron-left-solid.svg deleted file mode 100644 index 41061c287..000000000 --- a/static/images/ui/chevron-left-solid.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/ui/chevron-right-solid.svg b/static/images/ui/chevron-right-solid.svg deleted file mode 100644 index 6f3ecc4dc..000000000 --- a/static/images/ui/chevron-right-solid.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/ui/external-link-alt-solid.svg b/static/images/ui/external-link-alt-solid.svg deleted file mode 100644 index 190df508a..000000000 --- a/static/images/ui/external-link-alt-solid.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/ui/forks.svg b/static/images/ui/forks.svg deleted file mode 100644 index c0b53a482..000000000 --- a/static/images/ui/forks.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/ui/history-solid.svg b/static/images/ui/history-solid.svg deleted file mode 100644 index ddcfda076..000000000 --- a/static/images/ui/history-solid.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/ui/issues.svg b/static/images/ui/issues.svg deleted file mode 100644 index 27647c3b0..000000000 --- a/static/images/ui/issues.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/ui/minus-solid.svg b/static/images/ui/minus-solid.svg deleted file mode 100644 index f72db5bc6..000000000 --- a/static/images/ui/minus-solid.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/ui/minus-square-regular.svg b/static/images/ui/minus-square-regular.svg deleted file mode 100644 index 26c05a274..000000000 --- a/static/images/ui/minus-square-regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/ui/plus-solid.svg b/static/images/ui/plus-solid.svg deleted file mode 100644 index bfa907d9f..000000000 --- a/static/images/ui/plus-solid.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/ui/plus-square-regular.svg b/static/images/ui/plus-square-regular.svg deleted file mode 100644 index b9e300d9e..000000000 --- a/static/images/ui/plus-square-regular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/ui/star-solid.svg b/static/images/ui/star-solid.svg deleted file mode 100644 index ce7441646..000000000 --- a/static/images/ui/star-solid.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/ui/star.svg b/static/images/ui/star.svg deleted file mode 100644 index 4834aa702..000000000 --- a/static/images/ui/star.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/themes/jamstackthemes/assets/js/filter/filter-groups.js b/themes/jamstackthemes/assets/js/filter/filter-groups.js deleted file mode 100644 index f1e0e6919..000000000 --- a/themes/jamstackthemes/assets/js/filter/filter-groups.js +++ /dev/null @@ -1,46 +0,0 @@ -const groups = { - 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-hash.js b/themes/jamstackthemes/assets/js/filter/filter-hash.js deleted file mode 100644 index 3cf1ace5d..000000000 --- a/themes/jamstackthemes/assets/js/filter/filter-hash.js +++ /dev/null @@ -1,182 +0,0 @@ -var targetSelector = ".grid"; -var activeHash = ""; -var activePage = -1; - -/** - * Deserializes a hash segment (if present) into in an object. - * - * @return {object|null} - */ - -function deserializeHash() { - var hash = window.location.hash.replace(/^#/g, ""); - var obj = null; - var groups = []; - - if (!hash) return obj; - - obj = {}; - groups = hash.split("&"); - - groups.forEach(function(group) { - var pair = group.split("="); - var groupName = pair[0]; - - obj[groupName] = pair[1].split(","); - }); - - return obj; -} - -/** - * Serializes a uiState object into a string. - * - * @param {object} uiState - * @return {string} - */ - -function serializeUiState(uiState) { - var output = ""; - - for (var key in uiState) { - var values = uiState[key]; - - if (!values.length) continue; - - output += key + "="; - output += values.join(","); - output += "&"; - } - - output = output.replace(/&$/g, ""); - - return output; -} - -/** - * Constructs a `uiState` object using the - * `getFilterGroupSelectors()` API method. - * - * @return {object} - */ - -function getUiState() { - // NB: You will need to rename the object keys to match the names of - // your project's filter groups – these should match those defined - // in your HTML. - - var uiState = { - ssg: mixer.getFilterGroupSelectors("ssg").map(getValueFromSelector), - cms: mixer.getFilterGroupSelectors("cms").map(getValueFromSelector), - css: mixer.getFilterGroupSelectors("css").map(getValueFromSelector), - archetype: mixer.getFilterGroupSelectors("archetype").map(getValueFromSelector) - }; - - return uiState; -} - -/** - * Updates the URL hash whenever the current filter changes. - * - * @param {mixitup.State} state - * @return {void} - */ - -function setHash(state) { - var selector = state.activeFilter.selector; - - // Construct an object representing the current state of each - // filter group - - var uiState = getUiState(); - - // Create a URL hash string by serializing the uiState object - - var newHash = "#" + serializeUiState(uiState); - - if (selector === targetSelector && window.location.href.indexOf("#") > -1) { - // Equivalent to filter "all", and a hash exists, remove the hash - - activeHash = ""; - - history.replaceState(null, document.title, window.location.pathname); - } else if (newHash !== window.location.hash && selector !== targetSelector) { - // Change the hash - - activeHash = newHash; - - history.replaceState( - null, - document.title, - window.location.pathname + newHash - ); - } -} - -/** - * Updates the mixer to a previous UI state. - * - * @param {object|null} uiState - * @param {boolean} [animate] - * @return {Promise} - */ - -function syncMixerWithPreviousUiState(uiState, animate) { - var ssg = uiState && uiState.ssg ? uiState.ssg : []; - var cms = uiState && uiState.cms ? uiState.cms : []; - var css = uiState && uiState.css ? uiState.css : []; - var archetype = uiState && uiState.archetype ? uiState.archetype : []; - - mixer.setFilterGroupSelectors("ssg", ssg.map(getSelectorFromValue)); - mixer.setFilterGroupSelectors("cms", cms.map(getSelectorFromValue)); - mixer.setFilterGroupSelectors("css", css.map(getSelectorFromValue)); - mixer.setFilterGroupSelectors("archetype", archetype.map(getSelectorFromValue)); - - // Parse the filter groups (passing `false` will perform no animation) - - return mixer.parseFilterGroups(animate ? true : false); -} - -/** - * Converts a selector (e.g. '.green') into a simple value (e.g. 'green'). - * - * @param {string} selector - * @return {string} - */ - -function getValueFromSelector(selector) { - return selector.replace(/^./, ""); -} - -/** - * A function for filtering the values of the mixitup command object - * generated by calling the `parseFilterGroups()` method. - * - * @param {object} command - * @return {object} - */ - -function handleParseFilterGroups(command) { - if (activePage > 1) { - // If an activePage greater than 1 has been parsed - // from the URL, update the command with a pagination - // instruction - - command.paginate = activePage; - } - - return command; -} - - -/** - * Converts a simple value (e.g. 'green') into a selector (e.g. '.green'). - * - * @param {string} selector - * @return {string} - */ - -function getSelectorFromValue(value) { - return "." + value; -} - diff --git a/themes/jamstackthemes/assets/js/filter/filter-toggle.js b/themes/jamstackthemes/assets/js/filter/filter-toggle.js deleted file mode 100644 index 743e6bbc0..000000000 --- a/themes/jamstackthemes/assets/js/filter/filter-toggle.js +++ /dev/null @@ -1,11 +0,0 @@ -document.querySelectorAll(".toggle-icon").forEach((toggle) => { - toggle.addEventListener('click', (e) => { - toggle.parentNode.parentNode.classList.toggle('closed'); - }); -}); - -document.querySelectorAll(".toggle-more").forEach((toggle) => { - toggle.addEventListener('click', (e) => { - toggle.parentNode.classList.toggle('closed'); - }); -}); diff --git a/themes/jamstackthemes/assets/js/filter/filter.js b/themes/jamstackthemes/assets/js/filter/filter.js deleted file mode 100644 index 9a8f01e6e..000000000 --- a/themes/jamstackthemes/assets/js/filter/filter.js +++ /dev/null @@ -1,116 +0,0 @@ -const pageId = document.querySelector('body').id; -// const sortOrder = pageId === "page-all-themes" ? "stars:desc" : null; -const sortOrder = null; - -const mixer = mixitup('#grids-homepage', { - multifilter: { - enable: true, - logicWithinGroup: 'or', - logicBetweenGroups: 'and' - }, - animation: { - enable: false, - }, - selectors: { - target: '.grid' - }, - load: { - sort: sortOrder - }, - // pagination: { - // limit: 50, - // maintainActivePage: false - // }, - callbacks: { - onMixStart: function(state, futureState) { - let total = futureState.totalShow; - let count = document.querySelector('.count-number'); - count.textContent = total; - window.scrollTo(0,0); - updateFilterCounts(state, futureState); - }, - onMixClick: function(state, originalEvent) { - }, - onParseFilterGroups: handleParseFilterGroups, - onMixEnd: setHash - } -}); - -function getTriggerGroup(event) { - triggerGroup = null; - if (!event) { - return triggerGroup - } else if (event.classList.contains('filter-button')) { - triggerGroup = event.parentNode.parentNode.parentNode.id.slice(13); - }; - return triggerGroup; -} - -function updateFilterCounts(state, futureState) { - - let triggerGroup = getTriggerGroup(futureState.triggerElement) - let totalMatching = futureState.targets.map(theme => theme.className.trim().split(" ")); - let matching = futureState.matching.map(theme => theme.className.trim().split(" ")); - let hasMultipleActiveGroups = checkActiveGroups(); - - // Update Filter Counts - Object.keys(groups).forEach((group) => { - if (hasMultipleActiveGroups) { - resetCount(groups[group], totalMatching); - updateCount(groups[group], matching); - } else { - if (group === triggerGroup) { - resetCount(groups[group], totalMatching); - } else if (!triggerGroup) { - - } else { - updateCount(groups[group], matching); - } - } - }) -} - -function checkActiveGroups() { - let activeGroups = Object.keys(groups).map(group => { - return mixer.getFilterGroupSelectors(group) - }) - - let activeGroupsLength = 0 - activeGroups.forEach(group => { - if (group.length) { - activeGroupsLength += 1 - } - }) - return activeGroupsLength >= 2; -} - -function updateCount(group, matches) { - group.forEach(term => { - let count = matches.filter(match => { - return match.includes(term); - }) - const termDom = document.querySelector(`#filter-count-${term}`) - if (termDom) { - termDom.innerText = count.length - } - }) -} - -function resetCount(group, matches) { - group.forEach(term => { - let count = matches.filter(match => { - return match.includes(term); - }) - const termDom = document.querySelector(`#filter-count-${term}`) - if (termDom) { - termDom.innerText = count.length - } - }) -} - -var uiState = deserializeHash(); - -if (uiState) { - // If a valid uiState object is present on page load, filter the mixer - syncMixerWithPreviousUiState(uiState); -} diff --git a/themes/jamstackthemes/assets/js/libs/mixitup-multifilter.js b/themes/jamstackthemes/assets/js/libs/mixitup-multifilter.js deleted file mode 100755 index 77924fc8a..000000000 --- a/themes/jamstackthemes/assets/js/libs/mixitup-multifilter.js +++ /dev/null @@ -1,1256 +0,0 @@ -/**! - * MixItUp MultiFilter v3.3.4 - * A UI-builder for powerful multidimensional filtering - * Build 6bbb142d-9851-4ca8-b6d4-f760362d93ec - * - * Requires mixitup.js >= v^3.1.2 - * - * @copyright Copyright 2014-2018 KunkaLabs Limited. - * @author KunkaLabs Limited. - * @link https://www.kunkalabs.com/mixitup-multifilter/ - * - * @license Commercial use requires a commercial license. - * https://www.kunkalabs.com/mixitup-multifilter/licenses/ - * - * Non-commercial use permitted under same terms as license. - * http://creativecommons.org/licenses/by-nc/3.0/ - */ -(function(window) { - 'use strict'; - - var mixitupMultifilter = function(mixitup) { - var h = mixitup.h; - var diacriticsMap; - - diacriticsMap = [ - ['A', /[\u0041\u24B6\uFF21\u00C0\u00C1\u00C2\u1EA6\u1EA4\u1EAA\u1EA8\u00C3\u0100\u0102\u1EB0\u1EAE\u1EB4\u1EB2\u0226\u01E0\u00C4\u01DE\u1EA2\u00C5\u01FA\u01CD\u0200\u0202\u1EA0\u1EAC\u1EB6\u1E00\u0104\u023A\u2C6F]/g], - ['AA', /[\uA732]/g], - ['AE', /[\u00C6\u01FC\u01E2]/g], - ['AO', /[\uA734]/g], - ['AU', /[\uA736]/g], - ['AV', /[\uA738\uA73A]/g], - ['AY', /[\uA73C]/g], - ['B', /[\u0042\u24B7\uFF22\u1E02\u1E04\u1E06\u0243\u0182\u0181]/g], - ['C', /[\u0043\u24B8\uFF23\u0106\u0108\u010A\u010C\u00C7\u1E08\u0187\u023B\uA73E]/g], - ['D', /[\u0044\u24B9\uFF24\u1E0A\u010E\u1E0C\u1E10\u1E12\u1E0E\u0110\u018B\u018A\u0189\uA779]/g], - ['DZ', /[\u01F1\u01C4]/g], - ['Dz', /[\u01F2\u01C5]/g], - ['E', /[\u0045\u24BA\uFF25\u00C8\u00C9\u00CA\u1EC0\u1EBE\u1EC4\u1EC2\u1EBC\u0112\u1E14\u1E16\u0114\u0116\u00CB\u1EBA\u011A\u0204\u0206\u1EB8\u1EC6\u0228\u1E1C\u0118\u1E18\u1E1A\u0190\u018E]/g], - ['F', /[\u0046\u24BB\uFF26\u1E1E\u0191\uA77B]/g], - ['G', /[\u0047\u24BC\uFF27\u01F4\u011C\u1E20\u011E\u0120\u01E6\u0122\u01E4\u0193\uA7A0\uA77D\uA77E]/g], - ['H', /[\u0048\u24BD\uFF28\u0124\u1E22\u1E26\u021E\u1E24\u1E28\u1E2A\u0126\u2C67\u2C75\uA78D]/g], - ['I', /[\u0049\u24BE\uFF29\u00CC\u00CD\u00CE\u0128\u012A\u012C\u0130\u00CF\u1E2E\u1EC8\u01CF\u0208\u020A\u1ECA\u012E\u1E2C\u0197]/g], - ['J', /[\u004A\u24BF\uFF2A\u0134\u0248]/g], - ['K', /[\u004B\u24C0\uFF2B\u1E30\u01E8\u1E32\u0136\u1E34\u0198\u2C69\uA740\uA742\uA744\uA7A2]/g], - ['L', /[\u004C\u24C1\uFF2C\u013F\u0139\u013D\u1E36\u1E38\u013B\u1E3C\u1E3A\u0141\u023D\u2C62\u2C60\uA748\uA746\uA780]/g], - ['LJ', /[\u01C7]/g], - ['Lj', /[\u01C8]/g], - ['M', /[\u004D\u24C2\uFF2D\u1E3E\u1E40\u1E42\u2C6E\u019C]/g], - ['N', /[\u004E\u24C3\uFF2E\u01F8\u0143\u00D1\u1E44\u0147\u1E46\u0145\u1E4A\u1E48\u0220\u019D\uA790\uA7A4]/g], - ['NJ', /[\u01CA]/g], - ['Nj', /[\u01CB]/g], - ['O', /[\u004F\u24C4\uFF2F\u00D2\u00D3\u00D4\u1ED2\u1ED0\u1ED6\u1ED4\u00D5\u1E4C\u022C\u1E4E\u014C\u1E50\u1E52\u014E\u022E\u0230\u00D6\u022A\u1ECE\u0150\u01D1\u020C\u020E\u01A0\u1EDC\u1EDA\u1EE0\u1EDE\u1EE2\u1ECC\u1ED8\u01EA\u01EC\u00D8\u01FE\u0186\u019F\uA74A\uA74C]/g], - ['OI', /[\u01A2]/g], - ['OO', /[\uA74E]/g], - ['OU', /[\u0222]/g], - ['P', /[\u0050\u24C5\uFF30\u1E54\u1E56\u01A4\u2C63\uA750\uA752\uA754]/g], - ['Q', /[\u0051\u24C6\uFF31\uA756\uA758\u024A]/g], - ['R', /[\u0052\u24C7\uFF32\u0154\u1E58\u0158\u0210\u0212\u1E5A\u1E5C\u0156\u1E5E\u024C\u2C64\uA75A\uA7A6\uA782]/g], - ['S', /[\u0053\u24C8\uFF33\u1E9E\u015A\u1E64\u015C\u1E60\u0160\u1E66\u1E62\u1E68\u0218\u015E\u2C7E\uA7A8\uA784]/g], - ['T', /[\u0054\u24C9\uFF34\u1E6A\u0164\u1E6C\u021A\u0162\u1E70\u1E6E\u0166\u01AC\u01AE\u023E\uA786]/g], - ['TZ', /[\uA728]/g], - ['U', /[\u0055\u24CA\uFF35\u00D9\u00DA\u00DB\u0168\u1E78\u016A\u1E7A\u016C\u00DC\u01DB\u01D7\u01D5\u01D9\u1EE6\u016E\u0170\u01D3\u0214\u0216\u01AF\u1EEA\u1EE8\u1EEE\u1EEC\u1EF0\u1EE4\u1E72\u0172\u1E76\u1E74\u0244]/g], - ['V', /[\u0056\u24CB\uFF36\u1E7C\u1E7E\u01B2\uA75E\u0245]/g], - ['VY', /[\uA760]/g], - ['W', /[\u0057\u24CC\uFF37\u1E80\u1E82\u0174\u1E86\u1E84\u1E88\u2C72]/g], - ['X', /[\u0058\u24CD\uFF38\u1E8A\u1E8C]/g], - ['Y', /[\u0059\u24CE\uFF39\u1EF2\u00DD\u0176\u1EF8\u0232\u1E8E\u0178\u1EF6\u1EF4\u01B3\u024E\u1EFE]/g], - ['Z', /[\u005A\u24CF\uFF3A\u0179\u1E90\u017B\u017D\u1E92\u1E94\u01B5\u0224\u2C7F\u2C6B\uA762]/g], - ['a', /[\u0061\u24D0\uFF41\u1E9A\u00E0\u00E1\u00E2\u1EA7\u1EA5\u1EAB\u1EA9\u00E3\u0101\u0103\u1EB1\u1EAF\u1EB5\u1EB3\u0227\u01E1\u00E4\u01DF\u1EA3\u00E5\u01FB\u01CE\u0201\u0203\u1EA1\u1EAD\u1EB7\u1E01\u0105\u2C65\u0250]/g], - ['aa', /[\uA733]/g], - ['ae', /[\u00E6\u01FD\u01E3]/g], - ['ao', /[\uA735]/g], - ['au', /[\uA737]/g], - ['av', /[\uA739\uA73B]/g], - ['ay', /[\uA73D]/g], - ['b', /[\u0062\u24D1\uFF42\u1E03\u1E05\u1E07\u0180\u0183\u0253]/g], - ['c', /[\u0063\u24D2\uFF43\u0107\u0109\u010B\u010D\u00E7\u1E09\u0188\u023C\uA73F\u2184]/g], - ['d', /[\u0064\u24D3\uFF44\u1E0B\u010F\u1E0D\u1E11\u1E13\u1E0F\u0111\u018C\u0256\u0257\uA77A]/g], - ['dz', /[\u01F3\u01C6]/g], - ['e', /[\u0065\u24D4\uFF45\u00E8\u00E9\u00EA\u1EC1\u1EBF\u1EC5\u1EC3\u1EBD\u0113\u1E15\u1E17\u0115\u0117\u00EB\u1EBB\u011B\u0205\u0207\u1EB9\u1EC7\u0229\u1E1D\u0119\u1E19\u1E1B\u0247\u025B\u01DD]/g], - ['f', /[\u0066\u24D5\uFF46\u1E1F\u0192\uA77C]/g], - ['g', /[\u0067\u24D6\uFF47\u01F5\u011D\u1E21\u011F\u0121\u01E7\u0123\u01E5\u0260\uA7A1\u1D79\uA77F]/g], - ['h', /[\u0068\u24D7\uFF48\u0125\u1E23\u1E27\u021F\u1E25\u1E29\u1E2B\u1E96\u0127\u2C68\u2C76\u0265]/g], - ['hv', /[\u0195]/g], - ['i', /[\u0069\u24D8\uFF49\u00EC\u00ED\u00EE\u0129\u012B\u012D\u00EF\u1E2F\u1EC9\u01D0\u0209\u020B\u1ECB\u012F\u1E2D\u0268\u0131]/g], - ['j', /[\u006A\u24D9\uFF4A\u0135\u01F0\u0249]/g], - ['k', /[\u006B\u24DA\uFF4B\u1E31\u01E9\u1E33\u0137\u1E35\u0199\u2C6A\uA741\uA743\uA745\uA7A3]/g], - ['l', /[\u006C\u24DB\uFF4C\u0140\u013A\u013E\u1E37\u1E39\u013C\u1E3D\u1E3B\u017F\u0142\u019A\u026B\u2C61\uA749\uA781\uA747]/g], - ['lj', /[\u01C9]/g], - ['m', /[\u006D\u24DC\uFF4D\u1E3F\u1E41\u1E43\u0271\u026F]/g], - ['n', /[\u006E\u24DD\uFF4E\u01F9\u0144\u00F1\u1E45\u0148\u1E47\u0146\u1E4B\u1E49\u019E\u0272\u0149\uA791\uA7A5]/g], - ['nj', /[\u01CC]/g], - ['o', /[\u006F\u24DE\uFF4F\u00F2\u00F3\u00F4\u1ED3\u1ED1\u1ED7\u1ED5\u00F5\u1E4D\u022D\u1E4F\u014D\u1E51\u1E53\u014F\u022F\u0231\u00F6\u022B\u1ECF\u0151\u01D2\u020D\u020F\u01A1\u1EDD\u1EDB\u1EE1\u1EDF\u1EE3\u1ECD\u1ED9\u01EB\u01ED\u00F8\u01FF\u0254\uA74B\uA74D\u0275]/g], - ['oi', /[\u01A3]/g], - ['ou', /[\u0223]/g], - ['oo', /[\uA74F]/g], - ['p', /[\u0070\u24DF\uFF50\u1E55\u1E57\u01A5\u1D7D\uA751\uA753\uA755]/g], - ['q', /[\u0071\u24E0\uFF51\u024B\uA757\uA759]/g], - ['r', /[\u0072\u24E1\uFF52\u0155\u1E59\u0159\u0211\u0213\u1E5B\u1E5D\u0157\u1E5F\u024D\u027D\uA75B\uA7A7\uA783]/g], - ['s', /[\u0073\u24E2\uFF53\u00DF\u015B\u1E65\u015D\u1E61\u0161\u1E67\u1E63\u1E69\u0219\u015F\u023F\uA7A9\uA785\u1E9B]/g], - ['t', /[\u0074\u24E3\uFF54\u1E6B\u1E97\u0165\u1E6D\u021B\u0163\u1E71\u1E6F\u0167\u01AD\u0288\u2C66\uA787]/g], - ['tz', /[\uA729]/g], - ['u', /[\u0075\u24E4\uFF55\u00F9\u00FA\u00FB\u0169\u1E79\u016B\u1E7B\u016D\u00FC\u01DC\u01D8\u01D6\u01DA\u1EE7\u016F\u0171\u01D4\u0215\u0217\u01B0\u1EEB\u1EE9\u1EEF\u1EED\u1EF1\u1EE5\u1E73\u0173\u1E77\u1E75\u0289]/g], - ['v', /[\u0076\u24E5\uFF56\u1E7D\u1E7F\u028B\uA75F\u028C]/g], - ['vy', /[\uA761]/g], - ['w', /[\u0077\u24E6\uFF57\u1E81\u1E83\u0175\u1E87\u1E85\u1E98\u1E89\u2C73]/g], - ['x', /[\u0078\u24E7\uFF58\u1E8B\u1E8D]/g], - ['y', /[\u0079\u24E8\uFF59\u1EF3\u00FD\u0177\u1EF9\u0233\u1E8F\u00FF\u1EF7\u1E99\u1EF5\u01B4\u024F\u1EFF]/g], - ['z', /[\u007A\u24E9\uFF5A\u017A\u1E91\u017C\u017E\u1E93\u1E95\u01B6\u0225\u0240\u2C6C\uA763]/g] - ]; - - if ( - !mixitup.CORE_VERSION || - !h.compareVersions(mixitupMultifilter.REQUIRE_CORE_VERSION, mixitup.CORE_VERSION) - ) { - throw new Error( - '[MixItUp Multifilter] MixItUp Multifilter v' + - mixitupMultifilter.EXTENSION_VERSION + - ' requires at least MixItUp v' + - mixitupMultifilter.REQUIRE_CORE_VERSION - ); - } - - /** - * A group of optional callback functions to be invoked at various - * points within the lifecycle of a mixer operation. - * - * @constructor - * @memberof mixitup.Config - * @name callbacks - * @namespace - * @public - * @since 3.0.0 - */ - - mixitup.ConfigCallbacks.registerAction('afterConstruct', 'multifilter', function() { - /** - * A callback function invoked whenever MultiFilter filter groups - * are parsed. This occurs whenever the user interacts with filter - * group UI, or when the `parseFilterGroups()` API method is called, - * but before the resulting filter operation has been triggered. - * - * By default, this generates the appropriate compound selector and - * filters the mixer using a `multimix()` API call internally. This - * callback can be used to transform the multimix command object sent - * to this API call. - * - * This is particularly useful when additional behavior such as sorting - * or pagination must be taken into account when using the MultiFilter API. - * - * The callback receives the generated multimix command object, and must - * also return a valid multimix command object. - * - * @example Example: Overriding the default filtering behavior with `onParseFilterGroups` - * var mixer = mixitup(containerEl, { - * callbacks: { - * onParseFilterGroups: function(command) { - * command.paginate = 3; - * command.sort = 'default:desc'; - * - * return command; - * } - * } - * }); - * - * @name onParseFilterGroups - * @memberof mixitup.Config.callbacks - * @instance - * @type {function} - * @default null - */ - - this.onParseFilterGroups = null; - }); - - /** - * A group of properties defining the behavior of your multifilter UI. - * - * @constructor - * @memberof mixitup.Config - * @name multifilter - * @namespace - * @public - * @since 3.0.0 - */ - - mixitup.ConfigMultifilter = function() { - - /** - * A boolean dictating whether or not to enable multifilter functionality. - * - * If `true`, MixItUp will query the DOM for any elements with a - * `data-filter-group` attribute present on instantiation. - * - * @name enable - * @memberof mixitup.Config.multifilter - * @instance - * @type {boolean} - * @default false - */ - - this.enable = false; - - /** - * A string dictating the logic to use when concatenating selectors within - * individual filter groups. - * - * If set to `'or'` (default), targets will be shown if they match any - * active filter in the group. - * - * If set to `'and'`, targets will be shown only if they match - * all active filters in the group. - * - * @name logicWithinGroup - * @memberof mixitup.Config.multifilter - * @instance - * @type {string} - * @default 'or' - */ - - this.logicWithinGroup = 'or'; - - /** - * A string dictating the logic to use when concatenating each group's - * selectors into one single selector. - * - * If set to `'and'` (default), targets will be shown only if they match - * the combined active selectors of all groups. - * - * If set to `'or'`, targets will be shown if they match the active selectors - * of any individual group. - * - * @name logicBetweenGroups - * @memberof mixitup.Config.multifilter - * @instance - * @type {string} - * @default 'and' - */ - - this.logicBetweenGroups = 'and'; - - /** - * An integer dictating the minimum number of characters at which the value - * of a text input will be included as a multifilter. This prevents short or - * incomplete words with many potential matches from triggering - * filter operations. - * - * @name minSearchLength - * @memberof mixitup.Config.multifilter - * @instance - * @type {number} - * @default 3 - */ - - this.minSearchLength = 3; - - /** - * A string dictating when the parsing of filter groups should occur. - * - * If set to `'change'` (default), the mixer will be filtered whenever the - * filtering UI is interacted with. The mode provides real-time filtering with - * instant feedback. - * - * If set to `'submit'`, the mixer will only be filtered when a submit button is - * clicked (if using a `
` element as a parent). This enables the user to firstly - * make their selection, and then trigger filtering once they have - * finished making their selection. - * - * Alternatively, the `mixer.parseFilterGroups()` method can be called via the API at any - * time to trigger the parsing of filter groups and filter the mixer. - * - * @name parseOn - * @memberof mixitup.Config.multifilter - * @instance - * @type {string} - * @default 'change' - */ - - this.parseOn = 'change'; - - /** - * An integer dictating the duration in ms that must elapse between keyup - * events in order to trigger a change. - * - * Setting a comfortable delay of ~350ms prevents the mixer from being - * thrashed while typing occurs. - * - * @name keyupThrottleDuration - * @memberof mixitup.Config.multifilter - * @instance - * @type {number} - * @default 350 - */ - - this.keyupThrottleDuration = 350; - - h.seal(this); - }; - - /** - * The MixItUp configuration object is extended with properties relating to - * the MultiFilter extension. - * - * For the full list of configuration options, please refer to the MixItUp - * core documentation. - * - * @constructor - * @memberof mixitup - * @name Config - * @namespace - * @public - * @since 2.0.0 - */ - - mixitup.Config.registerAction('beforeConstruct', 'multifilter', function() { - this.multifilter = new mixitup.ConfigMultifilter(); - }); - - mixitup.MultifilterFormEventTracker = function() { - this.form = null; - this.totalBound = 0; - this.totalHandled = 0; - - h.seal(this); - }; - - mixitup.FilterGroupDom = function() { - this.el = null; - this.form = null; - - h.seal(this); - }; - - mixitup.FilterGroup = function() { - this.name = ''; - this.dom = new mixitup.FilterGroupDom(); - this.activeSelectors = []; - this.activeFilters = []; - this.activeToggles = []; - this.handler = null; - this.mixer = null; - this.logic = 'or'; - this.parseOn = 'change'; - this.keyupTimeout = -1; - - h.seal(this); - }; - - h.extend(mixitup.FilterGroup.prototype, { - - /** - * @private - * @param {HTMLELement} el - * @param {mixitup.Mixer} mixer - * @return {void} - */ - - init: function(el, mixer) { - var self = this, - logic = el.getAttribute('data-logic'); - - self.dom.el = el; - - this.name = self.dom.el.getAttribute('data-filter-group') || ''; - - self.cacheDom(); - - if (self.dom.form) { - self.enableButtons(); - } - - self.mixer = mixer; - - if ((logic && logic.toLowerCase() === 'and') || mixer.config.multifilter.logicWithinGroup === 'and') { - // override default group logic - - self.logic = 'and'; - - } - - self.bindEvents(); - }, - - /** - * @private - * @return {void} - */ - - cacheDom: function() { - var self = this; - - self.dom.form = h.closestParent(self.dom.el, 'form', true); - }, - - enableButtons: function() { - var self = this, - buttons = self.dom.form.querySelectorAll('button[type="submit"]:disabled'), - button = null, - i = -1; - - for (i = 0; button = buttons[i]; i++) { - if (button.disabled) { - button.disabled = false; - } - } - }, - - /** - * @private - * @return {void} - */ - - bindEvents: function() { - var self = this; - - self.handler = function(e) { - switch (e.type) { - case 'reset': - case 'submit': - self.handleFormEvent(e); - - break; - default: - self['handle' + h.pascalCase(e.type)](e); - } - }; - - h.on(self.dom.el, 'click', self.handler); - h.on(self.dom.el, 'change', self.handler); - h.on(self.dom.el, 'keyup', self.handler); - - if (self.dom.form) { - h.on(self.dom.form, 'reset', self.handler); - h.on(self.dom.form, 'submit', self.handler); - } - }, - - /** - * @private - * @return {void} - */ - - unbindEvents: function() { - var self = this; - - h.off(self.dom.el, 'click', self.handler); - h.off(self.dom.el, 'change', self.handler); - h.off(self.dom.el, 'keyup', self.handler); - - if (self.dom.form) { - h.off(self.dom.form, 'reset', self.handler); - h.off(self.dom.form, 'submit', self.handler); - } - - self.handler = null; - }, - - /** - * @private - * @param {MouseEvent} e - * @return {void} - */ - - handleClick: function(e) { - var self = this, - mixer = self.mixer, - returnValue = null, - controlEl = h.closestParent(e.target, '[data-filter], [data-toggle]', true), - controlSelector = '', - index = -1, - selector = ''; - - if (!controlEl) return; - - if ((controlSelector = self.mixer.config.selectors.control) && !controlEl.matches(controlSelector)) { - return; - } - - e.stopPropagation(); - - if (!mixer.lastClicked) { - mixer.lastClicked = controlEl; - } - - if (typeof mixer.config.callbacks.onMixClick === 'function') { - returnValue = mixer.config.callbacks.onMixClick.call(mixer.lastClicked, mixer.state, e, self); - - if (returnValue === false) { - // User has returned `false` from the callback, so do not handle click - - return; - } - } - - if (controlEl.matches('[data-filter]')) { - selector = controlEl.getAttribute('data-filter'); - - self.activeToggles = []; - self.activeSelectors = self.activeFilters = [selector]; - } else if (controlEl.matches('[data-toggle]')) { - selector = controlEl.getAttribute('data-toggle'); - - self.activeFilters = []; - - if ((index = self.activeToggles.indexOf(selector)) > -1) { - self.activeToggles.splice(index, 1); - } else { - self.activeToggles.push(selector); - } - - if (self.logic === 'and') { - // Compress into single node - - self.activeSelectors = [self.activeToggles]; - } else { - self.activeSelectors = self.activeToggles; - } - } - - self.updateControls(); - - if (self.mixer.config.multifilter.parseOn === 'change') { - self.mixer.parseFilterGroups(); - } - }, - - /** - * @private - * @param {Event} e - * @return {void} - */ - - handleChange: function(e) { - var self = this, - input = e.target; - - e.stopPropagation(); - - switch(input.type) { - case 'text': - case 'search': - case 'email': - case 'select-one': - case 'radio': - self.getSingleValue(input); - - break; - case 'checkbox': - case 'select-multiple': - self.getMultipleValues(input); - - break; - } - - if (self.mixer.config.multifilter.parseOn === 'change') { - self.mixer.parseFilterGroups(); - } - }, - - handleKeyup: function(e) { - var self = this, - input = e.target; - - // NB: Selects can fire keyup events (e.g. multiselect, textual search) - - if (['text', 'search', 'email'].indexOf(input.type) < 0) return; - - if (self.mixer.config.multifilter.parseOn !== 'change') { - self.mixer.getSingleValue(input); - - return; - } - - clearTimeout(self.keyupTimeout); - - self.keyupTimeout = setTimeout(function() { - self.getSingleValue(input); - self.mixer.parseFilterGroups(); - }, self.mixer.config.multifilter.keyupThrottleDuration); - }, - - /** - * @private - * @param {Event} e - * @return {void} - */ - - handleFormEvent: function(e) { - var self = this, - tracker = null, - group = null, - i = -1; - - if (e.type === 'submit') { - e.preventDefault(); - } - - if (e.type === 'reset') { - self.activeFilters = - self.activeToggles = - self.activeSelectors = []; - - self.updateControls(); - } - - if (!self.mixer.multifilterFormEventTracker) { - tracker = self.mixer.multifilterFormEventTracker = new mixitup.MultifilterFormEventTracker(); - - tracker.form = e.target; - - for (i = 0; group = self.mixer.filterGroups[i]; i++) { - if (group.dom.form !== e.target) continue; - - tracker.totalBound++; - } - } else { - tracker = self.mixer.multifilterFormEventTracker; - } - - if (e.target === tracker.form) { - tracker.totalHandled++; - - if (tracker.totalHandled === tracker.totalBound) { - self.mixer.multifilterFormEventTracker = null; - - if (e.type === 'submit' || self.mixer.config.multifilter.parseOn === 'change') { - self.mixer.parseFilterGroups(); - } - } - } - }, - - /** - * @private - * @param {HTMLELement} input - * @return {void} - */ - - getSingleValue: function(input) { - var self = this, - diacriticMap = null, - attributeName = '', - selector = '', - value = '', - i = -1; - - if (input.type.match(/text|search|email/g)) { - attributeName = input.getAttribute('data-search-attribute'); - - if (!attributeName) { - throw new Error('[MixItUp MultiFilter] A valid `data-search-attribute` must be present on text inputs'); - } - - if (input.value.length < self.mixer.config.multifilter.minSearchLength) { - self.activeSelectors = self.activeFilters = self.activeToggles = ['']; - - return; - } - - // Lowercase and trim - - value = input.value.toLowerCase().trim(); - - // Replace diacritics - - for (i = 0; (diacriticMap = diacriticsMap[i]); i++) { - value = value.replace(diacriticMap[1], diacriticMap[0]); - } - - // Strip non-word characters - - value = value.replace(/\W+/g, ' '); - - selector = '[' + attributeName + '*="' + value + '"]'; - } else { - selector = input.value; - } - - if (typeof input.value === 'string') { - self.activeSelectors = - self.activeToggles = - self.activeFilters = - selector ? [selector] : []; - } - }, - - /** - * @private - * @param {HTMLELement} input - * @return {void} - */ - - getMultipleValues: function(input) { - var self = this, - activeToggles = [], - query = '', - item = null, - items = null, - i = -1; - - switch (input.type) { - case 'checkbox': - query = 'input[type="checkbox"]'; - - break; - case 'select-multiple': - query = 'option'; - } - - items = self.dom.el.querySelectorAll(query); - - for (i = 0; item = items[i]; i++) { - if ((item.checked || item.selected) && item.value) { - activeToggles.push(item.value); - } - } - - self.activeFilters = []; - self.activeToggles = activeToggles; - - if (self.logic === 'and') { - // Compress into single node - - self.activeSelectors = [activeToggles]; - } else { - self.activeSelectors = activeToggles; - } - }, - - /** - * @private - * @param {Array.} [controlEls] - * @return {void} - */ - - updateControls: function(controlEls) { - var self = this, - controlEl = null, - controlSelector = '', - controlsSelector = '', - type = '', - i = -1; - - controlSelector = self.mixer.config.selectors.control.trim(); - - controlsSelector = [ - '[data-filter]' + controlSelector, - '[data-toggle]' + controlSelector - ].join(', '); - - controlEls = controlEls || self.dom.el.querySelectorAll(controlsSelector); - - for (i = 0; controlEl = controlEls[i]; i++) { - type = Boolean(controlEl.getAttribute('data-toggle')) ? 'toggle' : 'filter'; - - self.updateControl(controlEl, type); - } - }, - - /** - * @private - * @param {HTMLELement} controlEl - * @param {string} type - * @return {void} - */ - - updateControl: function(controlEl, type) { - var self = this, - selector = controlEl.getAttribute('data-' + type), - activeControls = self.activeToggles.concat(self.activeFilters), - activeClassName = ''; - - activeClassName = h.getClassname(self.mixer.config.classNames, type, self.mixer.config.classNames.modifierActive); - - if (activeControls.indexOf(selector) > -1) { - h.addClass(controlEl, activeClassName); - } else { - h.removeClass(controlEl, activeClassName); - } - }, - - /** - * @private - */ - - updateUi: function() { - var self = this, - controlEls = self.dom.el.querySelectorAll('[data-filter], [data-toggle]'), - inputEls = self.dom.el.querySelectorAll('input[type="radio"], input[type="checkbox"], option'), - activeControls = self.activeToggles.concat(self.activeFilters), - isActive = false, - inputEl = null, - i = -1; - - if (controlEls.length) { - self.updateControls(controlEls, true); - } - - for (i = 0; inputEl = inputEls[i]; i++) { - isActive = activeControls.indexOf(inputEl.value) > -1; - - switch (inputEl.tagName.toLowerCase()) { - case 'option': - inputEl.selected = isActive; - - break; - case 'input': - inputEl.checked = isActive; - - break; - } - } - } - }); - - mixitup.MixerDom.registerAction('afterConstruct', 'multifilter', function() { - this.filterGroups = []; - }); - - /** - * The `mixitup.Mixer` class is extended with API methods relating to - * the MultiFilter extension. - * - * For the full list of API methods, please refer to the MixItUp - * core documentation. - * - * @constructor - * @namespace - * @name Mixer - * @memberof mixitup - * @public - * @since 3.0.0 - */ - - mixitup.Mixer.registerAction('afterConstruct', 'multifilter', function() { - this.filterGroups = []; - this.filterGroupsHash = {}; - this.multifilterFormEventTracker = null; - }); - - mixitup.Mixer.registerAction('afterCacheDom', 'multifilter', function() { - var self = this, - parent = null; - - if (!self.config.multifilter.enable) return; - - switch (self.config.controls.scope) { - case 'local': - parent = self.dom.container; - - break; - case 'global': - parent = self.dom.document; - - break; - default: - throw new Error(mixitup.messages.ERROR_CONFIG_INVALID_CONTROLS_SCOPE); - } - - self.dom.filterGroups = parent.querySelectorAll('[data-filter-group]'); - }); - - mixitup.Mixer.registerAction('beforeInitControls', 'multifilter', function() { - var self = this; - - if (!self.config.multifilter.enable) return; - - self.config.controls.live = true; // force live controls if multifilter is enabled - }); - - mixitup.Mixer.registerAction('afterSanitizeConfig', 'multifilter', function() { - var self = this; - - self.config.multifilter.logicBetweenGroups = self.config.multifilter.logicBetweenGroups.toLowerCase().trim(); - self.config.multifilter.logicWithinGroup = self.config.multifilter.logicWithinGroup.toLowerCase().trim(); - }); - - mixitup.Mixer.registerAction('afterAttach', 'multifilter', function() { - var self = this; - - if (self.dom.filterGroups.length) { - self.indexFilterGroups(); - } - }); - - mixitup.Mixer.registerAction('afterUpdateControls', 'multifilter', function() { - var self = this, - group = null, - i = -1; - - for (i = 0; group = self.filterGroups[i]; i++) { - group.updateControls(); - } - }); - - mixitup.Mixer.registerAction('beforeDestroy', 'multifilter', function() { - var self = this, - group = null, - i = -1; - - for (i = 0; group = self.filterGroups[i]; i++) { - group.unbindEvents(); - } - }); - - mixitup.Mixer.extend( - /** @lends mixitup.Mixer */ - { - /** - * @private - * @return {void} - */ - - indexFilterGroups: function() { - var self = this, - filterGroup = null, - el = null, - i = -1; - - for (i = 0; el = self.dom.filterGroups[i]; i++) { - filterGroup = new mixitup.FilterGroup(); - - filterGroup.init(el, self); - - self.filterGroups.push(filterGroup); - - if (filterGroup.name) { - // If present, also index by name - - if (typeof self.filterGroupsHash[filterGroup.name] !== 'undefined') { - throw new Error('[MixItUp MultiFilter] A filter group with name "' + filterGroup.name + '" already exists'); - } - - self.filterGroupsHash[filterGroup.name] = filterGroup; - } - } - }, - - /** - * @private - * @instance - * @since 2.0.0 - * @param {Array<*>} args - * @return {mixitup.UserInstruction} - */ - - parseParseFilterGroupsArgs: function(args) { - var self = this, - instruction = new mixitup.UserInstruction(), - arg = null, - i = -1; - - instruction.animate = self.config.animation.enable; - instruction.command = new mixitup.CommandFilter(); - - for (i = 0; i < args.length; i++) { - arg = args[i]; - - if (typeof arg === 'boolean') { - instruction.animate = arg; - } else if (typeof arg === 'function') { - instruction.callback = arg; - } - } - - h.freeze(instruction); - - return instruction; - }, - - /** - * Recursively builds up paths between all possible permutations - * of filter group nodes according to the defined logic. - * - * @private - * @return {Array.>} - */ - - getFilterGroupPaths: function() { - var self = this, - buildPath = null, - crawl = null, - nodes = null, - matrix = [], - paths = [], - trackers = [], - i = -1; - - for (i = 0; i < self.filterGroups.length; i++) { - // Filter out groups without any active filters - - if ((nodes = self.filterGroups[i].activeSelectors).length) { - matrix.push(nodes); - - // Initialise tracker for each group - - trackers.push(0); - } - } - - buildPath = function() { - var node = null, - path = [], - i = -1; - - for (i = 0; i < matrix.length; i++) { - node = matrix[i][trackers[i]]; - - if (Array.isArray(node)) { - // AND logic within group - - node = node.join(''); - } - - path.push(node); - } - - path = h.clean(path); - - paths.push(path); - }; - - crawl = function(index) { - index = index || 0; - - var nodes = matrix[index]; - - while (trackers[index] < nodes.length) { - if (index < matrix.length - 1) { - // If not last, recurse - - crawl(index + 1); - } else { - // Last, build selector - - buildPath(); - } - - trackers[index]++; - } - - trackers[index] = 0; - }; - - if (!matrix.length) return ''; - - crawl(); - - return paths; - }, - - /** - * Builds up a selector string from a provided paths array. - * - * @private - * @param {Array.>} paths - * @return {string} - */ - - buildSelectorFromPaths: function(paths) { - var self = this, - path = null, - output = [], - pathSelector = '', - nodeDelineator = '', - i = -1; - - if (!paths.length) { - return ''; - } - - if (self.config.multifilter.logicBetweenGroups === 'or') { - nodeDelineator = ', '; - } - - if (paths.length > 1) { - for (i = 0; i < paths.length; i++) { - path = paths[i]; - - pathSelector = path.join(nodeDelineator); - - if (output.indexOf(pathSelector) < 0) { - output.push(pathSelector); - } - } - - return output.join(', '); - } else { - return paths[0].join(nodeDelineator); - } - }, - - /** - * Traverses the currently active filters in all groups, building up a - * compound selector string as per the defined logic. A filter operation - * is then called on the mixer using the resulting selector. - * - * This method can be used to programmatically trigger the parsing of - * filter groups after manipulations to a group's active selector(s) by - * the `.setFilterGroupSelectors()` API method. - * - * @example - * - * .parseFilterGroups([animate] [, callback]) - * - * @example Example: Triggering parsing after programmatically changing the values of a filter group - * - * mixer.setFilterGroupSelectors('color', ['.green', '.blue']); - * - * mixer.parseFilterGroups(); - * - * @public - * @since 3.0.0 - * @param {boolean} [animate=true] - * An optional boolean dictating whether the operation should animate, or occur syncronously with no animation. `true` by default. - * @param {function} [callback=null] - * An optional callback function to be invoked after the operation has completed. - * @return {Promise.} - * A promise resolving with the current state object. - */ - - parseFilterGroups: function() { - var self = this, - instruction = self.parseFilterArgs(arguments), - paths = self.getFilterGroupPaths(), - selector = self.buildSelectorFromPaths(paths), - callback = null, - command = {}; - - if (selector === '') { - selector = self.config.controls.toggleDefault; - } - - instruction.command.selector = selector; - - command.filter = instruction.command; - - if (typeof (callback = self.config.callbacks.onParseFilterGroups) === 'function') { - command = callback(command); - } - - return self.multimix(command, instruction.animate, instruction.callback); - }, - - /** - * Programmatically sets one or more active selectors for a specific filter - * group and updates the group's UI. - * - * Because MixItUp has no way of knowing how to break down a provided - * compound selector into its component groups, we can not use the - * standard `.filter()` or `toggleOn()/toggleOff()` API methods when using - * the MultiFilter extension. Instead, this method allows us to perform - * multi-dimensional filtering via the API by setting the active selectors of - * individual groups and then triggering the `.parseFilterGroups()` method. - * - * If setting multiple active selectors, do not pass a compound selector. - * Instead, pass an array with each item containing a single selector - * string as in example 2. - * - * @example - * - * .setFilterGroupSelectors(groupName, selectors) - * - * @example Example 1: Setting a single active selector for a "color" group - * - * mixer.setFilterGroupSelectors('color', '.green'); - * - * mixer.parseFilterGroups(); - * - * @example Example 2: Setting multiple active selectors for a "size" group - * - * mixer.setFilterGroupSelectors('size', ['.small', '.large']); - * - * mixer.parseFilterGroups(); - * - * @public - * @since 3.2.0 - * @param {string} groupName The name of the filter group as defined in the markup via the `data-filter-group` attribute. - * @param {(string|Array.)} selectors A single selector string, or multiple selector strings as an array. - * @return {void} - */ - - setFilterGroupSelectors: function(groupName, selectors) { - var self = this, - filterGroup = null; - - selectors = Array.isArray(selectors) ? selectors : [selectors]; - - if (typeof (filterGroup = self.filterGroupsHash[groupName]) === 'undefined') { - throw new Error('[MixItUp MultiFilter] No filter group could be found with the name "' + groupName + '"'); - } - - filterGroup.activeToggles = selectors.slice(); - - if (filterGroup.logic === 'and') { - // Compress into single node - - filterGroup.activeSelectors = [filterGroup.activeToggles]; - } else { - filterGroup.activeSelectors = filterGroup.activeToggles; - } - - filterGroup.updateUi(filterGroup.activeToggles); - }, - - /** - * Returns an array of active selectors for a specific filter group. - * - * @example - * - * .getFilterGroupSelectors(groupName) - * - * @example Example: Retrieving the active selectors for a "size" group - * - * mixer.getFilterGroupSelectors('size'); // ['.small', '.large'] - * - * @public - * @since 3.2.0 - * @param {string} groupName The name of the filter group as defined in the markup via the `data-filter-group` attribute. - * @return {void} - */ - - getFilterGroupSelectors: function(groupName) { - var self = this, - filterGroup = null; - - if (typeof (filterGroup = self.filterGroupsHash[groupName]) === 'undefined') { - throw new Error('[MixItUp MultiFilter] No filter group could be found with the name "' + groupName + '"'); - } - - return filterGroup.activeToggles.slice(); - } - }); - - mixitup.Facade.registerAction('afterConstruct', 'multifilter', function(mixer) { - this.parseFilterGroups = mixer.parseFilterGroups.bind(mixer); - this.setFilterGroupSelectors = mixer.setFilterGroupSelectors.bind(mixer); - this.getFilterGroupSelectors = mixer.getFilterGroupSelectors.bind(mixer); - }); }; - - mixitupMultifilter.TYPE = 'mixitup-extension'; - mixitupMultifilter.NAME = 'mixitup-multifilter'; - mixitupMultifilter.EXTENSION_VERSION = '3.3.4'; - mixitupMultifilter.REQUIRE_CORE_VERSION = '^3.1.2'; - - if (typeof exports === 'object' && typeof module === 'object') { - module.exports = mixitupMultifilter; - } else if (typeof define === 'function' && define.amd) { - define(function() { - return mixitupMultifilter; - }); - } else if (window.mixitup && typeof window.mixitup === 'function') { - mixitupMultifilter(window.mixitup); - } else { - throw new Error('[MixItUp MultiFilter] MixItUp core not found'); - }})(window); \ No newline at end of file diff --git a/themes/jamstackthemes/assets/js/libs/mixitup-pagination.js b/themes/jamstackthemes/assets/js/libs/mixitup-pagination.js deleted file mode 100755 index 55ba12898..000000000 --- a/themes/jamstackthemes/assets/js/libs/mixitup-pagination.js +++ /dev/null @@ -1,1974 +0,0 @@ -/**! - * MixItUp Pagination v3.3.0 - * Client-side pagination for filtered and sorted content - * Build 875b7d31-63d1-4040-ac6f-b1c814027891 - * - * Requires mixitup.js >= v^3.1.8 - * - * @copyright Copyright 2014-2017 KunkaLabs Limited. - * @author KunkaLabs Limited. - * @link https://www.kunkalabs.com/mixitup-pagination/ - * - * @license Commercial use requires a commercial license. - * https://www.kunkalabs.com/mixitup-pagination/licenses/ - * - * Non-commercial use permitted under same terms as license. - * http://creativecommons.org/licenses/by-nc/3.0/ - */ - -(function(window) { - 'use strict'; - - var mixitupPagination = function(mixitup) { - var h = mixitup.h; - - if ( - !mixitup.CORE_VERSION || - !h.compareVersions(mixitupPagination.REQUIRE_CORE_VERSION, mixitup.CORE_VERSION) - ) { - throw new Error( - '[MixItUp Pagination] MixItUp Pagination ' + - mixitupPagination.EXTENSION_VERSION + - ' requires at least MixItUp ' + - mixitupPagination.REQUIRE_CORE_VERSION - ); - } - - /** - * A group of optional callback functions to be invoked at various - * points within the lifecycle of a mixer operation. - * - * @constructor - * @memberof mixitup.Config - * @name callbacks - * @namespace - * @public - * @since 2.0.0 - */ - - mixitup.ConfigCallbacks.registerAction('afterConstruct', 'pagination', function() { - /** - * A callback function invoked whenever a pagination operation starts. - * - * This function is equivalent to `onMixStart`, and is invoked immediately - * after it with the same arguments. Unlike `onMixStart` however, it will - * not be invoked for filter or sort operations. - * - * - * @name onPaginateStart - * @memberof mixitup.Config.callbacks - * @instance - * @type {function} - * @default null - */ - - this.onPaginateStart = null; - - /** - * A callback function invoked whenever a pagination operation ends. - * - * This function is equivalent to `onMixEnd`, and is invoked immediately - * after it with the same arguments. Unlike `onMixEnd` however, it will - * not be invoked for filter or sort operations. - * - * @name onPaginateStart - * @memberof mixitup.Config.callbacks - * @instance - * @type {function} - * @default null - */ - - this.onPaginateEnd = null; - }); - - /** - * A group of properties defining the output and structure of class names programmatically - * added to controls and containers to reflect the state of the mixer. - * - * @constructor - * @memberof mixitup.Config - * @name classNames - * @namespace - * @public - * @since 3.0.0 - */ - - mixitup.ConfigClassNames.registerAction('afterConstruct', 'pagination', function() { - - /** - * The "element" portion of the class name added to pager controls. - * - * @example Example: changing the `config.classNames.elementPager` value - * - * // Change from the default value of 'control' to 'pager' - * - * var mixer = mixitup(containerEl, { - * classNames: { - * elementPager: 'pager' - * } - * }); - * - * // Base pager output: "mixitup-pager" - * - * @name elementPager - * @memberof mixitup.Config.classNames - * @instance - * @type {string} - * @default 'control' - */ - - this.elementPager = 'control'; - - /** - * The "element" portion of the class name added to the page list element, when it is - * in its disabled state. - * - * The page list element is the containing element in which pagers are rendered. - * - * @example Example: changing the `config.classNames.elementPageList` value - * - * // Change from the default value of 'page-list' to 'pagination-links' - * - * var mixer = mixitup(containerEl, { - * classNames: { - * elementPageList: 'pagination-links' - * } - * }); - * - * // Disabled page-list output: "mixitup-pagination-links-disabled" - * - * @name elementPageList - * @memberof mixitup.Config.classNames - * @instance - * @type {string} - * @default 'page-list' - */ - - this.elementPageList = 'page-list'; - - /** - * The "element" portion of the class name added to the page stats element, when it is - * in its disabled state. - * - * The page stats element is the containing element in which information about the - * current page and total number of pages is rendered. - * - * @example Example: changing the `config.classNames.elementPageStats` value - * - * // Change from the default value of 'page-stats' to 'pagination-info' - * - * var mixer = mixitup(containerEl, { - * classNames: { - * elementPageList: 'pagination-info' - * } - * }); - * - * // Disabled page-list output: "mixitup-pagination-info-disabled" - * - * @name elementPageStats - * @memberof mixitup.Config.classNames - * @instance - * @type {string} - * @default 'page-stats' - */ - - this.elementPageStats = 'page-stats'; - - /** - * The "modifier" portion of the class name added to the first pager in the list of pager controls. - * - * @name modifierFirst - * @memberof mixitup.Config.classNames - * @instance - * @type {string} - * @default 'first' - */ - - this.modifierFirst = 'first'; - - /** - * The "modifier" portion of the class name added to the last pager in the list of pager controls. - * - * @name modifierLast - * @memberof mixitup.Config.classNames - * @instance - * @type {string} - * @default 'last' - */ - - this.modifierLast = 'last'; - - /** - * The "modifier" portion of the class name added to the previous pager in the list of pager controls. - * - * @name modifierLast - * @memberof mixitup.Config.classNames - * @instance - * @type {string} - * @default 'prev' - */ - - this.modifierPrev = 'prev'; - - /** - * The "modifier" portion of the class name added to the next pager in the list of pager controls. - * - * @name modifierNext - * @memberof mixitup.Config.classNames - * @instance - * @type {string} - * @default 'next' - */ - - this.modifierNext = 'next'; - - /** - * The "modifier" portion of the class name added to truncation markers in the list of pager controls. - * - * @name modifierTruncationMarker - * @memberof mixitup.Config.classNames - * @instance - * @type {string} - * @default 'truncation-marker' - */ - - this.modifierTruncationMarker = 'truncation-marker'; - }); - - /** - * A group of properties defining the initial state of the mixer on load (instantiation). - * - * @constructor - * @memberof mixitup.Config - * @name load - * @namespace - * @public - * @since 2.0.0 - */ - - mixitup.ConfigLoad.registerAction('afterConstruct', 'pagination', function() { - /** - * An integer defining the starting page on load, if a page limit is active. - * - * @example Example: Defining a start page other than 1 to be applied on load - * - * // The mixer will show page 3 on load, with 8 items per page. - * - * var mixer = mixitup(containerEl, { - * pagination: { - * limit: 8 - * }, - * load: { - * page: 3 - * } - * }); - * - * @name page - * @memberof mixitup.Config.load - * @instance - * @type {number} - * @default 1 - */ - - this.page = 1; - }); - - /** - * A group of properties defining the mixer's pagination behavior. - * - * @constructor - * @memberof mixitup.Config - * @name pagination - * @namespace - * @public - * @since 2.0.0 - */ - - mixitup.ConfigPagination = function() { - - /** - * A boolean dictating whether or not MixItUp should render a list of pager controls. - * - * If you wish to control pagination functionality via the API, or your own UI, this can be set to `false`. - * - * In order for this functionality to work, you must provide MixItUp with a `pageList` - * element matching the selector defined in `selectors.pageList`. Pager controls will be - * rendered inside this element as per the templates defined for the `templates.pager` - * and related configuration options, or if set, a custom render - * function supplied to the `render.pager` configuration option. - * - * @example Example: Disabling the rendering of the built-in "page list" UI - * - * var mixer = mixitup(containerEl, { - * pagination: { - * limit: 8, - * generatePageList: false - * } - * }); - * - * @name generatePageList - * @memberof mixitup.Config.pagination - * @instance - * @type {boolean} - * @default true - */ - - this.generatePageList = true; - - /** - * A boolean dictating whether or not MixItUp should render a stats about the - * current page (e.g. "1 to 4 of 16"). - * - * In order for this functionality to work, you must provide MixItUp with a `pageStats` - * element matching the selector defined in `selectors.pageStats`. Page stats content will - * be rendered inside this element as per the templates defined for the `templates.pageStats` - * and `templates.pageStatsSingle` configuration options, or if set, a custom render - * function supplied to the `render.pageStats` configuration option. - * - * @example Example: Disabling the rendering of the built-in "page stats" UI - * - * var mixer = mixitup(containerEl, { - * pagination: { - * limit: 8, - * generatePageStats: false - * } - * }); - * - * @name generatePageStats - * @memberof mixitup.Config.pagination - * @instance - * @type {boolean} - * @default true - */ - - this.generatePageStats = true; - - /** - * A boolean dictating whether or not to maintain the active page when switching - * from filter to filter. - * - * By default, MixItUp will attempt to maintain the active page or its highest - * equivalent in the new collection of matching targets (e.g. page 3 would become - * page 2 if there are not enough targets in the new collection), but by setting - * this option to `false`, changing the active filter will always cause the mixer - * to revert to page one of the new collection. - * - * @example Example: Ensuring that the mixer reverts to page one when filtered - * - * var mixer = mixitup(containerEl, { - * pagination: { - * limit: 8, - * maintainActivePage: false - * } - * }); - * - * @name maintainActivePage - * @memberof mixitup.Config.pagination - * @instance - * @type {boolean} - * @default true - */ - - this.maintainActivePage = true; - - /** - * A boolean dictating whether or not to allow "looping" of the built-in previous - * and next pagination controls. - * - * By default, when on the first page, the "previous" button will be disabled, - * and when on the last page, the "next" button will be disabled. By setting - * this option to `true`, the user may loop from the first to last page and - * vice-versa. - * - * @example Example: Allowing prev/next controls to "loop" through pages - * - * var mixer = mixitup(containerEl, { - * pagination: { - * limit: 8, - * loop: true - * } - * }); - * - * @name loop - * @memberof mixitup.Config.pagination - * @instance - * @type {boolean} - * @default false - */ - - this.loop = false; - - /** - * A boolean dictating whether or not to prevent rendering of the built-in - * "page list" UI if the matching collection of targets has only enough content - * for one page. - * - * @example Example: Hiding the page list UI if only one page - * - * var mixer = mixitup(containerEl, { - * pagination: { - * limit: 8, - * hidePageListIfSinglePage: true - * } - * }); - * - * @name hidePageListIfSinglePage - * @memberof mixitup.Config.pagination - * @instance - * @type {boolean} - * @default false - */ - - this.hidePageListIfSinglePage = false; - - /** - * A boolean dictating whether or not to prevent rendering of the built-in - * "page stats" UI if the matching collection of targets has only enough content - * for one page. - * - * @example Example: Hiding the page stats UI if only one page - * - * var mixer = mixitup(containerEl, { - * pagination: { - * limit: 8, - * hidePageStatsIfSinglePage: true - * } - * }); - * - * @name hidePageStatsIfSinglePage - * @memberof mixitup.Config.pagination - * @instance - * @type {boolean} - * @default false - */ - - this.hidePageStatsIfSinglePage = false; - - /** - * A number defining the maximum number of items per page. - * - * By default, this is set to `-1` and pagination is effectively - * disabled. By setting this to any number greater than 0, pagination - * will be applied to the mixers targets, effectively activating the - * extension. - * - * @example Example: Activating the pagination extension by defining a valid limit - * - * var mixer = mixitup(containerEl, { - * pagination: { - * limit: 8 - * } - * }); - * - * @name limit - * @memberof mixitup.Config.pagination - * @instance - * @type {number} - * @default -1 - */ - - this.limit = -1; - - /** - * A number dictating the maximum number of individual pager controls to render before - * truncating the list (e.g. adding an ellipses between non-consecutive pagers). - * - * The minimum value permitted for this option is 5, which ensures - * there will always be at least a first, last, and two padding pagers, in addition - * to the pager representing the currently active page. - * - * @name maxPagers - * @memberof mixitup.Config.pagination - * @instance - * @type {number} - * @default 5 - */ - - this.maxPagers = 5; - - h.seal(this); - }; - - /** - * A group of optional render functions for creating and updating elements. - * - * @constructor - * @memberof mixitup.Config - * @name render - * @namespace - * @public - * @since 3.0.0 - */ - - mixitup.ConfigRender.registerAction('afterConstruct', 'pagination', function() { - /** - * A function returning an HTML string representing a single pager control element. - * - * By default, MixItUp will render pager controls using its own internal renderer - * and templates (see `templates.pager`), but you may override this functionality by - * providing your own render function here instead. All pager elements must have a - * data-page element indicating the action of the control. - * - * The function receives an object containing all neccessary information - * about the pager as its first parameter. - * - * @name pager - * @memberof mixitup.Config.render - * @instance - * @type {function} - * @default 'null' - */ - - this.pager = null; - - /** - * A function returning an HTML string forming the contents of the "page stats" element. - * - * By default, MixItUp will render page stats using its own internal renderer - * and templates (see `templates.pageStats`), but you may override this functionality by - * providing your own render function here instead. - * - * The function receives an object containing all neccessary information - * about the current page and total pages as its first parameter. - * - * @name pageStats - * @memberof mixitup.Config.render - * @instance - * @type {function} - * @default 'null' - */ - - this.pageStats = null; - }); - - /** - * A group of properties defining the selectors used to query elements within a mixitup container. - * - * @constructor - * @memberof mixitup.Config - * @name selectors - * @namespace - * @public - * @since 2.0.0 - */ - - mixitup.ConfigSelectors.registerAction('afterConstruct', 'pagination', function() { - /** - * A selector string used to query the page list element. - * - * Depending on the value of `controls.scope`, MixItUp will either query the - * entire document for the page list element, or just the container. - * - * @name pageList - * @memberof mixitup.Config.selectors - * @instance - * @type {string} - * @default '.mixitup-page-list' - */ - - this.pageList = '.mixitup-page-list'; - - /** - * A selector string used to query the page stats element. - * - * Depending on the value of `controls.scope`, MixItUp will either query the - * entire document for the page stats element, or just the container. - * - * @name pageStats - * @memberof mixitup.Config.selectors - * @instance - * @type {string} - * @default '.mixitup-page-stats' - */ - - this.pageStats = '.mixitup-page-stats'; - }); - - /** - * A group of template strings used to render pager controls and page stats elements. - * - * @constructor - * @memberof mixitup.Config - * @name templates - * @namespace - * @public - * @since 3.0.0 - */ - - mixitup.ConfigTemplates.registerAction('afterConstruct', 'pagination', function() { - /** - * @name pager - * @memberof mixitup.Config.templates - * @instance - * @type {string} - * @default '' - */ - - this.pager = ''; - - /** - * @name pagerPrev - * @memberof mixitup.Config.templates - * @instance - * @type {string} - * @default '' - */ - - this.pagerPrev = ''; - - /** - * @name pagerNext - * @memberof mixitup.Config.templates - * @instance - * @type {string} - * @default '' - */ - - this.pagerNext = ''; - - /** - * @name pagerTruncationMarker - * @memberof mixitup.Config.templates - * @instance - * @type {string} - * @default '' - */ - - this.pagerTruncationMarker = ''; - - /** - * @name pageStats - * @memberof mixitup.Config.templates - * @instance - * @type {string} - * @default '${startPageAt} to ${endPageAt} of ${totalTargets}' - */ - - this.pageStats = '${startPageAt} to ${endPageAt} of ${totalTargets}'; - - /** - * @name pageStatsSingle - * @memberof mixitup.Config.templates - * @instance - * @type {string} - * @default '${startPageAt} of ${totalTargets}' - */ - - this.pageStatsSingle = '${startPageAt} of ${totalTargets}'; - - /** - * @name pageStatsFail - * @memberof mixitup.Config.templates - * @instance - * @type {string} - * @default 'None found' - */ - - this.pageStatsFail = 'None found'; - }); - - /** - * The MixItUp configuration object is extended with the following properties - * relating to the Pagination extension. - * - * For the full list of configuration options, please refer to the MixItUp - * core documentation. - * - * @constructor - * @memberof mixitup - * @name Config - * @namespace - * @public - * @since 2.0.0 - */ - - mixitup.Config.registerAction('beforeConstruct', 'pagination', function() { - this.pagination = new mixitup.ConfigPagination(); - }); - - mixitup.ModelPager = function() { - this.pageNumber = -1; - this.classNames = ''; - this.classList = []; - this.isDisabled = false; - this.isPrev = false; - this.isNext = false; - this.isPageLink = false; - this.isTruncationMarker = false; - - h.seal(this); - }; - - mixitup.ModelPageStats = function() { - this.startPageAt = -1; - this.endPageAt = -1; - this.totalTargets = -1; - - h.seal(this); - }; - - mixitup.UiClassNames.registerAction('afterConstruct', 'pagination', function() { - this.first = ''; - this.last = ''; - this.prev = ''; - this.next = ''; - this.first = ''; - this.last = ''; - this.truncated = ''; - this.truncationMarker = ''; - }); - - mixitup.controlDefinitions.push(new mixitup.ControlDefinition('pager', '[data-page]', true, 'pageListEls')); - - /** - * @param {mixitup.MultimixCommand[]} commands - * @param {ClickEvent} e - * @return {object|null} - */ - - mixitup.Control.registerFilter('commandsHandleClick', 'pagination', function(commands, e) { - var self = this, - command = {}, - page = '', - pageNumber = -1, - mixer = null, - button = null, - i = -1; - - if (!self.selector || self.selector !== '[data-page]') { - // Static control or non-pager live control - - return commands; - } - - button = h.closestParent(e.target, self.selector, true, self.bound[0].dom.document); - - for (i = 0; mixer = self.bound[i]; i++) { - command = commands[i]; - - if (!mixer.config.pagination || mixer.config.pagination.limit < 0 || mixer.config.pagination.limit === Infinity) { - // Pagination is disabled for this instance. Do not handle. - - commands[i] = null; - - continue; - } - - if (!button || h.hasClass(button, mixer.classNamesPager.active) || h.hasClass(button, mixer.classNamesPager.disabled)) { - // No button was clicked or button is already active. Do not handle. - - commands[i] = null; - - continue; - } - - page = button.getAttribute('data-page'); - - if (page === 'prev') { - command.paginate = 'prev'; - } else if (page === 'next') { - command.paginate = 'next'; - } else if (pageNumber) { - command.paginate = parseInt(page); - } - - if (mixer.lastClicked) { - mixer.lastClicked = button; - } - } - - return commands; - }); - - mixitup.CommandMultimix.registerAction('afterConstruct', 'pagination', function() { - this.paginate = null; - }); - - /** - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.CommandPaginate = function() { - this.page = -1; - this.limit = -1; - this.action = ''; // enum: ['prev', 'next'] - this.anchor = null; - - h.seal(this); - }; - - mixitup.Events.registerAction('afterConstruct', 'pagination', function() { - /** - * A custom event triggered whenever a pagination operation starts. - * - * @name paginateStart - * @memberof mixitup.Events - * @static - * @type {CustomEvent} - */ - - this.paginateStart = null; - - /** - * A custom event triggered whenever a pagination operation ends. - * - * @name paginateEnd - * @memberof mixitup.Events - * @static - * @type {CustomEvent} - */ - - this.paginateEnd = null; - }); - - mixitup.events = new mixitup.Events(); - - mixitup.Operation.registerAction('afterConstruct', 'pagination', function() { - this.startPagination = null; - this.newPagination = null; - this.startTotalPages = -1; - this.newTotalPages = -1; - }); - - /** - * `mixitup.State` objects expose various pieces of data detailing the state of - * a MixItUp instance. They are provided at the start and end of any operation via - * callbacks and events, with the most recent state stored between operations - * for retrieval at any time via the API. - * - * @constructor - * @namespace - * @name State - * @memberof mixitup - * @public - * @since 3.0.0 - */ - - mixitup.State.registerAction('afterConstruct', 'pagination', function() { - - /** - * The currently active pagination command as set by a control click or API call. - * - * @name activePagination - * @memberof mixitup.State - * @instance - * @type {mixitup.CommandPagination} - * @default null - */ - - this.activePagination = null; - - /** - * The total number of pages produced as a combination of the current page - * limit and active filter. - * - * @name totalPages - * @memberof mixitup.State - * @instance - * @type {number} - * @default -1 - */ - - this.totalPages = -1; - }); - - mixitup.MixerDom.registerAction('afterConstruct', 'pagination', function() { - this.pageListEls = []; - this.pageStatsEls = []; - }); - - /** - * The mixitup.Mixer class is extended with the following methods relating to - * the Pagination extension. - * - * For the full list of methods, please refer to the MixItUp core documentation. - * - * @constructor - * @namespace - * @name Mixer - * @memberof mixitup - * @public - * @since 3.0.0 - */ - - mixitup.Mixer.registerAction('afterConstruct', 'pagination', function() { - this.classNamesPager = new mixitup.UiClassNames(); - this.classNamesPageList = new mixitup.UiClassNames(); - this.classNamesPageStats = new mixitup.UiClassNames(); - }); - - /** - * @private - * @return {void} - */ - - mixitup.Mixer.registerAction('afterAttach', 'pagination', function() { - var self = this, - el = null, - i = -1; - - if (self.config.pagination.limit < 0) return; - - // Map pagination ui classNames - - // jscs:disable - self.classNamesPager.base = h.getClassname(self.config.classNames, 'pager'); - self.classNamesPager.active = h.getClassname(self.config.classNames, 'pager', self.config.classNames.modifierActive); - self.classNamesPager.disabled = h.getClassname(self.config.classNames, 'pager', self.config.classNames.modifierDisabled); - self.classNamesPager.first = h.getClassname(self.config.classNames, 'pager', self.config.classNames.modifierFirst); - self.classNamesPager.last = h.getClassname(self.config.classNames, 'pager', self.config.classNames.modifierLast); - self.classNamesPager.prev = h.getClassname(self.config.classNames, 'pager', self.config.classNames.modifierPrev); - self.classNamesPager.next = h.getClassname(self.config.classNames, 'pager', self.config.classNames.modifierNext); - self.classNamesPager.truncationMarker = h.getClassname(self.config.classNames, 'pager', self.config.classNames.modifierTruncationMarker); - - self.classNamesPageList.base = h.getClassname(self.config.classNames, 'page-list'); - self.classNamesPageList.disabled = h.getClassname(self.config.classNames, 'page-list', self.config.classNames.modifierDisabled); - - self.classNamesPageStats.base = h.getClassname(self.config.classNames, 'page-stats'); - self.classNamesPageStats.disabled = h.getClassname(self.config.classNames, 'page-stats', self.config.classNames.modifierDisabled); - // jscs:enable - - if (self.config.pagination.generatePageList && self.dom.pageListEls.length > 0) { - for (i = 0; (el = self.dom.pageListEls[i]); i++) { - self.renderPageListEl(el, self.lastOperation); - } - } - - if (self.config.pagination.generatePageStats && self.dom.pageStatsEls.length > 0) { - for (i = 0; (el = self.dom.pageStatsEls[i]); i++) { - self.renderPageStatsEl(el, self.lastOperation); - } - } - }); - - mixitup.Mixer.registerAction('afterSanitizeConfig', 'pagination', function() { - var self = this, - onMixStart = self.config.callbacks.onMixStart, - onMixEnd = self.config.callbacks.onMixEnd, - onPaginateStart = self.config.callbacks.onPaginateStart, - onPaginateEnd = self.config.callbacks.onPaginateEnd, - didPaginate = false; - - if (self.config.pagination.limit < 0) return; - - self.classNamesPager = new mixitup.UiClassNames(); - self.classNamesPageList = new mixitup.UiClassNames(); - self.classNamesPageStats = new mixitup.UiClassNames(); - - self.config.callbacks.onMixStart = function(prevState, nextState) { - if ( - prevState.activePagination.limit !== nextState.activePagination.limit || - prevState.activePagination.page !== nextState.activePagination.page - ) { - didPaginate = true; - } - - if (typeof onMixStart === 'function') onMixStart.apply(self.dom.container, arguments); - - if (!didPaginate) return; - - mixitup.events.fire('paginateStart', self.dom.container, { - state: prevState, - futureState: nextState, - instance: self - }, self.dom.document); - - if (typeof onPaginateStart === 'function') onPaginateStart.apply(self.dom.container, arguments); - }; - - self.config.callbacks.onMixEnd = function(state) { - if (typeof onMixEnd === 'function') onMixEnd.apply(self.dom.container, arguments); - - if (!didPaginate) return; - - didPaginate = false; - - mixitup.events.fire('paginateEnd', self.dom.container, { - state: state, - instance: self - }, self.dom.document); - - if (typeof onPaginateEnd === 'function') onPaginateEnd.apply(self.dom.container, arguments); - }; - }); - - /** - * @private - * @param {mixitup.Operation} operation - * @param {mixitup.State} state - * @return {mixitup.Operation} - */ - - mixitup.Mixer.registerFilter('operationGetInitialState', 'pagination', function(operation, state) { - var self = this; - - if (self.config.pagination.limit < 0) return operation; - - operation.newPagination = state.activePagination; - - return operation; - }); - - /** - * @private - * @param {mixitup.State} state - * @return {mixitup.State} - */ - - mixitup.Mixer.registerFilter('stateGetInitialState', 'pagination', function(state) { - var self = this; - - if (self.config.pagination.limit < 0) return state; - - state.activePagination = new mixitup.CommandPaginate(); - - state.activePagination.page = self.config.load.page; - state.activePagination.limit = self.config.pagination.limit; - - return state; - }); - - /** - * @private - * @return {void} - */ - - mixitup.Mixer.registerAction('afterGetFinalMixData', 'pagination', function() { - var self = this; - - if (self.config.pagination.limit < 0) return; - - if (typeof self.config.pagination.maxPagers === 'number') { - // Restrict max pagers to a minimum of 5. There must always - // be a first, last, and one on either side of the active pager. - // e.g. « 1 ... 4 5 6 ... 10 » - - self.config.pagination.maxPagers = Math.max(5, self.config.pagination.maxPagers); - } - }); - - /** - * @private - * @return {void} - */ - - mixitup.Mixer.registerAction('afterCacheDom', 'pagination', function() { - var self = this, - parent = null; - - if (self.config.pagination.limit < 0) return; - - if (!self.config.pagination.generatePageList) return; - - switch (self.config.controls.scope) { - case 'local': - parent = self.dom.container; - - break; - case 'global': - parent = self.dom.document; - - break; - default: - throw new Error(mixitup.messages.ERROR_CONFIG_INVALID_CONTROLS_SCOPE); - } - - self.dom.pageListEls = parent.querySelectorAll(self.config.selectors.pageList); - self.dom.pageStatsEls = parent.querySelectorAll(self.config.selectors.pageStats); - }); - - /** - * @private - * @param {mixitup.State} state - * @param {mixitup.Operation} operation - * @return {mixitup.State} - */ - - mixitup.Mixer.registerFilter('stateBuildState', 'pagination', function(state, operation) { - var self = this; - - if (self.config.pagination.limit < 0) return state; - - // Map pagination-specific properties into state - - state.activePagination = operation.newPagination; - state.totalPages = operation.newTotalPages; - - return state; - }); - - /** - * @private - * @param {mixitup.UserInstruction} instruction - * @return {mixitup.UserInstruction} - */ - - mixitup.Mixer.registerFilter('instructionParseMultimixArgs', 'pagination', function(instruction) { - var self = this; - - if (self.config.pagination.limit < 0) return instruction; - - if (instruction.command.paginate && !(instruction.command.paginate instanceof mixitup.CommandPaginate)) { - instruction.command.paginate = self.parsePaginateArgs([instruction.command.paginate]).command; - } - - return instruction; - }); - - /** - * @private - * @param {mixitup.Operation} operation - * @return {void} - */ - - mixitup.Mixer.registerAction('afterFilterOperation', 'pagination', function(operation) { - var self = this, - startPageAt = -1, - endPageAt = -1, - inPage = [], - notInPage = [], - target = null, - index = -1, - i = -1; - - if (self.config.pagination.limit < 0) return; - - // Calculate the new total pages as a matter of course (i.e. a change in filter) - - // New matching array has already been set at this point - - operation.newTotalPages = operation.newPagination.limit ? - Math.max(Math.ceil(operation.matching.length / operation.newPagination.limit), 1) : - 1; - - if (self.config.pagination.maintainActivePage) { - operation.newPagination.page = (operation.newPagination.page > operation.newTotalPages) ? - operation.newTotalPages : - operation.newPagination.page; - } - - // Keep config in sync with latest limit - - self.config.pagination.limit = operation.newPagination.limit; - - if (operation.newPagination.anchor) { - // Start page at an anchor element - - for (i = 0; target = operation.matching[i]; i++) { - if (target.dom.el === operation.newPagination.anchor) break; - } - - startPageAt = i; - endPageAt = i + operation.newPagination.limit - 1; - } else { - // Start page based on limit and page index - - startPageAt = operation.newPagination.limit * (operation.newPagination.page - 1); - endPageAt = (operation.newPagination.limit * operation.newPagination.page) - 1; - - if (isNaN(startPageAt)) { - startPageAt = 0; - } - } - - if (operation.newPagination.limit < 0) return; - - for (i = 0; target = operation.show[i]; i++) { - // For each target in `show`, include in page, only if within the range - - if (i >= startPageAt && i <= endPageAt) { - inPage.push(target); - } else { - // Else move to `notInPage` - - notInPage.push(target); - } - } - - // override the operation's `show` array with the newly constructed `inPage` array - - operation.show = inPage; - - // For anything not in the page, make sure it is correctly assigned: - - for (i = 0; target = operation.toHide[i]; i++) { - // For example, if a target would normally be included in `toHide`, but is - // now already hidden as not in the page, make sure it is removed from `toHide` - // so it is not included in the operation. - - if (!target.isShown) { - operation.toHide.splice(i, 1); - - target.isShown = false; - - i--; - } - } - - for (i = 0; target = notInPage[i]; i++) { - // For each target not in page, move into `hide` - - operation.hide.push(target); - - if ((index = operation.toShow.indexOf(target)) > -1) { - // Any targets due to be shown will no longer be shown - - operation.toShow.splice(index, 1); - } - - if (target.isShown) { - // If currently shown, move to `toHide` - - operation.toHide.push(target); - } - } - }); - - /** - * @private - * @param {mixitup.Operation} operation - * @param {mixitup.CommandMultimix} command - * @return {mixitup.Operation} - */ - - mixitup.Mixer.registerFilter('operationUnmappedGetOperation', 'pagination', function(operation, command) { - var self = this; - - if (self.config.pagination.limit < 0) return operation; - - operation.startState = self.state; - operation.startPagination = self.state.activePagination; - operation.startTotalPages = self.state.totalPages; - - operation.newPagination = new mixitup.CommandPaginate(); - - operation.newPagination.limit = operation.startPagination.limit; - operation.newPagination.page = operation.startPagination.page; - - if (command.paginate) { - self.parsePaginateCommand(command.paginate, operation); - } else if (command.filter || command.sort) { - h.extend(operation.newPagination, operation.startPagination); - - // Reset to 1, or maintain active: - - if (!self.config.pagination.maintainActivePage) { - operation.newPagination.page = 1; - } else { - operation.newPagination.page = self.state.activePagination.page; - } - } - - return operation; - }); - - /** - * @private - * @param {mixitup.Operation} operation - * @param {object} command - * @param {boolean} [isPreFetch=false] - * @return {mixitup.Operation} - */ - - mixitup.Mixer.registerFilter('operationMappedGetOperation', 'pagination', function(operation, command, isPreFetch) { - var self = this, - el = null, - i = -1; - - if (self.config.pagination.limit < 0) return operation; - - if (isPreFetch) { - // The operation is being pre-fetched, so don't update the pagers or stats yet. - - return operation; - } - - if (self.config.pagination.generatePageList && self.dom.pageListEls.length > 0) { - for (i = 0; (el = self.dom.pageListEls[i]); i++) { - self.renderPageListEl(el, operation); - } - } - - if (self.config.pagination.generatePageStats && self.dom.pageStatsEls.length > 0) { - for (i = 0; (el = self.dom.pageStatsEls[i]); i++) { - self.renderPageStatsEl(el, operation); - } - } - - return operation; - }); - - mixitup.Mixer.extend( - /** @lends mixitup.Mixer */ - { - /** - * @private - * @param {mixitup.CommandPaginate} command - * @param {mixitup.Operation} operation - * @return {void} - */ - - parsePaginateCommand: function(command, operation) { - var self = this; - - // e.g. mixer.paginate({page: 3, limit: 2}); - // e.g. mixer.paginate({action: 'next'}); - // e.g. mixer.paginate({anchor: anchorTarget, limit: 5}); - - if (command.page > -1) { - if (command.page === 0) throw new Error(mixitup.messages.ERROR_PAGINATE_INDEX_RANGE); - - // TODO: replace Infinity with the highest possible page index - - operation.newPagination.page = Math.max(1, Math.min(Infinity, command.page)); - } else if (command.action === 'next') { - operation.newPagination.page = self.getNextPage(); - } else if (command.action === 'prev') { - operation.newPagination.page = self.getPrevPage(); - } else if (command.anchor) { - operation.newPagination.anchor = command.anchor; - } - - if (command.limit > -1) { - operation.newPagination.limit = command.limit; - } - - if (operation.newPagination.limit !== operation.startPagination.limit) { - // A new limit has been sent via the API, calculate total pages - - operation.newTotalPages = operation.newPagination.limit ? - Math.max(Math.ceil(operation.startState.matching.length / operation.newPagination.limit), 1) : - 1; - } - - if (operation.newPagination.limit <= 0 || operation.newPagination.limit === Infinity) { - operation.newPagination.page = 1; - } - }, - - /** - * @private - * @return {number} page - */ - - getNextPage: function() { - var self = this, - page = -1; - - page = self.state.activePagination.page + 1; - - if (page > self.state.totalPages) { - page = self.config.pagination.loop ? 1 : self.state.activePagination.page; - } - - return page; - }, - - /** - * @private - * @return {Number} page - */ - - getPrevPage: function() { - var self = this, - page = -1; - - page = self.state.activePagination.page - 1; - - if (page < 1) { - page = self.config.pagination.loop ? self.state.totalPages : self.state.activePagination.page; - } - - return page; - }, - - /** - * @private - * @param {HTMLElement} pageListEl - * @param {mixitup.Operation} operation - * @return {void} - */ - - renderPageListEl: function(pageListEl, operation) { - var self = this, - activeIndex = -1, - pagerHtml = '', - buttonList = [], - model = null, - renderer = null, - allowedIndices = [], - truncatedBefore = false, - truncatedAfter = false, - disabled = null, - el = null, - html = '', - i = -1; - - if ( - operation.newPagination.limit < 0 || - operation.newPagination.limit === Infinity || - (operation.newTotalPages < 2 && self.config.pagination.hidePageListIfSinglePage) - ) { - // Empty the pager list, and add disabled class - - pageListEl.innerHTML = ''; - - h.addClass(pageListEl, self.classNamesPageList.disabled); - - return; - } - - activeIndex = operation.newPagination.page - 1; - - renderer = typeof (renderer = self.config.render.pager) === 'function' ? renderer : null; - - if (self.config.pagination.maxPagers < Infinity && operation.newTotalPages > self.config.pagination.maxPagers) { - allowedIndices = self.getAllowedIndices(operation); - } - - // Render prev button - - model = new mixitup.ModelPager(); - - model.isPrev = true; - model.classList.push(self.classNamesPager.base, self.classNamesPager.prev); - - // If first and not looping, disable the prev button - - if (operation.newPagination.page === 1 && !self.config.pagination.loop) { - model.classList.push(self.classNamesPager.disabled); - - model.isDisabled = true; - } - - model.classNames = model.classList.join(' '); - - if (renderer) { - pagerHtml = renderer(model); - } else { - pagerHtml = h.template(self.config.templates.pagerPrev)(model); - } - - buttonList.push(pagerHtml); - - // Render per-page pagers - - for (i = 0; i < operation.newTotalPages; i++) { - pagerHtml = self.renderPager(i, operation, allowedIndices); - - if (pagerHtml || (i < activeIndex && truncatedBefore) || i > activeIndex && truncatedAfter) { - if (pagerHtml) { - buttonList.push(pagerHtml); - } - - continue; - } - - // Replace gaps between pagers with a truncation maker, but only once - - model = new mixitup.ModelPager(); - - model.isTruncationMarker = true; - - model.classList.push(self.classNamesPager.base, self.classNamesPager.truncationMarker); - model.classNames = model.classList.join(' '); - - if (renderer) { - pagerHtml = renderer(model); - } else { - pagerHtml = h.template(self.config.templates.pagerTruncationMarker)(model); - } - - buttonList.push(pagerHtml); - - // Prevent multiple truncation markers - - if (i < activeIndex) { - truncatedBefore = true; - } - - if (i > activeIndex) { - truncatedAfter = true; - } - } - - // Render next button - - model = new mixitup.ModelPager(); - - model.isNext = true; - model.classList.push(self.classNamesPager.base, self.classNamesPager.next); - - // If last page and not looping, disable the next button - - if (operation.newPagination.page === operation.newTotalPages && !self.config.pagination.loop) { - model.classList.push(self.classNamesPager.disabled); - } - - model.classNames = model.classList.join(' '); - - if (renderer) { - pagerHtml = renderer(model); - } else { - pagerHtml = h.template(self.config.templates.pagerNext)(model); - } - - buttonList.push(pagerHtml); - - // Replace markup - - html = buttonList.join(' '); - - pageListEl.innerHTML = html; - - // Add disabled attribute to disabled buttons - - disabled = pageListEl.querySelectorAll('.' + self.classNamesPager.disabled); - - for (i = 0; el = disabled[i]; i++) { - if (typeof el.disabled === 'boolean') { - el.disabled = true; - } - } - - if (truncatedBefore || truncatedAfter) { - h.addClass(pageListEl, self.classNamesPageList.truncated); - } else { - h.removeClass(pageListEl, self.classNamesPageList.truncated); - } - - if (operation.newTotalPages > 1) { - h.removeClass(pageListEl, self.classNamesPageList.disabled); - } else { - h.addClass(pageListEl, self.classNamesPageList.disabled); - } - }, - - /** - * An algorithm defining which pagers should be rendered based on their index - * and the current active page, when a `pagination.maxPagers` value is applied. - * - * @private - * @param {mixitup.Operation} operation - * @return {number[]} - */ - - getAllowedIndices: function(operation) { - var self = this, - activeIndex = operation.newPagination.page - 1, - lastIndex = operation.newTotalPages - 1, - indices = [], - paddingRange = -1, - paddingBack = -1, - paddingFront = -1, - paddingRangeStart = -1, - paddingRangeEnd = -1, - paddingRangeOffset = -1, - i = -1; - - // Examples: - - // « 1 2 *3* 4 5 » maxPagers = 5 - // « 1 ... 4 *5* 6 ... 10 » maxPagers = 5 - - // « 1 ... 6 7 *8* 9 10 » maxPagers = 6 - // « 1 ... 3 4 *5* 6 ... 10 » maxPagers = 6 - - // « 1 ... 3 4 *5* 6 7 ... 10 » maxPagers = 7 - // « *1* 2 3 4 5 6 ... 10 » maxPagers = 7 - - // This algorithm ensures that at any time, the active pager - // should be surrounded by as many "padding" pagers as possible to equal the - // value of `pagination.maxPagers`, accounting for the fact the first and last - // pager should also always be rendered. - - // Push in index 0 to represent the first pager - - indices.push(0); - - // Calculate the "padding range" by subtracting 2 from `pagination.maxPagers` - - paddingRange = self.config.pagination.maxPagers - 2; - - // Distribute the padding equally behind and in front of the active pager. - // If the padding range is an even number, we allow an extra pager behind the active pager. - - paddingBack = Math.ceil((paddingRange - 1) / 2); - paddingFront = Math.floor((paddingRange - 1) / 2); - - // Calculate where the range should start and finish based on the active index - - paddingRangeStart = activeIndex - paddingBack; - paddingRangeEnd = activeIndex + paddingFront; - - // Set the offset to 0 - - paddingRangeOffset = 0; - - // If the start of the range has collided with the first pager, positively offset as needed - - if (paddingRangeStart < 1) { - paddingRangeOffset = 1 - paddingRangeStart; - } - - // If the end of the range has collided with the last pager, negatively offset as needed - - if (paddingRangeEnd > lastIndex - 1) { - paddingRangeOffset = (lastIndex - 1) - paddingRangeEnd; - } - - // Calcuate the first index of the range taking into account any offset - - i = paddingRangeStart + paddingRangeOffset; - - // Iteratate through the range, adding the respective indices: - - while (paddingRange) { - indices.push(i); - - i++; - paddingRange--; - } - - indices.push(lastIndex); - - return indices; - }, - - /** - * Renderes individual, per-page pagers. - * - * @private - * @param {number} i - * @param {mixitup.Operation} operation - * @param {number[]} [allowedIndices] - * @return {string} - */ - - renderPager: function(i, operation, allowedIndices) { - var self = this, - renderer = null, - activePage = operation.newPagination.page - 1, - model = new mixitup.ModelPager(), - output = ''; - - if ( - self.config.pagination.maxPagers < Infinity && - allowedIndices.length && - allowedIndices.indexOf(i) < 0 - ) { - // maxPagers is set, and this pager is not in the allowed range - - return ''; - } - - renderer = typeof (renderer = self.config.render.pager) === 'function' ? renderer : null; - - model.isPageLink = true; - - model.classList.push(self.classNamesPager.base); - - if (i === 0) { - model.classList.push(self.classNamesPager.first); - } - - if (i === operation.newTotalPages - 1) { - model.classList.push(self.classNamesPager.last); - } - - if (i === activePage) { - model.classList.push(self.classNamesPager.active); - } - - model.classNames = model.classList.join(' '); - model.pageNumber = i + 1; - - if (renderer) { - output = renderer(model); - } else { - output = h.template(self.config.templates.pager)(model); - } - - return output; - }, - - /** - * @private - * @param {HTMLElement} pageStatsEl - * @param {mixitup.Operation} operation - * @return {void} - */ - - renderPageStatsEl: function(pageStatsEl, operation) { - var self = this, - model = new mixitup.ModelPageStats(), - renderer = null, - output = '', - template = ''; - - if ( - operation.newPagination.limit < 0 || - operation.newPagination.limit === Infinity || - (operation.newTotalPages < 2 && self.config.pagination.hidePageStatsIfSinglePage) - ) { - // Empty the pager list, and add disabled class - - pageStatsEl.innerHTML = ''; - - h.addClass(pageStatsEl, self.classNamesPageStats.disabled); - - return; - } - - renderer = typeof (renderer = self.config.render.pageStats) === 'function' ? renderer : null; - - model.totalTargets = operation.matching.length; - - if (model.totalTargets) { - template = operation.newPagination.limit === 1 ? - self.config.templates.pageStatsSingle : - self.config.templates.pageStats; - } else { - template = self.config.templates.pageStatsFail; - } - - if (model.totalTargets && operation.newPagination.limit > 0) { - model.startPageAt = ((operation.newPagination.page - 1) * operation.newPagination.limit) + 1; - model.endPageAt = Math.min(model.startPageAt + operation.newPagination.limit - 1, model.totalTargets); - } else { - model.startPageAt = model.endPageAt = 0; - } - - if (renderer) { - output = renderer(model); - } else { - output = h.template(template)(model); - } - - pageStatsEl.innerHTML = output; - - if (model.totalTargets) { - h.removeClass(pageStatsEl, self.classNamesPageStats.disabled); - } else { - h.addClass(pageStatsEl, self.classNamesPageStats.disabled); - } - }, - - /** - * @private - * @param {Array<*>} args - * @return {mixitup.UserInstruction} instruction - */ - - parsePaginateArgs: function(args) { - var self = this, - instruction = new mixitup.UserInstruction(), - arg = null, - i = -1; - - instruction.animate = self.config.animation.enable; - instruction.command = new mixitup.CommandPaginate(); - - for (i = 0; i < args.length; i++) { - arg = args[i]; - - if (arg === null) continue; - - if (typeof arg === 'object' && h.isElement(arg, self.dom.document)) { - instruction.command.anchor = arg; - } else if (arg instanceof mixitup.CommandPaginate || typeof arg === 'object') { - h.extend(instruction.command, arg); - } else if (typeof arg === 'number') { - instruction.command.page = arg; - } else if (typeof arg === 'string' && !isNaN(parseInt(arg))) { - // e.g. "4" - - instruction.command.page = parseInt(arg); - } else if (typeof arg === 'string') { - instruction.command.action = arg; - } else if (typeof arg === 'boolean') { - instruction.animate = arg; - } else if (typeof arg === 'function') { - instruction.callback = arg; - } - } - - h.freeze(instruction); - - // NB: Don't freeze command as may need to be sanitized later by other methods - - return instruction; - }, - - /** - * Changes the current page and/or the current page limit. - * - * @example - * - * .paginate(page [, animate] [, callback]) - * - * @example Example 1: Changing the active page - * - * console.log(mixer.getState().activePagination.page); // 1 - * - * mixer.paginate(2) - * .then(function(state) { - * console.log(mixer.getState().activePagination.page === 2); // true - * }); - * - * @example Example 2: Progressing to the next page - * - * console.log(mixer.getState().activePagination.page); // 1 - * - * mixer.paginate('next') - * .then(function(state) { - * console.log(mixer.getState().activePagination.page === 2); // true - * }); - * - * @example Example 3: Starting a page from an abitrary "anchor" element - * - * var anchorEl = mixer.getState().show[3]; - * - * mixer.paginate(anchorEl) - * .then(function(state) { - * console.log(mixer.getState().activePagination.anchor === anchorEl); // true - * console.log(mixer.getState().show[0] === anchorEl); // true - * }); - * - * @example Example 4: Changing the page limit - * - * var anchorEl = mixer.getState().show[3]; - * - * console.log(mixer.getState().activePagination.limit); // 8 - * - * mixer.paginate({ - * limit: 4 - * }) - * .then(function(state) { - * console.log(mixer.getState().activePagination.limit === 4); // true - * }); - * - * @example Example 5: Changing the active page and page limit - * - * mixer.paginate({ - * limit: 4, - * page: 2 - * }) - * .then(function(state) { - * console.log(mixer.getState().activePagination.page === 2); // true - * console.log(mixer.getState().activePagination.limit === 4); // true - * }); - * - * @public - * @instance - * @param {(number|string|object|HTMLElement)} page - * A page number, string (`'next'`, `'prev'`), HTML element reference, or command object. - * @param {boolean} [animate=true] - * An optional boolean dictating whether the operation should animate, or occur syncronously with no animation. `true` by default. - * @param {function} [callback=null] - * An optional callback function to be invoked after the operation has completed. - * @return {Promise.} - * A promise resolving with the current state object. - */ - - paginate: function() { - var self = this, - instruction = self.parsePaginateArgs(arguments); - - return self.multimix({ - paginate: instruction.command - }, instruction.animate, instruction.callback); - }, - - /** - * A shorthand for `.paginate('next')`. Moves to the next page. - * - * @example - * - * .nextPage() - * - * @example Example: Moving to the next page - * - * console.log(mixer.getState().activePagination.page); // 1 - * - * mixer.nextPage() - * .then(function(state) { - * console.log(mixer.getState().activePagination.page === 2); // true - * }); - * - * @public - * @instance - * @return {Promise.} - * A promise resolving with the current state object. - */ - - nextPage: function() { - var self = this, - instruction = self.parsePaginateArgs(arguments); - - return self.multimix({ - paginate: { - action: 'next' - } - }, instruction.animate, instruction.callback); - }, - - /** - * A shorthand for `.paginate('prev')`. Moves to the previous page. - * - * @example - * - * .prevPage() - * - * @example Example: Moving to the previous page - * - * console.log(mixer.getState().activePagination.page); // 5 - * - * mixer.prevPage() - * .then(function(state) { - * console.log(mixer.getState().activePagination.page === 4); // true - * }); - * - * @public - * @instance - * @return {Promise.} - * A promise resolving with the current state object. - */ - - prevPage: function() { - var self = this, - instruction = self.parsePaginateArgs(arguments); - - return self.multimix({ - paginate: { - action: 'prev' - } - }, instruction.animate, instruction.callback); - } - }); - - mixitup.Facade.registerAction('afterConstruct', 'pagination', function(mixer) { - this.paginate = mixer.paginate.bind(mixer); - this.nextPage = mixer.nextPage.bind(mixer); - this.prevPage = mixer.prevPage.bind(mixer); - }); }; - - mixitupPagination.TYPE = 'mixitup-extension'; - mixitupPagination.NAME = 'mixitup-pagination'; - mixitupPagination.EXTENSION_VERSION = '3.3.0'; - mixitupPagination.REQUIRE_CORE_VERSION = '^3.1.8'; - - if (typeof exports === 'object' && typeof module === 'object') { - module.exports = mixitupPagination; - } else if (typeof define === 'function' && define.amd) { - define(function() { - return mixitupPagination; - }); - } else if (window.mixitup && typeof window.mixitup === 'function') { - mixitupPagination(window.mixitup); - } else { - throw new Error('[MixItUp Pagination] MixItUp core not found'); - }})(window); \ No newline at end of file diff --git a/themes/jamstackthemes/assets/js/libs/mixitup.js b/themes/jamstackthemes/assets/js/libs/mixitup.js deleted file mode 100755 index a9af1f7d9..000000000 --- a/themes/jamstackthemes/assets/js/libs/mixitup.js +++ /dev/null @@ -1,10682 +0,0 @@ -/**! - * MixItUp v3.3.1 - * A high-performance, dependency-free library for animated filtering, sorting and more - * Build 94e0fbf6-cd0b-4987-b3c0-14b59b67b8a0 - * - * @copyright Copyright 2014-2018 KunkaLabs Limited. - * @author KunkaLabs Limited. - * @link https://www.kunkalabs.com/mixitup/ - * - * @license Commercial use requires a commercial license. - * https://www.kunkalabs.com/mixitup/licenses/ - * - * Non-commercial use permitted under same terms as CC BY-NC 3.0 license. - * http://creativecommons.org/licenses/by-nc/3.0/ - */ - -(function(window) { - 'use strict'; - - var mixitup = null, - h = null; - - (function() { - var VENDORS = ['webkit', 'moz', 'o', 'ms'], - canary = window.document.createElement('div'), - i = -1; - - // window.requestAnimationFrame - - for (i = 0; i < VENDORS.length && !window.requestAnimationFrame; i++) { - window.requestAnimationFrame = window[VENDORS[i] + 'RequestAnimationFrame']; - } - - // Element.nextElementSibling - - if (typeof canary.nextElementSibling === 'undefined') { - Object.defineProperty(window.Element.prototype, 'nextElementSibling', { - get: function() { - var el = this.nextSibling; - - while (el) { - if (el.nodeType === 1) { - return el; - } - - el = el.nextSibling; - } - - return null; - } - }); - } - - // Element.matches - - (function(ElementPrototype) { - ElementPrototype.matches = - ElementPrototype.matches || - ElementPrototype.machesSelector || - ElementPrototype.mozMatchesSelector || - ElementPrototype.msMatchesSelector || - ElementPrototype.oMatchesSelector || - ElementPrototype.webkitMatchesSelector || - function (selector) { - return Array.prototype.indexOf.call(this.parentElement.querySelectorAll(selector), this) > -1; - }; - })(window.Element.prototype); - - // Object.keys - // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/keys - - if (!Object.keys) { - Object.keys = (function() { - var hasOwnProperty = Object.prototype.hasOwnProperty, - hasDontEnumBug = false, - dontEnums = [], - dontEnumsLength = -1; - - hasDontEnumBug = !({ - toString: null - }) - .propertyIsEnumerable('toString'); - - dontEnums = [ - 'toString', - 'toLocaleString', - 'valueOf', - 'hasOwnProperty', - 'isPrototypeOf', - 'propertyIsEnumerable', - 'constructor' - ]; - - dontEnumsLength = dontEnums.length; - - return function(obj) { - var result = [], - prop = '', - i = -1; - - if (typeof obj !== 'object' && (typeof obj !== 'function' || obj === null)) { - throw new TypeError('Object.keys called on non-object'); - } - - for (prop in obj) { - if (hasOwnProperty.call(obj, prop)) { - result.push(prop); - } - } - - if (hasDontEnumBug) { - for (i = 0; i < dontEnumsLength; i++) { - if (hasOwnProperty.call(obj, dontEnums[i])) { - result.push(dontEnums[i]); - } - } - } - - return result; - }; - }()); - } - - // Array.isArray - // https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray - - if (!Array.isArray) { - Array.isArray = function(arg) { - return Object.prototype.toString.call(arg) === '[object Array]'; - }; - } - - // Object.create - // https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/create - - if (typeof Object.create !== 'function') { - Object.create = (function(undefined) { - var Temp = function() {}; - - return function (prototype, propertiesObject) { - if (prototype !== Object(prototype) && prototype !== null) { - throw TypeError('Argument must be an object, or null'); - } - - Temp.prototype = prototype || {}; - - var result = new Temp(); - - Temp.prototype = null; - - if (propertiesObject !== undefined) { - Object.defineProperties(result, propertiesObject); - } - - if (prototype === null) { - /* jshint ignore:start */ - result.__proto__ = null; - /* jshint ignore:end */ - } - - return result; - }; - })(); - } - - // String.prototyoe.trim - - if (!String.prototype.trim) { - String.prototype.trim = function() { - return this.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, ''); - }; - } - - // Array.prototype.indexOf - // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf - - if (!Array.prototype.indexOf) { - Array.prototype.indexOf = function(searchElement) { - var n, k, t, len; - - if (this === null) { - throw new TypeError(); - } - - t = Object(this); - - len = t.length >>> 0; - - if (len === 0) { - return -1; - } - - n = 0; - - if (arguments.length > 1) { - n = Number(arguments[1]); - - if (n !== n) { - n = 0; - } else if (n !== 0 && n !== Infinity && n !== -Infinity) { - n = (n > 0 || -1) * Math.floor(Math.abs(n)); - } - } - - if (n >= len) { - return -1; - } - - for (k = n >= 0 ? n : Math.max(len - Math.abs(n), 0); k < len; k++) { - if (k in t && t[k] === searchElement) { - return k; - } - } - - return -1; - }; - } - - // Function.prototype.bind - // https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_objects/Function/bind - - if (!Function.prototype.bind) { - Function.prototype.bind = function(oThis) { - var aArgs, self, FNOP, fBound; - - if (typeof this !== 'function') { - throw new TypeError(); - } - - aArgs = Array.prototype.slice.call(arguments, 1); - - self = this; - - FNOP = function() {}; - - fBound = function() { - return self.apply(this instanceof FNOP ? this : oThis, aArgs.concat(Array.prototype.slice.call(arguments))); - }; - - if (this.prototype) { - FNOP.prototype = this.prototype; - } - - fBound.prototype = new FNOP(); - - return fBound; - }; - } - - // Element.prototype.dispatchEvent - - if (!window.Element.prototype.dispatchEvent) { - window.Element.prototype.dispatchEvent = function(event) { - try { - return this.fireEvent('on' + event.type, event); - } catch (err) {} - }; - } - })(); - - /** - * The `mixitup()` "factory" function creates and returns individual instances - * of MixItUp, known as "mixers", on which API methods can be called. - * - * When loading MixItUp via a script tag, the factory function is accessed - * via the global variable `mixitup`. When using a module loading - * system (e.g. ES2015, CommonJS, RequireJS), the factory function is - * exported into your module when you require the MixItUp library. - * - * @example - * mixitup(container [,config] [,foreignDoc]) - * - * @example Example 1: Creating a mixer instance with an element reference - * var containerEl = document.querySelector('.container'); - * - * var mixer = mixitup(containerEl); - * - * @example Example 2: Creating a mixer instance with a selector string - * var mixer = mixitup('.container'); - * - * @example Example 3: Passing a configuration object - * var mixer = mixitup(containerEl, { - * animation: { - * effects: 'fade scale(0.5)' - * } - * }); - * - * @example Example 4: Passing an iframe reference - * var mixer = mixitup(containerEl, config, foreignDocument); - * - * @global - * @namespace - * @public - * @kind function - * @since 3.0.0 - * @param {(Element|string)} container - * A DOM element or selector string representing the container(s) on which to instantiate MixItUp. - * @param {object} [config] - * An optional "configuration object" used to customize the behavior of the MixItUp instance. - * @param {object} [foreignDoc] - * An optional reference to a `document`, which can be used to control a MixItUp instance in an iframe. - * @return {mixitup.Mixer} - * A "mixer" object holding the MixItUp instance. - */ - - mixitup = function(container, config, foreignDoc) { - var el = null, - returnCollection = false, - instance = null, - facade = null, - doc = null, - output = null, - instances = [], - id = '', - elements = [], - i = -1; - - doc = foreignDoc || window.document; - - if (returnCollection = arguments[3]) { - // A non-documented 4th paramater enabling control of multiple instances - - returnCollection = typeof returnCollection === 'boolean'; - } - - if (typeof container === 'string') { - elements = doc.querySelectorAll(container); - } else if (container && typeof container === 'object' && h.isElement(container, doc)) { - elements = [container]; - } else if (container && typeof container === 'object' && container.length) { - // Although not documented, the container may also be an array-like list of - // elements such as a NodeList or jQuery collection, is returnCollection is true - - elements = container; - } else { - throw new Error(mixitup.messages.errorFactoryInvalidContainer()); - } - - if (elements.length < 1) { - throw new Error(mixitup.messages.errorFactoryContainerNotFound()); - } - - for (i = 0; el = elements[i]; i++) { - if (i > 0 && !returnCollection) break; - - if (!el.id) { - id = 'MixItUp' + h.randomHex(); - - el.id = id; - } else { - id = el.id; - } - - if (mixitup.instances[id] instanceof mixitup.Mixer) { - instance = mixitup.instances[id]; - - if (!config || (config && config.debug && config.debug.showWarnings !== false)) { - console.warn(mixitup.messages.warningFactoryPreexistingInstance()); - } - } else { - instance = new mixitup.Mixer(); - - instance.attach(el, doc, id, config); - - mixitup.instances[id] = instance; - } - - facade = new mixitup.Facade(instance); - - if (config && config.debug && config.debug.enable) { - instances.push(instance); - } else { - instances.push(facade); - } - } - - if (returnCollection) { - output = new mixitup.Collection(instances); - } else { - // Return the first instance regardless - - output = instances[0]; - } - - return output; - }; - - /** - * The `.use()` static method is used to extend the functionality of mixitup with compatible - * extensions and libraries in an environment with modular scoping e.g. ES2015, CommonJS, or RequireJS. - * - * You need only call the `.use()` function once per project, per extension, as module loaders - * will cache a single reference to MixItUp inclusive of all changes made. - * - * @example - * mixitup.use(extension) - * - * @example Example 1: Extending MixItUp with the Pagination Extension - * - * import mixitup from 'mixitup'; - * import mixitupPagination from 'mixitup-pagination'; - * - * mixitup.use(mixitupPagination); - * - * // All mixers created by the factory function in all modules will now - * // have pagination functionality - * - * var mixer = mixitup('.container'); - * - * @public - * @name use - * @memberof mixitup - * @kind function - * @static - * @since 3.0.0 - * @param {*} extension A reference to the extension or library to be used. - * @return {void} - */ - - mixitup.use = function(extension) { - mixitup.Base.prototype.callActions.call(mixitup, 'beforeUse', arguments); - - // Call the extension's factory function, passing - // the mixitup factory as a paramater - - if (typeof extension === 'function' && extension.TYPE === 'mixitup-extension') { - // Mixitup extension - - if (typeof mixitup.extensions[extension.NAME] === 'undefined') { - extension(mixitup); - - mixitup.extensions[extension.NAME] = extension; - } - } else if (extension.fn && extension.fn.jquery) { - // jQuery - - mixitup.libraries.$ = extension; - } - - mixitup.Base.prototype.callActions.call(mixitup, 'afterUse', arguments); - }; - - mixitup.instances = {}; - mixitup.extensions = {}; - mixitup.libraries = {}; - - /** - * @private - */ - - h = { - - /** - * @private - * @param {HTMLElement} el - * @param {string} cls - * @return {boolean} - */ - - hasClass: function(el, cls) { - return !!el.className.match(new RegExp('(\\s|^)' + cls + '(\\s|$)')); - }, - - /** - * @private - * @param {HTMLElement} el - * @param {string} cls - * @return {void} - */ - - addClass: function(el, cls) { - if (!this.hasClass(el, cls)) el.className += el.className ? ' ' + cls : cls; - }, - - /** - * @private - * @param {HTMLElement} el - * @param {string} cls - * @return {void} - */ - - removeClass: function(el, cls) { - if (this.hasClass(el, cls)) { - var reg = new RegExp('(\\s|^)' + cls + '(\\s|$)'); - - el.className = el.className.replace(reg, ' ').trim(); - } - }, - - /** - * Merges the properties of the source object onto the - * target object. Alters the target object. - * - * @private - * @param {object} destination - * @param {object} source - * @param {boolean} [deep=false] - * @param {boolean} [handleErrors=false] - * @return {void} - */ - - extend: function(destination, source, deep, handleErrors) { - var sourceKeys = [], - key = '', - i = -1; - - deep = deep || false; - handleErrors = handleErrors || false; - - try { - if (Array.isArray(source)) { - for (i = 0; i < source.length; i++) { - sourceKeys.push(i); - } - } else if (source) { - sourceKeys = Object.keys(source); - } - - for (i = 0; i < sourceKeys.length; i++) { - key = sourceKeys[i]; - - if (!deep || typeof source[key] !== 'object' || this.isElement(source[key])) { - // All non-object properties, or all properties if shallow extend - - destination[key] = source[key]; - } else if (Array.isArray(source[key])) { - // Arrays - - if (!destination[key]) { - destination[key] = []; - } - - this.extend(destination[key], source[key], deep, handleErrors); - } else { - // Objects - - if (!destination[key]) { - destination[key] = {}; - } - - this.extend(destination[key], source[key], deep, handleErrors); - } - } - } catch(err) { - if (handleErrors) { - this.handleExtendError(err, destination); - } else { - throw err; - } - } - - return destination; - }, - - /** - * @private - * @param {Error} err - * @param {object} destination - * @return {void} - */ - - handleExtendError: function(err, destination) { - var re = /property "?(\w*)"?[,:] object/i, - matches = null, - erroneous = '', - message = '', - suggestion = '', - probableMatch = '', - key = '', - mostMatchingChars = -1, - i = -1; - - if (err instanceof TypeError && (matches = re.exec(err.message))) { - erroneous = matches[1]; - - for (key in destination) { - i = 0; - - while (i < erroneous.length && erroneous.charAt(i) === key.charAt(i)) { - i++; - } - - if (i > mostMatchingChars) { - mostMatchingChars = i; - probableMatch = key; - } - } - - if (mostMatchingChars > 1) { - suggestion = mixitup.messages.errorConfigInvalidPropertySuggestion({ - probableMatch: probableMatch - }); - } - - message = mixitup.messages.errorConfigInvalidProperty({ - erroneous: erroneous, - suggestion: suggestion - }); - - throw new TypeError(message); - } - - throw err; - }, - - /** - * @private - * @param {string} str - * @return {function} - */ - - template: function(str) { - var re = /\${([\w]*)}/g, - dynamics = {}, - matches = null; - - while ((matches = re.exec(str))) { - dynamics[matches[1]] = new RegExp('\\${' + matches[1] + '}', 'g'); - } - - return function(data) { - var key = '', - output = str; - - data = data || {}; - - for (key in dynamics) { - output = output.replace(dynamics[key], typeof data[key] !== 'undefined' ? data[key] : ''); - } - - return output; - }; - }, - - /** - * @private - * @param {HTMLElement} el - * @param {string} type - * @param {function} fn - * @param {boolean} useCapture - * @return {void} - */ - - on: function(el, type, fn, useCapture) { - if (!el) return; - - if (el.addEventListener) { - el.addEventListener(type, fn, useCapture); - } else if (el.attachEvent) { - el['e' + type + fn] = fn; - - el[type + fn] = function() { - el['e' + type + fn](window.event); - }; - - el.attachEvent('on' + type, el[type + fn]); - } - }, - - /** - * @private - * @param {HTMLElement} el - * @param {string} type - * @param {function} fn - * @return {void} - */ - - off: function(el, type, fn) { - if (!el) return; - - if (el.removeEventListener) { - el.removeEventListener(type, fn, false); - } else if (el.detachEvent) { - el.detachEvent('on' + type, el[type + fn]); - el[type + fn] = null; - } - }, - - /** - * @private - * @param {string} eventType - * @param {object} detail - * @param {Document} [doc] - * @return {CustomEvent} - */ - - getCustomEvent: function(eventType, detail, doc) { - var event = null; - - doc = doc || window.document; - - if (typeof window.CustomEvent === 'function') { - event = new window.CustomEvent(eventType, { - detail: detail, - bubbles: true, - cancelable: true - }); - } else if (typeof doc.createEvent === 'function') { - event = doc.createEvent('CustomEvent'); - event.initCustomEvent(eventType, true, true, detail); - } else { - event = doc.createEventObject(), - event.type = eventType; - - event.returnValue = false; - event.cancelBubble = false; - event.detail = detail; - } - - return event; - }, - - /** - * @private - * @param {Event} e - * @return {Event} - */ - - getOriginalEvent: function(e) { - if (e.touches && e.touches.length) { - return e.touches[0]; - } else if (e.changedTouches && e.changedTouches.length) { - return e.changedTouches[0]; - } else { - return e; - } - }, - - /** - * @private - * @param {HTMLElement} el - * @param {string} selector - * @return {Number} - */ - - index: function(el, selector) { - var i = 0; - - while ((el = el.previousElementSibling) !== null) { - if (!selector || el.matches(selector)) { - ++i; - } - } - - return i; - }, - - /** - * Converts a dash or snake-case string to camel case. - * - * @private - * @param {string} str - * @param {boolean} [isPascal] - * @return {string} - */ - - camelCase: function(str) { - return str.toLowerCase().replace(/([_-][a-z])/g, function($1) { - return $1.toUpperCase().replace(/[_-]/, ''); - }); - }, - - /** - * Converts a dash or snake-case string to pascal case. - * - * @private - * @param {string} str - * @param {boolean} [isPascal] - * @return {string} - */ - - pascalCase: function(str) { - return (str = this.camelCase(str)).charAt(0).toUpperCase() + str.slice(1); - }, - - /** - * Converts a camel or pascal-case string to dash case. - * - * @private - * @param {string} str - * @return {string} - */ - - dashCase: function(str) { - return str.replace(/([A-Z])/g, '-$1').replace(/^-/, '').toLowerCase(); - }, - - /** - * @private - * @param {HTMLElement} el - * @param {HTMLHtmlElement} [doc] - * @return {boolean} - */ - - isElement: function(el, doc) { - doc = doc || window.document; - - if ( - window.HTMLElement && - el instanceof window.HTMLElement - ) { - return true; - } else if ( - doc.defaultView && - doc.defaultView.HTMLElement && - el instanceof doc.defaultView.HTMLElement - ) { - return true; - } else { - return ( - el !== null && - el.nodeType === 1 && - typeof el.nodeName === 'string' - ); - } - }, - - /** - * @private - * @param {string} htmlString - * @param {HTMLHtmlElement} [doc] - * @return {DocumentFragment} - */ - - createElement: function(htmlString, doc) { - var frag = null, - temp = null; - - doc = doc || window.document; - - frag = doc.createDocumentFragment(); - temp = doc.createElement('div'); - - temp.innerHTML = htmlString.trim(); - - while (temp.firstChild) { - frag.appendChild(temp.firstChild); - } - - return frag; - }, - - /** - * @private - * @param {Node} node - * @return {void} - */ - - removeWhitespace: function(node) { - var deleting; - - while (node && node.nodeName === '#text') { - deleting = node; - - node = node.previousSibling; - - deleting.parentElement && deleting.parentElement.removeChild(deleting); - } - }, - - /** - * @private - * @param {Array<*>} a - * @param {Array<*>} b - * @return {boolean} - */ - - isEqualArray: function(a, b) { - var i = a.length; - - if (i !== b.length) return false; - - while (i--) { - if (a[i] !== b[i]) return false; - } - - return true; - }, - - /** - * @private - * @param {object} a - * @param {object} b - * @return {boolean} - */ - - deepEquals: function(a, b) { - var key; - - if (typeof a === 'object' && a && typeof b === 'object' && b) { - if (Object.keys(a).length !== Object.keys(b).length) return false; - - for (key in a) { - if (!b.hasOwnProperty(key) || !this.deepEquals(a[key], b[key])) return false; - } - } else if (a !== b) { - return false; - } - - return true; - }, - - /** - * @private - * @param {Array<*>} oldArray - * @return {Array<*>} - */ - - arrayShuffle: function(oldArray) { - var newArray = oldArray.slice(), - len = newArray.length, - i = len, - p = -1, - t = []; - - while (i--) { - p = ~~(Math.random() * len); - t = newArray[i]; - - newArray[i] = newArray[p]; - newArray[p] = t; - } - - return newArray; - }, - - /** - * @private - * @param {object} list - */ - - arrayFromList: function(list) { - var output, i; - - try { - return Array.prototype.slice.call(list); - } catch(err) { - output = []; - - for (i = 0; i < list.length; i++) { - output.push(list[i]); - } - - return output; - } - }, - - /** - * @private - * @param {function} func - * @param {Number} wait - * @param {boolean} immediate - * @return {function} - */ - - debounce: function(func, wait, immediate) { - var timeout; - - return function() { - var self = this, - args = arguments, - callNow = immediate && !timeout, - later = null; - - later = function() { - timeout = null; - - if (!immediate) { - func.apply(self, args); - } - }; - - clearTimeout(timeout); - - timeout = setTimeout(later, wait); - - if (callNow) func.apply(self, args); - }; - }, - - /** - * @private - * @param {HTMLElement} element - * @return {object} - */ - - position: function(element) { - var xPosition = 0, - yPosition = 0, - offsetParent = element; - - while (element) { - xPosition -= element.scrollLeft; - yPosition -= element.scrollTop; - - if (element === offsetParent) { - xPosition += element.offsetLeft; - yPosition += element.offsetTop; - - offsetParent = element.offsetParent; - } - - element = element.parentElement; - } - - return { - x: xPosition, - y: yPosition - }; - }, - - /** - * @private - * @param {object} node1 - * @param {object} node2 - * @return {Number} - */ - - getHypotenuse: function(node1, node2) { - var distanceX = node1.x - node2.x, - distanceY = node1.y - node2.y; - - distanceX = distanceX < 0 ? distanceX * -1 : distanceX, - distanceY = distanceY < 0 ? distanceY * -1 : distanceY; - - return Math.sqrt(Math.pow(distanceX, 2) + Math.pow(distanceY, 2)); - }, - - /** - * Calcuates the area of intersection between two rectangles and expresses it as - * a ratio in comparison to the area of the first rectangle. - * - * @private - * @param {Rect} box1 - * @param {Rect} box2 - * @return {number} - */ - - getIntersectionRatio: function(box1, box2) { - var controlArea = box1.width * box1.height, - intersectionX = -1, - intersectionY = -1, - intersectionArea = -1, - ratio = -1; - - intersectionX = - Math.max(0, Math.min(box1.left + box1.width, box2.left + box2.width) - Math.max(box1.left, box2.left)); - - intersectionY = - Math.max(0, Math.min(box1.top + box1.height, box2.top + box2.height) - Math.max(box1.top, box2.top)); - - intersectionArea = intersectionY * intersectionX; - - ratio = intersectionArea / controlArea; - - return ratio; - }, - - /** - * @private - * @param {object} el - * @param {string} selector - * @param {boolean} [includeSelf] - * @param {HTMLHtmlElement} [doc] - * @return {Element|null} - */ - - closestParent: function(el, selector, includeSelf, doc) { - var parent = el.parentNode; - - doc = doc || window.document; - - if (includeSelf && el.matches(selector)) { - return el; - } - - while (parent && parent != doc.body) { - if (parent.matches && parent.matches(selector)) { - return parent; - } else if (parent.parentNode) { - parent = parent.parentNode; - } else { - return null; - } - } - - return null; - }, - - /** - * @private - * @param {HTMLElement} el - * @param {string} selector - * @param {HTMLHtmlElement} [doc] - * @return {NodeList} - */ - - children: function(el, selector, doc) { - var children = [], - tempId = ''; - - doc = doc || window.doc; - - if (el) { - if (!el.id) { - tempId = 'Temp' + this.randomHexKey(); - - el.id = tempId; - } - - children = doc.querySelectorAll('#' + el.id + ' > ' + selector); - - if (tempId) { - el.removeAttribute('id'); - } - } - - return children; - }, - - /** - * Creates a clone of a provided array, with any empty strings removed. - * - * @private - * @param {Array<*>} originalArray - * @return {Array<*>} - */ - - clean: function(originalArray) { - var cleanArray = [], - i = -1; - - for (i = 0; i < originalArray.length; i++) { - if (originalArray[i] !== '') { - cleanArray.push(originalArray[i]); - } - } - - return cleanArray; - }, - - /** - * Abstracts an ES6 promise into a q-like deferred interface for storage and deferred resolution. - * - * @private - * @param {object} libraries - * @return {h.Deferred} - */ - - defer: function(libraries) { - var deferred = null, - promiseWrapper = null, - $ = null; - - promiseWrapper = new this.Deferred(); - - if (mixitup.features.has.promises) { - // ES6 native promise or polyfill - - promiseWrapper.promise = new Promise(function(resolve, reject) { - promiseWrapper.resolve = resolve; - promiseWrapper.reject = reject; - }); - } else if (($ = (window.jQuery || libraries.$)) && typeof $.Deferred === 'function') { - // jQuery - - deferred = $.Deferred(); - - promiseWrapper.promise = deferred.promise(); - promiseWrapper.resolve = deferred.resolve; - promiseWrapper.reject = deferred.reject; - } else if (window.console) { - // No implementation - - console.warn(mixitup.messages.warningNoPromiseImplementation()); - } - - return promiseWrapper; - }, - - /** - * @private - * @param {Array} tasks - * @param {object} libraries - * @return {Promise} - */ - - all: function(tasks, libraries) { - var $ = null; - - if (mixitup.features.has.promises) { - return Promise.all(tasks); - } else if (($ = (window.jQuery || libraries.$)) && typeof $.when === 'function') { - return $.when.apply($, tasks) - .done(function() { - // jQuery when returns spread arguments rather than an array or resolutions - - return arguments; - }); - } - - // No implementation - - if (window.console) { - console.warn(mixitup.messages.warningNoPromiseImplementation()); - } - - return []; - }, - - /** - * @private - * @param {HTMLElement} el - * @param {string} property - * @param {Array} vendors - * @return {string} - */ - - getPrefix: function(el, property, vendors) { - var i = -1, - prefix = ''; - - if (h.dashCase(property) in el.style) return ''; - - for (i = 0; prefix = vendors[i]; i++) { - if (prefix + property in el.style) { - return prefix.toLowerCase(); - } - } - - return 'unsupported'; - }, - - /** - * @private - * @return {string} - */ - - randomHex: function() { - return ('00000' + (Math.random() * 16777216 << 0).toString(16)).substr(-6).toUpperCase(); - }, - - /** - * @private - * @param {HTMLDocument} [doc] - * @return {object} - */ - - getDocumentState: function(doc) { - doc = typeof doc.body === 'object' ? doc : window.document; - - return { - scrollTop: window.pageYOffset, - scrollLeft: window.pageXOffset, - docHeight: doc.documentElement.scrollHeight, - docWidth: doc.documentElement.scrollWidth, - viewportHeight: doc.documentElement.clientHeight, - viewportWidth: doc.documentElement.clientWidth - }; - }, - - /** - * @private - * @param {object} obj - * @param {function} fn - * @return {function} - */ - - bind: function(obj, fn) { - return function() { - return fn.apply(obj, arguments); - }; - }, - - /** - * @private - * @param {HTMLElement} el - * @return {boolean} - */ - - isVisible: function(el) { - var styles = null; - - if (el.offsetParent) return true; - - styles = window.getComputedStyle(el); - - if ( - styles.position === 'fixed' && - styles.visibility !== 'hidden' && - styles.opacity !== '0' - ) { - // Fixed elements report no offsetParent, - // but may still be invisible - - return true; - } - - return false; - }, - - /** - * @private - * @param {object} obj - */ - - seal: function(obj) { - if (typeof Object.seal === 'function') { - Object.seal(obj); - } - }, - - /** - * @private - * @param {object} obj - */ - - freeze: function(obj) { - if (typeof Object.freeze === 'function') { - Object.freeze(obj); - } - }, - - /** - * @private - * @param {string} control - * @param {string} specimen - * @return {boolean} - */ - - compareVersions: function(control, specimen) { - var controlParts = control.split('.'), - specimenParts = specimen.split('.'), - controlPart = -1, - specimenPart = -1, - i = -1; - - for (i = 0; i < controlParts.length; i++) { - controlPart = parseInt(controlParts[i].replace(/[^\d.]/g, '')); - specimenPart = parseInt(specimenParts[i].replace(/[^\d.]/g, '') || 0); - - if (specimenPart < controlPart) { - return false; - } else if (specimenPart > controlPart) { - return true; - } - } - - return true; - }, - - /** - * @private - * @constructor - */ - - Deferred: function() { - this.promise = null; - this.resolve = null; - this.reject = null; - this.id = h.randomHex(); - }, - - /** - * @private - * @param {object} obj - * @return {boolean} - */ - - isEmptyObject: function(obj) { - var key = ''; - - if (typeof Object.keys === 'function') { - return Object.keys(obj).length === 0; - } - - for (key in obj) { - if (obj.hasOwnProperty(key)) { - return false; - } - } - - return true; - }, - - /** - * @param {mixitup.Config.ClassNames} classNames - * @param {string} elementName - * @param {string} [modifier] - * @return {string} - */ - - getClassname: function(classNames, elementName, modifier) { - var classname = ''; - - classname += classNames.block; - - if (classname.length) { - classname += classNames.delineatorElement; - } - - classname += classNames['element' + this.pascalCase(elementName)]; - - if (!modifier) return classname; - - if (classname.length) { - classname += classNames.delineatorModifier; - } - - classname += modifier; - - return classname; - }, - - /** - * Returns the value of a property on a given object via its string key. - * - * @param {object} obj - * @param {string} stringKey - * @return {*} value - */ - - getProperty: function(obj, stringKey) { - var parts = stringKey.split('.'), - returnCurrent = null, - current = '', - i = 0; - - if (!stringKey) { - return obj; - } - - returnCurrent = function(obj) { - if (!obj) { - return null; - } else { - return obj[current]; - } - }; - - while (i < parts.length) { - current = parts[i]; - - obj = returnCurrent(obj); - - i++; - } - - if (typeof obj !== 'undefined') { - return obj; - } else { - return null; - } - } - }; - - mixitup.h = h; - - /** - * The Base class adds instance methods to all other extensible MixItUp classes, - * enabling the calling of any registered hooks. - * - * @constructor - * @namespace - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.Base = function() {}; - - mixitup.Base.prototype = { - constructor: mixitup.Base, - - /** - * Calls any registered hooks for the provided action. - * - * @memberof mixitup.Base - * @private - * @instance - * @since 2.0.0 - * @param {string} actionName - * @param {Array<*>} args - * @return {void} - */ - - callActions: function(actionName, args) { - var self = this, - hooks = self.constructor.actions[actionName], - extensionName = ''; - - if (!hooks || h.isEmptyObject(hooks)) return; - - for (extensionName in hooks) { - hooks[extensionName].apply(self, args); - } - }, - - /** - * Calls any registered hooks for the provided filter. - * - * @memberof mixitup.Base - * @private - * @instance - * @since 2.0.0 - * @param {string} filterName - * @param {*} input - * @param {Array<*>} args - * @return {*} - */ - - callFilters: function(filterName, input, args) { - var self = this, - hooks = self.constructor.filters[filterName], - output = input, - extensionName = ''; - - if (!hooks || h.isEmptyObject(hooks)) return output; - - args = args || []; - - for (extensionName in hooks) { - args = h.arrayFromList(args); - - args.unshift(output); - - output = hooks[extensionName].apply(self, args); - } - - return output; - } - }; - - /** - * The BaseStatic class holds a set of static methods which are then added to all other - * extensible MixItUp classes as a means of integrating extensions via the addition of new - * methods and/or actions and hooks. - * - * @constructor - * @namespace - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.BaseStatic = function() { - this.actions = {}; - this.filters = {}; - - /** - * Performs a shallow extend on the class's prototype, adding one or more new members to - * the class in a single operation. - * - * @memberof mixitup.BaseStatic - * @public - * @static - * @since 2.1.0 - * @param {object} extension - * @return {void} - */ - - this.extend = function(extension) { - h.extend(this.prototype, extension); - }; - - /** - * Registers a function to be called on the action hook of the provided name. - * - * @memberof mixitup.BaseStatic - * @public - * @static - * @since 2.1.0 - * @param {string} hookName - * @param {string} extensionName - * @param {function} func - * @return {void} - */ - - this.registerAction = function(hookName, extensionName, func) { - (this.actions[hookName] = this.actions[hookName] || {})[extensionName] = func; - }; - - /** - * Registers a function to be called on the filter of the provided name. - * - * @memberof mixitup.BaseStatic - * @public - * @static - * @since 2.1.0 - * @param {string} hookName - * @param {string} extensionName - * @param {function} func - * @return {void} - */ - - this.registerFilter = function(hookName, extensionName, func) { - (this.filters[hookName] = this.filters[hookName] || {})[extensionName] = func; - }; - }; - - /** - * The `mixitup.Features` class performs all feature and CSS prefix detection - * neccessary for MixItUp to function correctly, as well as storing various - * string and array constants. All feature decection is on evaluation of the - * library and stored in a singleton instance for use by other internal classes. - * - * @constructor - * @namespace - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.Features = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.boxSizingPrefix = ''; - this.transformPrefix = ''; - this.transitionPrefix = ''; - - this.boxSizingPrefix = ''; - this.transformProp = ''; - this.transformRule = ''; - this.transitionProp = ''; - this.perspectiveProp = ''; - this.perspectiveOriginProp = ''; - - this.has = new mixitup.Has(); - - this.canary = null; - - this.BOX_SIZING_PROP = 'boxSizing'; - this.TRANSITION_PROP = 'transition'; - this.TRANSFORM_PROP = 'transform'; - this.PERSPECTIVE_PROP = 'perspective'; - this.PERSPECTIVE_ORIGIN_PROP = 'perspectiveOrigin'; - this.VENDORS = ['Webkit', 'moz', 'O', 'ms']; - - this.TWEENABLE = [ - 'opacity', - 'width', 'height', - 'marginRight', 'marginBottom', - 'x', 'y', - 'scale', - 'translateX', 'translateY', 'translateZ', - 'rotateX', 'rotateY', 'rotateZ' - ]; - - this.callActions('afterConstruct'); - }; - - mixitup.BaseStatic.call(mixitup.Features); - - mixitup.Features.prototype = Object.create(mixitup.Base.prototype); - - h.extend(mixitup.Features.prototype, - /** @lends mixitup.Features */ - { - constructor: mixitup.Features, - - /** - * @private - * @return {void} - */ - - init: function() { - var self = this; - - self.callActions('beforeInit', arguments); - - self.canary = document.createElement('div'); - - self.setPrefixes(); - self.runTests(); - - self.callActions('beforeInit', arguments); - }, - - /** - * @private - * @return {void} - */ - - runTests: function() { - var self = this; - - self.callActions('beforeRunTests', arguments); - - self.has.promises = typeof window.Promise === 'function'; - self.has.transitions = self.transitionPrefix !== 'unsupported'; - - self.callActions('afterRunTests', arguments); - - h.freeze(self.has); - }, - - /** - * @private - * @return {void} - */ - - setPrefixes: function() { - var self = this; - - self.callActions('beforeSetPrefixes', arguments); - - self.transitionPrefix = h.getPrefix(self.canary, 'Transition', self.VENDORS); - self.transformPrefix = h.getPrefix(self.canary, 'Transform', self.VENDORS); - self.boxSizingPrefix = h.getPrefix(self.canary, 'BoxSizing', self.VENDORS); - - self.boxSizingProp = self.boxSizingPrefix ? - self.boxSizingPrefix + h.pascalCase(self.BOX_SIZING_PROP) : self.BOX_SIZING_PROP; - - self.transitionProp = self.transitionPrefix ? - self.transitionPrefix + h.pascalCase(self.TRANSITION_PROP) : self.TRANSITION_PROP; - - self.transformProp = self.transformPrefix ? - self.transformPrefix + h.pascalCase(self.TRANSFORM_PROP) : self.TRANSFORM_PROP; - - self.transformRule = self.transformPrefix ? - '-' + self.transformPrefix + '-' + self.TRANSFORM_PROP : self.TRANSFORM_PROP; - - self.perspectiveProp = self.transformPrefix ? - self.transformPrefix + h.pascalCase(self.PERSPECTIVE_PROP) : self.PERSPECTIVE_PROP; - - self.perspectiveOriginProp = self.transformPrefix ? - self.transformPrefix + h.pascalCase(self.PERSPECTIVE_ORIGIN_PROP) : - self.PERSPECTIVE_ORIGIN_PROP; - - self.callActions('afterSetPrefixes', arguments); - } - }); - - /** - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.Has = function() { - this.transitions = false; - this.promises = false; - - h.seal(this); - }; - - // Assign a singleton instance to `mixitup.features` and initialise: - - mixitup.features = new mixitup.Features(); - - mixitup.features.init(); - - /** - * A group of properties defining the mixer's animation and effects settings. - * - * @constructor - * @memberof mixitup.Config - * @name animation - * @namespace - * @public - * @since 2.0.0 - */ - - mixitup.ConfigAnimation = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - /** - * A boolean dictating whether or not animation should be enabled for the MixItUp instance. - * If `false`, all operations will occur instantly and syncronously, although callback - * functions and any returned promises will still be fulfilled. - * - * @example Example: Create a mixer with all animations disabled - * var mixer = mixitup(containerEl, { - * animation: { - * enable: false - * } - * }); - * - * @name enable - * @memberof mixitup.Config.animation - * @instance - * @type {boolean} - * @default true - */ - - this.enable = true; - - /** - * A string of one or more space-seperated properties to which transitions will be - * applied for all filtering animations. - * - * Properties can be listed any order or combination, although they will be applied in a specific - * predefined order to produce consistent results. - * - * To learn more about available effects, experiment with our - * sandbox demo and try out the "Export config" button in the Animation options drop down. - * - * @example Example: Apply "fade" and "translateZ" effects to all animations - * // As targets are filtered in and out, they will fade between - * // opacity 1 and 0 and transform between translateZ(-100px) and - * // translateZ(0). - * - * var mixer = mixitup(containerEl, { - * animation: { - * effects: 'fade translateZ(-100px)' - * } - * }); - * - * @name effects - * @memberof mixitup.Config.animation - * @instance - * @type {string} - * @default 'fade scale' - */ - - this.effects = 'fade scale'; - - /** - * A string of one or more space-seperated effects to be applied only to filter-in - * animations, overriding `config.animation.effects` if set. - * - * @example Example: Apply downwards vertical translate to targets being filtered in - * - * var mixer = mixitup(containerEl, { - * animation: { - * effectsIn: 'fade translateY(-100%)' - * } - * }); - * - * @name effectsIn - * @memberof mixitup.Config.animation - * @instance - * @type {string} - * @default '' - */ - - this.effectsIn = ''; - - /** - * A string of one or more space-seperated effects to be applied only to filter-out - * animations, overriding `config.animation.effects` if set. - * - * @example Example: Apply upwards vertical translate to targets being filtered out - * - * var mixer = mixitup(containerEl, { - * animation: { - * effectsOut: 'fade translateY(-100%)' - * } - * }); - * - * @name effectsOut - * @memberof mixitup.Config.animation - * @instance - * @type {string} - * @default '' - */ - - this.effectsOut = ''; - - /** - * An integer dictating the duration of all MixItUp animations in milliseconds, not - * including any additional delay apllied via the `'stagger'` effect. - * - * @example Example: Apply an animation duration of 200ms to all mixitup animations - * - * var mixer = mixitup(containerEl, { - * animation: { - * duration: 200 - * } - * }); - * - * @name duration - * @memberof mixitup.Config.animation - * @instance - * @type {number} - * @default 600 - */ - - this.duration = 600; - - /** - * A valid CSS3 transition-timing function or shorthand. For a full list of accepted - * values, visit easings.net. - * - * @example Example 1: Apply "ease-in-out" easing to all animations - * - * var mixer = mixitup(containerEl, { - * animation: { - * easing: 'ease-in-out' - * } - * }); - * - * @example Example 2: Apply a custom "cubic-bezier" easing function to all animations - * var mixer = mixitup(containerEl, { - * animation: { - * easing: 'cubic-bezier(0.645, 0.045, 0.355, 1)' - * } - * }); - * - * @name easing - * @memberof mixitup.Config.animation - * @instance - * @type {string} - * @default 'ease' - */ - - this.easing = 'ease'; - - /** - * A boolean dictating whether or not to apply perspective to the MixItUp container - * during animations. By default, perspective is always applied and creates the - * illusion of three-dimensional space for effects such as `translateZ`, `rotateX`, - * and `rotateY`. - * - * You may wish to disable this and define your own perspective settings via CSS. - * - * @example Example: Prevent perspective from being applied to any 3D transforms - * var mixer = mixitup(containerEl, { - * animation: { - * applyPerspective: false - * } - * }); - * - * @name applyPerspective - * @memberof mixitup.Config.animation - * @instance - * @type {bolean} - * @default true - */ - - this.applyPerspective = true; - - /** - * The perspective distance value to be applied to the container during animations, - * affecting any 3D-transform-based effects. - * - * @example Example: Set a perspective distance of 2000px - * var mixer = mixitup(containerEl, { - * animation: { - * effects: 'rotateY(-25deg)', - * perspectiveDistance: '2000px' - * } - * }); - * - * @name perspectiveDistance - * @memberof mixitup.Config.animation - * @instance - * @type {string} - * @default '3000px' - */ - - this.perspectiveDistance = '3000px'; - - /** - * The perspective-origin value to be applied to the container during animations, - * affecting any 3D-transform-based effects. - * - * @example Example: Set a perspective origin in the top-right of the container - * var mixer = mixitup(containerEl, { - * animation: { - * effects: 'transateZ(-200px)', - * perspectiveOrigin: '100% 0' - * } - * }); - * - * @name perspectiveOrigin - * @memberof mixitup.Config.animation - * @instance - * @type {string} - * @default '50% 50%' - */ - - this.perspectiveOrigin = '50% 50%'; - - /** - * A boolean dictating whether or not to enable the queuing of operations. - * - * If `true` (default), and a control is clicked or an API call is made while another - * operation is progress, the operation will go into the queue and will be automatically exectuted - * when the previous operaitons is finished. - * - * If `false`, any requested operations will be ignored, and the `onMixBusy` callback and `mixBusy` - * event will be fired. If `debug.showWarnings` is enabled, a console warning will also occur. - * - * @example Example: Disable queuing - * var mixer = mixitup(containerEl, { - * animation: { - * queue: false - * } - * }); - * - * @name queue - * @memberof mixitup.Config.animation - * @instance - * @type {boolean} - * @default true - */ - - this.queue = true; - - /** - * An integer dictacting the maximum number of operations allowed in the queue at - * any time, when queuing is enabled. - * - * @example Example: Allow a maximum of 5 operations in the queue at any time - * var mixer = mixitup(containerEl, { - * animation: { - * queueLimit: 5 - * } - * }); - * - * @name queueLimit - * @memberof mixitup.Config.animation - * @instance - * @type {number} - * @default 3 - */ - - this.queueLimit = 3; - - /** - * A boolean dictating whether or not to transition the height and width of the - * container as elements are filtered in and out. If disabled, the container height - * will change abruptly. - * - * It may be desirable to disable this on mobile devices as the CSS `height` and - * `width` properties do not receive GPU-acceleration and can therefore cause stuttering. - * - * @example Example 1: Disable the transitioning of the container height and/or width - * var mixer = mixitup(containerEl, { - * animation: { - * animateResizeContainer: false - * } - * }); - * - * @example Example 2: Disable the transitioning of the container height and/or width for mobile devices only - * var mixer = mixitup(containerEl, { - * animation: { - * animateResizeContainer: myFeatureTests.isMobile ? false : true - * } - * }); - * - * @name animateResizeContainer - * @memberof mixitup.Config.animation - * @instance - * @type {boolean} - * @default true - */ - - this.animateResizeContainer = true; - - /** - * A boolean dictating whether or not to transition the height and width of target - * elements as they change throughout the course of an animation. - * - * This is often a must for flex-box grid layouts where the size of target elements may change - * depending on final their position in relation to their siblings, or for `.changeLayout()` - * operations where the size of targets change between layouts. - * - * NB: This feature requires additional calculations and manipulation to non-hardware-accelerated - * properties which may adversely affect performance on slower devices, and is therefore - * disabled by default. - * - * @example Example: Enable the transitioning of target widths and heights - * var mixer = mixitup(containerEl, { - * animation: { - * animateResizeTargets: true - * } - * }); - * - * @name animateResizeTargets - * @memberof mixitup.Config.animation - * @instance - * @type {boolean} - * @default false - */ - - this.animateResizeTargets = false; - - /** - * A custom function used to manipulate the order in which the stagger delay is - * incremented when using the ‘stagger’ effect. - * - * When using the 'stagger' effect, the delay applied to each target element is incremented - * based on its index. You may create a custom function to manipulate the order in which the - * delay is incremented and create engaging non-linear stagger effects. - * - * The function receives the index of the target element as a parameter, and must - * return an integer which serves as the multiplier for the stagger delay. - * - * @example Example 1: Stagger target elements by column in a 3-column grid - * var mixer = mixitup(containerEl, { - * animation: { - * effects: 'fade stagger(100ms)', - * staggerSequence: function(i) { - * return i % 3; - * } - * } - * }); - * - * @example Example 2: Using an algorithm to produce a more complex sequence - * var mixer = mixitup(containerEl, { - * animation: { - * effects: 'fade stagger(100ms)', - * staggerSequence: function(i) { - * return (2*i) - (5*((i/3) - ((1/3) * (i%3)))); - * } - * } - * }); - * - * @name staggerSequence - * @memberof mixitup.Config.animation - * @instance - * @type {function} - * @default null - */ - - this.staggerSequence = null; - - /** - * A boolean dictating whether or not to reverse the direction of `translate` - * and `rotate` transforms for elements being filtered out. - * - * It can be used to create carousel-like animations where elements enter and exit - * from opposite directions. If enabled, the effect `translateX(-100%)` for elements - * being filtered in would become `translateX(100%)` for targets being filtered out. - * - * This functionality can also be achieved by providing seperate effects - * strings for `config.animation.effectsIn` and `config.animation.effectsOut`. - * - * @example Example: Reverse the desired direction on any translate/rotate effect for targets being filtered out - * // Elements being filtered in will be translated from '100%' to '0' while - * // elements being filtered out will be translated from 0 to '-100%' - * - * var mixer = mixitup(containerEl, { - * animation: { - * effects: 'fade translateX(100%)', - * reverseOut: true, - * nudge: false // Disable nudging to create a carousel-like effect - * } - * }); - * - * @name reverseOut - * @memberof mixitup.Config.animation - * @instance - * @type {boolean} - * @default false - */ - - this.reverseOut = false; - - /** - * A boolean dictating whether or not to "nudge" the animation path of targets - * when they are being filtered in and out simulatenously. - * - * This has been the default behavior of MixItUp since version 1, but it - * may be desirable to disable this effect when filtering directly from - * one exclusive set of targets to a different exclusive set of targets, - * to create a carousel-like effect, or a generally more subtle animation. - * - * @example Example: Disable the "nudging" of targets being filtered in and out simulatenously - * - * var mixer = mixitup(containerEl, { - * animation: { - * nudge: false - * } - * }); - * - * @name nudge - * @memberof mixitup.Config.animation - * @instance - * @type {boolean} - * @default true - */ - - this.nudge = true; - - /** - * A boolean dictating whether or not to clamp the height of the container while MixItUp's - * geometry tests are carried out before an operation. - * - * To prevent scroll-bar flicker, clamping is turned on by default. But in the case where the - * height of the container might affect its vertical positioning in the viewport - * (e.g. a vertically-centered container), this should be turned off to ensure accurate - * test results and a smooth animation. - * - * @example Example: Disable container height-clamping - * - * var mixer = mixitup(containerEl, { - * animation: { - * clampHeight: false - * } - * }); - * - * @name clampHeight - * @memberof mixitup.Config.animation - * @instance - * @type {boolean} - * @default true - */ - - this.clampHeight = true; - - /** - * A boolean dictating whether or not to clamp the width of the container while MixItUp's - * geometry tests are carried out before an operation. - * - * To prevent scroll-bar flicker, clamping is turned on by default. But in the case where the - * width of the container might affect its horitzontal positioning in the viewport - * (e.g. a horizontall-centered container), this should be turned off to ensure accurate - * test results and a smooth animation. - * - * @example Example: Disable container width-clamping - * - * var mixer = mixitup(containerEl, { - * animation: { - * clampWidth: false - * } - * }); - * - * @name clampWidth - * @memberof mixitup.Config.animation - * @instance - * @type {boolean} - * @default true - */ - - this.clampWidth = true; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.ConfigAnimation); - - mixitup.ConfigAnimation.prototype = Object.create(mixitup.Base.prototype); - - mixitup.ConfigAnimation.prototype.constructor = mixitup.ConfigAnimation; - - /** - * A group of properties relating to the behavior of the Mixer. - * - * @constructor - * @memberof mixitup.Config - * @name behavior - * @namespace - * @public - * @since 3.1.12 - */ - - mixitup.ConfigBehavior = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - /** - * A boolean dictating whether to allow "live" sorting of the mixer. - * - * Because of the expensive nature of sorting, MixItUp makes use of several - * internal optimizations to skip redundant sorting operations, such as when - * the newly requested sort command is the same as the active one. The caveat - * to this optimization is that "live" edits to the value of a target's sorting - * attribute will be ignored when requesting a re-sort by the same attribute. - * - * By setting to `behavior.liveSort` to `true`, the mixer will always re-sort - * regardless of whether or not the sorting attribute and order have changed. - * - * @example Example: Enabling `liveSort` to allow for re-sorting - * - * var mixer = mixitup(containerEl, { - * behavior: { - * liveSort: true - * }, - * load: { - * sort: 'edited:desc' - * } - * }); - * - * var target = containerEl.children[3]; - * - * console.log(target.getAttribute('data-edited')); // '2015-04-24' - * - * target.setAttribute('data-edited', '2017-08-10'); // Update the target's edited date - * - * mixer.sort('edited:desc') - * .then(function(state) { - * // The target is now at the top of the list - * - * console.log(state.targets[0] === target); // true - * }); - * - * @name liveSort - * @memberof mixitup.Config.behavior - * @instance - * @type {boolean} - * @default false - */ - - this.liveSort = false; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.ConfigBehavior); - - mixitup.ConfigBehavior.prototype = Object.create(mixitup.Base.prototype); - - mixitup.ConfigBehavior.prototype.constructor = mixitup.ConfigBehavior; - - /** - * A group of optional callback functions to be invoked at various - * points within the lifecycle of a mixer operation. - * - * Each function is analogous to an event of the same name triggered from the - * container element, and is invoked immediately after it. - * - * All callback functions receive the current `state` object as their first - * argument, as well as other more specific arguments described below. - * - * @constructor - * @memberof mixitup.Config - * @name callbacks - * @namespace - * @public - * @since 2.0.0 - */ - - mixitup.ConfigCallbacks = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - /** - * A callback function invoked immediately after any MixItUp operation is requested - * and before animations have begun. - * - * A second `futureState` argument is passed to the function which represents the final - * state of the mixer once the requested operation has completed. - * - * @example Example: Adding an `onMixStart` callback function - * var mixer = mixitup(containerEl, { - * callbacks: { - * onMixStart: function(state, futureState) { - * console.log('Starting operation...'); - * } - * } - * }); - * - * @name onMixStart - * @memberof mixitup.Config.callbacks - * @instance - * @type {function} - * @default null - */ - - this.onMixStart = null; - - /** - * A callback function invoked when a MixItUp operation is requested while another - * operation is in progress, and the animation queue is full, or queueing - * is disabled. - * - * @example Example: Adding an `onMixBusy` callback function - * var mixer = mixitup(containerEl, { - * callbacks: { - * onMixBusy: function(state) { - * console.log('Mixer busy'); - * } - * } - * }); - * - * @name onMixBusy - * @memberof mixitup.Config.callbacks - * @instance - * @type {function} - * @default null - */ - - this.onMixBusy = null; - - /** - * A callback function invoked after any MixItUp operation has completed, and the - * state has been updated. - * - * @example Example: Adding an `onMixEnd` callback function - * var mixer = mixitup(containerEl, { - * callbacks: { - * onMixEnd: function(state) { - * console.log('Operation complete'); - * } - * } - * }); - * - * @name onMixEnd - * @memberof mixitup.Config.callbacks - * @instance - * @type {function} - * @default null - */ - - this.onMixEnd = null; - - /** - * A callback function invoked whenever an operation "fails", i.e. no targets - * could be found matching the requested filter. - * - * @example Example: Adding an `onMixFail` callback function - * var mixer = mixitup(containerEl, { - * callbacks: { - * onMixFail: function(state) { - * console.log('No items could be found matching the requested filter'); - * } - * } - * }); - * - * @name onMixFail - * @memberof mixitup.Config.callbacks - * @instance - * @type {function} - * @default null - */ - - this.onMixFail = null; - - /** - * A callback function invoked whenever a MixItUp control is clicked, and before its - * respective operation is requested. - * - * The clicked element is assigned to the `this` keyword within the function. The original - * click event is passed to the function as the second argument, which can be useful if - * using `` tags as controls where the default behavior needs to be prevented. - * - * Returning `false` from the callback will prevent the control click from triggering - * an operation. - * - * @example Example 1: Adding an `onMixClick` callback function - * var mixer = mixitup(containerEl, { - * callbacks: { - * onMixClick: function(state, originalEvent) { - * console.log('The control "' + this.innerText + '" was clicked'); - * } - * } - * }); - * - * @example Example 2: Using `onMixClick` to manipulate the original click event - * var mixer = mixitup(containerEl, { - * callbacks: { - * onMixClick: function(state, originalEvent) { - * // Prevent original click event from bubbling up: - * originalEvent.stopPropagation(); - * - * // Prevent default behavior of clicked element: - * originalEvent.preventDefault(); - * } - * } - * }); - * - * @example Example 3: Using `onMixClick` to conditionally cancel operations - * var mixer = mixitup(containerEl, { - * callbacks: { - * onMixClick: function(state, originalEvent) { - * // Perform some conditional check: - * - * if (myApp.isLoading) { - * // By returning false, we can prevent the control click from triggering an operation. - * - * return false; - * } - * } - * } - * }); - * - * @name onMixClick - * @memberof mixitup.Config.callbacks - * @instance - * @type {function} - * @default null - */ - - this.onMixClick = null; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.ConfigCallbacks); - - mixitup.ConfigCallbacks.prototype = Object.create(mixitup.Base.prototype); - - mixitup.ConfigCallbacks.prototype.constructor = mixitup.ConfigCallbacks; - - /** - * A group of properties relating to clickable control elements. - * - * @constructor - * @memberof mixitup.Config - * @name controls - * @namespace - * @public - * @since 2.0.0 - */ - - mixitup.ConfigControls = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - /** - * A boolean dictating whether or not controls should be enabled for the mixer instance. - * - * If `true` (default behavior), MixItUp will search the DOM for any clickable elements with - * `data-filter`, `data-sort` or `data-toggle` attributes, and bind them for click events. - * - * If `false`, no click handlers will be bound, and all functionality must therefore be performed - * via the mixer's API methods. - * - * If you do not intend to use the default controls, setting this property to `false` will - * marginally improve the startup time of your mixer instance, and will also prevent any other active - * mixer instances in the DOM which are bound to controls from controlling the instance. - * - * @example Example: Disabling controls - * var mixer = mixitup(containerEl, { - * controls: { - * enable: false - * } - * }); - * - * // With the default controls disabled, we can only control - * // the mixer via its API methods, e.g.: - * - * mixer.filter('.cat-1'); - * - * @name enable - * @memberof mixitup.Config.controls - * @instance - * @type {boolean} - * @default true - */ - - this.enable = true; - - /** - * A boolean dictating whether or not to use event delegation when binding click events - * to the default controls. - * - * If `false` (default behavior), each control button in the DOM will be found and - * individually bound when a mixer is instantiated, with their corresponding actions - * cached for performance. - * - * If `true`, a single click handler will be applied to the `window` (or container element - see - * `config.controls.scope`), and any click events triggered by elements with `data-filter`, - * `data-sort` or `data-toggle` attributes present will be handled as they propagate upwards. - * - * If you require a user interface where control buttons may be added, removed, or changed during the - * lifetime of a mixer, `controls.live` should be set to `true`. There is a marginal but unavoidable - * performance deficit when using live controls, as the value of each control button must be read - * from the DOM in real time once the click event has propagated. - * - * @example Example: Setting live controls - * var mixer = mixitup(containerEl, { - * controls: { - * live: true - * } - * }); - * - * // Control buttons can now be added, remove and changed without breaking - * // the mixer's UI - * - * @name live - * @memberof mixitup.Config.controls - * @instance - * @type {boolean} - * @default true - */ - - this.live = false; - - /** - * A string dictating the "scope" to use when binding or querying the default controls. The available - * values are `'global'` or `'local'`. - * - * When set to `'global'` (default behavior), MixItUp will query the entire document for control buttons - * to bind, or delegate click events from (see `config.controls.live`). - * - * When set to `'local'`, MixItUp will only query (or bind click events to) its own container element. - * This may be desireable if you require multiple active mixer instances within the same document, with - * controls that would otherwise intefere with each other if scoped globally. - * - * Conversely, if you wish to control multiple instances with a single UI, you would create one - * set of controls and keep the controls scope of each mixer set to `global`. - * - * @example Example: Setting 'local' scoped controls - * var mixerOne = mixitup(containerOne, { - * controls: { - * scope: 'local' - * } - * }); - * - * var mixerTwo = mixitup(containerTwo, { - * controls: { - * scope: 'local' - * } - * }); - * - * // Both mixers can now exist within the same document with - * // isolated controls placed within their container elements. - * - * @name scope - * @memberof mixitup.Config.controls - * @instance - * @type {string} - * @default 'global' - */ - - this.scope = 'global'; // enum: ['local' ,'global'] - - /** - * A string dictating the type of logic to apply when concatenating the filter selectors of - * active toggle buttons (i.e. any clickable element with a `data-toggle` attribute). - * - * If set to `'or'` (default behavior), selectors will be concatenated together as - * a comma-seperated list. For example: - * - * `'.cat-1, .cat-2'` (shows any elements matching `'.cat-1'` OR `'.cat-2'`) - * - * If set to `'and'`, selectors will be directly concatenated together. For example: - * - * `'.cat-1.cat-2'` (shows any elements which match both `'.cat-1'` AND `'.cat-2'`) - * - * @example Example: Setting "and" toggle logic - * var mixer = mixitup(containerEl, { - * controls: { - * toggleLogic: 'and' - * } - * }); - * - * @name toggleLogic - * @memberof mixitup.Config.controls - * @instance - * @type {string} - * @default 'or' - */ - - this.toggleLogic = 'or'; // enum: ['or', 'and'] - - /** - * A string dictating the filter behavior when all toggles are inactive. - * - * When set to `'all'` (default behavior), *all* targets will be shown by default - * when no toggles are active, or at the moment all active toggles are toggled off. - * - * When set to `'none'`, no targets will be shown by default when no toggles are - * active, or at the moment all active toggles are toggled off. - * - * @example Example 1: Setting the default toggle behavior to `'all'` - * var mixer = mixitup(containerEl, { - * controls: { - * toggleDefault: 'all' - * } - * }); - * - * mixer.toggleOn('.cat-2') - * .then(function() { - * // Deactivate all active toggles - * - * return mixer.toggleOff('.cat-2') - * }) - * .then(function(state) { - * console.log(state.activeFilter.selector); // 'all' - * console.log(state.totalShow); // 12 - * }); - * - * @example Example 2: Setting the default toggle behavior to `'none'` - * var mixer = mixitup(containerEl, { - * controls: { - * toggleDefault: 'none' - * } - * }); - * - * mixer.toggleOn('.cat-2') - * .then(function() { - * // Deactivate all active toggles - * - * return mixer.toggleOff('.cat-2') - * }) - * .then(function(state) { - * console.log(state.activeFilter.selector); // 'none' - * console.log(state.totalShow); // 0 - * }); - * - * @name toggleDefault - * @memberof mixitup.Config.controls - * @instance - * @type {string} - * @default 'all' - */ - - this.toggleDefault = 'all'; // enum: ['all', 'none'] - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.ConfigControls); - - mixitup.ConfigControls.prototype = Object.create(mixitup.Base.prototype); - - mixitup.ConfigControls.prototype.constructor = mixitup.ConfigControls; - - /** - * A group of properties defining the output and structure of class names programmatically - * added to controls and containers to reflect the state of the mixer. - * - * Most commonly, class names are added to controls by MixItUp to indicate that - * the control is active so that it can be styled accordingly - `'mixitup-control-active'` by default. - * - * Using a "BEM" like structure, each classname is broken into the three parts: - * a block namespace (`'mixitup'`), an element name (e.g. `'control'`), and an optional modifier - * name (e.g. `'active'`) reflecting the state of the element. - * - * By default, each part of the classname is concatenated together using single hyphens as - * delineators, but this can be easily customised to match the naming convention and style of - * your project. - * - * @constructor - * @memberof mixitup.Config - * @name classNames - * @namespace - * @public - * @since 3.0.0 - */ - - mixitup.ConfigClassNames = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - /** - * The "block" portion, or top-level namespace added to the start of any class names created by MixItUp. - * - * @example Example 1: changing the `config.classNames.block` value - * var mixer = mixitup(containerEl, { - * classNames: { - * block: 'portfolio' - * } - * }); - * - * // Active control output: "portfolio-control-active" - * - * @example Example 2: Removing `config.classNames.block` - * var mixer = mixitup(containerEl, { - * classNames: { - * block: '' - * } - * }); - * - * // Active control output: "control-active" - * - * @name block - * @memberof mixitup.Config.classNames - * @instance - * @type {string} - * @default 'mixitup' - */ - - this.block = 'mixitup'; - - /** - * The "element" portion of the class name added to container. - * - * @name elementContainer - * @memberof mixitup.Config.classNames - * @instance - * @type {string} - * @default 'container' - */ - - this.elementContainer = 'container'; - - /** - * The "element" portion of the class name added to filter controls. - * - * By default, all filter, sort, multimix and toggle controls take the same element value of `'control'`, but - * each type's element value can be individually overwritten to match the unique classNames of your controls as needed. - * - * @example Example 1: changing the `config.classNames.elementFilter` value - * var mixer = mixitup(containerEl, { - * classNames: { - * elementFilter: 'filter' - * } - * }); - * - * // Active filter output: "mixitup-filter-active" - * - * @example Example 2: changing the `config.classNames.block` and `config.classNames.elementFilter` values - * var mixer = mixitup(containerEl, { - * classNames: { - * block: 'portfolio', - * elementFilter: 'filter' - * } - * }); - * - * // Active filter output: "portfolio-filter-active" - * - * @name elementFilter - * @memberof mixitup.Config.classNames - * @instance - * @type {string} - * @default 'control' - */ - - this.elementFilter = 'control'; - - /** - * The "element" portion of the class name added to sort controls. - * - * By default, all filter, sort, multimix and toggle controls take the same element value of `'control'`, but - * each type's element value can be individually overwritten to match the unique classNames of your controls as needed. - * - * @example Example 1: changing the `config.classNames.elementSort` value - * var mixer = mixitup(containerEl, { - * classNames: { - * elementSort: 'sort' - * } - * }); - * - * // Active sort output: "mixitup-sort-active" - * - * @example Example 2: changing the `config.classNames.block` and `config.classNames.elementSort` values - * var mixer = mixitup(containerEl, { - * classNames: { - * block: 'portfolio', - * elementSort: 'sort' - * } - * }); - * - * // Active sort output: "portfolio-sort-active" - * - * @name elementSort - * @memberof mixitup.Config.classNames - * @instance - * @type {string} - * @default 'control' - */ - - this.elementSort = 'control'; - - /** - * The "element" portion of the class name added to multimix controls. - * - * By default, all filter, sort, multimix and toggle controls take the same element value of `'control'`, but - * each type's element value can be individually overwritten to match the unique classNames of your controls as needed. - * - * @example Example 1: changing the `config.classNames.elementMultimix` value - * var mixer = mixitup(containerEl, { - * classNames: { - * elementMultimix: 'multimix' - * } - * }); - * - * // Active multimix output: "mixitup-multimix-active" - * - * @example Example 2: changing the `config.classNames.block` and `config.classNames.elementMultimix` values - * var mixer = mixitup(containerEl, { - * classNames: { - * block: 'portfolio', - * elementSort: 'multimix' - * } - * }); - * - * // Active multimix output: "portfolio-multimix-active" - * - * @name elementMultimix - * @memberof mixitup.Config.classNames - * @instance - * @type {string} - * @default 'control' - */ - - this.elementMultimix = 'control'; - - /** - * The "element" portion of the class name added to toggle controls. - * - * By default, all filter, sort, multimix and toggle controls take the same element value of `'control'`, but - * each type's element value can be individually overwritten to match the unique classNames of your controls as needed. - * - * @example Example 1: changing the `config.classNames.elementToggle` value - * var mixer = mixitup(containerEl, { - * classNames: { - * elementToggle: 'toggle' - * } - * }); - * - * // Active toggle output: "mixitup-toggle-active" - * - * @example Example 2: changing the `config.classNames.block` and `config.classNames.elementToggle` values - * var mixer = mixitup(containerEl, { - * classNames: { - * block: 'portfolio', - * elementToggle: 'toggle' - * } - * }); - * - * // Active toggle output: "portfolio-toggle-active" - * - * @name elementToggle - * @memberof mixitup.Config.classNames - * @instance - * @type {string} - * @default 'control' - */ - - this.elementToggle = 'control'; - - /** - * The "modifier" portion of the class name added to active controls. - * @name modifierActive - * @memberof mixitup.Config.classNames - * @instance - * @type {string} - * @default 'active' - */ - - this.modifierActive = 'active'; - - /** - * The "modifier" portion of the class name added to disabled controls. - * - * @name modifierDisabled - * @memberof mixitup.Config.classNames - * @instance - * @type {string} - * @default 'disabled' - */ - - this.modifierDisabled = 'disabled'; - - /** - * The "modifier" portion of the class name added to the container when in a "failed" state. - * - * @name modifierFailed - * @memberof mixitup.Config.classNames - * @instance - * @type {string} - * @default 'failed' - */ - - this.modifierFailed = 'failed'; - - /** - * The delineator used between the "block" and "element" portions of any class name added by MixItUp. - * - * If the block portion is ommited by setting it to an empty string, no delineator will be added. - * - * @example Example: changing the delineator to match BEM convention - * var mixer = mixitup(containerEl, { - * classNames: { - * delineatorElement: '__' - * } - * }); - * - * // example active control output: "mixitup__control-active" - * - * @name delineatorElement - * @memberof mixitup.Config.classNames - * @instance - * @type {string} - * @default '-' - */ - - this.delineatorElement = '-'; - - /** - * The delineator used between the "element" and "modifier" portions of any class name added by MixItUp. - * - * If the element portion is ommited by setting it to an empty string, no delineator will be added. - * - * @example Example: changing both delineators to match BEM convention - * var mixer = mixitup(containerEl, { - * classNames: { - * delineatorElement: '__' - * delineatorModifier: '--' - * } - * }); - * - * // Active control output: "mixitup__control--active" - * - * @name delineatorModifier - * @memberof mixitup.Config.classNames - * @instance - * @type {string} - * @default '-' - */ - - this.delineatorModifier = '-'; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.ConfigClassNames); - - mixitup.ConfigClassNames.prototype = Object.create(mixitup.Base.prototype); - - mixitup.ConfigClassNames.prototype.constructor = mixitup.ConfigClassNames; - - /** - * A group of properties relating to MixItUp's dataset API. - * - * @constructor - * @memberof mixitup.Config - * @name data - * @namespace - * @public - * @since 3.0.0 - */ - - mixitup.ConfigData = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - /** - * A string specifying the name of the key containing your data model's unique - * identifier (UID). To use the dataset API, a UID key must be specified and - * be present and unique on all objects in the dataset you provide to MixItUp. - * - * For example, if your dataset is made up of MongoDB documents, the UID - * key would be `'id'` or `'_id'`. - * - * @example Example: Setting the UID to `'id'` - * var mixer = mixitup(containerEl, { - * data: { - * uidKey: 'id' - * } - * }); - * - * @name uidKey - * @memberof mixitup.Config.data - * @instance - * @type {string} - * @default '' - */ - - this.uidKey = ''; - - /** - * A boolean dictating whether or not MixItUp should "dirty check" each object in - * your dataset for changes whenever `.dataset()` is called, and re-render any targets - * for which a change is found. - * - * Depending on the complexity of your data model, dirty checking can be expensive - * and is therefore disabled by default. - * - * NB: For changes to be detected, a new immutable instance of the edited model must be - * provided to mixitup, rather than manipulating properties on the existing instance. - * If your changes are a result of a DB write and read, you will most likely be calling - * `.dataset()` with a clean set of objects each time, so this will not be an issue. - * - * @example Example: Enabling dirty checking - * - * var myDataset = [ - * { - * id: 0, - * title: "Blog Post Title 0" - * ... - * }, - * { - * id: 1, - * title: "Blog Post Title 1" - * ... - * } - * ]; - * - * // Instantiate a mixer with a pre-loaded dataset, and a target renderer - * // function defined - * - * var mixer = mixitup(containerEl, { - * data: { - * uidKey: 'id', - * dirtyCheck: true - * }, - * load: { - * dataset: myDataset - * }, - * render: { - * target: function() { ... } - * } - * }); - * - * // For illustration, we will clone and edit the second object in the dataset. - * // NB: this would typically be done server-side in response to a DB update, - * and then re-queried via an API. - * - * myDataset[1] = Object.assign({}, myDataset[1]); - * - * myDataset[1].title = 'Blog Post Title 11'; - * - * mixer.dataset(myDataset) - * .then(function() { - * // the target with ID "1", will be re-rendered reflecting its new title - * }); - * - * @name dirtyCheck - * @memberof mixitup.Config.data - * @instance - * @type {boolean} - * @default false - */ - - this.dirtyCheck = false; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.ConfigData); - - mixitup.ConfigData.prototype = Object.create(mixitup.Base.prototype); - - mixitup.ConfigData.prototype.constructor = mixitup.ConfigData; - - /** - * A group of properties allowing the toggling of various debug features. - * - * @constructor - * @memberof mixitup.Config - * @name debug - * @namespace - * @public - * @since 3.0.0 - */ - - mixitup.ConfigDebug = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - /** - * A boolean dictating whether or not the mixer instance returned by the - * `mixitup()` factory function should expose private properties and methods. - * - * By default, mixer instances only expose their public API, but enabling - * debug mode will give you access to various mixer internals which may aid - * in debugging, or the authoring of extensions. - * - * @example Example: Enabling debug mode - * - * var mixer = mixitup(containerEl, { - * debug: { - * enable: true - * } - * }); - * - * // Private properties and methods will now be visible on the mixer instance: - * - * console.log(mixer); - * - * @name enable - * @memberof mixitup.Config.debug - * @instance - * @type {boolean} - * @default false - */ - - this.enable = false; - - /** - * A boolean dictating whether or not warnings should be shown when various - * common gotchas occur. - * - * Warnings are intended to provide insights during development when something - * occurs that is not a fatal, but may indicate an issue with your integration, - * and are therefore turned on by default. However, you may wish to disable - * them in production. - * - * @example Example 1: Disabling warnings - * - * var mixer = mixitup(containerEl, { - * debug: { - * showWarnings: false - * } - * }); - * - * @example Example 2: Disabling warnings based on environment - * - * var showWarnings = myAppConfig.environment === 'development' ? true : false; - * - * var mixer = mixitup(containerEl, { - * debug: { - * showWarnings: showWarnings - * } - * }); - * - * @name showWarnings - * @memberof mixitup.Config.debug - * @instance - * @type {boolean} - * @default true - */ - - this.showWarnings = true; - - /** - * Used for server-side testing only. - * - * @private - * @name fauxAsync - * @memberof mixitup.Config.debug - * @instance - * @type {boolean} - * @default false - */ - - this.fauxAsync = false; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.ConfigDebug); - - mixitup.ConfigDebug.prototype = Object.create(mixitup.Base.prototype); - - mixitup.ConfigDebug.prototype.constructor = mixitup.ConfigDebug; - - /** - * A group of properties relating to the layout of the container. - * - * @constructor - * @memberof mixitup.Config - * @name layout - * @namespace - * @public - * @since 3.0.0 - */ - - mixitup.ConfigLayout = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - /** - * A boolean dictating whether or not mixitup should query all descendants - * of the container for targets, or only immediate children. - * - * By default, mixitup will query all descendants matching the - * `selectors.target` selector when indexing targets upon instantiation. - * This allows for targets to be nested inside a sub-container which is - * useful when ring-fencing targets from locally scoped controls in your - * markup (see `controls.scope`). - * - * However, if you are building a more complex UI requiring the nesting - * of mixers within mixers, you will most likely want to limit targets to - * immediate children of the container by setting this property to `false`. - * - * @example Example: Restricting targets to immediate children - * - * var mixer = mixitup(containerEl, { - * layout: { - * allowNestedTargets: false - * } - * }); - * - * @name allowNestedTargets - * @memberof mixitup.Config.layout - * @instance - * @type {boolean} - * @default true - */ - - this.allowNestedTargets = true; - - /** - * A string specifying an optional class name to apply to the container when in - * its default state. - * - * By changing this class name or adding a class name to the container via the - * `.changeLayout()` API method, the CSS layout of the container can be changed, - * and MixItUp will attemp to gracefully animate the container and its targets - * between states. - * - * @example Example 1: Specifying a container class name - * - * var mixer = mixitup(containerEl, { - * layout: { - * containerClassName: 'grid' - * } - * }); - * - * @example Example 2: Changing the default class name with `.changeLayout()` - * - * var mixer = mixitup(containerEl, { - * layout: { - * containerClassName: 'grid' - * } - * }); - * - * mixer.changeLayout('list') - * .then(function(state) { - * console.log(state.activeContainerClass); // "list" - * }); - * - * @name containerClassName - * @memberof mixitup.Config.layout - * @instance - * @type {string} - * @default '' - */ - - this.containerClassName = ''; - - /** - * A reference to a non-target sibling element after which to insert targets - * when there are no targets in the container. - * - * @example Example: Setting a `siblingBefore` reference element - * - * var addButton = containerEl.querySelector('button'); - * - * var mixer = mixitup(containerEl, { - * layout: { - * siblingBefore: addButton - * } - * }); - * - * @name siblingBefore - * @memberof mixitup.Config.layout - * @instance - * @type {HTMLElement} - * @default null - */ - - this.siblingBefore = null; - - /** - * A reference to a non-target sibling element before which to insert targets - * when there are no targets in the container. - * - * @example Example: Setting an `siblingAfter` reference element - * - * var gap = containerEl.querySelector('.gap'); - * - * var mixer = mixitup(containerEl, { - * layout: { - * siblingAfter: gap - * } - * }); - * - * @name siblingAfter - * @memberof mixitup.Config.layout - * @instance - * @type {HTMLElement} - * @default null - */ - - this.siblingAfter = null; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.ConfigLayout); - - mixitup.ConfigLayout.prototype = Object.create(mixitup.Base.prototype); - - mixitup.ConfigLayout.prototype.constructor = mixitup.ConfigLayout; - - /** - * A group of properties defining the initial state of the mixer on load (instantiation). - * - * @constructor - * @memberof mixitup.Config - * @name load - * @namespace - * @public - * @since 2.0.0 - */ - - mixitup.ConfigLoad = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - /** - * A string defining any filtering to be statically applied to the mixer on load. - * As per the `.filter()` API, this can be any valid selector string, or the - * values `'all'` or `'none'`. - * - * @example Example 1: Defining an initial filter selector to be applied on load - * - * // The mixer will show only those targets matching '.category-a' on load. - * - * var mixer = mixitup(containerEl, { - * load: { - * filter: '.category-a' - * } - * }); - * - * @example Example 2: Hiding all targets on load - * - * // The mixer will show hide all targets on load. - * - * var mixer = mixitup(containerEl, { - * load: { - * filter: 'none' - * } - * }); - * - * @name filter - * @memberof mixitup.Config.load - * @instance - * @type {string} - * @default 'all' - */ - - this.filter = 'all'; - - /** - * A string defining any sorting to be statically applied to the mixer on load. - * As per the `.sort()` API, this should be a valid "sort string" made up of - * an attribute to sort by (or `'default'`) followed by an optional sorting - * order, or the value `'random'`; - * - * @example Example: Defining sorting to be applied on load - * - * // The mixer will sort the container by the value of the `data-published-date` - * // attribute, in descending order. - * - * var mixer = mixitup(containerEl, { - * load: { - * sort: 'published-date:desc' - * } - * }); - * - * @name sort - * @memberof mixitup.Config.load - * @instance - * @type {string} - * @default 'default:asc' - */ - - this.sort = 'default:asc'; - - /** - * An array of objects representing the underlying data of any pre-rendered targets, - * when using the `.dataset()` API. - * - * NB: If targets are pre-rendered when the mixer is instantiated, this must be set. - * - * @example Example: Defining the initial underyling dataset - * - * var myDataset = [ - * { - * id: 0, - * title: "Blog Post Title 0", - * ... - * }, - * { - * id: 1, - * title: "Blog Post Title 1", - * ... - * } - * ]; - * - * var mixer = mixitup(containerEl, { - * data: { - * uidKey: 'id' - * }, - * load: { - * dataset: myDataset - * } - * }); - * - * @name dataset - * @memberof mixitup.Config.load - * @instance - * @type {Array.} - * @default null - */ - - this.dataset = null; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.ConfigLoad); - - mixitup.ConfigLoad.prototype = Object.create(mixitup.Base.prototype); - - mixitup.ConfigLoad.prototype.constructor = mixitup.ConfigLoad; - - /** - * A group of properties defining the selectors used to query elements within a mixitup container. - * - * @constructor - * @memberof mixitup.Config - * @name selectors - * @namespace - * @public - * @since 3.0.0 - */ - - mixitup.ConfigSelectors = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - /** - * A selector string used to query and index target elements within the container. - * - * By default, the class selector `'.mix'` is used, but this can be changed to an - * attribute or element selector to match the style of your project. - * - * @example Example 1: Changing the target selector - * - * var mixer = mixitup(containerEl, { - * selectors: { - * target: '.portfolio-item' - * } - * }); - * - * @example Example 2: Using an attribute selector as a target selector - * - * // The mixer will search for any children with the attribute `data-ref="mix"` - * - * var mixer = mixitup(containerEl, { - * selectors: { - * target: '[data-ref="mix"]' - * } - * }); - * - * @name target - * @memberof mixitup.Config.selectors - * @instance - * @type {string} - * @default '.mix' - */ - - this.target = '.mix'; - - /** - * A optional selector string used to add further specificity to the querying of control elements, - * in addition to their mandatory data attribute (e.g. `data-filter`, `data-toggle`, `data-sort`). - * - * This can be used if other elements in your document must contain the above attributes - * (e.g. for use in third-party scripts), and would otherwise interfere with MixItUp. Adding - * an additional `control` selector of your choice allows MixItUp to restrict event handling - * to only those elements matching the defined selector. - * - * @name control - * @memberof mixitup.Config.selectors - * @instance - * @type {string} - * @default '' - * - * @example Example 1: Adding a `selectors.control` selector - * - * var mixer = mixitup(containerEl, { - * selectors: { - * control: '.mixitup-control' - * } - * }); - * - * // Will not be handled: - * // - * - * // Will be handled: - * // - */ - - this.control = ''; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.ConfigSelectors); - - mixitup.ConfigSelectors.prototype = Object.create(mixitup.Base.prototype); - - mixitup.ConfigSelectors.prototype.constructor = mixitup.ConfigSelectors; - - /** - * A group of optional render functions for creating and updating elements. - * - * All render functions receive a data object, and should return a valid HTML string. - * - * @constructor - * @memberof mixitup.Config - * @name render - * @namespace - * @public - * @since 3.0.0 - */ - - mixitup.ConfigRender = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - /** - * A function returning an HTML string representing a target element, or a reference to a - * single DOM element. - * - * The function is invoked as part of the `.dataset()` API, whenever a new item is added - * to the dataset, or an item in the dataset changes (if `dataset.dirtyCheck` is enabled). - * - * The function receives the relevant dataset item as its first parameter. - * - * @example Example 1: Using string concatenation - * - * var mixer = mixitup(containerEl, { - * render: { - * target: function(item) { - * return ( - * '<div class="mix">' + - * '<h2>' + item.title + '</h2>' + - * '</div>' - * ); - * } - * } - * }); - * - * @example Example 2: Using an ES2015 template literal - * - * var mixer = mixitup(containerEl, { - * render: { - * target: function(item) { - * return ( - * `<div class="mix"> - * <h2>${item.title}</h2> - * </div>` - * ); - * } - * } - * }); - * - * @example Example 3: Using a Handlebars template - * - * var targetTemplate = Handlebars.compile('<div class="mix"><h2>{{title}}</h2></div>'); - * - * var mixer = mixitup(containerEl, { - * render: { - * target: targetTemplate - * } - * }); - * - * @example Example 4: Returning a DOM element - * - * var mixer = mixitup(containerEl, { - * render: { - * target: function(item) { - * // Create a single element using your framework's built-in renderer - * - * var el = ... - * - * return el; - * } - * } - * }); - * - * @name target - * @memberof mixitup.Config.render - * @instance - * @type {function} - * @default 'null' - */ - - this.target = null; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.ConfigRender); - - mixitup.ConfigRender.prototype = Object.create(mixitup.Base.prototype); - - mixitup.ConfigRender.prototype.constructor = mixitup.ConfigRender; - - /** - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.ConfigTemplates = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.ConfigTemplates); - - mixitup.ConfigTemplates.prototype = Object.create(mixitup.Base.prototype); - - mixitup.ConfigTemplates.prototype.constructor = mixitup.ConfigTemplates; - - /** - * `mixitup.Config` is an interface used for customising the functionality of a - * mixer instance. It is organised into several semantically distinct sub-objects, - * each one pertaining to a particular aspect of MixItUp functionality. - * - * An object literal containing any or all of the available properies, - * known as the "configuration object", can be passed as the second parameter to - * the `mixitup` factory function when creating a mixer instance to customise its - * functionality as needed. - * - * If no configuration object is passed, the mixer instance will take on the default - * configuration values detailed below. - * - * @example Example 1: Creating and passing the configuration object - * // Create a configuration object with desired values - * - * var config = { - * animation: { - * enable: false - * }, - * selectors: { - * target: '.item' - * } - * }; - * - * // Pass the configuration object to the mixitup factory function - * - * var mixer = mixitup(containerEl, config); - * - * @example Example 2: Passing the configuration object inline - * // Typically, the configuration object is passed inline for brevity. - * - * var mixer = mixitup(containerEl, { - * controls: { - * live: true, - * toggleLogic: 'and' - * } - * }); - * - * - * @constructor - * @memberof mixitup - * @namespace - * @public - * @since 2.0.0 - */ - - mixitup.Config = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.animation = new mixitup.ConfigAnimation(); - this.behavior = new mixitup.ConfigBehavior(); - this.callbacks = new mixitup.ConfigCallbacks(); - this.controls = new mixitup.ConfigControls(); - this.classNames = new mixitup.ConfigClassNames(); - this.data = new mixitup.ConfigData(); - this.debug = new mixitup.ConfigDebug(); - this.layout = new mixitup.ConfigLayout(); - this.load = new mixitup.ConfigLoad(); - this.selectors = new mixitup.ConfigSelectors(); - this.render = new mixitup.ConfigRender(); - this.templates = new mixitup.ConfigTemplates(); - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.Config); - - mixitup.Config.prototype = Object.create(mixitup.Base.prototype); - - mixitup.Config.prototype.constructor = mixitup.Config; - - /** - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.MixerDom = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.document = null; - this.body = null; - this.container = null; - this.parent = null; - this.targets = []; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.MixerDom); - - mixitup.MixerDom.prototype = Object.create(mixitup.Base.prototype); - - mixitup.MixerDom.prototype.constructor = mixitup.MixerDom; - - /** - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.UiClassNames = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.base = ''; - this.active = ''; - this.disabled = ''; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.UiClassNames); - - mixitup.UiClassNames.prototype = Object.create(mixitup.Base.prototype); - - mixitup.UiClassNames.prototype.constructor = mixitup.UiClassNames; - - /** - * An object into which all arbitrary arguments sent to '.dataset()' are mapped. - * - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.CommandDataset = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.dataset = null; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.CommandDataset); - - mixitup.CommandDataset.prototype = Object.create(mixitup.Base.prototype); - - mixitup.CommandDataset.prototype.constructor = mixitup.CommandDataset; - - /** - * An object into which all arbitrary arguments sent to '.multimix()' are mapped. - * - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.CommandMultimix = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.filter = null; - this.sort = null; - this.insert = null; - this.remove = null; - this.changeLayout = null; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.CommandMultimix); - - mixitup.CommandMultimix.prototype = Object.create(mixitup.Base.prototype); - - mixitup.CommandMultimix.prototype.constructor = mixitup.CommandMultimix; - - /** - * An object into which all arbitrary arguments sent to '.filter()' are mapped. - * - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.CommandFilter = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.selector = ''; - this.collection = null; - this.action = 'show'; // enum: ['show', 'hide'] - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.CommandFilter); - - mixitup.CommandFilter.prototype = Object.create(mixitup.Base.prototype); - - mixitup.CommandFilter.prototype.constructor = mixitup.CommandFilter; - - /** - * An object into which all arbitrary arguments sent to '.sort()' are mapped. - * - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.CommandSort = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.sortString = ''; - this.attribute = ''; - this.order = 'asc'; - this.collection = null; - this.next = null; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.CommandSort); - - mixitup.CommandSort.prototype = Object.create(mixitup.Base.prototype); - - mixitup.CommandSort.prototype.constructor = mixitup.CommandSort; - - /** - * An object into which all arbitrary arguments sent to '.insert()' are mapped. - * - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.CommandInsert = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.index = 0; - this.collection = []; - this.position = 'before'; // enum: ['before', 'after'] - this.sibling = null; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.CommandInsert); - - mixitup.CommandInsert.prototype = Object.create(mixitup.Base.prototype); - - mixitup.CommandInsert.prototype.constructor = mixitup.CommandInsert; - - /** - * An object into which all arbitrary arguments sent to '.remove()' are mapped. - * - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.CommandRemove = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.targets = []; - this.collection = []; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.CommandRemove); - - mixitup.CommandRemove.prototype = Object.create(mixitup.Base.prototype); - - mixitup.CommandRemove.prototype.constructor = mixitup.CommandRemove; - - /** - * An object into which all arbitrary arguments sent to '.changeLayout()' are mapped. - * - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.CommandChangeLayout = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.containerClassName = ''; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.CommandChangeLayout); - - mixitup.CommandChangeLayout.prototype = Object.create(mixitup.Base.prototype); - - mixitup.CommandChangeLayout.prototype.constructor = mixitup.CommandChangeLayout; - - /** - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - * @param {string} type - * @param {string} selector - * @param {boolean} [live] - * @param {string} [parent] - * An optional string representing the name of the mixer.dom property containing a reference to a parent element. - */ - - mixitup.ControlDefinition = function(type, selector, live, parent) { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.type = type; - this.selector = selector; - this.live = live || false; - this.parent = parent || ''; - - this.callActions('afterConstruct'); - - h.freeze(this); - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.ControlDefinition); - - mixitup.ControlDefinition.prototype = Object.create(mixitup.Base.prototype); - - mixitup.ControlDefinition.prototype.constructor = mixitup.ControlDefinition; - - mixitup.controlDefinitions = []; - - mixitup.controlDefinitions.push(new mixitup.ControlDefinition('multimix', '[data-filter][data-sort]')); - mixitup.controlDefinitions.push(new mixitup.ControlDefinition('filter', '[data-filter]')); - mixitup.controlDefinitions.push(new mixitup.ControlDefinition('sort', '[data-sort]')); - mixitup.controlDefinitions.push(new mixitup.ControlDefinition('toggle', '[data-toggle]')); - - /** - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.Control = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.el = null; - this.selector = ''; - this.bound = []; - this.pending = -1; - this.type = ''; - this.status = 'inactive'; // enum: ['inactive', 'active', 'disabled', 'live'] - this.filter = ''; - this.sort = ''; - this.canDisable = false; - this.handler = null; - this.classNames = new mixitup.UiClassNames(); - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.Control); - - mixitup.Control.prototype = Object.create(mixitup.Base.prototype); - - h.extend(mixitup.Control.prototype, - /** @lends mixitup.Control */ - { - constructor: mixitup.Control, - - /** - * @private - * @param {HTMLElement} el - * @param {string} type - * @param {string} selector - */ - - init: function(el, type, selector) { - var self = this; - - this.callActions('beforeInit', arguments); - - self.el = el; - self.type = type; - self.selector = selector; - - if (self.selector) { - self.status = 'live'; - } else { - self.canDisable = typeof self.el.disable === 'boolean'; - - switch (self.type) { - case 'filter': - self.filter = self.el.getAttribute('data-filter'); - - break; - case 'toggle': - self.filter = self.el.getAttribute('data-toggle'); - - break; - case 'sort': - self.sort = self.el.getAttribute('data-sort'); - - break; - case 'multimix': - self.filter = self.el.getAttribute('data-filter'); - self.sort = self.el.getAttribute('data-sort'); - - break; - } - } - - self.bindClick(); - - mixitup.controls.push(self); - - this.callActions('afterInit', arguments); - }, - - /** - * @private - * @param {mixitup.Mixer} mixer - * @return {boolean} - */ - - isBound: function(mixer) { - var self = this, - isBound = false; - - this.callActions('beforeIsBound', arguments); - - isBound = self.bound.indexOf(mixer) > -1; - - return self.callFilters('afterIsBound', isBound, arguments); - }, - - /** - * @private - * @param {mixitup.Mixer} mixer - * @return {void} - */ - - addBinding: function(mixer) { - var self = this; - - this.callActions('beforeAddBinding', arguments); - - if (!self.isBound()) { - self.bound.push(mixer); - } - - this.callActions('afterAddBinding', arguments); - }, - - /** - * @private - * @param {mixitup.Mixer} mixer - * @return {void} - */ - - removeBinding: function(mixer) { - var self = this, - removeIndex = -1; - - this.callActions('beforeRemoveBinding', arguments); - - if ((removeIndex = self.bound.indexOf(mixer)) > -1) { - self.bound.splice(removeIndex, 1); - } - - if (self.bound.length < 1) { - // No bindings exist, unbind event click handlers - - self.unbindClick(); - - // Remove from `mixitup.controls` list - - removeIndex = mixitup.controls.indexOf(self); - - mixitup.controls.splice(removeIndex, 1); - - if (self.status === 'active') { - self.renderStatus(self.el, 'inactive'); - } - } - - this.callActions('afterRemoveBinding', arguments); - }, - - /** - * @private - * @return {void} - */ - - bindClick: function() { - var self = this; - - this.callActions('beforeBindClick', arguments); - - self.handler = function(e) { - self.handleClick(e); - }; - - h.on(self.el, 'click', self.handler); - - this.callActions('afterBindClick', arguments); - }, - - /** - * @private - * @return {void} - */ - - unbindClick: function() { - var self = this; - - this.callActions('beforeUnbindClick', arguments); - - h.off(self.el, 'click', self.handler); - - self.handler = null; - - this.callActions('afterUnbindClick', arguments); - }, - - /** - * @private - * @param {MouseEvent} e - * @return {void} - */ - - handleClick: function(e) { - var self = this, - button = null, - mixer = null, - isActive = false, - returnValue = void(0), - command = {}, - clone = null, - commands = [], - i = -1; - - this.callActions('beforeHandleClick', arguments); - - this.pending = 0; - - mixer = self.bound[0]; - - if (!self.selector) { - button = self.el; - } else { - button = h.closestParent(e.target, mixer.config.selectors.control + self.selector, true, mixer.dom.document); - } - - if (!button) { - self.callActions('afterHandleClick', arguments); - - return; - } - - switch (self.type) { - case 'filter': - command.filter = self.filter || button.getAttribute('data-filter'); - - break; - case 'sort': - command.sort = self.sort || button.getAttribute('data-sort'); - - break; - case 'multimix': - command.filter = self.filter || button.getAttribute('data-filter'); - command.sort = self.sort || button.getAttribute('data-sort'); - - break; - case 'toggle': - command.filter = self.filter || button.getAttribute('data-toggle'); - - if (self.status === 'live') { - isActive = h.hasClass(button, self.classNames.active); - } else { - isActive = self.status === 'active'; - } - - break; - } - - for (i = 0; i < self.bound.length; i++) { - // Create a clone of the command for each bound mixer instance - - clone = new mixitup.CommandMultimix(); - - h.extend(clone, command); - - commands.push(clone); - } - - commands = self.callFilters('commandsHandleClick', commands, arguments); - - self.pending = self.bound.length; - - for (i = 0; mixer = self.bound[i]; i++) { - command = commands[i]; - - if (!command) { - // An extension may set a command null to indicate that the click should not be handled - - continue; - } - - if (!mixer.lastClicked) { - mixer.lastClicked = button; - } - - mixitup.events.fire('mixClick', mixer.dom.container, { - state: mixer.state, - instance: mixer, - originalEvent: e, - control: mixer.lastClicked - }, mixer.dom.document); - - if (typeof mixer.config.callbacks.onMixClick === 'function') { - returnValue = mixer.config.callbacks.onMixClick.call(mixer.lastClicked, mixer.state, e, mixer); - - if (returnValue === false) { - // User has returned `false` from the callback, so do not handle click - - continue; - } - } - - if (self.type === 'toggle') { - isActive ? mixer.toggleOff(command.filter) : mixer.toggleOn(command.filter); - } else { - mixer.multimix(command); - } - } - - this.callActions('afterHandleClick', arguments); - }, - - /** - * @param {object} command - * @param {Array} toggleArray - * @return {void} - */ - - update: function(command, toggleArray) { - var self = this, - actions = new mixitup.CommandMultimix(); - - self.callActions('beforeUpdate', arguments); - - self.pending--; - - self.pending = Math.max(0, self.pending); - - if (self.pending > 0) return; - - if (self.status === 'live') { - // Live control (status unknown) - - self.updateLive(command, toggleArray); - } else { - // Static control - - actions.sort = self.sort; - actions.filter = self.filter; - - self.callFilters('actionsUpdate', actions, arguments); - - self.parseStatusChange(self.el, command, actions, toggleArray); - } - - self.callActions('afterUpdate', arguments); - }, - - /** - * @param {mixitup.CommandMultimix} command - * @param {Array} toggleArray - * @return {void} - */ - - updateLive: function(command, toggleArray) { - var self = this, - controlButtons = null, - actions = null, - button = null, - i = -1; - - self.callActions('beforeUpdateLive', arguments); - - if (!self.el) return; - - controlButtons = self.el.querySelectorAll(self.selector); - - for (i = 0; button = controlButtons[i]; i++) { - actions = new mixitup.CommandMultimix(); - - switch (self.type) { - case 'filter': - actions.filter = button.getAttribute('data-filter'); - - break; - case 'sort': - actions.sort = button.getAttribute('data-sort'); - - break; - case 'multimix': - actions.filter = button.getAttribute('data-filter'); - actions.sort = button.getAttribute('data-sort'); - - break; - case 'toggle': - actions.filter = button.getAttribute('data-toggle'); - - break; - } - - actions = self.callFilters('actionsUpdateLive', actions, arguments); - - self.parseStatusChange(button, command, actions, toggleArray); - } - - self.callActions('afterUpdateLive', arguments); - }, - - /** - * @param {HTMLElement} button - * @param {mixitup.CommandMultimix} command - * @param {mixitup.CommandMultimix} actions - * @param {Array} toggleArray - * @return {void} - */ - - parseStatusChange: function(button, command, actions, toggleArray) { - var self = this, - alias = '', - toggle = '', - i = -1; - - self.callActions('beforeParseStatusChange', arguments); - - switch (self.type) { - case 'filter': - if (command.filter === actions.filter) { - self.renderStatus(button, 'active'); - } else { - self.renderStatus(button, 'inactive'); - } - - break; - case 'multimix': - if (command.sort === actions.sort && command.filter === actions.filter) { - self.renderStatus(button, 'active'); - } else { - self.renderStatus(button, 'inactive'); - } - - break; - case 'sort': - if (command.sort.match(/:asc/g)) { - alias = command.sort.replace(/:asc/g, ''); - } - - if (command.sort === actions.sort || alias === actions.sort) { - self.renderStatus(button, 'active'); - } else { - self.renderStatus(button, 'inactive'); - } - - break; - case 'toggle': - if (toggleArray.length < 1) self.renderStatus(button, 'inactive'); - - if (command.filter === actions.filter) { - self.renderStatus(button, 'active'); - } - - for (i = 0; i < toggleArray.length; i++) { - toggle = toggleArray[i]; - - if (toggle === actions.filter) { - // Button matches one active toggle - - self.renderStatus(button, 'active'); - - break; - } - - self.renderStatus(button, 'inactive'); - } - - break; - } - - self.callActions('afterParseStatusChange', arguments); - }, - - /** - * @param {HTMLElement} button - * @param {string} status - * @return {void} - */ - - renderStatus: function(button, status) { - var self = this; - - self.callActions('beforeRenderStatus', arguments); - - switch (status) { - case 'active': - h.addClass(button, self.classNames.active); - h.removeClass(button, self.classNames.disabled); - - if (self.canDisable) self.el.disabled = false; - - break; - case 'inactive': - h.removeClass(button, self.classNames.active); - h.removeClass(button, self.classNames.disabled); - - if (self.canDisable) self.el.disabled = false; - - break; - case 'disabled': - if (self.canDisable) self.el.disabled = true; - - h.addClass(button, self.classNames.disabled); - h.removeClass(button, self.classNames.active); - - break; - } - - if (self.status !== 'live') { - // Update the control's status propery if not live - - self.status = status; - } - - self.callActions('afterRenderStatus', arguments); - } - }); - - mixitup.controls = []; - - /** - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.StyleData = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.x = 0; - this.y = 0; - this.top = 0; - this.right = 0; - this.bottom = 0; - this.left = 0; - this.width = 0; - this.height = 0; - this.marginRight = 0; - this.marginBottom = 0; - this.opacity = 0; - this.scale = new mixitup.TransformData(); - this.translateX = new mixitup.TransformData(); - this.translateY = new mixitup.TransformData(); - this.translateZ = new mixitup.TransformData(); - this.rotateX = new mixitup.TransformData(); - this.rotateY = new mixitup.TransformData(); - this.rotateZ = new mixitup.TransformData(); - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.StyleData); - - mixitup.StyleData.prototype = Object.create(mixitup.Base.prototype); - - mixitup.StyleData.prototype.constructor = mixitup.StyleData; - - /** - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.TransformData = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.value = 0; - this.unit = ''; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.TransformData); - - mixitup.TransformData.prototype = Object.create(mixitup.Base.prototype); - - mixitup.TransformData.prototype.constructor = mixitup.TransformData; - - /** - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.TransformDefaults = function() { - mixitup.StyleData.apply(this); - - this.callActions('beforeConstruct'); - - this.scale.value = 0.01; - this.scale.unit = ''; - - this.translateX.value = 20; - this.translateX.unit = 'px'; - - this.translateY.value = 20; - this.translateY.unit = 'px'; - - this.translateZ.value = 20; - this.translateZ.unit = 'px'; - - this.rotateX.value = 90; - this.rotateX.unit = 'deg'; - - this.rotateY.value = 90; - this.rotateY.unit = 'deg'; - - this.rotateX.value = 90; - this.rotateX.unit = 'deg'; - - this.rotateZ.value = 180; - this.rotateZ.unit = 'deg'; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.TransformDefaults); - - mixitup.TransformDefaults.prototype = Object.create(mixitup.StyleData.prototype); - - mixitup.TransformDefaults.prototype.constructor = mixitup.TransformDefaults; - - /** - * @private - * @static - * @since 3.0.0 - * @type {mixitup.TransformDefaults} - */ - - mixitup.transformDefaults = new mixitup.TransformDefaults(); - - /** - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.EventDetail = function() { - this.state = null; - this.futureState = null; - this.instance = null; - this.originalEvent = null; - }; - - /** - * The `mixitup.Events` class contains all custom events dispatched by MixItUp at various - * points within the lifecycle of a mixer operation. - * - * Each event is analogous to the callback function of the same name defined in - * the `callbacks` configuration object, and is triggered immediately before it. - * - * Events are always triggered from the container element on which MixItUp is instantiated - * upon. - * - * As with any event, registered event handlers receive the event object as a parameter - * which includes a `detail` property containting references to the current `state`, - * the `mixer` instance, and other event-specific properties described below. - * - * @constructor - * @namespace - * @memberof mixitup - * @public - * @since 3.0.0 - */ - - mixitup.Events = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - /** - * A custom event triggered immediately after any MixItUp operation is requested - * and before animations have begun. - * - * The `mixStart` event also exposes a `futureState` property via the - * `event.detail` object, which represents the final state of the mixer once - * the requested operation has completed. - * - * @name mixStart - * @memberof mixitup.Events - * @static - * @type {CustomEvent} - */ - - this.mixStart = null; - - /** - * A custom event triggered when a MixItUp operation is requested while another - * operation is in progress, and the animation queue is full, or queueing - * is disabled. - * - * @name mixBusy - * @memberof mixitup.Events - * @static - * @type {CustomEvent} - */ - - this.mixBusy = null; - - /** - * A custom event triggered after any MixItUp operation has completed, and the - * state has been updated. - * - * @name mixEnd - * @memberof mixitup.Events - * @static - * @type {CustomEvent} - */ - - this.mixEnd = null; - - /** - * A custom event triggered whenever a filter operation "fails", i.e. no targets - * could be found matching the requested filter. - * - * @name mixFail - * @memberof mixitup.Events - * @static - * @type {CustomEvent} - */ - - this.mixFail = null; - - /** - * A custom event triggered whenever a MixItUp control is clicked, and before its - * respective operation is requested. - * - * This event also exposes an `originalEvent` property via the `event.detail` - * object, which holds a reference to the original click event. - * - * @name mixClick - * @memberof mixitup.Events - * @static - * @type {CustomEvent} - */ - - this.mixClick = null; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.Events); - - mixitup.Events.prototype = Object.create(mixitup.Base.prototype); - - mixitup.Events.prototype.constructor = mixitup.Events; - - /** - * @private - * @param {string} eventType - * @param {Element} el - * @param {object} detail - * @param {Document} [doc] - */ - - mixitup.Events.prototype.fire = function(eventType, el, detail, doc) { - var self = this, - event = null, - eventDetail = new mixitup.EventDetail(); - - self.callActions('beforeFire', arguments); - - if (typeof self[eventType] === 'undefined') { - throw new Error('Event type "' + eventType + '" not found.'); - } - - eventDetail.state = new mixitup.State(); - - h.extend(eventDetail.state, detail.state); - - if (detail.futureState) { - eventDetail.futureState = new mixitup.State(); - - h.extend(eventDetail.futureState, detail.futureState); - } - - eventDetail.instance = detail.instance; - - if (detail.originalEvent) { - eventDetail.originalEvent = detail.originalEvent; - } - - event = h.getCustomEvent(eventType, eventDetail, doc); - - self.callFilters('eventFire', event, arguments); - - el.dispatchEvent(event); - }; - - // Asign a singleton instance to `mixitup.events`: - - mixitup.events = new mixitup.Events(); - - /** - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.QueueItem = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.args = []; - this.instruction = null; - this.triggerElement = null; - this.deferred = null; - this.isToggling = false; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.QueueItem); - - mixitup.QueueItem.prototype = Object.create(mixitup.Base.prototype); - - mixitup.QueueItem.prototype.constructor = mixitup.QueueItem; - - /** - * The `mixitup.Mixer` class is used to hold discreet, user-configured - * instances of MixItUp on a provided container element. - * - * Mixer instances are returned whenever the `mixitup()` factory function is called, - * which expose a range of methods enabling API-based filtering, sorting, - * insertion, removal and more. - * - * @constructor - * @namespace - * @memberof mixitup - * @public - * @since 3.0.0 - */ - - mixitup.Mixer = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.config = new mixitup.Config(); - - this.id = ''; - - this.isBusy = false; - this.isToggling = false; - this.incPadding = true; - - this.controls = []; - this.targets = []; - this.origOrder = []; - this.cache = {}; - - this.toggleArray = []; - - this.targetsMoved = 0; - this.targetsImmovable = 0; - this.targetsBound = 0; - this.targetsDone = 0; - - this.staggerDuration = 0; - this.effectsIn = null; - this.effectsOut = null; - this.transformIn = []; - this.transformOut = []; - this.queue = []; - - this.state = null; - this.lastOperation = null; - this.lastClicked = null; - this.userCallback = null; - this.userDeferred = null; - - this.dom = new mixitup.MixerDom(); - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.Mixer); - - mixitup.Mixer.prototype = Object.create(mixitup.Base.prototype); - - h.extend(mixitup.Mixer.prototype, - /** @lends mixitup.Mixer */ - { - constructor: mixitup.Mixer, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {HTMLElement} container - * @param {HTMLElement} document - * @param {string} id - * @param {object} [config] - */ - - attach: function(container, document, id, config) { - var self = this, - target = null, - i = -1; - - self.callActions('beforeAttach', arguments); - - self.id = id; - - if (config) { - h.extend(self.config, config, true, true); - } - - self.sanitizeConfig(); - - self.cacheDom(container, document); - - if (self.config.layout.containerClassName) { - h.addClass(self.dom.container, self.config.layout.containerClassName); - } - - if (!mixitup.features.has.transitions) { - self.config.animation.enable = false; - } - - if (typeof window.console === 'undefined') { - self.config.debug.showWarnings = false; - } - - if (self.config.data.uidKey) { - // If the dataset API is in use, force disable controls - - self.config.controls.enable = false; - } - - self.indexTargets(); - - self.state = self.getInitialState(); - - for (i = 0; target = self.lastOperation.toHide[i]; i++) { - target.hide(); - } - - if (self.config.controls.enable) { - self.initControls(); - - self.buildToggleArray(null, self.state); - - self.updateControls({ - filter: self.state.activeFilter, - sort: self.state.activeSort - }); - } - - self.parseEffects(); - - self.callActions('afterAttach', arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @return {void} - */ - - sanitizeConfig: function() { - var self = this; - - self.callActions('beforeSanitizeConfig', arguments); - - // Sanitize enum/string config options - - self.config.controls.scope = self.config.controls.scope.toLowerCase().trim(); - self.config.controls.toggleLogic = self.config.controls.toggleLogic.toLowerCase().trim(); - self.config.controls.toggleDefault = self.config.controls.toggleDefault.toLowerCase().trim(); - - self.config.animation.effects = self.config.animation.effects.trim(); - - self.callActions('afterSanitizeConfig', arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @return {mixitup.State} - */ - - getInitialState: function() { - var self = this, - state = new mixitup.State(), - operation = new mixitup.Operation(); - - self.callActions('beforeGetInitialState', arguments); - - // Map initial values into a mock state object in order to construct an operation - - state.activeContainerClassName = self.config.layout.containerClassName; - - if (self.config.load.dataset) { - // Dataset API - - if (!self.config.data.uidKey || typeof self.config.data.uidKey !== 'string') { - throw new TypeError(mixitup.messages.errorConfigDataUidKeyNotSet()); - } - - operation.startDataset = operation.newDataset = state.activeDataset = self.config.load.dataset.slice(); - operation.startContainerClassName = operation.newContainerClassName = state.activeContainerClassName; - operation.show = self.targets.slice(); - - state = self.callFilters('stateGetInitialState', state, arguments); - } else { - // DOM API - - state.activeFilter = self.parseFilterArgs([self.config.load.filter]).command; - state.activeSort = self.parseSortArgs([self.config.load.sort]).command; - state.totalTargets = self.targets.length; - - state = self.callFilters('stateGetInitialState', state, arguments); - - if ( - state.activeSort.collection || state.activeSort.attribute || - state.activeSort.order === 'random' || state.activeSort.order === 'desc' - ) { - // Sorting on load - - operation.newSort = state.activeSort; - - self.sortOperation(operation); - - self.printSort(false, operation); - - self.targets = operation.newOrder; - } else { - operation.startOrder = operation.newOrder = self.targets; - } - - operation.startFilter = operation.newFilter = state.activeFilter; - operation.startSort = operation.newSort = state.activeSort; - operation.startContainerClassName = operation.newContainerClassName = state.activeContainerClassName; - - if (operation.newFilter.selector === 'all') { - operation.newFilter.selector = self.config.selectors.target; - } else if (operation.newFilter.selector === 'none') { - operation.newFilter.selector = ''; - } - } - - operation = self.callFilters('operationGetInitialState', operation, [state]); - - self.lastOperation = operation; - - if (operation.newFilter) { - self.filterOperation(operation); - } - - state = self.buildState(operation); - - return state; - }, - - /** - * Caches references of DOM elements neccessary for the mixer's functionality. - * - * @private - * @instance - * @since 3.0.0 - * @param {HTMLElement} el - * @param {HTMLHtmlElement} document - * @return {void} - */ - - cacheDom: function(el, document) { - var self = this; - - self.callActions('beforeCacheDom', arguments); - - self.dom.document = document; - self.dom.body = self.dom.document.querySelector('body'); - self.dom.container = el; - self.dom.parent = el; - - self.callActions('afterCacheDom', arguments); - }, - - /** - * Indexes all child elements of the mixer matching the `selectors.target` - * selector, instantiating a mixitup.Target for each one. - * - * @private - * @instance - * @since 3.0.0 - * @return {void} - */ - - indexTargets: function() { - var self = this, - target = null, - el = null, - dataset = null, - i = -1; - - self.callActions('beforeIndexTargets', arguments); - - self.dom.targets = self.config.layout.allowNestedTargets ? - self.dom.container.querySelectorAll(self.config.selectors.target) : - h.children(self.dom.container, self.config.selectors.target, self.dom.document); - - self.dom.targets = h.arrayFromList(self.dom.targets); - - self.targets = []; - - if ((dataset = self.config.load.dataset) && dataset.length !== self.dom.targets.length) { - throw new Error(mixitup.messages.errorDatasetPrerenderedMismatch()); - } - - if (self.dom.targets.length) { - for (i = 0; el = self.dom.targets[i]; i++) { - target = new mixitup.Target(); - - target.init(el, self, dataset ? dataset[i] : void(0)); - - target.isInDom = true; - - self.targets.push(target); - } - - self.dom.parent = self.dom.targets[0].parentElement === self.dom.container ? - self.dom.container : - self.dom.targets[0].parentElement; - } - - self.origOrder = self.targets; - - self.callActions('afterIndexTargets', arguments); - }, - - initControls: function() { - var self = this, - definition = '', - controlElements = null, - el = null, - parent = null, - delagators = null, - control = null, - i = -1, - j = -1; - - self.callActions('beforeInitControls', arguments); - - switch (self.config.controls.scope) { - case 'local': - parent = self.dom.container; - - break; - case 'global': - parent = self.dom.document; - - break; - default: - throw new Error(mixitup.messages.errorConfigInvalidControlsScope()); - } - - for (i = 0; definition = mixitup.controlDefinitions[i]; i++) { - if (self.config.controls.live || definition.live) { - if (definition.parent) { - delagators = self.dom[definition.parent]; - - if (!delagators || delagators.length < 0) continue; - - if (typeof delagators.length !== 'number') { - delagators = [delagators]; - } - } else { - delagators = [parent]; - } - - for (j = 0; (el = delagators[j]); j++) { - control = self.getControl(el, definition.type, definition.selector); - - self.controls.push(control); - } - } else { - controlElements = parent.querySelectorAll(self.config.selectors.control + definition.selector); - - for (j = 0; (el = controlElements[j]); j++) { - control = self.getControl(el, definition.type, ''); - - if (!control) continue; - - self.controls.push(control); - } - } - } - - self.callActions('afterInitControls', arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {HTMLElement} el - * @param {string} type - * @param {string} selector - * @return {mixitup.Control|null} - */ - - getControl: function(el, type, selector) { - var self = this, - control = null, - i = -1; - - self.callActions('beforeGetControl', arguments); - - if (!selector) { - // Static controls only - - for (i = 0; control = mixitup.controls[i]; i++) { - if (control.el === el && control.isBound(self)) { - // Control already bound to this mixer (as another type). - - // NB: This prevents duplicate controls from being registered where a selector - // might collide, eg: "[data-filter]" and "[data-filter][data-sort]" - - return self.callFilters('controlGetControl', null, arguments); - } else if (control.el === el && control.type === type && control.selector === selector) { - // Another mixer is already using this control, add this mixer as a binding - - control.addBinding(self); - - return self.callFilters('controlGetControl', control, arguments); - } - } - } - - // Create new control - - control = new mixitup.Control(); - - control.init(el, type, selector); - - control.classNames.base = h.getClassname(self.config.classNames, type); - control.classNames.active = h.getClassname(self.config.classNames, type, self.config.classNames.modifierActive); - control.classNames.disabled = h.getClassname(self.config.classNames, type, self.config.classNames.modifierDisabled); - - // Add a reference to this mixer as a binding - - control.addBinding(self); - - return self.callFilters('controlGetControl', control, arguments); - }, - - /** - * Creates a compound selector by joining the `toggleArray` value as per the - * defined toggle logic. - * - * @private - * @instance - * @since 3.0.0 - * @return {string} - */ - - getToggleSelector: function() { - var self = this, - delineator = self.config.controls.toggleLogic === 'or' ? ', ' : '', - toggleSelector = ''; - - self.callActions('beforeGetToggleSelector', arguments); - - self.toggleArray = h.clean(self.toggleArray); - - toggleSelector = self.toggleArray.join(delineator); - - if (toggleSelector === '') { - toggleSelector = self.config.controls.toggleDefault; - } - - return self.callFilters('selectorGetToggleSelector', toggleSelector, arguments); - }, - - /** - * Breaks compound selector strings in an array of discreet selectors, - * as per the active `controls.toggleLogic` configuration option. Accepts - * either a dynamic command object, or a state object. - * - * @private - * @instance - * @since 2.0.0 - * @param {object} [command] - * @param {mixitup.State} [state] - * @return {void} - */ - - buildToggleArray: function(command, state) { - var self = this, - activeFilterSelector = ''; - - self.callActions('beforeBuildToggleArray', arguments); - - if (command && command.filter) { - activeFilterSelector = command.filter.selector.replace(/\s/g, ''); - } else if (state) { - activeFilterSelector = state.activeFilter.selector.replace(/\s/g, ''); - } else { - return; - } - - if (activeFilterSelector === self.config.selectors.target || activeFilterSelector === 'all') { - activeFilterSelector = ''; - } - - if (self.config.controls.toggleLogic === 'or') { - self.toggleArray = activeFilterSelector.split(','); - } else { - self.toggleArray = self.splitCompoundSelector(activeFilterSelector); - } - - self.toggleArray = h.clean(self.toggleArray); - - self.callActions('afterBuildToggleArray', arguments); - }, - - /** - * Takes a compound selector (e.g. `.cat-1.cat-2`, `[data-cat="1"][data-cat="2"]`) - * and breaks into its individual selectors. - * - * @private - * @instance - * @since 3.0.0 - * @param {string} compoundSelector - * @return {string[]} - */ - - splitCompoundSelector: function(compoundSelector) { - // Break at a `.` or `[`, capturing the delineator - - var partials = compoundSelector.split(/([\.\[])/g), - toggleArray = [], - selector = '', - i = -1; - - if (partials[0] === '') { - partials.shift(); - } - - for (i = 0; i < partials.length; i++) { - if (i % 2 === 0) { - selector = ''; - } - - selector += partials[i]; - - if (i % 2 !== 0) { - toggleArray.push(selector); - } - } - - return toggleArray; - }, - - /** - * Updates controls to their active/inactive state based on the command or - * current state of the mixer. - * - * @private - * @instance - * @since 2.0.0 - * @param {object} command - * @return {void} - */ - - updateControls: function(command) { - var self = this, - control = null, - output = new mixitup.CommandMultimix(), - i = -1; - - self.callActions('beforeUpdateControls', arguments); - - // Sanitise to defaults - - if (command.filter) { - output.filter = command.filter.selector; - } else { - output.filter = self.state.activeFilter.selector; - } - - if (command.sort) { - output.sort = self.buildSortString(command.sort); - } else { - output.sort = self.buildSortString(self.state.activeSort); - } - - if (output.filter === self.config.selectors.target) { - output.filter = 'all'; - } - - if (output.filter === '') { - output.filter = 'none'; - } - - h.freeze(output); - - for (i = 0; control = self.controls[i]; i++) { - control.update(output, self.toggleArray); - } - - self.callActions('afterUpdateControls', arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {mixitup.CommandSort} command - * @return {string} - */ - - buildSortString: function(command) { - var self = this; - var output = ''; - - output += command.sortString; - - if (command.next) { - output += ' ' + self.buildSortString(command.next); - } - - return output; - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {object} command - * @param {Operation} operation - * @return {Promise.} - */ - - insertTargets: function(command, operation) { - var self = this, - nextSibling = null, - insertionIndex = -1, - frag = null, - target = null, - el = null, - i = -1; - - self.callActions('beforeInsertTargets', arguments); - - if (typeof command.index === 'undefined') command.index = 0; - - nextSibling = self.getNextSibling(command.index, command.sibling, command.position); - frag = self.dom.document.createDocumentFragment(); - - if (nextSibling) { - insertionIndex = h.index(nextSibling, self.config.selectors.target); - } else { - insertionIndex = self.targets.length; - } - - if (command.collection) { - for (i = 0; el = command.collection[i]; i++) { - if (self.dom.targets.indexOf(el) > -1) { - throw new Error(mixitup.messages.errorInsertPreexistingElement()); - } - - // Ensure elements are hidden when they are added to the DOM, so they can - // be animated in gracefully - - el.style.display = 'none'; - - frag.appendChild(el); - frag.appendChild(self.dom.document.createTextNode(' ')); - - if (!h.isElement(el, self.dom.document) || !el.matches(self.config.selectors.target)) continue; - - target = new mixitup.Target(); - - target.init(el, self); - - target.isInDom = true; - - self.targets.splice(insertionIndex, 0, target); - - insertionIndex++; - } - - self.dom.parent.insertBefore(frag, nextSibling); - } - - // Since targets have been added, the original order must be updated - - operation.startOrder = self.origOrder = self.targets; - - self.callActions('afterInsertTargets', arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {Number} [index] - * @param {Element} [sibling] - * @param {string} [position] - * @return {Element} - */ - - getNextSibling: function(index, sibling, position) { - var self = this, - element = null; - - index = Math.max(index, 0); - - if (sibling && position === 'before') { - // Explicit sibling - - element = sibling; - } else if (sibling && position === 'after') { - // Explicit sibling - - element = sibling.nextElementSibling || null; - } else if (self.targets.length > 0 && typeof index !== 'undefined') { - // Index and targets exist - - element = (index < self.targets.length || !self.targets.length) ? - self.targets[index].dom.el : - self.targets[self.targets.length - 1].dom.el.nextElementSibling; - } else if (self.targets.length === 0 && self.dom.parent.children.length > 0) { - // No targets but other siblings - - if (self.config.layout.siblingAfter) { - element = self.config.layout.siblingAfter; - } else if (self.config.layout.siblingBefore) { - element = self.config.layout.siblingBefore.nextElementSibling; - } else { - self.dom.parent.children[0]; - } - } else { - element === null; - } - - return self.callFilters('elementGetNextSibling', element, arguments); - }, - - /** - * @private - * @instance - * @since 2.0.0 - * @param {Operation} operation - * @return {void} - */ - - filterOperation: function(operation) { - var self = this, - testResult = false, - index = -1, - action = '', - target = null, - i = -1; - - self.callActions('beforeFilterOperation', arguments); - - action = operation.newFilter.action; - - for (i = 0; target = operation.newOrder[i]; i++) { - if (operation.newFilter.collection) { - // show via collection - - testResult = operation.newFilter.collection.indexOf(target.dom.el) > -1; - } else { - // show via selector - - if (operation.newFilter.selector === '') { - testResult = false; - } else { - testResult = target.dom.el.matches(operation.newFilter.selector); - } - } - - self.evaluateHideShow(testResult, target, action, operation); - } - - if (operation.toRemove.length) { - for (i = 0; target = operation.show[i]; i++) { - if (operation.toRemove.indexOf(target) > -1) { - // If any shown targets should be removed, move them into the toHide array - - operation.show.splice(i, 1); - - if ((index = operation.toShow.indexOf(target)) > -1) { - operation.toShow.splice(index, 1); - } - - operation.toHide.push(target); - operation.hide.push(target); - - i--; - } - } - } - - operation.matching = operation.show.slice(); - - if (operation.show.length === 0 && operation.newFilter.selector !== '' && self.targets.length !== 0) { - operation.hasFailed = true; - } - - self.callActions('afterFilterOperation', arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {boolean} testResult - * @param {Element} target - * @param {string} action - * @param {Operation} operation - * @return {void} - */ - - evaluateHideShow: function(testResult, target, action, operation) { - var self = this, - filteredTestResult = false, - args = Array.prototype.slice.call(arguments, 1); - - filteredTestResult = self.callFilters('testResultEvaluateHideShow', testResult, args); - - self.callActions('beforeEvaluateHideShow', arguments); - - if ( - filteredTestResult === true && action === 'show' || - filteredTestResult === false && action === 'hide' - ) { - operation.show.push(target); - - !target.isShown && operation.toShow.push(target); - } else { - operation.hide.push(target); - - target.isShown && operation.toHide.push(target); - } - - self.callActions('afterEvaluateHideShow', arguments); - }, - - /** - * @private - * @instance - * @since 2.0.0 - * @param {Operation} operation - * @return {void} - */ - - sortOperation: function(operation) { - var self = this, - newOrder = [], - target = null, - el = null, - i = -1; - - self.callActions('beforeSortOperation', arguments); - - operation.startOrder = self.targets; - - if (operation.newSort.collection) { - // Sort by collection - - newOrder = []; - - for (i = 0; (el = operation.newSort.collection[i]); i++) { - if (self.dom.targets.indexOf(el) < 0) { - throw new Error(mixitup.messages.errorSortNonExistentElement()); - } - - target = new mixitup.Target(); - - target.init(el, self); - - target.isInDom = true; - - newOrder.push(target); - } - - operation.newOrder = newOrder; - } else if (operation.newSort.order === 'random') { - // Sort random - - operation.newOrder = h.arrayShuffle(operation.startOrder); - } else if (operation.newSort.attribute === '') { - // Sort by default - - operation.newOrder = self.origOrder.slice(); - - if (operation.newSort.order === 'desc') { - operation.newOrder.reverse(); - } - } else { - // Sort by attribute - - operation.newOrder = operation.startOrder.slice(); - - operation.newOrder.sort(function(a, b) { - return self.compare(a, b, operation.newSort); - }); - } - - if (h.isEqualArray(operation.newOrder, operation.startOrder)) { - operation.willSort = false; - } - - self.callActions('afterSortOperation', arguments); - }, - - /** - * @private - * @instance - * @since 2.0.0 - * @param {mixitup.Target} a - * @param {mixitup.Target} b - * @param {mixitup.CommandSort} command - * @return {Number} - */ - - compare: function(a, b, command) { - var self = this, - order = command.order, - attrA = self.getAttributeValue(a, command.attribute), - attrB = self.getAttributeValue(b, command.attribute); - - if (isNaN(attrA * 1) || isNaN(attrB * 1)) { - attrA = attrA.toLowerCase(); - attrB = attrB.toLowerCase(); - } else { - attrA = attrA * 1; - attrB = attrB * 1; - } - - if (attrA < attrB) { - return order === 'asc' ? -1 : 1; - } - - if (attrA > attrB) { - return order === 'asc' ? 1 : -1; - } - - if (attrA === attrB && command.next) { - return self.compare(a, b, command.next); - } - - return 0; - }, - - /** - * Reads the values of any data attributes present the provided target element - * which match the current sort command. - * - * @private - * @instance - * @since 3.0.0 - * @param {mixitup.Target} target - * @param {string} [attribute] - * @return {(String|Number)} - */ - - getAttributeValue: function(target, attribute) { - var self = this, - value = ''; - - value = target.dom.el.getAttribute('data-' + attribute); - - if (value === null) { - if (self.config.debug.showWarnings) { - // Encourage users to assign values to all targets to avoid erroneous sorting - // when types are mixed - - console.warn(mixitup.messages.warningInconsistentSortingAttributes({ - attribute: 'data-' + attribute - })); - } - } - - // If an attribute is not present, return 0 as a safety value - - return self.callFilters('valueGetAttributeValue', value || 0, arguments); - }, - - /** - * Inserts elements into the DOM in the appropriate - * order using a document fragment for minimal - * DOM thrashing - * - * @private - * @instance - * @since 2.0.0 - * @param {boolean} isResetting - * @param {Operation} operation - * @return {void} - */ - - printSort: function(isResetting, operation) { - var self = this, - startOrder = isResetting ? operation.newOrder : operation.startOrder, - newOrder = isResetting ? operation.startOrder : operation.newOrder, - nextSibling = startOrder.length ? startOrder[startOrder.length - 1].dom.el.nextElementSibling : null, - frag = window.document.createDocumentFragment(), - whitespace = null, - target = null, - el = null, - i = -1; - - self.callActions('beforePrintSort', arguments); - - // Empty the container - - for (i = 0; target = startOrder[i]; i++) { - el = target.dom.el; - - if (el.style.position === 'absolute') continue; - - h.removeWhitespace(el.previousSibling); - - el.parentElement.removeChild(el); - } - - whitespace = nextSibling ? nextSibling.previousSibling : self.dom.parent.lastChild; - - if (whitespace && whitespace.nodeName === '#text') { - h.removeWhitespace(whitespace); - } - - for (i = 0; target = newOrder[i]; i++) { - // Add targets into a document fragment - - el = target.dom.el; - - if (h.isElement(frag.lastChild)) { - frag.appendChild(window.document.createTextNode(' ')); - } - - frag.appendChild(el); - } - - // Insert the document fragment into the container - // before any other non-target elements - - if (self.dom.parent.firstChild && self.dom.parent.firstChild !== nextSibling) { - frag.insertBefore(window.document.createTextNode(' '), frag.childNodes[0]); - } - - if (nextSibling) { - frag.appendChild(window.document.createTextNode(' ')); - - self.dom.parent.insertBefore(frag, nextSibling); - } else { - self.dom.parent.appendChild(frag); - } - - self.callActions('afterPrintSort', arguments); - }, - - /** - * Parses user-defined sort strings (i.e. `default:asc`) into sort commands objects. - * - * @private - * @instance - * @since 3.0.0 - * @param {string} sortString - * @param {mixitup.CommandSort} command - * @return {mixitup.CommandSort} - */ - - parseSortString: function(sortString, command) { - var self = this, - rules = sortString.split(' '), - current = command, - rule = [], - i = -1; - - // command.sortString = sortString; - - for (i = 0; i < rules.length; i++) { - rule = rules[i].split(':'); - - current.sortString = rules[i]; - current.attribute = h.dashCase(rule[0]); - current.order = rule[1] || 'asc'; - - switch (current.attribute) { - case 'default': - // treat "default" as sorting by no attribute - - current.attribute = ''; - - break; - case 'random': - // treat "random" as an order not an attribute - - current.attribute = ''; - current.order = 'random'; - - break; - } - - if (!current.attribute || current.order === 'random') break; - - if (i < rules.length - 1) { - // Embed reference to the next command - - current.next = new mixitup.CommandSort(); - - h.freeze(current); - - current = current.next; - } - } - - return self.callFilters('commandsParseSort', command, arguments); - }, - - /** - * Parses all effects out of the user-defined `animation.effects` string into - * their respective properties and units. - * - * @private - * @instance - * @since 2.0.0 - * @return {void} - */ - - parseEffects: function() { - var self = this, - transformName = '', - effectsIn = self.config.animation.effectsIn || self.config.animation.effects, - effectsOut = self.config.animation.effectsOut || self.config.animation.effects; - - self.callActions('beforeParseEffects', arguments); - - self.effectsIn = new mixitup.StyleData(); - self.effectsOut = new mixitup.StyleData(); - self.transformIn = []; - self.transformOut = []; - - self.effectsIn.opacity = self.effectsOut.opacity = 1; - - self.parseEffect('fade', effectsIn, self.effectsIn, self.transformIn); - self.parseEffect('fade', effectsOut, self.effectsOut, self.transformOut, true); - - for (transformName in mixitup.transformDefaults) { - if (!(mixitup.transformDefaults[transformName] instanceof mixitup.TransformData)) { - continue; - } - - self.parseEffect(transformName, effectsIn, self.effectsIn, self.transformIn); - self.parseEffect(transformName, effectsOut, self.effectsOut, self.transformOut, true); - } - - self.parseEffect('stagger', effectsIn, self.effectsIn, self.transformIn); - self.parseEffect('stagger', effectsOut, self.effectsOut, self.transformOut, true); - - self.callActions('afterParseEffects', arguments); - }, - - /** - * @private - * @instance - * @since 2.0.0 - * @param {string} effectName - * @param {string} effectString - * @param {StyleData} effects - * @param {String[]} transform - * @param {boolean} [isOut] - */ - - parseEffect: function(effectName, effectString, effects, transform, isOut) { - var self = this, - re = /\(([^)]+)\)/, - propIndex = -1, - str = '', - match = [], - val = '', - units = ['%', 'px', 'em', 'rem', 'vh', 'vw', 'deg'], - unit = '', - i = -1; - - self.callActions('beforeParseEffect', arguments); - - if (typeof effectString !== 'string') { - throw new TypeError(mixitup.messages.errorConfigInvalidAnimationEffects()); - } - - if (effectString.indexOf(effectName) < 0) { - // The effect is not present in the effects string - - if (effectName === 'stagger') { - // Reset stagger to 0 - - self.staggerDuration = 0; - } - - return; - } - - // The effect is present - - propIndex = effectString.indexOf(effectName + '('); - - if (propIndex > -1) { - // The effect has a user defined value in parentheses - - // Extract from the first parenthesis to the end of string - - str = effectString.substring(propIndex); - - // Match any number of characters between "(" and ")" - - match = re.exec(str); - - val = match[1]; - } - - switch (effectName) { - case 'fade': - effects.opacity = val ? parseFloat(val) : 0; - - break; - case 'stagger': - self.staggerDuration = val ? parseFloat(val) : 100; - - // TODO: Currently stagger must be applied globally, but - // if seperate values are specified for in/out, this should - // be respected - - break; - default: - // All other effects are transforms following the same structure - - if (isOut && self.config.animation.reverseOut && effectName !== 'scale') { - effects[effectName].value = - (val ? parseFloat(val) : mixitup.transformDefaults[effectName].value) * -1; - } else { - effects[effectName].value = - (val ? parseFloat(val) : mixitup.transformDefaults[effectName].value); - } - - if (val) { - for (i = 0; unit = units[i]; i++) { - if (val.indexOf(unit) > -1) { - effects[effectName].unit = unit; - - break; - } - } - } else { - effects[effectName].unit = mixitup.transformDefaults[effectName].unit; - } - - transform.push( - effectName + - '(' + - effects[effectName].value + - effects[effectName].unit + - ')' - ); - } - - self.callActions('afterParseEffect', arguments); - }, - - /** - * @private - * @instance - * @since 2.0.0 - * @param {Operation} operation - * @return {State} - */ - - buildState: function(operation) { - var self = this, - state = new mixitup.State(), - target = null, - i = -1; - - self.callActions('beforeBuildState', arguments); - - // Map target elements into state arrays. - // the real target objects should never be exposed - - for (i = 0; target = self.targets[i]; i++) { - if (!operation.toRemove.length || operation.toRemove.indexOf(target) < 0) { - state.targets.push(target.dom.el); - } - } - - for (i = 0; target = operation.matching[i]; i++) { - state.matching.push(target.dom.el); - } - - for (i = 0; target = operation.show[i]; i++) { - state.show.push(target.dom.el); - } - - for (i = 0; target = operation.hide[i]; i++) { - if (!operation.toRemove.length || operation.toRemove.indexOf(target) < 0) { - state.hide.push(target.dom.el); - } - } - - state.id = self.id; - state.container = self.dom.container; - state.activeFilter = operation.newFilter; - state.activeSort = operation.newSort; - state.activeDataset = operation.newDataset; - state.activeContainerClassName = operation.newContainerClassName; - state.hasFailed = operation.hasFailed; - state.totalTargets = self.targets.length; - state.totalShow = operation.show.length; - state.totalHide = operation.hide.length; - state.totalMatching = operation.matching.length; - state.triggerElement = operation.triggerElement; - - return self.callFilters('stateBuildState', state, arguments); - }, - - /** - * @private - * @instance - * @since 2.0.0 - * @param {boolean} shouldAnimate - * @param {Operation} operation - * @return {void} - */ - - goMix: function(shouldAnimate, operation) { - var self = this, - deferred = null; - - self.callActions('beforeGoMix', arguments); - - // If the animation duration is set to 0ms, - // or no effects specified, - // or the container is hidden - // then abort animation - - if ( - !self.config.animation.duration || !self.config.animation.effects || !h.isVisible(self.dom.container) - ) { - shouldAnimate = false; - } - - if ( - !operation.toShow.length && - !operation.toHide.length && - !operation.willSort && - !operation.willChangeLayout - ) { - // If nothing to show or hide, and not sorting or - // changing layout - - shouldAnimate = false; - } - - if ( - !operation.startState.show.length && - !operation.show.length - ) { - // If nothing currently shown, nothing to show - - shouldAnimate = false; - } - - mixitup.events.fire('mixStart', self.dom.container, { - state: operation.startState, - futureState: operation.newState, - instance: self - }, self.dom.document); - - if (typeof self.config.callbacks.onMixStart === 'function') { - self.config.callbacks.onMixStart.call( - self.dom.container, - operation.startState, - operation.newState, - self - ); - } - - h.removeClass(self.dom.container, h.getClassname(self.config.classNames, 'container', self.config.classNames.modifierFailed)); - - if (!self.userDeferred) { - // Queue empty, no pending operations - - deferred = self.userDeferred = h.defer(mixitup.libraries); - } else { - // Use existing deferred - - deferred = self.userDeferred; - } - - self.isBusy = true; - - if (!shouldAnimate || !mixitup.features.has.transitions) { - // Abort - - if (self.config.debug.fauxAsync) { - setTimeout(function() { - self.cleanUp(operation); - }, self.config.animation.duration); - } else { - self.cleanUp(operation); - } - - return self.callFilters('promiseGoMix', deferred.promise, arguments); - } - - // If we should animate and the platform supports transitions, go for it - - if (window.pageYOffset !== operation.docState.scrollTop) { - window.scrollTo(operation.docState.scrollLeft, operation.docState.scrollTop); - } - - if (self.config.animation.applyPerspective) { - self.dom.parent.style[mixitup.features.perspectiveProp] = - self.config.animation.perspectiveDistance; - - self.dom.parent.style[mixitup.features.perspectiveOriginProp] = - self.config.animation.perspectiveOrigin; - } - - if ( - self.config.animation.animateResizeContainer && - operation.startHeight !== operation.newHeight && - operation.viewportDeltaY !== operation.startHeight - operation.newHeight - ) { - self.dom.parent.style.height = operation.startHeight + 'px'; - } - - if ( - self.config.animation.animateResizeContainer && - operation.startWidth !== operation.newWidth && - operation.viewportDeltaX !== operation.startWidth - operation.newWidth - ) { - self.dom.parent.style.width = operation.startWidth + 'px'; - } - - if (operation.startHeight === operation.newHeight) { - self.dom.parent.style.height = operation.startHeight + 'px'; - } - - if (operation.startWidth === operation.newWidth) { - self.dom.parent.style.width = operation.startWidth + 'px'; - } - - if (operation.startHeight === operation.newHeight && operation.startWidth === operation.newWidth) { - self.dom.parent.style.overflow = 'hidden'; - } - - requestAnimationFrame(function() { - self.moveTargets(operation); - }); - - return self.callFilters('promiseGoMix', deferred.promise, arguments); - }, - - /** - * @private - * @instance - * @since 2.0.0 - * @param {Operation} operation - * @return {void} - */ - - getStartMixData: function(operation) { - var self = this, - parentStyle = window.getComputedStyle(self.dom.parent), - parentRect = self.dom.parent.getBoundingClientRect(), - target = null, - data = {}, - i = -1, - boxSizing = parentStyle[mixitup.features.boxSizingProp]; - - self.incPadding = (boxSizing === 'border-box'); - - self.callActions('beforeGetStartMixData', arguments); - - for (i = 0; target = operation.show[i]; i++) { - data = target.getPosData(); - - operation.showPosData[i] = { - startPosData: data - }; - } - - for (i = 0; target = operation.toHide[i]; i++) { - data = target.getPosData(); - - operation.toHidePosData[i] = { - startPosData: data - }; - } - - operation.startX = parentRect.left; - operation.startY = parentRect.top; - - operation.startHeight = self.incPadding ? - parentRect.height : - parentRect.height - - parseFloat(parentStyle.paddingTop) - - parseFloat(parentStyle.paddingBottom) - - parseFloat(parentStyle.borderTop) - - parseFloat(parentStyle.borderBottom); - - operation.startWidth = self.incPadding ? - parentRect.width : - parentRect.width - - parseFloat(parentStyle.paddingLeft) - - parseFloat(parentStyle.paddingRight) - - parseFloat(parentStyle.borderLeft) - - parseFloat(parentStyle.borderRight); - - self.callActions('afterGetStartMixData', arguments); - }, - - /** - * @private - * @instance - * @since 2.0.0 - * @param {Operation} operation - * @return {void} - */ - - setInter: function(operation) { - var self = this, - target = null, - i = -1; - - self.callActions('beforeSetInter', arguments); - - // Prevent scrollbar flicker on non-inertial scroll platforms by clamping height/width - - if (self.config.animation.clampHeight) { - self.dom.parent.style.height = operation.startHeight + 'px'; - self.dom.parent.style.overflow = 'hidden'; - } - - if (self.config.animation.clampWidth) { - self.dom.parent.style.width = operation.startWidth + 'px'; - self.dom.parent.style.overflow = 'hidden'; - } - - for (i = 0; target = operation.toShow[i]; i++) { - target.show(); - } - - if (operation.willChangeLayout) { - h.removeClass(self.dom.container, operation.startContainerClassName); - h.addClass(self.dom.container, operation.newContainerClassName); - } - - self.callActions('afterSetInter', arguments); - }, - - /** - * @private - * @instance - * @since 2.0.0 - * @param {Operation} operation - * @return {void} - */ - - getInterMixData: function(operation) { - var self = this, - target = null, - i = -1; - - self.callActions('beforeGetInterMixData', arguments); - - for (i = 0; target = operation.show[i]; i++) { - operation.showPosData[i].interPosData = target.getPosData(); - } - - for (i = 0; target = operation.toHide[i]; i++) { - operation.toHidePosData[i].interPosData = target.getPosData(); - } - - self.callActions('afterGetInterMixData', arguments); - }, - - /** - * @private - * @instance - * @since 2.0.0 - * @param {Operation} operation - * @return {void} - */ - - setFinal: function(operation) { - var self = this, - target = null, - i = -1; - - self.callActions('beforeSetFinal', arguments); - - operation.willSort && self.printSort(false, operation); - - for (i = 0; target = operation.toHide[i]; i++) { - target.hide(); - } - - self.callActions('afterSetFinal', arguments); - }, - - /** - * @private - * @instance - * @since 2.0.0 - * @param {Operation} operation - * @return {void} - */ - - getFinalMixData: function(operation) { - var self = this, - parentStyle = null, - parentRect = null, - target = null, - i = -1; - - self.callActions('beforeGetFinalMixData', arguments); - - for (i = 0; target = operation.show[i]; i++) { - operation.showPosData[i].finalPosData = target.getPosData(); - } - - for (i = 0; target = operation.toHide[i]; i++) { - operation.toHidePosData[i].finalPosData = target.getPosData(); - } - - // Remove clamping - - if (self.config.animation.clampHeight || self.config.animation.clampWidth) { - self.dom.parent.style.height = - self.dom.parent.style.width = - self.dom.parent.style.overflow = ''; - } - - if (!self.incPadding) { - parentStyle = window.getComputedStyle(self.dom.parent); - } - - parentRect = self.dom.parent.getBoundingClientRect(); - - operation.newX = parentRect.left; - operation.newY = parentRect.top; - - operation.newHeight = self.incPadding ? - parentRect.height : - parentRect.height - - parseFloat(parentStyle.paddingTop) - - parseFloat(parentStyle.paddingBottom) - - parseFloat(parentStyle.borderTop) - - parseFloat(parentStyle.borderBottom); - - operation.newWidth = self.incPadding ? - parentRect.width : - parentRect.width - - parseFloat(parentStyle.paddingLeft) - - parseFloat(parentStyle.paddingRight) - - parseFloat(parentStyle.borderLeft) - - parseFloat(parentStyle.borderRight); - - operation.viewportDeltaX = operation.docState.viewportWidth - this.dom.document.documentElement.clientWidth; - operation.viewportDeltaY = operation.docState.viewportHeight - this.dom.document.documentElement.clientHeight; - - if (operation.willSort) { - self.printSort(true, operation); - } - - for (i = 0; target = operation.toShow[i]; i++) { - target.hide(); - } - - for (i = 0; target = operation.toHide[i]; i++) { - target.show(); - } - - if (operation.willChangeLayout) { - h.removeClass(self.dom.container, operation.newContainerClassName); - h.addClass(self.dom.container, self.config.layout.containerClassName); - } - - self.callActions('afterGetFinalMixData', arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {Operation} operation - */ - - getTweenData: function(operation) { - var self = this, - target = null, - posData = null, - effectNames = Object.getOwnPropertyNames(self.effectsIn), - effectName = '', - effect = null, - widthChange = -1, - heightChange = -1, - i = -1, - j = -1; - - self.callActions('beforeGetTweenData', arguments); - - for (i = 0; target = operation.show[i]; i++) { - posData = operation.showPosData[i]; - posData.posIn = new mixitup.StyleData(); - posData.posOut = new mixitup.StyleData(); - posData.tweenData = new mixitup.StyleData(); - - // Process x and y - - if (target.isShown) { - posData.posIn.x = posData.startPosData.x - posData.interPosData.x; - posData.posIn.y = posData.startPosData.y - posData.interPosData.y; - } else { - posData.posIn.x = posData.posIn.y = 0; - } - - posData.posOut.x = posData.finalPosData.x - posData.interPosData.x; - posData.posOut.y = posData.finalPosData.y - posData.interPosData.y; - - // Process opacity - - posData.posIn.opacity = target.isShown ? 1 : self.effectsIn.opacity; - posData.posOut.opacity = 1; - posData.tweenData.opacity = posData.posOut.opacity - posData.posIn.opacity; - - // Adjust x and y if not nudging - - if (!target.isShown && !self.config.animation.nudge) { - posData.posIn.x = posData.posOut.x; - posData.posIn.y = posData.posOut.y; - } - - posData.tweenData.x = posData.posOut.x - posData.posIn.x; - posData.tweenData.y = posData.posOut.y - posData.posIn.y; - - // Process width, height, and margins - - if (self.config.animation.animateResizeTargets) { - posData.posIn.width = posData.startPosData.width; - posData.posIn.height = posData.startPosData.height; - - // "||" Prevents width/height change from including 0 width/height if hiding or showing - - widthChange = (posData.startPosData.width || posData.finalPosData.width) - posData.interPosData.width; - - posData.posIn.marginRight = posData.startPosData.marginRight - widthChange; - - heightChange = (posData.startPosData.height || posData.finalPosData.height) - posData.interPosData.height; - - posData.posIn.marginBottom = posData.startPosData.marginBottom - heightChange; - - posData.posOut.width = posData.finalPosData.width; - posData.posOut.height = posData.finalPosData.height; - - widthChange = (posData.finalPosData.width || posData.startPosData.width) - posData.interPosData.width; - - posData.posOut.marginRight = posData.finalPosData.marginRight - widthChange; - - heightChange = (posData.finalPosData.height || posData.startPosData.height) - posData.interPosData.height; - - posData.posOut.marginBottom = posData.finalPosData.marginBottom - heightChange; - - posData.tweenData.width = posData.posOut.width - posData.posIn.width; - posData.tweenData.height = posData.posOut.height - posData.posIn.height; - posData.tweenData.marginRight = posData.posOut.marginRight - posData.posIn.marginRight; - posData.tweenData.marginBottom = posData.posOut.marginBottom - posData.posIn.marginBottom; - } - - // Process transforms - - for (j = 0; effectName = effectNames[j]; j++) { - effect = self.effectsIn[effectName]; - - if (!(effect instanceof mixitup.TransformData) || !effect.value) continue; - - posData.posIn[effectName].value = effect.value; - posData.posOut[effectName].value = 0; - - posData.tweenData[effectName].value = - posData.posOut[effectName].value - posData.posIn[effectName].value; - - posData.posIn[effectName].unit = - posData.posOut[effectName].unit = - posData.tweenData[effectName].unit = - effect.unit; - } - } - - for (i = 0; target = operation.toHide[i]; i++) { - posData = operation.toHidePosData[i]; - posData.posIn = new mixitup.StyleData(); - posData.posOut = new mixitup.StyleData(); - posData.tweenData = new mixitup.StyleData(); - - // Process x and y - - posData.posIn.x = target.isShown ? posData.startPosData.x - posData.interPosData.x : 0; - posData.posIn.y = target.isShown ? posData.startPosData.y - posData.interPosData.y : 0; - posData.posOut.x = self.config.animation.nudge ? 0 : posData.posIn.x; - posData.posOut.y = self.config.animation.nudge ? 0 : posData.posIn.y; - posData.tweenData.x = posData.posOut.x - posData.posIn.x; - posData.tweenData.y = posData.posOut.y - posData.posIn.y; - - // Process width, height, and margins - - if (self.config.animation.animateResizeTargets) { - posData.posIn.width = posData.startPosData.width; - posData.posIn.height = posData.startPosData.height; - - widthChange = posData.startPosData.width - posData.interPosData.width; - - posData.posIn.marginRight = posData.startPosData.marginRight - widthChange; - - heightChange = posData.startPosData.height - posData.interPosData.height; - - posData.posIn.marginBottom = posData.startPosData.marginBottom - heightChange; - } - - // Process opacity - - posData.posIn.opacity = 1; - posData.posOut.opacity = self.effectsOut.opacity; - posData.tweenData.opacity = posData.posOut.opacity - posData.posIn.opacity; - - // Process transforms - - for (j = 0; effectName = effectNames[j]; j++) { - effect = self.effectsOut[effectName]; - - if (!(effect instanceof mixitup.TransformData) || !effect.value) continue; - - posData.posIn[effectName].value = 0; - posData.posOut[effectName].value = effect.value; - - posData.tweenData[effectName].value = - posData.posOut[effectName].value - posData.posIn[effectName].value; - - posData.posIn[effectName].unit = - posData.posOut[effectName].unit = - posData.tweenData[effectName].unit = - effect.unit; - } - } - - self.callActions('afterGetTweenData', arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {Operation} operation - * @return {void} - */ - - moveTargets: function(operation) { - var self = this, - target = null, - moveData = null, - posData = null, - statusChange = '', - willTransition = false, - staggerIndex = -1, - i = -1, - checkProgress = self.checkProgress.bind(self); - - self.callActions('beforeMoveTargets', arguments); - - // TODO: this is an extra loop in addition to the calcs - // done in getOperation, could some of this be done there? - - for (i = 0; target = operation.show[i]; i++) { - moveData = new mixitup.IMoveData(); - posData = operation.showPosData[i]; - - statusChange = target.isShown ? 'none' : 'show'; - - willTransition = self.willTransition( - statusChange, - operation.hasEffect, - posData.posIn, - posData.posOut - ); - - if (willTransition) { - // Prevent non-transitioning targets from incrementing the staggerIndex - - staggerIndex++; - } - - target.show(); - - moveData.posIn = posData.posIn; - moveData.posOut = posData.posOut; - moveData.statusChange = statusChange; - moveData.staggerIndex = staggerIndex; - moveData.operation = operation; - moveData.callback = willTransition ? checkProgress : null; - - target.move(moveData); - } - - for (i = 0; target = operation.toHide[i]; i++) { - posData = operation.toHidePosData[i]; - moveData = new mixitup.IMoveData(); - - statusChange = 'hide'; - - willTransition = self.willTransition(statusChange, posData.posIn, posData.posOut); - - moveData.posIn = posData.posIn; - moveData.posOut = posData.posOut; - moveData.statusChange = statusChange; - moveData.staggerIndex = i; - moveData.operation = operation; - moveData.callback = willTransition ? checkProgress : null; - - target.move(moveData); - } - - if (self.config.animation.animateResizeContainer) { - self.dom.parent.style[mixitup.features.transitionProp] = - 'height ' + self.config.animation.duration + 'ms ease, ' + - 'width ' + self.config.animation.duration + 'ms ease '; - - requestAnimationFrame(function() { - if ( - operation.startHeight !== operation.newHeight && - operation.viewportDeltaY !== operation.startHeight - operation.newHeight - ) { - self.dom.parent.style.height = operation.newHeight + 'px'; - } - - if ( - operation.startWidth !== operation.newWidth && - operation.viewportDeltaX !== operation.startWidth - operation.newWidth - ) { - self.dom.parent.style.width = operation.newWidth + 'px'; - } - }); - } - - if (operation.willChangeLayout) { - h.removeClass(self.dom.container, self.config.layout.ContainerClassName); - h.addClass(self.dom.container, operation.newContainerClassName); - } - - self.callActions('afterMoveTargets', arguments); - }, - - /** - * @private - * @instance - * @return {boolean} - */ - - hasEffect: function() { - var self = this, - EFFECTABLES = [ - 'scale', - 'translateX', 'translateY', 'translateZ', - 'rotateX', 'rotateY', 'rotateZ' - ], - effectName = '', - effect = null, - result = false, - value = -1, - i = -1; - - if (self.effectsIn.opacity !== 1) { - return self.callFilters('resultHasEffect', true, arguments); - } - - for (i = 0; effectName = EFFECTABLES[i]; i++) { - effect = self.effectsIn[effectName]; - value = (typeof effect && effect.value !== 'undefined') ? - effect.value : effect; - - if (value !== 0) { - result = true; - - break; - } - } - - return self.callFilters('resultHasEffect', result, arguments); - }, - - /** - * Determines if a target element will transition in - * some fasion and therefore requires binding of - * transitionEnd - * - * @private - * @instance - * @since 3.0.0 - * @param {string} statusChange - * @param {boolean} hasEffect - * @param {StyleData} posIn - * @param {StyleData} posOut - * @return {boolean} - */ - - willTransition: function(statusChange, hasEffect, posIn, posOut) { - var self = this, - result = false; - - if (!h.isVisible(self.dom.container)) { - // If the container is not visible, the transitionEnd - // event will not occur and MixItUp will hang - - result = false; - } else if ( - (statusChange !== 'none' && hasEffect) || - posIn.x !== posOut.x || - posIn.y !== posOut.y - ) { - // If opacity and/or translate will change - - result = true; - } else if (self.config.animation.animateResizeTargets) { - // Check if width, height or margins will change - - result = ( - posIn.width !== posOut.width || - posIn.height !== posOut.height || - posIn.marginRight !== posOut.marginRight || - posIn.marginTop !== posOut.marginTop - ); - } else { - result = false; - } - - return self.callFilters('resultWillTransition', result, arguments); - }, - - /** - * @private - * @instance - * @since 2.0.0 - * @param {Operation} operation - * @return {void} - */ - - checkProgress: function(operation) { - var self = this; - - self.targetsDone++; - - if (self.targetsBound === self.targetsDone) { - self.cleanUp(operation); - } - }, - - /** - * @private - * @instance - * @since 2.0.0 - * @param {Operation} operation - * @return {void} - */ - - cleanUp: function(operation) { - var self = this, - target = null, - whitespaceBefore = null, - whitespaceAfter = null, - nextInQueue = null, - i = -1; - - self.callActions('beforeCleanUp', arguments); - - self.targetsMoved = - self.targetsImmovable = - self.targetsBound = - self.targetsDone = 0; - - for (i = 0; target = operation.show[i]; i++) { - target.cleanUp(); - - target.show(); - } - - for (i = 0; target = operation.toHide[i]; i++) { - target.cleanUp(); - - target.hide(); - } - - if (operation.willSort) { - self.printSort(false, operation); - } - - // Remove any styles applied to the parent container - - self.dom.parent.style[mixitup.features.transitionProp] = - self.dom.parent.style.height = - self.dom.parent.style.width = - self.dom.parent.style.overflow = - self.dom.parent.style[mixitup.features.perspectiveProp] = - self.dom.parent.style[mixitup.features.perspectiveOriginProp] = ''; - - if (operation.willChangeLayout) { - h.removeClass(self.dom.container, operation.startContainerClassName); - h.addClass(self.dom.container, operation.newContainerClassName); - } - - if (operation.toRemove.length) { - for (i = 0; target = self.targets[i]; i++) { - if (operation.toRemove.indexOf(target) > -1) { - if ( - (whitespaceBefore = target.dom.el.previousSibling) && whitespaceBefore.nodeName === '#text' && - (whitespaceAfter = target.dom.el.nextSibling) && whitespaceAfter.nodeName === '#text' - ) { - h.removeWhitespace(whitespaceBefore); - } - - if (!operation.willSort) { - // NB: Sorting will remove targets as a bi-product of `printSort()` - - self.dom.parent.removeChild(target.dom.el); - } - - self.targets.splice(i, 1); - - target.isInDom = false; - - i--; - } - } - - // Since targets have been removed, the original order must be updated - - self.origOrder = self.targets; - } - - if (operation.willSort) { - self.targets = operation.newOrder; - } - - self.state = operation.newState; - self.lastOperation = operation; - - self.dom.targets = self.state.targets; - - // mixEnd - - mixitup.events.fire('mixEnd', self.dom.container, { - state: self.state, - instance: self - }, self.dom.document); - - if (typeof self.config.callbacks.onMixEnd === 'function') { - self.config.callbacks.onMixEnd.call(self.dom.container, self.state, self); - } - - if (operation.hasFailed) { - // mixFail - - mixitup.events.fire('mixFail', self.dom.container, { - state: self.state, - instance: self - }, self.dom.document); - - if (typeof self.config.callbacks.onMixFail === 'function') { - self.config.callbacks.onMixFail.call(self.dom.container, self.state, self); - } - - h.addClass(self.dom.container, h.getClassname(self.config.classNames, 'container', self.config.classNames.modifierFailed)); - } - - // User-defined callback function - - if (typeof self.userCallback === 'function') { - self.userCallback.call(self.dom.container, self.state, self); - } - - if (typeof self.userDeferred.resolve === 'function') { - self.userDeferred.resolve(self.state); - } - - self.userCallback = null; - self.userDeferred = null; - self.lastClicked = null; - self.isToggling = false; - self.isBusy = false; - - if (self.queue.length) { - self.callActions('beforeReadQueueCleanUp', arguments); - - nextInQueue = self.queue.shift(); - - // Update non-public API properties stored in queue - - self.userDeferred = nextInQueue.deferred; - self.isToggling = nextInQueue.isToggling; - self.lastClicked = nextInQueue.triggerElement; - - if (nextInQueue.instruction.command instanceof mixitup.CommandMultimix) { - self.multimix.apply(self, nextInQueue.args); - } else { - self.dataset.apply(self, nextInQueue.args); - } - } - - self.callActions('afterCleanUp', arguments); - }, - - /** - * @private - * @instance - * @since 2.0.0 - * @param {Array<*>} args - * @return {mixitup.UserInstruction} - */ - - parseMultimixArgs: function(args) { - var self = this, - instruction = new mixitup.UserInstruction(), - arg = null, - i = -1; - - instruction.animate = self.config.animation.enable; - instruction.command = new mixitup.CommandMultimix(); - - for (i = 0; i < args.length; i++) { - arg = args[i]; - - if (arg === null) continue; - - if (typeof arg === 'object') { - h.extend(instruction.command, arg); - } else if (typeof arg === 'boolean') { - instruction.animate = arg; - } else if (typeof arg === 'function') { - instruction.callback = arg; - } - } - - // Coerce arbitrary command arguments into typed command objects - - if (instruction.command.insert && !(instruction.command.insert instanceof mixitup.CommandInsert)) { - instruction.command.insert = self.parseInsertArgs([instruction.command.insert]).command; - } - - if (instruction.command.remove && !(instruction.command.remove instanceof mixitup.CommandRemove)) { - instruction.command.remove = self.parseRemoveArgs([instruction.command.remove]).command; - } - - if (instruction.command.filter && !(instruction.command.filter instanceof mixitup.CommandFilter)) { - instruction.command.filter = self.parseFilterArgs([instruction.command.filter]).command; - } - - if (instruction.command.sort && !(instruction.command.sort instanceof mixitup.CommandSort)) { - instruction.command.sort = self.parseSortArgs([instruction.command.sort]).command; - } - - if (instruction.command.changeLayout && !(instruction.command.changeLayout instanceof mixitup.CommandChangeLayout)) { - instruction.command.changeLayout = self.parseChangeLayoutArgs([instruction.command.changeLayout]).command; - } - - instruction = self.callFilters('instructionParseMultimixArgs', instruction, arguments); - - h.freeze(instruction); - - return instruction; - }, - - /** - * @private - * @instance - * @since 2.0.0 - * @param {Array<*>} args - * @return {mixitup.UserInstruction} - */ - - parseFilterArgs: function(args) { - var self = this, - instruction = new mixitup.UserInstruction(), - arg = null, - i = -1; - - instruction.animate = self.config.animation.enable; - instruction.command = new mixitup.CommandFilter(); - - for (i = 0; i < args.length; i++) { - arg = args[i]; - - if (typeof arg === 'string') { - // Selector - - instruction.command.selector = arg; - } else if (arg === null) { - instruction.command.collection = []; - } else if (typeof arg === 'object' && h.isElement(arg, self.dom.document)) { - // Single element - - instruction.command.collection = [arg]; - } else if (typeof arg === 'object' && typeof arg.length !== 'undefined') { - // Multiple elements in array, NodeList or jQuery collection - - instruction.command.collection = h.arrayFromList(arg); - } else if (typeof arg === 'object') { - // Filter command - - h.extend(instruction.command, arg); - } else if (typeof arg === 'boolean') { - instruction.animate = arg; - } else if (typeof arg === 'function') { - instruction.callback = arg; - } - } - - if (instruction.command.selector && instruction.command.collection) { - throw new Error(mixitup.messages.errorFilterInvalidArguments()); - } - - instruction = self.callFilters('instructionParseFilterArgs', instruction, arguments); - - h.freeze(instruction); - - return instruction; - }, - - parseSortArgs: function(args) { - var self = this, - instruction = new mixitup.UserInstruction(), - arg = null, - sortString = '', - i = -1; - - instruction.animate = self.config.animation.enable; - instruction.command = new mixitup.CommandSort(); - - for (i = 0; i < args.length; i++) { - arg = args[i]; - - if (arg === null) continue; - - switch (typeof arg) { - case 'string': - // Sort string - - sortString = arg; - - break; - case 'object': - // Array of element references - - if (arg.length) { - instruction.command.collection = h.arrayFromList(arg); - } - - break; - case 'boolean': - instruction.animate = arg; - - break; - case 'function': - instruction.callback = arg; - - break; - } - } - - if (sortString) { - instruction.command = self.parseSortString(sortString, instruction.command); - } - - instruction = self.callFilters('instructionParseSortArgs', instruction, arguments); - - h.freeze(instruction); - - return instruction; - }, - - /** - * @private - * @instance - * @since 2.0.0 - * @param {Array<*>} args - * @return {mixitup.UserInstruction} - */ - - parseInsertArgs: function(args) { - var self = this, - instruction = new mixitup.UserInstruction(), - arg = null, - i = -1; - - instruction.animate = self.config.animation.enable; - instruction.command = new mixitup.CommandInsert(); - - for (i = 0; i < args.length; i++) { - arg = args[i]; - - if (arg === null) continue; - - if (typeof arg === 'number') { - // Insert index - - instruction.command.index = arg; - } else if (typeof arg === 'string' && ['before', 'after'].indexOf(arg) > -1) { - // 'before'/'after' - - instruction.command.position = arg; - } else if (typeof arg === 'string') { - // Markup - - instruction.command.collection = - h.arrayFromList(h.createElement(arg).childNodes); - } else if (typeof arg === 'object' && h.isElement(arg, self.dom.document)) { - // Single element - - !instruction.command.collection.length ? - (instruction.command.collection = [arg]) : - (instruction.command.sibling = arg); - } else if (typeof arg === 'object' && arg.length) { - // Multiple elements in array or jQuery collection - - !instruction.command.collection.length ? - (instruction.command.collection = arg) : - instruction.command.sibling = arg[0]; - } else if (typeof arg === 'object' && arg.childNodes && arg.childNodes.length) { - // Document fragment - - !instruction.command.collection.length ? - instruction.command.collection = h.arrayFromList(arg.childNodes) : - instruction.command.sibling = arg.childNodes[0]; - } else if (typeof arg === 'object') { - // Insert command - - h.extend(instruction.command, arg); - } else if (typeof arg === 'boolean') { - instruction.animate = arg; - } else if (typeof arg === 'function') { - instruction.callback = arg; - } - } - - if (instruction.command.index && instruction.command.sibling) { - throw new Error(mixitup.messages.errorInsertInvalidArguments()); - } - - if (!instruction.command.collection.length && self.config.debug.showWarnings) { - console.warn(mixitup.messages.warningInsertNoElements()); - } - - instruction = self.callFilters('instructionParseInsertArgs', instruction, arguments); - - h.freeze(instruction); - - return instruction; - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {Array<*>} args - * @return {mixitup.UserInstruction} - */ - - parseRemoveArgs: function(args) { - var self = this, - instruction = new mixitup.UserInstruction(), - target = null, - arg = null, - i = -1; - - instruction.animate = self.config.animation.enable; - instruction.command = new mixitup.CommandRemove(); - - for (i = 0; i < args.length; i++) { - arg = args[i]; - - if (arg === null) continue; - - switch (typeof arg) { - case 'number': - if (self.targets[arg]) { - instruction.command.targets[0] = self.targets[arg]; - } - - break; - case 'string': - instruction.command.collection = h.arrayFromList(self.dom.parent.querySelectorAll(arg)); - - break; - case 'object': - if (arg && arg.length) { - instruction.command.collection = arg; - } else if (h.isElement(arg, self.dom.document)) { - instruction.command.collection = [arg]; - } else { - // Remove command - - h.extend(instruction.command, arg); - } - - break; - case 'boolean': - instruction.animate = arg; - - break; - case 'function': - instruction.callback = arg; - - break; - } - } - - if (instruction.command.collection.length) { - for (i = 0; target = self.targets[i]; i++) { - if (instruction.command.collection.indexOf(target.dom.el) > -1) { - instruction.command.targets.push(target); - } - } - } - - if (!instruction.command.targets.length && self.config.debug.showWarnings) { - console.warn(mixitup.messages.warningRemoveNoElements()); - } - - h.freeze(instruction); - - return instruction; - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {Array<*>} args - * @return {mixitup.UserInstruction} - */ - - parseDatasetArgs: function(args) { - var self = this, - instruction = new mixitup.UserInstruction(), - arg = null, - i = -1; - - instruction.animate = self.config.animation.enable; - instruction.command = new mixitup.CommandDataset(); - - for (i = 0; i < args.length; i++) { - arg = args[i]; - - if (arg === null) continue; - - switch (typeof arg) { - case 'object': - if (Array.isArray(arg) || typeof arg.length === 'number') { - instruction.command.dataset = arg; - } else { - // Change layout command - - h.extend(instruction.command, arg); - } - - break; - case 'boolean': - instruction.animate = arg; - - break; - case 'function': - instruction.callback = arg; - - break; - } - } - - h.freeze(instruction); - - return instruction; - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {Array<*>} args - * @return {mixitup.UserInstruction} - */ - - parseChangeLayoutArgs: function(args) { - var self = this, - instruction = new mixitup.UserInstruction(), - arg = null, - i = -1; - - instruction.animate = self.config.animation.enable; - instruction.command = new mixitup.CommandChangeLayout(); - - for (i = 0; i < args.length; i++) { - arg = args[i]; - - if (arg === null) continue; - - switch (typeof arg) { - case 'string': - instruction.command.containerClassName = arg; - - break; - case 'object': - // Change layout command - - h.extend(instruction.command, arg); - - break; - case 'boolean': - instruction.animate = arg; - - break; - case 'function': - instruction.callback = arg; - - break; - } - } - - h.freeze(instruction); - - return instruction; - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {mixitup.QueueItem} queueItem - * @return {Promise.} - */ - - queueMix: function(queueItem) { - var self = this, - deferred = null, - toggleSelector = ''; - - self.callActions('beforeQueueMix', arguments); - - deferred = h.defer(mixitup.libraries); - - if (self.config.animation.queue && self.queue.length < self.config.animation.queueLimit) { - queueItem.deferred = deferred; - - self.queue.push(queueItem); - - // Keep controls in sync with user interactions. Mixer will catch up as it drains the queue. - - if (self.config.controls.enable) { - if (self.isToggling) { - self.buildToggleArray(queueItem.instruction.command); - - toggleSelector = self.getToggleSelector(); - - self.updateControls({ - filter: { - selector: toggleSelector - } - }); - } else { - self.updateControls(queueItem.instruction.command); - } - } - } else { - if (self.config.debug.showWarnings) { - console.warn(mixitup.messages.warningMultimixInstanceQueueFull()); - } - - deferred.resolve(self.state); - - mixitup.events.fire('mixBusy', self.dom.container, { - state: self.state, - instance: self - }, self.dom.document); - - if (typeof self.config.callbacks.onMixBusy === 'function') { - self.config.callbacks.onMixBusy.call(self.dom.container, self.state, self); - } - } - - return self.callFilters('promiseQueueMix', deferred.promise, arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {Array.} newDataset - * @return {Operation} - */ - - getDataOperation: function(newDataset) { - var self = this, - operation = new mixitup.Operation(), - startDataset = []; - - operation = self.callFilters('operationUnmappedGetDataOperation', operation, arguments); - - if (self.dom.targets.length && !(startDataset = (self.state.activeDataset || [])).length) { - throw new Error(mixitup.messages.errorDatasetNotSet()); - } - - operation.id = h.randomHex(); - operation.startState = self.state; - operation.startDataset = startDataset; - operation.newDataset = newDataset.slice(); - - self.diffDatasets(operation); - - operation.startOrder = self.targets; - operation.newOrder = operation.show; - - if (self.config.animation.enable) { - self.getStartMixData(operation); - self.setInter(operation); - - operation.docState = h.getDocumentState(self.dom.document); - - self.getInterMixData(operation); - self.setFinal(operation); - self.getFinalMixData(operation); - - self.parseEffects(); - - operation.hasEffect = self.hasEffect(); - - self.getTweenData(operation); - } - - self.targets = operation.show.slice(); - - operation.newState = self.buildState(operation); - - // NB: Targets to be removed must be included in `self.targets` for removal during clean up, - // but are added after state is built so that state is accurate - - Array.prototype.push.apply(self.targets, operation.toRemove); - - operation = self.callFilters('operationMappedGetDataOperation', operation, arguments); - - return operation; - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {mixitup.Operation} operation - * @return {void} - */ - - diffDatasets: function(operation) { - var self = this, - persistantStartIds = [], - persistantNewIds = [], - insertedTargets = [], - data = null, - target = null, - el = null, - frag = null, - nextEl = null, - uids = {}, - id = '', - i = -1; - - self.callActions('beforeDiffDatasets', arguments); - - for (i = 0; data = operation.newDataset[i]; i++) { - if (typeof (id = data[self.config.data.uidKey]) === 'undefined' || id.toString().length < 1) { - throw new TypeError(mixitup.messages.errorDatasetInvalidUidKey({ - uidKey: self.config.data.uidKey - })); - } - - if (!uids[id]) { - uids[id] = true; - } else { - throw new Error(mixitup.messages.errorDatasetDuplicateUid({ - uid: id - })); - } - - if ((target = self.cache[id]) instanceof mixitup.Target) { - // Already in cache - - if (self.config.data.dirtyCheck && !h.deepEquals(data, target.data)) { - // change detected - - el = target.render(data); - - target.data = data; - - if (el !== target.dom.el) { - // Update target element reference - - if (target.isInDom) { - target.unbindEvents(); - - self.dom.parent.replaceChild(el, target.dom.el); - } - - if (!target.isShown) { - el.style.display = 'none'; - } - - target.dom.el = el; - - if (target.isInDom) { - target.bindEvents(); - } - } - } - - el = target.dom.el; - } else { - // New target - - target = new mixitup.Target(); - - target.init(null, self, data); - - target.hide(); - } - - if (!target.isInDom) { - // Adding to DOM - - if (!frag) { - // Open frag - - frag = self.dom.document.createDocumentFragment(); - } - - if (frag.lastElementChild) { - frag.appendChild(self.dom.document.createTextNode(' ')); - } - - frag.appendChild(target.dom.el); - - target.isInDom = true; - - target.unbindEvents(); - target.bindEvents(); - target.hide(); - - operation.toShow.push(target); - - insertedTargets.push(target); - } else { - // Already in DOM - - nextEl = target.dom.el.nextElementSibling; - - persistantNewIds.push(id); - - if (frag) { - // Close and insert previously opened frag - - if (frag.lastElementChild) { - frag.appendChild(self.dom.document.createTextNode(' ')); - } - - self.insertDatasetFrag(frag, target.dom.el, insertedTargets); - - frag = null; - } - } - - operation.show.push(target); - } - - if (frag) { - // Unclosed frag remaining - - nextEl = nextEl || self.config.layout.siblingAfter; - - if (nextEl) { - frag.appendChild(self.dom.document.createTextNode(' ')); - } - - self.insertDatasetFrag(frag, nextEl, insertedTargets); - } - - for (i = 0; data = operation.startDataset[i]; i++) { - id = data[self.config.data.uidKey]; - - target = self.cache[id]; - - if (operation.show.indexOf(target) < 0) { - // Previously shown but now absent - - operation.hide.push(target); - operation.toHide.push(target); - operation.toRemove.push(target); - } else { - persistantStartIds.push(id); - } - } - - if (!h.isEqualArray(persistantStartIds, persistantNewIds)) { - operation.willSort = true; - } - - self.callActions('afterDiffDatasets', arguments); - }, - - /** - * @private - * @instance - * @since 3.1.5 - * @param {DocumentFragment} frag - * @param {(HTMLElement|null)} nextEl - * @param {Array.} targets - * @return {void} - */ - - insertDatasetFrag: function(frag, nextEl, targets) { - var self = this; - var insertAt = nextEl ? h.arrayFromList(self.dom.parent.children).indexOf(nextEl) : self.targets.length; - - self.dom.parent.insertBefore(frag, nextEl); - - while (targets.length) { - self.targets.splice(insertAt, 0, targets.shift()); - - insertAt++; - } - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {mixitup.CommandSort} sortCommandA - * @param {mixitup.CommandSort} sortCommandB - * @return {boolean} - */ - - willSort: function(sortCommandA, sortCommandB) { - var self = this, - result = false; - - if ( - self.config.behavior.liveSort || - sortCommandA.order === 'random' || - sortCommandA.attribute !== sortCommandB.attribute || - sortCommandA.order !== sortCommandB.order || - sortCommandA.collection !== sortCommandB.collection || - (sortCommandA.next === null && sortCommandB.next) || - (sortCommandA.next && sortCommandB.next === null) - ) { - result = true; - } else if (sortCommandA.next && sortCommandB.next) { - result = self.willSort(sortCommandA.next, sortCommandB.next); - } else { - result = false; - } - - return self.callFilters('resultWillSort', result, arguments); - }, - - /** - * A shorthand method for `.filter('all')`. Shows all targets in the container. - * - * @example - * - * .show() - * - * @example Example: Showing all targets - * - * mixer.show() - * .then(function(state) { - * console.log(state.totalShow === state.totalTargets); // true - * }); - * - * @public - * @instance - * @since 3.0.0 - * @return {Promise.} - */ - - show: function() { - var self = this; - - return self.filter('all'); - }, - - /** - * A shorthand method for `.filter('none')`. Hides all targets in the container. - * - * @example - * - * .hide() - * - * @example Example: Hiding all targets - * - * mixer.hide() - * .then(function(state) { - * console.log(state.totalShow === 0); // true - * console.log(state.totalHide === state.totalTargets); // true - * }); - * - * @public - * @instance - * @since 3.0.0 - * @return {Promise.} - */ - - hide: function() { - var self = this; - - return self.filter('none'); - }, - - /** - * Returns a boolean indicating whether or not a MixItUp operation is - * currently in progress. - * - * @example - * - * .isMixing() - * - * @example Example: Checking the status of a mixer - * - * mixer.sort('random', function() { - * console.log(mixer.isMixing()) // false - * }); - * - * console.log(mixer.isMixing()) // true - * - * @public - * @instance - * @since 2.0.0 - * @return {boolean} - */ - - isMixing: function() { - var self = this; - - return self.isBusy; - }, - - /** - * Filters all targets in the container by a provided selector string, or the values `'all'` - * or `'none'`. Only targets matching the selector will be shown. - * - * @example - * - * .filter(selector [, animate] [, callback]) - * - * @example Example 1: Filtering targets by a class selector - * - * mixer.filter('.category-a') - * .then(function(state) { - * console.log(state.totalShow === containerEl.querySelectorAll('.category-a').length); // true - * }); - * - * @example Example 2: Filtering targets by an attribute selector - * - * mixer.filter('[data-category~="a"]') - * .then(function(state) { - * console.log(state.totalShow === containerEl.querySelectorAll('[data-category~="a"]').length); // true - * }); - * - * @example Example 3: Filtering targets by a compound selector - * - * // Show only those targets with the classes 'category-a' AND 'category-b' - * - * mixer.filter('.category-a.category-c') - * .then(function(state) { - * console.log(state.totalShow === containerEl.querySelectorAll('.category-a.category-c').length); // true - * }); - * - * @example Example 4: Filtering via an element collection - * - * var collection = Array.from(container.querySelectorAll('.mix')); - * - * console.log(collection.length); // 34 - * - * // Filter the collection manually using Array.prototype.filter - * - * var filtered = collection.filter(function(target) { - * return parseInt(target.getAttribute('data-price')) > 10; - * }); - * - * console.log(filtered.length); // 22 - * - * // Pass the filtered collection to MixItUp - * - * mixer.filter(filtered) - * .then(function(state) { - * console.log(state.activeFilter.collection.length === 22); // true - * }); - * - * @public - * @instance - * @since 2.0.0 - * @param {(string|HTMLElement|Array.)} selector - * Any valid CSS selector (i.e. `'.category-a'`), or the values `'all'` or `'none'`. The filter method also accepts a reference to single target element or a collection of target elements to show. - * @param {boolean} [animate=true] - * An optional boolean dictating whether the operation should animate, or occur syncronously with no animation. `true` by default. - * @param {function} [callback=null] - * An optional callback function to be invoked after the operation has completed. - * @return {Promise.} - * A promise resolving with the current state object. - */ - - filter: function() { - var self = this, - instruction = self.parseFilterArgs(arguments); - - return self.multimix({ - filter: instruction.command - }, instruction.animate, instruction.callback); - }, - - /** - * Adds an additional selector to the currently active filter selector, concatenating - * as per the logic defined in `controls.toggleLogic`. - * - * @example - * - * .toggleOn(selector [, animate] [, callback]) - * - * @example Example: Toggling on a filter selector - * - * console.log(mixer.getState().activeFilter.selector); // '.category-a' - * - * mixer.toggleOn('.category-b') - * .then(function(state) { - * console.log(state.activeFilter.selector); // '.category-a, .category-b' - * }); - * - * @public - * @instance - * @since 3.0.0 - * @param {string} selector - * Any valid CSS selector (i.e. `'.category-a'`) - * @param {boolean} [animate=true] - * An optional boolean dictating whether the operation should animate, or occur syncronously with no animation. `true` by default. - * @param {function} [callback=null] - * An optional callback function to be invoked after the operation has completed. - * @return {Promise.} - * A promise resolving with the current state object. - */ - - toggleOn: function() { - var self = this, - instruction = self.parseFilterArgs(arguments), - selector = instruction.command.selector, - toggleSelector = ''; - - self.isToggling = true; - - if (self.toggleArray.indexOf(selector) < 0) { - self.toggleArray.push(selector); - } - - toggleSelector = self.getToggleSelector(); - - return self.multimix({ - filter: toggleSelector - }, instruction.animate, instruction.callback); - }, - - /** - * Removes a selector from the active filter selector. - * - * @example - * - * .toggleOff(selector [, animate] [, callback]) - * - * @example Example: Toggling off a filter selector - * - * console.log(mixer.getState().activeFilter.selector); // '.category-a, .category-b' - * - * mixer.toggleOff('.category-b') - * .then(function(state) { - * console.log(state.activeFilter.selector); // '.category-a' - * }); - * - * @public - * @instance - * @since 3.0.0 - * @param {string} selector - * Any valid CSS selector (i.e. `'.category-a'`) - * @param {boolean} [animate=true] - * An optional boolean dictating whether the operation should animate, or occur syncronously with no animation. `true` by default. - * @param {function} [callback=null] - * An optional callback function to be invoked after the operation has completed. - * @return {Promise.} - * A promise resolving with the current state object. - */ - - toggleOff: function() { - var self = this, - instruction = self.parseFilterArgs(arguments), - selector = instruction.command.selector, - selectorIndex = self.toggleArray.indexOf(selector), - toggleSelector = ''; - - self.isToggling = true; - - if (selectorIndex > -1) { - self.toggleArray.splice(selectorIndex, 1); - } - - toggleSelector = self.getToggleSelector(); - - return self.multimix({ - filter: toggleSelector - }, instruction.animate, instruction.callback); - }, - - /** - * Sorts all targets in the container according to a provided sort string. - * - * @example - * - * .sort(sortString [, animate] [, callback]) - * - * @example Example 1: Sorting by the default DOM order - * - * // Reverse the default order of the targets - * - * mixer.sort('default:desc') - * .then(function(state) { - * console.log(state.activeSort.attribute === 'default'); // true - * console.log(state.activeSort.order === 'desc'); // true - * }); - * - * @example Example 2: Sorting by a custom data-attribute - * - * // Sort the targets by the value of a `data-published-date` attribute - * - * mixer.sort('published-date:asc') - * .then(function(state) { - * console.log(state.activeSort.attribute === 'published-date'); // true - * console.log(state.activeSort.order === 'asc'); // true - * }); - * - * @example Example 3: Sorting by multiple attributes - * - * // Sort the targets by the value of a `data-published-date` attribute, then by `data-title` - * - * mixer.sort('published-date:desc data-title:asc') - * .then(function(state) { - * console.log(state.activeSort.attribute === 'published-date'); // true - * console.log(state.activeSort.order === 'desc'); // true - * - * console.log(state.activeSort.next.attribute === 'title'); // true - * console.log(state.activeSort.next.order === 'asc'); // true - * }); - * - * @example Example 4: Sorting by random - * - * mixer.sort('random') - * .then(function(state) { - * console.log(state.activeSort.order === 'random') // true - * }); - * - * @example Example 5: Sorting via an element collection - * - * var collection = Array.from(container.querySelectorAll('.mix')); - * - * // Swap the position of two elements in the collection: - * - * var temp = collection[1]; - * - * collection[1] = collection[0]; - * collection[0] = temp; - * - * // Pass the sorted collection to MixItUp - * - * mixer.sort(collection) - * .then(function(state) { - * console.log(state.targets[0] === collection[0]); // true - * }); - * - * @public - * @instance - * @since 2.0.0 - * @param {(string|Array.)} sortString - * A valid sort string (e.g. `'default'`, `'published-date:asc'`, or `'random'`). The sort method also accepts an array of all target elements in a user-defined order. - * @param {boolean} [animate=true] - * An optional boolean dictating whether the operation should animate, or occur syncronously with no animation. `true` by default. - * @param {function} [callback=null] - * An optional callback function to be invoked after the operation has completed. - * @return {Promise.} - * A promise resolving with the current state object. - */ - - sort: function() { - var self = this, - instruction = self.parseSortArgs(arguments); - - return self.multimix({ - sort: instruction.command - }, instruction.animate, instruction.callback); - }, - - /** - * Changes the layout of the container by adding, removing or updating a - * layout-specific class name. If `animation.animateResizetargets` is - * enabled, MixItUp will attempt to gracefully animate the width, height, - * and position of targets between layout states. - * - * @example - * - * .changeLayout(containerClassName [, animate] [, callback]) - * - * @example Example 1: Adding a new class name to the container - * - * mixer.changeLayout('container-list') - * .then(function(state) { - * console.log(state.activeContainerClass === 'container-list'); // true - * }); - * - * @example Example 2: Removing a previously added class name from the container - * - * mixer.changeLayout('') - * .then(function(state) { - * console.log(state.activeContainerClass === ''); // true - * }); - * - * @public - * @instance - * @since 2.0.0 - * @param {string} containerClassName - * A layout-specific class name to add to the container. - * @param {boolean} [animate=true] - * An optional boolean dictating whether the operation should animate, or occur syncronously with no animation. `true` by default. - * @param {function} [callback=null] - * An optional callback function to be invoked after the operation has completed. - * @return {Promise.} - * A promise resolving with the current state object. - */ - - changeLayout: function() { - var self = this, - instruction = self.parseChangeLayoutArgs(arguments); - - return self.multimix({ - changeLayout: instruction.command - }, instruction.animate, instruction.callback); - }, - - /** - * Updates the contents and order of the container to reflect the provided dataset, - * if the dataset API is in use. - * - * The dataset API is designed for use in API-driven JavaScript applications, and - * can be used instead of DOM-based methods such as `.filter()`, `.sort()`, - * `.insert()`, etc. When used, insertion, removal, sorting and pagination can be - * achieved purely via changes to your data model, without the uglyness of having - * to interact with or query the DOM directly. - * - * @example - * - * .dataset(dataset [, animate] [, callback]) - * - * @example Example 1: Rendering a dataset - * - * var myDataset = [ - * {id: 1, ...}, - * {id: 2, ...}, - * {id: 3, ...} - * ]; - * - * mixer.dataset(myDataset) - * .then(function(state) { - * console.log(state.totalShow === 3); // true - * }); - * - * @example Example 2: Sorting a dataset - * - * // Create a new dataset in reverse order - * - * var newDataset = myDataset.slice().reverse(); - * - * mixer.dataset(newDataset) - * .then(function(state) { - * console.log(state.activeDataset[0] === myDataset[2]); // true - * }); - * - * @example Example 3: Removing an item from the dataset - * - * console.log(myDataset.length); // 3 - * - * // Create a new dataset with the last item removed. - * - * var newDataset = myDataset.slice().pop(); - * - * mixer.dataset(newDataset) - * .then(function(state) { - * console.log(state.totalShow === 2); // true - * }); - * - * @public - * @instance - * @since 3.0.0 - * @param {Array.} dataset - * An array of objects, each one representing the underlying data model of a target to be rendered. - * @param {boolean} [animate=true] - * An optional boolean dictating whether the operation should animate, or occur syncronously with no animation. `true` by default. - * @param {function} [callback=null] - * An optional callback function to be invoked after the operation has completed. - * @return {Promise.} - * A promise resolving with the current state object. - */ - - dataset: function() { - var self = this, - instruction = self.parseDatasetArgs(arguments), - operation = null, - queueItem = null, - animate = false; - - self.callActions('beforeDataset', arguments); - - if (!self.isBusy) { - if (instruction.callback) self.userCallback = instruction.callback; - - animate = (instruction.animate ^ self.config.animation.enable) ? instruction.animate : self.config.animation.enable; - - operation = self.getDataOperation(instruction.command.dataset); - - return self.goMix(animate, operation); - } else { - queueItem = new mixitup.QueueItem(); - - queueItem.args = arguments; - queueItem.instruction = instruction; - - return self.queueMix(queueItem); - } - }, - - /** - * Performs simultaneous `filter`, `sort`, `insert`, `remove` and `changeLayout` - * operations as requested. - * - * @example - * - * .multimix(multimixCommand [, animate] [, callback]) - * - * @example Example 1: Performing simultaneous filtering and sorting - * - * mixer.multimix({ - * filter: '.category-b', - * sort: 'published-date:desc' - * }) - * .then(function(state) { - * console.log(state.activeFilter.selector === '.category-b'); // true - * console.log(state.activeSort.attribute === 'published-date'); // true - * }); - * - * @example Example 2: Performing simultaneous sorting, insertion, and removal - * - * console.log(mixer.getState().totalShow); // 6 - * - * // NB: When inserting via `multimix()`, an object should be provided as the value - * // for the `insert` portion of the command, allowing for a collection of elements - * // and an insertion index to be specified. - * - * mixer.multimix({ - * sort: 'published-date:desc', // Sort the container, including any new elements - * insert: { - * collection: [newElementReferenceA, newElementReferenceB], // Add 2 new elements at index 5 - * index: 5 - * }, - * remove: existingElementReference // Remove 1 existing element - * }) - * .then(function(state) { - * console.log(state.activeSort.attribute === 'published-date'); // true - * console.log(state.totalShow === 7); // true - * }); - * - * @public - * @instance - * @since 2.0.0 - * @param {object} multimixCommand - * An object containing one or more things to do - * @param {boolean} [animate=true] - * An optional boolean dictating whether the operation should animate, or occur syncronously with no animation. `true` by default. - * @param {function} [callback=null] - * An optional callback function to be invoked after the operation has completed. - * @return {Promise.} - * A promise resolving with the current state object. - */ - - multimix: function() { - var self = this, - operation = null, - animate = false, - queueItem = null, - instruction = self.parseMultimixArgs(arguments); - - self.callActions('beforeMultimix', arguments); - - if (!self.isBusy) { - operation = self.getOperation(instruction.command); - - if (self.config.controls.enable) { - // Update controls for API calls - - if (instruction.command.filter && !self.isToggling) { - // As we are not toggling, reset the toggle array - // so new filter overrides existing toggles - - self.toggleArray.length = 0; - self.buildToggleArray(operation.command); - } - - if (self.queue.length < 1) { - self.updateControls(operation.command); - } - } - - if (instruction.callback) self.userCallback = instruction.callback; - - // Always allow the instruction to override the instance setting - - animate = (instruction.animate ^ self.config.animation.enable) ? - instruction.animate : - self.config.animation.enable; - - self.callFilters('operationMultimix', operation, arguments); - - return self.goMix(animate, operation); - } else { - queueItem = new mixitup.QueueItem(); - - queueItem.args = arguments; - queueItem.instruction = instruction; - queueItem.triggerElement = self.lastClicked; - queueItem.isToggling = self.isToggling; - - return self.queueMix(queueItem); - } - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {object} multimixCommand - * @param {boolean} [isPreFetch] - * An optional boolean indicating that the operation is being pre-fetched for execution at a later time. - * @return {Operation|null} - */ - - getOperation: function(multimixCommand) { - var self = this, - sortCommand = multimixCommand.sort, - filterCommand = multimixCommand.filter, - changeLayoutCommand = multimixCommand.changeLayout, - removeCommand = multimixCommand.remove, - insertCommand = multimixCommand.insert, - operation = new mixitup.Operation(); - - operation = self.callFilters('operationUnmappedGetOperation', operation, arguments); - - operation.id = h.randomHex(); - operation.command = multimixCommand; - operation.startState = self.state; - operation.triggerElement = self.lastClicked; - - if (self.isBusy) { - if (self.config.debug.showWarnings) { - console.warn(mixitup.messages.warningGetOperationInstanceBusy()); - } - - return null; - } - - if (insertCommand) { - self.insertTargets(insertCommand, operation); - } - - if (removeCommand) { - operation.toRemove = removeCommand.targets; - } - - operation.startSort = operation.newSort = operation.startState.activeSort; - operation.startOrder = operation.newOrder = self.targets; - - if (sortCommand) { - operation.startSort = operation.startState.activeSort; - operation.newSort = sortCommand; - - operation.willSort = self.willSort(sortCommand, operation.startState.activeSort); - - if (operation.willSort) { - self.sortOperation(operation); - } - } - - operation.startFilter = operation.startState.activeFilter; - - if (filterCommand) { - operation.newFilter = filterCommand; - } else { - operation.newFilter = h.extend(new mixitup.CommandFilter(), operation.startFilter); - } - - if (operation.newFilter.selector === 'all') { - operation.newFilter.selector = self.config.selectors.target; - } else if (operation.newFilter.selector === 'none') { - operation.newFilter.selector = ''; - } - - self.filterOperation(operation); - - operation.startContainerClassName = operation.startState.activeContainerClassName; - - if (changeLayoutCommand) { - operation.newContainerClassName = changeLayoutCommand.containerClassName; - - if (operation.newContainerClassName !== operation.startContainerClassName) { - operation.willChangeLayout = true; - } - } else { - operation.newContainerClassName = operation.startContainerClassName; - } - - if (self.config.animation.enable) { - // Populate the operation's position data - - self.getStartMixData(operation); - self.setInter(operation); - - operation.docState = h.getDocumentState(self.dom.document); - - self.getInterMixData(operation); - self.setFinal(operation); - self.getFinalMixData(operation); - - self.parseEffects(); - - operation.hasEffect = self.hasEffect(); - - self.getTweenData(operation); - } - - if (operation.willSort) { - self.targets = operation.newOrder; - } - - operation.newState = self.buildState(operation); - - return self.callFilters('operationMappedGetOperation', operation, arguments); - }, - - /** - * Renders a previously created operation at a specific point in its path, as - * determined by a multiplier between 0 and 1. - * - * @example - * .tween(operation, multiplier) - * - * @private - * @instance - * @since 3.0.0 - * @param {mixitup.Operation} operation - * An operation object created via the `getOperation` method - * - * @param {Float} multiplier - * Any number between 0 and 1 representing the percentage complete of the operation - * @return {void} - */ - - tween: function(operation, multiplier) { - var target = null, - posData = null, - toHideIndex = -1, - i = -1; - - multiplier = Math.min(multiplier, 1); - multiplier = Math.max(multiplier, 0); - - for (i = 0; target = operation.show[i]; i++) { - posData = operation.showPosData[i]; - - target.applyTween(posData, multiplier); - } - - for (i = 0; target = operation.hide[i]; i++) { - if (target.isShown) { - target.hide(); - } - - if ((toHideIndex = operation.toHide.indexOf(target)) > -1) { - posData = operation.toHidePosData[toHideIndex]; - - if (!target.isShown) { - target.show(); - } - - target.applyTween(posData, multiplier); - } - } - }, - - /** - * Inserts one or more new target elements into the container at a specified - * index. - * - * To be indexed as targets, new elements must match the `selectors.target` - * selector (`'.mix'` by default). - * - * @example - * - * .insert(newElements [, index] [, animate], [, callback]) - * - * @example Example 1: Inserting a single element via reference - * - * console.log(mixer.getState().totalShow); // 0 - * - * // Create a new element - * - * var newElement = document.createElement('div'); - * newElement.classList.add('mix'); - * - * mixer.insert(newElement) - * .then(function(state) { - * console.log(state.totalShow === 1); // true - * }); - * - * @example Example 2: Inserting a single element via HTML string - * - * console.log(mixer.getState().totalShow); // 1 - * - * // Create a new element via reference - * - * var newElementHtml = '<div class="mix"></div>'; - * - * // Create and insert the new element at index 1 - * - * mixer.insert(newElementHtml, 1) - * .then(function(state) { - * console.log(state.totalShow === 2); // true - * console.log(state.show[1].outerHTML === newElementHtml); // true - * }); - * - * @example Example 3: Inserting multiple elements via reference - * - * console.log(mixer.getState().totalShow); // 2 - * - * // Create an array of new elements to insert. - * - * var newElement1 = document.createElement('div'); - * var newElement2 = document.createElement('div'); - * - * newElement1.classList.add('mix'); - * newElement2.classList.add('mix'); - * - * var newElementsCollection = [newElement1, newElement2]; - * - * // Insert the new elements starting at index 1 - * - * mixer.insert(newElementsCollection, 1) - * .then(function(state) { - * console.log(state.totalShow === 4); // true - * console.log(state.show[1] === newElement1); // true - * console.log(state.show[2] === newElement2); // true - * }); - * - * @example Example 4: Inserting a jQuery collection object containing one or more elements - * - * console.log(mixer.getState().totalShow); // 4 - * - * var $newElement = $('<div class="mix"></div>'); - * - * // Insert the new elements starting at index 3 - * - * mixer.insert($newElement, 3) - * .then(function(state) { - * console.log(state.totalShow === 5); // true - * console.log(state.show[3] === $newElement[0]); // true - * }); - * - * @public - * @instance - * @since 2.0.0 - * @param {(HTMLElement|Array.|string)} newElements - * A reference to a single element to insert, an array-like collection of elements, or an HTML string representing a single element. - * @param {number} index=0 - * The index at which to insert the new element(s). `0` by default. - * @param {boolean} [animate=true] - * An optional boolean dictating whether the operation should animate, or occur syncronously with no animation. `true` by default. - * @param {function} [callback=null] - * An optional callback function to be invoked after the operation has completed. - * @return {Promise.} - * A promise resolving with the current state object. - */ - - insert: function() { - var self = this, - args = self.parseInsertArgs(arguments); - - return self.multimix({ - insert: args.command - }, args.animate, args.callback); - }, - - /** - * Inserts one or more new elements before a provided reference element. - * - * @example - * - * .insertBefore(newElements, referenceElement [, animate] [, callback]) - * - * @example Example: Inserting a new element before a reference element - * - * // An existing reference element is chosen at index 2 - * - * var referenceElement = mixer.getState().show[2]; - * - * // Create a new element - * - * var newElement = document.createElement('div'); - * newElement.classList.add('mix'); - * - * mixer.insertBefore(newElement, referenceElement) - * .then(function(state) { - * // The new element is inserted into the container at index 2, before the reference element - * - * console.log(state.show[2] === newElement); // true - * - * // The reference element is now at index 3 - * - * console.log(state.show[3] === referenceElement); // true - * }); - * - * @public - * @instance - * @since 3.0.0 - * @param {(HTMLElement|Array.|string)} newElements - * A reference to a single element to insert, an array-like collection of elements, or an HTML string representing a single element. - * @param {HTMLElement} referenceElement - * A reference to an existing element in the container to insert new elements before. - *@param {boolean} [animate=true] - * An optional boolean dictating whether the operation should animate, or occur syncronously with no animation. `true` by default. - * @param {function} [callback=null] - * An optional callback function to be invoked after the operation has completed. - * @return {Promise.} - * A promise resolving with the current state object. - */ - - insertBefore: function() { - var self = this, - args = self.parseInsertArgs(arguments); - - return self.insert(args.command.collection, 'before', args.command.sibling, args.animate, args.callback); - }, - - /** - * Inserts one or more new elements after a provided reference element. - * - * @example - * - * .insertAfter(newElements, referenceElement [, animate] [, callback]) - * - * @example Example: Inserting a new element after a reference element - * - * // An existing reference element is chosen at index 2 - * - * var referenceElement = mixer.getState().show[2]; - * - * // Create a new element - * - * var newElement = document.createElement('div'); - * newElement.classList.add('mix'); - * - * mixer.insertAfter(newElement, referenceElement) - * .then(function(state) { - * // The new element is inserted into the container at index 3, after the reference element - * - * console.log(state.show[3] === newElement); // true - * }); - * - * @public - * @instance - * @since 3.0.0 - * @param {(HTMLElement|Array.|string)} newElements - * A reference to a single element to insert, an array-like collection of elements, or an HTML string representing a single element. - * @param {HTMLElement} referenceElement - * A reference to an existing element in the container to insert new elements after. - * @param {boolean} [animate=true] - * An optional boolean dictating whether the operation should animate, or occur syncronously with no animation. `true` by default. - * @param {function} [callback=null] - * An optional callback function to be invoked after the operation has completed. - * @return {Promise.} - * A promise resolving with the current state object. - */ - - insertAfter: function() { - var self = this, - args = self.parseInsertArgs(arguments); - - return self.insert(args.command.collection, 'after', args.command.sibling, args.animate, args.callback); - }, - - /** - * Inserts one or more new elements into the container before all existing targets. - * - * @example - * - * .prepend(newElements [,animate] [,callback]) - * - * @example Example: Prepending a new element - * - * // Create a new element - * - * var newElement = document.createElement('div'); - * newElement.classList.add('mix'); - * - * // Insert the element into the container - * - * mixer.prepend(newElement) - * .then(function(state) { - * console.log(state.show[0] === newElement); // true - * }); - * - * @public - * @instance - * @since 3.0.0 - * @param {(HTMLElement|Array.|string)} newElements - * A reference to a single element to insert, an array-like collection of elements, or an HTML string representing a single element. - * @param {boolean} [animate=true] - * An optional boolean dictating whether the operation should animate, or occur syncronously with no animation. `true` by default. - * @param {function} [callback=null] - * An optional callback function to be invoked after the operation has completed. - * @return {Promise.} - * A promise resolving with the current state object. - */ - - prepend: function() { - var self = this, - args = self.parseInsertArgs(arguments); - - return self.insert(0, args.command.collection, args.animate, args.callback); - }, - - /** - * Inserts one or more new elements into the container after all existing targets. - * - * @example - * - * .append(newElements [,animate] [,callback]) - * - * @example Example: Appending a new element - * - * // Create a new element - * - * var newElement = document.createElement('div'); - * newElement.classList.add('mix'); - * - * // Insert the element into the container - * - * mixer.append(newElement) - * .then(function(state) { - * console.log(state.show[state.show.length - 1] === newElement); // true - * }); - * - * @public - * @instance - * @since 3.0.0 - * @param {(HTMLElement|Array.|string)} newElements - * A reference to a single element to insert, an array-like collection of elements, or an HTML string representing a single element. - * @param {boolean} [animate=true] - * An optional boolean dictating whether the operation should animate, or occur syncronously with no animation. `true` by default. - * @param {function} [callback=null] - * An optional callback function to be invoked after the operation has completed. - * @return {Promise.} - * A promise resolving with the current state object. - */ - - append: function() { - var self = this, - args = self.parseInsertArgs(arguments); - - return self.insert(self.state.totalTargets, args.command.collection, args.animate, args.callback); - }, - - /** - * Removes one or more existing target elements from the container. - * - * @example - * - * .remove(elements [, animate] [, callback]) - * - * @example Example 1: Removing an element by reference - * - * var elementToRemove = containerEl.firstElementChild; - * - * mixer.remove(elementToRemove) - * .then(function(state) { - * console.log(state.targets.indexOf(elementToRemove) === -1); // true - * }); - * - * @example Example 2: Removing a collection of elements by reference - * - * var elementsToRemove = containerEl.querySelectorAll('.category-a'); - * - * console.log(elementsToRemove.length) // 3 - * - * mixer.remove(elementsToRemove) - * .then(function() { - * console.log(containerEl.querySelectorAll('.category-a').length); // 0 - * }); - * - * @example Example 3: Removing one or more elements by selector - * - * mixer.remove('.category-a') - * .then(function() { - * console.log(containerEl.querySelectorAll('.category-a').length); // 0 - * }); - * - * @example Example 4: Removing an element by index - * - * console.log(mixer.getState.totalShow); // 4 - * - * // Remove the element at index 3 - * - * mixer.remove(3) - * .then(function(state) { - * console.log(state.totalShow); // 3 - * console.log(state.show[3]); // undefined - * }); - * - * - * @public - * @instance - * @since 3.0.0 - * @param {(HTMLElement|Array.|string|number)} elements - * A reference to a single element to remove, an array-like collection of elements, a selector string, or the index of an element to remove. - * @param {boolean} [animate=true] - * An optional boolean dictating whether the operation should animate, or occur syncronously with no animation. `true` by default. - * @param {function} [callback=null] - * An optional callback function to be invoked after the operation has completed. - * @return {Promise.} - * A promise resolving with the current state object. - */ - - remove: function() { - var self = this, - args = self.parseRemoveArgs(arguments); - - return self.multimix({ - remove: args.command - }, args.animate, args.callback); - }, - - /** - * Retrieves the the value of any property or sub-object within the current - * mixitup configuration, or the whole configuration object. - * - * @example - * - * .getConfig([stringKey]) - * - * @example Example 1: retrieve the entire configuration object - * - * var config = mixer.getConfig(); // Config { ... } - * - * @example Example 2: retrieve a named sub-object of configuration object - * - * var animation = mixer.getConfig('animation'); // ConfigAnimation { ... } - * - * @example Example 3: retrieve a value of configuration object via a dot-notation string key - * - * var effects = mixer.getConfig('animation.effects'); // 'fade scale' - * - * @public - * @instance - * @since 2.0.0 - * @param {string} [stringKey] A "dot-notation" string key - * @return {*} - */ - - getConfig: function(stringKey) { - var self = this, - value = null; - - if (!stringKey) { - value = self.config; - } else { - value = h.getProperty(self.config, stringKey); - } - - return self.callFilters('valueGetConfig', value, arguments); - }, - - /** - * Updates the configuration of the mixer, after it has been instantiated. - * - * See the Configuration Object documentation for a full list of avilable - * configuration options. - * - * @example - * - * .configure(config) - * - * @example Example 1: Updating animation options - * - * mixer.configure({ - * animation: { - * effects: 'fade translateX(-100%)', - * duration: 300 - * } - * }); - * - * @example Example 2: Removing a callback after it has been set - * - * var mixer; - * - * function handleMixEndOnce() { - * // Do something .. - * - * // Then nullify the callback - * - * mixer.configure({ - * callbacks: { - * onMixEnd: null - * } - * }); - * }; - * - * // Instantiate a mixer with a callback defined - * - * mixer = mixitup(containerEl, { - * callbacks: { - * onMixEnd: handleMixEndOnce - * } - * }); - * - * @public - * @instance - * @since 3.0.0 - * @param {object} config - * An object containing one of more configuration options. - * @return {void} - */ - - configure: function(config) { - var self = this; - - self.callActions('beforeConfigure', arguments); - - h.extend(self.config, config, true, true); - - self.callActions('afterConfigure', arguments); - }, - - /** - * Returns an object containing information about the current state of the - * mixer. See the State Object documentation for more information. - * - * NB: State objects are immutable and should therefore be regenerated - * after any operation. - * - * @example - * - * .getState(); - * - * @example Example: Retrieving a state object - * - * var state = mixer.getState(); - * - * console.log(state.totalShow + 'targets are currently shown'); - * - * @public - * @instance - * @since 2.0.0 - * @return {mixitup.State} An object reflecting the current state of the mixer. - */ - - getState: function() { - var self = this, - state = null; - - state = new mixitup.State(); - - h.extend(state, self.state); - - h.freeze(state); - - return self.callFilters('stateGetState', state, arguments); - }, - - /** - * Forces the re-indexing all targets within the container. - * - * This should only be used if some other piece of code in your application - * has manipulated the contents of your container, which should be avoided. - * - * If you need to add or remove target elements from the container, use - * the built-in `.insert()` or `.remove()` methods, and MixItUp will keep - * itself up to date. - * - * @example - * - * .forceRefresh() - * - * @example Example: Force refreshing the mixer after external DOM manipulation - * - * console.log(mixer.getState().totalShow); // 3 - * - * // An element is removed from the container via some external DOM manipulation code: - * - * containerEl.removeChild(containerEl.firstElementChild); - * - * // The mixer does not know that the number of targets has changed: - * - * console.log(mixer.getState().totalShow); // 3 - * - * mixer.forceRefresh(); - * - * // After forceRefresh, the mixer is in sync again: - * - * console.log(mixer.getState().totalShow); // 2 - * - * @public - * @instance - * @since 2.1.2 - * @return {void} - */ - - forceRefresh: function() { - var self = this; - - self.indexTargets(); - }, - - /** - * Forces the re-rendering of all targets when using the Dataset API. - * - * By default, targets are only re-rendered when `data.dirtyCheck` is - * enabled, and an item's data has changed when `dataset()` is called. - * - * The `forceRender()` method allows for the re-rendering of all targets - * in response to some arbitrary event, such as the changing of the target - * render function. - * - * Targets are rendered against their existing data. - * - * @example - * - * .forceRender() - * - * @example Example: Force render targets after changing the target render function - * - * console.log(container.innerHTML); // ... <span class="mix">Foo</span> ... - * - * mixer.configure({ - * render: { - * target: (item) => `<a href="/${item.slug}/" class="mix">${item.title}</a>` - * } - * }); - * - * mixer.forceRender(); - * - * console.log(container.innerHTML); // ... <a href="/foo/" class="mix">Foo</a> ... - * - * @public - * @instance - * @since 3.2.1 - * @return {void} - */ - - forceRender: function() { - var self = this, - target = null, - el = null, - id = ''; - - for (id in self.cache) { - target = self.cache[id]; - - el = target.render(target.data); - - if (el !== target.dom.el) { - // Update target element reference - - if (target.isInDom) { - target.unbindEvents(); - - self.dom.parent.replaceChild(el, target.dom.el); - } - - if (!target.isShown) { - el.style.display = 'none'; - } - - target.dom.el = el; - - if (target.isInDom) { - target.bindEvents(); - } - } - } - - self.state = self.buildState(self.lastOperation); - }, - - /** - * Removes mixitup functionality from the container, unbinds all control - * event handlers, and deletes the mixer instance from MixItUp's internal - * cache. - * - * This should be performed whenever a mixer's container is removed from - * the DOM, such as during a page change in a single page application, - * or React's `componentWillUnmount()`. - * - * @example - * - * .destroy([cleanUp]) - * - * @example Example: Destroying the mixer before removing its container element - * - * mixer.destroy(); - * - * containerEl.parentElement.removeChild(containerEl); - * - * @public - * @instance - * @since 2.0.0 - * @param {boolean} [cleanUp=false] - * An optional boolean dictating whether or not to clean up any inline `display: none;` styling applied to hidden targets. - * @return {void} - */ - - destroy: function(cleanUp) { - var self = this, - control = null, - target = null, - i = 0; - - self.callActions('beforeDestroy', arguments); - - for (i = 0; control = self.controls[i]; i++) { - control.removeBinding(self); - } - - for (i = 0; target = self.targets[i]; i++) { - if (cleanUp) { - target.show(); - } - - target.unbindEvents(); - } - - if (self.dom.container.id.match(/^MixItUp/)) { - self.dom.container.removeAttribute('id'); - } - - delete mixitup.instances[self.id]; - - self.callActions('afterDestroy', arguments); - } - }); - - /** - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.IMoveData = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.posIn = null; - this.posOut = null; - this.operation = null; - this.callback = null; - this.statusChange = ''; - this.duration = -1; - this.staggerIndex = -1; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.IMoveData); - - mixitup.IMoveData.prototype = Object.create(mixitup.Base.prototype); - - mixitup.IMoveData.prototype.constructor = mixitup.IMoveData; - - /** - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.TargetDom = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.el = null; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.TargetDom); - - mixitup.TargetDom.prototype = Object.create(mixitup.Base.prototype); - - mixitup.TargetDom.prototype.constructor = mixitup.TargetDom; - - /** - * @constructor - * @namespace - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.Target = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.id = ''; - this.sortString = ''; - this.mixer = null; - this.callback = null; - this.isShown = false; - this.isBound = false; - this.isExcluded = false; - this.isInDom = false; - this.handler = null; - this.operation = null; - this.data = null; - this.dom = new mixitup.TargetDom(); - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.Target); - - mixitup.Target.prototype = Object.create(mixitup.Base.prototype); - - h.extend(mixitup.Target.prototype, { - constructor: mixitup.Target, - - /** - * Initialises a newly instantiated Target. - * - * @private - * @instance - * @since 3.0.0 - * @param {(Element|null)} el - * @param {object} mixer - * @param {object} [data] - * @return {void} - */ - - init: function(el, mixer, data) { - var self = this, - id = ''; - - self.callActions('beforeInit', arguments); - - self.mixer = mixer; - - if (!el) { - // If no element is provided, render it - - el = self.render(data); - } - - self.cacheDom(el); - - self.bindEvents(); - - if (self.dom.el.style.display !== 'none') { - self.isShown = true; - } - - if (data && mixer.config.data.uidKey) { - if (typeof (id = data[mixer.config.data.uidKey]) === 'undefined' || id.toString().length < 1) { - throw new TypeError(mixitup.messages.errorDatasetInvalidUidKey({ - uidKey: mixer.config.data.uidKey - })); - } - - self.id = id; - self.data = data; - - mixer.cache[id] = self; - } - - self.callActions('afterInit', arguments); - }, - - /** - * Renders the target element using a user-defined renderer function. - * - * @private - * @instance - * @since 3.1.4 - * @param {object} data - * @return {void} - */ - - render: function(data) { - var self = this, - render = null, - el = null, - temp = null, - output = ''; - - self.callActions('beforeRender', arguments); - - render = self.callFilters('renderRender', self.mixer.config.render.target, arguments); - - if (typeof render !== 'function') { - throw new TypeError(mixitup.messages.errorDatasetRendererNotSet()); - } - - output = render(data); - - if (output && typeof output === 'object' && h.isElement(output)) { - el = output; - } else if (typeof output === 'string') { - temp = document.createElement('div'); - temp.innerHTML = output; - - el = temp.firstElementChild; - } - - return self.callFilters('elRender', el, arguments); - }, - - /** - * Caches references of DOM elements neccessary for the target's functionality. - * - * @private - * @instance - * @since 3.0.0 - * @param {Element} el - * @return {void} - */ - - cacheDom: function(el) { - var self = this; - - self.callActions('beforeCacheDom', arguments); - - self.dom.el = el; - - self.callActions('afterCacheDom', arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {string} attributeName - * @return {void} - */ - - getSortString: function(attributeName) { - var self = this, - value = self.dom.el.getAttribute('data-' + attributeName) || ''; - - self.callActions('beforeGetSortString', arguments); - - value = isNaN(value * 1) ? - value.toLowerCase() : - value * 1; - - self.sortString = value; - - self.callActions('afterGetSortString', arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @return {void} - */ - - show: function() { - var self = this; - - self.callActions('beforeShow', arguments); - - if (!self.isShown) { - self.dom.el.style.display = ''; - - self.isShown = true; - } - - self.callActions('afterShow', arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @return {void} - */ - - hide: function() { - var self = this; - - self.callActions('beforeHide', arguments); - - if (self.isShown) { - self.dom.el.style.display = 'none'; - - self.isShown = false; - } - - self.callActions('afterHide', arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {mixitup.IMoveData} moveData - * @return {void} - */ - - move: function(moveData) { - var self = this; - - self.callActions('beforeMove', arguments); - - if (!self.isExcluded) { - self.mixer.targetsMoved++; - } - - self.applyStylesIn(moveData); - - requestAnimationFrame(function() { - self.applyStylesOut(moveData); - }); - - self.callActions('afterMove', arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {object} posData - * @param {number} multiplier - * @return {void} - */ - - applyTween: function(posData, multiplier) { - var self = this, - propertyName = '', - tweenData = null, - posIn = posData.posIn, - currentTransformValues = [], - currentValues = new mixitup.StyleData(), - i = -1; - - self.callActions('beforeApplyTween', arguments); - - currentValues.x = posIn.x; - currentValues.y = posIn.y; - - if (multiplier === 0) { - self.hide(); - } else if (!self.isShown) { - self.show(); - } - - for (i = 0; propertyName = mixitup.features.TWEENABLE[i]; i++) { - tweenData = posData.tweenData[propertyName]; - - if (propertyName === 'x') { - if (!tweenData) continue; - - currentValues.x = posIn.x + (tweenData * multiplier); - } else if (propertyName === 'y') { - if (!tweenData) continue; - - currentValues.y = posIn.y + (tweenData * multiplier); - } else if (tweenData instanceof mixitup.TransformData) { - if (!tweenData.value) continue; - - currentValues[propertyName].value = - posIn[propertyName].value + (tweenData.value * multiplier); - - currentValues[propertyName].unit = tweenData.unit; - - currentTransformValues.push( - propertyName + '(' + currentValues[propertyName].value + tweenData.unit + ')' - ); - } else { - if (!tweenData) continue; - - currentValues[propertyName] = posIn[propertyName] + (tweenData * multiplier); - - self.dom.el.style[propertyName] = currentValues[propertyName]; - } - } - - if (currentValues.x || currentValues.y) { - currentTransformValues.unshift('translate(' + currentValues.x + 'px, ' + currentValues.y + 'px)'); - } - - if (currentTransformValues.length) { - self.dom.el.style[mixitup.features.transformProp] = currentTransformValues.join(' '); - } - - self.callActions('afterApplyTween', arguments); - }, - - /** - * Applies the initial styling to a target element before any transition - * is applied. - * - * @private - * @instance - * @param {mixitup.IMoveData} moveData - * @return {void} - */ - - applyStylesIn: function(moveData) { - var self = this, - posIn = moveData.posIn, - isFading = self.mixer.effectsIn.opacity !== 1, - transformValues = []; - - self.callActions('beforeApplyStylesIn', arguments); - - transformValues.push('translate(' + posIn.x + 'px, ' + posIn.y + 'px)'); - - if (self.mixer.config.animation.animateResizeTargets) { - if (moveData.statusChange !== 'show') { - // Don't apply posIn width or height or showing, as will be 0 - - self.dom.el.style.width = posIn.width + 'px'; - self.dom.el.style.height = posIn.height + 'px'; - } - - self.dom.el.style.marginRight = posIn.marginRight + 'px'; - self.dom.el.style.marginBottom = posIn.marginBottom + 'px'; - } - - isFading && (self.dom.el.style.opacity = posIn.opacity); - - if (moveData.statusChange === 'show') { - transformValues = transformValues.concat(self.mixer.transformIn); - } - - self.dom.el.style[mixitup.features.transformProp] = transformValues.join(' '); - - self.callActions('afterApplyStylesIn', arguments); - }, - - /** - * Applies a transition followed by the final styles for the element to - * transition towards. - * - * @private - * @instance - * @param {mixitup.IMoveData} moveData - * @return {void} - */ - - applyStylesOut: function(moveData) { - var self = this, - transitionRules = [], - transformValues = [], - isResizing = self.mixer.config.animation.animateResizeTargets, - isFading = typeof self.mixer.effectsIn.opacity !== 'undefined'; - - self.callActions('beforeApplyStylesOut', arguments); - - // Build the transition rules - - transitionRules.push(self.writeTransitionRule( - mixitup.features.transformRule, - moveData.staggerIndex - )); - - if (moveData.statusChange !== 'none') { - transitionRules.push(self.writeTransitionRule( - 'opacity', - moveData.staggerIndex, - moveData.duration - )); - } - - if (isResizing) { - transitionRules.push(self.writeTransitionRule( - 'width', - moveData.staggerIndex, - moveData.duration - )); - - transitionRules.push(self.writeTransitionRule( - 'height', - moveData.staggerIndex, - moveData.duration - )); - - transitionRules.push(self.writeTransitionRule( - 'margin', - moveData.staggerIndex, - moveData.duration - )); - } - - // If no callback was provided, the element will - // not transition in any way so tag it as "immovable" - - if (!moveData.callback) { - self.mixer.targetsImmovable++; - - if (self.mixer.targetsMoved === self.mixer.targetsImmovable) { - // If the total targets moved is equal to the - // number of immovable targets, the operation - // should be considered finished - - self.mixer.cleanUp(moveData.operation); - } - - return; - } - - // If the target will transition in some fasion, - // assign a callback function - - self.operation = moveData.operation; - self.callback = moveData.callback; - - // As long as the target is not excluded, increment - // the total number of targets bound - - !self.isExcluded && self.mixer.targetsBound++; - - // Tag the target as bound to differentiate from transitionEnd - // events that may come from stylesheet driven effects - - self.isBound = true; - - // Apply the transition - - self.applyTransition(transitionRules); - - // Apply width, height and margin negation - - if (isResizing && moveData.posOut.width > 0 && moveData.posOut.height > 0) { - self.dom.el.style.width = moveData.posOut.width + 'px'; - self.dom.el.style.height = moveData.posOut.height + 'px'; - self.dom.el.style.marginRight = moveData.posOut.marginRight + 'px'; - self.dom.el.style.marginBottom = moveData.posOut.marginBottom + 'px'; - } - - if (!self.mixer.config.animation.nudge && moveData.statusChange === 'hide') { - // If we're not nudging, the translation should be - // applied before any other transforms to prevent - // lateral movement - - transformValues.push('translate(' + moveData.posOut.x + 'px, ' + moveData.posOut.y + 'px)'); - } - - // Apply fade - - switch (moveData.statusChange) { - case 'hide': - isFading && (self.dom.el.style.opacity = self.mixer.effectsOut.opacity); - - transformValues = transformValues.concat(self.mixer.transformOut); - - break; - case 'show': - isFading && (self.dom.el.style.opacity = 1); - } - - if ( - self.mixer.config.animation.nudge || - (!self.mixer.config.animation.nudge && moveData.statusChange !== 'hide') - ) { - // Opposite of above - apply translate after - // other transform - - transformValues.push('translate(' + moveData.posOut.x + 'px, ' + moveData.posOut.y + 'px)'); - } - - // Apply transforms - - self.dom.el.style[mixitup.features.transformProp] = transformValues.join(' '); - - self.callActions('afterApplyStylesOut', arguments); - }, - - /** - * Combines the name of a CSS property with the appropriate duration and delay - * values to created a valid transition rule. - * - * @private - * @instance - * @since 3.0.0 - * @param {string} property - * @param {number} staggerIndex - * @param {number} duration - * @return {string} - */ - - writeTransitionRule: function(property, staggerIndex, duration) { - var self = this, - delay = self.getDelay(staggerIndex), - rule = ''; - - rule = property + ' ' + - (duration > 0 ? duration : self.mixer.config.animation.duration) + 'ms ' + - delay + 'ms ' + - (property === 'opacity' ? 'linear' : self.mixer.config.animation.easing); - - return self.callFilters('ruleWriteTransitionRule', rule, arguments); - }, - - /** - * Calculates the transition delay for each target element based on its index, if - * staggering is applied. If defined, A custom `animation.staggerSeqeuence` - * function can be used to manipulate the order of indices to produce custom - * stagger effects (e.g. for use in a grid with irregular row lengths). - * - * @private - * @instance - * @since 2.0.0 - * @param {number} index - * @return {number} - */ - - getDelay: function(index) { - var self = this, - delay = -1; - - if (typeof self.mixer.config.animation.staggerSequence === 'function') { - index = self.mixer.config.animation.staggerSequence.call(self, index, self.state); - } - - delay = !!self.mixer.staggerDuration ? index * self.mixer.staggerDuration : 0; - - return self.callFilters('delayGetDelay', delay, arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {string[]} rules - * @return {void} - */ - - applyTransition: function(rules) { - var self = this, - transitionString = rules.join(', '); - - self.callActions('beforeApplyTransition', arguments); - - self.dom.el.style[mixitup.features.transitionProp] = transitionString; - - self.callActions('afterApplyTransition', arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {Event} e - * @return {void} - */ - - handleTransitionEnd: function(e) { - var self = this, - propName = e.propertyName, - canResize = self.mixer.config.animation.animateResizeTargets; - - self.callActions('beforeHandleTransitionEnd', arguments); - - if ( - self.isBound && - e.target.matches(self.mixer.config.selectors.target) && - ( - propName.indexOf('transform') > -1 || - propName.indexOf('opacity') > -1 || - canResize && propName.indexOf('height') > -1 || - canResize && propName.indexOf('width') > -1 || - canResize && propName.indexOf('margin') > -1 - ) - ) { - self.callback.call(self, self.operation); - - self.isBound = false; - self.callback = null; - self.operation = null; - } - - self.callActions('afterHandleTransitionEnd', arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {Event} e - * @return {void} - */ - - eventBus: function(e) { - var self = this; - - self.callActions('beforeEventBus', arguments); - - switch (e.type) { - case 'webkitTransitionEnd': - case 'transitionend': - self.handleTransitionEnd(e); - } - - self.callActions('afterEventBus', arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @return {void} - */ - - unbindEvents: function() { - var self = this; - - self.callActions('beforeUnbindEvents', arguments); - - h.off(self.dom.el, 'webkitTransitionEnd', self.handler); - h.off(self.dom.el, 'transitionend', self.handler); - - self.callActions('afterUnbindEvents', arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @return {void} - */ - - bindEvents: function() { - var self = this, - transitionEndEvent = ''; - - self.callActions('beforeBindEvents', arguments); - - transitionEndEvent = mixitup.features.transitionPrefix === 'webkit' ? 'webkitTransitionEnd' : 'transitionend'; - - self.handler = function(e) { - return self.eventBus(e); - }; - - h.on(self.dom.el, transitionEndEvent, self.handler); - - self.callActions('afterBindEvents', arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @param {boolean} [getBox] - * @return {PosData} - */ - - getPosData: function(getBox) { - var self = this, - styles = {}, - rect = null, - posData = new mixitup.StyleData(); - - self.callActions('beforeGetPosData', arguments); - - posData.x = self.dom.el.offsetLeft; - posData.y = self.dom.el.offsetTop; - - if (self.mixer.config.animation.animateResizeTargets || getBox) { - rect = self.dom.el.getBoundingClientRect(); - - posData.top = rect.top; - posData.right = rect.right; - posData.bottom = rect.bottom; - posData.left = rect.left; - - posData.width = rect.width; - posData.height = rect.height; - } - - if (self.mixer.config.animation.animateResizeTargets) { - styles = window.getComputedStyle(self.dom.el); - - posData.marginBottom = parseFloat(styles.marginBottom); - posData.marginRight = parseFloat(styles.marginRight); - } - - return self.callFilters('posDataGetPosData', posData, arguments); - }, - - /** - * @private - * @instance - * @since 3.0.0 - * @return {void} - */ - - cleanUp: function() { - var self = this; - - self.callActions('beforeCleanUp', arguments); - - self.dom.el.style[mixitup.features.transformProp] = ''; - self.dom.el.style[mixitup.features.transitionProp] = ''; - self.dom.el.style.opacity = ''; - - if (self.mixer.config.animation.animateResizeTargets) { - self.dom.el.style.width = ''; - self.dom.el.style.height = ''; - self.dom.el.style.marginRight = ''; - self.dom.el.style.marginBottom = ''; - } - - self.callActions('afterCleanUp', arguments); - } - }); - - /** - * A jQuery-collection-like wrapper around one or more `mixitup.Mixer` instances - * allowing simultaneous control of said instances similar to the MixItUp 2 API. - * - * @example - * new mixitup.Collection(instances) - * - * @constructor - * @namespace - * @memberof mixitup - * @private - * @since 3.0.0 - * @param {mixitup.Mixer[]} instances - */ - - mixitup.Collection = function(instances) { - var instance = null, - i = -1; - - this.callActions('beforeConstruct'); - - for (i = 0; instance = instances[i]; i++) { - this[i] = instance; - } - - this.length = instances.length; - - this.callActions('afterConstruct'); - - h.freeze(this); - }; - - mixitup.BaseStatic.call(mixitup.Collection); - - mixitup.Collection.prototype = Object.create(mixitup.Base.prototype); - - h.extend(mixitup.Collection.prototype, - /** @lends mixitup.Collection */ - { - constructor: mixitup.Collection, - - /** - * Calls a method on all instances in the collection by passing the method - * name as a string followed by any applicable parameters to be curried into - * to the method. - * - * @example - * .mixitup(methodName[,arg1][,arg2..]); - * - * @example - * var collection = new Collection([mixer1, mixer2]); - * - * return collection.mixitup('filter', '.category-a') - * .then(function(states) { - * state.forEach(function(state) { - * console.log(state.activeFilter.selector); // .category-a - * }); - * }); - * - * @public - * @instance - * @since 3.0.0 - * @param {string} methodName - * @return {Promise>} - */ - - mixitup: function(methodName) { - var self = this, - instance = null, - args = Array.prototype.slice.call(arguments), - tasks = [], - i = -1; - - this.callActions('beforeMixitup'); - - args.shift(); - - for (i = 0; instance = self[i]; i++) { - tasks.push(instance[methodName].apply(instance, args)); - } - - return self.callFilters('promiseMixitup', h.all(tasks, mixitup.libraries), arguments); - } - }); - - /** - * `mixitup.Operation` objects contain all data neccessary to describe the full - * lifecycle of any MixItUp operation. They can be used to compute and store an - * operation for use at a later time (e.g. programmatic tweening). - * - * @constructor - * @namespace - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.Operation = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.id = ''; - - this.args = []; - this.command = null; - this.showPosData = []; - this.toHidePosData = []; - - this.startState = null; - this.newState = null; - this.docState = null; - - this.willSort = false; - this.willChangeLayout = false; - this.hasEffect = false; - this.hasFailed = false; - - this.triggerElement = null; - - this.show = []; - this.hide = []; - this.matching = []; - this.toShow = []; - this.toHide = []; - this.toMove = []; - this.toRemove = []; - this.startOrder = []; - this.newOrder = []; - this.startSort = null; - this.newSort = null; - this.startFilter = null; - this.newFilter = null; - this.startDataset = null; - this.newDataset = null; - this.viewportDeltaX = 0; - this.viewportDeltaY = 0; - this.startX = 0; - this.startY = 0; - this.startHeight = 0; - this.startWidth = 0; - this.newX = 0; - this.newY = 0; - this.newHeight = 0; - this.newWidth = 0; - this.startContainerClassName = ''; - this.startDisplay = ''; - this.newContainerClassName = ''; - this.newDisplay = ''; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.Operation); - - mixitup.Operation.prototype = Object.create(mixitup.Base.prototype); - - mixitup.Operation.prototype.constructor = mixitup.Operation; - - /** - * `mixitup.State` objects expose various pieces of data detailing the state of - * a MixItUp instance. They are provided at the start and end of any operation via - * callbacks and events, with the most recent state stored between operations - * for retrieval at any time via the API. - * - * @constructor - * @namespace - * @memberof mixitup - * @public - * @since 3.0.0 - */ - - mixitup.State = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - /** - * The ID of the mixer instance. - * - * @name id - * @memberof mixitup.State - * @instance - * @type {string} - * @default '' - */ - - this.id = ''; - - /** - * The currently active filter command as set by a control click or API call. - * - * @name activeFilter - * @memberof mixitup.State - * @instance - * @type {mixitup.CommandFilter} - * @default null - */ - - this.activeFilter = null; - - /** - * The currently active sort command as set by a control click or API call. - * - * @name activeSort - * @memberof mixitup.State - * @instance - * @type {mixitup.CommandSort} - * @default null - */ - - this.activeSort = null; - - /** - * The current layout-specific container class name, if applied. - * - * @name activeContainerClassName - * @memberof mixitup.State - * @instance - * @type {string} - * @default '' - */ - - this.activeContainerClassName = ''; - - /** - * A reference to the container element that the mixer is instantiated on. - * - * @name container - * @memberof mixitup.State - * @instance - * @type {Element} - * @default null - */ - - this.container = null; - - /** - * An array of all target elements indexed by the mixer. - * - * @name targets - * @memberof mixitup.State - * @instance - * @type {Array.} - * @default [] - */ - - this.targets = []; - - /** - * An array of all target elements not matching the current filter. - * - * @name hide - * @memberof mixitup.State - * @instance - * @type {Array.} - * @default [] - */ - - this.hide = []; - - /** - * An array of all target elements matching the current filter and any additional - * limits applied such as pagination. - * - * @name show - * @memberof mixitup.State - * @instance - * @type {Array.} - * @default [] - */ - - this.show = []; - - /** - * An array of all target elements matching the current filter irrespective of - * any additional limits applied such as pagination. - * - * @name matching - * @memberof mixitup.State - * @instance - * @type {Array.} - * @default [] - */ - - this.matching = []; - - /** - * An integer representing the total number of target elements indexed by the - * mixer. Equivalent to `state.targets.length`. - * - * @name totalTargets - * @memberof mixitup.State - * @instance - * @type {number} - * @default -1 - */ - - this.totalTargets = -1; - - /** - * An integer representing the total number of target elements matching the - * current filter and any additional limits applied such as pagination. - * Equivalent to `state.show.length`. - * - * @name totalShow - * @memberof mixitup.State - * @instance - * @type {number} - * @default -1 - */ - - this.totalShow = -1; - - /** - * An integer representing the total number of target elements not matching - * the current filter. Equivalent to `state.hide.length`. - * - * @name totalHide - * @memberof mixitup.State - * @instance - * @type {number} - * @default -1 - */ - - this.totalHide = -1; - - /** - * An integer representing the total number of target elements matching the - * current filter irrespective of any other limits applied such as pagination. - * Equivalent to `state.matching.length`. - * - * @name totalMatching - * @memberof mixitup.State - * @instance - * @type {number} - * @default -1 - */ - - this.totalMatching = -1; - - /** - * A boolean indicating whether the last operation "failed", i.e. no targets - * could be found matching the filter. - * - * @name hasFailed - * @memberof mixitup.State - * @instance - * @type {boolean} - * @default false - */ - - this.hasFailed = false; - - /** - * The DOM element that was clicked if the last operation was triggered by the - * clicking of a control and not an API call. - * - * @name triggerElement - * @memberof mixitup.State - * @instance - * @type {Element|null} - * @default null - */ - - this.triggerElement = null; - - /** - * The currently active dataset underlying the rendered targets, if the - * dataset API is in use. - * - * @name activeDataset - * @memberof mixitup.State - * @instance - * @type {Array.} - * @default null - */ - - this.activeDataset = null; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.State); - - mixitup.State.prototype = Object.create(mixitup.Base.prototype); - - mixitup.State.prototype.constructor = mixitup.State; - - /** - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.UserInstruction = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - this.command = {}; - this.animate = false; - this.callback = null; - - this.callActions('afterConstruct'); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.UserInstruction); - - mixitup.UserInstruction.prototype = Object.create(mixitup.Base.prototype); - - mixitup.UserInstruction.prototype.constructor = mixitup.UserInstruction; - - /** - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - */ - - mixitup.Messages = function() { - mixitup.Base.call(this); - - this.callActions('beforeConstruct'); - - /* Errors - ----------------------------------------------------------------------------- */ - - this.ERROR_FACTORY_INVALID_CONTAINER = - '[MixItUp] An invalid selector or element reference was passed to the mixitup factory function'; - - this.ERROR_FACTORY_CONTAINER_NOT_FOUND = - '[MixItUp] The provided selector yielded no container element'; - - this.ERROR_CONFIG_INVALID_ANIMATION_EFFECTS = - '[MixItUp] Invalid value for `animation.effects`'; - - this.ERROR_CONFIG_INVALID_CONTROLS_SCOPE = - '[MixItUp] Invalid value for `controls.scope`'; - - this.ERROR_CONFIG_INVALID_PROPERTY = - '[MixitUp] Invalid configuration object property "${erroneous}"${suggestion}'; - - this.ERROR_CONFIG_INVALID_PROPERTY_SUGGESTION = - '. Did you mean "${probableMatch}"?'; - - this.ERROR_CONFIG_DATA_UID_KEY_NOT_SET = - '[MixItUp] To use the dataset API, a UID key must be specified using `data.uidKey`'; - - this.ERROR_DATASET_INVALID_UID_KEY = - '[MixItUp] The specified UID key "${uidKey}" is not present on one or more dataset items'; - - this.ERROR_DATASET_DUPLICATE_UID = - '[MixItUp] The UID "${uid}" was found on two or more dataset items. UIDs must be unique.'; - - this.ERROR_INSERT_INVALID_ARGUMENTS = - '[MixItUp] Please provider either an index or a sibling and position to insert, not both'; - - this.ERROR_INSERT_PREEXISTING_ELEMENT = - '[MixItUp] An element to be inserted already exists in the container'; - - this.ERROR_FILTER_INVALID_ARGUMENTS = - '[MixItUp] Please provide either a selector or collection `.filter()`, not both'; - - this.ERROR_DATASET_NOT_SET = - '[MixItUp] To use the dataset API with pre-rendered targets, a starting dataset must be set using `load.dataset`'; - - this.ERROR_DATASET_PRERENDERED_MISMATCH = - '[MixItUp] `load.dataset` does not match pre-rendered targets'; - - this.ERROR_DATASET_RENDERER_NOT_SET = - '[MixItUp] To insert an element via the dataset API, a target renderer function must be provided to `render.target`'; - - this.ERROR_SORT_NON_EXISTENT_ELEMENT = - '[MixItUp] An element to be sorted does not already exist in the container'; - - /* Warnings - ----------------------------------------------------------------------------- */ - - this.WARNING_FACTORY_PREEXISTING_INSTANCE = - '[MixItUp] WARNING: This element already has an active MixItUp instance. The provided configuration object will be ignored.' + - ' If you wish to perform additional methods on this instance, please create a reference.'; - - this.WARNING_INSERT_NO_ELEMENTS = - '[MixItUp] WARNING: No valid elements were passed to `.insert()`'; - - this.WARNING_REMOVE_NO_ELEMENTS = - '[MixItUp] WARNING: No valid elements were passed to `.remove()`'; - - this.WARNING_MULTIMIX_INSTANCE_QUEUE_FULL = - '[MixItUp] WARNING: An operation was requested but the MixItUp instance was busy. The operation was rejected because the ' + - 'queue is full or queuing is disabled.'; - - this.WARNING_GET_OPERATION_INSTANCE_BUSY = - '[MixItUp] WARNING: Operations can be be created while the MixItUp instance is busy.'; - - this.WARNING_NO_PROMISE_IMPLEMENTATION = - '[MixItUp] WARNING: No Promise implementations could be found. If you wish to use promises with MixItUp please install' + - ' an ES6 Promise polyfill.'; - - this.WARNING_INCONSISTENT_SORTING_ATTRIBUTES = - '[MixItUp] WARNING: The requested sorting data attribute "${attribute}" was not present on one or more target elements' + - ' which may product unexpected sort output'; - - this.callActions('afterConstruct'); - - this.compileTemplates(); - - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.Messages); - - mixitup.Messages.prototype = Object.create(mixitup.Base.prototype); - - mixitup.Messages.prototype.constructor = mixitup.Messages; - - /** - * @return {void} - */ - - mixitup.Messages.prototype.compileTemplates = function() { - var errorKey = ''; - var errorMessage = ''; - - for (errorKey in this) { - if (typeof (errorMessage = this[errorKey]) !== 'string') continue; - - this[h.camelCase(errorKey)] = h.template(errorMessage); - } - }; - - mixitup.messages = new mixitup.Messages(); - - /** - * @constructor - * @memberof mixitup - * @private - * @since 3.0.0 - * @param {mixitup.Mixer} mixer - */ - - mixitup.Facade = function Mixer(mixer) { - mixitup.Base.call(this); - - this.callActions('beforeConstruct', arguments); - - this.configure = mixer.configure.bind(mixer); - this.show = mixer.show.bind(mixer); - this.hide = mixer.hide.bind(mixer); - this.filter = mixer.filter.bind(mixer); - this.toggleOn = mixer.toggleOn.bind(mixer); - this.toggleOff = mixer.toggleOff.bind(mixer); - this.sort = mixer.sort.bind(mixer); - this.changeLayout = mixer.changeLayout.bind(mixer); - this.multimix = mixer.multimix.bind(mixer); - this.dataset = mixer.dataset.bind(mixer); - this.tween = mixer.tween.bind(mixer); - this.insert = mixer.insert.bind(mixer); - this.insertBefore = mixer.insertBefore.bind(mixer); - this.insertAfter = mixer.insertAfter.bind(mixer); - this.prepend = mixer.prepend.bind(mixer); - this.append = mixer.append.bind(mixer); - this.remove = mixer.remove.bind(mixer); - this.destroy = mixer.destroy.bind(mixer); - this.forceRefresh = mixer.forceRefresh.bind(mixer); - this.forceRender = mixer.forceRender.bind(mixer); - this.isMixing = mixer.isMixing.bind(mixer); - this.getOperation = mixer.getOperation.bind(mixer); - this.getConfig = mixer.getConfig.bind(mixer); - this.getState = mixer.getState.bind(mixer); - - this.callActions('afterConstruct', arguments); - - h.freeze(this); - h.seal(this); - }; - - mixitup.BaseStatic.call(mixitup.Facade); - - mixitup.Facade.prototype = Object.create(mixitup.Base.prototype); - - mixitup.Facade.prototype.constructor = mixitup.Facade; - - if (typeof exports === 'object' && typeof module === 'object') { - module.exports = mixitup; - } else if (typeof define === 'function' && define.amd) { - define(function() { - return mixitup; - }); - } else if (typeof window.mixitup === 'undefined' || typeof window.mixitup !== 'function') { - window.mixitup = mixitup; - } - mixitup.BaseStatic.call(mixitup.constructor); - - mixitup.NAME = 'mixitup'; - mixitup.CORE_VERSION = '3.3.1'; -})(window); \ No newline at end of file diff --git a/themes/jamstackthemes/assets/js/scripts.js b/themes/jamstackthemes/assets/js/scripts.js deleted file mode 100644 index e69de29bb..000000000 diff --git a/themes/jamstackthemes/assets/scss/_breadcrumbs.scss b/themes/jamstackthemes/assets/scss/_breadcrumbs.scss deleted file mode 100644 index f168b6b00..000000000 --- a/themes/jamstackthemes/assets/scss/_breadcrumbs.scss +++ /dev/null @@ -1,32 +0,0 @@ -.breadcrumb { - padding: 0; - list-style: none; - display: flex; - flex-flow: row; - flex-wrap: wrap; - align-items: center; - a { - color: $primary; - padding: 8px; - &:first-of-type { - padding-left: 0; - } - } - .end { - padding: 8px; - font-weight: bold; - } - li { - &:not(:last-of-type) { - &::after { - content: '/'; - margin: 0 6px; - color: $steel; - } - } - &.active { - color: $primary;; - pointer-events: none; - } - } -} diff --git a/themes/jamstackthemes/assets/scss/_buttons.scss b/themes/jamstackthemes/assets/scss/_buttons.scss deleted file mode 100644 index f2fc0913f..000000000 --- a/themes/jamstackthemes/assets/scss/_buttons.scss +++ /dev/null @@ -1,54 +0,0 @@ -.button { - border-radius: 5px; - color: $primary; - outline: none; - text-decoration: none; - padding: 5px 6px; - margin-right: 5px; - cursor: pointer; - background: none; - border: 1px solid $primary; - margin-bottom: 5px; - &:hover { - border-color: $primary; - opacity: 0.8; - } - &:focus { - outline: none; - } - &.selected, - &.mixitup-control-active { - background: $primary; - color: white; - } -} - -.sort-buttons { - margin-bottom: 10px; - display: flex; - align-items: flex-start; - flex-wrap: wrap; - @include media-breakpoint-up(sm) { - margin-bottom: 0; - margin-top: 23px; - } - .sort-by { - display: none; - margin-right: 5px; - color: #666; - @include media-breakpoint-up(sm) { - margin-bottom: 0; - } - } - button { - font-size: 14px; - 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/_content.scss b/themes/jamstackthemes/assets/scss/_content.scss deleted file mode 100644 index e6352444e..000000000 --- a/themes/jamstackthemes/assets/scss/_content.scss +++ /dev/null @@ -1,103 +0,0 @@ -.content { - p { - margin: 0; - padding: 0; - margin-bottom: 20px; - } - h1 { - font-size: 36px; - line-height: 1.3; - font-weight: normal; - margin-top: 20px; - margin-bottom: 20px; - &:first-of-type { - margin-top: 0; - } - } - h2 { - font-size: 28px; - line-height: 1.4; - font-weight: normal; - margin-top: 20px; - margin-bottom: 20px; - &:first-of-type { - margin-top: 0; - } - @include media-breakpoint-up(sm) { - font-size: 30px; - line-height: 1.4; - } - } - h3 { - font-size: 22px; - line-height: 1.4; - font-weight: bold; - margin-top: 20px; - margin-bottom: 20px; - } - ul, - ol { - margin-left: 0; - margin-top: 10px; - margin-bottom: 20px; - padding: 0; - list-style: disc; - li { - margin-bottom: 5px; - margin-left: 15px; - @include media-breakpoint-up(sm) { - margin-left: 20px; - } - } - @include media-breakpoint-up(sm) { - margin-left: 20px; - } - } - a { - text-decoration: underline; - color: $primary; - } - blockquote { - margin-left: 0; - margin-right: 0; - margin-top: 40px; - margin-bottom: 40px; - padding-left: 40px; - } - blockquote p { - display: inline; - } - img { - max-width: 100%; - height: auto; - } - .highlight { - border-radius: 2px; - margin-bottom: 20px; - } - code { - background: #f5f5f5; - padding: 3px 6px; - border-radius: 3px; - font-family: $font-family-mono; - font-size: 0.9rem; - line-height: 1.4; - } - pre { - font-family: $font-family-mono; - font-size: 0.9rem; - line-height: 1.4; - margin: 0; - padding: 10px; - border-radius: 1px; - overflow-x: auto; - code { - font-family: $font-family-mono; - font-size: 0.9rem; - line-height: 1.4; - padding: 0; - margin: 0; - background: none; - } - } -} diff --git a/themes/jamstackthemes/assets/scss/_demo.scss b/themes/jamstackthemes/assets/scss/_demo.scss deleted file mode 100644 index fbabeeb35..000000000 --- a/themes/jamstackthemes/assets/scss/_demo.scss +++ /dev/null @@ -1,151 +0,0 @@ -.iframe-preview { - position: absolute; - border: none; - width: 100%; - height: calc(100% - 60px); - margin-top: 60px; -} - -.iframe-preview--mobile { - width: 375px; - left: 50%; - -webkit-transform: translateX(-50%); - transform: translateX(-50%); } - -.demo { - background-color: white; - box-shadow: 0px 0px 4px 3px rgba(41,41,41,.2); - position: fixed; - width: 100%; - z-index: 10; - @include media-breakpoint-up(sm) { - padding-left: $layout-padding; - padding-right: $layout-padding; - } - @include media-breakpoint-up(md) { - padding-left: $layout-padding * 2; - padding-right: $layout-padding * 2; - } - @include media-breakpoint-up(lg) { - padding-left: $layout-padding * 4; - padding-right: $layout-padding * 4; - } - .container { - height: 60px; - display: flex; - align-items: center; - justify-content: space-between; - } - h1.demo-title { - font-size: 18px; - font-family: $font_family_heading; - margin: 0; - margin-left: 10px; - font-weight: 600; - margin-right: 10px; - a { - color: $primary; - } - } - .demo-heading { - display: flex; - } - .demo-info { - font-size: 14px; - } - .demo-buttons { - display: flex; - justify-content: flex-start; - flex-wrap: wrap; - .theme-buttons-group { - &:last-of-type { - margin-bottom: 0; - } - } - .theme-button { - @extend .button; - text-align: center; - flex: 1 0 auto; - font-size: 14px; - &.theme-button-fill { - background-color: $primary; - color: white; - } - &.theme-button-link { - border: none; - text-decoration: underline; - } - } - } - .submit { - display: flex; - align-items: center; - .submit-button { - padding: 10px; - border-radius: 3px; - text-decoration: none; - color: #000; - &:hover { - color: $primary; - } - } - .submit-button-mobile { - display: block; - @include media-breakpoint-up(sm) { - display: none; - } - } - .submit-button-desktop { - display: none; - @include media-breakpoint-up(sm) { - display: block; - } - } - svg { - width: 20px; - height: 20px; - @include media-breakpoint-up(sm) { - width: 24px; - height: 24px; - } - } - .github { - &:hover { - opacity: 0.7; - } - } - } - .main-menu { - display: none; - @include media-breakpoint-up(md) { - display: block; - } - > ul { - margin: 0; - padding: 0; - display: flex; - align-items: center; - justify-content: flex-start; - > li { - flex: 1 0 auto; - list-style: none; - margin: 0; - padding: 0; - > a { - text-decoration: none; - color: $primary; - padding: 5px 8px; - &:hover { - text-decoration: underline; - } - } - &.active { - > a { - font-weight: bold; - text-decoration: none; - } - } - } - } - } -} diff --git a/themes/jamstackthemes/assets/scss/_filter.scss b/themes/jamstackthemes/assets/scss/_filter.scss deleted file mode 100644 index 908cfb2af..000000000 --- a/themes/jamstackthemes/assets/scss/_filter.scss +++ /dev/null @@ -1,298 +0,0 @@ -.filters { - .filter { - padding: 15px 0px; - &.closed { - .filter-list { - display: none; - } - .filter-title { - margin: 0; - } - .toggle-icon { - transform: rotate(270deg); - } - } - &:first-of-type { - padding-top: 0; - } - } - .filter-title { - display: flex; - flex-wrap: wrap; - margin-bottom: 10px; - @include media-breakpoint-up(md) { - display: flex; - align-items: center; - } - span { - display: flex; - align-items: center; - } - h3 { - margin-bottom: 0; - font-size: 14px; - line-height: 18px; - @include media-breakpoint-up(md) { - font-size: 17px; - line-height: 22px; - } - } - .toggle-info { - margin-left: 4px; - display: flex; - @include media-breakpoint-up(md) { - margin-left: 6px; - margin-bottom: 1px; - } - a { - display: flex; - align-items: center; - } - svg { - width: 18px; - height: auto; - fill: $primary; - path { - fill: $primary; - } - @include media-breakpoint-up(md) { - width: 19px; - fill: $primary; - path { - fill: $primary; - } - } - } - &:hover { - opacity: 0.6; - } - } - .toggle-icon { - margin-left: auto; - cursor: pointer; - display: none; - @include media-breakpoint-up(md) { - display: flex; - } - img { - width: 14px; - } - svg { - width: 14px; - color: $primary; - } - &:hover { - opacity: 0.6; - } - } - } - .filter-list { - margin: 0; - padding: 0; - &.closed { - .filter-item { - display: none; - } - .toggle-more { - .toggle-more-icon-plus { - display: inline-block; - } - .toggle-more-icon-minus { - display: none; - } - } - } - .toggle-more { - text-transform: uppercase; - line-height: 18px; - color: $primary; - margin-left: 26px; - display: flex; - cursor: pointer; - padding: 6px 2px; - &:hover { - opacity: 0.8; - } - .toggle-more-icon { - height: 14px; - width: 14px; - svg { - color: $primary; - } - } - .toggle-more-icon-plus { - display: none; - } - .toggle-more-icon-minus { - display: inline-block; - } - } - .filter-item { - margin: 0; - padding: 0; - list-style: none; - display: flex; - align-items: center; - justify-content: flex-start; - margin-bottom: 6px; - font-size: 13px; - line-height: 18px; - &:last-of-type { - margin-bottom: 0; - } - .filter-button { - margin-right: 8px; - display: inline-block; - vertical-align: text-top; - width: 18px; - height: 18px; - background: lighten($grey,6%); - border: 1px solid darken($grey, 40%); - border-radius: 3px; - cursor: pointer; - &:hover { - border: 2px solid $primary; - } - &:focus { - outline: none; - box-shadow: 0 0 5px $primary; - } - &:focus:not(:focus-visible) { - // for modern browsers, remove outline if mouse focus - box-shadow: none; - } - &.mixitup-control-active { - background: $primary; - border: 2px solid $primary; - background-image: url("../images/ui/check-solid.svg"); - background-size: 12px 12px; - background-position: center center; - background-repeat: no-repeat; - } - } - .filter-icon { - img { - - } - width: 18px; - height: 18px; - margin-right: 8px; - } - .filter-name { - display: none; - color: $carbon; - a { - color: black; - text-decoration: none; - } - @include media-breakpoint-up(md) { - display: block; - } - } - .filter-link { - display: none; - color: $primary; - text-decoration: none; - padding: 2px 5px; - @include media-breakpoint-up(md) { - display: block; - } - &:hover { - text-decoration: underline; - } - } - .filter-count { - color: #666; - @include media-breakpoint-up(md) { - margin: 0 0 0 auto; - } - } - } - } -} - -.styled-checkbox { - position: absolute; // take it out of document flow - opacity: 0; // hide it - - & + label { - position: relative; - cursor: pointer; - padding: 0; - } - - // Box. - & + label:before { - content: ''; - margin-right: 10px; - display: inline-block; - vertical-align: text-top; - width: 20px; - height: 20px; - background: lighten($grey,6%); - border: 2px solid darken($grey, 0%); - border-radius: 3px; - // box-shadow: inset 0 0 10px rgba(0,0,0,0.5); - } - - // Box hover - &:hover + label:before { - // background: #f35429; - // box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); - border: 2px solid $primary; - } - - // Box focus - &:focus + label:before { - // box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); - } - - // Box checked - &:checked + label:before { - background: $primary; - border: 2px solid $primary; - } - - // Disabled state label. - &:disabled + label { - color: #b8b8b8; - cursor: auto; - } - - // Disabled box. - &:disabled + label:before { - box-shadow: none; - background: #ddd; - } - - // Checkmark. Could be replaced with an image - &:checked + label:after { - content: ''; - position: absolute; - left: 5px; - top: 9px; - background: white; - width: 2px; - height: 2px; - box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, - 4px -6px 0 white, 4px -8px 0 white; - transform: rotate(45deg); - } -} - -.fade-in { - opacity: 1; - animation-name: fadeInOpacity; - animation-iteration-count: 1; - animation-timing-function: ease-in; - animation-duration: 300ms; -} - -@keyframes fadeInOpacity { - 0% { - opacity: 0; - } - 100% { - opacity: 1; - } -} diff --git a/themes/jamstackthemes/assets/scss/_footer.scss b/themes/jamstackthemes/assets/scss/_footer.scss deleted file mode 100644 index 6dd3ef1fd..000000000 --- a/themes/jamstackthemes/assets/scss/_footer.scss +++ /dev/null @@ -1,66 +0,0 @@ -.footer { - background: #fff; - .footer-column { - margin-bottom: 30px; - @include media-breakpoint-up(sm) { - width: 235px; - margin-right: 50px; - margin-bottom: 0px; - } - &:last-of-type { - margin-bottom: 0; - } - } - .footer-column-brand { - @include media-breakpoint-up(sm) { - width: 235px; - } - } - p { - line-height: 18px; - margin: 0; - margin-bottom: 20px; - } - a { - display: block; - margin-bottom: 8px; - color: $primary; - text-decoration: none; - &:hover { - text-decoration: underline; - } - } - h3 { - margin-bottom: 10px; - } - ul { - margin: 0; - padding: 0; - list-style: none; - margin-right: 20px; - li { - - line-height: 18px; - a { - // color: darken($steel, 10%); - color: $primary; - text-decoration: none; - &:hover { - text-decoration: underline; - } - } - } - } - .footer-social { - margin-bottom: 20px; - .social-icon { - margin-right: 5px; - a { - text-decoration: none; - img { - width: 18px; - } - } - } - } -} diff --git a/themes/jamstackthemes/assets/scss/_github-metrics.scss b/themes/jamstackthemes/assets/scss/_github-metrics.scss deleted file mode 100644 index 569326254..000000000 --- a/themes/jamstackthemes/assets/scss/_github-metrics.scss +++ /dev/null @@ -1,31 +0,0 @@ -.github-metrics { - display: inline-flex; - align-content: center; - align-items: flex-start; - border-radius: 3px; - margin: 0px -9px 10px -9px; - div { - border-right: 1px solid $grey; - padding: 7px 9px; - line-height: 1; - display: flex; - align-content: center; - &:last-of-type { - border-right: none; - } - img, svg { - opacity: 0.7; - width: 15px; - height: 15px; - margin-right: 4px; - path { - fill: $carbon; - } - } - span { - margin: 0; - font-size: 14px; - line-height: 16px; - } - } -} \ No newline at end of file diff --git a/themes/jamstackthemes/assets/scss/_header.scss b/themes/jamstackthemes/assets/scss/_header.scss deleted file mode 100644 index 7523a2527..000000000 --- a/themes/jamstackthemes/assets/scss/_header.scss +++ /dev/null @@ -1,114 +0,0 @@ -.header { - background-color: white; - border-bottom: 1px solid $grey; - position: fixed; - width: 100%; - z-index: 10; - //@include media-breakpoint-up(sm) { - // padding-left: $layout-padding; - // padding-right: $layout-padding; - //} - //@include media-breakpoint-up(md) { - // padding-left: $layout-padding * 2; - // padding-right: $layout-padding * 2; - //} - //@include media-breakpoint-up(lg) { - // padding-left: $layout-padding * 4; - // padding-right: $layout-padding * 4; - //} - .container { - height: 60px; - display: flex; - align-items: center; - justify-content: space-between; - } - .submit { - display: flex; - align-items: center; - .submit-button { - padding: 10px; - border-radius: 3px; - text-decoration: none; - color: #000; - &:hover { - color: $primary; - } - } - .submit-button-mobile { - display: block; - @include media-breakpoint-up(sm) { - display: none; - } - } - .submit-button-desktop { - display: none; - @include media-breakpoint-up(sm) { - display: block; - } - } - svg { - width: 20px; - height: 20px; - @include media-breakpoint-up(sm) { - width: 24px; - height: 24px; - } - } - .github { - &:hover { - opacity: 0.7; - } - } - } - .main-menu { - display: none; - @include media-breakpoint-up(md) { - display: block; - } - > ul { - margin: 0; - padding: 0; - display: flex; - align-items: center; - justify-content: flex-start; - > li { - flex: 1 0 auto; - list-style: none; - margin: 0; - padding: 0; - > a { - text-decoration: none; - color: $primary; - padding: 5px 8px; - &:hover { - text-decoration: underline; - } - } - &.active { - > a { - font-weight: bold; - text-decoration: none; - } - } - } - } - } -} - -.logo { - margin: 0; - font-size: 18px; - font-weight: 700; - font-family: $font_family_heading; - margin-right: 20px; - align-items: center; - display: flex; - a { - color: black; - text-decoration: none; - display: block; - &:hover { - color: $primary; - } - } -} \ No newline at end of file diff --git a/themes/jamstackthemes/assets/scss/_icon.scss b/themes/jamstackthemes/assets/scss/_icon.scss deleted file mode 100644 index 8dbd32178..000000000 --- a/themes/jamstackthemes/assets/scss/_icon.scss +++ /dev/null @@ -1,44 +0,0 @@ -.icon { - vertical-align: middle; - display: inline-block; - position: relative; - img, svg { - display: inline-block; - vertical-align: bottom; - width: 20px; - height: 20px; - //filter: grayscale(100%) contrast(70%) brightness(80%); - } -} - -a.icon { - &:hover { - opacity: 0.7; - } -} - -.icon-card { - //border: 1px solid $grey; - //border-radius: 3px; - //background-color: white; - //box-shadow: 1px 1px 8px 2px adjust-color(black, $alpha: -0.9); - //padding: 5px; - @include media-breakpoint-up(sm) { - padding: 10px; - } - //&:hover { - // transform: translateY(-3px); - // box-shadow: 1px 5px 16px 2px adjust-color($primary, $alpha: -0.8); - // color: currentColor; - //} - img { - display: inline-block; - vertical-align: bottom; - width: 24px; - height: 24px; - @include media-breakpoint-up(sm) { - width: 32px; - height: 32px; - } - } -} diff --git a/themes/jamstackthemes/assets/scss/_intro.scss b/themes/jamstackthemes/assets/scss/_intro.scss deleted file mode 100644 index 3b148fa48..000000000 --- a/themes/jamstackthemes/assets/scss/_intro.scss +++ /dev/null @@ -1,154 +0,0 @@ -.intro { - .intro-heading { - margin-bottom: 10px; - } - .intro-icon { - display: inline-block; - vertical-align: middle; - margin-right: 2px; - img { - display: inline-block; - vertical-align: bottom; - width: 24px; - @include media-breakpoint-up(sm) { - width: 28px; - } - @include media-breakpoint-up(md) { - width: 36px; - } - @include media-breakpoint-up(xl) { - width: 46px; - } - } - } - .intro-title { - display: inline-block; - vertical-align: middle; - font-weight: 600; - font-size: 22px; - margin: 0; - @include media-breakpoint-up(sm) { - font-size: 28px; - } - @include media-breakpoint-up(md) { - font-size: 36px; - } - @include media-breakpoint-up(xl) { - font-size: 42px; - } - } - .intro-description { - @include media-breakpoint-up(md) { - font-size: 18px; - } - @include media-breakpoint-up(lg) { - font-size: 18px; - width: 85%; - } - } - .intro-backlink { - display: none; - margin-top: 6px; - padding: 4px 10px; - border: 1px solid $grey; - border-radius: 3px; - @include media-breakpoint-up(md) { - margin-left: auto; - display: block; - } - a { - color: $primary; - padding: 8px; - &:first-of-type { - padding-left: 0; - } - } - } - .intro-bar { - display: flex; - align-items: center; - } - .intro-hint { - font-size: 14px; - padding: 11px; - background: aliceblue; - border-radius: 2px; - color: #647f96; - display: flex; - justify-content: space-between; - align-items: center; - p { - margin: 0; - } - .button { - color: #647f96; - border-color: #647f96; - margin: 0; - } - } - .count { - color: lighten($steel, 20%); - font-weight: 400; - } - .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 deleted file mode 100644 index 2c3be0c7f..000000000 --- a/themes/jamstackthemes/assets/scss/_label.scss +++ /dev/null @@ -1,25 +0,0 @@ -.label { - margin: 3px 0 3px 0; - display: flex; - align-items: center; - font-size: 12px; - @include media-breakpoint-up(lg) { - font-size: 14px; - } - .label-key { - display: inline-block; - margin-right: 4px; - color: $steel; - } - .label-icon { - margin-right: 2px; - svg, img { - height: 14px; - width: 14px; - } - } - .label-value { - display: inline-block; - color: black; - } -} diff --git a/themes/jamstackthemes/assets/scss/_layout.scss b/themes/jamstackthemes/assets/scss/_layout.scss deleted file mode 100644 index f57235141..000000000 --- a/themes/jamstackthemes/assets/scss/_layout.scss +++ /dev/null @@ -1,172 +0,0 @@ -$layout-padding: 15px; - -.page { - display: flex; - justify-content: space-between; - flex-direction: column; - min-height: 100vh; - &.has-sidebar { - .header { - @include media-breakpoint-up(sm) { - padding-left: $layout-padding; - padding-right: $layout-padding; - } - @include media-breakpoint-up(md) { - padding-left: $layout-padding * 2; - padding-right: $layout-padding * 2; - } - @include media-breakpoint-up(lg) { - padding-left: $layout-padding * 4; - padding-right: $layout-padding * 4; - } - .container { - max-width: none !important; - } - } - .wrapper { - display: flex; - .main { - flex: 1; - @include media-breakpoint-up(sm) { - padding: $layout-padding; - } - @include media-breakpoint-up(md) { - padding: $layout-padding * 2; - } - @include media-breakpoint-up(lg) { - padding: $layout-padding * 4; - } - } - .sidebar { - flex-basis: 110px; - @include media-breakpoint-up(sm) { - flex-basis: 140px; - } - @include media-breakpoint-up(md) { - flex-basis: 240px; - } - @include media-breakpoint-up(lg) { - flex-basis: 360px; - } - } - } - } - .header { - position: fixed; - width: 100%; - z-index: 10; - - .container { - height: 60px; - display: flex; - align-items: center; - justify-content: space-between; - } - } - .wrapper { - padding-top: 60px; - .main { - padding-top: $layout-padding; - padding-bottom: $layout-padding; - @include media-breakpoint-up(sm) { - padding-top: $layout-padding; - padding-bottom: $layout-padding; - } - @include media-breakpoint-up(md) { - padding-top: $layout-padding * 2; - padding-bottom: $layout-padding * 2; - } - @include media-breakpoint-up(lg) { - padding-top: $layout-padding * 4; - padding-bottom: $layout-padding * 4; - } - } - .sidebar { - position: sticky; - top: 60px; - z-index: 1; - width: 120px; - overflow: auto; - height: calc(100vh - 60px); - display: flex; - flex-direction: column; - background-color: $bone; - padding-top: $grid-gutter-width / 2; - padding-bottom: $grid-gutter-width / 2; - @include media-breakpoint-up(sm) { - width: 140px; - padding: $layout-padding; - } - @include media-breakpoint-up(md) { - width: 240px; - padding: $layout-padding * 2; - } - @include media-breakpoint-up(lg) { - width: 360px; - padding: $layout-padding * 4; - } - .container { - display: flex; - 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; - } - } - } - } - } - .footer { - width: 100%; - border-top: 1px solid $grey; - padding-top: $grid-gutter-width / 2; - padding-bottom: $grid-gutter-width / 2; - @include media-breakpoint-up(sm) { - padding: $layout-padding; - } - @include media-breakpoint-up(md) { - padding: $layout-padding * 2; - } - @include media-breakpoint-up(lg) { - padding: $layout-padding * 4; - } - .container { - .footer-columns { - display: flex; - flex-direction: column; - @include media-breakpoint-up(md) { - flex-direction: row; - display: flex; - justify-items: flex-end; - } - .footer-column { - margin-bottom: 20px; - } - } - } - } -} - -.not-found { - height: 100vh; - width: 100vw; - display: flex; - justify-content: center; - align-items: center; -} - -.strip-bone { - background: $bone; -} -.strip-title { - font-size: 38px; - font-weight: 400; -} diff --git a/themes/jamstackthemes/assets/scss/_pagination.scss b/themes/jamstackthemes/assets/scss/_pagination.scss deleted file mode 100644 index dfdd63331..000000000 --- a/themes/jamstackthemes/assets/scss/_pagination.scss +++ /dev/null @@ -1,62 +0,0 @@ -ul.pagination { - display: flex; - justify-content: center; - list-style: none; - margin: 20px 0 20px 0; - padding: 0; - li { - list-style: none; - text-decoration: none; - border: 2px solid $primary; - border-right: none; - text-align: center; - vertical-align: middle; - &:hover { - border-color: $primary; - background-color: $primary; - color: white; - a { - color: white; - } - } - &.pagination-active { - border-color: $primary; - background-color: $primary; - color: white; - a { - color: white; - } - } - a { - padding: 9px 13px; - display: block; - color: $primary; - text-decoration: none; - vertical-align: middle; - @include media-breakpoint-up(lg) { - padding: 10px 16px; - } - } - &:last-of-type { - border-right: 2px solid $primary; - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; - &:hover { - border-color: $primary; - } - &.active { - border-color: $primary; - } - } - &:first-of-type { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - } - svg { - width: 8px; - line-height: 10px; - margin-bottom: 2px; - vertical-align: middle; - } - } -} diff --git a/themes/jamstackthemes/assets/scss/_star.scss b/themes/jamstackthemes/assets/scss/_star.scss deleted file mode 100644 index 9105c4a39..000000000 --- a/themes/jamstackthemes/assets/scss/_star.scss +++ /dev/null @@ -1,30 +0,0 @@ -.star { - display: inline-block; - border: 1px solid $bone; - padding: 4px 7px 4px 22px; - border-radius: 2px; - margin-bottom: 8px; - background-image: url("../images/ui/star.svg"); - background-repeat: no-repeat; - background-position: 6px 6px; - background-size: 12px 12px; - img { - display: inline-block; - width: 12px; - height: 12px; - } - svg { - fill: $yellow; - } - .star-count { - display: inline-block; - } -} - -.star-large { - background-image: url("../images/ui/star.svg"); - background-repeat: no-repeat; - background-position: 6px 6px; - background-size: 22px 22px; - padding-left: 32px; -} diff --git a/themes/jamstackthemes/assets/scss/_terms.scss b/themes/jamstackthemes/assets/scss/_terms.scss deleted file mode 100644 index 6fcf70ea8..000000000 --- a/themes/jamstackthemes/assets/scss/_terms.scss +++ /dev/null @@ -1,55 +0,0 @@ -.terms { - display: flex; - flex-wrap: wrap; - justify-content: space-between; - @include media-breakpoint-up(sm) { - margin-left: -10px; - margin-right: -10px; - justify-content: flex-start; - } - .term { - padding: 40px; - border: 1px solid $grey; - margin-bottom: 15px; - width: 48%; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - background-color: white; - box-shadow: 1px 1px 8px 2px adjust-color(black, $alpha: -0.9); - transition: color 0.3s, box-shadow 0.3s, transform 0.3s; - position: relative; - z-index: 1; - @include media-breakpoint-up(sm) { - flex: 0; - min-width: 180px; - margin: 10px; - } - &:hover { - transform: translateY(-3px); - box-shadow: 1px 5px 16px 2px adjust-color($primary, $alpha: -0.8); - color: currentColor; - } - .term-overlay { - position: absolute; - top: 0; - left: 0; - height: 100%; - width: 100%; - } - h2 { - margin-top: 15px; - margin-bottom: 0; - font-weight: 400; - text-align: center; - a { - text-decoration: none; - color: black; - } - } - img { - display: block; - } - } -} diff --git a/themes/jamstackthemes/assets/scss/_theme-buttons.scss b/themes/jamstackthemes/assets/scss/_theme-buttons.scss deleted file mode 100644 index 672f4adae..000000000 --- a/themes/jamstackthemes/assets/scss/_theme-buttons.scss +++ /dev/null @@ -1,67 +0,0 @@ -.action-buttons { - display: flex; - justify-content: flex-start; - flex-wrap: wrap; - .action-buttons-group { - &:last-of-type { - margin-bottom: 0; - - } - } - .action-button { - @extend .button; - padding: 5px 8px; - text-align: center; - flex: 1 0 auto; - font-size: 14px; - &.action-button-fill { - background-color: $primary; - color: white; - } - &.action-button-link { - border: none; - text-decoration: underline; - } - &:last-of-type { - margin-right: 0; - } - } -} -.action-buttons-detail { - display: flex; - margin-top: 20px; - margin-bottom: 20px; - .action-button { - display: inline-block; - padding: 7px 15px; - border: 1px solid $primary; - border-radius: 4px; - font-size: 16px; - margin-right: 10px; - color: $primary; - text-decoration: none; - &:hover { - color: $primary; - opacity: 0.8; - } - &:last-of-type { - margin-right: 0; - } - &.action-button-fill { - background-color: $primary; - color: white; - } - &.action-button-link { - border: none; - 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 deleted file mode 100644 index 74df4e9ea..000000000 --- a/themes/jamstackthemes/assets/scss/_theme-card.scss +++ /dev/null @@ -1,127 +0,0 @@ -.theme-card { - overflow: hidden; - display: flex; - flex-direction: column; - justify-content: space-between; - border: 1px solid $grey; - border-radius: 4px; - background-color: white; - position: relative; - z-index: 1; - height: 100%; - .theme-header { - border-bottom: 1px solid $grey; - max-height: 260px; - overflow: hidden; - img { - max-width: 100%; - width: 100%; - height: auto; - vertical-align: bottom; - transition: opacity 0.2s ease-out; - &:hover { - opacity: 0.7; - } - } - } - .theme-body { - //min-height: 200px; - background: white; - padding: 20px; - flex: 1; - display: flex; - flex-direction: column; - h2 { - font-size: 16px; - font-weight: 600; - margin-bottom: 10px; - @include media-breakpoint-up(xl) { - font-size: 20px; - } - } - p { - font-size: 14px; - &.description { - padding: 20px 0 20px 0; - padding: 0; - margin: 0; - } - } - .theme-description { - margin-bottom: 20px; - } - .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; - padding: 8px 13px 8px 13px; - display: flex; - justify-content: flex-start; - flex-wrap: wrap; - a { - flex: 0; - padding: 7px; - //border-right: 1px solid $grey; - //border-bottom: 1px solid $grey; - } - } - .theme-buttons { - display: flex; - justify-content: flex-start; - flex-wrap: wrap; - .theme-buttons-group { - &:last-of-type { - margin-bottom: 0; - } - } - .theme-button { - @extend .button; - text-align: center; - flex: 1 0 auto; - font-size: 14px; - &.theme-button-fill { - background-color: $primary; - color: white; - } - &.theme-button-link { - border: none; - text-decoration: underline; - } - } - } - .theme-stars { - display: inline-block; - border: 1px solid $bone; - padding: 4px 6px 4px 24px; - border-radius: 2px; - color: $steel; - background-image: url("../images/ui/star.svg"); - background-repeat: no-repeat; - background-position: 6px; - background-size: 13px; - background-color: $bone; - font-size: 14px; - font-weight: 600; - @include media-breakpoint-up(xl) { - background-size: 15px; - background-position: 8px; - padding: 4px 6px 4px 28px; - font-size: 16px; - font-weight: normal; - } - .star-count { - display: inline-block; - } - } -} diff --git a/themes/jamstackthemes/assets/scss/_theme-detail.scss b/themes/jamstackthemes/assets/scss/_theme-detail.scss deleted file mode 100644 index ffc864a20..000000000 --- a/themes/jamstackthemes/assets/scss/_theme-detail.scss +++ /dev/null @@ -1,133 +0,0 @@ -.theme-detail { - .theme-detail-bar { - display: flex; - align-items: center; - font-weight: bold; - text-transform: uppercase; - font-size: 12px; - margin-bottom: 5px; - color: $steel; - .theme-detail-icon { - margin-right: 4px; - width: 16px; - } - } - .theme-detail-heading { - display: flex; - align-items: flex-start; - margin-bottom: 10px; - } - .theme-detail-title { - font-size: 24px; - line-height: 28px; - font-weight: normal; - margin-bottom: 15px; - } - .theme-detail-stars { - float: right; - height: 18px; - margin-top: 4px; - font-size: 16px; - background-position: center left; - background-size: 18px; - background-repeat: no-repeat; - padding-left: 24px; - background-image: url("../images/ui/star.svg"); - span { - line-height: 22px; - } - } - .theme-detail-description { - font-size: 16px; - line-height: 22px; - color: $steel; - margin-bottom: 20px; - } - .theme-detail-github { - padding: 10px 0 10px 0; - display: flex; - align-items: center; - > div { - font-size: 16px; - line-height: 18px; - margin-right: 14px; - background-size: 18px 18px; - background-repeat: no-repeat; - padding-left: 26px; - vertical-align: middle; - } - .stars { - background-image: url("../images/ui/star.svg"); - } - .issues { - background-image: url("../images/ui/issues.svg"); - } - .forks { - background-image: url("../images/ui/forks.svg"); - } - } - .theme-detail-image { - img { - //box-shadow: 1px 2px 14px 2px rgba(0, 0, 0, 0.1); - border-radius: 3px; - border: 1px solid $grey; - width: 100%; - max-width: 100%; - height: auto; - vertical-align: bottom; - } - } - .theme-detail-tags { - margin-bottom: 20px; - .icon { - width: 36px; - height: 36px; - margin: 0; - display: inline-flex; - justify-content: center; - align-items: center; - } - } - .theme-detail-bottom { - padding-top: $layout-padding; - padding-bottom: $layout-padding; - @include media-breakpoint-up(sm) { - padding-top: $layout-padding; - padding-bottom: $layout-padding; - } - @include media-breakpoint-up(md) { - padding-top: $layout-padding * 2; - padding-bottom: $layout-padding * 2; - } - @include media-breakpoint-up(lg) { - padding-top: $layout-padding * 4; - padding-bottom: $layout-padding * 4; - } - } - -} - -.page-default-single .wrapper { - //position: relative; - //overflow: hidden; -} - -.page-default-single .wrapper::before { - //content: ""; - position: absolute; - width: 200%; - height: 200%; - top: -50%; - left: -50%; - z-index: -1; - transform: rotate(30deg); - overflow: hidden; - //background-image: url(/images/material-design-4k-wallpaper-greyscale.png); - background-image: url(/images/1.png); - background-position: top right; - background-repeat: no-repeat; - background-size: cover; - //background-color: antiquewhite; - //background-color: #fdf5dd; - //background-color: #cdf3fd; -} diff --git a/themes/jamstackthemes/assets/scss/bootstrap/_alert.scss b/themes/jamstackthemes/assets/scss/bootstrap/_alert.scss deleted file mode 100644 index da2a98af9..000000000 --- a/themes/jamstackthemes/assets/scss/bootstrap/_alert.scss +++ /dev/null @@ -1,51 +0,0 @@ -// -// Base styles -// - -.alert { - position: relative; - padding: $alert-padding-y $alert-padding-x; - margin-bottom: $alert-margin-bottom; - border: $alert-border-width solid transparent; - @include border-radius($alert-border-radius); -} - -// Headings for larger alerts -.alert-heading { - // Specified to prevent conflicts of changing $headings-color - color: inherit; -} - -// Provide class for links that match alerts -.alert-link { - font-weight: $alert-link-font-weight; -} - - -// Dismissible alerts -// -// Expand the right padding and account for the close button's positioning. - -.alert-dismissible { - padding-right: $close-font-size + $alert-padding-x * 2; - - // Adjust close link position - .close { - position: absolute; - top: 0; - right: 0; - padding: $alert-padding-y $alert-padding-x; - color: inherit; - } -} - - -// Alternate styles -// -// Generate contextual modifier classes for colorizing the alert. - -@each $color, $value in $theme-colors { - .alert-#{$color} { - @include alert-variant(theme-color-level($color, $alert-bg-level), theme-color-level($color, $alert-border-level), theme-color-level($color, $alert-color-level)); - } -} diff --git a/themes/jamstackthemes/assets/scss/bootstrap/_badge.scss b/themes/jamstackthemes/assets/scss/bootstrap/_badge.scss deleted file mode 100644 index 42c5d08d7..000000000 --- a/themes/jamstackthemes/assets/scss/bootstrap/_badge.scss +++ /dev/null @@ -1,54 +0,0 @@ -// Base class -// -// Requires one of the contextual, color modifier classes for `color` and -// `background-color`. - -.badge { - display: inline-block; - padding: $badge-padding-y $badge-padding-x; - @include font-size($badge-font-size); - font-weight: $badge-font-weight; - line-height: 1; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - @include border-radius($badge-border-radius); - @include transition($badge-transition); - - @at-root a#{&} { - @include hover-focus() { - text-decoration: none; - } - } - - // Empty badges collapse automatically - &:empty { - display: none; - } -} - -// Quick fix for badges in buttons -.btn .badge { - position: relative; - top: -1px; -} - -// Pill badges -// -// Make them extra rounded with a modifier to replace v3's badges. - -.badge-pill { - padding-right: $badge-pill-padding-x; - padding-left: $badge-pill-padding-x; - @include border-radius($badge-pill-border-radius); -} - -// Colors -// -// Contextual variations (linked badges get darker on :hover). - -@each $color, $value in $theme-colors { - .badge-#{$color} { - @include badge-variant($value); - } -} diff --git a/themes/jamstackthemes/assets/scss/bootstrap/_breadcrumb.scss b/themes/jamstackthemes/assets/scss/bootstrap/_breadcrumb.scss deleted file mode 100644 index d748894f9..000000000 --- a/themes/jamstackthemes/assets/scss/bootstrap/_breadcrumb.scss +++ /dev/null @@ -1,42 +0,0 @@ -.breadcrumb { - display: flex; - flex-wrap: wrap; - padding: $breadcrumb-padding-y $breadcrumb-padding-x; - margin-bottom: $breadcrumb-margin-bottom; - @include font-size($breadcrumb-font-size); - list-style: none; - background-color: $breadcrumb-bg; - @include border-radius($breadcrumb-border-radius); -} - -.breadcrumb-item { - // The separator between breadcrumbs (by default, a forward-slash: "/") - + .breadcrumb-item { - padding-left: $breadcrumb-item-padding; - - &::before { - display: inline-block; // Suppress underlining of the separator in modern browsers - padding-right: $breadcrumb-item-padding; - color: $breadcrumb-divider-color; - content: escape-svg($breadcrumb-divider); - } - } - - // IE9-11 hack to properly handle hyperlink underlines for breadcrumbs built - // without `