Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bsclifton/clifton.io

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

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

## clifton.io

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

This project uses [Jekyll](https://jekyllrb.com/) with a slightly customized
version of the default [minima](https://github.com/jekyll/minima) theme.

### Setup

Check out the [Quickstart](https://jekyllrb.com/docs/) 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:
```sh
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
```sh
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
```