aboutsummaryrefslogtreecommitdiff
path: root/generate.sh
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-03-12 07:17:17 +0000
committerAkshay <[email protected]>2020-03-12 07:17:17 +0000
commitf94e26bf93cd3dbb2de5b79671d2273af4591899 (patch)
treec0d47a6a6b18c135fb3ce57bbdab0c105d89c8f2 /generate.sh
parent3e11e2e42fdbc847f3fd20a2be5462c91e240bfb (diff)
change up intro styles, update feeds
Diffstat (limited to 'generate.sh')
-rwxr-xr-xgenerate.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/generate.sh b/generate.sh
index 156b4d8..83e88e3 100755
--- a/generate.sh
+++ b/generate.sh
@@ -77,11 +77,9 @@ cat > ./docs/index.html << EOF
77 <h4 class="date">nerdypepper's μblog</h4> 77 <h4 class="date">nerdypepper's μblog</h4>
78 <div class="posts"> 78 <div class="posts">
79 <div class="post"> 79 <div class="post">
80 <div class="separator"></div>
81EOF 80EOF
82 81
83echo -ne "$(intro)<table><div class="separator"></div>" >> ./docs/index.html 82echo -ne "$(intro)<table>" >> ./docs/index.html
84
85 83
86# posts 84# posts
87posts=$(ls -t ./posts) 85posts=$(ls -t ./posts)
@@ -125,9 +123,10 @@ esh -s /bin/bash \
125 -o "./docs/index.xml" \ 123 -o "./docs/index.xml" \
126 "rss.esh" 124 "rss.esh"
127 125
126
127
128cat >> ./docs/index.html << EOF 128cat >> ./docs/index.html << EOF
129 </table> 129 </table>
130 <div class="separator"></div>
131 <div class="footer"> 130 <div class="footer">
132 <a href="https://github.com/nerdypepper">Github</a> · 131 <a href="https://github.com/nerdypepper">Github</a> ·
133 <a href="https://twitter.com/N3rdyP3pp3r">Twitter</a> · 132 <a href="https://twitter.com/N3rdyP3pp3r">Twitter</a> ·