ABTech / abtech.org

abtech.org website
https://abtech.org/
8 stars 32 forks source link
bootstrap jekyll website

AB Tech Website

The website for the Carnegie Mellon Activities Board Technical Committee

Issues

We all have them.

Development

Lazy

Note: We do not host the production website with GitHub Pages, but it is a convenient place to keep the latest built version from master. It also provides emergency fallback hosting should it ever be needed.

Simple (well, needs much more clarification)

Tips & Instructions

Adding plugins

  1. Add to _config.yaml
  2. Add to Gemfile
  3. Run bundler update

Adding non-built files to root of repo

Files added to the root of the repo will automatically be built. Remove them by adding them to the exclude list in _config.yaml

Adding JS libraries

Ensure JS libraries are browser-ready (no dependencies once built, usually found in a dist folder).

  1. Install with npm install --save <package>
  2. Add node_modules/<package> to the include list in _config.yaml

Adding CSS/SCSS/SASS libraries

  1. Install with npm install --save <package>
  2. You should now be able to include them from within the _sass directory (example with how Bootstrap is included)

Setup

Clone this repo into your workspace. More info coming soon

Running

It's a static website. Throw it on any web server (Apache, Nginx, etc.). Set the 404 page to /404.html.

Contribute

Just send a pull request! Please contribute to the dev branch.

Maintenance

Code hosted at www-01.abtech.org:/srv/abtech.org

To load changes from server, simply pull (from gh-pages once it is built):

git pull

History

This website was refreshed by pnaseck in 2021 to use Jekyll. It was previously a Django site, which can be found in the legacy-pre-2021 branch.