20210704 TIL

업데이트:


오늘의 블로그 만들기

어제 TIL category 페이지를 만들었다.
오늘은 나머지 Blog, Competition, GDSC Yonsei Lead, Algorithm category 페이지를 각각 만들 차례이다.

음…
막상 Blog category 페이지를 만드려고 하니까 고민이 생겼다.
Blog 카테고리에는 인사글을 적어놨었는데,
Blog라고 하면 이게 어떤 글들이 모여있는지 명확하게 드러내지 않아서…
기존 카테고리 “Blog” -> “일상”으로 바꾸고,
tags의 “Blog”는 ‘블로그 만들기’라는 의미로 쓰려고 한다.


그리고 Algorithm도 만들고, 백준도 만드려고 한다. 코딩테스트 준비하는 사이트가
-백준 https://www.acmicpc.net/
-프로그래머스 https://programmers.co.kr/
-leetcode https://leetcode.com/
-SW Expert Academy(삼성) https://swexpertacademy.com/main/main.do
이렇게 다양해서, 사이트별로 문제 풀이를 올릴 카테고리를 나누면 좋을 것 같다.



Algorithm 카테고리에는 알고리즘 공통 내용, 사이트 소개나 기본 개념 등을 정리하면 될 것 같다.
그리고 블로그에 코드 풀이를 게시할 수 있는 지, 저작권에 대해 Q&A 게시판을 찾아봤다.
대부분 자신의 코드 풀이는 비상업적 용도로(블로그에 광고 없을 것), 문제는 링크를 통해 제공하거나 출처를 표기하면 된다고 한다.
자세한 내용은 Algorithm 카테고리에 올릴 예정이다.



정리하면 오늘 만들 페이지는, 일상, Competition, GDSC Yonsei Lead, Algorithm, 백준까지.



일상 category 페이지 등록하기.

_pages/일상.md

---
title: "일상"
permalink: /categories/일상/
layout: category
author_profile: true
taxonomy: 일상
---

블로그 첫 날 만들었던 인사하는 페이지도 이쪽으로 옮겨야겠다.



Competition category 페이지 등록하기.

---
title: "Competition"
permalink: /categories/Competition/
layout: category
author_profile: true
taxonomy: Competition
---





GDSC Yonsei Lead category 페이지 등록하기.

---
title: "GDSC Yonsei Lead"
permalink: /categories/GDSC-Yonsei-Lead/
layout: category
author_profile: true
taxonomy: GDSC Yonsei Lead
---





Algorithm category 페이지 등록하기.

---
title: "Algorithm"
permalink: /categories/Algorithm/
layout: category
author_profile: true
taxonomy: Algorithm
---





백준 category 페이지 등록하기.

---
title: "백준"
permalink: /categories/백준/
layout: category
author_profile: true
taxonomy: 백준
---