Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
generator-jekyllrb
Advanced tools
A Yeoman generator, workflow, and build system for the Jekyll static site generator. Yo, Jekyllrb!
A Yeoman generator, workflow, and build system for the Jekyll static site generator. Yo, Jekyllrb!
Generator-jekyllrb wraps the Jekyll static site generator in a Yeoman development workflow. Scaffold a site with Yo, manage front end packages with Bower, and run development and build tasks with Grunt. Generator-jekyllrb aims to provide a solid baseline for modern development with a flexible structure and toolset to accommodate a variety of developer preferences. It's also a great way to get familiar with Yeoman generators and workflow if you don't know any javascript MVx frameworks.
Generator options:
Workflow features:
Just the basics: Node.js and npm, Ruby 1.9+ and Bundler. The generator will install everything else.
npm install -g yo grunt-cli bower
npm install -g generator-jekyllrb
yo jekyllrb
Once you've scaffolded your site there are some handy Grunt tasks available to help you develop, test, and build.
grunt server
This is your development workhorse. Running grunt server
starts a watch task for preprocessor files, starts a server, and opens the site in your default browser. The server uses livereload to inject code changes into the browser automatically — there's no need to manually refresh.
You can use the :build
target (grunt server:build
) to run the build process, start a server, and review your site before deployment.
grunt report
Reports are similar to tests, but they check code quality instead of functionality. grunt report
checks code with Jshint, CSS Lint and CSSCSS. BAMF! You just became a better developer.
You can configure report options in the Gruntfile or the task's '.rc' files.
grunt build
When you're ready to publish your site, run grunt build
to send it through a build process. Usemin blocks are concatenated, CSS, images, and HTML are minified, javascript is uglified, assets are revved, and the final optimized site is output to the 'dist' directory.
grunt (default)
and individual tasksgrunt
is a custom task that runs reports and then builds your site.
There are many tasks and targets in the Gruntfile, all of which are available for individual use on the command line. Read through the Gruntfile to familiarize yourself with the complete list; it can be very useful to run tasks like jshint:all
and compass:server
by themselves. Edit them when necessary, and set up some of your own.
Bower is a package manager for front-end components. Use it to download and manage CSS, javascript, and preprocessor components for your site. Everything in your bower_components directory is available while running grunt server
.
To include components in the build place them inside of a Usemin block or add them manually to the copy:dist
, uglify
, and cssmin
tasks. This workflow will be streamlined with the release of Usemin 2.0.
Using the generator's Yeoman workflow with an existing site is easy, but requires a little manual editing.
compass
task in the generated Gruntfile.grunt server
, grunt dist
, and grunt server:dist
. Check that all the files you expect are being transferred to the dist directory.Report bugs and feature proposals in the Github issue tracker. In lieu of a formal styleguide, take care to maintain the existing coding style. Lint and test your code using Grunt.
0.3.4, June 24, 2013: Refinements, update to grunt-jekyll 3.8.
0.3.3, June 20, 2013: Minor improvements.
0.3.2, June 16, 2013: Update livereload, improve usemin workflow.
0.3.1, June 13, 2013: Remove stray debug code.
0.3.0, June 13, 2013: Switch to Generator 0.12, new prompt, simplify Gruntfile.
0.2.8, June 12, 2013: Fix race condition bug (Issue #11).
0.2.7, June 4, 2013: Update grunt-csscss to test (s)css directories, improve readme.
0.2.6, June 1, 2013: Coffeescript bugfixes.
0.2.5, June 1, 2013: Improve Sass and Autoprefixer tasks.
0.2.4, May 31, 2013: Minor improvements, documentation update.
0.2.3, May 30, 2013: Documentation update.
0.2.2, May 30, 2013: Gruntfile and Bower workflow refinement.
0.2.1, May 30, 2013: Bugfixes.
0.2.0, May 29, 2013: Add Autoprefixer, rewrite Grunt workflow, bugfixes.
0.1.3, May 29, 2013: Bugfixes.
0.1.2, May 24, 2013: Documentation updates, name change.
0.1.1, May 21, 2013: Documentation updates.
0.1.0, May 21, 2013: Initial release.
FAQs
Supercharge Jekyll development with Yeoman. Yo, Jekyllrb!
We found that generator-jekyllrb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.