Skip to content

Files

Latest commit

b22fee1 · Mar 28, 2019

History

History
28 lines (19 loc) · 553 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 553 Bytes

LibreOffice Asia Conference 2019 site page

It uses middleman

How to test it on your own computer

  • install ruby 2.4.3
    • using rbenv or any alternatives is strongly recommended
  • install bundler gem
gem install bundler --no-doc
  • use bundler to install whole middleman-related gems
bundle install
  • now you can generate the site like this:
middleman server