Skip to content

Commit 20d7918

Browse files
committed
chore: 저자 설정 변경 및 첫 포스팅
1 parent 639d132 commit 20d7918

File tree

4 files changed

+50
-12
lines changed

4 files changed

+50
-12
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
1212
end
1313

1414
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]
15+
16+
group :jekyll_plugins do
17+
gem "jekyll-compose", "~> 0.12"
18+
end

_config.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ twitter:
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
37+
name: Ria
3838
email: [email protected] # 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://twitter.com/vrc__ria # change to your Twitter homepage
42+
- https://github.com/maytwo52 # change to your GitHub homepage
4343
# Uncomment below to add more social links
4444
# - https://www.facebook.com/username
4545
# - https://www.linkedin.com/in/username
@@ -224,3 +224,11 @@ jekyll-archives:
224224
permalinks:
225225
tag: /tags/:name/
226226
category: /categories/:name/
227+
228+
jekyll_compose:
229+
auto_open: true # 게시글 생성시 자동열림
230+
default_front_matter:
231+
posts:
232+
description: #기본적으로 넣고 싶은 내용이 있으면 넣어준다.
233+
category:
234+
tags:

_data/authors.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
# url: {homepage_of_author}
77
# -------------------------------------
88

9-
cotes:
10-
name: Cotes Chung
11-
twitter: cotes2020
12-
url: https://github.com/cotes2020/
13-
14-
sille_bille:
15-
name: Dinesh Prasanth Moluguwan Krishnamoorthy
16-
twitter: dinesh_MKD
17-
url: https://github.com/SilleBille/
9+
Ria:
10+
name: Ria
11+
twitter: vrc__ria
12+
url: https://github.com/maytwo52/
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: post
3+
title: 첫글은 역시 뻘글
4+
date: 2025-07-06 19:03 +0900
5+
description:
6+
category: [뻘짓]
7+
tags: []
8+
---
9+
10+
# 들어가는 거
11+
12+
## 들어가는 거에 들어가는 거
13+
14+
첫글은 이상한 글이 국룰이라 생각해서 쓰고 있긴한데 음... 몰?루
15+
16+
## C언어 안녕 세상
17+
18+
```
19+
#include <stdio.h>
20+
21+
int main() {
22+
printf("Hello World!");
23+
return 0;
24+
25+
}
26+
```
27+
28+
# 나가는 거
29+
## 나가는 거에 나가는 거
30+
31+
개인적으로 블로그 자체가 처음이거니와 자존심떄문에 github blog 가보자해서 했는 데 죽을 뻔했어요 악명 높은 이유는 있는 것 같아요.

0 commit comments

Comments
 (0)