diff options
author | Steph Enders <steph@senders.io> | 2024-03-07 15:17:29 -0500 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2024-03-07 15:17:29 -0500 |
commit | 1f689fd039533801842ae241671f2437ddbe0044 (patch) | |
tree | 50d3db88f2c7e676d6679696a101e6ae2b25448f /posts/index.html | |
parent | 80f5dacf988b1cddd04eea6c4a6f70b165376764 (diff) |
Copy old files and update build.sh to generate it all!
This is a huge messy commit but :) sue me. I'm not at work I can do
git badly for once!
Diffstat (limited to 'posts/index.html')
-rw-r--r-- | posts/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/posts/index.html b/posts/index.html new file mode 100644 index 0000000..90ed8a3 --- /dev/null +++ b/posts/index.html @@ -0,0 +1,15 @@ +<article> + <h1>Welcome!</h1> + <p>Hello, and welcome to my website! I'm Steph a dorky trans girl who loves <del>rambling</del>, err, posting about music, tech, and all things sed!</p> + <p>Really, this is just my personal website. Sometimes I throw things up here when I am in the mood!</p> + <h2>Pinned Posts</h2> + <ul id="pinned"> + {PINNED} + </ul> + <hr/> + <p> + You can also find me on gemini: + <a href="gemini://senders.io" target="_blank" rel="external noreferrer noopener">gemini://senders.io</a> + (<a href="https://geminiprotocol.net/" rel="external noreferrer noopener" target="_blank">What is gemini?</a>) + </p> +</article> |