This blog is self hosted at https://blog.hackillinois.org. This blog replaces the [https://medium.com/@HackIllinois](HackIllinois Medium).
To run test locally:
git clone- make sure you have ruby
cdwherever you cloned the blogbundle installbundle exec jekyll serve- hosted at: http://127.0.0.1:4000/ or http://localhost:4000/
- Request permissions on the GitHub organization from the directors
- Create a new branch for your post
- All posts belong in
_posts/directory - Name post file as
{YYYY}-{MM}-{DD}-{blog-post-title}.markdown - Place images in
assets/article_images/{blog-post-title} - Include updated Jekyll front matter (see other blog markdown files)
- Write content of blog post in markdown!
- Commit and submit pull request with blog post
- We will approve (or not) after review!