Skip to content

odaner/website

 
 

Repository files navigation

APPUiO Website

Uses middleman to generate static HTML

Optimize images before build:

image_optim source/images/*.{jpg,png,gif,svg}

Prerequisites

  • Ruby v2.2.2
  • Middleman

Once you have Ruby and RubyGems up and running, execute the following from the command line:

$ gem install middleman
$ gem install bundle

This will install Middleman, its dependencies and the command-line tools for using Middleman.

First of all, be sure to run under Ruby v2.2.2 at least, then:

$ bundle install

Setup Development environment:

$ middleman

Build the static pages:

$ bundle exec middleman build

Deploy the Website with rsync

$ rsync -a ./build/ [email protected]:~/path

Releases

No releases published

Packages

No packages published

Languages

  • CSS 41.5%
  • HTML 39.4%
  • JavaScript 8.9%
  • Ruby 7.3%
  • PHP 2.6%
  • ApacheConf 0.3%