Skip to content

Commit

Permalink
1688041979
Browse files Browse the repository at this point in the history
  • Loading branch information
jiwonaid committed Jun 29, 2023
1 parent 7408a5d commit 6661687
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h1>Page not found</h1>
text += "about\nposts";
}
else if (path.innerText == "posts/") {
text += "\/\/posts\/dt\/\/posts\/\/posts\/materials\/\/posts\/runcontainer\/\/posts\/golang-build-tools\/\/posts\/km\/\/posts\/rmq\/\/posts\/kqs\/\/posts\/tilt\/\/posts\/lks\/\/posts\/create-blog-github\/\/posts\/linux-kernel-dev-env-conf\/\/posts\/cloud-init-user-data-script-re-run\/\/posts\/my-first-post\/\/adamantium\/\/about\/\/categories\/\/tags\/";
text += "\/\/posts\/dt\/\/posts\/\/posts\/materials\/\/posts\/runcontainer\/\/posts\/golang-build-tools\/\/posts\/km\/\/posts\/rmq\/\/posts\/kqs\/\/posts\/tilt\/\/posts\/lks\/\/posts\/create-blog-github\/\/posts\/linux-kernel-dev-env-conf\/\/posts\/cloud-init-user-data-script-re-run\/\/posts\/my-first-post\/\/about\/\/categories\/\/adamantium\/\/tags\/";
text = text.replace(/\/posts\//g, "");
text = text.replace(/\//g, "\n");
}
Expand Down
6 changes: 3 additions & 3 deletions adamantium/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<meta property="og:title" content="10,000 and 777.77:1" />
<meta property="og:title" content="RF" />
<meta property="og:description" content="" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://jiwonaid.github.io/adamantium/" />


<meta name="twitter:title" content="10,000 and 777.77:1"/>
<meta name="twitter:title" content="RF"/>
<meta name="twitter:description" content=""/>

</head>
Expand All @@ -43,7 +43,7 @@

<div class="container " >

<h1>10,000 and 777.77:1</h1>
<h1>RF</h1>


<div class="footer">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h1>About</h1>
text += "about\nposts";
}
else if (path.innerText == "posts/") {
text += "\/posts\/\/adamantium\/\/about\/";
text += "\/posts\/\/about\/\/adamantium\/";
text = text.replace(/\/posts\//g, "");
text = text.replace(/\//g, "\n");
}
Expand Down
18 changes: 9 additions & 9 deletions index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,6 @@ deploy@vm-instance:~$ systemctl cat cloud-init.target # /lib/systemd/system/clou
<description>내 첫 게시글</description>
</item>

<item>
<title>10,000 and 777.77:1</title>
<link>https://jiwonaid.github.io/adamantium/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://jiwonaid.github.io/adamantium/</guid>
<description></description>
</item>

<item>
<title>About</title>
<link>https://jiwonaid.github.io/about/</link>
Expand All @@ -202,5 +193,14 @@ Have an interest in open source cloud computing technologies like Agones.
(more)</description>
</item>

<item>
<title>RF</title>
<link>https://jiwonaid.github.io/adamantium/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://jiwonaid.github.io/adamantium/</guid>
<description></description>
</item>

</channel>
</rss>
6 changes: 3 additions & 3 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,19 @@


<url>
<loc>https://jiwonaid.github.io/adamantium/</loc>
<loc>https://jiwonaid.github.io/about/</loc>
</url>



<url>
<loc>https://jiwonaid.github.io/about/</loc>
<loc>https://jiwonaid.github.io/categories/</loc>
</url>



<url>
<loc>https://jiwonaid.github.io/categories/</loc>
<loc>https://jiwonaid.github.io/adamantium/</loc>
</url>


Expand Down

0 comments on commit 6661687

Please sign in to comment.