xinwuyun / pjsys-homepage-livio

Home Page:https://dig.cmu.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO

  • Name
  • Homepage
  • Member
  • Person
  • Post
  • Publication

Website for the PJLab System Group

Deployed at https://dig.cmu.edu/.

The setup is inspired by https://github.com/visdesignlab/visdesignlab.github.io and https://github.com/domoritz/domoritz.github.io.

Run

Install Jekyll dependencies with bundle. To start this page, run bundle exec jekyll serve --livereload.

Run with Docker

docker run \
  --volume="$PWD:/srv/jekyll" \
  -p 4000:4000 -p 35729:35729 \
  -it jekyll/jekyll \
  jekyll serve --livereload

Add Content

To add specific content, follow the README guides in the corresponding directories:

About

https://dig.cmu.edu

License:Apache License 2.0


Languages

Language:JavaScript 94.4%Language:HTML 5.2%Language:SCSS 0.4%Language:Ruby 0.0%