Giter Club home page Giter Club logo

NU CoSMO

This repo serves as the homepage for Northeastern University's CS Mentoring Club (CoSMO).

Usage

This site uses the static site generator Jekyll. Please install it in order to develop this website.

Jekyll works by taking a template that you write and generating HTML and CSS from it. If you're trying to modify the site, you'll want to start at the root level files:

  • index.html
  • eboard.html
  • mentors.html
  • contact.html

You'll notice they contain lines like {% include mentors.html %}. That line imports sections of the site from the _includes directory. You'll likely find what you need to change in there. _includes may in turn access yaml data files in _data. Finally, to change CSS, look at the assets folder.

After editing these files, run the Jekyll command to generate the site (e.g. jekyll serve). You'll be able to navigate to a local version of the new website in your browser, likely at localhost:4000.

Mac Setup

Jekyll is a Ruby gem. Different macOS versions ship with different versions of Ruby, so to be safe just install homebrew's Ruby.

# Pull repo
git clone [email protected]:northeastern-cosmo/northeastern-cosmo.github.io.git
cd northeastern-cosmo.github.io

# If you don't already have homebrew installed, get it. (MUST HAVE for macOS info at http://brew.sh)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

# Install newer (brew's) version of Ruby
brew install ruby

# Add brew's Ruby to your path
# Note: Assumes your `echo $SHELL` == /bin/zsh. If your shell is bash, replace with ~/.bashrc
echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.zshrc

# Install Jekyll and other dependencies (may take a few minutes)
bundle install

# Run jekyll (s == serve)
bundle exec jekyll s

# The site should be running locally at http://localhost:4000

Acknowledgments

This site is based of off the Jekyll theme Compass. See here for more info: https://excentris.github.io/compass/

CoSMO's Projects

almace-scaffolding icon almace-scaffolding

AMSF, a.k.a. Almace Scaffolding, a super-fast Jekyll framework fighting against the website obesity. It supports LiveReload, Sass, HTML minification, inlined stylesheets and more.

workshops icon workshops

A collection of our various technical workshops!

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.