GithubHelp home page GithubHelp logo

gapdays2019-spring's Introduction

This is the website for the GAP days.

It is based on Jekyll, a static website generator, and the hyde template.

If you want to test site on your own machine, first install Jekyll (as described on its website), then do this:

  git clone https://github.com/gapdays/gapdays2019-spring
  cd gapdays2019-spring
  jekyll serve -w

Now open a browser on http://localhost:4000/ to see a live preview of the site.

== Steps for new GAP Days

To create a website for a new GAP Days event, follow roughly the following steps:

  1. Copy the data of the previous GAP Days into a new repository. Add that repository under a suitable name at https://github.com/gapdays

  2. Edit all relevant files; at the very least do the following:

    • _config.yml: update baseurl to match the name of the repository at github.
    • index.md
    • location.md
    • registration.html
      • the "registration_open" entry at the top can be used to enable / disable registration
      • Update the "form_api_token" value at the top of the file. See https://getsimpleform.com for more information. (Note that notification emails for new registrations are sent to a single email address. So I recommend setting up an address that can deliver to multiple people.)
      • Also update the "email" field at the top
      • edit the available arrival/departure date options in the form
      • edit the rest of the page suitably
    • _data/participants.yml
      • This contains the list of participants, in YAML format. Basic entries look like this:

        - name: John Doe
          affiliation: University of Nowhere
        

        Entries can be followed by links, e.g. to slides, other PDFs, etc.

        - name: John Doe
          affiliation: University of Nowhere
          links:
            "slides": http://bit.ly/gap-worksheets2015
            "photo": ../photo/john_doe.jpg
        
  3. Optionally, edit program.tex, run pdflatex on it, and add the resulting PDF. Or, if you don't want to use it, just remove both the .tex and .pdf

gapdays2019-spring's People

Contributors

wilfwilson avatar fingolfin avatar markuspf 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.