jsedoc / wassa-workshop.github.io

Workshop on Computational Approaches to Subjectivity, Sentiment & Social Media Analysis

Home Page:https://wassa-workshop.github.io/wassa.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wassa-workshop.github.io

Repository for website https://wassa-workshop.github.io

Editing

You can modify the pages directly on GitHub, and your changes will be pushed to the website immediately.

  • Modify the main page (index.md):

https://github.com/wassa-workshop/wassa-workshop.github.io/blob/main/index.md

  • Modify the specific pages (cd _pages):

https://github.com/wassa-workshop/wassa-workshop.github.io/tree/main/_pages

  • Modify the navigation:

/_data/navigation.yml

The url (e.g., /programme/) in the navigation file should match the page permalink (e.g., permalink: /2021/accepted-papers/).

Running locally

  1. Install Jekyll
  2. Clone the repository: git clone https://github.com/wassa-workshop/wassa-workshop.github.io.git
  3. Navigate to the repository directory
  4. Run bundle install
  5. Run bundle exec jekyll serve
  6. To preview the site, in your web browser, navigate to http://localhost:4000

Credits

Template and much of code from https://humeval.github.io

About

Workshop on Computational Approaches to Subjectivity, Sentiment & Social Media Analysis

https://wassa-workshop.github.io/wassa.github.io/

License:MIT License


Languages

Language:Ruby 100.0%