diff options
author | xengineering <me@xengineering.eu> | 2022-07-17 14:18:07 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-07-17 14:18:07 +0200 |
commit | 6f633970a4bdb5fbf44168047adfa3e89aba350b (patch) | |
tree | ca8633f38e79cf3f4ba73630251d8839ccee33ff /content/git/web-template.md | |
parent | 6917e0f811a1c04abe77cbf625dfe6206a03ef30 (diff) | |
download | website-6f633970a4bdb5fbf44168047adfa3e89aba350b.tar website-6f633970a4bdb5fbf44168047adfa3e89aba350b.tar.zst website-6f633970a4bdb5fbf44168047adfa3e89aba350b.zip |
Add state parameter to Git repositories
Three states are supported:
- experimental
- active
- archived
Diffstat (limited to 'content/git/web-template.md')
-rw-r--r-- | content/git/web-template.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/git/web-template.md b/content/git/web-template.md index 175707e..0ea81de 100644 --- a/content/git/web-template.md +++ b/content/git/web-template.md @@ -1,6 +1,7 @@ { "name":"web-template", - "description":"Template project to simplify development of web applications" + "description":"Template project to simplify development of web applications", + "state":"archived" } Note: This project is archived. I will not continue to develop it. |