Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```