diff --git a/website/.vitepress/components/AuthorCard.vue b/website/.vitepress/components/AuthorCard.vue index bd0255c1..4c820fde 100644 --- a/website/.vitepress/components/AuthorCard.vue +++ b/website/.vitepress/components/AuthorCard.vue @@ -1,6 +1,14 @@ - @@ -156,7 +160,7 @@ function formatDate(date) { .read-more:hover { background: var(--vp-c-brand-1); - color: white; + color: var(--vp-c-bg); } /* Responsive */ diff --git a/website/src/donate.md b/website/src/donate.md index 597e8b62..a7979fe1 100644 --- a/website/src/donate.md +++ b/website/src/donate.md @@ -1,5 +1,8 @@ --- title: Donate +description: + Support the ongoing development and maintenance of the open-source Task task + runner. layout: doc outline: false editLink: false @@ -31,14 +34,14 @@ The preferred way to donate is through **GitHub Sponsors**. We suggest splitting your donation equally between maintainers:
- - + + Sponsor Andrey Nering on GitHub - - + + Sponsor Pete Davison on GitHub - - + + Sponsor Valentin Maerten on GitHub
diff --git a/website/src/index.md b/website/src/index.md index 9456b773..e051f286 100644 --- a/website/src/index.md +++ b/website/src/index.md @@ -1,5 +1,8 @@ --- -title: "Task: The Modern Task Runner" +title: 'Task: The Modern Task Runner' +description: + Task is a fast, cross-platform task runner and build tool that uses a simple + YAML Taskfile. layout: home hero: name: Task @@ -8,7 +11,7 @@ hero: A fast, cross-platform build tool inspired by Make, designed for modern workflows. image: - src: /img/logo.png + src: /img/logo.svg alt: Task logo actions: - theme: brand diff --git a/website/src/team.md b/website/src/team.md index df5b4886..c02fb64e 100644 --- a/website/src/team.md +++ b/website/src/team.md @@ -1,4 +1,8 @@ --- +title: Task maintainers +description: + Meet the international team that maintains the Task task runner and its + open-source community. layout: page ---