Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mmistakes/minimal-mistakes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: minyoongi96/minyoongi96.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: poster
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
Loading
Showing with 15,687 additions and 101 deletions.
  1. +1 −0 .ruby-version
  2. +9 −1 Gemfile
  3. +38 −81 _config.yml
  4. +31 −3 _data/navigation.yml
  5. +2 −1 _includes/breadcrumbs.html
  6. +13 −1 _includes/nav_list
  7. +26 −0 _includes/nav_list_bak
  8. +4 −4 _includes/page__meta.html
  9. +1 −1 _includes/sidebar.html
  10. +7 −0 _pages/category-archive.md
  11. +7 −0 _pages/tag-archive.md
  12. +687 −0 _posts/2022-01-05-Numpy.md
  13. +383 −0 _posts/2022-01-07-Queue.md
  14. +256 −0 _posts/2022-01-07-Stack.md
  15. +647 −0 _posts/2022-01-13-1.선형회귀와 경사하강법.md
  16. +313 −0 _posts/2022-01-13-2.다층 퍼셉트론과 활성화 함수.md
  17. +420 −0 _posts/2022-01-25-CNN(Convolution층 + Pooling층).md
  18. +901 −0 _posts/2022-01-25-Fashion_mnist.md
  19. +382 −0 _posts/2022-02-04-순차 데이터와 순환 신경망.md
  20. +403 −0 _posts/2022-02-04-합성곱 신경망 시각화.md
  21. +431 −0 _posts/2022-02-04-합성곱 신경망(CNN, Fashion MNIST 분류).md
  22. +627 −0 _posts/2022-02-07-IMDB 긍정 여부 예측(RNN, Embedding).md
  23. +625 −0 _posts/2022-02-12-LSTM, GRU(imdb 예측).md
  24. +253 −0 _posts/2022-09-10-ml01_K-Nearest Neighbors(KNN).md
  25. +121 −0 _posts/2022-09-15-ml02_데이터 스케일링.md
  26. +290 −0 _posts/2022-09-20-ml03_Decision Tree(결정트리).md
  27. +708 −0 _posts/2022-09-24-ml04_집값 예측 DecisionTree(회귀).md
  28. +155 −0 _posts/2022-09-29-ml05_Ensemble(앙상블).md
  29. +163 −0 _posts/2022-10-01-DL01_경사하강법,오차역전파,활성화함수 정리.md
  30. +319 −0 _posts/2022-10-05-DL02_CNN 합성곱 신경망 정리.md
  31. +282 −0 _posts/2022-10-09-springboot01_Spring Boot 프로젝트 시작.md
  32. +106 −0 _posts/2022-10-10-DL03_전이학습 fine_tuning.md
  33. +688 −0 _posts/2022-10-14-DL04_다중분류_모델_만들기(3종류_동물).md
  34. +121 −0 _posts/2022-10-16-springboot02_Spring Boot 에서 jsessionid 문제 해결.md
  35. +211 −0 _posts/2022-10-20-DL05_객체 탐지.md
  36. +320 −0 _posts/2022-10-22-DL06_Yolov5 실습.md
  37. +129 −0 _posts/2022-10-24-springboot03_Spring Data JPA.md
  38. +402 −0 _posts/2022-10-30-DL07_RNN 순환 신경망 정리.md
  39. +387 −0 _posts/2022-11-05-DL08-1_RNN 활용 및 실습.md
  40. +289 −0 _posts/2022-11-09-git01_Git으로 협업 기능 정리.md
  41. +282 −0 _posts/2022-11-09-springboot01_Spring Boot 프로젝트 시작.md
  42. +252 −0 _posts/2022-11-10-springboot04_Spring JPA 설정 및 사용 어노테이션.md
  43. +145 −0 _posts/2022-11-14-springboot05_AssertJ 사용해보기.md
  44. +121 −0 _posts/2022-11-15-springboot02_Spring Boot 에서 jsessionid 문제 해결.md
  45. +169 −0 _posts/2022-11-16-springboot06_JPA 연관관계 매핑.md
  46. +129 −0 _posts/2022-11-18-springboot03_Spring Data JPA.md
  47. +357 −0 _posts/2022-11-20-springboot07_JPA ,Query 어노테이션, JPQL, DTO 매핑, function.md
  48. +252 −0 _posts/2022-11-23-springboot04_Spring JPA 설정 및 사용 어노테이션.md
  49. +145 −0 _posts/2022-11-23-springboot05_AssertJ 사용해보기.md
  50. +162 −0 _posts/2022-11-27-springboot08_Spring 프로젝트 계층 아키텍처 .md
  51. +387 −0 _posts/2022-11-5-DL08-1_RNN 활용 및 실습.md
  52. +110 −0 _posts/2024-03-02-aws02_EC2, EBS, ELB 내용 정리.md
  53. +170 −0 _posts/2024-03-13-aws01_IAM 정리.md
  54. +31 −0 _posts/2024-04-25-aws03_X-Forwared-For.md
  55. +282 −0 _posts/2024-05-02-aws4_AWS VPC와 Public,Private Subnet 생성.md
  56. +80 −0 _posts/2024-05-04-OLAP와 OLTP.md
  57. +45 −0 _posts/2024-05-10-RDS의 ElastiCache.md
  58. +40 −0 _posts/2024-05-10-aws5_AWS RDS 백업.md
  59. +39 −0 _posts/2024-05-10-aws6_RDS의 Multi AZ, Read Replicas.md
  60. +154 −0 _posts/2024-05-15-aws07_RDS 생성 및 EC2 인스턴스 연결.md
  61. +106 −0 _posts/2024-05-15-aws08_RDS 파라미터 그룹.md
  62. +149 −0 _posts/2024-05-22-aws09_S3에 대한 기본 개념.md
  63. +110 −0 _posts/2024-06-02-aws10_S3 생성 & 퍼블릭 ACL 설정하여 외부 접근해보기.md
  64. +212 −0 _posts/2024-06-04-aws11_S3 버킷 정책 설정 & 암호화하기.md
  65. +185 −0 _posts/2024-06-05-aws12_S3 CORS 정책 실습해보기.md
  66. +4 −4 _sass/minimal-mistakes/_reset.scss
  67. +7 −0 assets/css/main.scss
  68. BIN assets/images/DL01/img1.png
  69. BIN assets/images/DL01/img10.png
  70. BIN assets/images/DL01/img2.png
  71. BIN assets/images/DL01/img3.png
  72. BIN assets/images/DL01/img4.png
  73. BIN assets/images/DL01/img5.png
  74. BIN assets/images/DL01/img6.png
  75. BIN assets/images/DL01/img9.png
  76. BIN assets/images/DL02/01_1.png
  77. BIN assets/images/DL02/01_2.png
  78. BIN assets/images/DL02/01_3.png
  79. BIN assets/images/DL02/01_4.png
  80. BIN assets/images/DL02/01_5.png
  81. BIN assets/images/DL02/01_6.png
  82. BIN assets/images/DL03/02_1.png
  83. BIN assets/images/DL03/02_2.png
  84. BIN assets/images/DL04/output_18_0.png
  85. BIN assets/images/DL05/05_1.png
  86. BIN assets/images/DL05/05_2.png
  87. BIN assets/images/DL05/05_3.png
  88. BIN assets/images/DL05/05_4.png
  89. BIN assets/images/DL05/05_5.png
  90. BIN assets/images/DL06/09_3.png
  91. BIN assets/images/DL06/09_4.jpg
  92. BIN assets/images/DL06/09_5.png
  93. BIN assets/images/DL06/result1.png
  94. BIN assets/images/DL06/result2.png
  95. BIN assets/images/DL06/result3.png
  96. BIN assets/images/DL07/07_1.png
  97. BIN assets/images/DL07/07_10.png
  98. BIN assets/images/DL07/07_11.png
  99. BIN assets/images/DL07/07_12.png
  100. BIN assets/images/DL07/07_2.png
  101. BIN assets/images/DL07/07_3_1.png
  102. BIN assets/images/DL07/07_3_2.png
  103. BIN assets/images/DL07/07_4.png
  104. BIN assets/images/DL07/07_5.png
  105. BIN assets/images/DL07/07_6.png
  106. BIN assets/images/DL07/07_7.png
  107. BIN assets/images/DL07/07_8.png
  108. BIN assets/images/DL07/07_9.png
  109. BIN assets/images/DL07/Untitled.png
  110. BIN assets/images/DL08-1/output_19_0.png
  111. BIN assets/images/DL08-1/output_21_0.png
  112. BIN assets/images/DL08-1/output_29_0.png
  113. BIN assets/images/DL08-1/output_34_0.png
  114. BIN assets/images/DL08-1/output_40_0.png
  115. BIN assets/images/GRU셀.png
  116. BIN assets/images/LSTM_cell_update.png
  117. BIN assets/images/LSTM_cell상태.png
  118. BIN assets/images/LSTM_forget게이트.png
  119. BIN assets/images/LSTM_input게이트.png
  120. BIN assets/images/LSTM_output게이트.png
  121. BIN assets/images/LSTM구조.png
  122. BIN assets/images/LSTM기호.png
  123. BIN assets/images/MyProfile.png
  124. BIN assets/images/RNN.png
  125. BIN assets/images/RNN수식.PNG
  126. BIN assets/images/RNN활용.PNG
  127. BIN assets/images/Sigmoid.png
  128. BIN assets/images/Sigmoid_성질.png
  129. BIN assets/images/aws01/01.png
  130. BIN assets/images/aws01/02.png
  131. BIN assets/images/aws01/03.png
  132. BIN assets/images/aws01/04.png
  133. BIN assets/images/aws01/05.png
  134. BIN assets/images/aws01/06.png
  135. BIN assets/images/aws01/07.png
  136. BIN assets/images/aws01/08.png
  137. BIN assets/images/aws01/09.png
  138. BIN assets/images/aws01/10.png
  139. BIN assets/images/aws01/11.png
  140. BIN assets/images/aws01/12.png
  141. BIN assets/images/aws03/01.png
  142. BIN assets/images/aws04/01.png
  143. BIN assets/images/aws04/02.png
  144. BIN assets/images/aws04/03.png
  145. BIN assets/images/aws04/04.png
  146. BIN assets/images/aws04/05.png
  147. BIN assets/images/aws04/06.png
  148. BIN assets/images/aws04/07.png
  149. BIN assets/images/aws04/08.png
  150. BIN assets/images/aws04/09.png
  151. BIN assets/images/aws04/10.png
  152. BIN assets/images/aws04/11.png
  153. BIN assets/images/aws04/12.png
  154. BIN assets/images/aws04/13.png
  155. BIN assets/images/aws04/14.png
  156. BIN assets/images/aws04/15.png
  157. BIN assets/images/aws04/16.png
  158. BIN assets/images/aws04/17.png
  159. BIN assets/images/aws04/18.png
  160. BIN assets/images/aws04/19.png
  161. BIN assets/images/aws04/20.png
  162. BIN assets/images/aws04/21.png
  163. BIN assets/images/aws04/22.png
  164. BIN assets/images/aws04/23.png
  165. BIN assets/images/aws04/24.png
  166. BIN assets/images/aws04/25.png
  167. BIN assets/images/aws04/26.png
  168. BIN assets/images/aws04/27.png
  169. BIN assets/images/aws04/28.png
  170. BIN assets/images/aws04/29.png
  171. BIN assets/images/aws04/30.png
  172. BIN assets/images/aws04/31.png
  173. BIN assets/images/aws04/32.png
  174. BIN assets/images/aws04/33.png
  175. BIN assets/images/aws04/34.png
  176. BIN assets/images/aws04/35.png
  177. BIN assets/images/aws04/36.png
  178. BIN assets/images/aws05/1.png
  179. BIN assets/images/aws06/1.png
  180. BIN assets/images/aws06/2.png
  181. BIN assets/images/aws07/1.png
  182. BIN assets/images/aws07/10.png
  183. BIN assets/images/aws07/11.png
  184. BIN assets/images/aws07/12.png
  185. BIN assets/images/aws07/13.png
  186. BIN assets/images/aws07/14.png
  187. BIN assets/images/aws07/15.png
  188. BIN assets/images/aws07/16.png
  189. BIN assets/images/aws07/17.png
  190. BIN assets/images/aws07/18.png
  191. BIN assets/images/aws07/19.png
  192. BIN assets/images/aws07/2.png
  193. BIN assets/images/aws07/20.png
  194. BIN assets/images/aws07/3.png
  195. BIN assets/images/aws07/4.png
  196. BIN assets/images/aws07/5.png
  197. BIN assets/images/aws07/6.png
  198. BIN assets/images/aws07/7.png
  199. BIN assets/images/aws07/8.png
  200. BIN assets/images/aws07/9.png
  201. BIN assets/images/aws08/2.46.02.png
  202. BIN assets/images/aws08/2.51.27.png
  203. BIN assets/images/aws08/2.54.49.png
  204. BIN assets/images/aws08/3.04.03.png
  205. BIN assets/images/aws09/9.13.09.png
  206. BIN assets/images/aws10/1.02.58.png
  207. BIN assets/images/aws10/1.05.12.png
  208. BIN assets/images/aws10/1.23.32.png
  209. BIN assets/images/aws10/1.24.51.png
  210. BIN assets/images/aws10/1.25.58.png
  211. BIN assets/images/aws10/1.27.53.png
  212. BIN assets/images/aws10/1.28.53.png
  213. BIN assets/images/aws10/1.46.06.png
  214. BIN assets/images/aws10/1.46.17.png
  215. BIN assets/images/aws10/1.46.43.png
  216. BIN assets/images/aws10/1.47.56.png
  217. BIN assets/images/aws10/1.49.50.png
  218. BIN assets/images/aws10/1.54.48.png
  219. BIN assets/images/aws10/1.58.08.png
  220. BIN assets/images/aws10/1.59.35.png
  221. BIN assets/images/aws10/12.42.58.png
  222. BIN assets/images/aws10/2.01.07.png
  223. BIN assets/images/aws10/2.02.58.png
  224. BIN assets/images/aws10/2.03.56.png
  225. BIN assets/images/aws11/3.13.41.png
  226. BIN assets/images/aws11/3.14.47.png
  227. BIN assets/images/aws11/3.16.46.png
  228. BIN assets/images/aws11/3.18.42.png
  229. BIN assets/images/aws11/3.20.48.png
  230. BIN assets/images/aws11/3.23.24.png
  231. BIN assets/images/aws11/3.27.02.png
  232. BIN assets/images/aws11/3.31.08.png
  233. BIN assets/images/aws11/3.45.10.png
  234. BIN assets/images/aws11/4.17.05.png
  235. BIN assets/images/aws11/4.25.08.png
  236. BIN assets/images/aws11/4.25.24.png
  237. BIN assets/images/aws11/4.35.23.png
  238. BIN assets/images/aws11/4.39.09.png
  239. BIN assets/images/aws11/4.49.32.png
  240. BIN assets/images/aws11/4.52.09.png
  241. BIN assets/images/aws11/4.57.29.png
  242. BIN assets/images/aws11/4.58.18.png
  243. BIN assets/images/aws12/5.34.33.png
  244. BIN assets/images/aws12/5.43.05.png
  245. BIN assets/images/aws12/6.47.27.png
  246. BIN assets/images/aws12/7.56.23.png
  247. BIN assets/images/git01/01.png
  248. BIN assets/images/git01/02.png
  249. BIN assets/images/git01/03.png
  250. BIN assets/images/git01/04.png
  251. BIN assets/images/git01/05.png
  252. BIN assets/images/git01/06.png
  253. BIN assets/images/ml01/01.png
  254. BIN assets/images/ml01/02.png
  255. BIN assets/images/ml02/01.png
  256. BIN assets/images/ml02/02.png
  257. BIN assets/images/ml03/01.png
  258. BIN assets/images/ml03/02.png
  259. +396 −0 assets/images/ml03/output_20_0.svg
  260. BIN assets/images/ml04/output_61_0.png
  261. BIN assets/images/springboot01/00_1.png
  262. BIN assets/images/springboot01/01_1.png
  263. BIN assets/images/springboot02/00_1.png
  264. BIN assets/images/springboot03/00_1.png
  265. BIN assets/images/springboot08/01.png
  266. BIN assets/images/springboot08/02.png
  267. BIN assets/images/springboot08/03.png
  268. BIN assets/images/springboot08/04.png
  269. BIN assets/images/springboot08/05.png
  270. BIN assets/images/springboot08/06.png
  271. BIN assets/images/경사하강법.png
  272. BIN assets/images/경사하강법_과정.png
  273. BIN assets/images/공식_MSE.png
  274. BIN assets/images/공식_최소제곱법.png
  275. BIN assets/images/리턴시퀸스.PNG
  276. BIN assets/images/맥스풀링.png
  277. BIN assets/images/모두의딥러닝.png
  278. BIN assets/images/모멘텀.png
  279. BIN assets/images/시그모이드미분.png
  280. BIN assets/images/오차역전파1.png
  281. BIN assets/images/오차역전파2.png
  282. BIN assets/images/제로패딩.png
  283. BIN assets/images/체인룰.png
  284. BIN assets/images/퍼셉트론.png
  285. BIN assets/images/합성곱신경망_여러개의필터.png
  286. BIN assets/images/합성곱신경망_커널.png
  287. BIN assets/images/확률적_경사_하강법.png
  288. BIN assets/images/활성화함수_테이블.png
  289. +6 −5 docs/_config.yml
  290. +1 −0 docs/_pages/category-archive.md
  291. +1 −0 google285e0ef783d2b56a.html
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.2.5
10 changes: 9 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
source "https://rubygems.org"
gemspec
gemspecs

