aboutsummaryrefslogtreecommitdiff
path: root/docs/posts/static_sites_with_bash.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/posts/static_sites_with_bash.html')
-rw-r--r--docs/posts/static_sites_with_bash.html20
1 files changed, 11 insertions, 9 deletions
diff --git a/docs/posts/static_sites_with_bash.html b/docs/posts/static_sites_with_bash.html
index 70eda1a..5fdfcfe 100644
--- a/docs/posts/static_sites_with_bash.html
+++ b/docs/posts/static_sites_with_bash.html
@@ -11,13 +11,14 @@
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://nerdypepper.tech">
13 <body> 13 <body>
14 <div class="post posts"> 14 <div class="posts">
15 <div class="date">23/11 2019</div> 15 <div class="post">
16 <span style="font-size: 2rem; font-weight: 600"> 16 <div class="date">23/11 2019</div>
17 Static Sites With Bash 17 <span style="font-size: 2rem; font-weight: 600">
18 </span> 18 Static Sites With Bash
19 <div class="post-text"> 19 </span>
20 <p>After going through a bunch of static site generators 20 <div class="post-text">
21 <p>After going through a bunch of static site generators
21(<a href="https://blog.getpelican.com/">pelican</a>, 22(<a href="https://blog.getpelican.com/">pelican</a>,
22<a href="https://gohugo.io">hugo</a>, 23<a href="https://gohugo.io">hugo</a>,
23<a href="https://github.com/icyphox/vite">vite</a>), I decided to roll 24<a href="https://github.com/icyphox/vite">vite</a>), I decided to roll
@@ -66,9 +67,10 @@ titles from the file names (removes underscores,
66title-case), and <code>date(1)</code> to add the date to each post 67title-case), and <code>date(1)</code> to add the date to each post
67listing!</p> 68listing!</p>
68 69
70 </div>
71 <a href="/index.html" class="post-end-link">← Back</a>
72 <div class="separator"></div>
69 </div> 73 </div>
70 <a href="/index.html" class="post-end-link">‹ Back</a>
71 <div class="separator"></div>
72 </div> 74 </div>
73 </body> 75 </body>
74</html> 76</html>