Giter Club home page Giter Club logo

rconnelly.github.com's Introduction

The quad io web site uses several tools to generate the web site.

It uses Jekyll to build a deploy staticly generated html files from templates.
It uses boilerplate html5 to generate minified html, css, and javascript.
It uses 1140 css grid to create a fluid design.

Running locally:
type: jekyll --server

Then visit:
http://localhost:4000

When making changes int the source code, you'll need to do a commit and push

git add . --all
git commit -m "Changes message"
git push origin master

This will push to the Quad.io-Web and not actually "deploy" the site. That's actually a different repo.


Build and Deploy Instructions:

The website is actually two repositories. One is the source (Quad.io-Web). The other is the deployed website
(rconnelly.github.com).

Because we host on Github pages, we need this separate "deployed" website repo. We have http://www.quad.io pointed to
rconnelly.github.com.

Steps:

cd ./build/
ant build

cd publish
git add . --all
git commit -m "<message here>"
git push origin master

This last step will deploy the code to the server. Github will then make this code available to the public.

rconnelly.github.com's People

Stargazers

Ryco avatar

Watchers

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