You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,18 +31,24 @@ make fit-image
31
31
32
32
### Rules
33
33
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
+
35
36
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
+
36
40
1. Add a teasor image with size 500x300 to your post by add the following `YAML Front Matter` to your post:
0 commit comments