Skip to content

Computational Linguistics and Social Networks Group @ IIT Gandhinagar

License

Notifications You must be signed in to change notification settings

lingo-iitgn/lingo-iitgn.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lingo Research Group @ IIT Gandhinagar

Installation

$ git clone git@github.com:<your-username>/<your-repo-name>.git
$ cd <your-repo-name>

Local setup using Docker (Recommended)

Using Docker to install Jekyll and Ruby dependencies is the easiest way.

  • First, install docker and docker-compose.
  • Finally, run the following command that will pull the latest pre-built image from DockerHub and will run your website.
$ docker compose up

Note that when you run it for the first time, it will download a docker image of size 400MB or so.

Now, feel free to customize the theme however you like (don't forget to change the name!). After you are done, you can use the same command (docker compose up) to render the webpage with all you changes. Also, make sure to commit your final changes.