Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bsclifton/clifton.io
- Owner: bsclifton
- Created: 2015-07-16T07:54:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T05:27:58.000Z (about 2 months ago)
- Last Synced: 2024-12-12T07:40:22.476Z (about 1 month ago)
- Language: HTML
- Homepage:
- Size: 116 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```