
# SIPB's website

The website of the Student Information Processing Board!

## Migration notice

The IkiWiki has been migrated to Hugo using the `convert.py` script, which is useful but nonexhaustive. Media was copied over manually to `static/` or to `content`.

Feel free to remove the migration notice from pages in `content/archive/`, and move it outside of `archive/` to a more relevant place if it is still relevant.

You can also create a new page in its place. For example, because `projects/` exists, it stops being a redirect to `archive/projects`.

```bash
kinit [your kerberos]
git clone --recurse-submodules ssh://sipb-www@scripts-f30.mit.edu/mit/sipb-www/website.git
```

## How we set this up

1. Initialize bare git repo `website.git` that will house our [hugo](https://gohugo.io/) site.

1. Create a [`post-receive` hook](https://git-scm.com/docs/githooks) that pulls the changes to a directory called `checkout`, then runs `hugo` to compile the site.

1. ...
