An event landing page built on a Tech Conference Theme
For linked splashpage and JupyterBook see https://github.com/uwhackweek/jupyterbook-template
You can use this template for your own event!
- Click the "Use this template" button at the top of the repo
- Select the account where you'd like to use the template.
- In your new repo, got to Settings --> Pages --> Source = GitHub Actions
- There are a few files you'll need to edit to customize content for your event:
cookiecutter.yaml
: customize your landing page content
- Any commits pushed to the main branch will be published to GitHub Pages!
First create an environment with necessary python packages
cd [repository]
mamba env create
mamba activate splashpage
Then run the build script
./scripts/build_resources.sh
And preview your webpage!
open _build/html/index.html
This template uses simple text YAML files to fill in key website details. Cookiecutter is then used to populate templated HTML for the final webpage.