目的:
プラグインでhtmlを出力
Webクローラー(またはスパイダー)ツールで取得:
記事:
ヘルプ:
Free版の追加:
Simply Static settings: v3.6.2
find ./simply-static-1-123456 -type d | while read dir; do if [ ! -f "$dir/index.html" ]; then echo "$dir" fi done | grep -v '/wp-content' | grep -v '/wp-includes' | sort
cd ./simply-static-1-123456/ python3 -m http.server 8080 # ブラウザで開く open http://localhost:8080/