Сайт фестиваля «Подземеплан»
Go to file
2015-10-02 15:35:47 +07:00
data Initial commit 2015-10-02 14:46:26 +07:00
source Метрика и правка слов 2015-10-02 15:35:47 +07:00
config.rb Initial commit 2015-10-02 14:46:26 +07:00
Gemfile Initial commit 2015-10-02 14:46:26 +07:00
README.md Initial commit 2015-10-02 14:46:26 +07:00

Installation

  1. Install ruby.
  2. Execute bundle install
  3. Execute bundle exec middleman to start a server on http://localhost:4567
  4. Execute bundle exec middleman build to build a production version

The Middleman configuration file is config.rb and template configuration can be found in data folder. The front matter can be in YAML (denoted by ---) or JSON (;;;)