State homepage demo for DeepGHS.
Install ruby and bundler environment
sudo snap install ruby
gem install bundler
Clone the Code
git clone https://github.com/deepghs/page_demo.git
cd page_demo
Install the python dependencies
pip install -r requirements.txt
Start the server and see what's your site is like
make serve
Export the site to _site
directory
make build
See the static exported site in the _site
directory
make bserve