gem "minimal-mistakes-jekyll"

gem "webrick", "~> 1.7"

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo'
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
119 changes: 38 additions & 81 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -15,28 +15,28 @@
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

# Site Settings
locale : "en-US"
rtl : # true, false (default) # turns direction of the page into right to left for RTL languages
title : "Site Title"
title_separator : "-"
subtitle : # site tagline that appears below site title in masthead
name : "Your Name"
description : "An amazing website."
url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
locale : "ko-KR"
title : "YoonkieNote"
title_separator : "|"
subtitle : "Simply, Deeply"
name : "YoonkieNote"
description : "나만의 개발 공부 일지"
url : "https://minyoongi96.github.io"
baseurl : # the subpath of your site, e.g. "/blog"
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
breadcrumbs : # true, false (default)
breadcrumbs : true # true, false (default)
words_per_minute : 200
enable_copy_code_button : # true, false (default)
copyright : # "copyright" name, defaults to site.title
copyright_url : # "copyright" URL, defaults to site.url
comments:
provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
provider : "disqus" # (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
disqus:
shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
shortname : "yoonkienote"
discourse:
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
facebook:
@@ -84,7 +84,7 @@ google:
# SEO Related
google_site_verification :
bing_site_verification :
naver_site_verification :
naver_site_verification : "efd9a2ff3152882228024e338d6cffdcac9804f6"
yandex_site_verification :
baidu_site_verification :

@@ -105,60 +105,40 @@ social:

# Analytics
analytics:
provider : # false (default), "google", "google-universal", "google-gtag", "custom"
provider : "google-gtag" # false (default), "google", "google-universal", "google-gtag", "custom"
google:
tracking_id :
anonymize_ip : # true, false (default)
tracking_id : "G-D9JJMVGYQH"
anonymize_ip : false


# Site Author
author:
name : "Your Name"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "I am an **amazing** person."
location : "Somewhere"
name : "minyoongi96"
avatar : "/assets/images/MyProfile.png" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "웹 개발 끄적끄적"
location : #"Somewhere"
email :
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
# url: "mailto:your.name@email.com"
- label: "Website"
icon: "fas fa-fw fa-link"
# url: "https://your-website.com"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
# url: "https://twitter.com/"
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
# url: "https://facebook.com/"
url: "zoobon63@gmail.com"
- label: "GitHub"
icon: "fab fa-fw fa-github"
# url: "https://github.com/"
url: "https://github.com/minyoongi96"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url: "https://instagram.com/"
url: "https://instagram.com/yoon___kie"

# Site Footer
footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
# url:
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
# url:

- label: "GitHub"
icon: "fab fa-fw fa-github"
# url:
- label: "GitLab"
icon: "fab fa-fw fa-gitlab"
# url:
- label: "Bitbucket"
icon: "fab fa-fw fa-bitbucket"
# url:
url: "https://github.com/minyoongi96"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url:
url: "https://instagram.com/yoon___kie"


