Generator Jekyllized

screenshot of Generator Jekyllized
jekyll

A Yeoman generator for Jekyll to rapidly build sites using Gulp

Overview

generator-jekyllized is a Yeoman generator built with Jekyll and gulp. It allows users to quickly scaffold a website and start developing. The generator automatically updates and injects assets into the browser, including SCSS and JavaScript files, and also provides features such as sitemaps, Atom feeds, and SEO metadata tags. Additionally, users can optimize their assets, including minifying and compressing files, and deploy their site to platforms such as Amazon S3, Github Pages, or Rsync.

Features

  • Rapidly prototype: Automatically updates and injects changes made to files into the browser.
  • Jekyll integration: Built on top of Jekyll 3, providing a mature and stable base with features such as sitemaps, Atom feeds, and SEO metadata tags.
  • Asset optimization: Optimizes assets by minifying, compressing with gzip, cache busting, and saving space.
  • Deployment options: Allows users to publish their site via Amazon S3, Github Pages, or Rsync.

Summary

generator-jekyllized is a Yeoman generator that simplifies the development, optimization, and deployment of Jekyll websites. With features such as automatic asset updates, asset optimization, and various deployment options, it provides a convenient workflow for developers. By following the installation guide, users can quickly set up their project and start building their Jekyll-powered website.

jekyll
Jekyll

Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.