Skip to content

Latest commit

 

History

History
executable file
·
24 lines (21 loc) · 934 Bytes

README.md

File metadata and controls

executable file
·
24 lines (21 loc) · 934 Bytes

HackIllinois Blog!

Purpose

This blog is self hosted at https://blog.hackillinois.org. This blog replaces the [https://medium.com/@HackIllinois](HackIllinois Medium).

Development

To run test locally:

  1. git clone
  2. make sure you have ruby
  3. cd wherever you cloned the blog
  4. bundle install
  5. bundle exec jekyll serve
  6. hosted at: http://127.0.0.1:4000/ or http://localhost:4000/

Blogging Protocol

  1. Request permissions on the GitHub organization from the directors
  2. Create a new branch for your post
  3. All posts belong in _posts/ directory
  4. Name post file as {YYYY}-{MM}-{DD}-{blog-post-title}.markdown
  5. Place images in assets/article_images/{blog-post-title}
  6. Include updated Jekyll front matter (see other blog markdown files)
  7. Write content of blog post in markdown!
  8. Commit and submit pull request with blog post
  9. We will approve (or not) after review!