An open API service indexing awesome lists of open source software.

https://github.com/itw-creative-works/ultimate-jekyll

A boilerplate with Jekyll, Webpack, and Node.js to kickstart the development of blazingly fast, feature-rich, & SEO-ready static sites. Example 👇👇👇
https://github.com/itw-creative-works/ultimate-jekyll

front-end frontend html webdevelopment website

Last synced: 7 months ago
JSON representation

A boilerplate with Jekyll, Webpack, and Node.js to kickstart the development of blazingly fast, feature-rich, & SEO-ready static sites. Example 👇👇👇

Awesome Lists containing this project

README

          






















Site | NPM Module | GitHub Repo




Ultimate Jekyll is a template that helps you jumpstart your Jekyll sites and is fueled by an intuitive incorporation of npm, gulp, and is fully SEO optimized and blazingly fast.

## 🌟 Live Demo
Check out the live example website to see Ultimate Jekyll in action:



View Demo





🔗 ultimate-jekyll.itwcreativeworks.com

Explore the example site to see all the features and capabilities that Ultimate Jekyll offers out of the box.

## 🦄 Features
* **SEO Optimized**: Ultimate Jekyll is fully SEO optimized.
* **Blazingly Fast**: Ultimate Jekyll is blazingly fast.
* **NPM & Gulp**: Ultimate Jekyll is fueled by an intuitive incorporation of npm and gulp.

## 🚀 Getting started
1. [Create a repo](https://github.com/itw-creative-works/ultimate-jekyll/generate) from the **Ultimate Jekyll** template.
2. Clone the repo to your local machine.
3. Run these command to get everything setup and sync'd!
```bash
npm install
npm start
```

## 📦 How to sync with the template
1. Simply run `npx uj setup` in Terminal to get all the latest updates from the **Ultimate Jekyll template** and launch your website in the browser.

## 🌎 Publishing your website
1. Change the `url` in `_config.yml` to your domain.
2. Push your changes to GitHub
3. Then just wait for GitHub Pages to make your site live!

## ⛳️ Flags
* `--browser=false` - Disables the browser from opening when running `npm start`.
```bash
npm start -- --browser=false
```