-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #190 from StartAutomating/edits-Mon,09Oct202305-36…
…-49GMT Posting with GitPub [skip ci]
- Loading branch information
Showing
3 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|