www.mtkn.jp

Manuscripts for my personal webpage.
git clone https://git.mtkn.jp/www.mtkn.jp
Log | Files | Refs | README

commit 08feac6bc2327ec836fda2ad66dbf6a2ca8c4165
parent 1ca5ef43ac4e1170985f164b562368f9bb03f9d3
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Sat,  5 Feb 2022 16:19:04 +0900

add news feed

Diffstat:
Mbin/weblog | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/weblog b/bin/weblog @@ -6,7 +6,7 @@ man=$(pwd)/man pub=$(pwd)/pub url="https://www.matsudakenji.xyz" -ignore=$(printf ' ! -path "./index.html" ') +ignore=$(printf ' ! -path "./index.html" ! -path "./blog/blog_index.html" ! -path "./about.html" ! -path "./error/*" ') (cd "$pub" && eval "find . -name '*.html' $ignore" | xargs ls -lT) | awk '{printf "%d %s %02d %s\n", $9, $6, $7, $10}' |