GithubHelp home page GithubHelp logo

cw-huang / vaeriants.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vaeriants/vaeriants.github.io

0.0 2.0 1.0 23 KB

A VAE wiki

License: MIT License

Ruby 1.16% HTML 24.18% CSS 74.66%

vaeriants.github.io's Introduction

Webpage template for MILA-affiliated papers

Template live demo

How to use

Downloading the template

In the repo for which you wish to create a website, create an orphan branch called gh-pages:

$ cd [repository-name]
$ git checkout --orphan gh-pages
$ git rm -rf .

Download and unzip the template into the repository:

$ wget https://github.com/mila-udem/mila-paper-webpage/archive/master.zip
$ unzip master.zip
$ mv mila-paper-webpage-master/* ./
$ rm -r master.zip mila-paper-webpage-master

Add all files as the first commit on this branch:

$ git commit -a -m "First commit"

Note: once you push to Github, even though your repository may be private, the website will be publicly available to anyone using the webpage's web address. You should develop locally until you're ready to go public.

Building the website locally

Follow these instructions to install Ruby and Bundler.

Install the other plugins with

$ bundle install

Edit _config.yml so that baseurl is an empty string, and launch the local server with

$ bundle exec jekyll serve -w

You can preview the webpage locally at

http://localhost:4000

Configuring the template

All necessary configuration tweaks are done through _config.yml, which is self-documented.

Final step

Once you're ready, edit _config.yml so that baseurl is "/repository-name", commit, and push to Github:

$ git push origin gh-pages

Your paper website should shortly be online at

https://[username].github.io/[repository-name]

vaeriants.github.io's People

Contributors

shawntan avatar vdumoulin avatar

Watchers

 avatar  avatar

Forkers

pkulwj1994

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.