From 32bb8ee71e0365880ca7419e577dba38e014f0da Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Mon, 9 Oct 2023 05:36:56 +0000 Subject: [PATCH] Posting with GitPub [skip ci] --- docs/2023-10-05.md | 15 +++++++++++++++ docs/2023-10.md | 17 +++++++++++++++++ docs/_posts/2023-10-05-ugit-0.4.1.md | 24 ++++++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 docs/2023-10-05.md create mode 100644 docs/2023-10.md create mode 100644 docs/_posts/2023-10-05-ugit-0.4.1.md diff --git a/docs/2023-10-05.md b/docs/2023-10-05.md new file mode 100644 index 00000000..32b2ca48 --- /dev/null +++ b/docs/2023-10-05.md @@ -0,0 +1,15 @@ +--- +permalink: /2023/10/05/ +--- +{% for post in site.posts %} + {% assign currentdate = post.date | date: "%Y %m %d" %} + {% assign friendlydate = post.date | date: "[%B](..) [%d](.) [%Y](../..)" %} + {% if currentdate != "2023 10 05" %} + {% continue %} + {% endif %} + {% if currentdate != date %} +## {{friendlydate}} + {% assign date = currentdate %} + {% endif %} +* [ {{ post.title }} ]( {{ post.url }} ) +{% endfor %} diff --git a/docs/2023-10.md b/docs/2023-10.md new file mode 100644 index 00000000..6c43fc8f --- /dev/null +++ b/docs/2023-10.md @@ -0,0 +1,17 @@ +--- +permalink: /2023/10/ +--- +{% assign currentYearMonth = "2023 10" %} +{% for post in site.posts %} + {% assign postYear = post.date | date: "%Y" %} + {% assign postYearMonth = post.date | date: "%B [%Y](..)" %} + {% assign postYM = post.date | date: "%Y %m" %} + {% if postYM != currentYearMonth %} + {% continue %} + {% endif %} + {% if hasDisplayedYearMonth != postYearMonth %} +## {{postYearMonth}} + {% endif %} + {% assign hasDisplayedYearMonth = postYearMonth %} +* [ {{ post.title }} ]( {{ post.url }} ) +{% endfor %} diff --git a/docs/_posts/2023-10-05-ugit-0.4.1.md b/docs/_posts/2023-10-05-ugit-0.4.1.md new file mode 100644 index 00000000..179666cd --- /dev/null +++ b/docs/_posts/2023-10-05-ugit-0.4.1.md @@ -0,0 +1,24 @@ +--- + +title: ugit 0.4.1 +sourceURL: https://github.com/StartAutomating/ugit/releases/tag/v0.4.1 +tag: release +--- +## 0.4.1: + +* New Git Command Support: + * git submodule status ([#183](https://github.com/StartAutomating/ugit/issues/183)) +* New Git ScriptMethods: + * git.branch.diff ([#187](https://github.com/StartAutomating/ugit/issues/187)) + * git.branch.rename ([#86](https://github.com/StartAutomating/ugit/issues/86)) +* Easier Input: + * git commit -CommitDate ([#184](https://github.com/StartAutomating/ugit/issues/184)) + * git log -CurrentBranch (fixing forks, [#179](https://github.com/StartAutomating/ugit/issues/179)) +* Announcing Releases with [PSA](https://github.com/StartAutomating/PSA) + +--- + +Additional Changes in [Changelog](/CHANGELOG.md) +Like It? Start It. Love It? Support It. +https://github.com/StartAutomating/ugit +