This blog is self hosted at blog.acmrp.org. All content can also be found on the R|P Medium: https://medium.com/@reflectionsprojections/
To run test locally:
git clone
- make sure you have ruby
cd
wherever you cloned the blogbundle install
bundle exec jekyll serve
- hosted at: http://127.0.0.1:4000/ or http://localhost:4000/
- Create a new branch for your post
- All posts belong in _posts/ directory
- Format post files as
YEAR-MONTH-DAY-blogpost-title.markdown
- Include updated header information (see other blog markdown files)
- Write content of blog post in markdown!
- Commit and submit pull request with blog post
- We will approve after review!