Compare commits
2 commits
5f1c9d9848
...
432dbad03a
Author | SHA1 | Date | |
---|---|---|---|
432dbad03a | |||
14e9f376ec |
2 changed files with 4 additions and 7 deletions
1
TODO.md
1
TODO.md
|
@ -18,3 +18,4 @@
|
|||
- 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)
|
|
@ -12,13 +12,9 @@ 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, eventually...
|
||||
This is where I post things and stuff
|
||||
</h2>
|
||||
<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>
|
||||
<h3 style="text-align: center;">This list is in chronological order oldest first, newest last.</h3>
|
||||
<hr />
|
||||
<a href="/rss.xml"><h3 style="text-align: center;">RSS Feed</h3></a>
|
||||
<hr />
|
||||
|
|
Loading…
Reference in a new issue