Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
with:
check_filenames: true
skip: '*.pdf,.git,*.json'
skip: '*.pdf,.git,*.json,*.js,*.css'
ignore_words_list:

- name: install mkdocs + plugins
Expand Down
5 changes: 5 additions & 0 deletions docs/.authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ authors:
description: HPC-UGent
avatar: https://avatars.githubusercontent.com/u/620876?v=4
slug: https://github.com/boegel
branfosj:
name: Simon Branford
description: University of Birmingham
avatar: https://avatars.githubusercontent.com/u/4967?v=4
slug: https://github.com/branfosj
hvelab:
name: Helena Vela Beltran
description: Do IT Now
Expand Down
14 changes: 14 additions & 0 deletions docs/asciinema/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# asciinema

This folder contains the [asciinema](https://www.asciinema.org/) javascript and css files.
These have been downloaded from the [asciinema release page](https://github.com/asciinema/asciinema-player/releases).

## Update asciinema

1. Download `asciinema-player.css` and `asciinema-player.min.js` from the [latest asciinema release}(https://github.com/asciinema/asciinema-player/releases).
1. Rename both files to add in the version (`-VERSION`) they correspond too.
* `mv asciinema-player.css asciinema-player-VERSION.css`
* `mv asciinema-player.min.js asciinema-player-VERSION.min.js`
1. Edit `mkdocs.yml` to update the information in `extra_css` and `extra_javascript`.
1. Delete the old versions of these files.

Loading