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: docs/README.md
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -282,15 +282,31 @@ If you want to use it, edit your *docs/_coverpage.md* file and complete the `TOD
282
282
283
283
You can add additional buttons to the bottom of the homepage, but there should be no gaps between the lines in your file. And the last one will be solid while the others will be transparent.
284
284
285
-
The _Docsify_ site explains how to set a background image or color [here](https://docsify.js.org/#/cover?id=custom-background). A background image should come _after_ the buttons in your file, as _Docsify_ looks for an image there then uses CSS to place the image behind the content and give it faded grey look.
285
+
The _Docsify_ site explains how to set a background image or color [here](https://docsify.js.org/#/cover?id=custom-background).
286
+
287
+
Example:
288
+
289
+
```markdown
290
+
<!-- background image -->
291
+
292
+

293
+
```
294
+
295
+
```markdown
296
+
<!-- background color -->
297
+
298
+

299
+
```
300
+
301
+
A background image should come _after_ the buttons in your file, as _Docsify_ looks for an image there then uses CSS to place the image behind the content and give it faded grey look.
286
302
287
303
You can delete the cover page and disable it in _index.html_.
288
304
289
305
#### Image
290
306
291
307
You could include an image (logo, photo) above your project title. For example, you could do this if you have a file in a *docs/_media* directory.
0 commit comments