Compare commits
No commits in common. "432dbad03a9b9ce19414a297e62b6a341f6f57fb" and "5f1c9d9848d47dfe753cb58224ff116fb794a4d0" have entirely different histories.
432dbad03a
...
5f1c9d9848
2 changed files with 7 additions and 4 deletions
3
TODO.md
3
TODO.md
|
@ -17,5 +17,4 @@
|
|||
- Photography portfolio
|
||||
- in site info, automatically show latest update (and commit)
|
||||
- listenbrainz scrobbler (currently implemented at a Last.FM scrobbler)
|
||||
- comissions page
|
||||
- Sound effects (cute, subtle, non-obtrusive)
|
||||
- comissions page
|
|
@ -12,9 +12,13 @@ const posts = (await getCollection("blog")).sort(
|
|||
<main>
|
||||
<h1 class="title" style="text-align: center;">The Blog Posts</h1>
|
||||
<h2 class="subtitle" style="text-align: center;">
|
||||
This is where I post things and stuff
|
||||
This is where I post things and stuff, eventually...
|
||||
</h2>
|
||||
<h3 style="text-align: center;">This list is in chronological order oldest first, newest last.</h3>
|
||||
<h3 style="text-align: center;">This list is in chronological order oldest first, newest last</h3>
|
||||
<h4 style="text-align: center;">
|
||||
I think I may add a button that shows latest post at the top under
|
||||
rss, we'll see.
|
||||
</h4>
|
||||
<hr />
|
||||
<a href="/rss.xml"><h3 style="text-align: center;">RSS Feed</h3></a>
|
||||
<hr />
|
||||
|
|
Loading…
Reference in a new issue