From 62480113f1d12d47181df5703a5eb703d5b8f3ae Mon Sep 17 00:00:00 2001
From: foo-dogsquared <foo.dogsquared@gmail.com>
Date: Sat, 28 Sep 2019 20:15:18 +0800
Subject: [PATCH] UPDATE: Blogging with Asciidoctor and Hugo

---
 content/posts/blogging-with-asciidoctor-and-hugo.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/content/posts/blogging-with-asciidoctor-and-hugo.adoc b/content/posts/blogging-with-asciidoctor-and-hugo.adoc
index 41455b5..83f0813 100644
--- a/content/posts/blogging-with-asciidoctor-and-hugo.adoc
+++ b/content/posts/blogging-with-asciidoctor-and-hugo.adoc
@@ -156,6 +156,9 @@ heavier feature set of Asciidoctor.
 
 == Syntax highlighting (without the shortcode)
 
+NOTE: As of 2019-09-25, I don't use a syntax highlighter anymore for my site in the name of performance and consideration for low internet speeds. 
+Clearly, I didn't think ahead about this. 
+
 Syntax highlighting can be an important feature for technical blogs especially 
 if you often have to show code in your posts.