Skip to content

Commit

Permalink
Feat: Add autobibliography blog post (#55)
Browse files Browse the repository at this point in the history
* update wip

* update date format

* write rest of post!

* update publish date
  • Loading branch information
hannahilea authored Jan 16, 2025
1 parent c278d6b commit d144f93
Show file tree
Hide file tree
Showing 7 changed files with 834 additions and 1 deletion.
2 changes: 1 addition & 1 deletion add_stuff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function new_blog_post()

dir = joinpath("blog", dir_name)
date = today()
pub_date = Dates.format(now(Dates.UTC), dateformat"e, d u yyyy HH:MM:SS ") * "GMT"
pub_date = Dates.format(now(), dateformat"e, d u yyyy HH:MM:SS ") * "EST"

@info "Creating new blog directory" blog_title dir_name
cp(joinpath("blog", "__template"), dir)
Expand Down
Binary file added blog/autobibliography-1/assets/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
653 changes: 653 additions & 0 deletions blog/autobibliography-1/index.html

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions blog/autobibliography-1/rss.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="http://hannahilea.com/rss.xml" rel="self" type="application/rss+xml" />
<title>@hannahilea</title>
<link>https://hannahilea.com</link>
<description>Personal website of Hannah Robertson (`@hannahilea`)</description>
<language>en-us</language>
<image>
<title>@hannahilea</title>
<link>https://hannahilea.com</link>
<url>https://hannahilea.com/assets/img/avatar-smaller.jpeg</url>
<width>100</width>
<height>100</height>
<description>Avatar: Photo of stereo system with large googly eyes on top to look surprised</description>
</image>
<!-- POSTS -->
</channel>
</rss>
145 changes: 145 additions & 0 deletions blog/autobibliography-1/src.md

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ <h1 class="title">Blog</h1>
</thead>
<!-- IMPORTANT, class="list" have to be at tbody -->
<tbody class="list">
<tr>
<td class="date date-pretty">15 Jan 2025</td>
<td class="date-raw" hidden>2025-01-15</td>
<td class="title-raw" hidden>Autobibliography: January 2025</td>
<td class="title">
<a class="blog-url" href="./autobibliography-1">Autobibliography: January 2025</a>
</td>
</tr>

<tr>
<td class="date date-pretty">10 Jan 2025</td>
<td class="date-raw" hidden>2025-01-10</td>
Expand Down
7 changes: 7 additions & 0 deletions rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@
<guid>https://hannahilea.com/blog/slide-whistle-trombone-champ-controller</guid>
<description>Project write-up of turning a slide whistle into a wireless controller for the video game Trombone Champ.</description>
</item>
<item>
<title>Autobibliography: January 2025</title>
<pubDate>Thu, 16 Jan 2025 09:30:00 EST</pubDate>
<link>https://hannahilea.com/blog/autobibliography-1</link>
<guid>https://hannahilea.com/blog/autobibliography-1</guid>
<description>Link round-up</description>
</item>

</channel>
</rss>

0 comments on commit d144f93

Please sign in to comment.