Skip to content

Commit

Permalink
need empty links
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Sep 11, 2023
1 parent 5165963 commit bed820e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ Then run the build script
./scripts/build_resources.sh
```

And preview your webpage!
```
open _build/html/index.html
```

## Details

This template uses simple text YAML files to fill in key website details. [Cookiecutter](https://cookiecutter.readthedocs.io/en/stable/README.html) is then used to populate templated HTML for the final webpage.
4 changes: 2 additions & 2 deletions cookiecutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ banner:
end_date: XX Month
year: 2023
location: Seattle, WA
# Add a button right under the top (e.g. JupyterBook, url can be local file or https://)
# links:
# Add a button link right under the top (e.g. JupyterBook, url can be local file or https://)
links:
# - url: intro.html
# title: Event Jupyter Book
# new_window: false
Expand Down

0 comments on commit bed820e

Please sign in to comment.