stories folder and injector story
This commit is contained in:
parent
19cf455b28
commit
da2ed09c19
3 changed files with 144 additions and 6 deletions
18
stories/index.html
Normal file
18
stories/index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue