Skip to content

Commit c2a2e81

Browse files
committed
docs: 📝 add _metadata.yml
1 parent 7177d13 commit c2a2e81

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

_metadata.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Metadata for the website
2+
gh:
3+
org: "seedcase-project"
4+
repo: "template-python-package"

_quarto.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,3 @@ editor:
5050

5151
execute:
5252
echo: false
53-
54-
# Metadata for the website
55-
repo: "template-python-package"

docs/includes/_badges.qmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!-- [![DOI]()]() -->
22
[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-teal.json?raw=true)](https://github.com/copier-org/copier)
3-
[![GitHub License](https://img.shields.io/github/license/seedcase-project/{{< meta repo >}})](https://github.com/seedcase-project/{{< meta repo >}}/blob/main/LICENSE.md)
4-
[![GitHub Release](https://img.shields.io/github/v/release/seedcase-project/{{< meta repo >}})](https://github.com/seedcase-project/{{< meta repo >}}/releases/latest)
5-
[![Build documentation](https://github.com/seedcase-project/{{< meta repo >}}/actions/workflows/build-website.yml/badge.svg)](https://github.com/seedcase-project/{{< meta repo >}}/actions/workflows/build-website.yml)
6-
[![CodeQL](https://github.com/seedcase-project/{{< meta repo >}}/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/seedcase-project/{{< meta repo >}}/actions/workflows/github-code-scanning/codeql)
7-
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/seedcase-project/{{< meta repo >}}/main.svg)](https://results.pre-commit.ci/latest/github/seedcase-project/{{< meta repo >}}/main)
3+
[![GitHub License](https://img.shields.io/github/license/{{< meta gh.org >}}/{{< meta.repo >}})](https://github.com/{{< meta gh.org >}}/{{< meta.repo >}}/blob/main/LICENSE.md)
4+
[![GitHub Release](https://img.shields.io/github/v/release/{{< meta gh.org >}}/{{< meta.repo >}})](https://github.com/{{< meta gh.org >}}/{{< meta.repo >}}/releases/latest)
5+
[![Build documentation](https://github.com/{{< meta gh.org >}}/{{< meta.repo >}}/actions/workflows/build-website.yml/badge.svg)](https://github.com/{{< meta gh.org >}}/{{< meta.repo >}}/actions/workflows/build-website.yml)
6+
[![CodeQL](https://github.com/{{< meta gh.org >}}/{{< meta.repo >}}/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/{{< meta gh.org >}}/{{< meta.repo >}}/actions/workflows/github-code-scanning/codeql)
7+
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/{{< meta gh.org >}}/{{< meta.repo >}}/main.svg)](https://results.pre-commit.ci/latest/github/{{< meta gh.org >}}/{{< meta.repo >}}/main)
88
[![lifecycle](https://lifecycle.r-lib.org/articles/figures/lifecycle-experimental.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
99
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ including for developing the package.
6363
## Want to contribute?
6464

6565
We would love your feedback or contributions! Head over to our [GitHub
66-
repository](https://github.com/seedcase-project/{{< meta repo >}}) to
66+
repository](https://github.com/{{< meta gh.org >}}/{{< meta.repo >}}) to
6767
share your ideas or contribute code. Your input makes us better!
6868

6969
## Licensing
7070

7171
This project is licensed under the [MIT
72-
License](https://github.com/seedcase-project/{{< meta repo >}}/blob/main/LICENSE.md).
72+
License](https://github.com/{{< meta gh.org >}}/{{< meta.repo >}}/blob/main/LICENSE.md).

0 commit comments

Comments
 (0)