Skip to content

bsclifton/clifton.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 24, 2025
a80918f · Feb 24, 2025
Mar 6, 2023
Feb 27, 2023
Feb 27, 2023
Jun 17, 2024
Feb 24, 2025
Mar 6, 2023
Feb 27, 2023
Feb 27, 2023
Feb 27, 2023
Jan 21, 2024
Feb 27, 2023
Aug 8, 2024
Feb 27, 2023
Jul 8, 2024
Aug 23, 2023
Jan 21, 2024
Aug 23, 2023
Jan 27, 2024

Repository files navigation

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 git@github.com: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 brian@clifton.io:~/
ssh brian@clifton.io
./install.sh