-
Notifications
You must be signed in to change notification settings - Fork 16
Installing a Local Copy
Varun Sundar edited this page Jun 5, 2018
·
4 revisions
To set up a local copy of the site, clone the github repository and make your desired changes. Both Linux and MacOS are supported. Now Install Jekyll if you do not have it installed already. To view the changes locally, run the following from terminal:
-
cd iitmcvg.github.io
-
bash utils/setup.sh
-
bundle exec jekyll serve --drafts --trace
Or
cd iitmcvg.github.io
bash utils/run.sh
In both cases, you can see the drafts by visiting the Server Address. You can use this to preview your local changes. In case you want to edit multiple times, it might be useful to enable the --incremental
flag, especially as our site continues to grow.
Once satisfied, send in a pull request to contribute your article.
- Home
- [Site Philosophy]
- Contributing
- Installing a Local Copy
- [Editing Pages]
- Utilities
- RoadMap
- Credits