Skip to content

Commit e730706

Browse files
author
Coco Nalea
committed
更新
1 parent f425f40 commit e730706

4 files changed

Lines changed: 49 additions & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,3 @@ Thumbs.db
5757
*.bak
5858
*.swp
5959

60-
/.gitignore

src/essay/20250701-突发奇想.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# 突发奇想
2+
3+
诗兴大发!!(不是)ヾ(≧▽≦\*)o
4+
5+
<!-- 在这里开始撰写你的文章内容 -->
6+
7+
# <div style="text-align: center;">七律·赤水河畔忆雄师</div>
8+
9+
<div >
10+
赤水奔雷战火炀,雄师四渡气轩昂。<br>
11+
兵临险地无危惧,计破重围有主张。<br>
12+
铁马金戈烽燧烈,红旗漫卷曙霞光。<br>
13+
川黔共仰长征路,剑指昆仑写浩章。
14+
</div></br>
15+
16+
[![七律·赤水河畔忆雄师](https://image.acg.lol/file/2025/03/28/1101f2786f91ef65a7f7cadd066de238.md.png)]
17+
18+
## 创作说明
19+
20+
以“四渡赤水”为核心意象,首联点明战役的壮阔场景与红军士气;颔联化用毛泽东“雄关漫道真如铁”之意,突出红军临危不惧、运筹帷幄的智慧;颈联以“铁马金戈”、“红旗”等意象渲染战场的激烈与胜利的曙光,呼应[《七律·长征》](https://baike.baidu.com/item/%E4%B8%83%E5%BE%8B%C2%B7%E9%95%BF%E5%BE%81/1188448)中“红旗漫卷西风”的豪迈;尾联升华主题,以“川黔共仰”体现泸州与长征精神的血脉联系,末句“剑指昆仑”暗喻革命理想如昆仑般崇高,呼应毛泽东[《念奴娇·昆仑》](https://baike.baidu.com/item/%E5%BF%B5%E5%A5%B4%E5%A8%87%C2%B7%E6%98%86%E4%BB%91/1188229)的宏大格局。
21+
22+
# <div style="text-align: center;">鹧鸪天·忠山樟影赋杏林</div>
23+
24+
<div >
25+
樟影婆娑百载稠,烟霞满径忆春秋。<br>
26+
楼台曾驻将军血,典籍长铭济世谋。<br>
27+
研本草,护神州,白衣薪火未曾休。<br>
28+
杏林春暖人如月,照彻江河万古流。
29+
</div></br>
30+
31+
[![image](https://image.acg.lol/file/2025/07/01/image5189bb5d8736c442.md.png)]
32+
33+
## 创作说明
34+
35+
此词以西南医科大学忠山校区的历史与医学传承为背景。上阕“樟影”、“烟霞”描绘忠山古木参天的校园景致,暗合校歌中“樟树挺拔撑天”的意象;“将军血”指恽代英等革命先辈在忠山播撒红色火种的事迹,“济世谋”则凸显医学教育使命。下阕以“研本草”、“白衣”点明医者本色,末句“杏林春暖”、“照彻江河”化用苏轼“淡妆浓抹总相宜”的意境,喻指医学精神如明月普照,兼具传统诗词的婉约与校史文化的厚重。

src/essay/article_template.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
margin-top: 1em;
1919
margin-bottom: 0.8em;
2020
}
21+
/* 为所有标题添加黑色描边 */
22+
#article-title,
23+
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
24+
-webkit-text-stroke: 0.5px black;
25+
font-weight: bold;
26+
}
2127

2228
</style>
2329
</head>
@@ -27,7 +33,7 @@
2733
<main class="container">
2834
<article>
2935
<h1 id="article-title">文章标题</h1>
30-
<p class="meta">发布日期<time id="article-date" datetime="YYYY-MM-DD">加载中...</time></p>
36+
<p class="meta">更新日期<time id="article-date" datetime="YYYY-MM-DD">加载中...</time></p>
3137
<div id="article-content" class="content">
3238
<!-- Markdown内容将在这里动态渲染 -->
3339
</div>

src/essay/essay.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ const articles = [
1010
filename: "20250627-1.md",
1111
date: "2025-06-27",
1212
colorClass: "linear-gradient(135deg, rgba(171, 195, 255, 0.98), rgba(171, 195, 255, 0.85))"
13+
},
14+
{
15+
title: "突发奇想",
16+
description: "诗兴大发!!(不是)ヾ(≧▽≦*)o",
17+
filename: "20250701-突发奇想.md",
18+
date: "2025-07-01",
19+
colorClass: "linear-gradient(135deg, rgba(227, 255, 255, 0.79), rgba(227, 255, 255, 0.80))"
1320
}];
1421

1522
// 导出数据

0 commit comments

Comments
 (0)