Skip to content

HPCRL/ICS2025-webpage

Repository files navigation

ICS 2025 Official Website

This website is established on Jekyll.

Installation

Install Jekyll following the official tutorial.

bundle install
bundle exec jekyll server # run the server for testing
bundle exec jekyll build # generate the `_site` for the deploy.

Usage

  • If a new single item need to be added in the navbar, directly build a new markdown file in the root folder and update the navbar data in the _config.yml with the page layout.
  • If a multiple level item like call-for need to be added in the navbar, please follow the instructions:
    • Build a new folder with the same name like call-for.
    • Create a markdown file with the call-for layout and add the content in it.
    • Update the navbar data in the _config.yml.

Project Structure

  • _includes
  • _layouts
  • _sass
  • _site

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •