避免第三方插件模板开发时影响提交
移除已完成的 todo 文件
This commit is contained in:
8
.editorconfig
Normal file
8
.editorconfig
Normal file
@@ -0,0 +1,8 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.scss]
|
||||
indent_size = 2
|
||||
4
.gitignore
vendored
4
.gitignore
vendored
@@ -27,3 +27,7 @@ config.rb
|
||||
/config.inc.php
|
||||
/usr/uploads/
|
||||
/usr/*.db
|
||||
/usr/plugins/
|
||||
!/usr/plugins/HelloWorld
|
||||
/usr/themes/
|
||||
!/usr/themes/default
|
||||
|
||||
11
README.md
11
README.md
@@ -1,15 +1,16 @@
|
||||
Typecho Blogging Platform
|
||||
=========================
|
||||
|
||||
####Homepage
|
||||
Typecho is a PHP Blogging Platform. Simple and Powerful.
|
||||
|
||||
#### Homepage
|
||||
http://typecho.org/
|
||||
|
||||
####Document
|
||||
#### Documents
|
||||
http://docs.typecho.org/
|
||||
|
||||
####Forum
|
||||
#### Community
|
||||
http://forum.typecho.org/
|
||||
|
||||
####Download
|
||||
#### Download
|
||||
http://typecho.org/download
|
||||
|
||||
|
||||
Reference in New Issue
Block a user