https://github.com/pinple/blog
My Blog
https://github.com/pinple/blog
blog
Last synced: 2 months ago
JSON representation
My Blog
- Host: GitHub
- URL: https://github.com/pinple/blog
- Owner: pinple
- Created: 2019-10-17T17:02:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T17:21:54.000Z (4 months ago)
- Last Synced: 2025-02-17T17:30:31.305Z (4 months ago)
- Language: HTML
- Homepage: http://blog.upin.club/
- Size: 1.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 如何部署
1. 克隆本仓库
2. 拉取主题
```bash
git submodule init
git submodule update
```3. 常用命令
```bash
brew upgrade hugo // 更新 hugo
git submodule update --remote --merge // 更新主题
hugo server // 本地预览
hugo // 编译
```