diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-18 19:42:37 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-18 19:42:37 +0900 |
| commit | 032dc3c5e6d0ef84a9f4ea6be10e19b7f43c53b8 (patch) | |
| tree | 0909d231d62f43f3d2a3b7e1bd9dddf3a7be365e /public/tags | |
| parent | 1301f9d35cec5d24b772518b1daa7ffe15684525 (diff) | |
| download | blog.nsfisis.dev-032dc3c5e6d0ef84a9f4ea6be10e19b7f43c53b8.tar.gz blog.nsfisis.dev-032dc3c5e6d0ef84a9f4ea6be10e19b7f43c53b8.tar.zst blog.nsfisis.dev-032dc3c5e6d0ef84a9f4ea6be10e19b7f43c53b8.zip | |
feat(content): add /tags/ page
Diffstat (limited to 'public/tags')
| -rw-r--r-- | public/tags/conference/index.html | 2 | ||||
| -rw-r--r-- | public/tags/cpp/index.html | 2 | ||||
| -rw-r--r-- | public/tags/cpp17/index.html | 2 | ||||
| -rw-r--r-- | public/tags/index.html | 122 | ||||
| -rw-r--r-- | public/tags/note-to-self/index.html | 2 | ||||
| -rw-r--r-- | public/tags/php/index.html | 2 | ||||
| -rw-r--r-- | public/tags/phpcon/index.html | 2 | ||||
| -rw-r--r-- | public/tags/phperkaigi/index.html | 2 | ||||
| -rw-r--r-- | public/tags/python/index.html | 2 | ||||
| -rw-r--r-- | public/tags/python3/index.html | 2 | ||||
| -rw-r--r-- | public/tags/ruby/index.html | 2 | ||||
| -rw-r--r-- | public/tags/ruby3/index.html | 2 | ||||
| -rw-r--r-- | public/tags/rust/index.html | 2 | ||||
| -rw-r--r-- | public/tags/vim/index.html | 2 |
14 files changed, 135 insertions, 13 deletions
diff --git a/public/tags/conference/index.html b/public/tags/conference/index.html index ac255da..7fff910 100644 --- a/public/tags/conference/index.html +++ b/public/tags/conference/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="カンファレンス"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>タグ「カンファレンス」一覧 | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=f4838bbf46734863045a3ba5c4147a38"> + <link rel="stylesheet" href="/style.css?h=48694677b43b77e5c45f25e6bfdebb41"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/cpp/index.html b/public/tags/cpp/index.html index fc83ba9..45cc1fd 100644 --- a/public/tags/cpp/index.html +++ b/public/tags/cpp/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="C++"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>タグ「C++」一覧 | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=f4838bbf46734863045a3ba5c4147a38"> + <link rel="stylesheet" href="/style.css?h=48694677b43b77e5c45f25e6bfdebb41"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/cpp17/index.html b/public/tags/cpp17/index.html index f170658..e591246 100644 --- a/public/tags/cpp17/index.html +++ b/public/tags/cpp17/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="C++ 17"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>タグ「C++ 17」一覧 | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=f4838bbf46734863045a3ba5c4147a38"> + <link rel="stylesheet" href="/style.css?h=48694677b43b77e5c45f25e6bfdebb41"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/index.html b/public/tags/index.html new file mode 100644 index 0000000..59bed9d --- /dev/null +++ b/public/tags/index.html @@ -0,0 +1,122 @@ +<!DOCTYPE html> +<html lang="ja-JP"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="author" content="nsfisis"> + <meta name="copyright" content="© 2021 nsfisis"> + <meta name="description" content="タグの一覧"> + <link rel="icon" type="image/svg+xml" href="/favicon.svg"> + <title>タグ一覧 | REPL: Rest-Eat-Program Loop</title> + <link rel="stylesheet" href="/style.css?h=48694677b43b77e5c45f25e6bfdebb41"> + </head> + <body class="list"> + <header class="header"> + <nav class="nav"> + <ul> + <li class="logo"> + <a href="/">REPL: Rest-Eat-Program Loop</a> + </li> + <li> + <a href="/about/">About</a> + </li> + <li> + <a href="/posts/">Posts</a> + </li> + <li> + <a href="/slides/">Slides</a> + </li> + <li> + <a href="/tags/">Tags</a> + </li> + </ul> + </nav> + </header> + <main class="main"> + <header class="page-header"> + <h1>タグ一覧</h1> + </header> + <article class="post-entry"> + <a href="/tags/vim/"> <header class="entry-header"> + <h2>Vim</h2> + </header> +</a> + </article> + <article class="post-entry"> + <a href="/tags/rust/"> <header class="entry-header"> + <h2>Rust</h2> + </header> +</a> + </article> + <article class="post-entry"> + <a href="/tags/ruby3/"> <header class="entry-header"> + <h2>Ruby 3</h2> + </header> +</a> + </article> + <article class="post-entry"> + <a href="/tags/ruby/"> <header class="entry-header"> + <h2>Ruby</h2> + </header> +</a> + </article> + <article class="post-entry"> + <a href="/tags/python3/"> <header class="entry-header"> + <h2>Python 3</h2> + </header> +</a> + </article> + <article class="post-entry"> + <a href="/tags/python/"> <header class="entry-header"> + <h2>Python</h2> + </header> +</a> + </article> + <article class="post-entry"> + <a href="/tags/phperkaigi/"> <header class="entry-header"> + <h2>PHPerKaigi</h2> + </header> +</a> + </article> + <article class="post-entry"> + <a href="/tags/phpcon/"> <header class="entry-header"> + <h2>PHP カンファレンス</h2> + </header> +</a> + </article> + <article class="post-entry"> + <a href="/tags/php/"> <header class="entry-header"> + <h2>PHP</h2> + </header> +</a> + </article> + <article class="post-entry"> + <a href="/tags/note-to-self/"> <header class="entry-header"> + <h2>備忘録</h2> + </header> +</a> + </article> + <article class="post-entry"> + <a href="/tags/cpp17/"> <header class="entry-header"> + <h2>C++ 17</h2> + </header> +</a> + </article> + <article class="post-entry"> + <a href="/tags/cpp/"> <header class="entry-header"> + <h2>C++</h2> + </header> +</a> + </article> + <article class="post-entry"> + <a href="/tags/conference/"> <header class="entry-header"> + <h2>カンファレンス</h2> + </header> +</a> + </article> + </main> + <footer class="footer"> + © 2021 nsfisis + </footer> + </body> +</html> diff --git a/public/tags/note-to-self/index.html b/public/tags/note-to-self/index.html index 32ce8af..d21c8b2 100644 --- a/public/tags/note-to-self/index.html +++ b/public/tags/note-to-self/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="備忘録"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>タグ「備忘録」一覧 | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=f4838bbf46734863045a3ba5c4147a38"> + <link rel="stylesheet" href="/style.css?h=48694677b43b77e5c45f25e6bfdebb41"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/php/index.html b/public/tags/php/index.html index 32c4690..b32885c 100644 --- a/public/tags/php/index.html +++ b/public/tags/php/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="PHP"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>タグ「PHP」一覧 | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=f4838bbf46734863045a3ba5c4147a38"> + <link rel="stylesheet" href="/style.css?h=48694677b43b77e5c45f25e6bfdebb41"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/phpcon/index.html b/public/tags/phpcon/index.html index 5af6ba0..8b026a9 100644 --- a/public/tags/phpcon/index.html +++ b/public/tags/phpcon/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="PHP カンファレンス"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>タグ「PHP カンファレンス」一覧 | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=f4838bbf46734863045a3ba5c4147a38"> + <link rel="stylesheet" href="/style.css?h=48694677b43b77e5c45f25e6bfdebb41"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/phperkaigi/index.html b/public/tags/phperkaigi/index.html index 03d83ca..445c021 100644 --- a/public/tags/phperkaigi/index.html +++ b/public/tags/phperkaigi/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="PHPerKaigi"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>タグ「PHPerKaigi」一覧 | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=f4838bbf46734863045a3ba5c4147a38"> + <link rel="stylesheet" href="/style.css?h=48694677b43b77e5c45f25e6bfdebb41"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/python/index.html b/public/tags/python/index.html index f5f6b76..7276615 100644 --- a/public/tags/python/index.html +++ b/public/tags/python/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="Python"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>タグ「Python」一覧 | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=f4838bbf46734863045a3ba5c4147a38"> + <link rel="stylesheet" href="/style.css?h=48694677b43b77e5c45f25e6bfdebb41"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/python3/index.html b/public/tags/python3/index.html index 8c742da..fe40f47 100644 --- a/public/tags/python3/index.html +++ b/public/tags/python3/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="Python 3"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>タグ「Python 3」一覧 | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=f4838bbf46734863045a3ba5c4147a38"> + <link rel="stylesheet" href="/style.css?h=48694677b43b77e5c45f25e6bfdebb41"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/ruby/index.html b/public/tags/ruby/index.html index a5033b9..6347368 100644 --- a/public/tags/ruby/index.html +++ b/public/tags/ruby/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="Ruby"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>タグ「Ruby」一覧 | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=f4838bbf46734863045a3ba5c4147a38"> + <link rel="stylesheet" href="/style.css?h=48694677b43b77e5c45f25e6bfdebb41"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/ruby3/index.html b/public/tags/ruby3/index.html index 9793cfb..fbe3c24 100644 --- a/public/tags/ruby3/index.html +++ b/public/tags/ruby3/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="Ruby 3"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>タグ「Ruby 3」一覧 | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=f4838bbf46734863045a3ba5c4147a38"> + <link rel="stylesheet" href="/style.css?h=48694677b43b77e5c45f25e6bfdebb41"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/rust/index.html b/public/tags/rust/index.html index dd9ff39..de17103 100644 --- a/public/tags/rust/index.html +++ b/public/tags/rust/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="Rust"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>タグ「Rust」一覧 | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=f4838bbf46734863045a3ba5c4147a38"> + <link rel="stylesheet" href="/style.css?h=48694677b43b77e5c45f25e6bfdebb41"> </head> <body class="list"> <header class="header"> diff --git a/public/tags/vim/index.html b/public/tags/vim/index.html index d61d320..2d14052 100644 --- a/public/tags/vim/index.html +++ b/public/tags/vim/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="Vim"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>タグ「Vim」一覧 | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=f4838bbf46734863045a3ba5c4147a38"> + <link rel="stylesheet" href="/style.css?h=48694677b43b77e5c45f25e6bfdebb41"> </head> <body class="list"> <header class="header"> |
