Skip to content

Commit 64c2fdb

Browse files
author
y-yamasaki
committed
ブログ記事
1 parent 320d5f6 commit 64c2fdb

7 files changed

Lines changed: 89 additions & 65 deletions

File tree

WebSite/blog/blog_00020.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h2 id="まとめ?">まとめ?</h2><p>というかんじで現状は無事
241241
</div>
242242
</div>
243243

244-
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00018.html" class="btn btn--prev">← DiscordoでDisc…</a><a href="../blog.html" class="btn btn--back">← ブログ一覧へ戻る</a></div>
244+
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00018.html" class="btn btn--prev">← DiscordoでDisc…</a><a href="../blog.html" class="btn btn--back">← ブログ一覧へ戻る</a><a href="blog_00023.html" class="btn btn--next">Zed IDE setti… →</a></div>
245245
</article>
246246
</div>
247247
<aside class="post-sidebar">

WebSite/blog/blog_00023.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5284984614496391"
2222
crossorigin="anonymous"
2323
></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>
2429

2530
<script type="application/ld+json">{
2631
"@context": "https://schema.org",
@@ -93,9 +98,9 @@
9398
<meta property="og:image:width" content="1200" />
9499
<meta property="og:image:height" content="630" />
95100
<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" />
99104
<link rel="apple-touch-icon" href="../assets/img/favicon-192.png">
100105
<link rel="stylesheet" href="../assets/css/base.css" />
101106
<link rel="stylesheet" href="../assets/css/layout.css" />
@@ -105,6 +110,9 @@
105110
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/atom-one-dark.min.css" />
106111
</head>
107112
<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>
108116
<div class="page-shell">
109117
<main class="main-container">
110118
<div class="post-layout">
@@ -170,7 +178,7 @@ <h2 id="はじめに">はじめに</h2><p>settings.jsonの設定方法につい
170178
<h3 id="settingsjsonとは">settings.jsonとは</h3><p>エディタの動作を定義するためのファイルです。<br>テーマ、フォント、IDEレイアウト、IDE UI、拡張機能の設定などなど、様々なカスタマイズや設定が可能です。
171179
※また <code>keymaps.json</code> など他にも設定を可能にする物がいくつかあります。</p>
172180
<h3 id="設定方法">設定方法</h3><p>[Crtl + Shift + P]でコマンドパレットを開き、<code>Zed: setting</code>と入力すると添付画像のようなポップアップが出てきます。 </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>
174182
<h3 id="設定方法の種類">設定方法の種類</h3><p><strong>settings</strong> で終わっているのは 各種の設定画面上で設定ができます。<br><strong>settings file</strong> で終わっているのは 各種の <code>settings.json</code> スクリプト内で設定ができます。 (プロパティなどはドキュメント参照推奨)</p>
175183
<h3 id="設定範囲の種類">設定範囲の種類</h3><p>影響の優先順位が低い順に羅列していきます。<br>後の方に設定されている場合は、設定内容がそっちの上書きされます。 </p>
176184
<p><strong>Default</strong> Zedを利用すると設定される内容<br><strong>account</strong> 多分登録しているZedアカウント、もしくはGithubアカウント依存の設定内容  

WebSite/blog/en/blog_00020.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ <h2 id="summary">Summary?</h2><p>So, currently, I am able to use it thoroughly w
240240
</div>
241241
</div>
242242

243-
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00018.html" class="btn btn--prev">← Trying Out Di…</a><a href="../blog.html" class="btn btn--back">← Back to Blog</a></div>
243+
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00018.html" class="btn btn--prev">← Trying Out Di…</a><a href="../blog.html" class="btn btn--back">← Back to Blog</a><a href="blog_00023.html" class="btn btn--next">Recommended Z… →</a></div>
244244
</article>
245245
</div>
246246
<aside class="post-sidebar">

WebSite/blog/en/blog_00023.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5284984614496391"
2222
crossorigin="anonymous"
2323
></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>
2429

2530
<script type="application/ld+json">{
2631
"@context": "https://schema.org",
@@ -93,9 +98,9 @@
9398
<meta property="og:image:width" content="1200" />
9499
<meta property="og:image:height" content="630" />
95100
<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" />
99104
<link rel="apple-touch-icon" href="../../assets/img/favicon-192.png">
100105
<link rel="stylesheet" href="../../assets/css/base.css" />
101106
<link rel="stylesheet" href="../../assets/css/layout.css" />
@@ -105,6 +110,9 @@
105110
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/atom-one-dark.min.css" />
106111
</head>
107112
<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>
108116
<div class="page-shell">
109117
<main class="main-container">
110118
<div class="post-layout">
@@ -170,7 +178,7 @@ <h2 id="introduction">Introduction</h2><p>I&#39;ll briefly explain how to config
170178
<h3 id="what-is-settingsjson">What is <code>settings.json</code>?</h3><p>It&#39;s a file that defines editor behavior. You can customize themes, fonts, IDE layout, UI, extensions, and many more settings.
171179
Note: there are other configuration files such as <code>keymaps.json</code> for key bindings.</p>
172180
<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>
174182
<h3 id="types-of-settings">Types of settings</h3><p>Items that end with &quot;settings&quot; can be configured via the settings UI.<br>Items that end with &quot;settings file&quot; are configurable inside the <code>settings.json</code> script. (Refer to the documentation for property details.)</p>
175183
<h3 id="scope-of-settings">Scope of settings</h3><p>Listed below in increasing order of priority. Settings defined later override earlier ones.</p>
176184
<ul>

WebSite/content/blog/blog_00023.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Note: there are other configuration files such as `keymaps.json` for key binding
2525

2626
Open the command palette with [Ctrl + Shift + P] and type `Zed: setting`. A popup like the one in the attached image will appear.
2727

28-
![image](../assets/img/blog_00023_0.png)
28+
![image](../assets/img/blog_00023_1.png)
2929

3030
### Types of settings
3131

WebSite/content/blog/blog_00023.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ vscodeを触った経験がある方は大概はわかるかと思いますが
2727

2828
[Crtl + Shift + P]でコマンドパレットを開き、`Zed: setting`と入力すると添付画像のようなポップアップが出てきます。
2929

30-
![image](../assets/img/blog_00023_0.png)
30+
![image](../assets/img/blog_00023_1.png)
3131

3232
### 設定方法の種類
3333

0 commit comments

Comments
 (0)