Total Pageviews

Saturday, 15 August 2026

10萬中國人被困迪拜(杜拜)電詐園區!土豪天堂迪拜墮落成「妙瓦底」,內幕讓人心驚

 

-估计又是福建人所谓,这帮家伙是福建人的败类。

特斯拉的robotaxi的价格碾压谷歌的waymo和Uber,三折就能跑

 

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


首先fork此项目:https://github.com/Shin-sibainu/nextjs-blog-udemy,我fork后,得到的项目地址是https://github.com/brightmann/nbu,
访问https://github.com/brightmann/nbu/tree/main/posts,在这里,新建源帖fh.md,内容为:

---
title: "战马"
date: "2026-06-18"
thumbnail: "/images/thumbnail04.jpg"
---

此处写正文或html codes.

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

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

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

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

https://nbu-tau.vercel.app/ 

项目地址:
https://github.com/Shin-sibainu/nextjs-blog-udemy
https://github.com/brightmann/nbu

演示博客:

 https://nbu-tau.vercel.app/ 帖子是按字母顺序从上到下排列
https://nbu-tau.vercel.app/posts/fh 不能显示视频

 

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


首先fork此项目:https://github.com/hakilee/blog.haklee.me-v1,我fork后,得到的项目地址是https://github.com/brightmann/hbhm ,
访问https://github.com/brightmann/hbhm/tree/master/content/posts,在这里,新建源帖fh.md,内容为:

---
title: 战马
slug: 'fh'
date: '2026-06-20 12:46:00'
template: post
draft: false
category: 'misc'
socialImage: '/images/gatsbyjs-walkthrough/img-saengko-question.png'
tags: ['misc1', 'misc2', 'misc3']
---

此处写正文或html codes.

( 详见https://github.com/brightmann/hbhm/blob/master/content/posts/fh.md?plain=1) 

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

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

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

https://hbhm.vercel.app/

项目地址:
https://github.com/hakilee/blog.haklee.me-v1
https://github.com/brightmann/hbhm

演示博客:

  https://hbhm.vercel.app/

 https://hbhm.vercel.app/posts/fh 能显示视频

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


首先fork此项目:https://github.com/joelhans/nextjs-mdx-bidirectional-links,我fork后,得到的项目地址是https://github.com/brightmann/nmbl
访问https://github.com/brightmann/nmbl/tree/main/content/articles,在这里,新建源帖fh.mdx,内容为:

---
title: 战马
---

此处写正文或html codes.

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

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

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

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

https://nmbl-nine.vercel.app/

项目地址:
https://github.com/joelhans/nextjs-mdx-bidirectional-links
https://github.com/brightmann/nmbl

演示博客:

 https://nmbl-nine.vercel.app/,帖子是按字母顺序,从左到右,然后从上到下排列的。
https://nmbl-nine.vercel.app/articles/fh 能显示视频

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


首先fork此项目:https://github.com/olafsulich/Frontlive.pl,我fork后,得到的项目地址是https://github.com/briteming/ofp
访问https://github.com/briteming/ofp/tree/main/content/posts,在这里,新建源帖fh.mdx,内容为:

---
title: '战马'
category: 'misc'
publishedAt: '27-05-2026'
isPublished: true
popular: false
image: '/images/antywzorce-css/thumbnail.png'
excerpt: '这是一篇文章'
---

此处写正文或html codes.

( 详见https://github.com/briteming/ofp/blob/main/content/posts/fh.mdx?plain=1) 

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

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

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

https://ofp-woad.vercel.app/

项目地址:
https://github.com/olafsulich/Frontlive.pl
https://github.com/briteming/ofp

演示博客:

 https://ofp-woad.vercel.app/blog ,帖子按字母顺序从左到右排列:
https://ofp-woad.vercel.app/blog/ce
https://ofp-woad.vercel.app/blog/fh
https://ofp-woad.vercel.app/blog/test
https://ofp-woad.vercel.app/blog/fh 能显示视频

 

 

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


首先fork此项目:https://github.com/gh640/nextjs-blog-example-ja,我fork后,得到的项目地址是https://github.com/ymbrite/nbej
访问https://github.com/ymbrite/nbej/tree/main/content/posts,在这里,新建源帖fh.md,内容为:

---
title: 战马
published: 2026-05-29 
---

此处写正文或html codes.

( 详见https://github.com/ymbrite/nbej/blob/main/content/posts/fh.md?plain=1) 

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

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

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

https://nbej.vercel.app/

项目地址:
https://github.com/gh640/nextjs-blog-example-ja
https://github.com/ymbrite/nbej

演示博客:

https://nbej.vercel.app/,同一天的帖子按字母顺序从下到上排列:

https://nbej.vercel.app/posts/ur-advice

https://nbej.vercel.app/posts/test

https://nbej.vercel.app/posts/fh

https://nbej.vercel.app/posts/ce

https://nbej.vercel.app/posts/fh 能显示视频.

 https://nbej.vercel.app/archive/1 ,支持分页。