texttheater / tacosConference.github.io

This is the website for the TaCoS conference 2023 in Düsseldorf. The Jekyll theme is cloned from https://github.com/melvinchng/event-jekyll-theme .

Home Page:https://tacosconference.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TaCos 2022 Website

This is the website template for the 2022 Tagung der Computerlinguistik Studierenden in Düsseldorf. The template is a Jekyll event theme cloned from https://github.com/melvinchng/event-jekyll-theme.

Checkout out LinkTree if you want to know more about us or the conference: https://linktr.ee/tacos2023.

Website Documentation

Our documentation can be found in the Wiki of this repository.
https://github.com/tacosConference/tacosConference.github.io/wiki/Basic-Website-Documentation

How to clone the website

1. Check whether you have installed Git.

In the command line, type:

git --version

You know you have git installed when you see something like git version 2.25.1. If you don't, follow steps 1 and 2 in this tutorial. For windows users, substitute the step that uses sudo apt install git with a download from here.

2. Install the prerequisites for the website Follow the tutorial for your operating system here and check if you have NodeJS installed:

node --version

If not, install it with the corresponding installer for your operating system from here.

Finally, download Jekyll sitemap and Jekyll SEO gems.

gem install jekyll-sitemap
gem install jekyll-seo-tag

Should you encounter the error below when trying to install jekyll-sitemap you have to install ruby dev with sudo apt install ruby-dev for Linux/ Ubuntu (or look that up for Windows and Mac).

gem install jekyll-sitemap
this error may appear

ERROR:  Error installing jekyll-sitemap:
        ERROR: Failed to build gem native extension.

    current directory: /var/lib/gems/3.0.0/gems/ffi-1.15.5/ext/ffi_c
/usr/bin/ruby3.0 -I /usr/lib/ruby/vendor_ruby -r ./siteconf20221123-802-zy3iwm.rb extconf.rb
mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h

3. Clone the website In the command line, clone the website with the command below. It will be as new folder in the same folder that you run the command in.

git clone git@github.com:tacosConference/tacosConference.github.io.git

You are done! 🎉

About

This is the website for the TaCoS conference 2023 in Düsseldorf. The Jekyll theme is cloned from https://github.com/melvinchng/event-jekyll-theme .

https://tacosconference.github.io/

License:GNU General Public License v3.0


Languages

Language:HTML 39.8%Language:JavaScript 30.7%Language:SCSS 15.5%Language:CSS 13.8%Language:Ruby 0.3%