Skip to content

Commit

Permalink
website: use idoc build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 15, 2022
1 parent bc42e91 commit 1e02ba9
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 9 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
dist
node_modules

npm-debug.log*
lerna-debug.log
yarn-error.log
package-lock.json


.DS_Store
.cache
.vscode
.idea

*.bak
*.tem
*.temp
#.swp
*.*~
~*.*

# IDEA
*.iml
*.ipr
*.iws
.idea/
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<!--idoc:ignore:start-->
Git Tips
===
<!--idoc:ignore:end-->

[![Gitee Tips](https://jaywcjlove.github.io/sb/ico/gitee.svg)](https://jaywcjlove.gitee.io/git-tips/)
[![CI](https://github.com/jaywcjlove/git-tips/actions/workflows/ci.yml/badge.svg)](https://github.com/jaywcjlove/git-tips/actions/workflows/ci.yml)

一些使用技巧和笔记笔记,记录一些 git 常用和一些记不住的命令,这个笔记原本是基于 [颜海镜的文章](http://yanhaijing.com/git/2014/11/01/my-git-note)增加的,后面慢慢增加了许多内容,独立一个仓库维护,方便查询和使用。

<!--idoc:ignore:start-->
目录
===

Expand Down Expand Up @@ -97,6 +101,7 @@ Git Tips
- [参考资料](#参考资料)

<!-- /TOC -->
<!--idoc:ignore:end-->

## 安装卸载

Expand Down Expand Up @@ -1353,3 +1358,17 @@ sudo chown -R yourname:yourgroup *
- [Git进阶用法,主要是rebase高级用法](http://way.oschina.io/2016/12/15/notes/GitAdvance/?utm_source=gank.io&utm_medium=email)
- [成为一个git大师](https://www.atlassian.com/git/tutorials)
- [高质量的Git中文教程](https://github.com/geeeeeeeeek/git-recipes)
## Contributors
As always, thanks to our amazing contributors!
<a href="https://github.com/jaywcjlove/git-tips/graphs/contributors">
<img src="https://jaywcjlove.github.io/git-tips/CONTRIBUTORS.svg" />
</a>
Made with [action-contributors](https://github.com/jaywcjlove/github-action-contributors).
## License
MIT © [Kenny Wong](https://github.com/jaywcjlove)
2 changes: 2 additions & 0 deletions git.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions idoc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
site: Git Tips
title: Git 的一些使用技巧和笔记
keywords: git,tips,handbook
logo: ./git.svg
favicon: ./git.svg
editButton:
label: Edit this page on GitHub
url: https://github.com/jaywcjlove/git-tips/blob/master/
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"markdown-to-html": {
"document": {
"title": "Git Tips 的一些使用技巧和笔记",
"meta": [
{ "description": "一些使用技巧和笔记笔记,记录一些 git 常用和一些记不住的命令" },
{ "keywords": "git,tips,handbook" }
]
},
"github-corners": "https://github.com/jaywcjlove/git-tips"
"name": "git-tips",
"version": "1.0.0",
"scripts": {
"start": "idoc --watch",
"build": "idoc"
},
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/git-tips.git"
},
"dependencies": {
"idoc": "^1.3.0"
}
}

0 comments on commit 1e02ba9

Please sign in to comment.