浏览代码

added website directory

chore/proposed-structure
Kyle Quest 7 年前
父节点
当前提交
36da1a5d4a
共有 2 个文件被更改,包括 14 次插入0 次删除
  1. +6
    -0
      README.md
  2. +8
    -0
      website/README.md

+ 6
- 0
README.md 查看文件

@@ -140,6 +140,12 @@ Git hooks.

Other assets to go along with your repository (images, logos, etc).

### `/website`

This is the place to put your project's website data if you are not using Github pages.

See the [`/website`](website/README.md) directory for examples.

## Directories You Shouldn't Have

### `/src`


+ 8
- 0
website/README.md 查看文件

@@ -0,0 +1,8 @@
# `/website`

This is the place to put your project's website data if you are not using Github pages.

Examples:

* https://github.com/hashicorp/vault/tree/master/website
* https://github.com/perkeep/perkeep/tree/master/website

正在加载...
取消
保存