Skip to content

tphung3/hpdc25-site

This branch is 23 commits ahead of, 1 commit behind jacopo-massa/hpdc24-site:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

201ca36 · Dec 6, 2024
Oct 10, 2023
Dec 6, 2024
Nov 7, 2024
Nov 7, 2024
Oct 9, 2024
Oct 10, 2023
Oct 10, 2023
Nov 6, 2023
Dec 20, 2023
Oct 10, 2023
Jan 22, 2024
Oct 10, 2023
Oct 10, 2023
Apr 29, 2024
Oct 10, 2023
Oct 9, 2024
May 24, 2024
Oct 9, 2024
Nov 7, 2024
Feb 5, 2024
Mar 28, 2024
Nov 11, 2024
Nov 7, 2024
Nov 7, 2024
Jun 2, 2024
Oct 10, 2023
Oct 10, 2023
May 20, 2024
Jan 18, 2024
Jun 2, 2024
Oct 9, 2024
May 27, 2024
May 2, 2024
Oct 18, 2024
May 19, 2024

Repository files navigation

Jekyll-based Conference Template

An academic conference website template built using Jekyll.

Configuration

Data Files under _data to configure all conference related information.

  • conference.yml

    • full_title: conference fullname e.g., First xxx conference on xxxx, 2017.
    • short_title: conference shortname e.g., xxxx2017
    • description: short description about the conference (< 160 char)
    • location: conference location
    • logo_path: conference logo
    • slideshow: images slideshow
    • navbar: navigation menu.
    • sponsors: sponsor section.
    • deadlines: important dates of deadlines, pass-due date will be automatically printed with del line.
    • social_media: social media on the navbar. (current support facebook and twitter.)
  • news.yml: news section

  • organization.yml: committees

    • programm_chair: program chair
    • organizing_committees: organizing committees
    • steering_committees: steering committees
    • technical_program_committees: technical program committees
  • venue.yml: information about venue

    • address: full address
    • accommodation: accommodation details
    • direction: path to image containing directions
  • submission.yml: submission instructions

  • registration.yml: registration information

  • Google Analytics: in _config.yml

Deployment

Manual

  • Setup Ruby, RVM, Jeykyll, Bundler.
  • Remove .github/workflows/
  • Change target of the symbolic Gemfile to Gemfile.local
    rm Gemfile
    ln -s Gemfile.local Gemfile
    
  • Adjust release path in Makefile
  • Test locally, make serve
  • Build and copy to publish location, make publish
  • Commit changes to the publish location

GitHub Pages

  • Ensure that the repository is public and GitHub Pages are enabled and set to use GitHub Actions.
  • Create .github/workflows
  • Copy workflows/release.yml to .github/workflows/release.yml
  • Change target of the symbolic Gemfile to Gemfile.github
    rm Gemfile
    ln -s Gemfile.github Gemfile
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.5%
  • HTML 34.1%
  • TeX 10.1%
  • Other 1.3%