Official website for the 35th IFIP/IEEE International Conference on Very Large Scale Integration, October 11-14, 2026, Limassol, Cyprus.
# Install dependencies
bundle install
# Run development server
bundle exec jekyll serve
Open browser to http://localhost:4000
For updating the contents without modifying the site style, just edit the YAML data files in _data
.
While for editing the styles or the pages' structure, edit the respective .md
files - use YAML front matter for metadata.
# Build for production
bundle exec jekyll build
# Output in _site/ directory