From 3f9f5c79e8449537de96809523cb58d1f2cf6a39 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 10 Sep 2023 20:35:10 +0800 Subject: [PATCH] docs: update tutorial & readme (#1222) * docs(tutorials): add social options settings * docs: update features in README --- README.md | 1 + _posts/2019-08-09-getting-started.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 60c5e05..3fb4a19 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ - Disqus / Utterances / Giscus Comments - Built-in Search - Atom Feeds + - PWA - Google Analytics - SEO & Performance Optimization diff --git a/_posts/2019-08-09-getting-started.md b/_posts/2019-08-09-getting-started.md index 1445909..57f58b7 100644 --- a/_posts/2019-08-09-getting-started.md +++ b/_posts/2019-08-09-getting-started.md @@ -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.