# Reading Files
@@ -227,33 +207,9 @@ sass:

# Outputting
permalink: /:categories/:title/
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones


# Pagination with jekyll-paginate
paginate: 5 # amount of posts to show
paginate: 10 # amount of posts to show
paginate_path: /page:num/

# Pagination with jekyll-paginate-v2
# See https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#site-configuration
# for configuration details
pagination:
# Set enabled to true to use paginate v2
# enabled: true
debug: false
collection: 'posts'
per_page: 10
permalink: '/page/:num/'
title: ':title - page :num'
limit: 0
sort_field: 'date'
sort_reverse: true
category: 'posts'
tag: ''
locale: ''
trail:
before: 2
after: 2
timezone: Asia/Seoul


# Plugins (previously gems:)
@@ -290,16 +246,16 @@ tag_archive:
type: liquid
path: /tags/
# https://github.com/jekyll/jekyll-archives
# jekyll-archives:
# enabled:
# - categories
# - tags
# layouts:
# category: archive-taxonomy
# tag: archive-taxonomy
# permalinks:
# category: /categories/:name/
# tag: /tags/:name/
jekyll-archives:
enabled:
- categories
- tags
layouts:
category: archive-taxonomy
tag: archive-taxonomy
permalinks:
category: /categories/:name/
tag: /tags/:name/


