Total Pageviews

Sunday, 5 July 2026

clash-party, Another Mihomo GUI app



Another Mihomo GUI

 

 

特性

  • 一键 Smart Core 规则覆写,基于 AI 模型自动选择最优节点 详细介绍请看 这里
  • 开箱即用,无需服务模式的 Tun
  • 多种配色主题可选,UI 焕然一新
  • 支持大部分 Mihomo(Clash Meta) 常用配置修改
  • 内置 Smart内核 与 Mihomo(Clash Meta) 内核
  • 通过 WebDAV 一键备份和恢复配置
  • 强大的覆写功能,任意修订配置文件
  • 深度集成 Sub-Store,轻松管理订阅

安装/使用指南见 官方文档

from  https://github.com/mihomo-party-org/clash-party

-----

 https://clashparty.org/docs/install

 

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


首先fork此项目https://github.com/mohamedelbachir/my-portofolio ,我fork后,得到的项目地址是https://github.com/brightmann/mmp

访问https://github.com/brightmann/mmp/tree/v2/content/blog/en ,在此处新建源帖(即add file),我新建了源帖fh.md,内容为:

---
title: 战马
description: 这是一篇文章
pubDate: 2026-06-18T07:09:00
lang: en
tags:
  - misc1
  - misc2
  - misc3
---

此处写正文或html codes.

( 详见https://github.com/brightmann/mmp/blob/v2/content/blog/en/fh.md?plain=1) 

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

  Build Command栏填入pnpm build

 Install Command栏填入pnpm install

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

https://mmp-beta.vercel.app/

项目地址:

https://github.com/mohamedelbachir/my-portofolio

https://github.com/brightmann/mmp

演示博客: 

https://mmp-beta.vercel.app/en/blog/
https://mmp-beta.vercel.app/en/blog/fh 能显示视频

Saturday, 4 July 2026

漫步千年古城街巷 細品安慶道地珍饈

 

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


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

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

---
uid: 'fh'
title: '战马'
description: '这是一篇文章'
date: '2026-07-04 19:20'
dateLastModified: '2026-07-04 19:20'
tags: ['misc1', 'misc2', 'misc3']
---

# 战马

此处写正文或html codes.

( 详见https://github.com/brightmann/aa/blob/master/blog/fh.mdx?plain=1) 

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

  Build Command栏填入bun run build

 Install Command栏填入bun install

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

https://aa-lilac-six.vercel.app/

项目地址:

https://github.com/axeldelafosse/axeldelafosse

https://github.com/brightmann/aa

演示博客: 

https://aa-lilac-six.vercel.app/blog
https://aa-lilac-six.vercel.app/blog/fh 能显示视频

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


首先fork此项目https://github.com/officialrajdeepsingh/contentLayerNetlifycms,我fork后,得到的项目地址是https://github.com/brightmann/oc. 删除pnpm-lock.yaml。编辑config.js,修改SITE_URL的值为'/'

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

---
author : ym
date : 2026-06-12T21:53:00Z
description : "这是一篇文章"
draft : false
slug : fh
title : 战马
tags : 
  - misc1
  - misc2
  - misc3
categories :  
  - neovim 
  - Linux
  - linux editor
image : "/images/contentlayer.png"
---

此处写正文或html codes.

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

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

  Build Command栏填入npm run build

 Install Command栏填入npm install

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

https://oc-zeta.vercel.app/

项目地址:

https://github.com/officialrajdeepsingh/contentLayerNetlifycms

https://github.com/brightmann/oc

演示博客: 

https://oc-zeta.vercel.app/  支持分页。
https://oc-zeta.vercel.app/blog/fh 不能显示视频

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


首先fork此项目https://github.com/vntechies/blog,我fork后,得到的项目地址是https://github.com/briteming/vtb 

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

---
title: 战马
date: '2026-05-27 12:00:00'
tags: ['misc1', 'misc2', 'misc3']
draft: false
images: ['/static/images/ogps/jamstack.png']
layout: PostSimple
authors: ['mau']
summary: '这是一篇文章'
---

此处写正文或html codes.

( 详见https://github.com/briteming/vtb/blob/main/data/blog/solutions/fh.mdx?plain=1) 

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

  Build Command栏填入npm run build

 Install Command栏填入npm install

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

https://vtb-nu.vercel.app/

项目地址:

https://github.com/vntechies/blog

https://github.com/briteming/vtb

演示博客: 

https://vtb-nu.vercel.app/blog,支持分页。
https://vtb-nu.vercel.app/blog/solutions/fh 能显示视频

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


首先fork此项目https://github.com/DefectingCat/DefectingCat.github.io ,我fork后,得到的项目地址是https://github.com/brightmann/dgi . 删除pnpm-lock.yaml

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

---
title: 战马
date: 2026-07-04 17:04
tags: misc
---

此处写正文或html codes.

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

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

  Build Command栏填入npm run build

 Install Command栏填入npm install

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

https://dgi-pi.vercel.app/  

项目地址:

https://github.com/DefectingCat/DefectingCat.github.io

https://github.com/brightmann/dgi

演示博客: 

https://dgi-pi.vercel.app/  支持分页

 https://dgi-pi.vercel.app/post/fh/ 能够显示视频