From 0023eaa6fadac62e723f7629500fecca4e0bcfd3 Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Sat, 8 Jun 2024 12:49:27 +0200 Subject: [PATCH] Ignore a few things in copier.yml and small fix to template --- CHANGELOG.md | 4 ++++ copier.yml | 3 +++ template/docs/src/index.md.jinja | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a2a98c..f997735f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning]. ## [Unreleased] +### Changed + +- Improve skip section in README.md and make small corrections in the template + ## [0.5.1] - 2024-06-07 ### Added diff --git a/copier.yml b/copier.yml index d5e0879c..99254523 100644 --- a/copier.yml +++ b/copier.yml @@ -121,8 +121,11 @@ _skip_if_exists: - "**/*.jl" - "!docs/make.jl" - "**/Project.toml" + - .all-contributorsrc - CITATION.cff - LICENSE + - README.md + - docs/src/index.md _subdirectory: template diff --git a/template/docs/src/index.md.jinja b/template/docs/src/index.md.jinja index 5e139226..982b4725 100644 --- a/template/docs/src/index.md.jinja +++ b/template/docs/src/index.md.jinja @@ -8,7 +8,7 @@ Documentation for [{{ PackageName }}](https://github.com/{{ PackageOwner }}/{{ P {% if AddAllcontributors %}## Contributors -```@raw +```@raw html