This is a template for building a website part of the ACM CUI conference/workshop series. The website will be hosted at cui.acm.org in a custom directory (e.g., cui.acm.org/mywebsite).
This template repository is for websites built with the Jekyll Static Website Generator.
-
Put your Jekyll website in the root of this repository in the
main
branch -
Your
_config.yml
can be configured for local host testing, but you should have a_config_production.yml
file for settings you want to deploy at deployment- A sample file has been provided
- It is important that you insert a correct
baseurl
parameter - Every time you commit, everything in this directory will be replaced!
-
Change the
name
parameter of the GitHub Action workflow in.github/workflows/jekyll.yml
to something appropriate -
Ask the CUI Technical Chair to enable your Action to push to cui.acm.org