#Get Grunting baby
Must have nodejs
, grunt
, npm
,
Not to mention you'll need to get grunt init
#####After that's done then start a grunting baby 😉
grunt-init gruntfile
initializes a basic gruntfile. More details
#Get Grunting baby
Must have nodejs
, grunt
, npm
,
Not to mention you'll need to get grunt init
#####After that's done then start a grunting baby 😉
grunt-init gruntfile
initializes a basic gruntfile. More details
What's Yeoman?
Yeoman helps you kickstart new projects, prescribing best practices and tools to help you stay productive.
To do so, we provide a generator ecosystem. A generator is basically a plugin that can be run with the yo
command to scaffold complete projects or useful parts.
Through our official Generators, we promote the "Yeoman workflow". This workflow is a robust and opinionated client-side stack, comprising tools and frameworks that can help developers quickly build beautiful web applications. We take care of providing everything needed to get started without any of the normal headaches associated with a manual setup.
With a modular architecture that can scale out of the box, we leverage the success and lessons learned from several open-source communities to ensure the stack developers use is as intelligent as possible.
#this sets up the plugin for the auto generated cover | |
{ | |
"plugins": ["autocover"], | |
"pluginsConfig": { | |
"autocover": { | |
#Configuration for autocover - see cover-plugin-config.md | |
"title": "My Book", | |
"author": "Author", | |
"font": { |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Bootswatch API Demo</title> | |
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"> | |
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script> | |
<style id="jsbin-css"> | |
body { | |
padding: 2em; |
Below are examples of all available structural elements that can be used in a kramdown text. Since the kramdown syntax is a superset of the Markdown syntax, only a small part of the available syntax is not available in standard Markdown syntax. Note, that only the most basic syntax information is given. However, a link to the detailed syntax for each element is provided (which also details the differences to the standard Markdown syntax). The quick reference is for version <%= ::Kramdown::VERSION %> of the syntax documentation.
#CSS only skull cute
Jekyll The main event.
You'll want to create a file in your site's repository called Gemfile
and add the line gem 'github-pages'. After that, simply run the command, bundle install and you're good to go. If you decided to skip step #2, you can still install Jekyll with the command gem install github-pages, but you may run into trouble down the line.
Here’s an example of a Gemfile you can use (placed in the root directory of your repository):
source 'https://rubygems.org'
gem 'github-pages'
A few Liquid templates to use for rendering RSS feeds for your Jekyll blog. Featuring four kinds of feeds:
link
variable in the YAML Front Matter. Not a common Jekyll convention, but a good way to generating a linked list.feed.links.xml
.