Blogging Tactics

Here are some suggestions for how to create the class blog posts for your assigned classes.

Fork the github repository for the course website.

About the course website

A list of easy steps setting up Jekyll GitPage

  1. set up ruby: please follow the step from steps for mac version

  2. install jekyll
    ~ $ gem install jekyll
    
  3. About minimal-mistakes theme https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme
  1. now deploy it locally
    ~/web-name $ bundle install
    ~/web-name $ bundle exec jekyll serve
    

    Now use your favorite browser to open http://localhost:4000


Troubleshooting

If you have a question about using Jekyll, start a discussion on the Jekyll Forum or StackOverflow. Other resources: