看得透又看得远者prevail. ppt.cc/flUmLx ppt.cc/fqtgqx ppt.cc/fZsXUx ppt.cc/fhWnZx ppt.cc/fnrkVx ppt.cc/f2CBVx
ppt.cc/fKlBax ppt.cc/fwlgFx ppt.cc/fVjECx ppt.cc/fEnHsx ppt.cc/fRZTnx ppt.cc/fSZ3cx ppt.cc/fLOuCx ppt.cc/fE9Nux ppt.cc/fL5Kyx ppt.cc/f71Yqx tecmint.com linuxcool.com linux.die.net linux.it.net.cn ostechnix.com unix.com ubuntugeek.com runoob.com man.linuxde.net ppt.cc/fwpCex ppt.cc/fxcLIx ppt.cc/foX6Ux linuxprobe.com linuxtechi.com howtoforge.com linuxstory.org systutorials.com ghacks.net linuxopsys.com ppt.cc/ffAGfx ppt.cc/fJbezx ppt.cc/fNIQDx ppt.cc/fCSllx ppt.cc/fybDVx ppt.cc/fIMQxx
Total Pageviews
Sunday, 16 August 2026
Saturday, 15 August 2026
搭建基于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 ,支持分页。
毛泽东《七绝·为女民兵题照》(一九六一年二月)
飒爽英姿五尺枪, 曙光初照演兵场。
中华儿女多奇志, 不爱红装爱武装。
---------------------------------------------
“不爱红装爱武装”出自毛泽东1961年创作的七绝诗词《为女民兵题照》:
中华儿女多奇志,不爱红装爱武装。
词义解析
红装:指妇女艳丽的服饰、打扮。
武装:指军事装备、戎装,象征保家卫国、担当重任的意志。
深层寓意 这句话赞扬了打破传统性别刻板印象、不追求温婉娇媚的外表打扮,而选择投身国防事业或英勇坚韧姿态的巾帼英雄与女性力量,常用来形容崇尚英武、勇于担当的女性。
搭建基于nextjs的静态博客程序rmb
首先fork此项目:https://github.com/rolemadelen/minimalist-blog,我fork后,得到的项目地址是https://github.com/brightmann/rmb
访问https://github.com/brightmann/rmb/tree/main/src/post,在这里,新建源帖ce.md,内容为:
---
title: '稀奇古怪的中国经济'
desc: '这是一篇文章'
date: '2026-06-13 23:45:00'
updated: '2026-06-13 23:45:00'
type: 'misc'
note: 'permanent'
tags: ['#misc1', '#misc2', '#misc3']
---
此处写正文或html codes.
( 详见https://github.com/brightmann/rmb/blob/main/src/post/ce.md?plain=1)
然后,访问vercel.com/new ,导入项目https://github.com/brightmann/rmb
Build Command栏填入npm run build
Install Command栏填入npm install
然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:
https://rmb-xi.vercel.app/
项目地址:
https://github.com/rolemadelen/minimalist-blog
https://github.com/brightmann/rmb
演示博客:
https://rmb-xi.vercel.app/ ,右边第2行的3个复选框都要取消,才能显示最新发表的帖子。
https://rmb-xi.vercel.app/post/2606132341 不能显示视频。
https://rmb-xi.vercel.app/post/ce
搭建基于nextjs的静态博客程序nmb
首先fork此项目:https://github.com/tiivik/nextjs-mdx-blog,我fork后,得到的项目地址是
https://github.com/brightmann/nmb ,
访问https://github.com/brightmann/nmb/tree/master/pages/blog,在这里,新建源帖fh.mdx,内容为:
import { PostLayout } from "../../components/Layout";
export const meta = {
title: "战马",
description: "这是一篇文章",
icon: "🐖",
slug: "/blog/fh"
};
<PostLayout>
# 战马
</PostLayout>
此处写正文或html codes.
( 详见https://github.com/brightmann/nmb/blob/master/pages/blog/fh.mdx?plain=1)
然后,访问vercel.com/new ,导入项目https://github.com/brightmann/nmb
Build Command栏填入yarn build
Install Command栏填入yarn
然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:
https://nmb-five.vercel.app/
项目地址:
https://github.com/tiivik/nextjs-mdx-blog
https://github.com/brightmann/nmb
演示博客:
https://nmb-five.vercel.app/ ,帖子从上到下,按字母顺序排列。
https://nmb-five.vercel.app/blog/fh 能显示视频
搭建基于nextjs的静态博客程序dsb
首先fork此项目:https://github.com/dastasoft/blog,我fork后,得到的项目地址是
https://github.com/brightmann/dsb ,然后删除package-lock.json ,
访问https://github.com/brightmann/dsb/tree/main/_posts,在这里,新建源帖fh.md,内容为:
---
title: '战马'
excerpt: '这是一篇文章'
coverImage: '/assets/posts/preview/framer-motion.webp'
date: '2026-06-08T08:40:00.000Z'
author:
name: dastasoft
picture: '/assets/authors/dastasoft.jpeg'
ogImage:
url: '/assets/posts/preview/framer-motion.webp'
tags: ['misc1', 'misc2', 'misc3']
section: 'frontend'
---
此处写正文或html codes.
( 详见https://github.com/brightmann/dsb/blob/main/_posts/fh.md?plain=1)
然后,访问vercel.com/new ,导入项目https://github.com/brightmann/dsb
Build Command栏填入npm run build
Install Command栏填入npm install
然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:
https://dsb-rose.vercel.app/
项目地址:
https://github.com/dastasoft/blog
https://github.com/brightmann/dsb
演示博客:
https://dsb-rose.vercel.app/
https://dsb-rose.vercel.app/posts/fh 不能显示视频
Friday, 14 August 2026
搭建基于nextjs的静态博客程序hndb
首先fork此项目:https://github.com/huntsyea/nextjs-directory-boilerplate,我fork后,得到的项目地址是https://github.com/brightmann/hndb
访问https://github.com/brightmann/hndb/tree/main/content/articles,在这里,新建源帖fh.mdx,内容为:
---
title: '战马'
topic: 'xyz'
image: '/example1.png'
summary: '这是一篇文章'
tags: ['misc1', 'misc2']
date: '2026-06-09T07:29:00'
author: 'ym'
---
此处写正文或html codes.
( 详见https://github.com/brightmann/hndb/blob/main/content/articles/fh.mdx?plain=1)
然后,访问vercel.com/new ,导入项目https://github.com/brightmann/hndb
Build Command栏填入npm run build
Install Command栏填入npm install
然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:
https://hndb-eight.vercel.app/
项目地址:
https://github.com/huntsyea/nextjs-directory-boilerplate
https://github.com/brightmann/hndb
演示博客:
https://hndb-eight.vercel.app/articles/
https://hndb-eight.vercel.app/articles/fh 能显示视频
Thursday, 13 August 2026
搭建基于nextjs的静态博客程序dob
首先fork此项目:https://github.com/dahliaOS/blog,我fork后,得到的项目地址是
https://github.com/brightmann/dob
访问https://github.com/brightmann/dob/tree/main/pages/posts,在这里,新建帖子fh.mdx,内容为:
---
title: 战马
description: 这是一篇文章
date: 2026-06-23 07:13:00
tag: [misc]
author: ym
image: "https://blog.dahliaos.io/api/og?title=We have a blog!&desc=Today marks the day we made our first post on the dahliaOS blog! Stay tuned, more is yet to come!&date=2022-07-23"
---
此处写正文或html codes.
( 详见https://github.com/brightmann/dob/blob/main/pages/posts/fh.mdx?plain=1)
然后,访问vercel.com/new ,导入项目https://github.com/brightmann/dob
Build Command栏填入bun run build
Install Command栏填入bun install
然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:
https://dob-livid.vercel.app
项目地址:
https://github.com/dahliaOS/blog
https://github.com/brightmann/dob
演示博客:
https://dob-livid.vercel.app
https://dob-livid.vercel.app/posts
https://dob-livid.vercel.app/posts/fh 能显示视频
搭建基于nextjs的静态博客程序lb
首先fork此项目:https://github.com/laisfrigerio/blog,我fork后,得到的项目地址是
https://github.com/brightmann/lb
访问https://github.com/brightmann/lb/tree/main/_posts,在这里,新建帖子fh.md,内容为:
---
title: '战马'
date: '2026-06-21 08:49:00'
excerpt: '这是一篇文章'
---
此处写正文或html codes.
( 详见https://github.com/brightmann/lb/blob/main/_posts/fh.md?plain=1)
然后,访问vercel.com/new ,导入项目https://github.com/brightmann/lb
Build Command栏填入yarn build
Install Command栏填入yarn
然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:
https://lb-lemon.vercel.app/
项目地址:
https://github.com/laisfrigerio/blog
https://github.com/brightmann/lb
演示博客:
https://lb-lemon.vercel.app/
https://lb-lemon.vercel.app/posts/
https://lb-lemon.vercel.app/posts/fh 能显示视频
Wednesday, 12 August 2026
用BPB翻墙
BPB Worker Panel 最新版迎来史诗级更新!这次彻底告别手动复制代码和复杂配置,直接通过官方 BPB Wizard,实现零代码、一键全自动部署。无需购买服务器、无需 VPS、无需自备域名,纯小白跟着操作,几分钟就能完成搭建!
本期视频将从 Cloudflare API Token 创建开始,完整演示 BPB Worker Panel 的部署、面板登录、基础参数设置、订阅生成以及客户端导入流程。即使你从来没有接触过 Cloudflare Workers,也可以一步一步照着完成。
🔥 本期核心内容
✅ BPB Worker Panel 最新版一键部署
✅ 全程零代码,无需复制 Worker.js
✅ 无需 VPS、无需服务器、无需购买域名
✅ Cloudflare Workers 免费部署教程
✅ API Token 创建与权限设置
✅ BPB Panel 登录密码设置
✅ VLESS、Trojan、DNS 与端口参数配置
✅ Clash Verge、v2rayN 等客户端订阅导入
✅ 常见 Error 1027、节点不通问题排查
✅ YouTube 4K、ChatGPT、Gemini、X、奈飞等连接测试
🚀 为什么推荐新版 BPB?
旧版部署需要手动粘贴代码、创建 KV、绑定变量,操作步骤较多,也很容易因为版本更新导致部署失败。新版 BPB Wizard 可以自动完成 Worker、KV 和面板部署,大幅降低使用门槛,更适合新手小白。
网址: https://wizard.bpb-panel.workers.dev/