new blog post
This commit is contained in:
parent
ae71401cd4
commit
a84c0014dd
5 changed files with 55 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
<h2>blog</h2>
|
||||
<ul><!--boop-->
|
||||
<li><a href="/blog/presentation-dot-sh">presentation.sh | February 2024</a></li>
|
||||
<li><a href="/blog/things-i-am-thankful-for-from-2023">things i am thankful for from 2023 | December 2023</a></li>
|
||||
<li><a href="/blog/im-thinking-about-something-but-i-dont-know-what-yet">i'm thinking about something but i don't know what yet | December 2023</a></li>
|
||||
<li><a href="/blog/diy-sms-ftw-vs-ig-fb-etc">diy sms ftw vs ig, fb, etc. | November 2023</a></li>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
<entry>
|
||||
<title>presentation.sh</title>
|
||||
<link href="https://stillgreenmoss.net/blog/presentation-dot-sh"/>
|
||||
<id>https://stillgreenmoss.net/blog/presentation-dot-sh</id>
|
||||
<updated>2024-02-18T00:00:00Z</updated>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<title>things i am thankful for from 2023</title>
|
||||
<link href="https://stillgreenmoss.net/blog/things-i-am-thankful-for-from-2023"/>
|
||||
|
|
|
@ -4,10 +4,17 @@
|
|||
<title>stillgreenmoss</title>
|
||||
<link rel="self" href="https://stillgreenmoss.net/feed.atom" />
|
||||
<link href="https://stillgreenmoss.net" />
|
||||
<updated>2023-12-27T00:00:00Z</updated>
|
||||
<updated>2024-02-18T00:00:00Z</updated>
|
||||
<author><name>maren</name></author>
|
||||
<id>https://stillgreenmoss.net</id>
|
||||
|
||||
<entry>
|
||||
<title>presentation.sh</title>
|
||||
<link href="https://stillgreenmoss.net/blog/presentation-dot-sh"/>
|
||||
<id>https://stillgreenmoss.net/blog/presentation-dot-sh</id>
|
||||
<updated>2024-02-18T00:00:00Z</updated>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<title>things i am thankful for from 2023</title>
|
||||
<link href="https://stillgreenmoss.net/blog/things-i-am-thankful-for-from-2023"/>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>stillgreenmoss</title>
|
||||
<link rel="self" href="https://stillgreenmoss.net/feed.atom" />
|
||||
<link href="https://stillgreenmoss.net" />
|
||||
<updated>2023-12-27T00:00:00Z</updated>
|
||||
<updated>2024-02-18T00:00:00Z</updated>
|
||||
<author><name>maren</name></author>
|
||||
<id>https://stillgreenmoss.net</id>
|
||||
|
||||
|
|
38
posts/presentation-dot-sh/index.html
Normal file
38
posts/presentation-dot-sh/index.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="/style.css" />
|
||||
<title>still, green moss</title>
|
||||
</head>
|
||||
<body>
|
||||
<section class="head">
|
||||
<h1>thiss <a href="https://en.wikipedia.org/wiki/Moss">moss</a> iss <a href="https://en.wikipedia.org/wiki/Silence">still</a> <a href="https://en.wikipedia.org/wiki/Green">greenn</a></h1>
|
||||
<p><a href="/">home</a> | <a href="/blog">blog</a> | <a href="/links">links</a> | <a href="/feed.atom">feed</a></p>
|
||||
<div class="row">
|
||||
<div class="column">
|
||||
<img src="/venus.jpg" alt="venus flytraps and moss" style="width:100%">
|
||||
</div>
|
||||
<div class="column">
|
||||
<img src="/forest.jpg" alt="a coastal pine savannah forest" style="width:100%">
|
||||
</div>
|
||||
<div class="column">
|
||||
<img src="/pitcher.jpg" alt="a cluster of pitcher plants" style="width:100%">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<h2>presentation.sh</h2>
|
||||
|
||||
<p><em>february 18th 2024</em></p>
|
||||
|
||||
<p>one thing that's possible to do, if you'd like, is to use a shell script instead of slides to give a presentation</p>
|
||||
|
||||
<p>i did this for something recently and it was really fun. i put some example code in git <a href="https://git.bunk.computer/maren/presentationdotsh">which you can look at here</a></p>
|
||||
|
||||
<p>i hope this inspires you to try new tools for giving presentations :)</p>
|
||||
<section class="foot">
|
||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">cc by-sa</a></p>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue