summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--00_blog/00030_Computer-Games/00300_Civ6-Miguels-Super-Timer/index.md7
-rw-r--r--00_blog/00040_Haskell/00250_Open-Source-Contributions/00010_warp-tls-contribution/index.md5
-rw-r--r--00_blog/00040_Haskell/00250_Open-Source-Contributions/00020_http-client-contribution/index.md5
-rw-r--r--00_blog/00040_Haskell/00250_Open-Source-Contributions/00030_Xmonad-contribution/index.md (renamed from 00_blog/00040_Haskell/00030_Xmonad-contribution/index.md)0
-rw-r--r--Makefile14
5 files changed, 23 insertions, 8 deletions
diff --git a/00_blog/00030_Computer-Games/00300_Civ6-Miguels-Super-Timer/index.md b/00_blog/00030_Computer-Games/00300_Civ6-Miguels-Super-Timer/index.md
new file mode 100644
index 0000000..5b49da2
--- /dev/null
+++ b/00_blog/00030_Computer-Games/00300_Civ6-Miguels-Super-Timer/index.md
@@ -0,0 +1,7 @@
+ November 2020
+# Civilization VI - Timer Plugin
+
+Coded in Lua, shows overall time spent on a Civ6 game as well as round-average. over *30.000* users at the time of this writing
+
+## Steam Link
+| <https://steamcommunity.com/sharedfiles/filedetails/?id=2276345682>
diff --git a/00_blog/00040_Haskell/00250_Open-Source-Contributions/00010_warp-tls-contribution/index.md b/00_blog/00040_Haskell/00250_Open-Source-Contributions/00010_warp-tls-contribution/index.md
new file mode 100644
index 0000000..482fe54
--- /dev/null
+++ b/00_blog/00040_Haskell/00250_Open-Source-Contributions/00010_warp-tls-contribution/index.md
@@ -0,0 +1,5 @@
+ March 2022
+# Expose TLS.supportedHashSignatures via TLSSettings
+
+## Github Link
+| <https://github.com/yesodweb/wai/pull/872>
diff --git a/00_blog/00040_Haskell/00250_Open-Source-Contributions/00020_http-client-contribution/index.md b/00_blog/00040_Haskell/00250_Open-Source-Contributions/00020_http-client-contribution/index.md
new file mode 100644
index 0000000..1ab2d74
--- /dev/null
+++ b/00_blog/00040_Haskell/00250_Open-Source-Contributions/00020_http-client-contribution/index.md
@@ -0,0 +1,5 @@
+ Apr 2021
+# Add original Request to the Response type.
+
+## Github Link
+| <https://github.com/snoyberg/http-client/pull/464>
diff --git a/00_blog/00040_Haskell/00030_Xmonad-contribution/index.md b/00_blog/00040_Haskell/00250_Open-Source-Contributions/00030_Xmonad-contribution/index.md
index 1a5bf0f..1a5bf0f 100644
--- a/00_blog/00040_Haskell/00030_Xmonad-contribution/index.md
+++ b/00_blog/00040_Haskell/00250_Open-Source-Contributions/00030_Xmonad-contribution/index.md
diff --git a/Makefile b/Makefile
index a164a1d..ce9c35a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,6 @@
-ESTATICO_BIN=/home/miguel/git/estatico/.stack-work/install/x86_64-linux/lts-13.5/8.6.3/bin/estatico-exe
-build_idziorek_net:
- -mkdir /mnt/andromeda/htmlpub/idziorek_net/
- ${ESTATICO_BIN} /home/miguel/git/idziorek_net/ /mnt/andromeda/htmlpub/idziorek_net https://www.idziorek.net
-clean_idziorek_net:
- -rm /mnt/andromeda/htmlpub/idziorek_net/ -r
-update_gitweb_readme:
- markdown README.md | ssh git readme miguel/estatico set
+help: ## Show this help.
+ @sed -ne '/@sed/!s/## //p' $(MAKEFILE_LIST)
+build-page: ## Build www.idziorek.net
+ estatico-exe . /tmp/www.idziorek.net https://www.idziorek.net
+upload-page: ## Upload www.idziorek.net to comet
+ rsync -r -u -v /tmp/www.idziorek.net/* comet:/var/www/www.idziorek.net/