Skip to content

Commit b64f90d

Browse files
committed
Merge branch 'master' of https://github.com/jungin7612/Deeplearning_basic_math into feature/4.4
2 parents 96f7d9e + 58b945e commit b64f90d

8 files changed

Lines changed: 262 additions & 51 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 00. Introduction
33
author: Tao He
4-
date: 2019-04-27
4+
date: 2025-08-04
55
category: Jekyll
66
layout: post
77
---
File renamed without changes.

0 commit comments

Comments
 (0)