2022-06-11 10:31:47 +00:00
|
|
|
<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Rusty's website/"</INJECT>
|
2022-06-11 15:32:15 +00:00
|
|
|
<p>
|
|
|
|
Folders: <INJECT>cd $CURRENT && ls */ -d | sed 's/\///' | python3 $HOME/bscripts/ls_to_a.py</INJECT>
|
|
|
|
<br>
|
|
|
|
Files: <INJECT>cd $CURRENT && ls *.html | python3 $HOME/bscripts/ls_to_a.py</INJECT>
|
|
|
|
</p>
|
2022-06-11 12:28:45 +00:00
|
|
|
|
2022-07-13 17:02:17 +00:00
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Hello and welcome to my personal website
|
|
|
|
<br><br>
|
|
|
|
<i>(if you are looking for the old index it is now <a href = "old_index.html">here</a>)</i>
|
|
|
|
</p>
|
2022-07-25 12:06:05 +00:00
|
|
|
<hr />
|
2022-03-25 11:08:07 +00:00
|
|
|
<p>
|
2022-07-13 17:02:17 +00:00
|
|
|
While you are here, feel free to navigate the site using the
|
|
|
|
<code>Folders</code> and <code>Files</code> listings above
|
|
|
|
<br><br>
|
|
|
|
Sometimes pages will link directly to other pages
|
|
|
|
(like <a href = "old_index.html">old_index</a>
|
|
|
|
which links to <a href = "another_age.html">another_page</a>,
|
|
|
|
or like how this page links to other pages as part of pointing stuff out)
|
|
|
|
|
2022-03-25 11:08:07 +00:00
|
|
|
</p>
|
2022-04-23 12:30:28 +00:00
|
|
|
|
2022-10-05 09:16:12 +00:00
|
|
|
<hr />
|
|
|
|
<h2>Where to find me on other places</h2>
|
|
|
|
<p>
|
|
|
|
<a rel="me" href="https://qoto.org/@RustyStriker">Mastodon</a>
|
|
|
|
<a href="https://gitea.rustystriker.dev/RustyStriker">Gitea</a>
|
|
|
|
<a href="https://github.com/RustyStriker/">Github</a>
|
|
|
|
<br>
|
|
|
|
@rusty_striker:matrix.org on Matrix
|
|
|
|
</p>
|
2022-10-05 09:09:41 +00:00
|
|
|
</div>
|
2022-07-13 17:02:17 +00:00
|
|
|
|
|
|
|
<INJECT>cat $HOME/template/footer.html</INJECT>
|