Giter Site home page Giter Site logo

ritterim.github.io's Introduction

rimdev.io

Photography by JJ Walck

Setup

  1. Install Ruby v2 (if not already installed)
  2. Clone repository
  3. cd into repository
  4. gem install bundler
  5. bundle install
  6. To run: bundle exec jekyll serve with optional --incremental flag

As of Jekyll 3.3, _config.local.yml is no longer needed.

Tests

Tests are ran with npm test. This runs markdown-proofing on all posts. See the scripts in package.json for more runnable commands.

New in this release (2.0)

Creating posts

You can use the initpost.sh to create your new posts. Just follow the command:

./initpost.sh -c Post Title

The new file will be created at _posts with this format date-title.md.

When you're done, run npm run check to check it over.

Adding an image

Adding an image is easy enough, remember to add the semantic-ui responsive image classes .ui.fluid.image. If you want to add a light border, use {: .ui.fluid.image.border}

[ Your image description, i.e., alt tag content ]( /path/to/image.jpg ){: .ui.fluid.image}

Image captions

For an image with a caption use:

[![Example](https://example.org/image.png)](https://example.org)
[https://example.org](https://example.org){: .caption}
{: .ui.center.aligned.container }

Front-matter

Posts

When you create a new post, you need to fill the post information in the front-matter, follow this example:

---
layout: post
title: "How to use"
authors: <Your name here>
date: 2015-08-03 03:32:44
image: "/images/my-great-image.jpg"
image_url: <url/page associated with image>
image_credit: <name for image credit>
tags:
- jekyll
- template
categories:
- I love Jekyll
twitter_text: "How to install and use this template"
---

If the page has no image, image: can be omitted entirely. A default system image will be used. If image_credit: is specified, then image_url: should also be specified.

TAGS: Check existing Tags here before creating new ones

The difference between single and multiple authors:

# single author
authors: <author name>

# multiple authors
authors:
- <First author>
- <Second author>

CC Attribution blog images

Using a Creative Commons image requiring attribution?

image: https://farm5.staticflickr.com/4103/5029857600_d8ed3aaa06_b_d.jpg
image_url: https://www.flickr.com/photos/khawkins04/
image_credit: Ken Hawkins

Author pages

---
layout: author
author: Bill Boga
permalink: /bill-boga/
image: /images/default/annex-billboga.jpg
avatar: false
---

The last 2 items are optional; If the page has no image, image: can be omitted entirely. A default system image will be used. You only need to include avatar: false if omitting your avatar.

ritterim.github.io's People

Contributors

khalidabuhakmeh avatar kendaleiv avatar hougasian avatar scottschwalm avatar billbogaiv avatar comfroels avatar lightyeare avatar jrusbatch avatar tgharold avatar bwarner22 avatar czy5074 avatar kylelehman avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.