mufeili / dglai.github.io

Website for DGL project

Home Page:http://dgl.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DGL Homepage

This homepage is generated by jekyll. However, because some plugins are not supported by Github, we put all the jekyll related codes in the jekyll folder and put the generated sites (all the stuffs in _site folder from jekyll) in the root folder.

Requirements

Setup

In jekyll folder:

  • bundle install --path vendor/bundle

Serve locally

In jekyll folder:

  • bundle exec jekyll serve --watch

Scripts

In the root folder:

  • Copy the jekyll generated sites to root folder: bash script/ship.sh
  • Build for production: bash script/build_and_ship.sh

How to upload your change

The master branch has been protected to avoid accidentally breaking our website. Use PR to merge your changes instead. A common process:

  • Create a branch and change some stuffs.
  • Build the site.
  • Clean, ship and serve locally to see whether the change is OK.
    • Be aware that some links might be broken. For example, all the {{site.url}} will point to dgl.ai so be careful not to jump to the currently hosting site.
  • Push the branch, PR and merge.

What's in jekyll folder?

Checkout jekyll's tutorial before you proceed. Here, we list several usages (first cd into jekyll folder):

  • To change the About page, look at about.md for the text. For the Our History section, See _includes/our_history.html.
  • To add change log in the Updates page, see page/updates.html.
  • To add new blog, put your markdown file under _post folder. Follow the name convention as the other blogs in the folder. This is important for the blog page to render the correct date. You may read other stashed examples under _bak folder.
  • Frontpage:
    • Add more tabs, see _includes/navigation.html.
    • _includes/slider.html
    • _includes/box_content.html
    • _includes/testimonials.html

Credits & License

This website is customized over the "documenter" template. Credits to the awesome designers. For the inquiry of certificate of purchase, please email wmjlyjemaine@gmail.com.

About

Website for DGL project

http://dgl.ai


Languages

Language:HTML 82.2%Language:JavaScript 9.3%Language:CSS 8.5%Language:Ruby 0.0%Language:Shell 0.0%