Stop right there!
git-svn-id: file:///srv/svn/repo/aya/trunk@95 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
@@ -90,6 +90,10 @@ echo '</rss>' >> $AYA_OUTDIR/blog/rss.xml
|
||||
|
||||
```bash
|
||||
#!/bin/sh
|
||||
echo "# nick = example" > $AYA_OUTDIR/twtxt.txt
|
||||
echo "# url = https://example.net/twtxt.txt" >> $AYA_OUTDIR/twtxt.txt
|
||||
echo "# avatar = https://example.net/favicon.png" >> $AYA_OUTDIR/twtxt.txt
|
||||
echo "# description = basudei datta watashitachi ni wa, deai ga umareta toki ni, hajimete no yume ga mieru" >> $AYA_OUTDIR/twtxt.txt
|
||||
for f in ./blog/*/*.md; do
|
||||
d=$($AYA var $f date)
|
||||
if [ !-z $d ]; then
|
||||
|
||||
Reference in New Issue
Block a user