Skip to content
/ blog Public
forked from HackIllinois/blog

The HackIllinois Blog repository (GitHub pages + Jekyll)

License

Notifications You must be signed in to change notification settings

salonis3/blog

 
 

Repository files navigation

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!

About

The HackIllinois Blog repository (GitHub pages + Jekyll)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 40.5%
  • CSS 36.5%
  • Ruby 15.3%
  • JavaScript 7.7%