Go to file
Lorin Werthen ab41a9b500 fixes #52
2016-09-02 00:22:01 +02:00
commands post command, cammie 2016-08-14 10:12:19 +02:00
content fixes #52 2016-09-02 00:22:01 +02:00
data various stuff 2016-08-02 19:54:18 +02:00
layouts improve navbar and eventpage styling 2016-09-02 00:05:38 +02:00
lib improve navbar and eventpage styling 2016-09-02 00:05:38 +02:00
.gitignore navigation 2016-07-31 19:28:23 +02:00
.ruby-version let's try travis 2016-07-18 13:07:45 +02:00
.travis.yml travis pls 2016-07-27 20:30:17 +02:00
Checks check ilinks as well 2016-07-31 19:29:16 +02:00
Gemfile events a bit more 2016-08-24 01:01:17 +02:00
Gemfile.lock events a bit more 2016-08-24 01:01:17 +02:00
Guardfile readme n shit 2016-06-09 15:04:10 +02:00
id_rsa.enc add encrypted ssh key 2016-07-18 13:31:59 +02:00
nanoc.yaml cleaning up sorta 2016-08-04 20:57:25 +02:00
package.json updates 2016-08-21 18:03:53 +02:00
README.md loadsa werk 2016-08-23 20:21:02 +02:00
Rules back to index.html 2016-08-30 23:37:32 +02:00

zeus.ugent.be

Build Status

Setup

Installation

bundle install
npm install

Developing

bundle exec nanoc live

This will spawn a webserver, and automatically recompile the site when files get changed.

Deploying

The latest builds on master get deployed automatically using travis.

For manual deployment, run

bundle exec nanoc deploy --target public

Events

Example structure:

content/
  assets/
  events/
    15-16/
    16-17/
      battlebots/
        main.md
        intro.md
        codenight.md
        finale.md
      awk.md
      sed.md
      ruby.md
    index.erb

Metadata

Every event is a .md file with the following metadata tags:

Required

  • title: String
  • time: Date
  • location: String

Optional

  • banner: URL

Grouped events

If there's a series of events (for example summer code nights) these can be grouped by creating a folder containing a main.md, which will need the following metadata:

Required

  • title: String

Optional

  • location: String
  • banner: URL

Other .md files made in that folder are sub-events which need to fit the metadata description listed earlier