Skip to content

kumano-dormitory/kumanofes2019_sample_site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample site generator for kumanofes2019

How to Generate HTMLs

  1. First of all, install bundler on your system.
  2. Run commands bellow. (in the top directory of this repository)
$ bundle install --path=vendor/bin
$ git clone https://github.com/kumano-dormitory/Kumanofes2019data.git
$ mv Kumanofes2019data data
$ bundle exec ruby build.rb
  1. Then, you will see HTMLs in the _site directory.

How to Check HTML Layout

$ bundle exec ruby build.rb --watch

Now you can access localhost:8000/ryosai2019 using web browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published