diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-10-13 22:16:58 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-10-13 22:16:58 +0900 |
| commit | b64c1facadda409dc79436b91d1a17404c834522 (patch) | |
| tree | 3d87784a47834cf087623d6f976d123edcc14610 | |
| parent | 54e771bfaee8d3af29d289266ae661c7b7e78293 (diff) | |
| download | nsfisis.dev-b64c1facadda409dc79436b91d1a17404c834522.tar.gz nsfisis.dev-b64c1facadda409dc79436b91d1a17404c834522.tar.zst nsfisis.dev-b64c1facadda409dc79436b91d1a17404c834522.zip | |
feat(blog/content): new post /posts/2023-10-13/i-entered-the-open-university-of-japan
6 files changed, 197 insertions, 0 deletions
diff --git a/vhosts/blog/content/posts/2023-10-13/i-entered-the-open-university-of-japan.ndoc b/vhosts/blog/content/posts/2023-10-13/i-entered-the-open-university-of-japan.ndoc new file mode 100644 index 00000000..4c5a406d --- /dev/null +++ b/vhosts/blog/content/posts/2023-10-13/i-entered-the-open-university-of-japan.ndoc @@ -0,0 +1,27 @@ +--- +[article] +title = "放送大学に入学しました" +description = "放送大学に入学しました。頑張ります。" +tags = [ + "ouj", +] + +[[article.revisions]] +date = "2023-10-13" +remark = "公開" +--- +<article> + <section id="i-entered-ouj"> + <title>放送大学に入学しました</title> + <p> + とあるきっかけがあり、もう一度大学生をすることにしました。 + 仕事のほうも、これまでどおりフルタイムで続けていきます。 + </p> + <p> + 黙っているよりも公表したほうがモチベーションの向上に繋がるだろうと思い、このブログに記事として載せました。 + </p> + <p> + 以上、短いですが報告でした。 + </p> + </section> +</article> diff --git a/vhosts/blog/nuldoc-src/config.ts b/vhosts/blog/nuldoc-src/config.ts index 6e66b188..79a7c6e6 100644 --- a/vhosts/blog/nuldoc-src/config.ts +++ b/vhosts/blog/nuldoc-src/config.ts @@ -18,6 +18,7 @@ export const config = { "cpp": "C++", "cpp17": "C++ 17", "note-to-self": "備忘録", + "ouj": "放送大学", "php": "PHP", "phpconfuk": "PHP カンファレンス福岡", "phpconokinawa": "PHP カンファレンス沖縄", diff --git a/vhosts/blog/public/posts/2023-10-13/i-entered-the-open-university-of-japan/index.html b/vhosts/blog/public/posts/2023-10-13/i-entered-the-open-university-of-japan/index.html new file mode 100644 index 00000000..c91d6e0e --- /dev/null +++ b/vhosts/blog/public/posts/2023-10-13/i-entered-the-open-university-of-japan/index.html @@ -0,0 +1,82 @@ +<!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="放送大学"> + <meta property="og:type" content="article"> + <meta property="og:title" content="放送大学に入学しました | REPL: Rest-Eat-Program Loop"> + <meta property="og:description" content="放送大学に入学しました。頑張ります。"> + <meta property="og:site_name" content="REPL: Rest-Eat-Program Loop"> + <meta property="og:locale" content="ja_JP"> + <link rel="icon" type="image/svg+xml" href="/favicon.svg"> + <title>放送大学に入学しました | REPL: Rest-Eat-Program Loop</title> + <link rel="stylesheet" href="/style.css?h=ff6bd78923acd811422831305d515a85"> + <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/ouj/">放送大学</a> + </li> + </ul> + </header> + <div class="post-content"> + <section> + <h2 id="changelog">更新履歴</h2> + <ol> + <li class="revision"> + <time datetime="2023-10-13">2023-10-13</time>: 公開 + </li> + </ol> + </section> + <section id="section--i-entered-ouj"> + <title>放送大学に入学しました</title> + <p> + とあるきっかけがあり、もう一度大学生をすることにしました。 仕事のほうも、これまでどおりフルタイムで続けていきます。 + </p> + + <p> + 黙っているよりも公表したほうがモチベーションの向上に繋がるだろうと思い、このブログに記事として載せました。 + </p> + + <p> + 以上、短いですが報告でした。 + </p> + </section> + </div> + </article> + </main> + <footer class="footer"> + © 2021 nsfisis + </footer> + </body> +</html> diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html index c69f3f7f..5b093238 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/2023-10-13/i-entered-the-open-university-of-japan/"> + <header class="entry-header"> + <h2>放送大学に入学しました</h2> + </header> + <section class="entry-content"> + <p> + 放送大学に入学しました。頑張ります。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-10-13">2023-10-13</time> 投稿 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2023-10-02/compile-php-runtime-to-wasm/"> <header class="entry-header"> <h2>PHP の処理系を Emscripten で WebAssembly にコンパイルする</h2> diff --git a/vhosts/blog/public/tags/index.html b/vhosts/blog/public/tags/index.html index 7729bde2..93e97790 100644 --- a/vhosts/blog/public/tags/index.html +++ b/vhosts/blog/public/tags/index.html @@ -70,6 +70,13 @@ </a> </article> <article class="post-entry"> + <a href="/tags/ouj/"> + <header class="entry-header"> + <h2>放送大学</h2> + </header> + </a> + </article> + <article class="post-entry"> <a href="/tags/php/"> <header class="entry-header"> <h2>PHP</h2> diff --git a/vhosts/blog/public/tags/ouj/index.html b/vhosts/blog/public/tags/ouj/index.html new file mode 100644 index 00000000..4461d2a9 --- /dev/null +++ b/vhosts/blog/public/tags/ouj/index.html @@ -0,0 +1,65 @@ +<!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="放送大学"> + <meta property="og:type" content="article"> + <meta property="og:title" content="タグ「放送大学」一覧 | REPL: Rest-Eat-Program Loop"> + <meta property="og:description" content="タグ「放送大学」のついた記事またはスライドの一覧"> + <meta property="og:site_name" content="REPL: Rest-Eat-Program Loop"> + <meta property="og:locale" content="ja_JP"> + <link rel="icon" type="image/svg+xml" href="/favicon.svg"> + <title>タグ「放送大学」一覧 | REPL: Rest-Eat-Program Loop</title> + <link rel="stylesheet" href="/style.css?h=ff6bd78923acd811422831305d515a85"> + </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>タグ「放送大学」一覧</h1> + </header> + <article class="post-entry"> + <a href="/posts/2023-10-13/i-entered-the-open-university-of-japan/"> + <header class="entry-header"> + <h2>放送大学に入学しました</h2> + </header> + <section class="entry-content"> + <p> + 放送大学に入学しました。頑張ります。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-10-13">2023-10-13</time> 投稿 + </footer> + </a> + </article> + </main> + <footer class="footer"> + © 2021 nsfisis + </footer> + </body> +</html> |
