Skip to content

Commit bafba52

Browse files
committed
fix: Add favicon
1 parent b157ad4 commit bafba52

File tree

12 files changed

+23
-22
lines changed

12 files changed

+23
-22
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Site
22
name: "redocmath"
33
description: 'Sungjin Yang'
4-
logo: ''
5-
favicon: ''
4+
logo: 'https://github.com/redocmath.png'
5+
favicon: 'https://github.com/redocmath.png'
66
url: 'https://redoc.wops.dev/'
77
baseurl: ''
88

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
{% seo %}
1010

11-
<link rel="shortcut icon" type="image/x-icon" href="{{site.baseurl}}/{{site.favicon}}">
11+
<link rel="shortcut icon" type="image/x-icon" href="{{site.favicon}}">
1212

1313
<!-- Font Awesome Icons -->
1414
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">

_site/404/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<meta name="twitter:card" content="summary" />
2121
<meta property="twitter:title" content="redocmath" />
2222
<script type="application/ld+json">
23-
{"@context":"https://schema.org","@type":"WebPage","description":"Sungjin Yang","headline":"redocmath","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/"}},"url":"http://localhost:4000/404/"}</script>
23+
{"@context":"https://schema.org","@type":"WebPage","description":"Sungjin Yang","headline":"redocmath","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://github.com/redocmath.png"}},"url":"http://localhost:4000/404/"}</script>
2424
<!-- End Jekyll SEO tag -->
2525

2626

27-
<link rel="shortcut icon" type="image/x-icon" href="/">
27+
<link rel="shortcut icon" type="image/x-icon" href="https://github.com/redocmath.png">
2828

2929
<!-- Font Awesome Icons -->
3030
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">

_site/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
redoc.wops.dev

_site/I-think-I'll-do-some-writing/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
<meta property="twitter:image" content="http://localhost:4000/assets/images/2025-12-25/thumbnail.png" />
2525
<meta property="twitter:title" content="I Think I’ll Do Some Writing" />
2626
<script type="application/ld+json">
27-
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"sungjin"},"dateModified":"2025-12-25T00:00:00+09:00","datePublished":"2025-12-25T00:00:00+09:00","description":"글을 써볼까 합니다. 요즈음 운 좋게도 귀감이 되는 좋은 글을 많이 읽게 되었습니다. 언젠가 저도 좋은 글을 쓸 수 있게 되려면 제 생각을 글의 형태로 정리하는 훈련이 필요하다고 느꼈습니다.","headline":"I Think I’ll Do Some Writing","image":"http://localhost:4000/assets/images/2025-12-25/thumbnail.png","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/I-think-I'll-do-some-writing/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/"},"name":"sungjin"},"url":"http://localhost:4000/I-think-I'll-do-some-writing/"}</script>
27+
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"sungjin"},"dateModified":"2025-12-25T00:00:00+09:00","datePublished":"2025-12-25T00:00:00+09:00","description":"글을 써볼까 합니다. 요즈음 운 좋게도 귀감이 되는 좋은 글을 많이 읽게 되었습니다. 언젠가 저도 좋은 글을 쓸 수 있게 되려면 제 생각을 글의 형태로 정리하는 훈련이 필요하다고 느꼈습니다.","headline":"I Think I’ll Do Some Writing","image":"http://localhost:4000/assets/images/2025-12-25/thumbnail.png","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/I-think-I'll-do-some-writing/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://github.com/redocmath.png"},"name":"sungjin"},"url":"http://localhost:4000/I-think-I'll-do-some-writing/"}</script>
2828
<!-- End Jekyll SEO tag -->
2929

3030

31-
<link rel="shortcut icon" type="image/x-icon" href="/">
31+
<link rel="shortcut icon" type="image/x-icon" href="https://github.com/redocmath.png">
3232

3333
<!-- Font Awesome Icons -->
3434
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
@@ -293,7 +293,7 @@ <h5 class="font-weight-bold">Written by Sungjin Yang </h5>
293293
<div id="disqus_thread">
294294
</div>
295295
<script type="text/javascript">
296-
var disqus_shortname = '';
296+
var disqus_shortname = 'redocmath-blog';
297297
var disqus_developer = 0;
298298
(function() {
299299
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;

_site/about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<meta property="twitter:image" content="http://localhost:4000/assets/images/about/IMG_0072.jpg" />
2323
<meta property="twitter:title" content="About" />
2424
<script type="application/ld+json">
25-
{"@context":"https://schema.org","@type":"WebPage","description":"Sungjin Yang","headline":"About","image":"http://localhost:4000/assets/images/about/IMG_0072.jpg","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/"}},"url":"http://localhost:4000/about.html"}</script>
25+
{"@context":"https://schema.org","@type":"WebPage","description":"Sungjin Yang","headline":"About","image":"http://localhost:4000/assets/images/about/IMG_0072.jpg","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://github.com/redocmath.png"}},"url":"http://localhost:4000/about.html"}</script>
2626
<!-- End Jekyll SEO tag -->
2727

2828

29-
<link rel="shortcut icon" type="image/x-icon" href="/">
29+
<link rel="shortcut icon" type="image/x-icon" href="https://github.com/redocmath.png">
3030

