Skip to content

dancesWithMachines/dancesWithMachines.github.io

Repository files navigation

dancesWithMachines

This is the source of dancesWithMachines web page. The website is build with Jekyll.

License

This website is build with Jekyll and the theme used is Serial Programmer developed by Sharad Raj licensed under MIT license. License can be found in the root of this repository.

Content of this website is the property of Mateusz Kusiak (Timax).

Building

Installing ruby 3.0.0 (Mac)

  1. Install ruby 3.0 via homebrew.
    brew install ruby@3.0
    Note: MacOS comes with ruby preinstalled, but messing with default instance is not advised.
  2. Add ruby path to ~/.bash_profile (if using bash).
    # CUSTOM - Use brew provided ruby 3.0
    export PATH="/opt/homebrew/opt/ruby@3.0/bin:$PATH"
  3. Source ~/.bash_profile.
    source ~/.bash_profile
  4. Install Jekyll and Bundler.
    gem install bundler jekyll

Build and run the website locally

  1. Download source files and go to the root of downloaded contents.
  2. Install dependencies.
    bundle install
    Note: webrick might need to be installed manually.
    gem install webrick
  3. Build and serve the website.
    bundle exec jekyll serve --livereload

About

Personal blog side.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published