diff options
| author | nsfisis <54318333+nsfisis@users.noreply.github.com> | 2023-06-24 12:56:34 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-06-25 18:25:31 +0900 |
| commit | 2525901b96620fc7d395149296f5902d9cca4aae (patch) | |
| tree | b18469bb3877aeeb99a4bad5a0d49037f2e235fe | |
| parent | 2e135352d0b3662ef44336994465ec7d75d400f1 (diff) | |
| download | blog.nsfisis.dev-2525901b96620fc7d395149296f5902d9cca4aae.tar.gz blog.nsfisis.dev-2525901b96620fc7d395149296f5902d9cca4aae.tar.zst blog.nsfisis.dev-2525901b96620fc7d395149296f5902d9cca4aae.zip | |
feat(content): slide /slides/2023-06-23/phpconfuk-2023-eve/
| -rw-r--r-- | content/slides/2023-06-23/phpconfuk-2023-eve.xml | 23 | ||||
| -rw-r--r-- | content/slides/2023-06-23/phpconfuk-2023-eve/slide.pdf | bin | 0 -> 194763 bytes | |||
| -rw-r--r-- | nuldoc-src/config.ts | 1 | ||||
| -rw-r--r-- | public/about/index.html | 3 | ||||
| -rw-r--r-- | public/slides/2023-06-23/phpconfuk-2023-eve/index.html | 80 | ||||
| -rw-r--r-- | public/slides/2023-06-23/phpconfuk-2023-eve/slide.pdf | bin | 0 -> 194763 bytes | |||
| -rw-r--r-- | public/slides/index.html | 15 | ||||
| -rw-r--r-- | public/tags/index.html | 7 | ||||
| -rw-r--r-- | public/tags/php/index.html | 15 | ||||
| -rw-r--r-- | public/tags/phpconfuk/index.html | 60 |
10 files changed, 204 insertions, 0 deletions
diff --git a/content/slides/2023-06-23/phpconfuk-2023-eve.xml b/content/slides/2023-06-23/phpconfuk-2023-eve.xml new file mode 100644 index 0000000..bfc1d39 --- /dev/null +++ b/content/slides/2023-06-23/phpconfuk-2023-eve.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<slide> + <info> + <title>巨大なコードベースへ突撃するために</title> + <event> + PHP カンファレンス福岡 2023 前夜祭 (非公式) + </event> + <talktype> + レギュラートーク + </talktype> + <link>/slides/2023-06-23/phpconfuk-2023-eve/slide.pdf</link> + <keywordset> + <keyword>php</keyword> + <keyword>phpconfuk</keyword> + </keywordset> + <revhistory> + <revision> + <date>2023-06-23</date> + <revremark>登壇</revremark> + </revision> + </revhistory> + </info> +</slide> diff --git a/content/slides/2023-06-23/phpconfuk-2023-eve/slide.pdf b/content/slides/2023-06-23/phpconfuk-2023-eve/slide.pdf Binary files differnew file mode 100644 index 0000000..648680e --- /dev/null +++ b/content/slides/2023-06-23/phpconfuk-2023-eve/slide.pdf diff --git a/nuldoc-src/config.ts b/nuldoc-src/config.ts index 76a05fe..5e1cad4 100644 --- a/nuldoc-src/config.ts +++ b/nuldoc-src/config.ts @@ -20,6 +20,7 @@ export const config = { "note-to-self": "備忘録", "php": "PHP", "phpcon": "PHP カンファレンス", + "phpconfuk": "PHP カンファレンス福岡", "phperkaigi": "PHPerKaigi", "phpstudy-tokyo": "PHP 勉強会@東京", "python": "Python", diff --git a/public/about/index.html b/public/about/index.html index a830d58..4dcbfd8 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -79,6 +79,9 @@ <h2>登壇</h2> <ul> <li> + <a href="/slides/2023-06-23/phpconfuk-2023-eve/">2023-06-23: PHP カンファレンス福岡 2023 前夜祭 (非公式) (レギュラートーク)</a> + </li> + <li> <a href="/slides/2023-06-21/phpstudy-tokyo-153/">2023-06-21: PHP 勉強会@東京 第153 回 (LT)</a> </li> <li> diff --git a/public/slides/2023-06-23/phpconfuk-2023-eve/index.html b/public/slides/2023-06-23/phpconfuk-2023-eve/index.html new file mode 100644 index 0000000..acdb161 --- /dev/null +++ b/public/slides/2023-06-23/phpconfuk-2023-eve/index.html @@ -0,0 +1,80 @@ +<!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="© 2023 nsfisis"> + <meta name="description" content="巨大なコードベースへ突撃するために"> + <meta name="keywords" content="PHP,PHP カンファレンス福岡"> + <link rel="icon" type="image/svg+xml" href="/favicon.svg"> + <title>PHP カンファレンス福岡 2023 前夜祭 (非公式) (レギュラートーク) | REPL: Rest-Eat-Program Loop</title> + <link rel="stylesheet" href="/style.css?h=28751340d8c1c54dcb8921ad9f1fa653"> + <link rel="stylesheet" href="/hl.css?h=340e65ffd5c17713efc9107c06304f7b"> + </head> + <body class="single"> + <header class="header"> + <nav class="nav"> + <ul> + <li> + <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"> + <article class="post-single"> + <header class="post-header"> + <h1 class="post-title">巨大なコードベースへ突撃するために</h1> + <ul class="post-tags"> + <li class="tag"> + <a href="/tags/php/">PHP</a> + </li> + <li class="tag"> + <a href="/tags/phpconfuk/">PHP カンファレンス福岡</a> + </li> + </ul> + </header> + <div class="post-content"> + <section> + <h2 id="changelog">更新履歴</h2> + <ol> + <li class="revision"> + <time datetime="2023-06-23">2023-06-23</time>: 登壇 + </li> + </ol> + </section> + <canvas data-slide-link="/slides/2023-06-23/phpconfuk-2023-eve/slide.pdf" id="slide"> + </canvas> + <div> + <button id="prev"> + Prev + </button> + <button id="next"> + Next + </button> + </div> + <script src="/pdf.min.js?h=68f61939cb81f9ae70a7ee2af2e9dcf8"> + </script> + <script src="/slide.js?h=851ec3f450457f6c7117cdac62926bf3" type="module"> + </script> + </div> + </article> + </main> + <footer class="footer"> + © 2021 nsfisis + </footer> + </body> +</html> diff --git a/public/slides/2023-06-23/phpconfuk-2023-eve/slide.pdf b/public/slides/2023-06-23/phpconfuk-2023-eve/slide.pdf Binary files differnew file mode 100644 index 0000000..648680e --- /dev/null +++ b/public/slides/2023-06-23/phpconfuk-2023-eve/slide.pdf diff --git a/public/slides/index.html b/public/slides/index.html index e55fec6..92bd10c 100644 --- a/public/slides/index.html +++ b/public/slides/index.html @@ -37,6 +37,21 @@ <h1>スライド一覧</h1> </header> <article class="post-entry"> + <a href="/slides/2023-06-23/phpconfuk-2023-eve/"> + <header class="entry-header"> + <h2>登壇: PHP カンファレンス福岡 2023 前夜祭 (非公式) (レギュラートーク)</h2> + </header> + <section class="entry-content"> + <p> + 巨大なコードベースへ突撃するために + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-06-23">2023-06-23</time> 登壇 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/slides/2023-06-21/phpstudy-tokyo-153/"> <header class="entry-header"> <h2>登壇: PHP 勉強会@東京 第153 回 (LT)</h2> diff --git a/public/tags/index.html b/public/tags/index.html index c20f9a3..bc0d112 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -79,6 +79,13 @@ </a> </article> <article class="post-entry"> + <a href="/tags/phpconfuk/"> + <header class="entry-header"> + <h2>PHP カンファレンス福岡</h2> + </header> + </a> + </article> + <article class="post-entry"> <a href="/tags/phperkaigi/"> <header class="entry-header"> <h2>PHPerKaigi</h2> diff --git a/public/tags/php/index.html b/public/tags/php/index.html index 3f986a8..b7131ce 100644 --- a/public/tags/php/index.html +++ b/public/tags/php/index.html @@ -38,6 +38,21 @@ <h1>タグ「PHP」一覧</h1> </header> <article class="post-entry"> + <a href="/slides/2023-06-23/phpconfuk-2023-eve/"> + <header class="entry-header"> + <h2>登壇: PHP カンファレンス福岡 2023 前夜祭 (非公式) (レギュラートーク)</h2> + </header> + <section class="entry-content"> + <p> + 巨大なコードベースへ突撃するために + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-06-23">2023-06-23</time> 登壇 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/slides/2023-06-21/phpstudy-tokyo-153/"> <header class="entry-header"> <h2>登壇: PHP 勉強会@東京 第153 回 (LT)</h2> diff --git a/public/tags/phpconfuk/index.html b/public/tags/phpconfuk/index.html new file mode 100644 index 0000000..51de192 --- /dev/null +++ b/public/tags/phpconfuk/index.html @@ -0,0 +1,60 @@ +<!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="© 2023 nsfisis"> + <meta name="description" content="タグ「PHP カンファレンス福岡」のついた記事またはスライドの一覧"> + <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=28751340d8c1c54dcb8921ad9f1fa653"> + </head> + <body class="list"> + <header class="header"> + <nav class="nav"> + <ul> + <li> + <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>タグ「PHP カンファレンス福岡」一覧</h1> + </header> + <article class="post-entry"> + <a href="/slides/2023-06-23/phpconfuk-2023-eve/"> + <header class="entry-header"> + <h2>登壇: PHP カンファレンス福岡 2023 前夜祭 (非公式) (レギュラートーク)</h2> + </header> + <section class="entry-content"> + <p> + 巨大なコードベースへ突撃するために + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-06-23">2023-06-23</time> 登壇 + </footer> + </a> + </article> + </main> + <footer class="footer"> + © 2021 nsfisis + </footer> + </body> +</html> |
