/conf-libreoffice-jp

LibreOffice Asia Conference 2019 Page source

Primary LanguageHTML

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