noxz-sites

A collection of a builder and various scripts creating the noxz.tech sites
git clone https://noxz.tech/git/noxz-sites.git
Log | Files | README | LICENSE

commit: 5f3f5e2b39947c8af524a75a2b89425eb257ce55
parent: dcc834ca749278cbac3e4e8841449542ef4c404c
author: Chris Noxz <chris@noxz.tech>
date:   Fri, 4 Oct 2019 23:23:58 +0200
Fix issues with em dash ambiguity (part 2...)
Mbuild-blog.sh4++--
Mnoxz.tech/articles.nobuild/the_lenovo_thinkpad_t400/index.md2+-
Mnoxz.tech/dictionary/index.md2+-
Mnoxz.tech/guides/groff/index.md2+-
Mnoxz.tech/guides/index.md8++++----
Mnoxz.tech/index.md2+-
6 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/build-blog.sh b/build-blog.sh
@@ -131,8 +131,8 @@ if [ ! -f "$rss" ]; then
             "$(echo $_title | sed 's/_/ /g')" \
             "https:$_url" \
             "$(date -R -d "@$_date")" \
-            "$(cat $_path | sed -e '/^$/,$d')" \
-            "$(smu -b "https:$_url" $_path | sed -e 's/{: .*}//g')" \
+            "$(cat $_path | sed -e '/^$/,$d' -e 's,\\--,–,g')" \
+            "$(smu -b "https:$_url" $_path | sed -e 's/{: .*}//g' -e 's,\\--,–,g')" \
             "$(echo $_url | md5sum | cut -d ' ' -f 1 | sed -e 's,^\(.\{8\}\)\(.\{4\}\)\(.\{4\}\)\(.\{4\}\)\(.\{12\}\)$,\1-\2-\3-\4-\5,g')" \
             >> "$rss"
     done < "./articles.ref"
diff --git a/noxz.tech/articles.nobuild/the_lenovo_thinkpad_t400/index.md b/noxz.tech/articles.nobuild/the_lenovo_thinkpad_t400/index.md
@@ -7,7 +7,7 @@ possible to libreboot (something that I've been interested in doing).
 
 I found a rather cheap one with some minor scratches on the top cover and a
 broken hard drive with a price of around $100. I replaced the keyboard, bought
-a new SSD, 8 GB of RAM, a new wireless NIC \-- and it was as good as new.
+a new SSD, 8 GB of RAM, a new wireless NIC \\-- and it was as good as new.
 After flashing the BIOS (which meant I had to disassemble everything to access
 the SPI pins) it gave me a cold boot time of about 10 seconds or less (I
 haven't timed it).
diff --git a/noxz.tech/dictionary/index.md b/noxz.tech/dictionary/index.md
@@ -92,5 +92,5 @@ or birth.
 Spirit of the Information Age*. Floris Books. ISBN: 978-0-375-50566-9.
 
 {: class="reference"}
-<a id="cite_levy_2010"></a>Levy, Steven (2010). *Hackers \-- Heroes of the
+<a id="cite_levy_2010"></a>Levy, Steven (2010). *Hackers \\-- Heroes of the
 computer revolution*. O’Reilly Media. ISBN: 978-1-449-38839-3.
diff --git a/noxz.tech/guides/groff/index.md b/noxz.tech/guides/groff/index.md
@@ -2,7 +2,7 @@ groff (GNU troff)
 =================
 As these guides are created for *groff*, I cannot guarantee that they are
 applicable to *troff*. If you use *troff* and can confirm them to work for it
-\-- please let me know.
+\\-- please let me know.
 
 Apart from *groff*, these guides may include other programs used together with
 *groff*, such as *eqn*, *tbl*, and so on. I will try to make this clear in the
diff --git a/noxz.tech/guides/index.md b/noxz.tech/guides/index.md
@@ -1,9 +1,9 @@
 Guides
 ======
-The following is a collection of guides, hacks, HOWTOs, tips and tricks \-- I
-have acquired over the years \-- for various programs and concepts. I will fill
-this list over a period of time, so it's far from complete \-- and probably
-never will be.
+The following is a collection of guides, hacks, HOWTOs, tips and tricks \\-- I
+have acquired over the years \\-- for various programs and concepts. I will
+fill this list over a period of time, so it's far from complete \\-- and
+probably never will be.
 
 Concepts
 --------
diff --git a/noxz.tech/index.md b/noxz.tech/index.md
@@ -23,7 +23,7 @@ content or how it is being rendered please let me know.
 If you feel triggered by any of my content please don't hesitate to direct your
 complaints to /dev/null. This should be a safe space for everyone :). On a more
 serious note, if you have any legitimate critique to my blog posts, send me an
-email and I might make a correction \-- if I deem it necessary. I currently
+email and I might make a correction \\-- if I deem it necessary. I currently
 don't have a feature for making comments on my posts, so this should work for
 now.