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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ repos:
# sub-packages, which confuses pre-commit when it tries to find the latest
# version
- repo: https://github.com/adhtruong/mirrors-typos
rev: v1.46.2
rev: v1.46.3
hooks:
- id: typos

- repo: https://github.com/rvben/rumdl-pre-commit
rev: v0.1.96
rev: v0.2.0
hooks:
- id: rumdl-fmt # Auto-format
14 changes: 5 additions & 9 deletions template/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,16 @@
repository.
- Create an `UPDATE_VERSION_APP_ID` and `ADD_TO_BOARD_APP_ID` variable
of the GitHub Apps' IDs if you haven't already and connect them to
the repository.
{%- else -%}
the repository. {%- else -%}
- Install the [gh CLI](https://cli.github.com/) to create the GitHub
repository from the command line by using
`gh repo create {{ github_repo_spec }} --source=. --public`.
{%- endif %}
{% if hosting_provider == "netlify" %}
`gh repo create {{ github_repo_spec }} --source=. --public`. {%- endif
%} {% if hosting_provider == "netlify" %}
- Connect the repository to Netlify and turn off the builds on Netlify,
since you will be using GitHub Actions to build and deploy the
website.
{%- elif hosting_provider == "gh-pages" -%}
website. {%- elif hosting_provider == "gh-pages" -%}
- Run `quarto publish gh-pages` to setup and start publishing the
website to GitHub Pages.
{%- endif %}
website to GitHub Pages. {%- endif %}
- If relevant, connect [GoatCounter](https://www.goatcounter.com/).
- If relevant, connect [pre-commit.ci](https://pre-commit.ci/) to the
repository and enable the pre-commit hooks.
Loading