-
-
Notifications
You must be signed in to change notification settings - Fork 8
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 #216 from StartAutomating/edits-Tue,16Apr202402-49…
…-39GMT Posting with GitPub [skip ci]
- Loading branch information
Showing
4 changed files
with
76 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: /2024/04/16/ | ||
--- | ||
{% for post in site.posts %} | ||
{% assign currentdate = post.date | date: "%Y %m %d" %} | ||
{% assign friendlydate = post.date | date: "[%B](..) [%d](.) [%Y](../..)" %} | ||
{% if currentdate != "2024 04 16" %} | ||
{% 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: /2024/04/ | ||
--- | ||
{% assign currentYearMonth = "2024 04" %} | ||
{% 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,20 @@ | ||
--- | ||
permalink: /2024/ | ||
--- | ||
{% assign currentYear = "2024" %} | ||
{% for post in site.posts %} | ||
{% assign postYear = post.date | date: "%Y" %} | ||
{% assign postYearMonth = post.date | date: "[%B](%m) %Y" %} | ||
{% if postYear != currentYear %} | ||
{% continue %} | ||
{% endif %} | ||
{% if hasDisplayedYear != postYear %} | ||
## [{{postYear}}](.) | ||
{% endif %} | ||
{% assign hasDisplayedYear = postYear %} | ||
{% 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: Irregular 0.7.9 | ||
sourceURL: https://github.com/StartAutomating/Irregular/releases/tag/v0.7.9 | ||
tag: release | ||
--- | ||
## 0.7.9: | ||
|
||
* Irregular Docker Support ([#205](https://github.com/StartAutomating/Irregular/issues/205),[#206](https://github.com/StartAutomating/Irregular/issues/206),[#207](https://github.com/StartAutomating/Irregular/issues/207)) | ||
* `docker run --interactive --tty ghcr.io/startautomating/irregular` | ||
* Irregular Repository Cleanup ([#208](https://github.com/StartAutomating/Irregular/issues/208), [#209](https://github.com/StartAutomating/Irregular/issues/209), [#210](https://github.com/StartAutomating/Irregular/issues/210), [#211](https://github.com/StartAutomating/Irregular/issues/211)) | ||
* Exporting $Irregular ([#212](https://github.com/StartAutomating/Irregular/issues/212)) | ||
* Mounting Irregular: ([#213](https://github.com/StartAutomating/Irregular/issues/213)) | ||
* Simple Symbol Patterns | ||
* ?<Symbol> ([#202](https://github.com/StartAutomating/Irregular/issues/202)) | ||
* ?<Symbol_Currency> ([#214](https://github.com/StartAutomating/Irregular/issues/214)) | ||
* ?<Symbol_Math> ([#203](https://github.com/StartAutomating/Irregular/issues/203)) | ||
|
||
--- | ||
|
||
Full history in [CHANGELOG](https://github.com/StartAutomating/Irregular/blob/master/CHANGELOG.md) | ||
|
||
> Like It? [Star It](https://github.com/StartAutomating/Irregular) | ||
> Love It? [Support It](https://github.com/sponsors/StartAutomating) |