Skip to content

个人技术博客,有关全栈技术部分。

Notifications You must be signed in to change notification settings

caoweiju/tc_blog

Repository files navigation

个人博客

blog blog

  • 区分个人git config和公司git config
  • 完成搭建
  • 完成私有域名的映射和https的支持
  • 更新文章内容
  • 完善文章内容

地址:caoweiju的个人博客

.
├── _config.yml
├── db.json
├── imgs
├── package-lock.json
├── package.json
├── readme.md
├── scaffolds
│   ├── draft.md
│   ├── page.md
│   └── post.md
├── source
│   ├── _data  // 个性化配置
│   ├── _posts // md文章目录
│   ├── categories
│   └── tags
├── themes
│   ├── landscape
│   └── next
└── yarn.lock

地址:个人博客 使用hexo+next主题+netlify部署完成,里面主要是包含个人的一些技术文章之类的,包括一些比较琐碎的内容。

简单徽章制作来源

启动过程:

  • 工程拉去 git clone --recursive gitAddress ; --recursive会拉去子模块仓库
  • 安装依赖npm i
  • 启动服务npm start

新增文章

  1. npm install hexo-cli -g
  2. hexo new "your artical name"
  3. 进入工程目录 '/tc_blog/source/_posts',找到新建文件,进行编辑
  4. 保存并提交

About

个人技术博客,有关全栈技术部分。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published