Git Product home page Git Product logo

adicu.github.com's Introduction

adicu.github.com

The new ADI internet experience developed with jekyll and GitHub Pages.

Site: adicu.com Alternative Address: adicu.github.com

Installation

  1. Ruby - Jekyll requires the ruby language. If you've got a Mac, you've most likely already got Ruby. If you open up the terminal application, and run the command ruby --version you can confirm this. Your Ruby version should begin with 1.9.3 or 2.0.0. If you've got that, you're all set. Skip to step #2. Otherwise, follow these instructions to install Ruby.

  2. Bundler - Bundler is a package manager that makes versioning Ruby software like Jekyll a heck of a lot easier and is highly recommended if you're going to be building GitHub Pages sites locally. If you don't already have Bunder installed, you can install it by running the command gem install bundler (use sudo gem install bundler if you get permission errors).

  3. Jekyll - The main event. Simply run the command, bundle install and you're good to go (use sudo bundle install if you get permission errors).

  4. Node.js - Run npm. If you see a message that starts with Usage: npm <command> then you can skip this step. Go to Node Download Page and run the installer that's appropriate for your computer.

  5. Grunt - run npm install and then grunt to concatenate and compile LESS. Use grunt watch to automatically update CSS files.

  6. Run the server by executing jekyll serve --watch in the root directory of the site.

  7. Visit http://localhost:4000/ in Internet Explorer your browser.

For more installation instructions and information, check out jekyll's installation page, or this Windows installation tutorial. To learn more about jekyll, check out its GitHub repo.

How to Post

  1. Run ./newpost.sh title type where title is the short title of your post (which will be used in the URL), and type is one of the template types in the _templates directory. The title should be lowercase words separated by dashes, and the type should be a .md file.

    # Examples
    ./newpost.sh my-cool-post blogpost.md
    ./newpost.sh a-great-resource resource.md
    
  2. Fill out your post in the newly created file.

  3. Commit and push the file to origin/master.

Event Resources

Events posted to Google Calendar should have the following format:

[short description]
-----------
[long description]
-----------
resource1 name-->resource1 link
resource2 name-->resource2 link
etc.

All of the resource links will be made available in a javascript object to implement features on the website. Resources currently used on the website are:

  1. image-->image link | A cover image for the events slider. If this is not provided a default image will be used.
  2. slides-->slides link | A link to presentation slides relevant to the event.

adicu.github.com's People

Contributors

a2 avatar cmoscardi avatar dariajung avatar derekhxz avatar dinalamdany avatar donyu avatar freeslugs avatar gleanawa avatar janecakemaster avatar jaredbrowarnik avatar lisali567 avatar natebrennand avatar parthibanloganathan avatar rbtying avatar samw7823 avatar sbchou avatar schlosser avatar squidarth avatar vivekbhagwat avatar zhemao avatar znewman01 avatar

Watchers

 avatar  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.