sts10 / sts10.github.io

My code blog

Home Page:https://sts10.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code repository for my blog. I currently use Jekyll to create it (though I'm always looking for other options).

Installing and setting up Jekyll on Ubuntu

  1. Be sure rbenv is set up and a modern version of Ruby is set to global.
  2. gem install jekyll bundler
  3. git clone git@github.com:sts10/sts10.github.io.git
  4. cd into the repo
  5. bundle exec install

To preview the Jekyll site: run bundle exec jekyll serve

To publish changes: git add and git commit changes, then run bundle exec jekyll build, then git push origin master

Licensing

This work is licensed under CC BY 4.0

About

My code blog

https://sts10.github.io/


Languages

Language:HTML 74.7%Language:Ruby 21.9%Language:Just 2.5%Language:CSS 1.0%