# HTML Compression
@@ -320,6 +276,7 @@ defaults:
layout: single
author_profile: true
read_time: true
comments: # true
comments: true
share: true
related: true
show_date : true
34 changes: 31 additions & 3 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,40 @@
# main links
main:
- title: "Quick-Start Guide"
url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
- title: "Category"
url: /categories/
- title: "Tag"
url: /tags/
# - title: "About"
# url: https://mmistakes.github.io/minimal-mistakes/about/
# - title: "Sample Posts"
# url: /year-archive/
# - title: "Sample Collections"
# url: /collection-archive/
# - title: "Sitemap"
# url: /sitemap/
# url: /sitemap/

docs:
- title: Back-end
childen:
- title: "Spring"
url: spring/
category: "springboot"
- title: AI
childen:
- title: "Deep Learning"
url: deeplearning/
category: "딥러닝"
- title: "Machine Learning"
url: machinelearning/
category: "머신러닝"
- title: 알고리즘
childen:
- title: "Algorithm"
url: algorithm/
category: "자료구조-알고리즘"
- title: Git
childen:
- title: "Git"
url: git/
category: "git"

3 changes: 2 additions & 1 deletion _includes/breadcrumbs.html
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
{% else %}
{% assign crumb_path = site.category_archive.path %}
{% endif %}

