Skip to content

Commit 4110109

Browse files
authored
JSer.info 15周年 (#1343)
* Refactor code structure for improved readability and maintainability * Add table styling to article and post content - Introduced styles for tables within articles and post content, including border collapse, padding, and alternating row colors for better readability. - Enhanced the appearance of table headers with a distinct background color and bold text. * Refactor content type analysis scripts for 15th anniversary report - Updated output directory paths to use relative paths. - Enhanced content type bar chart to include tutorials and articles with updated data. - Adjusted bar widths and annotations for better visibility. - Revised change rate calculations and titles to reflect article type trends. - Improved Korean and Japanese scripts for consistency with English version. - Updated markdown report to reflect new data and analysis methods. * fix: 修正された投稿日付を2026年1月16日に更新 * Refactor code structure for improved readability and maintainability * fix: 記事の投稿日付を2026年1月16日に更新 * fix: 記事の投稿日付フォーマットを修正 * fix: 記事の投稿日付を修正し、紹介記事数を更新 * fix: JSer.infoの情報システムの説明を明確化 * fix: 総紹介記事数を正しい値に修正 * fix: Viteの紹介記事数に関する表現を修正し、情報ソースの見出しを変更 * fix: コンテンツタイプの変化に関する表を修正し、変化の列を削除 * fix: 日本語ソースの割合に関する注釈を追加 * fix: SQLコードブロックの言語をbashに変更 * fix: JSer.infoの14周年と15周年に関するリンクを追加 * fix: 15周年記事に画像の言語バージョンに関するコメントを追加 * fix: 表形式のデータを整形し、数値の表記を統一
1 parent 7d9a30c commit 4110109

File tree

84 files changed

+5589
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+5589
-3
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ permalink: /:year/:month/:day/:title/
3838
markdown: redcarpet
3939
# https://github.com/jser/jser.github.io/issues/35
4040
redcarpet:
41-
extensions: [autolink, hard_wrap, with_toc_data]
41+
extensions: [autolink, hard_wrap, with_toc_data, tables]
4242

4343
# collection AMP
4444
collections:

_i18n/ja/_posts/2026/2026-01-16-jser-info-15th.md

Lines changed: 468 additions & 0 deletions

_i18n/ja/_posts/about/2015-06-10-about.md

Lines changed: 2 additions & 0 deletions

_i18n/ko/_posts/about/2015-06-10-about.md

Lines changed: 2 additions & 1 deletion

public/css/component/_article.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,24 @@
1010
blockquote > :last-child {
1111
margin-bottom: 0;
1212
}
13+
14+
table {
15+
border-collapse: collapse;
16+
margin: 1em 0;
17+
width: 100%;
18+
overflow-x: auto;
19+
display: block;
20+
}
21+
th, td {
22+
border: 1px solid #ddd;
23+
padding: 8px 12px;
24+
text-align: left;
25+
}
26+
th {
27+
background-color: #f5f5f5;
28+
font-weight: bold;
29+
}
30+
tr:nth-child(even) {
31+
background-color: #fafafa;
32+
}
1333
}

public/css/index.css

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/index.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
202 KB
193 KB
174 KB

0 commit comments

Comments
 (0)