Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmudig/cmudig.github.io
Homepage for the Data Interaction Group at CMU
https://github.com/cmudig/cmudig.github.io
Last synced: 5 days ago
JSON representation
Homepage for the Data Interaction Group at CMU
- Host: GitHub
- URL: https://github.com/cmudig/cmudig.github.io
- Owner: cmudig
- License: apache-2.0
- Created: 2019-10-02T04:18:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T00:19:50.000Z (6 months ago)
- Last Synced: 2024-05-28T09:51:25.887Z (6 months ago)
- Language: JavaScript
- Homepage: https://dig.cmu.edu
- Size: 113 MB
- Stars: 11
- Watchers: 4
- Forks: 44
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website for the CMU Data Interaction 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:
* [Add a person](_people)
* [Add a publication](_publications)
* [Add a post](_posts)