This repo holds the QCRI's DS website. Under the main directory, each user has a folder that can be populated with their profile to give the public more information about what we do. The folder is under /people/. If you are not a site administrator, please read along to learn how to pull your folder locally for editing.
To get started do the following:
On you *nix machine, that includes OS X, run the following command:
wget https://raw.githubusercontent.com/dsqcri/dsqcri.github.io/master/mypage.sh
chmod +x mypage.sh
./mypage.sh
- Walk through the setup, answer the questions the mypage.sh script asks you
- Change directories to your newly created folder dswebsite_your-username/people/your-username
- Make the necessary changes to the index.md file
- Add, commit, and push your changes
- Profit!