diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..632060d --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.idea +.sass-cache +Gemfile.lock +_site +.jekyll-metadata \ No newline at end of file diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..b918dc4 --- /dev/null +++ b/Gemfile @@ -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 diff --git a/_config.yml b/_config.yml index e2acbcf..8afa445 100644 --- a/_config.yml +++ b/_config.yml @@ -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 \ No newline at end of file diff --git a/assets/img/bike-logo-01.png b/assets/img/bike-logo-01.png new file mode 100644 index 0000000..0f3868d Binary files /dev/null and b/assets/img/bike-logo-01.png differ diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..6a33f16 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,10 @@ +version: '2' + +services: + jekyll: + image: jekyll/jekyll + volumes: + - .:/srv/jekyll + ports: + - 4000:4000 + command: jekyll serve --incremental --livereload --force_polling diff --git a/index.md b/index.md new file mode 100644 index 0000000..ea1e474 --- /dev/null +++ b/index.md @@ -0,0 +1,15 @@ +--- +layout: page +title: The "bikes are good" research cheatsheet +--- + +_Maintained by_ BikeSOMa_NJ + +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