This repository contains the codebase of Prosocial Lab website
Note: Be careful to indent properly while adding your contents into
.yml
file
- Save you photo (200px*200px .jpg file recommended) in
/assets/images/people/
- Go to
/_data/people.yml
file - Add your name, email address, filename of your photo (from step 1 - e.g., "donghoon.jpg"), starting year of your degree, and your website url (if applicable) under your role (faculty, phd, masters, or intern)
- Go to
/_data/alumni.yml
file - Add your name, affiliation, role (of your current affiliation), end of your degree, and your website url (if applicable) under your previous role (faculty, phd, masters, or intern)
- Save publication pdf in
/assets/pdf/publications/
(and slides, if applicable) - Go to
/_data/publication.yml
file - Add its title, authors, filename of the pdf (from step 1), category (one among
Behavior change
,CAs
,Reflection
, andTransitional research
- case sensitive), and any additional materials (slide: put its filename here, presentation video: put its YouTube link)
- Save relevant image in
/assets/images/research_area/
- Go to
/_data/research-area.yml
file - Add its title, description, and filename of the image (from step 1). Note that main page only shows up first four areas
- Make sure you have Jekyll environment ready - if you haven't, run
gem install bundler
- Go to the project directory and run
bundle exec jekyll serve
- Push every change you just made!
- It will be live normally within 5 minutes