Skip to content

Commit 0fe9f6d

Browse files
authored
Merge pull request #7 from CyFeng16/master
update-info-and-rules
2 parents b64da62 + 0a24568 commit 0fe9f6d

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,24 @@ make fit-image
3131

3232
### Rules
3333

34-
1. Attachments & Image files: all files need to be saved under the folder `docs/assets/2019/` (2019 is the current year), and you can expect the url of your file is under the url `https://bupt.github.io/awesome-chatbot/assets/2019/`
34+
1. Attachments & Image files: all files need to be saved under the folder `docs/assets/2019/` (2019 is the current year), and you can expect the url of your file is under the url `https://bupt.github.io/awesome-chatbot/assets/2019/`. Please rename all image file name to reflex the blog names.
35+
3536
1. Author Information: all the author information is saved in the file `docs/_data/author.yml`, please free free to add & modify it by yourself. See: <https://mmistakes.github.io/minimal-mistakes/docs/authors/>
37+
38+
1. Please rename all filenames to *`lowercase`*, and replace `#` to `-`.
39+
3640
1. Add a teasor image with size 500x300 to your post by add the following `YAML Front Matter` to your post:
3741
```yaml
3842
header:
3943
teaser: /assets/2019/my-awesome-post-teaser-500x300.jpg
4044
```
4145
46+
4247
## Maintainers
4348
4449
- @HoneyCatty - Meina SONG, CS Professor, CAD Lab.
4550
- @huan - Huan LI (李卓桓), CS Ph.D., CAD Lab.
51+
- @CyFeng16 - Shenda SHI, CS Master, CAD Lab.
4652
4753
## COPYRIGHT & LICENSE
4854

_data/authors.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,18 @@ TuringLee:
7272
- label: "Website"
7373
icon: "fas fa-fw fa-link"
7474
url: "https://github.com/TuringLee"
75+
76+
CyFeng16:
77+
name : "石珅达"
78+
bio : "Once a year, go some place you've never been before."
79+
avatar : "https://avatars.githubusercontent.com/CyFeng16?s=460&v=4"
80+
links:
81+
- label: "GitHub"
82+
icon: "fab fa-fw fa-github"
83+
url: "https://github.com/CyFeng16"
84+
- label: "Email"
85+
icon: "fas fa-fw fa-envelope-square"
86+
url: "mailto:cy.z.feng@gmail.com"
87+
- label: "Website"
88+
icon: "fas fa-fw fa-link"
89+
url: "http://cyfeng.science"

0 commit comments

Comments
 (0)