floriandejonckheere / portfolio

My personal website and portfolio

Home Page:https://florian.dejonckhee.re

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

My personal website and portfolio

https://florian.dejonckhee.re

License:MIT License


Languages

Language:HTML 65.8%Language:SCSS 21.0%Language:Ruby 13.1%Language:JavaScript 0.1%