3131
<!-- Font Awesome Icons -->
3232
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
@@ -231,7 +231,7 @@ <h3 class="font-weight-bold spanborder"><span>About</span></h3>
231231
<div id="disqus_thread">
232232
</div>
233233
<script type="text/javascript">
234-
var disqus_shortname = '';
234+
var disqus_shortname = 'redocmath-blog';
235235
var disqus_developer = 0;
236236
(function() {
237237
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;

_site/categories.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<meta name="twitter:card" content="summary" />
2121
<meta property="twitter:title" content="Categories" />
2222
<script type="application/ld+json">
23-
{"@context":"https://schema.org","@type":"WebPage","description":"Sungjin Yang","headline":"Categories","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/"}},"url":"http://localhost:4000/categories.html"}</script>
23+
{"@context":"https://schema.org","@type":"WebPage","description":"Sungjin Yang","headline":"Categories","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://github.com/redocmath.png"}},"url":"http://localhost:4000/categories.html"}</script>
2424
<!-- End Jekyll SEO tag -->
2525

2626

27-
<link rel="shortcut icon" type="image/x-icon" href="/">
27+
<link rel="shortcut icon" type="image/x-icon" href="https://github.com/redocmath.png">
2828

2929
<!-- Font Awesome Icons -->
3030
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">

_site/contact.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<meta name="twitter:card" content="summary" />
2121
<meta property="twitter:title" content="Contact" />
2222
<script type="application/ld+json">
23-
{"@context":"https://schema.org","@type":"WebPage","description":"Sungjin Yang","headline":"Contact","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/"}},"url":"http://localhost:4000/contact.html"}</script>
23+
{"@context":"https://schema.org","@type":"WebPage","description":"Sungjin Yang","headline":"Contact","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://github.com/redocmath.png"}},"url":"http://localhost:4000/contact.html"}</script>
2424
<!-- End Jekyll SEO tag -->
2525

2626

27-
<link rel="shortcut icon" type="image/x-icon" href="/">
27+
<link rel="shortcut icon" type="image/x-icon" href="https://github.com/redocmath.png">
2828

2929
<!-- Font Awesome Icons -->
3030
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">

_site/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2025-12-26T21:45:50+09:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">redocmath</title><subtitle>Sungjin Yang</subtitle><entry><title type="html">I Think I’ll Do Some Writing</title><link href="http://localhost:4000/I-think-I'll-do-some-writing/" rel="alternate" type="text/html" title="I Think I’ll Do Some Writing" /><published>2025-12-25T00:00:00+09:00</published><updated>2025-12-25T00:00:00+09:00</updated><id>http://localhost:4000/I-think-I&apos;ll-do-some-writing</id><content type="html" xml:base="http://localhost:4000/I-think-I&apos;ll-do-some-writing/"><![CDATA[<p>글을 써볼까 합니다. 요즈음 운 좋게도 귀감이 되는 좋은 글을 많이 읽게 되었습니다. 언젠가 저도 좋은 글을 쓸 수 있게 되려면 제 생각을 글의 형태로 정리하는 훈련이 필요하다고 느꼈습니다.</p>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2025-12-26T21:56:28+09:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">redocmath</title><subtitle>Sungjin Yang</subtitle><entry><title type="html">I Think I’ll Do Some Writing</title><link href="http://localhost:4000/I-think-I'll-do-some-writing/" rel="alternate" type="text/html" title="I Think I’ll Do Some Writing" /><published>2025-12-25T00:00:00+09:00</published><updated>2025-12-25T00:00:00+09:00</updated><id>http://localhost:4000/I-think-I&apos;ll-do-some-writing</id><content type="html" xml:base="http://localhost:4000/I-think-I&apos;ll-do-some-writing/"><![CDATA[<p>글을 써볼까 합니다. 요즈음 운 좋게도 귀감이 되는 좋은 글을 많이 읽게 되었습니다. 언젠가 저도 좋은 글을 쓸 수 있게 되려면 제 생각을 글의 형태로 정리하는 훈련이 필요하다고 느꼈습니다.</p>
22

33
<p>어떤 식으로 글쓰기 훈련을 할지 고민해 봤습니다. 고민 끝에 내린 답이 바로 블로그 운영이었습니다. 사실 예전에도 몇 번 블로그 운영을 시도해 봤었습니다. 하지만 긴 글을 꾸준히 쓰기에는 아직 제 필력과 성실함이 부족하다는 것을 깨닫고 일찌감치 포기해 버렸습니다. 지금 돌이켜보면 글의 길이에 너무 목매달았던 것 같습니다. 짧은 글도 충분히 가치가 있는데도요. 그렇기에 이 블로그를 그때그때 드는 생각을 짧은 글로 담아내는 연습장으로 꾸며가게 될 것 같습니다.</p>
44

_site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<meta name="twitter:card" content="summary" />
2121
<meta property="twitter:title" content="Home" />
2222
<script type="application/ld+json">
23-
{"@context":"https://schema.org","@type":"WebSite","description":"Homepage","headline":"Home","name":"redocmath","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/"}},"url":"http://localhost:4000/"}</script>
23+
{"@context":"https://schema.org","@type":"WebSite","description":"Homepage","headline":"Home","name":"redocmath","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://github.com/redocmath.png"}},"url":"http://localhost:4000/"}</script>
2424
<!-- End Jekyll SEO tag -->
2525

2626

27-
<link rel="shortcut icon" type="image/x-icon" href="/">
27+
<link rel="shortcut icon" type="image/x-icon" href="https://github.com/redocmath.png">
2828

2929
<!-- Font Awesome Icons -->
3030
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">

0 commit comments

Comments
 (0)