Giter Site home page Giter Site logo

malvikasharan / website2019 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from osip/website2019

0.0 1.0 0.0 38.11 MB

Website for OSIP 2019: see it at

Home Page: https://osip.github.io/website2019/

License: GNU General Public License v3.0

HTML 35.88% CSS 42.60% Ruby 0.35% Shell 0.11% JavaScript 21.06%

website2019's Introduction

OSIP 2019

This is the code for website of the summer school Open Science in Practice

Installation

  1. Install Ruby
  2. Install Jekyll by using the command gem install jekyll.
  3. Start your localhost server by using the command jekyll serve --baseurl '' (The baseurl flag makes sure that asssets are served correctly on localhost). Make sure that you are at the root directory of your folder before using this command.
  4. Your site should be accessible at localhost:4000.

Files Structure

  • The main stylesheet is stored /css/2019_style.
  • In assets/2019_style/img you will find where the pictures. You will find the images of speakers in assets/2019_style/img/speaker.
  • _data/twenty_19/ contains YML files for agenda, faqs, home about section data, speakers, and team members information. The reason why the folders are named twenty_19 are due to liquid syntax will throw errors if the name contains integer.
  • _2019_data contains the files that store each section in the home page. Those sections are can be removed by removing or commenting out the include code in _layout/2019_home.html.

Uploading to ftp server

  • lftp -u username,password server_address -e 'mput -O htdocs/ _site/*; bye'

Credits

This repository has been adapted from the Event Jekyll Theme (by Melvin Ch'ng) and from the Zeppelin Project (by Oleh Zasadnyy).

website2019's People

Contributors

heluc avatar mar-muel avatar duembgen avatar

Watchers

James Cloos 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.