Home of bitspossessed.org, built with jekyll.
Please read the jekyll installation documentation for requirements to run a server locally on your machine.
# Clone the repository
git clone [email protected]:bitspossessed/website.git
# Move into the project
cd website
# Install all dependencies
bundle install
# Start the development server at localhost:4000
bundle exec jekyll serve
# Build the static website in `_site` folder
bundle exec jekyll build