diff options
Diffstat (limited to 'docs/posts/static_sites_with_bash/index.html')
-rw-r--r-- | docs/posts/static_sites_with_bash/index.html | 4 |
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="$id.$ext" | |||
79 | 79 | ||
80 | # copy to my file host | 80 | # copy to my file host |
81 | scp -P 443 "$1" emerald:files/"$id" | 81 | scp -P 443 "$1" emerald:files/"$id" |
82 | echo "https://files.nerdypepper.tech/$id" | 82 | echo "https://u.peppe.rs/$id" |
83 | </code></pre> | 83 | </code></pre> |
84 | 84 | ||
85 | <h3 id="Templating">Templating</h3> | 85 | <h3 id="Templating">Templating</h3> |