Total Pageviews

Tuesday, 7 July 2026

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


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

https://github.com/brightmann/asl/

访问https://github.com/brightmann/asl/tree/main/apps/sixianli/src/content/articles,在此处新建源帖(即add file),我新建了源帖fh.mdx,内容为:

---
title: 战马
date: 2026-06-20 10:58:00
tags:
  - misc1
  - misc2
  - misc3
description: 这是一篇文章
lang: en-US
---

此处写正文或html codes.

( 详见https://github.com/brightmann/asl/blob/main/apps/sixianli/src/content/articles/fh.mdx?plain=1) 

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

  Build Command栏填入pnpm build

 Install Command栏填入pnpm install

然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:

https://asl-ym.netlify.app/

项目地址:

https://github.com/atsixian/sixian.li

https://github.com/brightmann/asl

演示博客: 

https://asl-ym.netlify.app/writing
https://asl-ym.netlify.app/writing/fh 能显示视频

Monday, 6 July 2026

npmmirror.com

$ npm config set registry https://registry.npmmirror.com  (改为国内的镜像的registry)
$ npm config set registry https://registry.npmjs.com (改回了官方的registry) 
 https://npmmirror.com/

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


首先fork此项目https://github.com/JasonLamv-t/tailwind-next-blog ,我fork后,得到的项目地址是https://github.com/brightmann/jtnb . 

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

---
title: 战马
date: '2026-06-18 10:10'
tags:
  [
    'misc1',
    'misc2',
    'misc3',
  ]
draft: false
pinned: false
summary: 这是一篇文章
canonicalUrl: fh
---

此处写正文或html codes.

( 详见https://github.com/brightmann/jtnb/blob/main/data/posts/fh.mdx?plain=1) 

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

  Build Command栏填入pnpm build

 Install Command栏填入pnpm install

然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:

https://jtnb-gamma.vercel.app/

项目地址:

https://github.com/JasonLamv-t/tailwind-next-blog

https://github.com/brightmann/jtnb

演示博客: 

https://jtnb-gamma.vercel.app/

https://jtnb-gamma.vercel.app/posts/fh 能显示视频

1981年,单集电视剧‘手足情’的插曲《过去的事情不再想》

 

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


首先fork此项目https://github.com/alemoraru/nextjs-portofolio-website ,我fork后,得到的项目地址是https://github.com/brightmann/anpw . 

访问https://github.com/brightmann/anpw/tree/main/src/data/blog ,在此处新建源帖(即add file),我新建了源帖fh.mdx,内容为:

---
title: "战马"
summary: "这是一篇文章"
date: "2026-06-18"
tags:
  - misc1
  - misc2
  - misc3
---

此处写正文或html codes.

( 详见https://github.com/brightmann/anpw/blob/main/src/data/blog/fh.mdx?plain=1 ,在date那行,不要加上几点几分几秒,否则build会失败) 

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

  Build Command栏填入pnpm build

 Install Command栏填入pnpm install

然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:

https://anpw.vercel.app/

项目地址:

https://github.com/alemoraru/nextjs-portofolio-website

https://github.com/brightmann/anpw

演示博客: 

https://anpw.vercel.app/

https://anpw.vercel.app/blog 支持分页

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

Doctor Zhivago

 

《日瓦戈医生》(Doctor Zhivago)是苏联作家鲍里斯·帕斯捷尔纳克(Boris Pasternak)的代表作。 这部小说的中文译名非常统一,绝大多数译本都直接翻译为: 《日瓦戈医生》

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


首先fork此项目https://github.com/akash-santhosh/csjourney ,我fork后,得到的项目地址是https://github.com/brightmann/asc . 

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

---
author: ym
date: '2026-06-11T21:24:00.000Z'
hero_image: /dead-lap.jpg
title: 往事
---

此处写正文或html codes.

( 详见https://github.com/brightmann/asc/blob/main/posts/pt.md?plain=1) 

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

  Build Command栏填入npm run build

 Install Command栏填入npm install

然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:

https://asc-hazel.vercel.app/

项目地址:

https://github.com/akash-santhosh/csjourney

https://github.com/brightmann/asc

演示博客: 

https://asc-hazel.vercel.app/

https://asc-hazel.vercel.app/blog/pt 不能够显示视频