diff options
Diffstat (limited to 'services/nuldoc/public/blog/posts/index.html')
| -rw-r--r-- | services/nuldoc/public/blog/posts/index.html | 35 |
1 files changed, 15 insertions, 20 deletions
diff --git a/services/nuldoc/public/blog/posts/index.html b/services/nuldoc/public/blog/posts/index.html index dc28dcf..7ea8cc9 100644 --- a/services/nuldoc/public/blog/posts/index.html +++ b/services/nuldoc/public/blog/posts/index.html @@ -63,6 +63,21 @@ </div> </nav> <article class="post-entry"> + <a href="/posts/2025-12-06/archive-dynamic-site-with-wget/"> + <header class="entry-header"> + <h2>wget を使って動的サイトを静的サイトにアーカイブする</h2> + </header> + <section class="entry-content"> + <p> + 運用停止した動的サイトを wget でクロールし、静的ファイルのみで配信できるようにした。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2025-12-06">2025-12-06</time> 投稿 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2025-11-27/anybatross-writeup/"> <header class="entry-header"> <h2>カヤックさん開催のコードゴルフコンテスト Anybatross に参加して優勝した</h2> @@ -264,26 +279,6 @@ </footer> </a> </article> - <article class="post-entry"> - <a href="/posts/2025-03-27/zip-function-like-command-paste-command/"> - <header class="entry-header"> - <h2>zip 関数のようなコマンド paste</h2> - </header> - <section class="entry-content"> - <p> - zip 関数のような動きをする paste コマンドについてのメモ。 - </p> - </section> - <footer class="entry-footer"> - <time datetime="2025-03-27">2025-03-27</time> 投稿 - <ul class="entry-tags"> - <li class="tag"> - <span class="tag-inner">備忘録</span> - </li> - </ul> - </footer> - </a> - </article> <nav class="pagination"> <div class="pagination-prev"> </div> |