<!--
<nav class="breadcrumbs">
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
{% assign crumbs = page.url | split: '/' %}
@@ -38,3 +38,4 @@
{% endfor %}
</ol>
</nav>
-->
14 changes: 13 additions & 1 deletion _includes/nav_list
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
{% else %}
<span class="nav__sub-title">{{ nav.title }}</span>
{% endif %}

<<<<<<< HEAD
{% if nav.children != null %}
<ul>
{% for child in nav.children %}
@@ -22,6 +22,18 @@
{% endif %}
</li>
{% endfor %}
=======

{% if nav.children != null %}
<ul>
{% for child in nav.children %}
{% assign category = site.categories[child.category] | where_exp: "item", "item.hidden != true" %}
<li><a href="{{ child.url | relative_url }}"{% if child.url == page.url %} class="active"{% endif %}>{{ child.title }} ({{ category.size }})</a></li>
{% endfor %}
</ul>
{% endif %}
</li>
>>>>>>> master
{% endfor %}
</ul>
</nav>
26 changes: 26 additions & 0 deletions _includes/nav_list_bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{% assign navigation = site.data.navigation[include.nav] %}

<nav class="nav__list">
{% if page.sidebar.title %}<h3 class="nav__title" style="padding-left: 0;">{{ page.sidebar.title }}</h3>{% endif %}
<input id="ac-toc" name="accordion-toc" type="checkbox" />
<label for="ac-toc">{{ site.data.ui-text[site.locale].menu_label | default: "Toggle Menu" }}</label>
<ul class="nav__items">
{% for nav in navigation %}
<li>
{% if nav.url %}
<a href="{{ nav.url | relative_url }}"><span class="nav__sub-title">{{ nav.title }}</span></a>
{% else %}
<span class="nav__sub-title">{{ nav.title }}</span>
{% endif %}

