Compare commits
2 commits
5f1c9d9848
...
432dbad03a
Author | SHA1 | Date | |
---|---|---|---|
432dbad03a | |||
14e9f376ec |
2 changed files with 4 additions and 7 deletions
3
TODO.md
3
TODO.md
|
@ -17,4 +17,5 @@
|
||||||
- Photography portfolio
|
- Photography portfolio
|
||||||
- in site info, automatically show latest update (and commit)
|
- in site info, automatically show latest update (and commit)
|
||||||
- listenbrainz scrobbler (currently implemented at a Last.FM scrobbler)
|
- listenbrainz scrobbler (currently implemented at a Last.FM scrobbler)
|
||||||
- comissions page
|
- comissions page
|
||||||
|
- Sound effects (cute, subtle, non-obtrusive)
|
|
@ -12,13 +12,9 @@ const posts = (await getCollection("blog")).sort(
|
||||||
<main>
|
<main>
|
||||||
<h1 class="title" style="text-align: center;">The Blog Posts</h1>
|
<h1 class="title" style="text-align: center;">The Blog Posts</h1>
|
||||||
<h2 class="subtitle" style="text-align: center;">
|
<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>
|
</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 />
|
<hr />
|
||||||
<a href="/rss.xml"><h3 style="text-align: center;">RSS Feed</h3></a>
|
<a href="/rss.xml"><h3 style="text-align: center;">RSS Feed</h3></a>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
Loading…
Reference in a new issue