aboutsummaryrefslogtreecommitdiff
path: root/generate.sh
diff options
context:
space:
mode:
Diffstat (limited to 'generate.sh')
-rwxr-xr-xgenerate.sh16
1 files changed, 7 insertions, 9 deletions
diff --git a/generate.sh b/generate.sh
index d45ca92..79f2ab4 100755
--- a/generate.sh
+++ b/generate.sh
@@ -1,7 +1,7 @@
1#! /usr/bin/env nix-shell 1#! /usr/bin/env nix-shell
2#! nix-shell -i bash -p eva pandoc esh 2#! nix-shell -i bash -p eva pandoc esh
3 3
4INDEX_BLOG_LIMIT=2 4INDEX_BLOG_LIMIT=3
5INDEX_BLOG_COUNT=0 5INDEX_BLOG_COUNT=0
6INDEX_ART_LIMIT=1 6INDEX_ART_LIMIT=1
7INDEX_ART_COUNT=0 7INDEX_ART_COUNT=0
@@ -78,13 +78,12 @@ intro() {
78 <a href=\"https://peppe.rs/index.xml\" class=\"feed-button\">Subscribe</a> 78 <a href=\"https://peppe.rs/index.xml\" class=\"feed-button\">Subscribe</a>
79 <a href=\"https://liberapay.com/nerdypepper/donate\" class=\"donate-button\">Donate</a> 79 <a href=\"https://liberapay.com/nerdypepper/donate\" class=\"donate-button\">Donate</a>
80 </div> 80 </div>
81 <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> 81 <p>I'm Akshay, programmer and pixel-artist.</p>
82 <p> 82 <p>
83 I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer.
84 I write <a href=\"https://git.peppe.rs\">open-source stuff</a> to pass time. 83 I write <a href=\"https://git.peppe.rs\">open-source stuff</a> to pass time.
85 I also design fonts: 84 I also design fonts:
86 <a href=\"https://git.peppe.rs/fonts/scientifica\">scientifica</a>, 85 <a href=\"https://git.peppe.rs/fonts/scientifica/about\">scientifica</a>,
87 <a href=\"https://git.peppe.rs/fonts/curie\">curie</a>. 86 <a href=\"https://git.peppe.rs/fonts/curie/about\">curie</a>.
88 </p> 87 </p>
89 <p>Send me a mail at [email protected] or a message at [email protected].</p> 88 <p>Send me a mail at [email protected] or a message at [email protected].</p>
90 </div> 89 </div>
@@ -243,10 +242,9 @@ cat << EOF | tee -a ./docs/posts/index.html ./docs/index.html > /dev/null
243 </table> 242 </table>
244 <div class="separator"></div> 243 <div class="separator"></div>
245 <div class="footer"> 244 <div class="footer">
246 <a href="https://github.com/nerdypepper">Github</a> · 245 <a href="https://github.com/nerdypepper">Code</a> ·
247 <a rel="me" href="https://merveilles.town/@nerdypepper">Mastodon</a> · 246 <a rel="me" href="https://merveilles.town/@nerdypepper">Fediverse</a> ·
248 <a href="mailto:[email protected]">Mail</a> · 247 <a href="mailto:[email protected]">Mail</a>
249 <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> ·
250 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> 248 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
251 <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> 249 <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg">
252 </a> 250 </a>