Added new blog post
This commit is contained in:
@ -18,6 +18,7 @@ name="viewport" content="width=device-width, initial-scale=1"><title>Clement Chi
|
||||
</header>
|
||||
|
||||
<ul>
|
||||
<li><a href="blog-007">2020-06-08 Some Website Design and CSS</a></li>
|
||||
<li><a href="blog-007">2020-05-22 Optimizing Web Pages and File Sizes</a></li>
|
||||
<li><a href="blog-006">2020-05-21 A Hit of Kubernetes</a></li>
|
||||
<li><a href="blog-005">2020-03-02 The SBC Change</a></li>
|
||||
|
@ -44,5 +44,5 @@ These methods reduced the file size to about 55kB: a size that I'm much more com
|
||||
|
||||
<p><div class="navbar">
|
||||
<div><a href="blog-006">Prev</a></div>
|
||||
<div><a href="blog-000">Next</a></div>
|
||||
<div><a href="blog-008">Next</a></div>
|
||||
</div></p>
|
||||
|
@ -9,6 +9,7 @@ for i in {0..$CONTENTNUM}
|
||||
do
|
||||
cat filehead "content$i" filetail "quote$i" > blog-00$i
|
||||
done
|
||||
rm filehead filetail content* quote*
|
||||
|
||||
# clean up non prod files
|
||||
cd ../
|
||||
|
Reference in New Issue
Block a user