Git Product home page Git Product logo

www.juliacon.org's Introduction

juliacon.github.io

http://juliacon.org/

For local development install jekyll and run jekyll serve from the repository root.

Automatic build and deployment of the site

The source for the Jekyll website is currently located in the src branch of this repository. This is set as the primary branch in Github, and hence PR's should be opened against this branch.

The built site will be deployed to master. This will be triggered when a push is made to the src branch. Push and PR to other branches should not trigger any build and deployment of the site.

The build and deployment of the site to GitHub pages is done using Travis CI.

Install and enable Travis CI

This is a one time setup that's already been done. It's documented here for the record

  1. Enable Travis CI for this repository
  2. Generate a GitHub personal access token so that Travis can commit the built site to gh-pages
  3. Install Travis CLI locally by running
gem install travis
  1. Create an encrypted environment variable using the GitHub personal access token created in step 2.In your terminal type:
travis encrypt 'GH_USER=<your username>' 'GH_EMAIL=<your email>' 'GH_TOKEN=<your token>' --add

This will encrypt your sensitive information and add it automatically to the .travis.yml file in the repository. 5. Ensure the site is being served from the master branch (you can check this in the repository settings) 6. All set.

www.juliacon.org's People

Contributors

aviks avatar vchuravy avatar iainnz avatar xorjane avatar bubblemelon avatar andreasnoack avatar jrevels avatar hunterowens avatar logankilpatrick avatar porterjamesj avatar jiahao avatar evanmiller avatar ranjanan avatar shashi avatar viralbshah avatar dpsanders avatar archrobison avatar syarra avatar stefankarpinski avatar laurentheirendt avatar mlubin avatar ssfrr avatar mcmcgrath13 avatar omus avatar chrisrackauckas avatar essenciary avatar oxinabox avatar ihnorton avatar jeffbezanson avatar giordano avatar

Watchers

James Cloos 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.