All Projects β†’ nirgn975 β†’ Generator Jekyll Starter Kit

nirgn975 / Generator Jekyll Starter Kit

Licence: isc
πŸš€ Jekyll Progressive Web App Generator.

Programming Languages

javascript
184084 projects - #8 most used programming language
es2015
71 projects

Projects that are alternatives of or similar to Generator Jekyll Starter Kit

The forge
Our groundbreaking, lightning fast PWA CLI tool
Stars: ✭ 70 (-49.64%)
Mutual labels:  firebase, generator, progressive-web-app, service-worker
Generator Ngx Rocket
πŸš€ Extensible Angular 11+ enterprise-grade project generator
Stars: ✭ 1,329 (+856.12%)
Mutual labels:  starter-kit, seed, generator, yeoman
Gulp Pug Starter
Frontend development with pleasure. Pug + SCSS version
Stars: ✭ 228 (+64.03%)
Mutual labels:  starter-kit, scss, pug
jekyll-pwa-workbox
A Jekyll plugin using Workbox to make your PWA / Website available offline.
Stars: ✭ 22 (-84.17%)
Mutual labels:  jekyll, service-worker, progressive-web-app
Pug Starter
Simple pug (jade) starter [framework] enabling faster delivery of HTML & CSS projects to a private server and/or automatic deployment of GitHub pages.
Stars: ✭ 328 (+135.97%)
Mutual labels:  starter-kit, scss, pug
Generate
A new command line tool and developer framework for scaffolding out GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.
Stars: ✭ 238 (+71.22%)
Mutual labels:  project-template, generator, yeoman
nest-js-boilerplate
Nest.js boilerplate
Stars: ✭ 79 (-43.17%)
Mutual labels:  generator, yeoman, starter-kit
Jekyll Klise
πŸ– KlisΓ© is a minimalist Jekyll theme for running a personal site or blog, light & dark mode support. (https://klise.now.sh)
Stars: ✭ 312 (+124.46%)
Mutual labels:  jekyll, gh-pages, scss
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+517.99%)
Mutual labels:  jekyll, gh-pages, scss
Znlbwo.github.io
Stars: ✭ 65 (-53.24%)
Mutual labels:  jekyll, gh-pages, scss
Generator Rn Toolbox
The React Native Generator to bootstrap your apps
Stars: ✭ 1,155 (+730.94%)
Mutual labels:  generator, travis-ci, yeoman
Nth Start Project
Startkit for HTML / CSS / JS pages layout.
Stars: ✭ 578 (+315.83%)
Mutual labels:  starter-kit, scss, pug
React Most Wanted
React starter kit with "Most Wanted" application features
Stars: ✭ 1,867 (+1243.17%)
Mutual labels:  firebase, starter-kit, progressive-web-app
Ci Matters
Integration (comparison) of different continuous integration services on Android project
Stars: ✭ 119 (-14.39%)
Mutual labels:  automation, travis-ci
React Product Card
Animated Product Card with the help of React and SCSS (PWA)
Stars: ✭ 116 (-16.55%)
Mutual labels:  scss, progressive-web-app
Travis Scripts
πŸ™… DEPRECATED
Stars: ✭ 119 (-14.39%)
Mutual labels:  automation, travis-ci
Service Worker Detector
This extension detects if a website registers a Service Worker.
Stars: ✭ 124 (-10.79%)
Mutual labels:  progressive-web-app, service-worker
Workbox
πŸ“¦ Workbox: JavaScript libraries for Progressive Web Apps
Stars: ✭ 10,434 (+7406.47%)
Mutual labels:  progressive-web-app, service-worker
Frasco
Quick starter for Jekyll including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, ESLint, imagemin, Browsersync, etc.
Stars: ✭ 123 (-11.51%)
Mutual labels:  jekyll, scss
So Simple Theme
A simple Jekyll theme for words and pictures.
Stars: ✭ 1,701 (+1123.74%)
Mutual labels:  jekyll, scss

license GitHub release (latest by date) semantic-release Continuous Deployment Dependency Status codecov Codacy Badge Maintenance

Jekyll + Google web-starter-kit = best of both worlds

Installation

First, install Yeoman and jekyll-starter-kit using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-jekyll-starter-kit

Then generate your new project:

yo jekyll-starter-kit

Features

  • Automagically compile Pug
  • Automagically compile Sass / SCSS
  • Minify HTML
  • Minify and Autoprefixing CSS
  • Awesome image optimization before deploy
  • Enable ES2015 features using Babel
  • Concatenate and minify JavaScript
  • Built-in preview server with BrowserSync
  • Automagically create a service worker file for offline caching
  • Deploy the project to GitHub pages or Firebase with only one command
  • Automagically test your project output on GitHub Actions with html-proofer
  • Test your project against lighthouse and fail GitHub Action with score below 80/100
  • Awesome README file with all instructions and badges - like the pros πŸ˜‰

Trouble with running the project?

There's could be an issue with Gem package manager and the gems on your local machine. If so, run:

bundle install

For more info about bundle go to Bundler.

Want to help?

Great! Here is how you can install the local generator to test changes.

  1. Git clone your fork locally.
  2. npm install inside the new directory.
  3. npm link - This makes your local system sync with the changes you make
  4. mkdir app
  5. Inside the new directory, initiate yo jekyll-starter-kit

Contributors

npm

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].