From 5f44b460caaed99a217eadc63cf859f635c17383 Mon Sep 17 00:00:00 2001 From: Eric Herman Date: Thu, 8 Dec 2022 16:27:19 +0100 Subject: [PATCH] ready for 0.0.6 --- CC0-1.0.md | 20 ++++++++++++++++++++ _config.yml | 7 ++++++- changelog/changelog-0.0.6.md | 10 ++++++++++ 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 CC0-1.0.md create mode 100644 changelog/changelog-0.0.6.md diff --git a/CC0-1.0.md b/CC0-1.0.md new file mode 100644 index 0000000..6fc7541 --- /dev/null +++ b/CC0-1.0.md @@ -0,0 +1,20 @@ +--- +toc: false +redirect_from: + - license.html + - LICENSE.html +--- + +# Creative Commons Zero v1.0 Universal + + + + + + + +This license is the legal contract that allows anyone to do anything they like with the content in this entire document. + +```text +{% include_relative LICENSE %} +``` diff --git a/_config.yml b/_config.yml index 71ee780..67f5dee 100644 --- a/_config.yml +++ b/_config.yml @@ -2,8 +2,13 @@ # SPDX-FileCopyrightText: 2022 The Foundation for Public Code title: Release Test -version: 0.0.5 +version: 0.0.6 remote_theme: publiccodenet/jekyll-theme + +plugins: + - jekyll-redirect-from + include: - "LICENSE" + - "CC0-1.0.md" diff --git a/changelog/changelog-0.0.6.md b/changelog/changelog-0.0.6.md new file mode 100644 index 0000000..71810c4 --- /dev/null +++ b/changelog/changelog-0.0.6.md @@ -0,0 +1,10 @@ + + + +## Version 0.0.6 + +2020-12-08: add a pretty license page to the site + + * `.github/workflows/release-on-tag.yml`: fix symlink bug + * `_config.yml`: add redirects, bump version 0.0.5 -> 0.0.6 + * `CC0-1.0.md`: nicely formatted license page