Skip to content

VLCTechHub/VLCTechFest2024

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VLCTechFest2024

Website for the VLCTechFest2024 event. Created with ❤ by volunteers.

How to use

Ruby 2.7.3 required. You must use the Github Pages Gem bundled Jekyll in order to make it work properly.

To build the site and serve it through the default 4000 port:

$ bundle install
$ bundle exec jekyll serve --watch

If you rather use Docker, you can start a functional working environment by issuing:

$ docker run -it -v $(pwd):/srv -p 4000:4000 -w /srv ruby:2.7.3 bash
# bundle install
# bundle exec jekyll serve --host 0.0.0.0 --watch

Multilingual Jekyll

Based on https://github.com/sylvaindurand/jekyll-multilingual. For more info visit the Making Jekyll multilingual article

Changing the logo

The logo of the main page is embedded into the site's HTML. You can change it by editing the SVG node at _includes/sections/main.html

Adding a new community

When adding a new community, there are two steps that need to be done:

  1. Add the community logo (preferably in SVG format) to images/communities/
  2. Modify the _data/communities.yaml file, with the next fields: name, image (the logo image name, with no path) and links: a list of social media links.

Adding a new collaborator

When adding a new collaborator, there are two steps that need to be done:

  1. Add the collaborator logo (preferably in SVG format) to images/companies/
  2. Modify the sponsors section in the _data/companies.yaml file, with the next fields: name, image (the logo image name, with no path) and link.

Adding a new sponsor

When adding a new sponsor, there are two steps that need to be done:

  1. Add the company logo (preferably in SVG format) to images/companies/
  2. Modify the collaborators section in the _data/companies.yaml file, with the next fields: name, image (the logo image name, with no path) and link.

Theme

Original theme created over the Jekyll default theme.

License

MIT © VLCTechHub

Question?

[email protected]

About

Web site for the VLCTechFest 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.5%
  • SCSS 31.4%
  • Other 1.1%