diff --git a/template/CONTRIBUTING.md.jinja b/template/CONTRIBUTING.md.jinja index c9ab4b0..d079a41 100644 --- a/template/CONTRIBUTING.md.jinja +++ b/template/CONTRIBUTING.md.jinja @@ -85,8 +85,8 @@ This is a brief description of some of the files in this repository. managing versions. - `cliff.toml`: [git-cliff](https://git-cliff.org) configuration file for creating the changelog. - - `ruff.toml`: [Ruff](https://github.com/charliermarsh/ruff) configuration file for - linting and formatting Python code. + - `ruff.toml`: [Ruff](https://github.com/charliermarsh/ruff) configuration + file for linting and formatting Python code. - `.editorconfig`: Editor configuration file for [EditorConfig](https://editorconfig.org/) to maintain consistent coding styles across different editors and IDEs. diff --git a/template/TODO.md.jinja b/template/TODO.md.jinja index e4ade09..027fac6 100644 --- a/template/TODO.md.jinja +++ b/template/TODO.md.jinja @@ -31,8 +31,8 @@ `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" -%} + you will be using GitHub Actions to build and deploy the website. {% elif + hosting_provider == "gh-pages" %} - Run `quarto publish gh-pages` to setup and start publishing the website to GitHub Pages. {%- endif %} - If relevant, connect [pre-commit.ci](https://pre-commit.ci/) to the repository