Total Pageviews

Saturday, 1 August 2026

绝美六言诗,美了眼,醉了心,收获一天好心情

 

六言诗是中国古典诗歌的一种特殊体式,全诗都是六个字一句。

六言诗究竟有多美?

一晴方觉夏深、钟声远带斜阳、白头想见江南……多少悲伤、喜悦,尽在那六字之中。

分享6首绝美的六言诗,一起来体味其中的诗情画意吧。

01

桃红复含宿雨,柳绿更带朝烟。

花落家童未扫,莺啼山客犹眠

 唐·王维 《田园乐七首·其六 》

红色的桃花还含着昨夜的雨珠,雨后的柳树呈现出一片碧绿,淡淡的春烟弥漫在空中。

小径上铺满了落花,家童还未起床清理,黄莺在枝头啼鸣,山客还沉浸在美梦中。

全诗绘形绘色,诗中有画,展现了一幅柳绿桃红的图画,别有一番清幽的韵味。

02

水落溪流浅浅,寺秋山霭苍苍。

树色尤含残雨,钟声远带斜阳

唐·张仲素《山寺秋霁》

清浅的小溪潺潺流淌,秋日的寺院被山中云气环绕,一片苍茫。

秋雨初晴,草木上还残留着点点雨露,夕阳西下,暮鼓声声悠扬。

这是一幅宁静深远的山寺秋日画卷,清溪、云雾、树影、夕阳,交相辉映,沉浸其中,连灵魂都是安宁的。

03

天涯芳草尽绿,路旁柳絮争飞。

啼鸟一声春晚,落花满地人归。

宋·康与之《游慧力寺》

春意渐浓,芳草萋萋,一片翠绿。道路两旁,柳絮似雪,飘扬在温暖的春风中。

鸟鸣清脆,歌声穿透云层,花瓣随风轻舞,为这个季节平添了几分浪漫。

春天,是如此美好。你可以静下心来,看一朵花开,等一树新绿。

04

危石才通鸟道,空山更有人家。

桃源定在深处,涧水浮来落花。

唐·刘长卿《寻张逸人山居》

刘长卿的山水诗总有出世情怀。

这首寻访隐士的小诗,像一幅充满诗意的画卷。诗人沿着青苔覆盖的山径,在嶙峋怪石间找路,却在幽深的空山中听到了人间烟火声。

他的目光随着流水漂浮的落花移动,猜想隐士的居所或许就在林中的更深处。

走在山中,细品美景,本身就是一种难得的享受。

05

柳叶鸣蜩绿暗,荷花落日红酣。

三十六陂春水,白头想见江南。

 宋·王安石 《题西太一宫壁二首其一》

江南,是多少人心中的向往。

白居易说:“江南好, 风景旧曾谙,日出江花红胜火, 春来江水绿如蓝 。 能不忆江南?

韦庄说:“人人尽说江南好,游人只合江南老。”

王安石也曾到过江南,看着汴京的绿柳,落日、池塘、春水,荷花,却更加怀念江南水乡的春天。

06

板桥人渡泉声,茅檐日午鸡鸣。

莫嗔焙茶烟暗,却喜晒谷天晴。

唐·顾况《过山农家》

这是顾况笔下的一首茶诗。

诗人漫步在木板桥上,只听桥下泉水叮咚;正午十分来到一家农舍门前,在茅草房的门前,公鸡高声啼鸣,像是在欢迎来客。

农人陪着诗人参观焙茶,满怀歉意地说,请不要嗔怪被烟熏到,应当庆幸晒谷正逢晴天。

这首诗轻快自然,清新朴素,令人读来回味不绝。

搭建基于nextjs的静态博客程序mbnb

 

首先fork此项目:https://github.com/officialrajdeepsingh/markdowbnextjsblog,我fork后,得到的项目地址是https://github.com/briteming/mbnb,

访问https://github.com/briteming/mbnb/tree/main/posts,在此处新建源帖(即add file),我新建了源帖fh.md,内容为:

---
author : "ym"
categories : ["misc1", "misc2", "misc3"]
tags : ["misc1", "misc2", "misc3"]
date : "2026-05-25T20:00:00"
description : "这是一篇文章"
image : "images/npm-init-command-1.png"
images : ["images/npm-init-command-1.png"]
slug : "fh"
summary : "pls read it"
title : "战马"
draft : false
---

此处写正文或html codes.

