Skip to content

AcklenAvenue/acklenavenue.github.io

Repository files navigation

acklenavenue.github.io

The AcklenAvenue official website.

Installation

Windows

  1. Install ruby, and jekyll gem. Follow this steps https://jekyllrb.com/docs/installation/windows/
  2. Clone repo
git clone https://github.com/AcklenAvenue/acklenavenue.github.io.git
  1. Open terminal in the project directory.
  2. Install required gems
bundle install
  1. Serve project
bundle exec jekyll serve

Known Issues.

  1. If Ruby version 3.0.0 or higher is used, gem webrick is not included. Fix with
bundle add webrick