Git Product home page Git Product logo

gpss17's Introduction

Confweb

This is a repository for easily creating conferences. To create your own conference. Create a repo in your username with your confname then type.

$ git clone --bare https://github.com/sods/confweb.git
$ cd confweb.git
$ git push --mirror https://github.com/username/confname.git
$ cd ..
$ rm -rf confweb.git

Then you can clone the new website as normal.

The main settings can be found in the _config.yml file. They include conference location, name, year, days of operation.

To create the conference site, the base site is created with

$ jekyll site new .

Then a few layout files are added

_layouts/program.html
_layouts/single.html
_layouts/multi.html
_layouts/registration.html
_layouts/getting_there.html
_layouts/about.html

These dictate how the program is displayed. single.html and ```multi.html`` are for single and multiple track sessions.

There are some include files for bits of html which are need about the place.

_includes/listperson.html
_includes/listsponsor.html
_includes/listtalk.html
_includes/listmulti.html
_includes/listsingle.html
_includes/map.html
_includes/google_tracking_code.html

Then the sessions themselves are stored in the _posts directory. Each session is recorded as post in the format YYYY-MM-DD-session-name.md, and inside each session is the list of speakers and talks. See example session for details.

gpss17's People

Contributors

lawrennd avatar maalvarezl avatar lionfish0 avatar

Stargazers

Jefferson Martines avatar Jarrian Gojar avatar Anubhav avatar iris avatar  avatar STYLIANOS IORDANIS avatar  avatar  avatar Róbert Torfason avatar Ludovic Mouline avatar Bo Lei avatar Diego avatar Jeff Miller avatar Caifa Zhou avatar Christian L. Ebbesen avatar Chen-Wei Chang avatar  avatar Trinadh Gupta avatar Greenstick avatar ben avatar  avatar Di Lu avatar Sid Rajaram avatar Tl Yim avatar  avatar Yun YAN avatar

Watchers

 avatar James Cloos avatar Alan Saul avatar  avatar Andreas Damianou avatar  avatar Zhenwen Dai avatar Javier González avatar  avatar Richard Wilkinson avatar Wil O. C. Ward avatar  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.