看得透又看得远者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 能显示视频