Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 981 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 981 Bytes

clifton.io

The HTML / resources for the https://clifton.io landing page

This project uses Jekyll with a slightly customized version of the default minima theme.

Setup

Check out the Quickstart guide on the Jekyll docs website.

I personally use Windows 10 and WSL2 for running this project on my machine (everything works great).

Once the pre-requisites are downloaded you can clone this repo and get started:

git clone [email protected]:bsclifton/clifton.io.git
cd clifton.io
bundle install

You can start serving the content so you can view it live. This will do live reloads and you can browse by visiting http://localhost:4000

bundle exec jekyll serve

Deploying

Partially automated. Only really usable by Brian. Will eventually be wired up to GitHub actions.

./upload.sh
scp ./install.sh [email protected]:~/
ssh [email protected]
./install.sh