-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.xml
51 lines (36 loc) · 4.21 KB
/
feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="https://junohm410.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://junohm410.github.io/" rel="alternate" type="text/html" /><updated>2024-08-06T22:12:38+09:00</updated><id>https://junohm410.github.io/feed.xml</id><title type="html">shodan</title><subtitle>> 最初から 自分信じて やってれば 良かったのよ
</subtitle><author><name>shodan</name></author><entry><title type="html">投稿テスト</title><link href="https://junohm410.github.io/random/test.html" rel="alternate" type="text/html" title="投稿テスト" /><published>2024-07-31T00:00:00+09:00</published><updated>2024-07-31T00:00:00+09:00</updated><id>https://junohm410.github.io/random/test</id><content type="html" xml:base="https://junohm410.github.io/random/test.html"><h2 id="投稿テスト">投稿テスト</h2>
<p>どんな感じで表示されるのかのテストです。</p>
<p>使っているテーマ</p>
<ul>
<li><a href="https://github.com/riggraz/no-style-please?tab=readme-ov-file">riggraz/no-style-please: A (nearly) no-CSS, fast, minimalist Jekyll theme.</a></li>
</ul>
<h3 id="引用と脚注">引用と脚注</h3>
<p>安達哲『さくらの唄』<sup id="fnref:1" role="doc-noteref"><a href="#fn:1" class="footnote" rel="footnote">1</a></sup></p>
<blockquote>
<p>最初から 自分信じて やってれば 良かったのよ</p>
</blockquote>
<h3 id="画像">画像</h3>
<p>横長画像
<img src="/images/posts/IMG_0586.JPG" alt="横長" /></p>
<p>ローカルで確認しやすくビルドもできる画像の貼り方については以下の記事を参考にさせていただきました。
<a href="https://takezoe.hatenablog.com/entry/20140629/p1">Jekyllのエントリに画像を貼る - たけぞう瀕死ブログ</a></p>
<h3 id="コード">コード</h3>
<h4 id="コードブロック">コードブロック</h4>
<div class="language-ruby highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="c1"># frozen_string_literal: true</span>
<span class="k">class</span> <span class="nc">Comment</span> <span class="o">&lt;</span> <span class="no">ApplicationRecord</span>
<span class="n">belongs_to</span> <span class="ss">:item</span>
<span class="n">belongs_to</span> <span class="ss">:user</span>
<span class="n">validates</span> <span class="ss">:content</span><span class="p">,</span> <span class="ss">presence: </span><span class="kp">true</span>
<span class="k">end</span>
</code></pre></div></div>
<h4 id="インラインコード">インラインコード</h4>
<p><code class="language-plaintext highlighter-rouge">const hoge = 'fuga';</code></p>
<hr />
<div class="footnotes" role="doc-endnotes">
<ol>
<li id="fn:1" role="doc-endnote">
<p><a href="https://ja.wikipedia.org/wiki/%E3%81%95%E3%81%8F%E3%82%89%E3%81%AE%E5%94%84_(%E6%BC%AB%E7%94%BB)">さくらの唄 (漫画) - Wikipedia</a> <a href="#fnref:1" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
</li>
</ol>
</div></content><author><name>shodan</name></author><category term="random" /><summary type="html">投稿テスト</summary></entry></feed>