Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsingleton/dsingleton.co.uk
My own website.
https://github.com/dsingleton/dsingleton.co.uk
github-page jekyll jekyll-website personal-website website
Last synced: 3 months ago
JSON representation
My own website.
- Host: GitHub
- URL: https://github.com/dsingleton/dsingleton.co.uk
- Owner: dsingleton
- Created: 2009-04-07T21:39:44.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T18:04:07.000Z (about 1 year ago)
- Last Synced: 2024-09-29T03:03:20.330Z (3 months ago)
- Topics: github-page, jekyll, jekyll-website, personal-website, website
- Language: HTML
- Homepage: http://dsingleton.co.uk
- Size: 2.06 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [dsingleton.co.uk](http://dsingleton.co.uk)
[![Build Status](https://travis-ci.org/dsingleton/dsingleton.co.uk.svg?branch=master)](https://travis-ci.org/dsingleton/dsingleton.co.uk)
A straight forward static personal website, powered by [Jekyll](http://jekyllrb.com/).
## Setup
Install dependencies:
```sh
bundle
```Run the dev server:
```sh
bundle exec jekyll serve
```
### Link checkingCheck internal links with:
```sh
bundle exec jekyll build
bundle exec htmlproofer _site/ --disable-external
```## Github pages
This site is deployed to [github pages](https://jekyllrb.com/docs/github-pages/) and uses the [`pages-gem`](https://github.com/github/pages-gem) to restrict itself to plugins that work in that environment.
Deployment is automatic when pushing to master.