Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timrogers/timrogers.co.uk

Tim's personal site, built with Jekyll ⚡️
https://github.com/timrogers/timrogers.co.uk

Last synced: 28 days ago
JSON representation

Tim's personal site, built with Jekyll ⚡️

Awesome Lists containing this project

README

        

# timrogers.co.uk

## Usage

The site is built using the Ruby gem [Jekyll](https://jekyllrb.com).

### Running locally with Ruby

1. Install the dependencies by running `bundle`
2. Start Jekyll by running `bundle exec jekyll serve`
3. Go to
4. When you make changes to the site (pages, CSS, etc.), they will be reflected automatically. If you update the Jekyll `_config.yml`, you'll need to restart `jekyll`. If you change the `Gemfile`, you will need to re-run `bundle` and then restart `jekyll`.

### Deployment

When a change is pushed to the `main` branch, it will be deployed to Azure Static Apps and will be available at , providing that it can be built and it passes the `html-proofer` tests.

When a PR is created against the `main` branch, a preview will automatically be deployed to Azure and a link to that preview will be added to the PR as a comment.