|
1 | 1 | # Guide |
2 | 2 |
|
3 | | -<Adsense :data-ad-client=$themeConfig.ads.client :data-ad-slot=$themeConfig.ads.slot is-new-ads-code="yes" class="side-ads"></Adsense> |
4 | | - |
5 | 3 | ## About this Guide |
6 | 4 |
|
7 | 5 | **This guide is only for partial configuration instructions, not for the all configs**, for specific configuration requirements, please refer to the comments in the file `_config.yml` at the path of the theme. For more help, Please write your questions at [issues](https://github.com/fluid-dev/hexo-theme-fluid/issues/new). |
@@ -106,8 +104,6 @@ You can set `banner_mask_alpha` for every pages in **theme config** with a valid |
106 | 104 | The banner of each post page can be set independently. You can read the config about the posts for more details. |
107 | 105 | ::: |
108 | 106 |
|
109 | | -<InArticleAdsense :data-ad-client=$themeConfig.ads.client :data-ad-slot=$themeConfig.ads.inSlot is-new-ads-code="yes"></InArticleAdsense> |
110 | | - |
111 | 107 | ### Title of your Blog |
112 | 108 |
|
113 | 109 | The title is on the left side of the banner. It can be set by modifying the property `title` in file **site config**, which is also the title of the browser's tab. |
@@ -149,8 +145,6 @@ menu: |
149 | 145 | } |
150 | 146 | ``` |
151 | 147 |
|
152 | | -<InArticleAdsense :data-ad-client=$themeConfig.ads.client :data-ad-slot=$themeConfig.ads.inSlot is-new-ads-code="yes"></InArticleAdsense> |
153 | | - |
154 | 148 | ### Lazyload |
155 | 149 |
|
156 | 150 | Lazyload will make the image or comment plugin load only when it scrolls to visible, which can greatly improve the speed of loading your blog. |
@@ -218,8 +212,6 @@ web_analytics: |
218 | 212 | cnzz: # cnzz analysis's web_id,refer https://web.umeng.com/main.php?c=site&a=show |
219 | 213 | ``` |
220 | 214 |
|
221 | | -<InArticleAdsense :data-ad-client=$themeConfig.ads.client :data-ad-slot=$themeConfig.ads.inSlot is-new-ads-code="yes"></InArticleAdsense> |
222 | | - |
223 | 215 | ### Languages |
224 | 216 |
|
225 | 217 | Setting a different language in the **site config** will change the text of the theme: |
@@ -417,8 +409,6 @@ Priority: Manually > Automatically. |
417 | 409 | There are 3 lines works will display in index page, the rest will be hidden automatically. |
418 | 410 | ::: |
419 | 411 |
|
420 | | -<InArticleAdsense :data-ad-client=$themeConfig.ads.client :data-ad-slot=$themeConfig.ads.inSlot is-new-ads-code="yes"></InArticleAdsense> |
421 | | - |
422 | 412 | ### Post Url Target |
423 | 413 |
|
424 | 414 | ```yaml |
@@ -612,8 +602,6 @@ code: |
612 | 602 |
|
613 | 603 | `lib`: Select the library to generate the highlight, options: highlightjs, prismjs, see the comments of the highlight configs in **theme config** |
614 | 604 |
|
615 | | -<InArticleAdsense :data-ad-client=$themeConfig.ads.client :data-ad-slot=$themeConfig.ads.inSlot is-new-ads-code="yes"></InArticleAdsense> |
616 | | - |
617 | 605 | ### Comment |
618 | 606 |
|
619 | 607 | You can enable it in **theme config**: |
|
897 | 885 | - The custom page doesn't load math by default, you need to specify `math: true` into [front-matter](https://hexo.io/docs/front-matter) to ues it. |
898 | 886 | ::: |
899 | 887 |
|
900 | | -<InArticleAdsense :data-ad-client=$themeConfig.ads.client :data-ad-slot=$themeConfig.ads.inSlot is-new-ads-code="yes"></InArticleAdsense> |
901 | | - |
902 | 888 | ### Mermaid |
903 | 889 |
|
904 | 890 | If you want to use [Mermaid](http://mermaid-js.github.io/mermaid/#/), you should enable it: |
@@ -1028,8 +1014,6 @@ about: |
1028 | 1014 | - `tip`: display the tip when the mouse hovers over the icon |
1029 | 1015 | - `qrcode`: QR-code image, when using this field, clicking will not be directed, but hover QR-code |
1030 | 1016 |
|
1031 | | -<InArticleAdsense :data-ad-client=$themeConfig.ads.client :data-ad-slot=$themeConfig.ads.inSlot is-new-ads-code="yes"></InArticleAdsense> |
1032 | | - |
1033 | 1017 | ### Comment |
1034 | 1018 |
|
1035 | 1019 | Enable comment plugin via the [front-matter](https://hexo.io/zh-cn/docs/front-matter) set `comment: bool` to enable the comment plugin, or set `comment: 'type'`to enable the specified comment plugin. |
@@ -1072,8 +1056,6 @@ links: |
1072 | 1056 | - `avatar`: The avatar image of the site, can be omitted |
1073 | 1057 | - `default_avatar`: The default avatar of the site (replace only when the avatar is specified and fails to load) |
1074 | 1058 |
|
1075 | | -<InArticleAdsense :data-ad-client=$themeConfig.ads.client :data-ad-slot=$themeConfig.ads.inSlot is-new-ads-code="yes"></InArticleAdsense> |
1076 | | - |
1077 | 1059 | ## Custom Page |
1078 | 1060 |
|
1079 | 1061 | ### Create page |
|
0 commit comments