summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-04-30 23:21:21 +0100
committerPaul Buetow <git@mx.buetow.org>2021-04-30 23:21:21 +0100
commitad76075bb5fd78c226f14b15a9d7b2833112f239 (patch)
treed6b2fa8665a6c016817f8e718a4a1dfd2fa1a9c4
parenteba9cae1a3009291dd626d0e34104271cdbb79b7 (diff)
add ascii art to the resources
-rwxr-xr-xbuetow.org.sh1
-rw-r--r--content/gemtext/resources.gmi11
-rw-r--r--content/html/resources.html10
3 files changed, 22 insertions, 0 deletions
diff --git a/buetow.org.sh b/buetow.org.sh
index dc4ade49..035f61ce 100755
--- a/buetow.org.sh
+++ b/buetow.org.sh
@@ -334,6 +334,7 @@ case $ARG in
html::test
atom::generate
html::generate
+ git commit -a
;;
--help|*)
main::help
diff --git a/content/gemtext/resources.gmi b/content/gemtext/resources.gmi
index 6ff51e6d..32ebca51 100644
--- a/content/gemtext/resources.gmi
+++ b/content/gemtext/resources.gmi
@@ -10,6 +10,17 @@ The list may not be exhaustive but I will be adding more in the future. I strong
You won't find any links on this site because over time the links will break. Please use your favourite search engine when you are interested in one of the resources...
+```
+ .--. .---. .-.
+ .---|--| .-. | A | .---. |~| .--.
+.--|===|Ch|---|_|--.__| S |--|:::| |~|-==-|==|---.
+|%%|NT2|oc|===| |~~|%%| C |--| |_|~|CATS| |___|-.
+| | |ah|===| |==| | I | |:::|=| | |GB|---|=|
+| | |ol| |_|__| | I |__| | | | | |___| |
+|~~|===|--|===|~|~~|%%|~~~|--|:::|=|~|----|==|---|=|
+^--^---'--^---^-^--^--^---'--^---^-^-^-==-^--^---^-'hjw
+```
+
## Technical books
* Effective awk programming; Arnold Robbins; O'Reilly
diff --git a/content/html/resources.html b/content/html/resources.html
index 86ac2110..6d2fe2e2 100644
--- a/content/html/resources.html
+++ b/content/html/resources.html
@@ -23,6 +23,16 @@ li { color: #98be65; }
<p>This is a list of resources I found useful. I am not an expert in all (but some) of these topics but all the resources listed here made an impact on me. I've read some of the books quite a long time ago, so there might be newer editions out there already and I might need to refresh some of the knowledge.</p>
<p>The list may not be exhaustive but I will be adding more in the future. I strongly believe that educating yourself further is one of the most important things you should do in order to advance. The lists are in random order and reshuffled every time (via *sort -R*) when updates are made.</p>
<p>You won't find any links on this site because over time the links will break. Please use your favourite search engine when you are interested in one of the resources...</p>
+<pre>
+ .--. .---. .-.
+ .---|--| .-. | A | .---. |~| .--.
+.--|===|Ch|---|_|--.__| S |--|:::| |~|-==-|==|---.
+|%%|NT2|oc|===| |~~|%%| C |--| |_|~|CATS| |___|-.
+| | |ah|===| |==| | I | |:::|=| | |GB|---|=|
+| | |ol| |_|__| | I |__| | | | | |___| |
+|~~|===|--|===|~|~~|%%|~~~|--|:::|=|~|----|==|---|=|
+^--^---'--^---^-^--^--^---'--^---^-^-^-==-^--^---^-'hjw
+</pre>
<h2>Technical books</h2>
<ul>
<li>Effective awk programming; Arnold Robbins; O'Reilly</li>