forked from jekyll/minima
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redesigned the home page, made various tweaks.
- Loading branch information
1 parent
1f24579
commit 0ba39d1
Showing
7 changed files
with
128 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<div class="about-me"> | ||
<h2>About me</h2> | ||
<span itemprop="author" itemscope itemtype="http://schema.org/Person"></span> | ||
<p><a href="/author/forrest-brown.html">Forrest Brown</a> is the creator of Sticky Weather and <a href="https://storiesforearth.com" target="_blank">Stories for Earth</a>, a podcast and website about all things climate change in pop culture. His nonfiction has appeared in <em><a href="https://www.facingsouth.org/2023/07/ev-mega-deals-pit-states-against-souths-rural-communities" target="_blank">Facing South</a></em> and the <em><a href="https://longnow.org/ideas/in-the-ministry-for-the-future-new-ideas-from-ancient-wisdom/" target="_blank">Long Now Foundation</a></em>, and his short story "<a href="https://thewritelaunch.com/2020/03/keep-going/" target="_blank">Keep Going</a>" was featured in <em>The Write Launch</em>. He lives in Decatur, GA with his wife and cats.</p> | ||
</div> | ||
<div class="homepage-subscribe"> | ||
<form | ||
action="https://buttondown.email/api/emails/embed-subscribe/stickyweather" | ||
method="post" | ||
target="popupwindow" | ||
onsubmit="window.open('https://buttondown.email/stickyweather', 'popupwindow')" | ||
class="embeddable-buttondown-form" | ||
> | ||
<h2 id="sidebar-subscribe-header">Subscribe to the newsletter</h2> | ||
<label for="bd-email"><p>It's free, and you get new posts in your inbox. No emails about anything else, ever, and I won't beg you to become a paid subscriber.</p></label> | ||
<input type="email" name="email" id="bd-email" placeholder="Your email address" /><br> | ||
|
||
<input type="submit" value="Subscribe" id="subscribe-button" /> | ||
<p> | ||
<a href="https://buttondown.email/refer/stickyweather" target="_blank" id="powered-by">Powered by Buttondown.</a> | ||
</p> | ||
</form> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ | |
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults | ||
# | ||
layout: home | ||
list_title: Recent posts | ||
--- |