Skip to content

Commit

Permalink
Merge pull request #1 from robhowley/rh-init
Browse files Browse the repository at this point in the history
shell of homepage
  • Loading branch information
robhowley authored Jul 26, 2024
2 parents 0d785aa + bee9b26 commit a3b3215
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.idea
.sass-cache
Gemfile.lock
_site
.jekyll-metadata
9 changes: 9 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
source "https://rubygems.org"

gem "github-pages"
gem "webrick"
gem "jekyll-theme-so-simple"

group :jekyll_plugin do
gem "jekyll-remote-theme"
end
25 changes: 23 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
remote_theme: mmistakes/so-simple-theme
plugins:
- jekyll-remote-theme

title: Life is better by bike
description: ... and here are the receipts
show_downloads: true
logo: "assets/img/bike-logo-01.png"

google_analytics:
theme: jekyll-theme-cayman
exclude:
- docker-compose.yml
- Gemfile

author:
name: BikeSOMa_NJ
picture:
email:
links:
- title: Instagram
url: https://instagram.com/bikesoma_nj
icon: fab fa-instagram

footer_links:
- title: Instagram
url: https://instagram.com/bikesoma_nj
icon: fab fa-instagram
Binary file added assets/img/bike-logo-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: '2'

services:
jekyll:
image: jekyll/jekyll
volumes:
- .:/srv/jekyll
ports:
- 4000:4000
command: jekyll serve --incremental --livereload --force_polling
15 changes: 15 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: page
title: The "bikes are good" research cheatsheet
---

_Maintained by_ <a class="social-icon" href="https://instagram.com/bikesoma_nj" style="text-decoration:none"><i class="fab fa-instagram" title="Instagram"></i>BikeSOMa_NJ</a>

Bike and safe streets advocates have our work cut out for us. To help, here is a cheat sheet of useful resources showing
some of the many ways in which more biking improves our neighborhoods and cities.

## Improved safety for all

## Good for the environment

## Good for business

0 comments on commit a3b3215

Please sign in to comment.