docs: update tutorial & readme (#1222)
* docs(tutorials): add social options settings * docs: update features in README
This commit is contained in:
parent
aff7566774
commit
3f9f5c79e8
2 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
- Disqus / Utterances / Giscus Comments
|
||||
- Built-in Search
|
||||
- Atom Feeds
|
||||
- PWA
|
||||
- Google Analytics
|
||||
- SEO & Performance Optimization
|
||||
|
||||
|
|
|
@ -64,6 +64,10 @@ Update the variables of `_config.yml`{: .filepath} as needed. Some of them are t
|
|||
- `timezone`
|
||||
- `lang`
|
||||
|
||||
### Social Contact Options
|
||||
|
||||
Social contact options are displayed at the bottom of the sidebar. You can turn on/off the specified contacts in file `_data/contact.yml`{: .filepath }.
|
||||
|
||||
### Customizing Stylesheet
|
||||
|
||||
If you need to customize the stylesheet, copy the theme's `assets/css/style.scss`{: .filepath} to the same path on your Jekyll site, and then add the custom style at the end of it.
|
||||
|
|
Loading…
Reference in a new issue