Skip to content

Commit b4d0135

Browse files
committed
init
1 parent 751bc17 commit b4d0135

3 files changed

Lines changed: 28 additions & 22 deletions

File tree

_config.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,43 @@ theme: jekyll-theme-chirpy
66
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
77
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
88
# otherwise, the layout language will use the default value of 'en'.
9-
lang: en
9+
lang: ko
1010

1111
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
12-
timezone:
12+
timezone: Asia/Seoul
1313

1414
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
1515
# ↓ --------------------------
1616

17-
title: Chirpy # the main title
17+
title: chanos # the main title
1818

19-
tagline: A text-focused Jekyll theme # it will display as the subtitle
19+
tagline: 기술 블로그 # it will display as the subtitle
2020

2121
description: >- # used by seo meta and the atom feed
22-
A minimal, responsive and feature-rich Jekyll theme for technical writing.
22+
chanos technical writing.
2323
2424
# Fill in the protocol & hostname for your site.
2525
# E.g. 'https://username.github.io', note that it does not end with a '/'.
26-
url: ""
26+
url: "https://chanos-dev.github.io"
2727

2828
github:
29-
username: github_username # change to your GitHub username
29+
username: chanos-dev # change to your GitHub username
3030

31-
twitter:
32-
username: twitter_username # change to your Twitter username
31+
# twitter:
32+
# username: twitter_username # change to your Twitter username
3333

3434
social:
3535
# Change to your full name.
3636
# It will be displayed as the default author of the posts and the copyright owner in the Footer
37-
name: your_full_name
38-
email: example@domain.com # change to your email address
37+
name: chanos-dev
38+
email: chanos.dev@gmail.com # change to your email address
3939
links:
4040
# The first element serves as the copyright owner's link
41-
- https://twitter.com/username # change to your Twitter homepage
42-
- https://github.com/username # change to your GitHub homepage
41+
- https://github.com/chanos-dev # change to your GitHub homepage
42+
#- https://twitter.com/username # change to your Twitter homepage
4343
# Uncomment below to add more social links
4444
# - https://www.facebook.com/username
45-
# - https://www.linkedin.com/in/username
45+
- https://www.linkedin.com/in/chanos
4646

4747
# Site Verification Settings
4848
webmaster_verifications:
@@ -98,7 +98,7 @@ theme_mode: # [light | dark]
9898
cdn:
9999

100100
# the avatar on sidebar, support local or CORS resources
101-
avatar:
101+
avatar: /avatar.png
102102

103103
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
104104
# It can be overridden by a customized `page.image` in front matter.

_data/contact.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
- type: github
44
icon: "fab fa-github"
55

6-
- type: twitter
7-
icon: "fa-brands fa-x-twitter"
6+
- type: linkedin
7+
icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
8+
url: 'https://www.linkedin.com/in/chanos' # Fill with your Linkedin homepage
89

910
- type: email
1011
icon: "fas fa-envelope"
@@ -13,15 +14,13 @@
1314
- type: rss
1415
icon: "fas fa-rss"
1516
noblank: true
17+
1618
# Uncomment and complete the url below to enable more contact options
1719
#
1820
# - type: mastodon
1921
# icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
2022
# url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification
2123
#
22-
# - type: linkedin
23-
# icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
24-
# url: '' # Fill with your Linkedin homepage
2524
#
2625
# - type: stack-overflow
2726
# icon: 'fab fa-stack-overflow'

_tabs/about.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,12 @@ icon: fas fa-info-circle
44
order: 4
55
---
66

7-
> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page.
8-
{: .prompt-tip }
7+
안녕하세요. .NET 개발자 **chanos** 입니다. 😎
8+
델파이 VCL로 시작하여 C# Winform으로 넘어가고 현재 .NET 세계에 빠져있습니다.
9+
주로 .NET Framework로 Winform을 개발하고 있으며 서브로 모던 .NET을 이용하여 WebAPI 백엔드 개발을 하고 있습니다.
10+
11+
평소에 기술 서적, 유튜브 영상을 통해 개발 지식을 꾸준히 쌓고 있으며 새로운 기술에 관심이 많습니다.
12+
코드를 작성할 때 좋은 코드, 객체지향 설계를 고민하며 작성합니다.
13+
BCL 또는 오픈소스를 사용할 때 '어떻게 구현했을까?' 라는 생각을 갖고 메서드 구현부를 살펴보는 것을 좋아합니다.
14+
15+
현재 취미는 건강을 위해 헬스와 등산을 주로 하고 있습니다.

0 commit comments

Comments
 (0)