From 4ec43c8e24ef07e6e3f10531d418041e5e8d1e9e Mon Sep 17 00:00:00 2001 From: YusukeKato Date: Fri, 16 Aug 2024 17:31:21 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B7=E3=82=A7=E3=83=AB=E8=8A=B8=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/generate_index.py | 4 ++-- scripts/md2html.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/generate_index.py b/scripts/generate_index.py index 5ab4685..dee0cf9 100644 --- a/scripts/generate_index.py +++ b/scripts/generate_index.py @@ -114,8 +114,8 @@ # シリーズ記事一覧 write_lines.append('

シリーズ記事一覧

\n') write_lines.append('

各シリーズの記事を下記にまとめてあります。

\n') -series = ["lemon", "alpacahack", "ros2", "cooking", "others"] -series_name = ["セキセイインコ「れもん」の日記", "AlpacaHackで始めるCTF入門", "ROS 2の記事", "料理日記", "その他"] +series = ["lemon", "alpacahack", "shellgei", "ros2", "cooking", "others"] +series_name = ["セキセイインコ「れもん」の日記", "AlpacaHackで始めるCTF入門", "シェル芸", "ROS 2", "料理日記", "その他"] for j in range(len(series)): # 一覧作成 write_lines.append('
\n') diff --git a/scripts/md2html.py b/scripts/md2html.py index 295053e..bd19473 100644 --- a/scripts/md2html.py +++ b/scripts/md2html.py @@ -221,8 +221,8 @@ # シリーズ記事一覧 write_lines.append('

シリーズ記事一覧

\n') write_lines.append('

各シリーズの記事を下記にまとめてあります。

\n') - series = ["lemon", "alpacahack", "ros2", "cooking", "others"] - series_name = ["セキセイインコ「れもん」の日記", "AlpacaHackで始めるCTF入門", "ROS 2の記事", "料理日記", "その他"] + series = ["lemon", "alpacahack", "shellgei", "ros2", "cooking", "others"] + series_name = ["セキセイインコ「れもん」の日記", "AlpacaHackで始めるCTF入門", "シェル芸", "ROS 2", "料理日記", "その他"] for j in range(len(series)): # 一覧作成 write_lines.append('
\n')