aboutsummaryrefslogtreecommitdiff
path: root/docs/posts/static_sites_with_bash/index.html
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-02-03 13:42:25 +0000
committerAkshay <[email protected]>2020-02-03 13:42:25 +0000
commit1221effdc9ccd7375bf3eaa485136f60d1b65303 (patch)
tree816ccfd038e2a0cc431fa5203f35b4479b890e82 /docs/posts/static_sites_with_bash/index.html
parent60034ba047ab7856b68704a69b1fa1b734e3dfc2 (diff)
fix links
Diffstat (limited to 'docs/posts/static_sites_with_bash/index.html')
-rw-r--r--docs/posts/static_sites_with_bash/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/posts/static_sites_with_bash/index.html b/docs/posts/static_sites_with_bash/index.html
index e7a652f..46b895d 100644
--- a/docs/posts/static_sites_with_bash/index.html
+++ b/docs/posts/static_sites_with_bash/index.html
@@ -9,7 +9,7 @@
9 <meta property="og:title" content="nerdypepper"> 9 <meta property="og:title" content="nerdypepper">
10 <meta property="og:type" content="website"> 10 <meta property="og:type" content="website">
11 <meta property="og:description" content="a static site {for, by, about} me "> 11 <meta property="og:description" content="a static site {for, by, about} me ">
12 <meta property="og:url" content="https://nerdypepper.tech"> 12 <meta property="og:url" content="https://peppe.rs">
13 <body> 13 <body>
14 <div class="posts"> 14 <div class="posts">
15 <div class="post"> 15 <div class="post">
@@ -79,7 +79,7 @@ id=&quot;$id.$ext&quot;
79 79
80# copy to my file host 80# copy to my file host
81scp -P 443 &quot;$1&quot; emerald:files/&quot;$id&quot; 81scp -P 443 &quot;$1&quot; emerald:files/&quot;$id&quot;
82echo &quot;https://files.nerdypepper.tech/$id&quot; 82echo &quot;https://u.peppe.rs/$id&quot;
83</code></pre> 83</code></pre>
84 84
85<h3 id="Templating">Templating</h3> 85<h3 id="Templating">Templating</h3>