|
21 | 21 | src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5284984614496391" |
22 | 22 | crossorigin="anonymous" |
23 | 23 | ></script> |
| 24 | +<script |
| 25 | + async |
| 26 | + custom-element="amp-auto-ads" |
| 27 | + src="https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js" |
| 28 | +></script> |
24 | 29 |
|
25 | 30 | <script type="application/ld+json">{ |
26 | 31 | "@context": "https://schema.org", |
|
93 | 98 | <meta property="og:image:width" content="1200" /> |
94 | 99 | <meta property="og:image:height" content="630" /> |
95 | 100 | <meta property="og:site_name" content="PanKUN" /> |
96 | | - <link rel="shortcut icon" href="../../../favicon.ico"> |
97 | | - <link rel="icon" type="image/png" href="../../assets/img/favicon-32.png" sizes="32x32"> |
98 | | - <link rel="icon" type="image/png" href="../../assets/img/favicon-192.png" sizes="192x192"> |
| 101 | + <link rel="icon" type="image/x-icon" href="https://breadmotion.github.io/favicon.ico" /> |
| 102 | + <link rel="icon" type="image/png" href="https://breadmotion.github.io/assets/img/favicon-32.png" sizes="32x32" /> |
| 103 | + <link rel="icon" type="image/png" href="https://breadmotion.github.io/assets/img/favicon-192.png" sizes="192x192" /> |
99 | 104 | <link rel="apple-touch-icon" href="../../assets/img/favicon-192.png"> |
100 | 105 | <link rel="stylesheet" href="../../assets/css/base.css" /> |
101 | 106 | <link rel="stylesheet" href="../../assets/css/layout.css" /> |
|
105 | 110 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/atom-one-dark.min.css" /> |
106 | 111 | </head> |
107 | 112 | <body data-page="blog" data-post-id="blog_00023"> |
| 113 | + <amp-auto-ads type="adsense" |
| 114 | + data-ad-client="ca-pub-5284984614496391"> |
| 115 | + </amp-auto-ads> |
108 | 116 | <div class="page-shell"> |
109 | 117 | <main class="main-container"> |
110 | 118 | <div class="post-layout"> |
@@ -170,7 +178,7 @@ <h2 id="introduction">Introduction</h2><p>I'll briefly explain how to config |
170 | 178 | <h3 id="what-is-settingsjson">What is <code>settings.json</code>?</h3><p>It's a file that defines editor behavior. You can customize themes, fonts, IDE layout, UI, extensions, and many more settings. |
171 | 179 | Note: there are other configuration files such as <code>keymaps.json</code> for key bindings.</p> |
172 | 180 | <h3 id="how-to-open-the-settings">How to open the settings</h3><p>Open the command palette with [Ctrl + Shift + P] and type <code>Zed: setting</code>. A popup like the one in the attached image will appear.</p> |
173 | | -<p><img src="../../assets/img/blog_00023_0.png" alt="image" title="" loading="lazy" decoding="async" /></p> |
| 181 | +<p><img src="../../assets/img/blog_00023_1.png" alt="image" title="" loading="lazy" decoding="async" /></p> |
174 | 182 | <h3 id="types-of-settings">Types of settings</h3><p>Items that end with "settings" can be configured via the settings UI.<br>Items that end with "settings file" are configurable inside the <code>settings.json</code> script. (Refer to the documentation for property details.)</p> |
175 | 183 | <h3 id="scope-of-settings">Scope of settings</h3><p>Listed below in increasing order of priority. Settings defined later override earlier ones.</p> |
176 | 184 | <ul> |
|
0 commit comments