From 3c10d209d706c286817e7150595113d9cda444bd Mon Sep 17 00:00:00 2001
From: David Luevano Alvarado <david@luevano.xyz>
Date: Thu, 18 Mar 2021 00:23:57 -0700
Subject: Add highligh.js

---
 blog/dst/a/website_with_nginx.html | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'blog/dst/a/website_with_nginx.html')

diff --git a/blog/dst/a/website_with_nginx.html b/blog/dst/a/website_with_nginx.html
index d58cc97..45366e4 100644
--- a/blog/dst/a/website_with_nginx.html
+++ b/blog/dst/a/website_with_nginx.html
@@ -3,6 +3,9 @@
   <head>
     <script type="text/javascript" src="https://static.luevano.xyz/scripts/theme.js"></script>
 
+    <link id="code-theme-css" rel="stylesheet" type="text/css" href="https://static.luevano.xyz/hl/styles/solarized-dark.min.css">
+    <script type="text/javascript" src="https://static.luevano.xyz/hl/highlight.min.js"></script>
+    <script type="text/javascript">hljs.initHighlightingOnLoad();</script>
     <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/fa/css/all.min.css">
     <link id="theme-css" rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/dark.css">
     <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/general_style.css">
@@ -72,7 +75,7 @@
 <li>A domain name (duh!). I got mine on <a href="https://www.epik.com/?affid=da5ne9ru4">Epik</a> (affiliate link, btw).
 
 <ul>
-<li>With the corresponding <strong>A</strong> and <strong>AAA</strong> records pointing to the VPS&#8217; IPs (&#8220;A&#8221; record points to the ipv4 address and &#8220;AAA&#8221; to the ipv6, basically). I have three records for each type: empty one, &#8220;www&#8221; and &#8220;*&#8221; for a wildcard, that way &#8220;domain.name&#8221;, &#8220;<a href="http://www.domain.name">http://www.domain.name</a>&#8221;, &#8220;anythingelse.domain.name&#8221; point to the same VPS (meaning that you can have several VPS for different sub-domains).</li>
+<li>With the corresponding <strong>A</strong> and <strong>AAA</strong> records pointing to the VPS&#8217; IPs (&#8220;A&#8221; record points to the ipv4 address and &#8220;AAA&#8221; to the ipv6, basically). I have three records for each type: empty one, &#8220;www&#8221; and &#8220;*&#8221; for a wildcard, that way &#8220;domain.name&#8221;, &#8220;www.domain.name&#8221;, &#8220;anythingelse.domain.name&#8221; point to the same VPS (meaning that you can have several VPS for different sub-domains).</li>
 </ul></li>
 <li>A VPS or somewhere else to host it. I'm using <a href="https://www.vultr.com/?ref=8732849">Vultr</a> (also an affiliate link).
 
-- 
cgit v1.2.3-70-g09d2