Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

Ragnarson/www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ragnarson.com

This is our corporate site. With sources. With history.

It's contents are available under Attribution-NonCommercial-NoDerivatives 4.0 International license.

You think it can be improved? Feel free to fork and send pull request. However if you do so, we'll assume you give us full copyrights to your change. We need to do that to publish our site anyway. :)

Development

$ git clone git@github.com:Ragnarson/www.git
$ bundle install
$ bundle exec middleman

Optimizing svg

Install svgo using npm, then:

find source/images/**/*.svg | xargs -n 1 svgo

Deployment

$ bundle exec middleman deploy