Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgardner/rgardner.github.io
My website and blog
https://github.com/rgardner/rgardner.github.io
blog jekyll
Last synced: 3 months ago
JSON representation
My website and blog
- Host: GitHub
- URL: https://github.com/rgardner/rgardner.github.io
- Owner: rgardner
- Created: 2014-07-24T01:14:50.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T14:40:49.000Z (3 months ago)
- Last Synced: 2024-11-03T15:28:29.362Z (3 months ago)
- Topics: blog, jekyll
- Language: CSS
- Homepage: https://www.bob-gardner.com/
- Size: 3.62 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bob-gardner.com
[![Jekyll](https://github.com/rgardner/rgardner.github.io/actions/workflows/jekyll.yml/badge.svg)](https://github.com/rgardner/rgardner.github.io/actions/workflows/jekyll.yml)
This is the [Jekyll](https://jekyllrb.com/) source of my personal website, .
## Getting Started
```sh
$ # Install dependencies
$ bundle install
$ # Serve site locally
$ rake
$ # List all tasks
$ rake --tasks
rake build # Build site
rake ci # Run CI tests
rake clean # Remove any temporary products
rake clobber # Remove any generated files
rake new # Create a new post
rake rubocop # Run RuboCop
rake rubocop:autocorrect # Autocorrect RuboCop offenses (only when it's safe)
rake rubocop:autocorrect_all # Autocorrect RuboCop offenses (safe and unsafe)
rake serve # Run site
rake test # Run tests
rake update # Update dependencies
```