Skip to content

Commit 2b314c8

Browse files
committed
Merge branch 'master' of https://github.com/jungin7612/Deeplearning_basic_math into feature/4.3
2 parents 029dbab + f16cb64 commit 2b314c8

8 files changed

Lines changed: 757 additions & 382 deletions

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ permalink: /
66

77
# 연세대학교 학생들을 위한 딥러닝 기초 수학
88

9+
지각 시 CU 음료수 쏘기
10+
지각 기준 : 4시 5분 이후 도착
11+
12+
포스트 안 써오면 만원씩
13+
14+
posting convention
15+
916
## 저자 서문
1017

1118
딥러닝 기초 수학 과목을 선행하면서 내용을 정리하려고 만들었습니다. 연세대 학생 모두에게 큰 도움이 되길 바라며 저작권 문제가 있을 시 글 배포를 중지하겠습니다.

_config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,18 @@ exclude:
5050
- _drafts
5151

5252
collections:
53+
posts:
54+
output: true
55+
sort_by: date
56+
permalink: /:collection/:year-:month-:day-:title:output_ext
5357
pages:
5458
output: true
55-
permalink: /:collection/:path/
59+
sort_by: date
60+
permalink: /:collection/:year-:month-:day-:title:output_ext
5661
others:
5762
output: true
58-
permalink: /:collection/:path/
63+
sort_by: date
64+
permalink: /:collection/:year-:month-:day-:title:output_ext
5965

6066
ordered_collections:
6167
- posts

0 commit comments

Comments
 (0)