{% if nav.children != null %}
<ul>
{% for child in nav.children %}
<li><a href="{{ child.url | relative_url }}"{% if child.url == page.url %} class="active"{% endif %}>{{ child.title }}</a></li>
{% endfor %}
</ul>
{% endif %}
</li>
{% endfor %}
</ul>
</nav>
8 changes: 4 additions & 4 deletions _includes/page__meta.html
Original file line number Diff line number Diff line change
@@ -9,14 +9,14 @@
<time datetime="{{ date | date_to_xmlschema }}">{{ date | date: date_format }}</time>
</span>
{% endif %}

{% if document.read_time and document.show_date %}<span class="page__meta-sep"></span>{% endif %}
<!--주석: 소요시간 제거-->
{% if document.read_time and document.show_date %}<!--<span class="page__meta-sep"></span>-->{% endif %}

{% if document.read_time %}
{% assign words_per_minute = document.words_per_minute | default: site.words_per_minute | default: 200 %}
{% assign words = document.content | strip_html | number_of_words %}

<span class="page__meta-readtime">
<!--<span class="page__meta-readtime">
<i class="far {% if include.type == 'grid' and document.read_time and document.show_date %}fa-fw {% endif %}fa-clock" aria-hidden="true"></i>
{% if words < words_per_minute %}
{{ site.data.ui-text[site.locale].less_than | default: "less than" }} 1 {{ site.data.ui-text[site.locale].minute_read | default: "minute read" }}
@@ -25,7 +25,7 @@
{% else %}
{{ words | divided_by: words_per_minute }} {{ site.data.ui-text[site.locale].minute_read | default: "minute read" }}
{% endif %}
</span>
</span>-->
{% endif %}
</p>
{% endif %}
2 changes: 1 addition & 1 deletion _includes/sidebar.html
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
{% for s in page.sidebar %}
{% if s.image %}
<img src="{{ s.image | relative_url }}"
alt="{% if s.image_alt %}{{ s.image_alt }}{% endif %}">
alt="{% if s.image_alt %}{{ s.image_alt }}{% endif %}">
{% endif %}
{% if s.title %}<h3>{{ s.title }}</h3>{% endif %}
{% if s.text %}{{ s.text | markdownify }}{% endif %}
7 changes: 7 additions & 0 deletions _pages/category-archive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Category"
layout: categories
permalink: /categories/
author_profile: true
sidebar_main: true
---
7 changes: 7 additions & 0 deletions _pages/tag-archive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Tag"
layout: tags
permalink: /tags/
author_profile: true
sidebar_main: true
---
Loading