Update site, fix scripts, block more AIs
This commit is contained in:
parent
e53b59a94b
commit
e68cacf15c
16 changed files with 69 additions and 62 deletions
|
@ -14,6 +14,4 @@ find . -name "*.html" | while read -r item; do
|
|||
TITLE=$(grep -m 1 -oP '(?<=^# ).*' ${item}.md | cat)
|
||||
printf "\n <item>\n <title>${TITLE}</title>\n <link>https://askiiart.net/${item}.html</link>\n </item>" >>feed.xml
|
||||
done
|
||||
printf "\n\n</channel>\n</rss>" >>feed.xml
|
||||
|
||||
find . \( ! -regex './md2html.sh' \) -type f | xargs sed -i 's/language-/language-/g'
|
||||
printf "\n\n</channel>\n</rss>" >>feed.xml
|
Loading…
Add table
Add a link
Reference in a new issue