diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-02-03 23:15:03 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-02-03 23:15:10 +0900 |
| commit | 53e1f4f795b0dd68ef626d25412d5296e3c47aab (patch) | |
| tree | 183e7508f7f5a50a7ec4ec670893c3987957810e /vhosts/blog/public/posts/index.html | |
| parent | 66770b82cb6f187e98b5d4c206e44d63cf179d85 (diff) | |
| download | nsfisis.dev-53e1f4f795b0dd68ef626d25412d5296e3c47aab.tar.gz nsfisis.dev-53e1f4f795b0dd68ef626d25412d5296e3c47aab.tar.zst nsfisis.dev-53e1f4f795b0dd68ef626d25412d5296e3c47aab.zip | |
feat(blog/content): new post /posts/2024-02-03/install-wireguard-on-personal-server/
Diffstat (limited to 'vhosts/blog/public/posts/index.html')
| -rw-r--r-- | vhosts/blog/public/posts/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html index 8ed8dbba..5c868937 100644 --- a/vhosts/blog/public/posts/index.html +++ b/vhosts/blog/public/posts/index.html @@ -42,6 +42,21 @@ <h1>投稿一覧</h1> </header> <article class="post-entry"> + <a href="/posts/2024-02-03/install-wireguard-on-personal-server/"> + <header class="entry-header"> + <h2>【備忘録】 個人用サーバに WireGuard を導入する</h2> + </header> + <section class="entry-content"> + <p> + 個人用サービスのセルフホストに使っているサーバに WireGuard を導入する作業をしたメモ + </p> + </section> + <footer class="entry-footer"> + <time datetime="2024-02-03">2024-02-03</time> 投稿 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2024-01-10/neovim-insert-namespace-declaration-to-empty-php-file/"> <header class="entry-header"> <h2>【Neovim】 空の PHP ファイルに namespace 宣言を挿入する</h2> |
