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-05-21 05:11:04 +0100
commitb7ce5388206e4ab6307aa4dd4a05605e25e152b5 (patch)
treeaaa4a1bb7d4add3118ab57bc5cd2c4c1cd8c6241
parent6434be5ff3d7c4c3ed856c62d43db76879f485ad (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>