Skip to content

floriandejonckheere/portfolio

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Continuous Integration Deployment

README

This is the source code to portfolio.

Setup

Install RVM and Ruby first

$ gem install bundler --no-ri --no-rdoc
$ bundle install

Setup

$ rvm install `cat .ruby-version`
$ rvm gemset create `cat .ruby-gemset`
$ rvm use .
$ gem install bundler
$ bundle install

Developing

$ middleman server

Building

$ middleman build

Deployment

Github Actions automatically builds and deploys the website.