Skip to content

deepghs/page_demo

Repository files navigation

page_demo

State homepage demo for DeepGHS.

Installation

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

Quick Start

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