( 详见https://github.com/briteming/mbnb/blob/main/posts/fh.md?plain=1) 

然后,访问vercel.com/new ,导入项目https://github.com/briteming/mbnb

  Build Command栏填入npm run build
 Install Command栏填入npm install

然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:
https://mbnb.vercel.app/

项目地址:https://github.com/officialrajdeepsingh/markdowbnextjsblog

https://github.com/briteming/mbnb

演示博客:

 https://mbnb.vercel.app/

 https://mbnb.vercel.app/blog/fh 能显示视频

搭建基于nextjs的静态博客程序paco


首先fork此项目:https://github.com/pacocoursey/paco,我fork后,得到的项目地址是

https://github.com/briteming/paco,然后编辑package.json,修改"eslint"的值为"^7.0.0"

访问https://github.com/briteming/paco/tree/master/posts,在此处新建源帖(即add file),我新建了源帖fh.md,内容为:

---
title: 战马
description: 这是一篇文章
slug: fh
date: May 26, 2026 
15:20
---

此处写正文或html codes.

( 详见https://github.com/briteming/paco/blob/master/posts/fh.md?plain=1) 

然后,访问vercel.com/new ,导入项目https://github.com/briteming/paco

  Build Command栏填入npm run build
 Install Command栏填入npm install --force

然后, 添加环境变量NODE_OPTIONS ,变量的值为 --openssl-legacy-provider

然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:
https://paco-kohl.vercel.app/

项目地址:https://github.com/pacocoursey/paco

https://github.com/briteming/paco

演示博客:

 https://paco-kohl.vercel.app/

 https://paco-kohl.vercel.app/blog
https://paco-kohl.vercel.app/blog/fh 能显示视频.


776789.xyz

 https://776789.xyz ,

开源HTML工具集-大道至简

搭建基于nextjs的静态博客程序rrd(这是另外一个rrd,不是之前的帖子说的那个)


首先fork此项目:https://github.com/reactjs/react.dev,我fork后,得到的项目地址是

https://github.com/briteming/rrd

访问https://github.com/briteming/rrd/tree/main/src/content/blog/,在此处新建源帖(即add file),还要添加某年/某月/某日这样的目录:

https://github.com/briteming/rrd/tree/main/src/content/blog/2026/06/03

我新建了源帖fh.md,内容为:

---
title: "战马"
author: ym
date: 2026/06/03
description: 这是一个视频
---

June 03, 2026

---

此处写正文或html codes.

( 详见https://github.com/briteming/rrd/blob/main/src/content/blog/2026/06/03/fh.md?plain=1) 

然后返回这里:
https://github.com/briteming/rrd/tree/main/src/content/blog ,编辑index.md ,在顶部的
<BlogCard title=... 那一行的上面加上:
<BlogCard title="战马" date="June 03, 2026" url="/blog/2026/06/03/fh">

这是一个视频。

</BlogCard>


一定要加上这段内容。否则相应的帖子https://rrd-dusky.vercel.app/blog/2026/06/03/fh虽然能打开,但不会显示在博客的首页:https://rrd-dusky.vercel.app/blog/

然后,访问vercel.com/new ,导入项目https://github.com/briteming/rrd

  Build Command栏填入yarn build
 Install Command栏填入yarn

然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:
https://rrd-dusky.vercel.app/

项目地址:

https://github.com/reactjs/react.dev

https://github.com/briteming/rrd
演示博客:

 https://rrd-dusky.vercel.app/blog
https://rrd-dusky.vercel.app/blog/2026/06/03/fh 能显示视频.

不过帖子 https://rrd-dusky.vercel.app/blog/2026/08/01/ce依然不显示在https://rrd-dusky.vercel.app/blog/的首页,尽管我添加了上面那段BlogCard内容。真是见鬼了

Friday, 31 July 2026

搭建基于nextjs的静态博客程序0t


首先fork此项目:https://github.com/0xtelmo/telmo,我fork后,得到的项目地址是

https://github.com/brightmann/0t

访问https://github.com/brightmann/0t/tree/master/writings,在此处新建源帖(即add file),我新建了源帖fh.md,内容为:

---
title: "战马"
date: "2026-06-07 18:24:00"
og:
  description: "这是一篇文章"
  image: "https://telmo.im/og/you-do-you.png"
author:
  twitter: "xyz"
  name: "xyz"
---

此处写正文或html codes.

( 详见https://github.com/brightmann/0t/blob/master/writings/fh.md?plain=1) 

然后,访问vercel.com/new ,导入项目https://github.com/brightmann/0t

  Build Command栏填入npm run build
 Install Command栏填入npm install

然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:
https://0t-three.vercel.app/

项目地址:
https://github.com/0xtelmo/telmo

https://web.archive.org/web/20200725231939/https://telmo.im/writings/open-sourcing-blog


https://github.com/brightmann/0t

演示博客:

 https://0t-three.vercel.app/

 https://0t-three.vercel.app/writings/fh 能显示视频

搭建基于nextjs的静态博客程序rrd


首先fork此项目:https://github.com/rudrodip/rdsx.dev,我fork后,得到的项目地址是https://github.com/brightmann/rrd  ,然后删除bun.lockb文件。

访问https://github.com/brightmann/rrd/tree/main/content/blogs,在此处新建源帖(即add file),我新建了源帖fh.mdx,内容为:
---
title: 战马
description: 这是一篇文章
date: 2026-06-08T21:09:00
tags: ["misc1", "misc2", "misc3"]
image: "./assets/buildspace-os-mod/buildspace-os-mod.png"
imageDark: "./assets/buildspace-os-mod/buildspace-os-mod-dark.png"
published: true
author: rds
---

此处写正文或html codes.

( 详见https://github.com/brightmann/rrd/blob/main/content/blogs/fh.mdx?plain=1) 

然后,访问vercel.com/new ,导入项目https://github.com/brightmann/rrd

  Build Command栏填入npm run build
 Install Command栏填入npm install

然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:
https://rrd-ochre.vercel.app/

项目地址:
https://github.com/rudrodip/rdsx.dev
https://github.com/brightmann/rrd

演示博客:

 https://rrd-ochre.vercel.app/blogs
https://rrd-ochre.vercel.app/blogs/fh 能显示视频