From 4ed19f91279d3739993ffc11305570be2ae5f6b9 Mon Sep 17 00:00:00 2001 From: Evan Harmon Date: Tue, 4 Feb 2025 08:18:24 -0600 Subject: [PATCH] update readme (#29) --- README.md | 3 +++ template/README.md.jinja | 1 + 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index b5be1ac..8d884bf 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ Author: Evan Harmon [![Validate](https://github.com/evanharmon1/harmon-stack/actions/workflows/validate.yml/badge.svg)](https://github.com/evanharmon1/harmon-stack/actions/workflows/validate.yml) [![Security](https://github.com/evanharmon1/harmon-stack/actions/workflows/security.yml/badge.svg)](https://github.com/evanharmon1/harmon-stack/actions/workflows/security.yml) [![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json)](https://github.com/copier-org/copier) +[![Maintained](https://img.shields.io/badge/maintained%3F-yes-brightgreen.svg?style=flat-square)](https://github.com/onwidget) +[![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/onwidget/astrowind#contributing) +[![Known Vulnerabilities](https://snyk.io/test/github/onwidget/astrowind/badge.svg?style=flat-square)](https://snyk.io/test/github/onwidget/astrowind) ## Usage Create a new project with: `copier copy harmon-stack new-project --trust` diff --git a/template/README.md.jinja b/template/README.md.jinja index a8be658..b70c64e 100644 --- a/template/README.md.jinja +++ b/template/README.md.jinja @@ -2,6 +2,7 @@ {{ project_description }} [{{ project_name }}]({{ project_url }}) + Author: {{ author_full_name }} [![Validate](https://github.com/{{ author_git_provider_username }}/{{ project_slug }}/actions/workflows/validate.yml/badge.svg)](https://github.com/{{ author_git_provider_username }}/{{ project_slug }}/actions/workflows/validate.yml)