-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from robhowley/rh-init
shell of homepage
- Loading branch information
Showing
6 changed files
with
62 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.idea | ||
.sass-cache | ||
Gemfile.lock | ||
_site | ||
.jekyll-metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |