Code Monkey home page Code Monkey logo

xuantiep / komornikimtb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pawelek-org/komornikimtb

0.0 0.0 0.0 32.5 MB

We are the local cycling organization located in Komorniki (Greater Poland). Our mission is to deliver the cycling sporting success, grow and effectively inspire and support people to cycle regularly.

Home Page: https://komornikimtb.pl

License: MIT License

Shell 0.18% JavaScript 22.88% Ruby 3.98% CSS 5.63% HTML 8.64% SCSS 58.70%

komornikimtb's Introduction

Komorniki MTB Team Site

Komorniki MTB Team Logo

We are the local cycling organization located in Komorniki (Greater Poland). Our mission is to deliver the cycling sporting success, grow and effectively inspire and support people to cycle regularly.

Live URL (in polish): komornikimtb.pl

Resources

  1. Jekyll
  2. Memoirs theme
  3. Netlify CMS
  4. Netlify
  5. Strava Ruby Client
  6. Github

Netlify Status

Local installation

  1. You will need Ruby and Bundler to use Jekyll. Following Using Jekyll with Bundler to fullfill the enviromental requirement.

  2. Install the dependencies specified in your Gemfile:

$ bundle install 
  1. Serve the local website (localhost:4000 by default):
$ bundle exec jekyll serve --watch --livereload

Netlify CMS

Netlify CMS is a single-page app that you pull into the /admin part of this site. It uses git-gateway authorization method.

Read more about Netlify CMS Core Concepts.

See the configuration located in /admin/config.yml.

Strava Ruby Client

Latest club bike rides are fetched from Strava API via Strava Ruby Client. In order to use you need to add token variables obtained from My API Application in the Strava UI.

ENV['STRAVA_CLIENT_ID']
ENV['STRAVA_CLIENT_SECRET']
ENV['STRAVA_API_REFRESH_TOKEN']
ENV['STRAVA_API_CLUB_ID']

Run this command to execute the Strava script in the context of the current bundle (Rakefile):

$ bundle exec rake strava:clubrides --trace

Production

The directory /_site is where the generated site will be placed (by default) once Jekyll is done transforming it.

$ JEKYLL_ENV=production bundle exec rake strava:clubrides && bundle exec jekyll build --config _config.yml,_config_prod.yml

Contributing

You're encouraged to submit pull requests, propose features and discuss issues.

License

MIT License (See LICENSE.txt)

komornikimtb's People

Contributors

pawelek-org avatar xuantiep avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.