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')