Skip to content

jackdawboy/chriscummins.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the data for my blog

It is automatically transformed by Jekyll into a static site whenever I push this repository to GitHub.

Setup

Install the dependencies. On Linux:

$ sudo apt install ruby ruby-dev ffmpeg
$ sudo gem install bundler
$ bundle install

On macOS:

$ brew install ruby ffmpeg
$ sudo "$(brew --prefix)/opt/ruby/bin/gem" install -n "$(brew --prefix)/bin" bundler:2.1.4
$ "$(brew --prefix)/bin/bundle" install

Running the site locally

# Generate site files
$ make all
# Serve locally on http://127.0.0.1:4000
$ make run

Pushing to staging site

$ git remote add staging git@github.com:ChrisCummins/staging.git
$ git push staging master:gh-pages

Check the staging site at http://chriscummins.cc/staging

License

The website code is MIT Licensed, but the website content is not. The following directories and their contents are copyright Chris Cummins:

  • _posts/
  • images/,
  • img/,
  • pub/
  • u/.

You may not reuse anything therein without my permission.

About

Data for my personal website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 41.1%
  • JavaScript 34.8%
  • HTML 10.8%
  • CSS 9.2%
  • SCSS 3.6%
  • Makefile 0.2%
  • Other 0.3%