Skip to content

Commit

Permalink
draft to false
Browse files Browse the repository at this point in the history
  • Loading branch information
greathongtu committed Nov 16, 2023
1 parent 236868b commit e6b37aa
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 7 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,19 @@ <h2 class="!my-0 pb-1 font-bold !leading-none">Second</h2>



<section class="relative my-10 first-of-type:mt-0 last-of-type:mb-0">

<h2 class="!my-0 pb-1 font-bold !leading-none">My First Post</h2>
<time class="text-sm antialiased opacity-60"
>Nov 15, 2023</time
>
<a class="absolute inset-0 text-[0]" href="https://example.org/posts/my-first-post/">My First Post</a>
</section>






</main>

Expand Down
11 changes: 10 additions & 1 deletion index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@
<link>https://example.org/posts/second/</link>
<pubDate>Wed, 15 Nov 2023 22:41:25 +0800</pubDate>
<guid>https://example.org/posts/second/</guid>
<description>Second One hello, this is second!</description>
<description>Second One hello, this is second!
can you see the content?</description>
</item>
<item>
<title>My First Post</title>
<link>https://example.org/posts/my-first-post/</link>
<pubDate>Wed, 15 Nov 2023 22:21:08 +0800</pubDate>
<guid>https://example.org/posts/my-first-post/</guid>
<description>Hello println!(&amp;#34;helo&amp;#34;); fn out() -&amp;gt; String { &amp;#34;df&amp;#34;.into() } this is the content in the first blog.
df </description>
</item>
</channel>
</rss>
13 changes: 13 additions & 0 deletions posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,19 @@ <h2 class="!my-0 pb-1 font-bold !leading-none">Second</h2>



<section class="relative my-10 first-of-type:mt-0 last-of-type:mb-0">

<h2 class="!my-0 pb-1 font-bold !leading-none">My First Post</h2>
<time class="text-sm antialiased opacity-60"
>Nov 15, 2023</time
>
<a class="absolute inset-0 text-[0]" href="https://example.org/posts/my-first-post/">My First Post</a>
</section>






</main>

Expand Down
11 changes: 10 additions & 1 deletion posts/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@
<link>https://example.org/posts/second/</link>
<pubDate>Wed, 15 Nov 2023 22:41:25 +0800</pubDate>
<guid>https://example.org/posts/second/</guid>
<description>Second One hello, this is second!</description>
<description>Second One hello, this is second!
can you see the content?</description>
</item>
<item>
<title>My First Post</title>
<link>https://example.org/posts/my-first-post/</link>
<pubDate>Wed, 15 Nov 2023 22:21:08 +0800</pubDate>
<guid>https://example.org/posts/my-first-post/</guid>
<description>Hello println!(&amp;#34;helo&amp;#34;); fn out() -&amp;gt; String { &amp;#34;df&amp;#34;.into() } this is the content in the first blog.
df </description>
</item>
</channel>
</rss>
26 changes: 21 additions & 5 deletions posts/second/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@



<meta name="description" content="Second One hello, this is second!" />
<meta name="description" content="Second One hello, this is second!
can you see the content?" />
<meta name="author" content="My New Hugo Site" />


Expand Down Expand Up @@ -106,13 +107,15 @@


<meta itemprop="name" content="Second">
<meta itemprop="description" content="Second One hello, this is second!"><meta itemprop="datePublished" content="2023-11-15T22:41:25+08:00" />
<meta itemprop="description" content="Second One hello, this is second!
can you see the content?"><meta itemprop="datePublished" content="2023-11-15T22:41:25+08:00" />
<meta itemprop="dateModified" content="2023-11-15T22:41:25+08:00" />
<meta itemprop="wordCount" content="6">
<meta itemprop="wordCount" content="11">
<meta itemprop="keywords" content="" />

<meta property="og:title" content="Second" />
<meta property="og:description" content="Second One hello, this is second!" />
<meta property="og:description" content="Second One hello, this is second!
can you see the content?" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://example.org/posts/second/" /><meta property="article:section" content="posts" />
<meta property="article:published_time" content="2023-11-15T22:41:25+08:00" />
Expand All @@ -122,7 +125,8 @@

<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Second"/>
<meta name="twitter:description" content="Second One hello, this is second!"/>
<meta name="twitter:description" content="Second One hello, this is second!
can you see the content?"/>



Expand Down Expand Up @@ -232,6 +236,7 @@ <h1 class="!my-0 pb-2.5">Second</h1>

<section><h1 id="second-one">Second One</h1>
<p>hello, this is second!</p>
<p>can you see the content?</p>
</section>


Expand All @@ -241,6 +246,17 @@ <h1 class="!my-0 pb-2.5">Second</h1>



<nav class="mt-24 flex rounded-lg bg-black/[3%] text-lg dark:bg-white/[8%]">


<a
class="ml-auto flex w-1/2 items-center justify-end rounded-r-md p-6 pl-3 font-semibold no-underline hover:bg-black/[2%] dark:hover:bg-white/[3%]"
href="https://example.org/posts/my-first-post/"
><span>My First Post</span><span class="ml-1.5"></span></a
>

</nav>




Expand Down
3 changes: 3 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
</url><url>
<loc>https://example.org/posts/second/</loc>
<lastmod>2023-11-15T22:41:25+08:00</lastmod>
</url><url>
<loc>https://example.org/posts/my-first-post/</loc>
<lastmod>2023-11-15T22:21:08+08:00</lastmod>
</url><url>
<loc>https://example.org/categories/</loc>
</url><url>
Expand Down

0 comments on commit e6b37aa

Please sign in to comment.