*
Jes Olson j3s@c3f.net
Mon, 04 Apr 2022 16:32:30 -0400
2 files changed,
7 insertions(+),
2 deletions(-)
A
README
@@ -0,0 +1,4 @@
+[ ] make blog have rss feed for thoughts/reviews +[ ] merge jrss into website tools codebase +[ ] add project section +[ ] native git thing
M
templates/index.html
→
templates/index.html
@@ -6,8 +6,9 @@ <h4>email me!</h4>
<p>i love getting email. from anyone. from you! it's my favorite way to talk. email me anything! seriously!</p> <p>j3s@c3f.net</p> <h4>important quotes</h4> +<p><i>unless someone like you cares a whole awful lot, nothing is going to get better. it's not.</i></p> <p><i>the only way out is through</p></i> -<p><i>fear is the mind-killer</p></i> +<p><i>fear is the mind killer</p></i> <p><i>everything i do is stitched with her color</p></i> <h4>recent posts from my friends on the web</h4> {{- range $feed := .FriendFeeds }}@@ -20,5 +21,5 @@ <small> | {{ $feed.Description }}</small>
{{- end }} </li> {{- end }} -<p><i>note to my friends: fix your rss author settings :D</i></p> +<p><i>note to my friends: add a blog title pl0x :D</i></p> {{- end }}