Skip to content

Commit f74884a

Browse files
committed
add wordcount
1 parent 1e0a9cb commit f74884a

File tree

5 files changed

+147
-98
lines changed

5 files changed

+147
-98
lines changed

.idea/workspace.xml

+135-95
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scaffolds/post.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
22
title: {{ title }}
33
date: {{ date }}
4-
tags:
4+
tags: #标签
5+
categories: #分类 事件簿 分享境 创作集 技术栈 文艺斋 闲言语
6+
copyright: true #版权声明
7+
permalink: 01 #文章链接,有默认值
8+
top: 0 #置顶优先级
9+
password: #密码保护
510
---

source/_posts/git.md

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ $git init
3737
```
3838
可以通过`ls -ah`命令可以看到隐藏的`.git`目录。
3939

40+
<!--more-->
41+
4042
### 添加文件到Git仓库
4143
* 第一步,使用命令`git add <file>`,可反复多次使用,添加多个文件。
4244
* 第二步,使用命令`git commit`,加上需要备注的内容,完成。

0 commit comments

Comments
 (0)