All Projects → sawyerh → Jekyll Boilerplate

sawyerh / Jekyll Boilerplate

Licence: cc0-1.0
Helpful files to get started working on a new Jekyll website

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Jekyll Boilerplate

Frasco
Quick starter for Jekyll including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, ESLint, imagemin, Browsersync, etc.
Stars: ✭ 123 (+310%)
Mutual labels:  webpack, jekyll, postcss
Jekyll Webpack Boilerplate
⚡️ A boilerplate with Jekyll and Webpack to make the most performant static websites
Stars: ✭ 182 (+506.67%)
Mutual labels:  webpack, jekyll, boilerplate
React Redux Graphql Apollo Bootstrap Webpack Starter
react js + redux + graphQL + Apollo + react router + hot reload + devTools + bootstrap + webpack starter
Stars: ✭ 127 (+323.33%)
Mutual labels:  webpack, boilerplate, postcss
React Boilerplate
This project is deprecated. Please use CRA instead.
Stars: ✭ 88 (+193.33%)
Mutual labels:  webpack, boilerplate, postcss
Electron React Webpack Boilerplate
Minimal Electron, React, PostCSS and Webpack boilerplate to help you get started with building your next app.
Stars: ✭ 312 (+940%)
Mutual labels:  webpack, boilerplate, postcss
Frontie Webpack
Front-end Boilerplate | Gulp 4 + Webpack 4 + Babel + ITCSS Architecture + BEM Methodology + Twig.js
Stars: ✭ 102 (+240%)
Mutual labels:  webpack, gulp, boilerplate
Gatsby Starter Alchemy
A Gatsby starter with PostCSS powers ✨🔮
Stars: ✭ 23 (-23.33%)
Mutual labels:  static-site, boilerplate, postcss
React Cool Starter
😎 🐣 A starter boilerplate for a universal web app with the best development experience and a focus on performance and best practices.
Stars: ✭ 1,083 (+3510%)
Mutual labels:  webpack, boilerplate, postcss
Kratos Boilerplate
🔥 A simple boilerplate for creating statics PWA using Webpack, Pug, PostCSS and CSS Modules
Stars: ✭ 308 (+926.67%)
Mutual labels:  webpack, boilerplate, postcss
React Redux Boilerplate
Awesome React Redux Workflow Boilerplate with Webpack 4
Stars: ✭ 307 (+923.33%)
Mutual labels:  webpack, boilerplate, postcss
Starter Lapis
Cutting edge starter kit
Stars: ✭ 72 (+140%)
Mutual labels:  webpack, boilerplate, postcss
React Mobx Typescript Boilerplate
A bare minimum frontend boilerplate with React 16.7, Typescript 3.2 and Webpack 4
Stars: ✭ 378 (+1160%)
Mutual labels:  webpack, boilerplate, postcss
Generator Kittn
The Yeoman Kittn Generator
Stars: ✭ 63 (+110%)
Mutual labels:  webpack, gulp, postcss
Static Site Boilerplate
A better workflow for building modern static websites.
Stars: ✭ 1,633 (+5343.33%)
Mutual labels:  webpack, boilerplate, postcss
React Redux Typescript Boilerplate
A bare minimum frontend boilerplate with React 16, Typescript 3 and Webpack 4
Stars: ✭ 1,100 (+3566.67%)
Mutual labels:  webpack, boilerplate, postcss
Eleventy Starter Boilerplate
🚀 Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. ⚡ Built with Eleventy, ESLint, Prettier, Webpack, PostCSS, Tailwind CSS and Netlify CMS (optional).
Stars: ✭ 139 (+363.33%)
Mutual labels:  webpack, static-site, boilerplate
Ng Static Site Generator
ng-static-site-generator is a webpack-based command line build tool that builds an Angular app and Jekyll-style blog entry html files into a static html and css website. It also supports building a client app so you can have static pages that are also capable of running dynamic functionality coded in Angular.
Stars: ✭ 42 (+40%)
Mutual labels:  webpack, jekyll, static-site
Tris Webpack Boilerplate
A Webpack boilerplate for static websites that has all the necessary modern tools and optimizations built-in. Score a perfect 10/10 on performance.
Stars: ✭ 1,016 (+3286.67%)
Mutual labels:  webpack, static-site, boilerplate
Frontend Webpack Boilerplate
Simple starter webpack 5 project template supporting SASS/PostCSS, Babel ES7, browser syncing, code linting. Easy project setup having multiple features and developer friendly tools.
Stars: ✭ 242 (+706.67%)
Mutual labels:  webpack, boilerplate, postcss
Pwa
An opinionated progressive web app boilerplate
Stars: ✭ 353 (+1076.67%)
Mutual labels:  webpack, boilerplate, postcss

This repo includes a boilerplate for getting started working on a new Jekyll website, setup for GitHub Pages. It includes the following, which I tend to need on any site I work on:

  • Package management using NPM
  • ESLint + Stylelint
  • JS testing using Jest
  • Automatic code and Markdown formatting using Prettier
  • Git hooks using Husky
  • ES6 transpiling and bundling using Webpack and Babel
  • Sass transpiling and processing using PostCSS
  • Local server and live reloading using Browsersync

Prerequisites

  • Git - This boilerplate uses the github-pages gem, which expects a Git repo to be configured locally
  • Node 10.x +
  • Ruby 2.4.x +

Installation

npm install

Usage

Local development

Run a local Jekyll server and enjoy live reloading:

npm start

Building production-ready assets

To transpile and bundle Sass and JS, and build the site:

npm run build

Testing

npm test
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].