Skip to content

Commit

Permalink
hugo build
Browse files Browse the repository at this point in the history
  • Loading branch information
srlee056 committed Dec 19, 2023
1 parent d8dc90e commit 243c2dd
Show file tree
Hide file tree
Showing 75 changed files with 35,088 additions and 6,177 deletions.
9 changes: 9 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ copyright = "Seorim Lee"
disqusShortname = "hugo-theme-stack"
enableEmoji = true

enableRobotsTXT = true

# sitemap 생성
[sitemap]
# always, hourly daily, weekly, monthly, yearly, never
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5

[languages.ko]
languageName = "Korean"
title = "서림록"
Expand Down
24 changes: 11 additions & 13 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<meta property='og:description' content='좋은 개발자로 한걸음 더'>
<meta property='og:url' content='https://srlee056.github.io/404.html'>
<meta property='og:site_name' content='서림록'>
<meta property='og:type' content='website'><meta property='og:updated_time' content=' 2023-10-25T16:23:38&#43;09:00 '/>
<meta property='og:type' content='website'><meta property='og:updated_time' content=' 2023-12-19T15:22:00&#43;09:00 '/>
<meta name="twitter:title" content="404 Page not found">
<meta name="twitter:description" content="좋은 개발자로 한걸음 더">
<link rel="shortcut icon" href="static/favicon.ico" />
<link rel="shortcut icon" href="/img/favicon.ico" />

</head>
<body class="">
Expand Down Expand Up @@ -96,20 +96,18 @@ <h2 class="site-description">좋은 개발자로 한걸음 더</h2>

<li>
<a
href='https://twitter.com'
href='mailto:imsolem1226@gmail.com'
target="_blank"
title="Twitter"
title="Contact"
rel="me"
>


<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-twitter" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c-.002 -.249 1.51 -2.772 1.818 -4.013z" />
</svg>



<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-mail" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#2c3e50" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10z" />
<path d="M3 7l9 6l9 -6" />
</svg>

</a>
</li>
Expand Down Expand Up @@ -139,7 +137,7 @@ <h2 class="site-description">좋은 개발자로 한걸음 더</h2>


<li >
<a href='/about/' >
<a href='/about-me/' >



Expand All @@ -152,7 +150,7 @@ <h2 class="site-description">좋은 개발자로 한걸음 더</h2>



<span>About</span>
<span>About Me</span>
</a>
</li>

Expand Down
6 changes: 3 additions & 3 deletions public/about-hugo/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<title>https://srlee056.github.io/about/</title>
<link rel="canonical" href="https://srlee056.github.io/about/">
<title>https://srlee056.github.io/about-me/</title>
<link rel="canonical" href="https://srlee056.github.io/about-me/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://srlee056.github.io/about/">
<meta http-equiv="refresh" content="0; url=https://srlee056.github.io/about-me/">
</head>
</html>
6 changes: 3 additions & 3 deletions public/about-us/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<title>https://srlee056.github.io/about/</title>
<link rel="canonical" href="https://srlee056.github.io/about/">
<title>https://srlee056.github.io/about-me/</title>
<link rel="canonical" href="https://srlee056.github.io/about-me/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://srlee056.github.io/about/">
<meta http-equiv="refresh" content="0; url=https://srlee056.github.io/about-me/">
</head>
</html>
Loading

0 comments on commit 243c2dd

Please sign in to comment.