Skip to content
This repository was archived by the owner on Sep 5, 2021. It is now read-only.

Commit 5ab428a

Browse files
authored
[Move]: テンプレートをREADMEに
1 parent 988383a commit 5ab428a

File tree

1 file changed

+40
-3
lines changed

1 file changed

+40
-3
lines changed

Diff for: README.md

+40-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,45 @@
99
yyyy-mm-dd-タイトル.md<br>
1010
という名前のファイルを作ります。
1111
そしたら、中に<br>
12-
<a href="https://gist.githubusercontent.com/okaits/5cd3c2155e5e9bb7ad611153fe9facea/raw/6ff4266167c3520b7a73122d9c8f62f34cf69818/Blog%2520header.md">Header</a><br>
13-
このコードを入れます。<br>
12+
一番下に記述したコードを入れます。<br>
1413
そうして、その後に<b>HTMLで</b>本文を書き始めてください。(brタグを忘れないようにする。)<br>
1514
本文を書き終えたら、PRを作成してください。(直接CommitもOK)<br>
16-
</p>
15+
</p>
16+
```md
17+
---
18+
layout: post
19+
title: ブログのタイトル
20+
categories: ブログのカテゴリ(ない場合この行は省略可能)
21+
image: 記事の画像(ない場合この行は省略可能)
22+
highlight: false
23+
disqus: true
24+
author: 記事を書いた人のDiscordユーザー名とタグ(例:okaits#7534)
25+
---
26+
<!-- EthereumAds -->
27+
<div id="EthereumAds-linuxcodevblog"></div>
28+
<script src="https://ethereumads.com/adviewer.js">
29+
</script>
30+
<script>
31+
EthereumAds.initAdSlot({
32+
acceptedCurrencies: ["ALL"], // option ALL for all whitelisted tokens, ETH for Ethereum, DAI for DAI Stablecoin
33+
//validatorEndpoint:"", // optional custom validator
34+
mediaType: "image_320x50",
35+
fallback: "default", // default, none, custom url
36+
slot: "linuxcodevblog",
37+
address: "0xd404f198c4f580727eb11cd69b581d5f10c7efd9",
38+
platform: "",
39+
affiliate: "",
40+
keywords:"", //comma separatedy
41+
adult: false,
42+
version: "1.00"
43+
});
44+
/*
45+
for responsive ads add and adjust this according to your needs:
46+
responsive: [
47+
{ mediaType: "image_728x90", minWidth: 728 },
48+
{ mediaType: "image_300x600" }
49+
],
50+
*/
51+
</script>
52+
<!-- /EthereumAds -->
53+
```

0 commit comments

Comments
 (0)