Skip to content

Commit 52b8eff

Browse files
committed
docs: Update homepage
1 parent e033147 commit 52b8eff

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,15 +252,21 @@ More on Docsify [themes](https://docsify.js.org/#/themes?id=themes) guide.
252252
253253
### 7. Advanced configuration
254254
255-
This advanced section is optional, so can be skipped.
255+
_This advanced section is optional, so you may skip to [Github Pages](#setup-github-pages-site) section._
256256
257257
The configuration steps above already get you a prettier and more usable site in my opinion than the barebones one which the _Docsify_ `init` command or their _Quickstart_ guide gives you.
258258
259-
If you want to do further configuration, I recommend you look at the _Docsify_ [Configuration](https://docsify.js.org/#/configuration) page.
259+
For further configuration, look at the _Docsify_ [Configuration](https://docsify.js.org/#/configuration) page.
260260
261-
There are some useful things there in like adjusting the sidebar levels, putting a logo in the sidebar or setting your root _README.md_ as your homepage. There is even a search bar you can add to site.
261+
There are some useful things there in like adjusting the sidebar levels, putting a logo in the sidebar or setting your root _README.md_ as your homepage. There is even a search bar you can add.
262262
263-
If you want know a summary view of what the defaults are for the app on `index.html`, see the _Docsify_ [config.js](https://github.com/docsifyjs/docsify/blob/develop/src/core/config.js) script.
263+
If you want know a summary view of what the defaults are for the app on _index.html_, see the _Docsify_ [config.js](https://github.com/docsifyjs/docsify/blob/develop/src/core/config.js) script.
264+
265+
You can customize _index.html_ with a custom favicon if one exists.
266+
267+
```html
268+
<link rel="icon" href="_media/favicon.ico">
269+
```
264270
265271
## Setup Github Pages site
266272

0 commit comments

Comments
 (0)