Skip to content

Latest commit

 

History

History

client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Herculus Landing Page

Developing

cd landing-page/client
nix-shell --command "jekyll serve --livereload --incremental"

Open your browser and go to the printed Server address. CSS and images will be injected when they change, and all pages will automatically reload when updated.

Deployment

nix-shell --command "jekyll build"

scp -r _site user@host:/root/code/herculus/landing-page/client/