Skip to content

wevsmy/wevsmy.github.io

Repository files navigation

weii blog source

博客源码

博客地址: weii.ink

源码结构

weii-blog-source
├─archetypes
├─content          // 博客文章 MD
│  ├─about
│  └─posts
├─public           // hugo 生产的静态博客文件
├─static           // 博客所有文件资源
└─themes
   └─meme          // 博客 meme 主题

新建文章、页面

~/blog $ hugo new "posts/hello_world.md"
~/blog $ hugo new "about/_index.md"

安装

pnpm run init

调试

pnpm run dev

预览

pnpm run preview

编译

pnpm run build

更新主题

pnpm run update

About

my blog

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published