Skip to content

Commit

Permalink
Post: 오늘자 TIL 포스트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
gudmin0526 committed Jan 27, 2024
1 parent 4d9dae0 commit 9664da5
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
root = true

[*]
charset = utf-8
charset = euc-kr
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
Expand Down
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Set default behavior to automatically normalize line endings.
# Set default behavior to a
omatically normalize line endings.
* text=auto

# Force bash scripts to always use LF line endings so that if a repo is accessed
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem 'jekyll-compose', group: [:jekyll_plugins]
5 changes: 3 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# The Site Configuration
encoding: utf-8

# Import the theme
theme: jekyll-theme-chirpy

# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
# otherwise, the layout language will use the default value of 'en'.
lang: en
lang: ko-KR

# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
timezone:
Expand All @@ -16,7 +17,7 @@ timezone:

title: Hyeongmin Kim # the main title

tagline: 천리 길도 한 걸음부터 # it will display as the sub-title
tagline: A growing developer # it will display as the sub-title

description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
Expand Down
1 change: 0 additions & 1 deletion _posts/.placeholder

This file was deleted.

25 changes: 25 additions & 0 deletions _posts/2024-01-27-my-new-post.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: post
title: "[TIL] 2024.01.27"
date: "2024-01-27 19:08:00 +0900"
categories: [TIL]
---

# Today

### Jekyll

github blog에 chirpy 테마를 적용하고, 시험삼아 TIL 포스트 하나를 작성함<br>
마크다운 문법에 대한 숙지가 필요함

### C++

홍정모 교수님의 코테용 C++ 핵심정리 강의를 수강중<br>
새로 배운건 딱히 없고 강의를 수강하기 전 기본적인 세팅 완료함<br>
chapter1. 작동원리까지 수강함

# Tomorrow

### C++

코테용 C++ 핵심정리 강의 수강 완료하고 블로그에 정리까지

0 comments on commit 9664da5

Please sign in to comment.