stories folder and injector story

This commit is contained in:
Rusty Striker 2022-06-11 18:32:15 +03:00
parent 19cf455b28
commit da2ed09c19
3 changed files with 144 additions and 6 deletions

18
stories/index.html Normal file
View file

@ -0,0 +1,18 @@
<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Stories/"</INJECT>
<h1>Stories</h1>
<div>
<p>
Random stories, either about things I make(programs, games, physical stuff),
<br>
or about stuff that happens to me
</p>
<p>
Stories:
<br>
<INJECT>cd $CURRENT && ls *.html | python3 $HOME/bscripts/ls_to_a.py</INJECT>
</p>
</div>
<INJECT>cat $HOME/template/footer.html</INJECT>