Giter Site home page Giter Site logo

mit-acl.github.io's Introduction

mit-acl.github.io

Jekyll website for Aerospace Controls Laboratory at MIT.

Setup

We build the static site locally and then push it to the gh-pages branch for hosting. This requires you clone the repository and _site folder correctly.

git clone [email protected]:mit-acl/mit-acl.github.io.git
cd mit-acl.github.io.git
git clone -b gh-pages `git config remote.origin.url` _site

Easy build

  • Update bibliography repo and commit/push any changes
    • Do not edit the contents of the _bibliography directory in this repo. The directory is pulled down fresh from the bibliography repo on each build. Thus, edits should be made and committed directly to that repo separately.
  • Build and commit the static site into _site with bash and Docker: ./build_and_deploy.bash
  • Check the deployment status here
  • Check the website at: https://mit-acl.github.io/

Alternative manual build (not recommended)

If you don't want to install Docker, you can manually build, commit, and push:

  • Update the _bibliography submodule with: git submodule update --remote
  • Commit your changes to the source repo (i.e. mit-acl.github.io)
  • Build the static site into _site with your local Jekyll installation: bundle exec jekyll build
  • Commit your build to the gh-pages branch (i.e. inside _site)
  • Check the deployment status here
  • Check the website at: https://mit-acl.github.io/

New Students

If you're a new student, you need to be added to the website. Reach out to the current ACL webmaster via Slack and provide the following:

  1. A headshot (i.e. .jpg or .png)
  2. Markdown providing your information. (See this example.) Alternatively, if you're comfortable with GitHub/GitHub pages, you're welcome to make the changes yourself and submit a pull request.

Notes

mit-acl.github.io's People

Contributors

fishberg avatar kotakondo avatar plusk01 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.