Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ⚡️
- Host: GitHub
- URL: https://github.com/timrogers/timrogers.co.uk
- Owner: timrogers
- Created: 2017-02-06T12:06:29.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T13:58:00.000Z (3 months ago)
- Last Synced: 2024-11-24T13:43:57.666Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 52.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.