Giter VIP home page Giter VIP logo

blog's Introduction

CSH Blog

Installation

  • Clone this repo
  • Run bundle install to install dependencies
  • Run bundle exec jekyll serve to generate and run site
  • The blog is now running at http://127.0.0.1:4000/!

Posting

  • Fork this repo
  • Locally, and after installation, either:
    • Run sh newPost.sh and fill in metadata to automatically generate a new post file
      • Fill in the post content, and verify YAML Front Matter OR:
    • Make a new file in _posts/:
      • Title the file YYYY-MM-DD-your-title-here.md (i.e. 2017-10-23-hello-world.md)
      • Fill in the YAML Front Matter at the top of the file, as detailed below
      • Below the Front Matter, write the body of the post, in Markdown
  • Push the new file(s) to your fork, and make a Pull Request to this repo

Post Format

---
layout: post
title: ""
date: 
categories:
  - 
description: 
image: 
image-sm:
author: 
author-image: 
author-bio: 
author-email: 
author-social:
  github: 
---

Example

---
layout: post
title:  Intro to GitHub
date:   2017-10-22 12:25:00
categories: 
  - git
  - GitHub
description: GitHub is an incredible tool, not only for development, but for learning
image: https://devinmatte.github.io/images/posts/intro-to-github/profile.png
image-sm: https://devinmatte.github.io/images/posts/intro-to-github/profile.png
author: Devin Matte
author-image: https://avatars3.githubusercontent.com/u/9310513
author-bio: Second Year Software Engineering Student at Rochester Institute of Technology
author-email: [email protected]
author-social:
  github: https://github.com/devinmatte
  linkedin: https://www.linkedin.com/in/devin-m-5556a386/
---

blog's People

Contributors

devinmatte avatar kennethnero avatar liam-middlebrook avatar ramzallan avatar sethgower avatar sgreene570 avatar stevenmirabito avatar

Watchers

 avatar  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.