The site structure (including the basics of this README) was forked from https://mobilevis.github.io
Site metadata is in _config.yml
You can edit the front page, index.md, call for papers, cfp.md and about about.md pages here and changes will be reflected on sociam.github.io/epsm_workshop_18.
Change the style in assets/main.scss.
Add images to assets. You can also add remote iframe content to a page or post by directly inserting an <iframe /> tag.
To edit the site remotely, open a terminal where you want to work locally and follow these instructions:
- Ensure that git and ruby are installed.
- Clone the repository:
git clone https://github.com/sociam/epsm_workshop_18.gitandcd epsm_workshop_18.git. - Install bundler:
gem install bundler. - Install the bundle:
bundle install; Update as needed:bundle update. - Run locally at localhost:4000:
bundle exec jekyll serve - Make edits to the site (see above)
- Add, commit, and push your changes:
git add *,git commit -m 'your commit message',git push.